VERSION改为全局table并包含版本名称

This commit is contained in:
MrZ626
2021-04-10 16:56:27 +08:00
parent b757055525
commit 54697c44de
11 changed files with 19 additions and 16 deletions

View File

@@ -327,9 +327,9 @@ do
end
USER.username=nil
if STAT.version~=VERSION_CODE then
if STAT.version~=VERSION.code then
newVersionLaunch=true
STAT.version=VERSION_CODE
STAT.version=VERSION.code
FILE.save(STAT,"conf/data","q")
end