@echo off echo 正在激活虚拟环境... call venv\Scripts\activate.bat echo 正在启动小红书登录服务(开发环境)... set "ENV=dev" python main.py pause