From 1bf9e1c9146e559c01733e709bb01f00eeebc239 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Mon, 1 Sep 2025 17:45:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor(shell):=20=E7=A7=BB=E9=99=A4LeonOS?= =?UTF-8?q?=E7=9A=84beta=E7=89=88=E6=9C=AC=E6=AC=A2=E8=BF=8E=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 该欢迎信息已不再适用,故将其注释掉以保持代码整洁 --- data/computercraft/lua/rom/programs/shell.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/computercraft/lua/rom/programs/shell.lua b/data/computercraft/lua/rom/programs/shell.lua index 56306da..9f2cfd6 100644 --- a/data/computercraft/lua/rom/programs/shell.lua +++ b/data/computercraft/lua/rom/programs/shell.lua @@ -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)