Files
ai_wht_wechat/backend/start.bat

10 lines
171 B
Batchfile
Raw Permalink Normal View History

2025-12-19 22:36:48 +08:00
@echo off
echo 正在激活虚拟环境...
2026-01-06 19:36:42 +08:00
call venv\Scripts\activate.bat
2025-12-19 22:36:48 +08:00
2026-01-06 19:36:42 +08:00
echo 正在启动小红书登录服务(开发环境)...
set "ENV=dev"
2025-12-19 22:36:48 +08:00
python main.py
pause