fix: 标签为"官组"的种子应识别为官种

This commit is contained in:
Ray
2025-03-05 22:10:28 +08:00
committed by GitHub
parent aea82723cb
commit 79d70c9977
+1 -1
View File
@@ -52,7 +52,7 @@ class FilterModule(_ModuleBase):
}, },
# 官种 # 官种
"GZ": { "GZ": {
"include": [r'官方', r'官种'], "include": [r'官方', r'官种', r'官组'],
"match": ["labels"] "match": ["labels"]
}, },
# 特效字幕 # 特效字幕