fix(installer): 更新安装器版本至1.0.3 Beta 7

refactor(appgui_demo): 使用安全的事件拉取函数替换os.pullEvent
This commit is contained in:
2025-09-14 22:21:14 +08:00
parent 9f0b5c4156
commit b1e7f6c8d3
2 changed files with 19 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
-- LeonOS installer
local INSTALLER_VERSION = "1.0.3 Beta 6"
local INSTALLER_VERSION = "1.0.3 Beta 7"
local DEFAULT_ROM_DIR = "/leonos"
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")