fix: 尝试修复了读写数据时产生的问题
This commit is contained in:
parent
1cfd4fa5c4
commit
076e960ea9
|
@ -200,9 +200,7 @@ doroGui.Show()
|
||||||
;endregion 创建gui
|
;endregion 创建gui
|
||||||
;region 点击运行
|
;region 点击运行
|
||||||
ClickOnDoro(*) {
|
ClickOnDoro(*) {
|
||||||
LogBox.Value := ""
|
|
||||||
Initialization
|
Initialization
|
||||||
WriteSettings()
|
|
||||||
Login() ;登陆到主界面
|
Login() ;登陆到主界面
|
||||||
if g_settings["Shop"] {
|
if g_settings["Shop"] {
|
||||||
if g_settings["CashShop"]
|
if g_settings["CashShop"]
|
||||||
|
@ -289,6 +287,8 @@ Initialization() {
|
||||||
MsgBox "请以管理员身份运行Doro"
|
MsgBox "请以管理员身份运行Doro"
|
||||||
ExitApp
|
ExitApp
|
||||||
}
|
}
|
||||||
|
LogBox.Value := ""
|
||||||
|
loadSettings()
|
||||||
global BattleActive := 1
|
global BattleActive := 1
|
||||||
global stdScreenW := 3840
|
global stdScreenW := 3840
|
||||||
global stdScreenH := 2160
|
global stdScreenH := 2160
|
||||||
|
|
Loading…
Reference in New Issue