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

Compare commits

...

2 Commits

Author SHA1 Message Date
647ce478f3 chore: 修改导航栏文字 2025-03-13 20:29:29 +08:00
1542244d4c chore: 修复 README.md 文档链接问题 2025-03-13 20:29:05 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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)

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