mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-05 14:42:50 +08:00
feat: 增加大声,音量,继续的指令,用于3thplay (#401)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"proxy": null,
|
||||
"search_prefix": "bilisearch:",
|
||||
"ffmpeg_location": "./ffmpeg/bin",
|
||||
"active_cmd": "play,set_random_play,playlocal,play_music_list,stop",
|
||||
"active_cmd": "play,set_random_play,playlocal,play_music_list,stop,音量,大点音,小点音,继续",
|
||||
"exclude_dirs": "@eaDir",
|
||||
"music_path_depth": 10,
|
||||
"disable_httpauth": true,
|
||||
@@ -39,6 +39,10 @@
|
||||
"暂停": "stop",
|
||||
"停止": "stop",
|
||||
"停止播放": "stop",
|
||||
"音量": "set_myvolume",
|
||||
"继续": "stop",
|
||||
"大点音": "exec#setmyvolume(\"up\")",
|
||||
"小点音": "exec#setmyvolume(\"down\")",
|
||||
"测试自定义口令": "exec#code1(\"hello\")",
|
||||
"测试链接": "exec#httpget(\"https://github.com/hanxi/xiaomusic\")"
|
||||
},
|
||||
@@ -57,6 +61,10 @@
|
||||
"放歌曲",
|
||||
"暂停",
|
||||
"停止",
|
||||
"音量",
|
||||
"继续",
|
||||
"大点音",
|
||||
"小点音",
|
||||
"停止播放",
|
||||
"测试自定义口令",
|
||||
"测试链接"
|
||||
|
||||
Reference in New Issue
Block a user