V1.1 Auto自动幽境危战 (#1209)

测试了应该初步没问题
This commit is contained in:
kaedelcb
2025-06-27 15:41:37 +08:00
committed by GitHub
parent 894c61ed76
commit 5c7524b79d
7 changed files with 578 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
[
{
"name": "challengeName",
"type": "select",
"label": "必填请选择第几个Boss挑战关卡",
"options": [
"1",
"2",
"3"
]
},
{
"name": "challengeNum",
"type": "input-text",
"label": "挑战次数,默认15次期间树脂耗尽会自动结束"
},
{
"name": "Rewardsuse",
"type": "input-text",
"label": "树脂顺序1=浓缩树脂/2=原粹树脂/3=脆弱树脂/4=须臾树脂\n用`/`隔开填写对应的树脂数字即可默认1/2\n表示先使用浓缩树脂再使用原粹树脂不填的不使用"
},
{
"name": "Fighttimeout",
"type": "input-text",
"label": "最长战斗超时时间单位秒默认240秒"
},
{
"name": "Startforward",
"type": "input-text",
"label": "开始战斗后向前移动的时间默认1秒注意单位"
}
]