gitea推送消息至QQ
Go to file Use this template
2023-12-18 19:37:29 +08:00
.idea init 2023-12-18 19:37:29 +08:00
.gitignore init 2023-12-18 19:37:29 +08:00
model.py init 2023-12-18 19:37:29 +08:00
README.md init 2023-12-18 19:37:29 +08:00
server.py init 2023-12-18 19:37:29 +08:00

启动前自行准备config.toml文件

开发使用这个启动

python server.py

生产环境

sanic server:app --host=0.0.0.0 --port=80