From c29e1f4a42c8b206856afc540eef78a879aa4a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BA=81=E5=8A=A8=E7=9A=84=E6=B0=A8=E6=B0=94?= <131591012+zaodonganqi@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E8=BE=B9=E7=95=8C=E6=BA=A2?= =?UTF-8?q?=E5=87=BA=20(#2477)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/SwitchAccountMultipleMode/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/js/SwitchAccountMultipleMode/main.js b/repo/js/SwitchAccountMultipleMode/main.js index 0eb493eff..ed7f7d7c4 100644 --- a/repo/js/SwitchAccountMultipleMode/main.js +++ b/repo/js/SwitchAccountMultipleMode/main.js @@ -340,7 +340,7 @@ async function recognizeTextAndClick(targetText, ocrRegion, timeout = 8000) { btnLogout.DrawSelf("LogoutBtn"); btnLogout.Click(); - const assetQuitTextButton = u.loadTemplate("Assets/RecognitionObject/quit.png", 680, 380, 1220, 720); + const assetQuitTextButton = u.loadTemplate("Assets/RecognitionObject/quit.png", 680, 380, 1220, 700); let btnQuit = await u.waitAndFindImage(assetQuitTextButton, 200); // u.logi("识别到退出按钮,点击"); // btnQuit.DrawSelf("QuitBtn"); @@ -351,7 +351,7 @@ async function recognizeTextAndClick(targetText, ocrRegion, timeout = 8000) { u.logi("开始切换账号"); await u.waitAndFindText(["进入游戏", "登录其他账号"], 680, 380, 540, 340, 200); - const assetSelectUserDropDownIcon = u.loadTemplate("Assets/RecognitionObject/caret.png", 680, 380, 1220, 720); + const assetSelectUserDropDownIcon = u.loadTemplate("Assets/RecognitionObject/caret.png", 680, 380, 1220, 700); let captureRegion = captureGameRegion(); let res = captureRegion.Find(assetSelectUserDropDownIcon); captureRegion.dispose();