暂无消息,等待会话拉取中...
{{ msg.from ? msg.from.charAt(0).toUpperCase() : '?' }}
{{ msg.from || '未知' }}
{{ msg.room_id }}
{{ msgTypeLabel(msg.msg_type) }}
{{ formatTime(msg.msg_time) }}
{{ msg.text || parseContent(msg.content).content || '[空消息]' }}
[表情] {{ parseContent(msg.content).type || '' }}
🖼
图片消息
{{ formatSize(parseContent(msg.content).filesize) }}
📄
{{ parseContent(msg.content).filename || '下载文件' }}
{{ parseContent(msg.content).filename || '未命名文件' }}
{{ formatSize(parseContent(msg.content).filesize) }}
{{ parseContent(msg.content).play_length || 0 }}秒
🎤
语音消息
{{ parseContent(msg.content).play_length || 0 }}秒 · {{ formatSize(parseContent(msg.content).voice_size) }}
🎬
视频消息
{{ parseContent(msg.content).play_length || 0 }}秒 · {{ formatSize(parseContent(msg.content).filesize) }}
{{ parseContent(msg.content).title || '链接' }}
{{ parseContent(msg.content).description || '' }}
👤
{{ parseContent(msg.content).corpname || '名片' }}
{{ parseContent(msg.content).userid || '' }}
{{ msg.content }}
共 {{ messages.length }} 条消息
实时接收中