feat: add WeCom outbox management features including retry and ignore actions, permissions, and UI integration

This commit is contained in:
mlogclub
2026-08-02 14:03:23 +08:00
parent c69b30a659
commit 1d6c0e37db
16 changed files with 457 additions and 1 deletions
+7
View File
@@ -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",
},
],
},
{