This commit is contained in:
jxxghp
2023-10-12 17:07:26 +08:00
parent 4e13f59b36
commit a902b79684
2 changed files with 7 additions and 2 deletions

View File

@ -103,7 +103,12 @@ class FilterModule(_ModuleBase):
"CNVOI": {
"include": [r'[国國][语語]配音|[国國]配|[国國][语語]'],
"exclude": []
}
},
# 60FPS
"60FPS": {
"include": [r'60fps'],
"exclude": []
},
}
def init_module(self) -> None: