Files
2026-04-16 11:09:37 +00:00

23 lines
517 B
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": [
"丝柯克小曲",
"枕边童话(诗琴)",
"此去半生(跃律琴-降半音)",
"银月之庭蓝花C大调"
]
},
{
"name": "fix_mode",
"type": "select",
"label": "半音修正",
"options": [
"忽略",
"降半音",
"升半音"
]
}
]