mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 12:05:45 +00:00
2024年10月17日 11:01
This commit is contained in:
parent
c1dff0e222
commit
b094022f47
@ -15,5 +15,6 @@ export const nav: DefaultTheme.NavItem[] = [
|
|||||||
},
|
},
|
||||||
{ text: '数据库', link: '/db/notes/', target: '_blank' },
|
{ text: '数据库', link: '/db/notes/', target: '_blank' },
|
||||||
{ text: '开源软件', link: '/open-software/notes/', target: '_blank' },
|
{ text: '开源软件', link: '/open-software/notes/', target: '_blank' },
|
||||||
|
{ text: '书籍', link: '/books/notes/', target: '_blank' },
|
||||||
{ text: '关于我', link: '/notes/about/' },
|
{ text: '关于我', link: '/notes/about/' },
|
||||||
]
|
]
|
@ -72,7 +72,11 @@ hero:
|
|||||||
- theme: alt
|
- theme: alt
|
||||||
text: "开源软件"
|
text: "开源软件"
|
||||||
link: "/open-software/notes/"
|
link: "/open-software/notes/"
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
|
- theme: alt
|
||||||
|
text: "书籍"
|
||||||
|
link: "/books/notes/"
|
||||||
|
target: '_blank'
|
||||||
|
|
||||||
# 按钮下方的描述
|
# 按钮下方的描述
|
||||||
features:
|
features:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user