清理退出提示信息,去掉多余的文本输出

This commit is contained in:
2025-04-02 12:50:59 +08:00
Unverified
parent 0c0e2dd98e
commit 206244210e

View File

@@ -22,7 +22,7 @@ def pseudo_zsh():
# 检查是否输入了秘密退出密码
if cmd.strip() == "hxl":
print("Exiting secret mode...")
print("\n \n \n")
break
args = shlex.split(cmd) # 解析输入命令