add SUBSCRIBE_SEARCH_INTERVAL

This commit is contained in:
jxxghp
2025-09-02 11:41:52 +08:00
parent ff7fb14087
commit 88049e741e
2 changed files with 3 additions and 1 deletions

View File

@@ -249,6 +249,8 @@ class ConfigModel(BaseModel):
SUBSCRIBE_STATISTIC_SHARE: bool = True
# 订阅搜索开关
SUBSCRIBE_SEARCH: bool = False
# 订阅搜索时间间隔(小时)
SUBSCRIBE_SEARCH_INTERVAL: int = 24
# 检查本地媒体库是否存在资源开关
LOCAL_EXISTS_SEARCH: bool = False