fix: 更新安装程序版本号并优化shell欢迎界面

- 将安装程序版本号从0.3.7 Beta 9更新至0.3.7 Beta 10
- 重构shell.lua中的欢迎界面显示逻辑,避免重复代码
- 统一在shell启动时显示欢迎信息和图标
This commit is contained in:
2025-09-02 16:42:31 +08:00
parent 119f43b7cc
commit 937e6bdf0c
2 changed files with 9 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
-- LeonOS installer
local INSTALLER_VERSION = "0.3.7 Beta 9"
local INSTALLER_VERSION = "0.3.7 Beta 10"
local DEFAULT_ROM_DIR = "/leonos"
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")