.1998285672285072:9221049bc176134c569c0cb4043dab10_69e9cb0be3aa86e0b654b21b.69e9de27e3aa86e0b654b2c1.69e9de27038214a97758b227:Trae CN.T(2026/4/23 16:54:00)#1828
Open
Unizzr wants to merge 2 commits intomicrosoft:mainfrom
Conversation
实现基于FastAPI的Web服务,提供文件上传、转换进度查询和结果下载功能 支持批量文件处理并添加自动清理旧文件机制
添加了warnings.filterwarnings来忽略ffmpeg/avconv缺失的警告 新增了start_web_server.py启动脚本,支持host/port/reload等参数配置 添加了多个测试结果文档和课程报告文档
|
@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(web_server): 忽略ffmpeg警告并添加启动脚本
添加了warnings.filterwarnings来忽略ffmpeg/avconv缺失的警告
新增了start_web_server.py启动脚本,支持host/port/reload等参数配置
添加了多个测试结果文档和课程报告文档