1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

chore: 修改导航栏文字

This commit is contained in:
2025-03-13 20:29:29 +08:00
parent 1542244d4c
commit 647ce478f3

View File

@@ -2,11 +2,11 @@ import { DefaultTheme } from 'vitepress'
export const nav: DefaultTheme.NavItem[] = [ export const nav: DefaultTheme.NavItem[] = [
{ {
text: 'Home', text: '首页',
link: '/', link: '/',
}, },
{ {
text: 'Home2', text: '教程',
link: '/how-to/intro', link: '/how-to/intro',
activeMatch: '/how-to/', activeMatch: '/how-to/',
}, },