feat: add export scope option and smart sheet naming to export to excel plugin (v0.3.5)

This commit is contained in:
fujie
2026-01-03 13:15:13 +08:00
parent 54c90238f7
commit e22744abd0
7 changed files with 287 additions and 101 deletions

View File

@@ -6,7 +6,12 @@
将聊天记录导出为 Excel 表格,便于分析、归档和分享。
## v0.3.4 更新内容
### v0.3.5 更新内容
- **导出范围**: 新增 `EXPORT_SCOPE` 配置项,可选择导出“最后一条消息”(默认)或“所有消息”中的表格。
- **智能 Sheet 命名**: 根据 Markdown 标题、AI 标题(如启用)或消息索引(如 `消息1-表1`)自动命名 Sheet。
- **多表格支持**: 优化了对单条或多条消息中包含多个表格的处理。
### v0.3.4 更新内容
- **智能文件名生成**支持根据对话标题、AI 总结或 Markdown 标题生成文件名。
- **配置选项**:新增 `TITLE_SOURCE` 设置,用于控制文件名生成策略。