Files
bettergi-scripts-list/repo/js/AutoYuanQin/settings.json
提瓦特钓鱼玳师 01efdbaece JS脚本:AutoYuanQin【更新+修复】 (#2047)
* 修复连音演奏部分

* 添加了新曲《Bad Apple!!》- 风物之诗琴、《我期待的不是雪,而是有你的冬天》- 老旧的诗琴

* 修复连音缓存数组的清空逻辑

* 添加新曲-Nod-Krai(哥伦比亚演唱版)

* 隐藏调试通知

* 完善乐器信息

* 完善曲谱描述
2025-10-02 09:57:37 +08:00

71 lines
1.8 KiB
JSON
Raw 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_start",
"type": "input-text",
"label": "定时启动时间(示例 19:19:10 默认:不启用)"
},
{
"name": "type_select",
"type": "select",
"label": "播放模式(默认:单曲单次执行)",
"options": [
"单曲单次执行",
"单曲循环",
"队列单次执行",
"队列循环"
]
},
{
"name": "music_selector",
"type": "select",
"label": "选择乐曲(单曲模式中有效)",
"options": [
"0001.小星星",
"0002.小星星变奏曲",
"0003.Unknown Mother Goose [アンノウン・マザーグース]",
"0004.铃芽之旅[Suzume]",
"0005.Flower Dance",
"0006.起风了",
"0007.千本樱 (Eric Chen)",
"0008.春よ、来い(春天,来吧)",
"0009.One Last Kiss",
"0010.卡农(MIDI转谱)",
"0011.圆号卡农",
"0012.悠可琴千本樱",
"0013.Counting Stars",
"0014.Bad Apple",
"0015.Bad Apple!!",
"0016.我期待的不是雪,而是有你的冬天",
"0017.Nod-Krai"
]
},
{
"name": "music_queue",
"type": "input-text",
"label": "队列执行(填写数字[乐曲前的序号],空格隔开,不填默认不启用)"
},
{
"name": "music_interval",
"type": "input-text",
"label": "队列内间隔时间单位s, 队列模式中有效)"
},
{
"name": "music_repeat",
"type": "input-text",
"label": "循环执行次数值为0时无限循环 默认1"
},
{
"name": "repeat_interval",
"type": "input-text",
"label": "循环间隔时间单位s, 循环模式下生效默认0s"
},
{
"name": "debug_mode",
"type": "select",
"label": "调试模式(默认:禁用)",
"options": [
"禁用",
"启用"
]
}
]