Files
提瓦特钓鱼玳师 e0f21faedb JS脚本:原琴·五线谱版【更新】、提瓦特自动钓鱼【修复】 (#448)
* 添加了制谱器

* 修正两个误改点位

* 更新版号

* 添加制谱器【跟新描述】

* 添加制谱器

* Delete repo/js/AutoYuanQin/assets/1.小星星.json

* Delete repo/js/AutoYuanQin/assets/2.小星星变奏曲.json

* Delete repo/js/AutoYuanQin/assets/3.Unknown Mother Goose [アンノウン・マザーグース].json

* Delete repo/js/AutoYuanQin/assets/4.铃芽之旅[Suzume].json

* Delete repo/js/AutoYuanQin/assets/5.Flower Dance.json

* Delete repo/js/AutoYuanQin/assets/example.json

* 更新制谱器
2025-03-18 15:38:17 +08:00

46 lines
1.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"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]",
"6.起风了-[3:22]",
"7.千本樱 (Eric Chen)-[4:03]"
]
},
{
"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, 队列执行启用时生效)"
}
]