chore: 移除首页的笔记模块

- 移除首页的笔记模块,因为笔记功能暂时不使用
- 修改了README中的链接格式,使用plaintext
- 修改了menuLinks,注释掉了notes
This commit is contained in:
KazooTTT
2025-04-01 17:09:42 +08:00
parent 75da123e09
commit fa9ab1a4bc
2 changed files with 6 additions and 7 deletions

View File

@ -45,10 +45,10 @@ export const menuLinks: { path: string; title: string }[] = [
path: "/posts/",
title: "Blog",
},
{
path: "/notes/",
title: "Notes",
},
// {
// path: "/notes/",
// title: "Notes",
// },
{
path: "/friends/",
title: "Friends",