feat: 优化首页个人名片与内容入口

This commit is contained in:
2026-07-16 23:51:55 +08:00
parent 92360e4f49
commit 991264c32c
25 changed files with 1158 additions and 130 deletions
+2
View File
@@ -28,6 +28,8 @@ export const siteConfig = {
// 导航菜单
navLinks: [
{ label: '博客', icon: 'mdi:post-outline', href: '/posts' },
{ label: '归档', icon: 'mdi:archive-outline', href: '/archive' },
{ label: '系列', icon: 'mdi:playlist-edit', href: '/series' },
{ label: '关于', icon: 'mdi:information-outline', href: '/about' },
],