feat: 增加角色管理与奖池配置迁移,优化管理端权限与样式
This commit is contained in:
@@ -7,8 +7,8 @@ import { useTranslation } from "react-i18next";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
const LINKS: { href: string; label: string }[] = [
|
||||
{ href: "/admin/jackpot/pools", label: "subnavPools" },
|
||||
{ href: "/admin/jackpot/records", label: "subnavRecords" },
|
||||
{ href: "/admin/config/jackpot", label: "subnavPools" },
|
||||
{ href: "/admin/config/jackpot/records", label: "subnavRecords" },
|
||||
];
|
||||
|
||||
export function JackpotSubNav() {
|
||||
|
||||
Reference in New Issue
Block a user