Compare commits

..

No commits in common. "b72b9ab7f93eab6d031ecce69abaab8120dc0217" and "8689728a1d131efe2664bd59667cf64f5ecc980e" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View File

@ -238,7 +238,6 @@ class ChatClient:
)
self.message_entry.delete(0, tk.END)
except Exception as e:
self.display_message(f"发送失败: {str(e)}", "error")
@ -262,7 +261,6 @@ class ChatClient:
"///me - 显示我的信息",
"///list - 列出在线用户",
"///op <用户> - 授予管理员权限",
"///deop <用户> - 取消管理员权限",
"///kick <用户> - 踢出用户"
]
self.display_message("\n".join(help_text), "system")

View File

@ -1,7 +1,2 @@
# ChatWeb
Client——Python编写
Server——Node.js编写
Node.js服务端正在打包请等待