feat: 开放角色权限功能给所有人

pull/49/head
moonrailgun 4 years ago
parent 92d20c3546
commit 5738201599

@ -229,6 +229,7 @@
"kc9283683": "Are you sure you want to delete the panel [{{name}}]",
"kc9cc6154": "Friends",
"kcac0467c": "Allow members to create invitation links",
"kcb20f8ce": "以下为插件权限",
"kcb8e662f": "Converse Service",
"kceea83fc": "Join Group",
"kcefdbe2d": "Modify avatar success",

@ -229,6 +229,7 @@
"kc9283683": "确定要删除面板 【{{name}}】 么",
"kc9cc6154": "好友",
"kcac0467c": "允许成员创建邀请链接",
"kcb20f8ce": "以下为插件权限",
"kcb8e662f": "会话服务",
"kceea83fc": "加入群组",
"kcefdbe2d": "修改头像成功",

@ -60,7 +60,6 @@ export const GroupDetail: React.FC<SettingsViewProps> = React.memo((props) => {
allowManageRoles && {
type: 'item',
title: t('身份组'),
isDev: true,
content: <GroupRole groupId={groupId} />,
},
]),

Loading…
Cancel
Save