@@ -37,7 +37,7 @@ def pseudo_zsh():
os.system("clear") # 清屏
# 显示系统信息
system_name = get_simple_system_info()
system_name = get_simple_system_info().split()[0]
system_version = platform.version()
architecture = platform.architecture()[0]
hostname = platform.node()
The note is not visible to the blocked user.