refactor(shell): 移除LeonOS的beta版本欢迎信息

该欢迎信息已不再适用,故将其注释掉以保持代码整洁
This commit is contained in:
2025-09-01 17:45:58 +08:00
parent 10d3beb600
commit 1bf9e1c914

View File

@@ -30,7 +30,7 @@ if os.version then
else
textutils.coloredPrint(colors.yellow, rc.version(), colors.white)
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()
shell.init(_ENV)