From 8b4eb403d89c15abe05118065f2576b3d72a1ad3 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 20 Dec 2023 16:23:20 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20uni-im=20=E4=BA=A4=E6=B5=81=E7=BE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config/siderbar/uni-app.js | 15 +++++++++------ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/docs/.vuepress/config/siderbar/uni-app.js b/docs/.vuepress/config/siderbar/uni-app.js index 7bfaaf139..41b256686 100644 --- a/docs/.vuepress/config/siderbar/uni-app.js +++ b/docs/.vuepress/config/siderbar/uni-app.js @@ -36,6 +36,8 @@ export default { }, { type: 'links', + name: '代码仓库', + imageUrl: 'https://web-assets.dcloud.net.cn/unidoc/zh/git-1.png', items: [ { name: 'Gitee', @@ -48,16 +50,17 @@ export default { ], }, { - type: 'link', + type: 'links', + name: 'uni-app的uni-im交流群', + imageUrl: + 'https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/chat-icon-r.png', items: [ { - name: 'uni-im交流群', - imageUrl: - 'https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/chat-icon-r.png', + name: '点击加入', url: 'https://im.dcloud.net.cn/#/?joinGroup=658160eb3e585b555acebfd7', - }, + } ], - }, + } ], qq_group: [ { diff --git a/package.json b/package.json index 7525163b7..b39b2530f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "markdown-it-raw-table": "^1.0.0", "markdown-it-task-lists": "^2.1.1", "vuepress-plugin-named-chunks": "^1.1.4", - "vuepress-theme-uni-app-test": "^1.4.1" + "vuepress-theme-uni-app-test": "^1.4.2" }, "dependencies": { "@docsearch/js": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 556866abc..58b1fedc9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9259,10 +9259,10 @@ vuepress-plugin-zooming@^1.1.8: dependencies: zooming "^2.1.1" -vuepress-theme-uni-app-test@^1.4.1: - version "1.4.1" - resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.4.1.tgz#31839d5169032df54e48a8014645b6299f2ec5fe" - integrity sha512-qh3Vh+5Hu73Z1WbGBk4R4WzGf6RfQ4/P8ai/+Ecvf5jOpi8JzVaDfzD+9eKbh1qH1QHXkDVUA+wYoZE2XHYzJQ== +vuepress-theme-uni-app-test@^1.4.2: + version "1.4.2" + resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.4.2.tgz#1793837612e402097ae81708760906f8c923c5e9" + integrity sha512-WXx5VBuEVlFzYy/wcNdQLadhFpc6xEJFrZbKnr1Rz4RjAX9y+HF8WbXAWZG/XNqXUOvqFjSXXma7vlTuzTU+9g== dependencies: "@vuepress/plugin-back-to-top" "^1.9.5" "@vuepress/theme-default" "^1.8.2" -- GitLab