Compare commits
2 Commits
ab5078094f
...
647ce478f3
Author | SHA1 | Date | |
---|---|---|---|
647ce478f3 | |||
1542244d4c |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
“简单步骤与实用技巧”
|
“简单步骤与实用技巧”
|
||||||
|
|
||||||
> 文档地址:[coder-xiaomo.github.io/tutorials/](coder-xiaomo.github.io/tutorials/)
|
> 文档地址:[coder-xiaomo.github.io/tutorials/](https://coder-xiaomo.github.io/tutorials/)
|
||||||
>
|
>
|
||||||
> 开源地址:
|
> 开源地址:
|
||||||
> [GitHub](https://github.com/coder-xiaomo/tutorials)
|
> [GitHub](https://github.com/coder-xiaomo/tutorials)
|
||||||
|
@@ -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/',
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user