Skip to content

Commit 19540d8

Browse files
committed
📝 Writing docs.
1 parent 0f21d92 commit 19540d8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,12 @@ java -jar cim-client-1.0.0-SNAPSHOT.jar --server.port=8084 --cim.user.id=上方
176176
| `:q!` | 退出客户端|
177177
| `:olu` | 获取所有在线用户信息 |
178178
| `:all` | 获取所有命令 |
179-
| `:q` |:q 关键字】查询聊天记录 |
179+
| `:q [option]` |:q 关键字】查询聊天记录 |
180180
| `:ai` | 开启 AI 模式 |
181181
| `:qai` | 关闭 AI 模式 |
182182
| `:pu` | 模糊匹配用户 |
183183
| `:info` | 获取客户端信息 |
184+
| `:emoji [option]` | 查询表情包 [option:页码] |
184185
| `:` | 更多命令正在开发中。。 |
185186

186187
![](https://ws3.sinaimg.cn/large/006tNbRwly1fylh7bdlo6g30go01shdt.gif)
@@ -211,17 +212,17 @@ java -jar cim-client-1.0.0-SNAPSHOT.jar --server.port=8084 --cim.user.id=上方
211212

212213
> 该功能主要用于在移动端中的输入框中搜索用户。
213214
214-
## 群聊/私聊
215+
### 群聊/私聊
215216

216-
### 群聊
217+
#### 群聊
217218

218219
![](https://ws1.sinaimg.cn/large/006tNbRwly1fyli54e8e1j31t0056x11.jpg)
219220
![](https://ws3.sinaimg.cn/large/006tNbRwly1fyli5yyspmj31im06atb8.jpg)
220221
![](https://ws3.sinaimg.cn/large/006tNbRwly1fyli6sn3c8j31ss06qmzq.jpg)
221222

222223
群聊只需要在控制台里输入消息回车后即可发送,同时所有在线客户端都可收到消息。
223224

224-
### 私聊
225+
#### 私聊
225226

226227
私聊首先需要知道对方的 `userID` 才能进行。
227228

@@ -241,7 +242,13 @@ java -jar cim-client-1.0.0-SNAPSHOT.jar --server.port=8084 --cim.user.id=上方
241242

242243

243244

245+
### emoji 表情支持
244246

247+
使用命令 `:emoji 1` 查询出所有表情列表,使用表情别名即可发送表情。
248+
249+
![](https://tva1.sinaimg.cn/large/006y8mN6ly1g6j910cqrzj30dn05qjw9.jpg)
250+
![](https://tva1.sinaimg.cn/large/006y8mN6ly1g6j99hazg6j30ax03hq35.jpg)
251+
245252

246253

247254
## 联系作者
@@ -251,11 +258,4 @@ java -jar cim-client-1.0.0-SNAPSHOT.jar --server.port=8084 --cim.user.id=上方
251258
![](https://ws1.sinaimg.cn/large/006tKfTcly1ftmfdo6mhmj30760760t7.jpg)
252259

253260

254-
### Code Visualization:
255-
256-
Here is a cool visualization of the code evolution
257-
258-
[![Watch the video](https://img.youtube.com/vi/NhV_brPIG74/0.jpg)](https://www.youtube.com/watch?v=NhV_brPIG74)
259-
260-
[https://www.youtube.com/watch?v=NhV_brPIG74](https://www.youtube.com/watch?v=NhV_brPIG74)
261261

0 commit comments

Comments
 (0)