diff --git a/admin-frontend/src/App.tsx b/admin-frontend/src/App.tsx index a418e8c..2b0ecfd 100644 --- a/admin-frontend/src/App.tsx +++ b/admin-frontend/src/App.tsx @@ -5,9 +5,20 @@ import ProductList from "./components/ProductList"; import ProductDetail from "./components/ProductDetail"; import SubmissionsPage from "./components/SubmissionsPage"; import ApiKeysPage from "./components/ApiKeysPage"; -import { Inbox, KeyRound, LogOut, Package } from "lucide-react"; +import CategoriesPage from "./components/CategoriesPage"; +import BrandsPage from "./components/BrandsPage"; +import StatsPage from "./components/StatsPage"; +import AuditLogPage from "./components/AuditLogPage"; +import { BarChart3, FolderTree, Inbox, KeyRound, LogOut, Package, ScrollText, Tag } from "lucide-react"; -type Tab = "products" | "submissions" | "keys"; +type Tab = + | "overview" + | "products" + | "submissions" + | "categories" + | "brands" + | "audit" + | "keys"; type View = { name: "list" } | { name: "detail"; id: string }; export default function App() { @@ -72,6 +83,16 @@ export default function App() { 天工商品档案公共仓 · 后台