资料卡标注我

This commit is contained in:
CrescentLeaf
2025-12-14 10:05:16 +08:00
parent 8fad24ecb4
commit 6a1ae692f9

View File

@@ -46,7 +46,7 @@ export default function UserOrChatInfoDialog() {
}}>
<span style={{
fontSize: '16.5px'
}}>{chat.getTitle()}</span>
}}>{chat.getTitle() + (isMySelf ? ' (我)' : '')}</span>
<span style={{
fontSize: '10.5px',
marginTop: '3px',