📝 update doc and chqnglog

This commit is contained in:
yanyongyu 2021-03-20 16:38:42 +08:00
parent abfda3113b
commit d738f8674d
2 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,5 @@
- 请千万注意事件处理器的优先级设定 - 请千万注意事件处理器的优先级设定
- 在匹配规则中请勿使用耗时极长的函数 - 在匹配规则中请勿使用耗时极长的函数
- 同一个用户可以**跨群**(**私聊**)继续他的事件处理(除非做出权限限制,将在后续介绍)
如果「指南」还不能满足你,前往 [进阶](../advanced/README.md) 查看更多的功能信息。 如果「指南」还不能满足你,前往 [进阶](../advanced/README.md) 查看更多的功能信息。

View File

@ -9,6 +9,7 @@ sidebar: auto
- 分离 `handler``matcher` - 分离 `handler``matcher`
- 修复 `cqhttp` secret 校验出错 - 修复 `cqhttp` secret 校验出错
- 修复 `pydantic 1.8` 导致的 `alias` 问题 - 修复 `pydantic 1.8` 导致的 `alias` 问题
- 修改 `cqhttp` `ding` `session id`,不再允许跨群
## v2.0.0a11 ## v2.0.0a11