mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-26 05:09:52 +08:00
chore(js): 调整找图阈值 (#2737)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "千星奇域·每周经验刷取(回放通关版)",
|
||||
"version": "0.1.10",
|
||||
"version": "0.1.11",
|
||||
"bgi_version": "0.54.0",
|
||||
"description": "千星奇域·每周经验刷取(回放通关版)",
|
||||
"authors": [
|
||||
|
||||
Reference in New Issue
Block a user