Skip to content

Commit

Permalink
Merge pull request #1051 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify IM Doc
  • Loading branch information
haoxiuwen authored Nov 22, 2024
2 parents d4b1d23 + 988c58e commit 25c0938
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/document/android/push/push_display.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ EMPushManager.DisplayStyle style = pushConfigs.getDisplayStyle();
:::tip
1. 设置推送模板为推送的高级功能,使用前需要在[环信即时通讯控制台](https://console.easemob.com/user/login)**即时通讯 > 功能配置 > 功能配置总览**页面激活推送高级功能。如需关闭推送高级功能必须联系商务,因为该操作会删除所有相关配置。

2. 推送模板相关的数据结构,详见[推送扩展字段](/server-side/push_extension.html)
2. 推送模板相关的数据结构,详见[推送扩展字段](/document/server-side/push_extension.html)
:::

### 发消息时使用推送模板
Expand Down
2 changes: 1 addition & 1 deletion docs/document/harmonyos/push/push_display.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ChatClient.getInstance().pushManager()?.updatePushDisplayStyle(displayStyle).the
:::tip
1. 设置推送模板为推送的高级功能,使用前需要在[环信即时通讯控制台](https://console.easemob.com/user/login)**即时通讯 > 功能配置 > 功能配置总览**页面激活推送高级功能。如需关闭推送高级功能必须联系商务,因为该操作会删除所有相关配置。

2. 推送模板相关的数据结构,详见[推送扩展字段](/server-side/push_extension.html)
2. 推送模板相关的数据结构,详见[推送扩展字段](/document/server-side/push_extension.html)
:::

#### **发送消息时使用推送模板**
Expand Down
2 changes: 1 addition & 1 deletion docs/document/ios/push/push_display.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
:::tip
1. 设置推送模板为推送的高级功能,使用前需要在[环信即时通讯控制台](https://console.easemob.com/user/login)的**即时通讯 > 功能配置 > 功能配置总览**页面激活推送高级功能。如需关闭推送高级功能必须联系商务,因为该操作会删除所有相关配置。
2. 推送模板相关的数据结构,详见[推送扩展字段](/server-side/push_extension.html)。
2. 推送模板相关的数据结构,详见[推送扩展字段](/document/server-side/push_extension.html)。
:::
### 发送消息时使用推送模板
Expand Down
2 changes: 1 addition & 1 deletion docs/document/react-native/push/push_display.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ChatClient.getInstance()
:::tip
1. 设置推送模板为推送的高级功能,使用前需要在[环信即时通讯控制台](https://console.easemob.com/user/login)**即时通讯 > 功能配置 > 功能配置总览**页面激活推送高级功能。如需关闭推送高级功能必须联系商务,因为该操作会删除所有相关配置。

2. 推送模板相关的数据结构,详见[推送扩展字段](/server-side/push_extension.html)
2. 推送模板相关的数据结构,详见[推送扩展字段](/document/server-side/push_extension.html)
:::

### 发消息时使用推送模板
Expand Down

0 comments on commit 25c0938

Please sign in to comment.