令 tip 符合格式

This commit is contained in:
hemengyang
2022-01-12 19:20:59 +08:00
parent f298930f9d
commit cd69b22d43
2 changed files with 23 additions and 23 deletions

View File

@ -1,12 +1,12 @@
r"""
"""
权限
====
每个 `Matcher` 拥有一个 `Permission` ,其中是 `PermissionChecker` 的集合,只要有一个 `PermissionChecker` 检查结果为 `True` 时就会继续运行。
\:\:\:tip 提示
::: tip 提示
`PermissionChecker` 既可以是 async function 也可以是 sync function
\:\:\:
:::
"""
import asyncio