From 49d201dfae7dafb6da986811622c1d7f64c4096b Mon Sep 17 00:00:00 2001 From: Asankilp Date: Sun, 26 Jan 2025 01:18:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BD=BF=E7=94=A8=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=EF=BC=8C=E4=BF=AE=E6=AD=A3=E6=96=87=E6=A1=A3=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=AF=BC=E8=88=AA=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config/zh.ts | 2 +- docs/zh/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config/zh.ts b/docs/.vitepress/config/zh.ts index a3196706..e15cb452 100644 --- a/docs/.vitepress/config/zh.ts +++ b/docs/.vitepress/config/zh.ts @@ -12,7 +12,7 @@ export const zh = defineConfig({ }, nav: [ {text: '家', link: '/'}, - {text: '使用', link: '/start/install'}, + {text: '使用', link: '/start/use'}, {text: '开发', link: '/dev/extension'}, ], editLink: ThemeConfig.getEditLink('编辑此页面'), diff --git a/docs/zh/index.md b/docs/zh/index.md index 9d7d1d95..da22d179 100644 --- a/docs/zh/index.md +++ b/docs/zh/index.md @@ -9,7 +9,7 @@ hero: actions: - theme: brand text: 开始使用 - link: /start/install/ + link: /start/use/ - theme: alt text: 开发及扩展 link: /dev/extension/