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