1
0
forked from bot/app

使用webp背景图压缩资源包大小

This commit is contained in:
2024-05-12 00:18:53 +08:00
parent afe501a06d
commit f9fe1922d4
54 changed files with 436 additions and 142 deletions

View File

@ -0,0 +1,7 @@
from fastapi import FastAPI
from nonebot import get_app
from .restful_api import *
@app.get("/")
async def root():
return {"message": "Hello World"}