From 8fd9f21c7853c8e143f0214ae1a83d7e49603bb8 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 23 Nov 2025 01:14:16 +0800 Subject: [PATCH] =?UTF-8?q?todo:=20Tab=20=E6=A0=8F=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B9=8B=E7=A7=BB=E9=99=A4=20::after?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/chat/ChatFragment.tsx | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/client/ui/chat/ChatFragment.tsx b/client/ui/chat/ChatFragment.tsx index 8a79ee6..a9632de 100644 --- a/client/ui/chat/ChatFragment.tsx +++ b/client/ui/chat/ChatFragment.tsx @@ -323,7 +323,7 @@ export default function ChatFragment({ target, showReturnButton, onReturnButtonC flexDirection: 'column', overflowY: 'auto', }} {...props}> - } - { - chatInfo.is_member ? <> - {chatInfo.title} - {chatInfo.type == 'group' && chatInfo.is_admin && 加入请求} - {chatInfo.type == 'group' && 群组成员} - - : {chatInfo.title} - } - {chatInfo.type == 'group' && 设置} - + + { + chatInfo.is_member ? <> + {chatInfo.title} + {chatInfo.type == 'group' && chatInfo.is_admin && 加入请求} + {chatInfo.type == 'group' && 群组成员} + + : {chatInfo.title} + } + {chatInfo.type == 'group' && 设置} + +