feat(ChatPage): 新增链接卡片消息渲染(支持解析 XML 并展示标题 / 描述 / 图标),采用 flexbox 优化消息气泡布局,添加文本截断、响应式样式及悬浮效果。

This commit is contained in:
Forrest
2026-01-18 23:20:26 +08:00
parent d4c7e86e05
commit f2e4e21010
3 changed files with 283 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ export interface Message {
isSend: number | null
senderUsername: string | null
parsedContent: string
rawContent?: string
imageMd5?: string
imageDatName?: string
emojiCdnUrl?: string