mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
refactor(shell): 移除LeonOS的beta版本欢迎信息
该欢迎信息已不再适用,故将其注释掉以保持代码整洁
This commit is contained in:
@@ -30,7 +30,7 @@ if os.version then
|
|||||||
else
|
else
|
||||||
textutils.coloredPrint(colors.yellow, rc.version(), colors.white)
|
textutils.coloredPrint(colors.yellow, rc.version(), colors.white)
|
||||||
end
|
end
|
||||||
textutils.coloredPrint(colors.yellow, "Welcome using the beta version of LeonOS!"colors.white)
|
-- textutils.coloredPrint(colors.yellow, "Welcome using the beta version of LeonOS!"colors.white)
|
||||||
|
|
||||||
thread.vars().parentShell = thread.id()
|
thread.vars().parentShell = thread.id()
|
||||||
shell.init(_ENV)
|
shell.init(_ENV)
|
||||||
|
|||||||
Reference in New Issue
Block a user