.1998285672285072:87ffd62b4316c49c9c897e7ccf64b9d8_69e9f253e3aa86e0b654b2f4.69e9fa93e3aa86e0b654b3ef.69e9fa93038214a97758b22c:Trae CN.T(2026/4/23 18:55:15)#1831
Open
Unizzr wants to merge 5 commits intomicrosoft:mainfrom
Conversation
实现基于FastAPI的Web服务,提供文件上传、转换进度查询和结果下载功能 支持批量文件处理并添加自动清理旧文件机制
添加了warnings.filterwarnings来忽略ffmpeg/avconv缺失的警告 新增了start_web_server.py启动脚本,支持host/port/reload等参数配置 添加了多个测试结果文档和课程报告文档
- 新增转换历史记录功能,包括查看、删除历史记录 - 添加缓存管理界面,支持查看缓存统计和清理缓存 - 增加转换选项面板,支持选择输出格式和内容优化选项 - 实现图片提取功能,将文档中的图片保存为独立文件 - 添加表格和代码块优化功能 - 改进前端界面,新增历史记录和缓存管理按钮
添加对PPTX和DOCX文件中图片的提取支持,改进Markdown中的图片处理逻辑 实现ZIP打包下载功能,包含Markdown文件和所有相关图片 优化前端图片显示样式和下载文件名处理
重构图片提取功能,支持从PPTX/DOCX中提取所有图片并建立引用映射 改进图片路径匹配算法,智能识别原始占位符与提取图片的对应关系 增强图片URL处理,确保生成的API路径正确且唯一 修复图片服务端点,支持更多图片格式并处理编码问题
|
@Unizzr please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(图片处理): 优化图片提取与路径匹配逻辑
重构图片提取功能,支持从PPTX/DOCX中提取所有图片并建立引用映射
改进图片路径匹配算法,智能识别原始占位符与提取图片的对应关系
增强图片URL处理,确保生成的API路径正确且唯一
修复图片服务端点,支持更多图片格式并处理编码问题