恢复默认x2

This commit is contained in:
SnowindMe
2025-04-13 01:20:48 +08:00
parent 76cc007315
commit b3b7fbed84
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ if errorlevel 2 (
python src/individuality/per_bf_gen.py
) else (
if exist "venv\Scripts\python.exe" (
venvvenv\Scripts\python src/individuality/per_bf_gen.py
venv\Scripts\python src/individuality/per_bf_gen.py
) else (
echo ======================================
echo 错误: venv环境不存在请先创建虚拟环境