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/', },