添加后台 Telegram 审计面板

This commit is contained in:
2569718930@qq.com
2026-05-20 17:12:32 +08:00
parent 66512d2623
commit 6f7e847b01
6 changed files with 554 additions and 0 deletions
@@ -14,6 +14,7 @@ import {
FileText,
ScrollText,
Activity,
ShieldAlert,
} from "lucide-react";
const navGroups = [
@@ -32,6 +33,7 @@ const navGroups = [
items: [
{ href: "/ops/payments", icon: CreditCard, label: "支付管理" },
{ href: "/ops/memberships", icon: UserCheck, label: "会员订阅" },
{ href: "/ops/telegram-audit", icon: ShieldAlert, label: "电报清理" },
{ href: "/ops/users", icon: Users, label: "用户积分" },
],
},