feat: add WeCom outbox management features including retry and ignore actions, permissions, and UI integration
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
||||
GlobeIcon,
|
||||
KeyRoundIcon,
|
||||
LayoutDashboardIcon,
|
||||
MessageSquareWarningIcon,
|
||||
MessageSquareCodeIcon,
|
||||
MessageSquareMoreIcon,
|
||||
ShieldCheckIcon,
|
||||
@@ -169,6 +170,12 @@ export const dashboardNavSections: DashboardNavSectionConfig[] = [
|
||||
icon: <GlobeIcon />,
|
||||
requiredPermission: "channel.view",
|
||||
},
|
||||
{
|
||||
titleKey: "nav.wxworkOutbox",
|
||||
url: "/dashboard/wxwork-outbox",
|
||||
icon: <MessageSquareWarningIcon />,
|
||||
requiredPermission: "wxworkOutbox.view",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user