Skip to content

Commit

Permalink
Merge pull request #1020 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify IM Doc
  • Loading branch information
haoxiuwen authored Nov 4, 2024
2 parents 6145321 + 12db275 commit 534c2bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/document/web/import_sdk_minicore.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ miniCore 是一个基座,支持登录登出和发送消息等[基础功能](ht
| 子区 | import \* as threadPlugin from "easemob-websdk/thread/thread"; | miniCore.usePlugin(threadPlugin, "thread"); |
| 翻译 | import \* as translationPlugin from "easemob-websdk/translation/translation"; | miniCore.usePlugin(translationPlugin, "translation"); |
| 在线状态订阅 | import \* as presencePlugin from "easemob-websdk/presence/presence"; | miniCore.usePlugin(presencePlugin, "presence"); |
| 会话免打扰 | import \* as silentPlugin from "easemob-websdk/silent/silent"; | miniCore.usePlugin(silentPlugin, "silent"); |

## 按需导入 SDK 模块

Expand Down

0 comments on commit 534c2bc

Please sign in to comment.