Skip to content

Commit b0f12b0

Browse files
author
haoxiuwen
committed
modify
1 parent 69d3276 commit b0f12b0

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

docs/.vuepress/sidebar/document.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ const documentSidebar = [
320320
],
321321
only: ['applet']
322322
},
323+
{ text: '私有云 SDK IP 地址/域名配置', link: 'private_ip_domain.html', only: ['applet']},
323324
{ text: '服务端 API 概述', link: 'overview.html', only: ['server-side'] },
324325
{ text: 'API 调用频率限制', link: 'limitationapi.html', only: ['server-side'] },
325326
{

docs/document/android/initialization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ options.setAppKey("Your appkey");
2222
......// 其他 EMOptions 配置。
2323
EMClient.getInstance().init(context, options);
2424
```
25+
26+
关于私有云 SDK 的 IP 地址/域名配置,详见 [配置文档](private_ip_domain.html)

docs/document/harmonyos/initialization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ ChatClient.getInstance().init(this.context, {
3232
// 其他更多设置
3333
});
3434
```
35+
36+
关于私有云 SDK 的 IP 地址/域名配置,详见 [配置文档](private_ip_domain.html)

docs/document/ios/initialization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ let options = EMOptions(appkey: "Your appkey")
1717
......// 其他 EMOptions 配置。
1818
EMClient.shared().initializeSDK(with: options)
1919
```
20+
21+
关于私有云 SDK 的 IP 地址/域名配置,详见 [配置文档](private_ip_domain.html)

0 commit comments

Comments
 (0)