update artifacts pathing and batch-run scripts

- adjust path A
- fine-tune
This commit is contained in:
Yang-z
2024-11-24 14:46:24 +08:00
parent 4e68a3eca4
commit 0244e5f0fb
27 changed files with 194 additions and 363 deletions

View File

@@ -1,4 +1,10 @@
[
{
"name": "tryTimes",
"type": "input-text",
"label": "尝试次数"
},
{
"name": "path",
"type": "select",
@@ -9,14 +15,31 @@
"自动"
]
},
{
"name": "tryTimes",
"type": "input-text",
"label": "尝试次数"
},
{
"name": "Extra",
"type": "checkbox",
"label": "额外点位"
}
// {
// "name": "swapPath",
// "type": "checkbox",
// "label": "自动选择路线时交换AB路线"
// },
// {
// "name": "Extra",
// "type": "checkbox",
// "label": "拾取额外点位"
// },
// {
// "name": "autoSalvage",
// "type": "checkbox",
// "label": "自动分解"
// },
// {
// "name": "autoSalvage4",
// "type": "checkbox",
// "label": "自动分解包括4星圣遗物"
// },
// {
// "name": "autoSalvageSpan",
// "type": "input-text",
// "label": "自动分解在多少路径后执行一次"
// }
]