From 152e248a158e525774e5aa3c5bf73c0b37999286 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 7 May 2021 01:00:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9D=83=E6=97=B6?= =?UTF-8?q?=E9=97=B4=EF=BC=8C=E7=94=A8=E6=88=B7=E7=8E=AF=E5=A2=83=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=B8=80=E4=B8=AA=E8=8E=B7=E5=8F=96=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E7=9A=84=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/app_console.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/parts/scenes/app_console.lua b/parts/scenes/app_console.lua index c3ee82ad..05eeee92 100644 --- a/parts/scenes/app_console.lua +++ b/parts/scenes/app_console.lua @@ -8,7 +8,7 @@ local outputBox=WIDGET.newTextBox{name="output",x=40,y=30,w=1200,h=610,font=25,l local function log(str)outputBox:push(str)end log{C.lP,"Techmino Console"} -log{C.lC,"©2020 26F Studio some rights reserved"} +log{C.lC,"©2021 26F Studio some rights reserved"} log{C.dR,"DO NOT RUN ANY CODE YOU DON'T UNDERSTAND"} local history,hisPtr={"?"} @@ -623,6 +623,8 @@ local function log_user(str) log(noLog and"CHEATER."or tostring(str)) end local userG={ + timer=TIME, + _VERSION=VERSION.code, assert=assert,error=error, tonumber=tonumber,tostring=tostring,