diff --git a/config-example.json b/config-example.json index b24b940..df1360f 100644 --- a/config-example.json +++ b/config-example.json @@ -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 @@ "放歌曲", "暂停", "停止", + "音量", + "继续", + "大点音", + "小点音", "停止播放", "测试自定义口令", "测试链接"