修复脚本

This commit is contained in:
Neo
2026-01-28 00:02:15 +08:00
parent 7e67bc4218
commit 1a76108209
3 changed files with 10 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ cd /d "%~dp0"
python -m gui.main
if errorlevel 1 (
echo.
echo 启动失败!请检查是否已安装 Python 和依赖。
echo 安装依赖命令: pip install -r ..\requirements.txt
echo Failed to start! Check Python and dependencies.
echo Run: pip install -r ..\requirements.txt
pause
)