Add terminal feedback workflow
This commit is contained in:
@@ -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: "用户积分" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user