📝 build api doc

This commit is contained in:
yanyongyu
2020-12-19 15:31:14 +08:00
parent 4ec4adf003
commit 168cc3801a
8 changed files with 725 additions and 108 deletions

View File

@ -195,7 +195,7 @@ X-Signature: sha1=f9ddd4863ace61e64f462d41ca311e3d2c1176e2
### `superusers`
* **类型**: `Set[int]`
* **类型**: `Set[str]`
* **默认值**: `set()`
@ -211,7 +211,7 @@ X-Signature: sha1=f9ddd4863ace61e64f462d41ca311e3d2c1176e2
```default
SUPER_USERS=[12345789]
SUPER_USERS=["12345789"]
```