chore: 修改导航栏文字
This commit is contained in:
@@ -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/',
|
||||
},
|
||||
|
Reference in New Issue
Block a user