Files
bettergi-scripts-list/repo/js/Auto全自动“枫丹”地脉花/settings.json
kaedelcb 2efbe03a17 地脉花v.2.6版本:20250620 (#1144)
* 修改参数命名错误

修改参数命名错误

* 修复补充按键判断错误

修复补充按键判断错误

* 地脉花v.2.6版本:20250620

v.2.6版本:20250620
1、修复参数错误
2、前往地脉花和领取奖励坐标优化,减少不必要的位置判断点,加速到达和领取。

* 修改显示LOG

修改显示LOG

* JS设置中提示关闭自动战斗检测

JS设置中提示关闭自动战斗检测
2025-06-20 16:26:37 +08:00

65 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"name": "n",
"type": "input-text",
"label": "选填,战斗队伍,默认不更换队伍,如需好感队则必填"
},
{
"name": "nh",
"type": "input-text",
"label": "选填,好感队伍,如设定领奖前切换,同时战斗队伍必填"
},
{
"name": "times",
"type": "input-text",
"label": "选填按刷取次数默认6次最多99次树脂耗尽模式下无效"
},
{
"name": "shuv",
"type": "select",
"label": "默认“1”为按上面的次数刷取选“2”为耗尽树脂模式",
"options": [
"1",
"2"
]
},
{
"name": "color",
"type": "select",
"label": "默认:蓝花(经验花)选“1” / 黄花(摩拉花)选“2”",
"options": [
"1",
"2"
]
},
{
"name": "Rewardsuse",
"type": "input-text",
"label": "树脂顺序,1=浓缩树脂/2=原粹树脂/3=脆弱树脂/4=须臾树脂\n用`/`隔开,填写对应的树脂数字即可,默认1/2\n表示先使用浓缩树脂再使用原粹树脂不填的不使用"
},
{
"name": "nowuid",
"type": "input-text",
"label": "禁止特定UID刷地脉花用 / 隔开如12345/99999"
},
{
"name": "Rewards",
"type": "checkbox",
"label": "勾选后,打完地脉花后,领取历练点并提交每日任务"
},
{
"name": "SMODEL",
"type": "checkbox",
"label": "直跑模式如下个花近直跑过去不传送要求44.8版本!"
},
{
"name": "Fightquick",
"type": "checkbox",
"label": "开启:异步检测战斗结束,即地脉花长出后马上停止战斗\n开启后下方的超时时间才有效\n开启后建议关闭配置组中的“自动检测战斗结束”选项\n关闭使用传统打开队伍界面进行判断战斗结束"
},
{
"name": "timeout",
"type": "input-text",
"label": "最长战斗超时时间单位秒默认240秒"
}
]