资料卡显示对话类型

This commit is contained in:
CrescentLeaf
2025-11-23 00:52:26 +08:00
parent 65602f09f2
commit 5dfcf7a621

View File

@@ -64,7 +64,7 @@ export default function ChatInfoDialog({ chat, chatInfoDialogRef, openChatFragme
fontSize: '10.5px', fontSize: '10.5px',
marginTop: '3px', marginTop: '3px',
color: 'rgb(var(--mdui-color-secondary))', color: 'rgb(var(--mdui-color-secondary))',
}}>ID: {chat?.type == 'private' ? userId : chat?.id}</span> }}>({chat?.type}) ID: {chat?.type == 'private' ? userId : chat?.id}</span>
</div> </div>
</div> </div>
<mdui-divider style={{ <mdui-divider style={{