File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
web/src/components/modals/GroupDetail Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 164
164
"k76950a82" : " Find friends faster with personal nicknames. Visible only to you." ,
165
165
"k77d3028d" : " Unknown Panel" ,
166
166
"k77ee6a43" : " Member Manage" ,
167
+ "k78102887" : " Member Count" ,
167
168
"k78e52ed0" : " Accept" ,
168
169
"k79304fa9" : " Nickname changed successfully" ,
169
170
"k7a89720" : " Open in new window" ,
Original file line number Diff line number Diff line change 164
164
"k76950a82" : " 使用个人昵称更快地找到好友。仅您自己可见。" ,
165
165
"k77d3028d" : " 未知的面板" ,
166
166
"k77ee6a43" : " 成员管理" ,
167
+ "k78102887" : " 成员数" ,
167
168
"k78e52ed0" : " 接受" ,
168
169
"k79304fa9" : " 修改昵称成功" ,
169
170
"k7a89720" : " 在新窗口打开" ,
Original file line number Diff line number Diff line change @@ -64,6 +64,11 @@ export const GroupSummary: React.FC<{
64
64
renderEditor = { DefaultFullModalInputEditorRender }
65
65
onSave = { handleUpdateGroupName }
66
66
/>
67
+
68
+ < FullModalField
69
+ title = { t ( '成员数' ) }
70
+ value = { String ( groupInfo . members . length ) }
71
+ />
67
72
</ div >
68
73
</ div >
69
74
</ div >
You can’t perform that action at this time.
0 commit comments