feat: 修复导出任务状态并优化聊天记录导出体验

This commit is contained in:
电摇小子
2026-07-27 22:06:08 +08:00
parent f626d89a1a
commit 9348c5ce4a
19 changed files with 727 additions and 94 deletions
+1
View File
@@ -56,6 +56,7 @@ type SystemContent = {
type: 'system'
content: string
raw?: string
pat?: boolean
recall?: {
targetId?: string
targetIds?: string[]