docs: update

This commit is contained in:
tangtaoit 2023-07-27 16:16:39 +08:00
parent 4d0a1f0820
commit d410996120
3 changed files with 6 additions and 4 deletions

View File

@ -50,7 +50,7 @@ export default defineConfig({
],
footer: {
message: `本文档内容版权属于 上海信必达网络科技有限公司,保留所有权利`,
copyright: "Copyright © 2023 | Powered by 悟空IM | ICP备案号沪ICP备2021032718号-2",
copyright: "Copyright © 2023 | Powered by WuKongIM | ICP备案号<a href='https://beian.miit.gov.cn/' target='_blank'>沪ICP备2021032718号-2</a>",
},
search: {
provider: "local",

View File

@ -2,5 +2,5 @@ build:
docker build -t wukongimdocs .
deploy:
docker build -t wukongimdocs .
docker tag wukongimdocs wukongim/wukongimdocs:latest
docker push wukongim/wukongimdocs:latest
docker tag wukongimdocs registry.cn-shanghai.aliyuncs.com/wukongim/wukongimdocs:latest
docker push registry.cn-shanghai.aliyuncs.com/wukongim/wukongimdocs:latest

View File

@ -63,7 +63,9 @@ const WKSDK = require("wukongimjssdk").default
``` js [浏览器]
<script src="https://cdn.jsdelivr.net/npm/wukongimjssdk@1.0.7/lib/wukongimjssdk.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/wukongimjssdk@1.0.9/lib/wukongimjssdk.umd.js"></script>
浏览器使用必须都加前缀 wk, 例如 wk.WKSDK.shared()
```