From 73fe8186a381131fa58046e62a6280ff79abcc05 Mon Sep 17 00:00:00 2001 From: wanchun <445436867@qq.com> Date: Thu, 17 Nov 2022 14:48:12 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/configs/navbar/zh.ts b/docs/.vuepress/configs/navbar/zh.ts index a83602e1..7da4302a 100644 --- a/docs/.vuepress/configs/navbar/zh.ts +++ b/docs/.vuepress/configs/navbar/zh.ts @@ -22,15 +22,15 @@ export const zh: NavbarConfig = [ link: '/reference/cli/', }, { - text: '版本', + text: 'v2.0', children: [ { - text: 'next(3.0)', + text: 'v3.0.0-rc.1', link: 'https://fesjs.mumblefe.cn/next', }, { - text: '1.0', + text: 'v1.0', link: 'https://fesjs.mumblefe.cn/1.0', }, ],