add AutoArtifacts_A_B_Extra to batch-run artifact collection scripts

This commit is contained in:
Yang-z
2024-11-20 02:01:05 +08:00
parent fc8554f2a4
commit 89c3029f39
71 changed files with 10065 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
[
{
"name": "path",
"type": "select",
"label": "路线",
"options": [
"A",
"B",
"自动"
]
},
{
"name": "tryTimes",
"type": "input-text",
"label": "尝试次数"
},
{
"name": "Extra",
"type": "checkbox",
"label": "额外点位"
}
]