mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-04-02 06:25:17 +08:00
32 lines
681 B
JSON
32 lines
681 B
JSON
[
|
||
{
|
||
"name": "runJS",
|
||
"type": "checkbox",
|
||
"label": "我已阅读说明中的免责声明"
|
||
},
|
||
{
|
||
"type": "input-text",
|
||
"name": "room",
|
||
"label": "奇域关卡关键词或关卡GUID\n(仅支持单个,默认为作者特供地图)",
|
||
"default": "37135473336"
|
||
},
|
||
{
|
||
"type": "input-text",
|
||
"name": "thisAttempts",
|
||
"label": "指定通关次数",
|
||
"default": "0"
|
||
},
|
||
{
|
||
"type": "input-text",
|
||
"name": "weekMaxExp",
|
||
"label": "每周可获取的经验值上限",
|
||
"default": "4000"
|
||
},
|
||
{
|
||
"type": "input-text",
|
||
"name": "singleExp",
|
||
"label": "每次通关获取的经验值数量",
|
||
"default": "270"
|
||
}
|
||
]
|