更新文章
This commit is contained in:
@@ -11,10 +11,11 @@ module.exports = [
|
||||
{
|
||||
text: '个人笔记',
|
||||
children: [
|
||||
{ text: '数学相关', link: '/math/' },
|
||||
{ text: '图形学', link: '/graphics/'},
|
||||
{ text: '密码学', link: '/cryptography/'},
|
||||
{ text: '编程语言', link: '/language/'}
|
||||
{ text: '数学相关', link: '/note/math/' },
|
||||
{ text: '图形学', link: '/note/graphics/'},
|
||||
{ text: '密码学', link: '/note/cryptography/'},
|
||||
{ text: '编程语言', link: '/note/language/'}
|
||||
]
|
||||
}
|
||||
},
|
||||
{ text: '关于', link: 'about'}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user