调整首页页面布局

This commit is contained in:
Eamon
2026-06-01 16:02:27 +08:00
parent e0bdcabbfe
commit 9f74483345
11 changed files with 967 additions and 553 deletions

View File

@@ -164,7 +164,7 @@ const menuSections: { title: string; items: NavItemProps[] }[] = [
title: "概览",
items: [
{ href: "/", icon: Home, label: "首页" },
{ href: "/statistics", icon: BarChart3, label: "数据统计" },
// { href: "/statistics", icon: BarChart3, label: "数据统计" },
],
},
{