恢复默认

This commit is contained in:
SnowindMe
2025-04-13 01:19:34 +08:00
parent 6da41d99e2
commit 76cc007315
3 changed files with 5 additions and 5 deletions

View File

@@ -42,8 +42,8 @@ if errorlevel 2 (
echo Conda 环境 "!CONDA_ENV!" 激活成功
python src/individuality/per_bf_gen.py
) else (
if exist "..\maibot_env\Scripts\python.exe" (
..\maibot_env\Scripts\python src/individuality/per_bf_gen.py
if exist "venv\Scripts\python.exe" (
venvvenv\Scripts\python src/individuality/per_bf_gen.py
) else (
echo ======================================
echo 错误: venv环境不存在请先创建虚拟环境