mirror of
https://github.com/TeamPGM/PagerMaid_Plugins_Pyro.git
synced 2024-11-16 11:42:15 +00:00
keyword 修复精确匹配
This commit is contained in:
parent
5d119f91b1
commit
f11b0b9394
@ -153,6 +153,7 @@ class KeywordTask:
|
||||
if i.startswith("include"):
|
||||
self.include = True
|
||||
elif i.startswith("exact"):
|
||||
self.include = False
|
||||
self.exact = True
|
||||
elif i.startswith("regexp"):
|
||||
self.regexp = True
|
||||
|
Loading…
Reference in New Issue
Block a user