diff --git a/web/src/components/modals/SettingsView/Status.tsx b/web/src/components/modals/SettingsView/Status.tsx index 87338c0f..3fe5cdf1 100644 --- a/web/src/components/modals/SettingsView/Status.tsx +++ b/web/src/components/modals/SettingsView/Status.tsx @@ -31,6 +31,10 @@ const SERVICES = [ name: 'group.invite', label: t('群组邀请服务'), }, + { + name: 'file', + label: t('文件服务'), + }, ]; /**