diff --git a/shared/i18n/langs/en-US/translation.json b/shared/i18n/langs/en-US/translation.json index 7dc6b69e..c88b914d 100644 --- a/shared/i18n/langs/en-US/translation.json +++ b/shared/i18n/langs/en-US/translation.json @@ -72,6 +72,7 @@ "k67d68dd1": "Type", "k68022ee7": "All", "k68283d04": "Application sent", + "k685a1e78": "Copied to clipboard", "k6b5e7ffe": "The current panel has been opened in a separate window", "k6c75d61f": "Modify group avatar success", "k6fb230da": "Pending friend request", @@ -135,6 +136,7 @@ "kb6f1c83f": "What do you want to call you?", "kb8185132": "Or", "kbcf55e47": "User Service", + "kbef5b92e": "Copy Link", "kc14b2ea3": "Back", "kc1afdd08": "Don't worry, you can make changes anytime after this", "kc60cf4b4": "Top", diff --git a/shared/i18n/langs/zh-CN/translation.json b/shared/i18n/langs/zh-CN/translation.json index 4526c5e3..7bbfd5eb 100644 --- a/shared/i18n/langs/zh-CN/translation.json +++ b/shared/i18n/langs/zh-CN/translation.json @@ -72,6 +72,7 @@ "k67d68dd1": "类型", "k68022ee7": "全部", "k68283d04": "已发送申请", + "k685a1e78": "已复制到剪切板", "k6b5e7ffe": "当前面板已在独立窗口打开", "k6c75d61f": "修改群组头像成功", "k6fb230da": "等待处理的好友请求", @@ -135,6 +136,7 @@ "kb6f1c83f": "想要让大家如何称呼你", "kb8185132": "或", "kbcf55e47": "用户服务", + "kbef5b92e": "复制链接", "kc14b2ea3": "返回", "kc1afdd08": "不要担心, 在此之后你可以随时进行变更", "kc60cf4b4": "到顶了", diff --git a/web/src/routes/Main/Content/Group/SidebarItem.tsx b/web/src/routes/Main/Content/Group/SidebarItem.tsx index 2cc22217..44f6a039 100644 --- a/web/src/routes/Main/Content/Group/SidebarItem.tsx +++ b/web/src/routes/Main/Content/Group/SidebarItem.tsx @@ -28,8 +28,6 @@ export const SidebarItem: React.FC<{ ); - console.log('Dropdown', Dropdown); - return (