first commit

This commit is contained in:
sjk
2025-12-19 22:36:48 +08:00
commit 6802624e59
185 changed files with 43430 additions and 0 deletions

7
backend/start.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo "正在激活虚拟环境..."
source venv/bin/activate
echo "正在启动小红书登录服务..."
python main.py