merge: 合并服务器代码,统一品牌和配置

This commit is contained in:
Jowe
2025-12-31 01:37:16 +08:00
82 changed files with 134 additions and 14 deletions

View File

@@ -137,7 +137,7 @@ class NewsSearcher:
新闻列表
"""
# 构建搜索关键词:网站名称 + "最新" + "新闻"
query = f"{site_name} 最新 新闻"
query = f'"{site_name}" 新闻'
# 如果提供了网站URL排除网站自身的结果
exclude = None