国内AI时讯

This commit is contained in:
2026-07-02 15:10:37 +08:00
parent eef4c76e3f
commit 1dc2fed5fa
10 changed files with 305 additions and 37 deletions

View File

@@ -10,6 +10,7 @@ class NewsFeed:
name: str
url: str
slow: bool = False # 限速源(如 Reddit串行抓取
ai_filter: bool = False # 综合源仅保留标题命中 AI 关键词的条目
@dataclass(frozen=True)