18 lines
340 B
JSON
18 lines
340 B
JSON
[
|
||
{
|
||
"name": "domainName",
|
||
"type": "select",
|
||
"label": "方向",
|
||
"options": [
|
||
"前(W)",
|
||
"后(S)",
|
||
"左(A)",
|
||
"右(D)"
|
||
]
|
||
},
|
||
{
|
||
"name": "t",
|
||
"type": "input-text",
|
||
"label": "等待时间(单位:秒)"
|
||
}
|
||
] |