JS脚本:兽肉好感核心函数完善 (#663)

* fix: 默认延迟时间

* fix: 无法跳出while循环

* impr: 修改核心函数逻辑
This commit is contained in:
起个名字好难的喵
2025-04-28 23:08:10 +08:00
committed by GitHub
parent 292d9ee657
commit f6e3468ecc
3 changed files with 53 additions and 41 deletions

View File

@@ -2,10 +2,10 @@
{
"name": "partyName",
"type": "input-text",
"label": "需要切换的队伍名称(选填)"
"label": "需要切换的队伍名称选填"
},
{
"name": "GetMeatMode",
"name": "getMeatMode",
"type": "checkbox",
"label": "开启刷兽肉模式【勾选才拾取兽肉】"
},
@@ -17,7 +17,7 @@
{
"name": "waitTimeMode",
"type": "checkbox",
"label": "卡时间模式基于运行次数、基准日期、周期确定需要运行次数"
"label": "卡时间模式基于运行次数、基准日期、周期确定需要运行次数"
},
{
"name": "waitTimeModeDay",
@@ -47,7 +47,7 @@
{
"name": "delayTime",
"type": "input-text",
"label": "到达触发地点后的延迟时间(秒)"
"label": "到达触发地点后的延迟时间(选填默认为10秒)"
},
{
"name": "ocrTimeout",