v2.0: 新增 ChaosCryptChat 端到端加密聊天系统 + 更新文档

This commit is contained in:
dvs
2026-08-26 16:02:23 +08:00
parent 79f4ad8b78
commit 124b511d5f
5 changed files with 4765 additions and 6 deletions
+20
View File
@@ -0,0 +1,20 @@
# 运行时数据(聊天记录/账户/服务器状态)
data/
server_data/
ChaosCryptChat/data/
ChaosCryptChat/server_data/
# 密钥文件(严禁上传!)
*.key
# Python 缓存
__pycache__/
*.pyc
# 媒体缓存
media/
# 系统文件
Thumbs.db
.DS_Store
desktop.ini