From 3e409d305818bf39acc7d32101cd79c818535f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E7=A3=8A=E5=A9=B7?= <90945583+Yleiting@users.noreply.github.com> Date: Wed, 18 Jun 2025 16:10:03 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E4=B8=8B=E6=8E=89=E7=8E=AF=E4=BF=A1R?= =?UTF-8?q?TC=E5=92=8C=E5=8D=B3=E6=97=B6=E6=8E=A8=E9=80=81=E6=96=87?= =?UTF-8?q?=E6=A1=A3"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/navbar/index.ts | 16 ++++++++-------- package-lock.json | 5 ++--- package.json | 2 +- yarn.lock | 4 ++-- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/docs/.vuepress/navbar/index.ts b/docs/.vuepress/navbar/index.ts index a09280928..db8b2aaaa 100644 --- a/docs/.vuepress/navbar/index.ts +++ b/docs/.vuepress/navbar/index.ts @@ -149,14 +149,14 @@ export const zhNavbar = navbar([ // }, // ] // }, - //{ - // text: '音视频', - /// link: '/private/media/common_introduction.html' - // }, - // { -// text: '即时推送', - // link: '/push/push_overview.html' - // }, + { + text: '音视频', + link: '/private/media/common_introduction.html' + }, + { + text: '即时推送', + link: '/push/push_overview.html' + }, { text: '解决方案', link: '/private/im/uc_overview.html' diff --git a/package-lock.json b/package-lock.json index 8ce12df81..83af8e659 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "unplugin-vue-components": "^0.24.1", "vue": "^3.2.47", "vue-router": "^4.1.6", - "vuepress": "^2.0.0-beta.61", + "vuepress": "2.0.0-beta.61", "vuepress-theme-hope": "2.0.0-beta.189" } }, @@ -8884,10 +8884,9 @@ }, "node_modules/vuepress": { "version": "2.0.0-beta.61", - "resolved": "https://registry.npmjs.org/vuepress/-/vuepress-2.0.0-beta.61.tgz", + "resolved": "https://registry.npmmirror.com/vuepress/-/vuepress-2.0.0-beta.61.tgz", "integrity": "sha512-gpttL0x5ZvI9eTyR/pexBknIAcgrdjAWoiJc7OYd4bIVfwlXAb4GO4A2EwRSX+pIaNOWdcd+sfZA86EMEbrtNg==", "dev": true, - "license": "MIT", "dependencies": { "vuepress-vite": "2.0.0-beta.61" }, diff --git a/package.json b/package.json index 036285acd..f44cd8255 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "unplugin-vue-components": "^0.24.1", "vue": "^3.2.47", "vue-router": "^4.1.6", - "vuepress": "^2.0.0-beta.61", + "vuepress": "2.0.0-beta.61", "vuepress-theme-hope": "2.0.0-beta.189" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 2b8f50286..acdbff840 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5803,9 +5803,9 @@ vuepress-vite@2.0.0-beta.61: "@vuepress/core" "2.0.0-beta.61" "@vuepress/theme-default" "2.0.0-beta.61" -vuepress@^2.0.0-beta.61, vuepress@2.0.0-beta.61: +vuepress@2.0.0-beta.61: version "2.0.0-beta.61" - resolved "https://registry.npmjs.org/vuepress/-/vuepress-2.0.0-beta.61.tgz" + resolved "https://registry.npmmirror.com/vuepress/-/vuepress-2.0.0-beta.61.tgz" integrity sha512-gpttL0x5ZvI9eTyR/pexBknIAcgrdjAWoiJc7OYd4bIVfwlXAb4GO4A2EwRSX+pIaNOWdcd+sfZA86EMEbrtNg== dependencies: vuepress-vite "2.0.0-beta.61"