🚑 Fix Release 2.0.0a8.post1

This commit is contained in:
yanyongyu
2021-01-01 23:47:51 +08:00
parent a45d88ef29
commit 38ab392b91
40 changed files with 11 additions and 10 deletions

View File

@ -0,0 +1,9 @@
# 结语
至此,相信你已经能够写出一个基础的插件了。这里给出几个小提示:
- 请千万注意事件处理器的优先级设定
- 在匹配规则中请勿使用耗时极长的函数
- 同一个用户可以**跨群**(**私聊**)继续他的事件处理(除非做出权限限制,将在后续介绍)
如果「指南」还不能满足你,前往 [进阶](../advanced/README.md) 查看更多的功能信息。