File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -176,11 +176,12 @@ java -jar cim-client-1.0.0-SNAPSHOT.jar --server.port=8084 --cim.user.id=上方
176
176
| ` :q! ` | 退出客户端|
177
177
| ` :olu ` | 获取所有在线用户信息 |
178
178
| ` :all ` | 获取所有命令 |
179
- | ` :q ` | 【: q 关键字】查询聊天记录 |
179
+ | ` :q [option] ` | 【: q 关键字】查询聊天记录 |
180
180
| ` :ai ` | 开启 AI 模式 |
181
181
| ` :qai ` | 关闭 AI 模式 |
182
182
| ` :pu ` | 模糊匹配用户 |
183
183
| ` :info ` | 获取客户端信息 |
184
+ | ` :emoji [option] ` | 查询表情包 [ option:页码] |
184
185
| ` : ` | 更多命令正在开发中。。 |
185
186
186
187
![ ] ( 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=上方
211
212
212
213
> 该功能主要用于在移动端中的输入框中搜索用户。
213
214
214
- ## 群聊/私聊
215
+ ### 群聊/私聊
215
216
216
- ### 群聊
217
+ #### 群聊
217
218
218
219
![ ] ( https://ws1.sinaimg.cn/large/006tNbRwly1fyli54e8e1j31t0056x11.jpg )
219
220
![ ] ( https://ws3.sinaimg.cn/large/006tNbRwly1fyli5yyspmj31im06atb8.jpg )
220
221
![ ] ( https://ws3.sinaimg.cn/large/006tNbRwly1fyli6sn3c8j31ss06qmzq.jpg )
221
222
222
223
群聊只需要在控制台里输入消息回车后即可发送,同时所有在线客户端都可收到消息。
223
224
224
- ### 私聊
225
+ #### 私聊
225
226
226
227
私聊首先需要知道对方的 ` userID ` 才能进行。
227
228
@@ -241,7 +242,13 @@ java -jar cim-client-1.0.0-SNAPSHOT.jar --server.port=8084 --cim.user.id=上方
241
242
242
243
243
244
245
+ ### emoji 表情支持
244
246
247
+ 使用命令 ` :emoji 1 ` 查询出所有表情列表,使用表情别名即可发送表情。
248
+
249
+ ![ ] ( https://tva1.sinaimg.cn/large/006y8mN6ly1g6j910cqrzj30dn05qjw9.jpg )
250
+ ![ ] ( https://tva1.sinaimg.cn/large/006y8mN6ly1g6j99hazg6j30ax03hq35.jpg )
251
+
245
252
246
253
247
254
## 联系作者
@@ -251,11 +258,4 @@ java -jar cim-client-1.0.0-SNAPSHOT.jar --server.port=8084 --cim.user.id=上方
251
258
![ ] ( https://ws1.sinaimg.cn/large/006tKfTcly1ftmfdo6mhmj30760760t7.jpg )
252
259
253
260
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 )
261
261
You can’t perform that action at this time.
0 commit comments