diff --git a/next/web/src/App/Admin/Settings/index.tsx b/next/web/src/App/Admin/Settings/index.tsx index f36aff294..82853111e 100644 --- a/next/web/src/App/Admin/Settings/index.tsx +++ b/next/web/src/App/Admin/Settings/index.tsx @@ -46,6 +46,11 @@ const SettingRoutes = () => ( } /> + + } /> + } /> + } /> + } /> @@ -228,6 +233,7 @@ const routeGroups: MenuItem[] = [ { name: '快捷回复', path: 'quick-replies', + adminOnly: false, }, { name: '视图',