From 0bcae45fd6b6714bf6036f12e697c17f6bef6c16 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 25 Jul 2023 15:47:38 +0800 Subject: [PATCH] add FilterRules2 --- app/schemas/types.py | 2 ++ 1 file changed, 2 insertions(+) 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" # 站点框架