实现基本产品查询与页面展示
This commit is contained in:
@@ -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管理" />
|
||||
|
||||
Reference in New Issue
Block a user