- 准备导出
- - {progress?.phase === 'writing' ? '生成档案' : '分批读取聊天记录'} + {progress?.phase === 'compressing' + ? '压缩 ZIP' + : progress?.phase === 'writing' + ? '生成档案' + : '分批读取聊天记录'}
- 解析消息内容
- 处理媒体资源 @@ -118,9 +129,11 @@ export function ExportPreviewPanel({
- CSV 默认最快;HTML 会包含图片、引用和其他媒体,导出时间可能较长。 + {selectedContacts.length > 1 + ? '多聊天合并仅支持 HTML,会保留每条消息所属的聊天。' + : 'CSV 默认最快;HTML 会包含图片、引用和其他媒体,导出时间可能较长。'}
{format === 'html' && ( <> @@ -506,45 +595,6 @@ export function ExportWorkspace({ -