@@ -112,42 +112,75 @@ projects:
112112 - title : 消息和会话
113113 icon : /feature/message.svg
114114 contexts :
115- - text : 发送/接收消息
116- desc : 在单聊、群聊和聊天室中发送和接收各种类型的消息 ,包括文本消息、图片、语音、视频、文件消息、位置消息、透传消息、自定义消息、合并消息和定向消息 。
115+ - text : 发送消息
116+ desc : 在单聊、群聊和聊天室中发送各种类型的消息 ,包括文本消息、图片、语音、视频、文件消息、位置消息、透传消息、自定义消息、合并消息 。
117117 sdks :
118118 - icon : /sdk/android.svg
119119 text : Android
120- link : /document/android/message_send_receive .html
120+ link : /document/android/message_send .html
121121 - icon : /sdk/iOS.svg
122122 text : iOS
123- link : /document/ios/message_send_receive .html
123+ link : /document/ios/message_send .html
124124 - icon : /sdk/web.svg
125125 text : Web
126- link : /document/web/message_send_receive .html
126+ link : /document/web/message_send .html
127127 - icon : /sdk/applet.svg
128128 text : 小程序
129- link : /document/applet/message_send_receive .html
129+ link : /document/applet/message_send .html
130130 - icon : /sdk/harmonyos.svg
131131 text : HarmonyOS
132- link : /document/harmonyos/message_send_receive .html
132+ link : /document/harmonyos/message_send .html
133133 - icon : /sdk/flutter.svg
134134 text : Flutter
135- link : /document/flutter/message_send_receive .html
135+ link : /document/flutter/message_send .html
136136 - icon : /sdk/react.svg
137137 text : React Native
138- link : /document/react-native/message_send_receive .html
138+ link : /document/react-native/message_send .html
139139 - icon : /sdk/unity.svg
140140 text : Unity
141- link : /document/unity/message_send_receive .html
141+ link : /document/unity/message_send .html
142142 - icon : /sdk/windows.svg
143143 text : Windows
144- link : /document/windows/message_send_receive .html
144+ link : /document/windows/message_send .html
145145 - icon : /sdk/electron.svg
146146 text : Electron
147147 link : /document/electron/message.html#发送消息
148148 - icon : /sdk/rest.svg
149149 text : REST
150150 link : /document/server-side/message_single.html
151+ - text : 接收消息
152+ desc : 在单聊、群聊和聊天室中接收各种类型的消息,包括文本消息、图片、语音、视频、文件消息、位置消息、透传消息、自定义消息、合并消息。
153+ sdks :
154+ - icon : /sdk/android.svg
155+ text : Android
156+ link : /document/android/message_receive.html
157+ - icon : /sdk/iOS.svg
158+ text : iOS
159+ link : /document/ios/message_receive.html
160+ - icon : /sdk/web.svg
161+ text : Web
162+ link : /document/web/message_receive.html
163+ - icon : /sdk/applet.svg
164+ text : 小程序
165+ link : /document/applet/message_receive.html
166+ - icon : /sdk/harmonyos.svg
167+ text : HarmonyOS
168+ link : /document/harmonyos/message_receive.html
169+ - icon : /sdk/flutter.svg
170+ text : Flutter
171+ link : /document/flutter/message_receive.html
172+ - icon : /sdk/react.svg
173+ text : React Native
174+ link : /document/react-native/message_receive.html
175+ - icon : /sdk/unity.svg
176+ text : Unity
177+ link : /document/unity/message_receive.html
178+ - icon : /sdk/windows.svg
179+ text : Windows
180+ link : /document/windows/message_receive.html
181+ - icon : /sdk/electron.svg
182+ text : Electron
183+ link : /document/electron/message.html#接收消息
151184 - text : 获取消息
152185 desc : 从环信消息服务器获取漫游消息,或者从本地获取消息。
153186 sdks :
@@ -463,6 +496,66 @@ projects:
463496 - icon : /sdk/rest.svg
464497 text : REST
465498 link : /document/server-side/message_delete.html
499+ - text : 定向消息
500+ desc : 发送定向消息是指向群组或聊天室的单个或多个指定的成员发送消息,其他成员不会收到该消息。
501+ sdks :
502+ - icon : /sdk/android.svg
503+ text : Android
504+ link : /document/android/message_target.html
505+ - icon : /sdk/iOS.svg
506+ text : iOS
507+ link : /document/ios/message_target.html
508+ - icon : /sdk/web.svg
509+ text : Web
510+ link : /document/web/message_target.html
511+ - icon : /sdk/applet.svg
512+ text : 小程序
513+ link : /document/applet/message_target.html
514+ - icon : /sdk/harmonyos.svg
515+ text : HarmonyOS
516+ link : /document/harmonyos/message_target.html
517+ - icon : /sdk/flutter.svg
518+ text : Flutter
519+ link : /document/flutter/message_target.html
520+ - icon : /sdk/react.svg
521+ text : React Native
522+ link : /document/react-native/message_target.html
523+ - icon : /sdk/unity.svg
524+ text : Unity
525+ link : /document/unity/message_target.html
526+ - icon : /sdk/windows.svg
527+ text : Windows
528+ link : /document/windows/message_target.html
529+ - text : 消息扩展
530+ desc : 当 SDK 提供的消息类型不满足需求时,你可以通过消息扩展字段传递自定义的内容,从而生成自己需要的消息类型。
531+ sdks :
532+ - icon : /sdk/android.svg
533+ text : Android
534+ link : /document/android/message_extension.html
535+ - icon : /sdk/iOS.svg
536+ text : iOS
537+ link : /document/ios/message_extension.html
538+ - icon : /sdk/web.svg
539+ text : Web
540+ link : /document/web/message_extension.html
541+ - icon : /sdk/applet.svg
542+ text : 小程序
543+ link : /document/applet/message_extension.html
544+ - icon : /sdk/harmonyos.svg
545+ text : HarmonyOS
546+ link : /document/harmonyos/message_extension.html
547+ - icon : /sdk/flutter.svg
548+ text : Flutter
549+ link : /document/flutter/message_extension.html
550+ - icon : /sdk/react.svg
551+ text : React Native
552+ link : /document/react-native/message_extension.html
553+ - icon : /sdk/unity.svg
554+ text : Unity
555+ link : /document/unity/message_extension.html
556+ - icon : /sdk/windows.svg
557+ text : Windows
558+ link : /document/windows/message_extension.html
466559 - text : 置顶消息
467560 desc : 将会话中的消息固定在会话顶部,方便会话中的所有用户快速查看重要消息。
468561 sdks :
0 commit comments