Add terminal feedback workflow

This commit is contained in:
2569718930@qq.com
2026-06-01 21:10:37 +08:00
parent f1e577ea8a
commit 8fc9f3ae1a
20 changed files with 1258 additions and 2 deletions
@@ -15,6 +15,7 @@ import {
ScrollText,
Activity,
ShieldAlert,
MessageSquare,
} from "lucide-react";
const navGroups = [
@@ -33,6 +34,7 @@ const navGroups = [
items: [
{ href: "/ops/payments", icon: CreditCard, label: "支付管理" },
{ href: "/ops/memberships", icon: UserCheck, label: "会员订阅" },
{ href: "/ops/feedback", icon: MessageSquare, label: "用户反馈" },
{ href: "/ops/telegram-audit", icon: ShieldAlert, label: "电报清理" },
{ href: "/ops/users", icon: Users, label: "用户积分" },
],