From 3048b518e053ba4d34f6f816b208ec6a1a20223d Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 23 Aug 2021 17:18:28 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=A2=9E=E5=8A=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=9C=8D=E5=8A=A1=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/modals/SettingsView/Status.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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('文件服务'), + }, ]; /**