fix format (#1383)
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
"雷",
|
"雷",
|
||||||
"风",
|
"风",
|
||||||
"冰",
|
"冰",
|
||||||
"岩",
|
"岩"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -16,6 +16,6 @@
|
|||||||
"move_mode": "walk",
|
"move_mode": "walk",
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"action_params": ""
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -34,14 +34,6 @@
|
|||||||
"move_mode": "walk",
|
"move_mode": "walk",
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"action_params": ""
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
@@ -7,5 +7,5 @@
|
|||||||
"YES",
|
"YES",
|
||||||
"NO"
|
"NO"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
{
|
{
|
||||||
"name": "timeRule",
|
"name": "timeRule",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "输入不运行的时间或时间段的小时,以本地时间为准\n将提前10分钟结束路线,并等待到对应时间\n允许填入时间如4表示4点不运行,或4-6表示4点到6点都不运行\n允许多项,由中文逗号分隔",
|
"label": "输入不运行的时间或时间段的小时,以本地时间为准\n将提前10分钟结束路线,并等待到对应时间\n允许填入时间如4表示4点不运行,或4-6表示4点到6点都不运行\n允许多项,由中文逗号分隔"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "disableMondstadt",
|
"name": "disableMondstadt",
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"绘绮庭 ",
|
"绘绮庭 ",
|
||||||
"妙香林",
|
"妙香林",
|
||||||
"黛翠峰&罗浮洞",
|
"黛翠峰&罗浮洞",
|
||||||
"清琼岛",
|
"清琼岛"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"label": "渲染精度(默认0.6)",
|
"label": "渲染精度(默认0.6)",
|
||||||
"options": [
|
"options": [
|
||||||
"0.6",
|
"0.6",
|
||||||
"1.0",
|
"1.0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
"options": [
|
"options": [
|
||||||
"兼容模式",
|
"兼容模式",
|
||||||
"中",
|
"中",
|
||||||
"高",
|
"高"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,84 +4,69 @@
|
|||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "请输入料理的全名"
|
"label": "请输入料理的全名"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "foodNum",
|
"name": "foodNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "请输入料理的加工数量"
|
"label": "请输入料理的加工数量"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "flourNum",
|
"name": "flourNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "请输入面粉的加工数量"
|
"label": "请输入面粉的加工数量"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "creamNum",
|
"name": "creamNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "请输入奶油的加工数量"
|
"label": "请输入奶油的加工数量"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "smokedPoultryNum",
|
"name": "smokedPoultryNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "请输入熏禽肉的加工数量"
|
"label": "请输入熏禽肉的加工数量"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "butterNum",
|
"name": "butterNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "请输入黄油的加工数量"
|
"label": "请输入黄油的加工数量"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "hamNum",
|
"name": "hamNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "请输入火腿的加工数量"
|
"label": "请输入火腿的加工数量"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "sugarNum",
|
"name": "sugarNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "请输入糖的加工数量"
|
"label": "请输入糖的加工数量"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "spiceNum",
|
"name": "spiceNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "请输入香辛料的加工数量"
|
"label": "请输入香辛料的加工数量"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "crabRoeNum",
|
"name": "crabRoeNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "请输入蟹黄的加工数量"
|
"label": "请输入蟹黄的加工数量"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "jamNum",
|
"name": "jamNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "请输入的果酱加工数量"
|
"label": "请输入的果酱加工数量"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "cheeseNum",
|
"name": "cheeseNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "请输入奶酪的加工数量"
|
"label": "请输入奶酪的加工数量"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "baconNum",
|
"name": "baconNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "请输入培根的加工数量"
|
"label": "请输入培根的加工数量"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "sausageNum",
|
"name": "sausageNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "请输入香肠的加工数量"
|
"label": "请输入香肠的加工数量"
|
||||||
},
|
}
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
"label": "====================\n只扫描📁pathing下的材料\n无视【材料分类】勾选。默认:否",
|
"label": "====================\n只扫描📁pathing下的材料\n无视【材料分类】勾选。默认:否",
|
||||||
"options": [
|
"options": [
|
||||||
"是",
|
"是",
|
||||||
"否",
|
"否"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
[
|
[
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "confirm",
|
"name": "confirm",
|
||||||
"type": "select",
|
"type": "select",
|
||||||
@@ -10,7 +9,6 @@
|
|||||||
"YES"
|
"YES"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "samePlace",
|
"name": "samePlace",
|
||||||
"type": "select",
|
"type": "select",
|
||||||
@@ -20,8 +18,6 @@
|
|||||||
"NO"
|
"NO"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "challengeName",
|
"name": "challengeName",
|
||||||
"type": "select",
|
"type": "select",
|
||||||
@@ -63,17 +59,14 @@
|
|||||||
"兆载永劫龙兽"
|
"兆载永劫龙兽"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "challengeNum",
|
"name": "challengeNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "挑战次数"
|
"label": "挑战次数"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "resinNum",
|
"name": "resinNum",
|
||||||
"type": "input-text",
|
"type": "input-text",
|
||||||
"label": "是否使用树脂(默认0)"
|
"label": "是否使用树脂(默认0)"
|
||||||
},
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user