Update docs

This commit is contained in:
Richard Chien
2019-01-05 21:46:29 +08:00
parent 245c0db3c7
commit 1b6567afe1
2 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,7 @@ sidebar: auto
- 插件模块现可通过 `__plugin_name__``__plugin_usage__` 来分别指定插件名称和插件使用方法(两者均不强制,若不设置则默认为 None
- 新增 `none.get_loaded_plugins()` 函数用于获取所有已加载的插件集合
- `BaseSession.send()` 方法和 `none.helpers.send()` 函数现返回 API 调用返回值(即 CQHTTP 插件的返回结果的 `data` 字段)
## v1.0.0