#!/bin/bash # Keep Alive python3 awake.py & # 启动FastAPI服务 python -m uvicorn api:app --host 0.0.0.0 --port 7860