-
-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: 添加 State 响应器触发消息注入 #1315
Conversation
🚀 Deployed on https://deploy-preview-1315--nonebot2.netlify.app |
Codecov Report
@@ Coverage Diff @@
## master #1315 +/- ##
==========================================
+ Coverage 85.88% 86.00% +0.11%
==========================================
Files 41 41
Lines 3174 3215 +41
==========================================
+ Hits 2726 2765 +39
- Misses 448 450 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
在state里不能用一个key,会出现覆盖的情况,比如rule为startswith("xxx") & endswith("xxx")
忘了这种情况,那还是分别设置key比较好 |
No description provided.