@@ -73,3 +73,6 @@ v.2.5版本:20250619
|
||||
v.2.6版本:20250620
|
||||
1、修复参数错误
|
||||
2、前往地脉花和领取奖励坐标优化,减少不必要的位置判断点,加速到达和领取。
|
||||
|
||||
v.2.7版本:20250621
|
||||
1、优化超时时间的设定。
|
||||
@@ -74,7 +74,7 @@
|
||||
var position ={};
|
||||
var Lastexecution = false;//线路执行标志,用于判断上一线路是否执行。
|
||||
var Fightquick = settings.Fightquick ? settings.Fightquick : false;
|
||||
var Fighttimeout = settings.timeout = settings.timeout * 1000 || 240000;
|
||||
var Fighttimeout = settings.timeout * 1000 ? settings.timeout * 1000 : 240000;//战斗超时时间,默认为240秒
|
||||
const ocrRegion2 = { x: 0, y: 200, width: 300, height: 300 }; // 追踪任务区域
|
||||
const ocrRo2 = RecognitionObject.ocr(ocrRegion2.x, ocrRegion2.y, ocrRegion2.width, ocrRegion2.height);
|
||||
const ocrRegion1 = { x: 800, y: 200, width: 300, height: 100 }; // 中心区域
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "地脉花-可禁UID/领每日/树脂使用顺序",
|
||||
"version": "2.6",
|
||||
"version": "2.7",
|
||||
"bgi_version": "0.44.8",
|
||||
"description": "枫丹地脉花,蓝花金花通用。生存压力大,请带盾奶;避免纯水输出,请注意说明文件。如有BUG请联系作者QQ:119996800",
|
||||
"tags":["地脉花"],
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
{
|
||||
"name": "Rewardsuse",
|
||||
"type": "input-text",
|
||||
"label": "树脂顺序,1=浓缩树脂/2=原粹树脂/3=脆弱树脂/4=须臾树脂\n用`/`隔开,填写对应的树脂数字即可,默认:1/2\n表示先使用浓缩树脂,再使用原粹树脂,不填的不使用"
|
||||
"label": "树脂顺序,1=浓缩树脂/2=原粹树脂/3=脆弱树脂/4=须臾树脂\n用`/`隔开,填写对应的树脂数字即可,默认:1/2\n表示先使用浓缩树脂,再使用原粹树脂,不填的不使用"
|
||||
},
|
||||
{
|
||||
"name": "nowuid",
|
||||
|
||||
Reference in New Issue
Block a user