mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 14:05:45 +02:00
c
This commit is contained in:
parent
160c07b044
commit
6522504ce3
@ -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/' },
|
||||
]
|
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user