docs: 更新README文档
This commit is contained in:
parent
6297f02054
commit
190926ba34
18
README.md
18
README.md
@ -6,6 +6,22 @@
|
||||
|
||||
## 功能概览
|
||||
|
||||
### 功能演示
|
||||
<div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px;">
|
||||
<img src="https://s3.qjqq.cn/49/676fb92889056.webp!color" style="width: 100%; height: auto;" />
|
||||
<img src="https://s3.qjqq.cn/49/676fba9b536da.webp!color" style="width: 100%; height: auto;" />
|
||||
<img src="https://s3.qjqq.cn/49/676fb928d1295.webp!color" style="width: 100%; height: auto;" />
|
||||
<img src="https://s3.qjqq.cn/49/676fb9288f2dc.webp!color" style="width: 100%; height: auto;" />
|
||||
</div>
|
||||
|
||||
<div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px;">
|
||||
<img src="https://s3.qjqq.cn/49/676fba9b926ed.webp!color" style="width: 100%; height: auto;" />
|
||||
<img src="https://s3.qjqq.cn/49/676fb92acf681.webp!color" style="width: 100%; height: auto;" />
|
||||
<img src="https://s3.qjqq.cn/49/676fb92a7e4ea.webp!color" style="width: 100%; height: auto;" />
|
||||
<img src="https://s3.qjqq.cn/49/676fba9b69f95.webp!color" style="width: 100%; height: auto;" />
|
||||
</div>
|
||||
|
||||
|
||||
### 核心功能
|
||||
|
||||
- [x] **实时消息传输**:通过 WebSocket 实现即时通讯,确保消息快速、实时传输。
|
||||
@ -13,7 +29,7 @@
|
||||
- [x] **添加/删除好友**:用户可以添加好友或移除不需要的好友。
|
||||
- [x] **搜索功能**:支持通过关键词在聊天记录中搜索消息,同时支持按文件类型筛选。
|
||||
- [x] **修改个人信息**:用户可以修改昵称、头像、个性签名等个人信息,提升个性化体验。
|
||||
- [ ] **修改用户密码**:用户可以更新自己的密码。
|
||||
- [x] **修改用户密码**:用户可以更新自己的密码。
|
||||
- [ ] **查看好友动态**:支持查看好友分享的动态内容,形式包括文字、图片和视频,用户可以点赞或评论。
|
||||
- [ ] **支持多媒体消息**:支持发送音频、视频、文件等多种格式,满足用户不同的交流需求。
|
||||
- [ ] **群聊支持**:用户可以创建群组,与多人实时互动,并支持群管理功能(如设置群管理员、踢人)。
|
||||
|
Loading…
Reference in New Issue
Block a user