add kugou instr source

This commit is contained in:
aynakeya
2024-11-17 07:16:52 -08:00
parent 5afbe695f2
commit b178f729a2
10 changed files with 131 additions and 6 deletions

32
assets/config/diange.json Normal file
View File

@@ -0,0 +1,32 @@
{
"bilibili-video": {
"enable": true,
"command": "点b歌",
"priority": 3
},
"kugou": {
"enable": true,
"command": "点kg歌",
"priority": 5
},
"kugou-instr": {
"enable": true,
"command": "点伴奏",
"priority": 6
},
"kuwo": {
"enable": true,
"command": "点k歌",
"priority": 2
},
"local": {
"enable": true,
"command": "点local",
"priority": 4
},
"netease": {
"enable": true,
"command": "点w歌",
"priority": 1
}
}