mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-26 05:09:52 +08:00
Fix click issue (#2731)
This commit is contained in:
@@ -133,6 +133,7 @@ const RightSliderBottomRo = RecognitionObject.TemplateMatch(file.ReadImageMatSyn
|
||||
if (DeployButton.isExist()) {
|
||||
log.info("识别到部署按钮:({x},{y},{w},{h})", DeployButton.x, DeployButton.y, DeployButton.Width, DeployButton.Height);
|
||||
DeployButton.click();
|
||||
await sleep(100);
|
||||
notification.send(`寻找到目标队伍:${partyName}`);
|
||||
ConfigureStatue = true;
|
||||
break;
|
||||
@@ -201,4 +202,4 @@ const RightSliderBottomRo = RecognitionObject.TemplateMatch(file.ReadImageMatSyn
|
||||
notification.error("没有设置切换队伍");
|
||||
await genshin.returnMainUi();
|
||||
}
|
||||
})();
|
||||
})();
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "返回七天神像切换指定队伍加速版",
|
||||
"version": "1.4",
|
||||
"version": "1.5",
|
||||
"bgi_version": "0.44.4",
|
||||
"description": "",
|
||||
"authors": [
|
||||
@@ -16,4 +16,4 @@
|
||||
],
|
||||
"settings_ui": "settings.json",
|
||||
"main": "main.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user