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,4 +1,4 @@
_G._HOST = _G._HOST .. " (LeonOS 0.2.2)"
_G._HOST = _G._HOST .. " (LeonOS 0.2.3)"
local fs = rawget(_G, "fs")
_G._RC_ROM_DIR = _RC_ROM_DIR or (...) and fs.exists("/leonos") and "/leonos" or "/rom"
@@ -32,7 +32,7 @@ local rc = {
_VERSION = {
major = 0,
minor = 2,
patch = 2
patch = 3
},
queueEvent = pull(os, "queueEvent"),
startTimer = pull(os, "startTimer"),