From e21e57ff84f9d527c305206c6ec87d54bb24dc4e Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 1 Nov 2021 14:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0tip=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E6=96=B9=E4=BE=BF=E7=9C=8Btips?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/app_console.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/parts/scenes/app_console.lua b/parts/scenes/app_console.lua index d2043c8c..3bcf5853 100644 --- a/parts/scenes/app_console.lua +++ b/parts/scenes/app_console.lua @@ -799,6 +799,12 @@ local commands={}do "Usage: tas ", }, } + commands.tip={ + code=function() + log(text.getTip()) + end, + description="Show a random tip", + } --Network commands.switchhost={