添加全新千星脚本 (#2416)

* 添加全新千星脚本

* 添加全新千星脚本

* 添加全新千星脚本

* 添加全新千星脚本
This commit is contained in:
躁动的氨气
2025-11-30 11:52:32 +08:00
committed by GitHub
parent 50052d37cc
commit f60e778486
9 changed files with 444 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
[
{
"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"
}
]