From 64b677868b95427a26f1268ef1376ca0e8a2dc32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E4=B8=80=E4=B8=80?= <1204244136@qq.com> Date: Tue, 3 Jun 2025 13:31:19 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=A7=BB=E9=99=A4=E4=BA=86=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DoroHelper.ahk | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index 06c42fc..96cd69b 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -434,18 +434,18 @@ Initialization() { GameRatio := Round(NikkeW / NikkeH, 3) AddLog("`nnikke坐标是:" NikkeX "," NikkeY "`n屏幕宽度是" A_ScreenWidth "`n屏幕高度是" A_ScreenHeight "`nnikke宽度是" NikkeW "`nnikke高度是" NikkeH "`n游戏画面比例是" GameRatio "`ndpi缩放比例是" currentScale "`n额定缩放比例是" WinRatio "`n图片缩放系数是" TrueRatio "`n识图宽容度是" PicTolerance) AddLog("如有问题请加入反馈qq群584275905,反馈请附带日志或录屏") - if GameRatio != 1.778 { - MsgBox ("请将游戏画面比例调整至16:9") - } - if A_ScreenWidth < 2331 { - MsgBox ("屏幕尺寸过小,请更换显示器!") - } + ; if GameRatio != 1.778 { + ; MsgBox ("请将游戏画面比例调整至16:9") + ; } + ; if A_ScreenWidth < 2331 { + ; MsgBox ("屏幕尺寸过小,请更换显示器!") + ; } ; if A_ScreenDPI != 96 { ; MsgBox ("缩放比例不为100%,请更改!") ; } - if Round(WinRatio) != 1 { - MsgBox ("请按ctrl+3调整游戏尺寸直到没有此提示!") - } + ; if Round(WinRatio) != 1 { + ; MsgBox ("请按ctrl+3调整游戏尺寸直到没有此提示!") + ; } } ;endregion 初始化 ;region UI辅助函数