first commit
This commit is contained in:
7
backend/start.sh
Normal file
7
backend/start.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "正在激活虚拟环境..."
|
||||
source venv/bin/activate
|
||||
|
||||
echo "正在启动小红书登录服务..."
|
||||
python main.py
|
||||
Reference in New Issue
Block a user