diff --git a/app/schemas/types.py b/app/schemas/types.py index 9bcb19e6..466be87f 100644 --- a/app/schemas/types.py +++ b/app/schemas/types.py @@ -50,6 +50,8 @@ class SystemConfigKey(Enum): CustomIdentifiers = "CustomIdentifiers" # 过滤规则 FilterRules = "FilterRules" + # 洗版规则 + FilterRules2 = "FilterRules2" # 站点框架