feat(blog): 重构文章和笔记展示,优化分类和标签

This commit is contained in:
KazooTTT
2025-03-05 16:14:05 +08:00
parent 013ede32a4
commit e6a88b73af
20 changed files with 263 additions and 196 deletions

View File

@ -49,6 +49,10 @@ export const menuLinks: { path: string; title: string }[] = [
path: "/notes/",
title: "Notes",
},
{
path: "/archive/",
title: "Archive",
},
{
path: "/friends/",
title: "Friends",