feat: add export conversation to image, markdown, and HTML formats

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xintaofei
2026-04-03 18:56:37 +08:00
parent 1282dcee19
commit 4c36369dd2
14 changed files with 895 additions and 11 deletions

View File

@@ -736,7 +736,32 @@
"closeConversation": "Close Conversation",
"forkSession": "Fork Session",
"forkSessionSuccess": "Session forked successfully",
"forkSessionFailed": "Failed to fork session: {error}"
"forkSessionFailed": "Failed to fork session: {error}",
"exportConversation": "Export Conversation",
"exportImage": "Image",
"exportMarkdown": "Markdown",
"exportHtml": "HTML",
"exportSuccess": "Conversation exported",
"exportFailed": "Export failed",
"exportLabels": {
"untitledConversation": "Untitled Conversation",
"agent": "Agent",
"model": "Model",
"status": "Status",
"started": "Started",
"updated": "Updated",
"tokens": "Token Stats",
"duration": "Duration",
"inputTokens": "Input",
"outputTokens": "Output",
"cacheRead": "Cache Read",
"cacheWrite": "Cache Write",
"user": "User",
"assistant": "Assistant",
"system": "System",
"toolResult": "Result",
"toolError": "Error"
}
},
"conversationCard": {
"untitledConversation": "Untitled conversation",