From e3f3c87c30af476ae4e7ac5f3927d75268edb64f Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 7 Mar 2021 23:04:39 +0800 Subject: [PATCH] =?UTF-8?q?shell=E9=87=8C=E7=9A=84=E7=89=88=E6=9D=83?= =?UTF-8?q?=E5=A3=B0=E6=98=8E=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/mg_cmd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/mg_cmd.lua b/parts/scenes/mg_cmd.lua index a42f39ad..a9e7cce5 100644 --- a/parts/scenes/mg_cmd.lua +++ b/parts/scenes/mg_cmd.lua @@ -5,7 +5,7 @@ local ins=table.insert local inputBox=WIDGET.newInputBox{name="input",x=40,y=650,w=1200,h=50} local outputBox=WIDGET.newTextBox{name="output",x=40,y=30,w=1200,h=600,font=25,lineH=25,fix=true} outputBox:push("Techmino Shell") -outputBox:push("©2020 26F Studio All rights reserved") +outputBox:push("©2020 26F Studio some rights reserved") local history,hisPtr={"help"} local scene={}