同步?

This commit is contained in:
Neo
2026-01-28 00:00:22 +08:00
parent 8b1200383e
commit c42b516895
174 changed files with 122 additions and 4771 deletions

View File

@@ -0,0 +1,10 @@
@echo off
chcp 65001 >nul
cd /d "%~dp0"
python -m gui.main
if errorlevel 1 (
echo.
echo 启动失败!请检查是否已安装 Python 和依赖。
echo 安装依赖命令: pip install -r ..\requirements.txt
pause
)