5 Commits

Author SHA1 Message Date
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