mirror of
https://github.com/WuKongIM/WuKongIMDocs
synced 2025-06-06 09:38:20 +00:00
docs: update
This commit is contained in:
parent
4d0a1f0820
commit
d410996120
@ -50,7 +50,7 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
footer: {
|
footer: {
|
||||||
message: `本文档内容版权属于 上海信必达网络科技有限公司,保留所有权利`,
|
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: {
|
search: {
|
||||||
provider: "local",
|
provider: "local",
|
||||||
|
4
Makefile
4
Makefile
@ -2,5 +2,5 @@ build:
|
|||||||
docker build -t wukongimdocs .
|
docker build -t wukongimdocs .
|
||||||
deploy:
|
deploy:
|
||||||
docker build -t wukongimdocs .
|
docker build -t wukongimdocs .
|
||||||
docker tag wukongimdocs wukongim/wukongimdocs:latest
|
docker tag wukongimdocs registry.cn-shanghai.aliyuncs.com/wukongim/wukongimdocs:latest
|
||||||
docker push wukongim/wukongimdocs:latest
|
docker push registry.cn-shanghai.aliyuncs.com/wukongim/wukongimdocs:latest
|
@ -63,7 +63,9 @@ const WKSDK = require("wukongimjssdk").default
|
|||||||
|
|
||||||
``` js [浏览器]
|
``` 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()
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user