Files
bettergi-scripts-list/repo/js/AutoRefinedCondensationResin/settings.json
2025-07-24 11:55:05 +08:00

28 lines
697 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": "location",
"type": "select",
"label": "合成台位置(默认:璃月合成台)",
"options": [
"蒙德合成台",
"璃月合成台",
"稻妻合成台",
//"须弥合成台",
//"纳塔合成台",
"枫丹合成台"
],
"default": "璃月合成台"
},
{
"name": "everyDay",
"type": "checkbox",
"label": "每日合成开关(开启后无视下方设定)",
"default": true
},
{
"name": "week",
"type": "input-text",
"label": "指定执行星期\n(使用\",\"分割多个星期几)\n例输入\"2,3,4,5,6,7\"会在星期2,3,4,5,6,日才合成体力",
"default": "2,3,4,5,6,7"
}
]