docs: 调整提示文本

This commit is contained in:
知一一 2025-06-06 00:36:00 +08:00
parent a9c901069e
commit 302a66cc71
1 changed files with 10 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if A_Username != 12042 {
169HDR 169HDR
=========================== ===========================
1080p用户请全屏运行游戏 1080p用户请全屏运行游戏
2k和4kctrl+3 2k和4kctrl+3
nikke应该是居中的1 nikke应该是居中的1
=========================== ===========================
@ -37,6 +37,15 @@ if A_Username != 12042 {
)" )"
} }
if (A_ScreenWidth = 1920 and A_ScreenHeight = 1080) {
Result := Msgbox("1080p用户现版本仍大概率无法正常运行请耐心等待优化是否立刻关闭程序", , "YesNo")
if Result = "Yes" {
ExitApp
}
else {
MsgBox("既然用了,请不要在群里反馈或吐槽,谢谢")
}
}
;endregion 运行前提示 ;endregion 运行前提示
;region 设置变量 ;region 设置变量
;tag 简单开关 ;tag 简单开关