add MAX_SEARCH_NAME_LIMIT default 2

This commit is contained in:
jxxghp
2025-08-01 12:33:54 +08:00
parent 97817cd808
commit 61f26d331b
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -211,6 +211,8 @@ class ConfigModel(BaseModel):
LOCAL_EXISTS_SEARCH: bool = False
# 搜索多个名称
SEARCH_MULTIPLE_NAME: bool = False
# 最大搜索名称数量
MAX_SEARCH_NAME_LIMIT: int = 2
# 站点数据刷新间隔(小时)
SITEDATA_REFRESH_INTERVAL: int = 6
# 读取和发送站点消息