From 6a1ae692f9ec34ab17769631095f0dc581ba5cae Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 14 Dec 2025 10:05:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=96=99=E5=8D=A1=E6=A0=87=E6=B3=A8?= =?UTF-8?q?=E6=88=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/routers/UserOrChatInfoDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/routers/UserOrChatInfoDialog.tsx b/client/ui/routers/UserOrChatInfoDialog.tsx index 5dba7a7..07db94d 100644 --- a/client/ui/routers/UserOrChatInfoDialog.tsx +++ b/client/ui/routers/UserOrChatInfoDialog.tsx @@ -46,7 +46,7 @@ export default function UserOrChatInfoDialog() { }}> {chat.getTitle()} + }}>{chat.getTitle() + (isMySelf ? ' (我)' : '')}