From 76aa59d51851d3d5a2c3f4fa848ed450ce1b6e84 Mon Sep 17 00:00:00 2001 From: 1204244136 <1204244136@qq.com> Date: Fri, 13 Jun 2025 14:24:04 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=97=A0=E6=B3=95=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=97=B6=E6=A3=80=E6=B5=8B=E7=AA=97=E5=8F=A3=E8=81=9A=E7=84=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DoroHelper.ahk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index 97a8dc6..0e6f8d7 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -1501,6 +1501,10 @@ Login() { } UserClick(331, 2040, scrRatio) Sleep 500 + if !WinActive(nikkeID) { + MsgBox "窗口未聚焦,程序已中止" + Pause + } } AddLog("已处于大厅页面,登录成功") }