chore(js): 调整找图阈值 (#2737)

This commit is contained in:
Bread Grocery
2026-01-19 19:33:43 +08:00
committed by GitHub
parent 0f354efe68
commit 3f5ad563f2
2 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ const findElementViewBtn = () => {
const findBeyondHallBtn = () => {
const iro = findImageWithinBounds("assets/UI_BtnIcon_Beyond_Hall.png", 200, 0, 150, 100, {
useMask: true,
threshold: 0.8,
threshold: 0.75,
});
iro?.drawSelf("group_img");
return iro;
@@ -188,7 +188,7 @@ const findGotTeyvatBtn = () => {
const findBeyondBattlepassBtn = () => {
const iro = findImageWithinBounds("assets/UI_BtnIcon_Beyond_Battlepass.png", 960, 0, 960, 80, {
useMask: true,
threshold: 0.8,
threshold: 0.75,
});
iro?.drawSelf("group_img");
return iro;

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "千星奇域·每周经验刷取(回放通关版)",
"version": "0.1.10",
"version": "0.1.11",
"bgi_version": "0.54.0",
"description": "千星奇域·每周经验刷取(回放通关版)",
"authors": [