上传文件至 8.0

This commit is contained in:
jcy 2025-05-14 17:49:52 +08:00
parent 1a65a7f31a
commit 017b987213

7
8.0/启动服务.bat Normal file
View File

@ -0,0 +1,7 @@
@echo off
echo 正在启动视频批量处理系统...
start "" python server.py
timeout /t 3
start http://localhost:5000
echo 服务已启动,如果浏览器没有自动打开,请手动访问 http://localhost:5000
pause