实现基本产品查询与页面展示

This commit is contained in:
2026-03-23 17:49:47 +08:00
parent c4e1da8912
commit 8751ac19a6
9 changed files with 236 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ import {
type LucideIcon,
Package,
Shield,
ShoppingBag,
Users,
} from "lucide-react"
import Link from "next/link"
@@ -192,6 +193,7 @@ export default function Navigation() {
{/* 运营 */}
<NavGroup title="运营">
<NavItem href="/product" icon={ShoppingBag} label="产品管理" />
<NavItem href="/resources" icon={Package} label="套餐管理" />
<NavItem href="/batch" icon={ClipboardList} label="使用记录" />
<NavItem href="/channel" icon={Code} label="IP管理" />