mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 14:05:45 +02: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: '/open-software/notes/', target: '_blank' },
|
||||
{ text: '书籍', link: '/books/notes/', target: '_blank' },
|
||||
{ text: '关于我', link: '/notes/about/' },
|
||||
]
|
@ -72,7 +72,11 @@ hero:
|
||||
- theme: alt
|
||||
text: "开源软件"
|
||||
link: "/open-software/notes/"
|
||||
target: '_blank'
|
||||
target: '_blank'
|
||||
- theme: alt
|
||||
text: "书籍"
|
||||
link: "/books/notes/"
|
||||
target: '_blank'
|
||||
|
||||
# 按钮下方的描述
|
||||
features:
|
||||
|
Loading…
Reference in New Issue
Block a user