Compare commits

...

2 Commits

Author SHA1 Message Date
b72b9ab7f9 modified: README.md 2025-06-25 20:54:42 +08:00
5b6b2c0b9d modified: Cilent/main.py 2025-06-25 20:53:32 +08:00
2 changed files with 7 additions and 0 deletions

View File

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

View File

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