From 638ae4d90e528fde0a62221f82a5e8d6842cc682 Mon Sep 17 00:00:00 2001 From: 1204244136 <1204244136@qq.com> Date: Wed, 18 Jun 2025 13:47:13 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E9=80=9A=E8=A1=8C=E8=AF=81=E6=BB=91?= =?UTF-8?q?=E5=8A=A8=E6=96=B9=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DoroHelper.ahk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index b48c4b2..ecc5992 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -2945,9 +2945,11 @@ Pass() { AddLog("执行第" t "个通行证") OnePass() } - UserMove(3787, 369, scrRatio) + UserClick0(3800, 369, scrRatio) Click "Down" - UserMove(3458, 369, scrRatio) + Sleep 1000 + UserClick0(3100, 369, scrRatio) + Sleep 1000 Click "Up" Sleep 500 }