初始化
Some checks failed
Update pnpm Dependencies / update-dependencies (push) Has been cancelled

This commit is contained in:
2025-09-18 17:04:40 +08:00
parent dc88818dd2
commit 5966ed4b98
32 changed files with 18247 additions and 3108 deletions

View File

@@ -8,17 +8,17 @@ import { MdMenu, MdOutlineDarkMode, MdOutlineLightMode, MdSearch } from "react-i
const MenuItems = [
{
title: "HOME",
title: "主页",
href: "/",
},
{
title: "POSTS",
title: "日记",
href: "/posts",
},
{
title: "ABOUT",
href: "/about",
},
// {
// title: "关于",
// href: "/about",
// },
];
export const NavBar = () => {