更新文章

This commit is contained in:
2025-02-22 22:42:02 +08:00
parent f151dc08b2
commit f7916e62ec
116 changed files with 39545 additions and 13 deletions
+6 -5
View File
@@ -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'}
]