feat(config): 增加最大搜索名称数量限制至3 确保包含 en_title

This commit is contained in:
PKC278
2026-01-09 23:53:09 +08:00
parent aeccf78957
commit 50e275a2f9

View File

@@ -278,7 +278,7 @@ class ConfigModel(BaseModel):
# 搜索多个名称
SEARCH_MULTIPLE_NAME: bool = False
# 最大搜索名称数量
MAX_SEARCH_NAME_LIMIT: int = 2
MAX_SEARCH_NAME_LIMIT: int = 3
# ==================== 下载配置 ====================
# 种子标签