全自动枫丹地脉花 v.3.4版本:20250807 (#1491)
* Delete repo/js/AutoFontaineLeyLine directory * 全自动枫丹地脉花 v.3.4 版本:20250807 ### v.3.4版本:20250807 - **新功能**: - **优化**: 1. 优化打开冒险之证的时序,减少冒险之证打开失败的几率。 2. 切换队伍失败后添加返回函数,防止卡在切换界面。 3. 领奖时切换队伍失败或找不到时,通过地图追踪重新寻找一次。 4. 优化JS设置的默认显示和顺序。 5. 优化第六线路第二朵花战斗地点,避免游泳。
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"options": [
|
||||
"冒险之证",
|
||||
"拖动地图"
|
||||
]
|
||||
],
|
||||
"default": "冒险之证"
|
||||
},
|
||||
{
|
||||
"name": "n",
|
||||
@@ -21,7 +22,8 @@
|
||||
{
|
||||
"name": "times",
|
||||
"type": "input-text",
|
||||
"label": "选填:按刷取次数,默认6次,最多99次,树脂耗尽模式下无效"
|
||||
"label": "选填:按刷取次数,默认6次,最多99次,树脂耗尽模式下无效",
|
||||
"default": "6"
|
||||
},
|
||||
{
|
||||
"name": "shuv",
|
||||
@@ -30,7 +32,8 @@
|
||||
"options": [
|
||||
"1-次数刷取",
|
||||
"2-树脂耗尽"
|
||||
]
|
||||
],
|
||||
"default": "1-次数刷取"
|
||||
},
|
||||
{
|
||||
"name": "color",
|
||||
@@ -39,17 +42,33 @@
|
||||
"options": [
|
||||
"1-蓝花(经验花)",
|
||||
"2-黄花(摩拉花)"
|
||||
]
|
||||
],
|
||||
"default": "1-蓝花(经验花)"
|
||||
},
|
||||
{
|
||||
"name": "Rewardsuse",
|
||||
"type": "input-text",
|
||||
"label": "树脂设定:1=浓缩/2=原粹/3=脆弱/4=须臾\n用`/`隔开:填写对应的树脂<数字>即可\n默认:1/2 (表示先用浓缩后原粹,直至用完,不填的不使用)"
|
||||
"label": "树脂设定:1=浓缩/2=原粹/3=脆弱/4=须臾\n用`/`隔开:填写对应的树脂<数字>即可\n默认:1/2 (表示先用浓缩后原粹,直至用完,不填的不使用)",
|
||||
"default": "1/2"
|
||||
},
|
||||
{
|
||||
"name": "nowuid",
|
||||
"name": "Fightquick",
|
||||
"type": "checkbox",
|
||||
"label": "默认开启:异步检测战斗结束,即地脉花长出后马上停止战斗\n开启后,建议关闭配置组中的<自动检测战斗结束>选项\n不启用:使用传统<打开队伍界面>进行判断战斗结束",
|
||||
"default": "true"
|
||||
|
||||
},
|
||||
{
|
||||
"name": "timeout",
|
||||
"type": "input-text",
|
||||
"label": "禁止特定UID刷地脉花,用 / 隔开,如12345/99999"
|
||||
"label": "战斗超时,启用<异步检测战斗结束>开启后,下方填写的超时时间才有效\n默认180秒,建议和配置组的战斗超时一致",
|
||||
"default": "180"
|
||||
},
|
||||
{
|
||||
"name": "SMODEL",
|
||||
"type": "checkbox",
|
||||
"label": "直跑模式:如下个花近,直跑过去,不传送,要求44.8版本以上",
|
||||
"default": "true"
|
||||
},
|
||||
{
|
||||
"name": "Rewards",
|
||||
@@ -57,18 +76,8 @@
|
||||
"label": "勾选后,打完地脉花后,领取历练点并提交每日任务"
|
||||
},
|
||||
{
|
||||
"name": "SMODEL",
|
||||
"type": "checkbox",
|
||||
"label": "直跑模式:如下个花近,直跑过去,不传送,要求44.8版本!"
|
||||
},
|
||||
{
|
||||
"name": "Fightquick",
|
||||
"type": "checkbox",
|
||||
"label": "默认开启:异步检测战斗结束,即地脉花长出后马上停止战斗\n开启后,建议关闭配置组中的<自动检测战斗结束>选项\n不启用:使用传统<打开队伍界面>进行判断战斗结束"
|
||||
},
|
||||
{
|
||||
"name": "timeout",
|
||||
"name": "nowuid",
|
||||
"type": "input-text",
|
||||
"label": "启用<异步检测战斗结束>开启后,下方填写的超时时间才有效\n默认180秒,建议和配置组的战斗超时一致"
|
||||
"label": "禁止特定UID刷地脉花,用 / 隔开,如12345/99999"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user