From 0d92e04612dc0fce1d9918122d0aafee0280463f Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 20 Dec 2023 16:23:17 +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/uniCloud.js | 12 ++++++++++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/docs/.vuepress/config/siderbar/uniCloud.js b/docs/.vuepress/config/siderbar/uniCloud.js index 77c12de..b63bb7b 100644 --- a/docs/.vuepress/config/siderbar/uniCloud.js +++ b/docs/.vuepress/config/siderbar/uniCloud.js @@ -37,6 +37,18 @@ export default { url: 'https://im.dcloud.net.cn/#/?joinGroup=658160eb3e585b555acebfd7', }, ] + }, + { + type: 'links', + name: 'uniCloud的uni-im交流群', + imageUrl: + 'https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/chat-icon-r.png', + items: [ + { + name: '点击加入', + url: 'https://im.dcloud.net.cn/#/?joinGroup=6581841e3e585b555acec05c', + } + ], } ], qq_group: [ diff --git a/package.json b/package.json index 161f067..05d9483 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 556866a..58b1fed 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