mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
fix: 更新LeonOS版本号至0.1.0并优化安装程序输出
将LeonOS版本号从1.6.0降级至0.1.0以反映实际开发阶段 移除安装程序中的多余换行符并使用coloredPrint统一输出样式
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
_G._HOST = _G._HOST .. " (LeonOS 1.6.0)"
|
||||
_G._HOST = _G._HOST .. " (LeonOS 0.1.0)"
|
||||
|
||||
local fs = rawget(_G, "fs")
|
||||
|
||||
@@ -33,8 +33,8 @@ local reboot = pull(os, "restart")
|
||||
local rc = {
|
||||
_NAME = "LeonOS",
|
||||
_VERSION = {
|
||||
major = 1,
|
||||
minor = 6,
|
||||
major = 0,
|
||||
minor = 1,
|
||||
patch = 0
|
||||
},
|
||||
queueEvent = pull(os, "queueEvent"),
|
||||
|
||||
Reference in New Issue
Block a user