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"