mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-06 10:22:50 +08:00
update source
This commit is contained in:
Submodule pkg/miaosic updated: 971f5fc4e5...c1e6fc35fc
@@ -83,7 +83,7 @@ func NewDiange() *Diange {
|
||||
"kugou-instr": {
|
||||
Enable: true,
|
||||
Command: "点伴奏",
|
||||
Priority: 6,
|
||||
Priority: 7,
|
||||
},
|
||||
"bilibili-video": {
|
||||
Enable: true,
|
||||
@@ -93,13 +93,18 @@ func NewDiange() *Diange {
|
||||
"local": {
|
||||
Enable: true,
|
||||
Command: "点l歌",
|
||||
Priority: 4,
|
||||
Priority: 6,
|
||||
},
|
||||
"kugou": {
|
||||
Enable: true,
|
||||
Command: "点kg歌",
|
||||
Priority: 5,
|
||||
},
|
||||
"qq": {
|
||||
Enable: true,
|
||||
Command: "点q歌",
|
||||
Priority: 4,
|
||||
},
|
||||
},
|
||||
cooldowns: make(map[string]int),
|
||||
userCount: sync.Map{},
|
||||
|
||||
Reference in New Issue
Block a user