From 0c16ee7d26b1d7b0930517d39079d0ae6111bcbb 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, 26 May 2025 23:49:36 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=96=B0=E5=A2=9E=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8=E5=BC=82=E5=B8=B8=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DoroHelper.ahk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index 4ffd4cd..0e06a26 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -334,6 +334,9 @@ Initialization() { MsgBox ("缩放比例不为100%,请更改!") Pause } + if Round(WinRatio) != 1 { + MsgBox ("请按ctrl+3调整游戏尺寸直到没有此提示!") + } } /** * 添加一个与 g_settings Map 关联的复选框到指定的 GUI 对象.