From 3734a6c296fd6ddf72fd7c88a717d80896d325f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E4=B8=80=E4=B8=80?= <1204244136@qq.com> Date: Mon, 9 Jun 2025 22:18:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=80=9A=E8=A1=8C=E8=AF=81=E9=A2=86?= =?UTF-8?q?=E5=8F=96=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DoroHelper.ahk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index 17bc55e..1ada861 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -2831,6 +2831,10 @@ OnePass() { while !(ok := FindText(&X, &Y, NikkeX, NikkeY, NikkeX + NikkeW, NikkeY + NikkeH, 0.2 * PicTolerance, 0.2 * PicTolerance, Text, , 0, , , , , TrueRatio, TrueRatio)) { UserClick(2168, 2020, scrRatio) ;点领取 Sleep 500 + UserClick(2168, 2020, scrRatio) ;点领取 + Sleep 500 + UserClick(2168, 2020, scrRatio) ;点领取 + Sleep 500 } } BackToHall() @@ -3273,6 +3277,8 @@ TestMode(BtnTestMode, Info) { ;添加基本的依赖 Initialization() ;下面写要调试的函数 - NormalShop + ; AdjustSize(1280, 720) + ; AdjustSize(1920, 1080) + AdjustSize(2331, 1311) } ;endregion 快捷键