diff --git a/next/web/src/App/Admin/Settings/Categories/CategoryForm.tsx b/next/web/src/App/Admin/Settings/Categories/CategoryForm.tsx index 4e781470d..e9830be0e 100644 --- a/next/web/src/App/Admin/Settings/Categories/CategoryForm.tsx +++ b/next/web/src/App/Admin/Settings/Categories/CategoryForm.tsx @@ -45,8 +45,31 @@ const FORM_ITEM_STYLE = { marginBottom: 16 }; const CategoryMetaOptions: MetaOptionsGroup[] = [ { - label: 'AI 分类', + key: 'slack', + label: 'Slack 新工单通知用户邮箱', + children: [ + { + key: 'slackNewTicketMentionUserEmails', + type: 'custom', + render: ({ value, onChange }) => ( + +