Files
bettergi-scripts-list/repo/js/YuanQin/settings.json
2026-05-29 12:49:22 +00:00

23 lines
532 B
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": "selectValue", // 变量名在js内使用 settings.变量名 获取对应的配置值
"type": "select", // 类型
"label": "曲库", // 显示标签
"options": [ //选项
"赤伶",
"孤勇者",
"孤勇者2",
"牵丝戏",
"牵丝戏2",
"花之舞",
"声嘶力竭",
"JOJO黄金处刑曲",
"JOJO黄金之风",
"JOJO黄金之风2",
"黑人抬棺",
"溯",
"One last kiss"
]
}
]