Files
bettergi-scripts-list/repo/js/AutoFontaineLeyLine/settings.json
kaedelcb 301822d5bd v.2.9版本 全自动枫丹地脉花 20250629 (#1234)
* Delete repo/js/Auto全自动“枫丹”地脉花 directory

重新命名,并升级

* v.2.9版本 全自动枫丹地脉花 20250629

### v.2.9版本:20250629
1. 添加树脂数量识别,防止树脂耗尽的时候多跑一次。
2. 重新命名,添加README.MD
2025-06-29 06:15:40 +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秒"
}
]