v1.0定版

This commit is contained in:
2026-05-27 17:14:08 +08:00
parent 1b7210de4f
commit 5b19d9fe69
32 changed files with 2074 additions and 2915 deletions

View File

@@ -24,6 +24,7 @@ def _serialize(n: ProcessedNews) -> dict:
"featured_rank": n.featured_rank,
"source_name": n.source_name or "",
"source_url": n.source_url or "",
"image_url": n.image_url or None,
"published_at": n.published_at.isoformat() if n.published_at else None,
"processed_at": n.processed_at.isoformat() if n.processed_at else None,
}