新增AI的功能与页面

This commit is contained in:
allen2fuc
2026-04-21 09:39:54 +08:00
parent 24278c263f
commit 52cdaf1e51
5 changed files with 13057 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ const NAV_ITEMS: NavItem[] = [
{ path: "/eq", icon: Sliders, label: "HP-EQ" },
{ path: "/", icon: Home, label: "主页" },
{ path: "/effects", icon: Activity, label: "Effect" },
{ path: "/ai", icon: Bot, label: "我的AI", placeholder: true },
{ path: "/ai", icon: Bot, label: "我的AI" },
];
export default function BottomNav() {