feat RSS增加过滤规则开关

This commit is contained in:
jxxghp
2023-08-12 18:34:01 +08:00
parent bfc72be90d
commit c7a5c5f55e
3 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,8 @@ class Rss(BaseModel):
best_version: Optional[int]
# 是否使用代理服务器
proxy: Optional[int]
# 是否使用过滤规则
filter: Optional[int]
# 保存路径
save_path: Optional[str]
# 附加信息