📝 archive 2.0.0a11 doc

This commit is contained in:
yanyongyu
2021-03-05 20:01:55 +08:00
parent 611049681a
commit f1f510604e
43 changed files with 9535 additions and 0 deletions

View File

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