refactor: 增加文件服务检查

pull/13/head
moonrailgun 4 years ago
parent 2012328bf1
commit 3048b518e0

@ -31,6 +31,10 @@ const SERVICES = [
name: 'group.invite', name: 'group.invite',
label: t('群组邀请服务'), label: t('群组邀请服务'),
}, },
{
name: 'file',
label: t('文件服务'),
},
]; ];
/** /**

Loading…
Cancel
Save