b310def 660c142 9587328 b310def 660c142
1
2
3
4
5
6
7
8
9
10
#!/bin/bash export API_TOKEN=your-secret-token-here # Keep Alive python3 awake.py & # 启动FastAPI服务 python -m uvicorn api:app --host 0.0.0.0 --port 8000