feat: 更新版本号至0.2.3并调整启动配置

移除音频启动脚本并新增系统设置配置文件
This commit is contained in:
2025-09-01 17:29:41 +08:00
parent 00e46bf8c1
commit 35955cb947
4 changed files with 104 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
-- LeonOS installer
local INSTALLER_VERSION = "0.2.2"
local INSTALLER_VERSION = "0.2.3"
local DEFAULT_ROM_DIR = "/leonos"
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")