JS : 自动合成浓缩树脂 (#1395)
This commit is contained in:
28
repo/js/AutoRefinedCondensationResin/settings.json
Normal file
28
repo/js/AutoRefinedCondensationResin/settings.json
Normal file
@@ -0,0 +1,28 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user