This commit is contained in:
许大仙 2024-08-19 08:33:05 +08:00
parent 160c07b044
commit 6522504ce3
2 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,7 @@ export const nav: DefaultTheme.NavItem[] = [
{ text: 'Python', link: 'https://aexiar.github.io/python/notes/' },
]
},
{ text: '数据库', link: 'https://aexiar.github.io/db/notes/' },
{ text: '开源软件', link: 'https://aexiar.github.io/open-software/notes/' },
{ text: '关于我', link: '/notes/about/' },
]

View File

@ -55,7 +55,10 @@ hero:
link: "https://aexiar.github.io/go/notes/"
- theme: alt
text: "Python"
link: "https://aexiar.github.io/python/notes/"
link: "https://aexiar.github.io/python/notes/"
- theme: alt
text: "数据库"
link: "https://aexiar.github.io/db/notes/"
- theme: alt
text: "开源软件"
link: "https://aexiar.github.io/open-software/notes/"