diff --git a/完整框架/启动服务.bat b/完整框架/启动服务.bat new file mode 100644 index 0000000..cffeb2c --- /dev/null +++ b/完整框架/启动服务.bat @@ -0,0 +1,7 @@ +@echo off +echo 正在启动视频批量处理系统... +start "" python server.py +timeout /t 3 +start http://localhost:5000 +echo 服务已启动,如果浏览器没有自动打开,请手动访问 http://localhost:5000 +pause diff --git a/完整框架/视频处理系统_v20250429.zip b/完整框架/视频处理系统_v20250429.zip new file mode 100644 index 0000000..b7d20a7 Binary files /dev/null and b/完整框架/视频处理系统_v20250429.zip differ