refactor: 独立resprule为单独的包

This commit is contained in:
RockChinQ
2024-01-25 18:07:28 +08:00
parent ea9ae85428
commit f4ead5ec5c
11 changed files with 236 additions and 114 deletions
+10
View File
@@ -0,0 +1,10 @@
import pydantic
import mirai
class RuleJudgeResult(pydantic.BaseModel):
matching: bool = False
replacement: mirai.MessageChain = None