mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-08-02 19:20:00 +00:00
fix format
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
如果需要对 web 框架进行更详细的控制,可以通过 `bot.server_app` 访问到内部的 Quart 对象,之后可以像使用 Quart 的 app 对象一样添加路由、设置生命周期处理函数等。
|
||||
|
||||
::: tip 提示
|
||||
:::tip 提示
|
||||
Quart 是一个与 Flask 具有相同 API 的异步 web 框架,其用法可以参考 [官方文档](https://pgjones.gitlab.io/quart/)。
|
||||
:::
|
||||
|
||||
|
Reference in New Issue
Block a user