fix: 尝试修复了读写数据时产生的问题

This commit is contained in:
知一一 2025-05-31 13:49:06 +08:00
parent 1cfd4fa5c4
commit 076e960ea9
1 changed files with 2 additions and 2 deletions

View File

@ -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