yuuko
997ce9022c
修改输出文件编码为ANSI
...
将输出TXT文件的编码从UTF-8改为ANSI(Encoding.Default)
以确保与示例文件格式一致
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 15:52:48 +08:00
yuuko
e2c894f229
实现完整的元数据格式支持
...
- 添加MetadataModel.cs支持完整的元数据字段
- 更新FileMerger.cs从TXT文件读取元数据,从bkmk文件读取目录
- 支持所有元数据字段:title, Other titles, Volume, ISBN, creator等
- 修正书签连接符为14个短横线(---------------)
- 添加UTF-8/GBK编码自动检测
- 更新ContentFormatter.cs支持元数据文档合并
现在程序能够:
1. 从TXT文件读取完整的元数据信息
2. 从FreePic2Pdf_bkmk.txt文件提取书签目录
3. 按照需求格式合并输出完整内容
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 15:51:08 +08:00
yuuko
0332dcd715
修复文件名匹配问题
...
支持 FreePic2Pdf_bkmk.txt 扩展名的文件,解决文件查找失败的问题
更新错误消息显示支持的文件格式
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 15:47:19 +08:00
yuuko
86d4e64839
修复StringBuilder缺失引用问题
...
添加 using System.Text; 引用到Form1.cs以解决编译错误
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 15:45:15 +08:00
yuuko
505715c05e
实现PDF书签合并功能
...
- 添加BookmarkExtractor类用于从FreePic2Pdf_bkmk文件提取书签内容
- 添加ContentFormatter类实现内容格式化处理
- 添加FileMerger类实现文件智能合并功能
- 更新主界面支持路径选择和处理进度显示
- 支持按文件名前缀自动合并(如CH-875 1-3和CH-875 4-6合并为CH-875.txt)
- 输出格式符合需求:tableOfContents与subject之间插入格式化内容
- 支持UTF-8和GBK编码自动检测
- 添加详细的使用说明文档
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 15:44:37 +08:00
d03f4595ec
需求文档
2025-11-24 15:37:56 +08:00
3f38a8c323
添加项目文件。
2025-11-24 10:59:56 +08:00
1590ad8da6
添加 .gitattributes 和 .gitignore。
2025-11-24 10:59:54 +08:00