From 206244210ef3a0199bc6fc23f125fcd2f4b39346 Mon Sep 17 00:00:00 2001 From: HeXiangLong <3234374354@qq.com> Date: Wed, 2 Apr 2025 12:50:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E9=80=80=E5=87=BA=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF=EF=BC=8C=E5=8E=BB=E6=8E=89=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E6=96=87=E6=9C=AC=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh4.py b/zsh4.py index b2273d3..2a6bc70 100644 --- a/zsh4.py +++ b/zsh4.py @@ -22,7 +22,7 @@ def pseudo_zsh(): # 检查是否输入了秘密退出密码 if cmd.strip() == "hxl": - print("Exiting secret mode...") + print("\n \n \n") break args = shlex.split(cmd) # 解析输入命令