自定义移动的小脚本,用于精简脚本库
This commit is contained in:
18
repo/js/JustMove/settings.json
Normal file
18
repo/js/JustMove/settings.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"name": "domainName",
|
||||
"type": "select",
|
||||
"label": "方向",
|
||||
"options": [
|
||||
"前(W)",
|
||||
"后(S)",
|
||||
"左(A)",
|
||||
"右(D)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "t",
|
||||
"type": "input-text",
|
||||
"label": "等待时间(单位:秒)"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user