From 647ce478f310fc00dd679d42a1d225912e9cced0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= Date: Thu, 13 Mar 2025 20:29:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/nav.mts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nav.mts b/docs/nav.mts index cb891c2..d3e44cd 100644 --- a/docs/nav.mts +++ b/docs/nav.mts @@ -2,11 +2,11 @@ import { DefaultTheme } from 'vitepress' export const nav: DefaultTheme.NavItem[] = [ { - text: 'Home', + text: '首页', link: '/', }, { - text: 'Home2', + text: '教程', link: '/how-to/intro', activeMatch: '/how-to/', },