add AutoArtifacts_A_B_Extra to batch-run artifact collection scripts
This commit is contained in:
22
repo/js/AutoArtifacts_A_B_Extra/settings.json
Normal file
22
repo/js/AutoArtifacts_A_B_Extra/settings.json
Normal file
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"name": "path",
|
||||
"type": "select",
|
||||
"label": "路线",
|
||||
"options": [
|
||||
"A",
|
||||
"B",
|
||||
"自动"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tryTimes",
|
||||
"type": "input-text",
|
||||
"label": "尝试次数"
|
||||
},
|
||||
{
|
||||
"name": "Extra",
|
||||
"type": "checkbox",
|
||||
"label": "额外点位"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user