Skip to content

Commit 95eae37

Browse files
MarkShawn2020claude
andcommitted
refactor(export): 重构导出对话框,优化格式选项和布局
- 导出格式改为 markdown/json 两层结构,markdown 下有 full/qa/bullet 样式 - 新增 Separator 选项,以用户发问分隔对话轮次 - ExportDialog 独立控制 Original 选项,支持过滤 tool calls - Export 按钮独立一行,Select 简化为 All/User/None 三选一 - Truncate 选项扩展到所有 markdown 样式 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ac16da0 commit 95eae37

3 files changed

Lines changed: 189 additions & 138 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/react": "^19.1.8",
2929
"@types/react-dom": "^19.1.6",
3030
"@vitejs/plugin-react": "^4.6.0",
31-
"lovinsp": "^1.4.12",
31+
"lovinsp": "^1.4.13",
3232
"typescript": "~5.8.3",
3333
"vite": "^7.0.4"
3434
}

pnpm-lock.yaml

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)