📝 update handler doc

This commit is contained in:
yanyongyu
2022-01-06 17:51:32 +08:00
parent 381e5e4a76
commit 89ae275793
10 changed files with 158 additions and 45 deletions

View File

@ -1,13 +1,14 @@
---
sidebar_position: 3
sidebar_position: 1
description: 依赖注入简介
options:
menu:
weight: 62
weight: 60
category: advanced
---
# 依赖注入
# 简介
受 [`FastApi`](https://fastapi.tiangolo.com/tutorial/dependencies/) 启发NoneBot 同样编写了一个简易的依赖注入模块,使得开发者可以通过事件处理函数参数的类型标注来自动注入依赖。

View File

@ -1,9 +1,10 @@
---
sidebar_position: 2
sidebar_position: 3
description: 重载事件处理函数
options:
menu:
weight: 61
weight: 62
category: advanced
---

View File

@ -1,9 +1,10 @@
---
sidebar_position: 1
sidebar_position: 2
description: 同步函数作为依赖
options:
menu:
weight: 60
weight: 61
category: advanced
---