From aab3080a1dc78b3b3796a043b61fc9fd88f57cc9 Mon Sep 17 00:00:00 2001 From: wanchun <445436867@qq.com> Date: Fri, 18 Nov 2022 11:13:51 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/configs/navbar/zh.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/configs/navbar/zh.ts b/docs/.vuepress/configs/navbar/zh.ts index ff1296b5..e8d517bf 100644 --- a/docs/.vuepress/configs/navbar/zh.ts +++ b/docs/.vuepress/configs/navbar/zh.ts @@ -1,4 +1,5 @@ import type { NavbarConfig } from '@vuepress/theme-default' +import { version } from '../../../../package.json' export const zh: NavbarConfig = [ { @@ -22,7 +23,7 @@ export const zh: NavbarConfig = [ link: '/reference/cli/', }, { - text: 'v3.0.0-rc.0', + text: `v${version}`, children: [ { text: 'v2.0', @@ -41,7 +42,7 @@ export const zh: NavbarConfig = [ { text: '更新日志', link: - 'https://github.com/WeBankFinTech/fes.js/blob/master/CHANGELOG.md', + 'https://github.com/WeBankFinTech/fes.js/blob/next/CHANGELOG.md', }, { text: 'fes-design',