JS脚本:原琴·五线谱版【修复+改名+更新曲谱】 (#403)
* update repo.json * Delete repo/js/AutoLyre directory * update repo.json * JS脚本:原琴·五线谱版【修复+改名+更新曲谱】 * update repo.json * 更新了脚本描述 * update repo.json * update READEME.md * update repo.json
This commit is contained in:
43
repo/js/AutoYuanQin/settings.json
Normal file
43
repo/js/AutoYuanQin/settings.json
Normal file
@@ -0,0 +1,43 @@
|
||||
[
|
||||
{
|
||||
"name": "music_selector",
|
||||
"type": "select",
|
||||
"label": "选择乐曲(队列执行启用后该选项失效)",
|
||||
"options": [
|
||||
"1.小星星-[0:36]",
|
||||
"2.小星星变奏曲-[7:57]",
|
||||
"3.Unknown Mother Goose [アンノウン・マザーグース]-[4:08]",
|
||||
"4.铃芽之旅[Suzume]-[3:52]",
|
||||
"5.Flower Dance-[5:20]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "music_repeat",
|
||||
"type": "input-text",
|
||||
"label": "循环执行次数(不填默认不循环)"
|
||||
},
|
||||
{
|
||||
"name": "repeat_interval",
|
||||
"type": "input-text",
|
||||
"label": "循环间隔时间(单位:s, 循环执行启用时生效,不填默认0s)"
|
||||
},
|
||||
{
|
||||
"name": "repeat_mode",
|
||||
"type": "select",
|
||||
"label": "循环模式(不填默认为单曲循环)",
|
||||
"options": [
|
||||
"单曲循环",
|
||||
"队列循环"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "music_queue",
|
||||
"type": "input-text",
|
||||
"label": "队列执行(填写数字[乐曲前的序号],空格隔开,不填默认不启用)"
|
||||
},
|
||||
{
|
||||
"name": "music_interval",
|
||||
"type": "input-text",
|
||||
"label": "队列内间隔时间(单位:s, 队列执行启用时生效)"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user