From 076e960ea965384b5a0d5307d84cefa02e7125d6 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, 31 May 2025 13:49:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=BA=86=E8=AF=BB=E5=86=99=E6=95=B0=E6=8D=AE=E6=97=B6=E4=BA=A7?= =?UTF-8?q?=E7=94=9F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DoroHelper.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index ae0c1d5..736aecc 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -200,9 +200,7 @@ doroGui.Show() ;endregion 创建gui ;region 点击运行 ClickOnDoro(*) { - LogBox.Value := "" Initialization - WriteSettings() Login() ;登陆到主界面 if g_settings["Shop"] { if g_settings["CashShop"] @@ -289,6 +287,8 @@ Initialization() { MsgBox "请以管理员身份运行Doro" ExitApp } + LogBox.Value := "" + loadSettings() global BattleActive := 1 global stdScreenW := 3840 global stdScreenH := 2160