diff --git a/DoroHelper.ahk b/DoroHelper.ahk index 7acd230..f3071e4 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -2294,6 +2294,11 @@ ChangeOnSleepTime(GUICtrl, *) ClickOnDoro(*) { + if !A_IsAdmin { + MsgBox "请以管理员身份运行Doro" + ExitApp + } + WinGetClientPos ,, &userScreenW, &userScreenH, "NIKKE" global scrRatio scrRatio := userScreenW / stdScreenW