From e754a5f37bcb0fd0c1d71be8b147f67a5e8343c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E4=B8=80=E4=B8=80?= <1204244136@qq.com> Date: Sat, 24 May 2025 17:04:17 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DoroHelper.ahk | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index 5d7ece1..e1d6b73 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -329,6 +329,10 @@ Initialization() { TrueRatio := currentScale * WinRatio AddLog("`nnikke坐标是:" NikkeX "," NikkeY "`n屏幕宽度是" A_ScreenWidth "`n屏幕高度是" A_ScreenHeight "`nnikke宽度是" NikkeW "`nnikke高度是" NikkeH "`ndpi缩放比例是" currentScale "`n窗口缩放比例是" WinRatio "`n图片缩放系数是" TrueRatio "`n缩放容忍度是" PicTolerance) AddLog("如有问题请加入反馈qq群584275905,反馈请附带日志或录屏") + if A_ScreenWidth < 2347 { + MsgBox ("屏幕尺寸过小,请使用更高分辨率的屏幕") + Pause + } } /** * 添加一个与 g_settings Map 关联的复选框到指定的 GUI 对象. diff --git a/README.md b/README.md index 0bb3262..f1f9dbd 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ PC 端日常任务清理助手。一键清理多项日常事务。支持除国 ## 新版本注意 下方的功能介绍均针对最新版本,老版本的对应功能请查看[legacy-v0.1.22](https://github.com/1204244136/DoroHelper/tree/legacy-v0.1.22)分支处的自述文件。 +老版本已停止维护! 最新版本尚在测试,最新测试版请于[DoroHelper 反馈群](https://qm.qq.com/q/f0Q1yr7vzi)(584275905)下载