This commit is contained in:
sjk
2026-01-06 19:36:42 +08:00
parent 15b579d64a
commit 19942144fb
261 changed files with 24034 additions and 5477 deletions

9
backend/start_prod.bat Normal file
View File

@@ -0,0 +1,9 @@
@echo off
echo 正在激活虚拟环境...
call venv\Scripts\activate.bat
echo 正在启动小红书登录服务(生产环境)...
set "ENV=prod"
python main.py
pause