mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-15 03:23:22 +08:00
39 lines
834 B
JSON
39 lines
834 B
JSON
[
|
||
{
|
||
"type": "checkbox",
|
||
"name": "goToTeyvat",
|
||
"label": "完成后返回提瓦特大陆",
|
||
"default": true
|
||
},
|
||
{
|
||
"type": "input-text",
|
||
"name": "room",
|
||
"label": "奇域关卡关键词或关卡GUID\n(支持多个id,用中文或英文逗号隔开)",
|
||
"default": "7070702264"
|
||
},
|
||
{
|
||
"type": "checkbox",
|
||
"name": "force",
|
||
"label": "忽略本周经验值已达上限",
|
||
"default": false
|
||
},
|
||
{
|
||
"type": "input-text",
|
||
"name": "thisAttempts",
|
||
"label": "指定通关次数",
|
||
"default": "0"
|
||
},
|
||
{
|
||
"type": "input-text",
|
||
"name": "expWeeklyLimit",
|
||
"label": "每周可获取的经验值上限",
|
||
"default": "4000"
|
||
},
|
||
{
|
||
"type": "input-text",
|
||
"name": "expPerAttempt",
|
||
"label": "每次通关获取的经验值数量",
|
||
"default": "20"
|
||
}
|
||
]
|