This commit is contained in:
stardrophere
2026-03-12 13:00:10 +08:00
parent e28b893a12
commit 3d7d53f96f
10 changed files with 433 additions and 65 deletions
+2
View File
@@ -15,6 +15,7 @@ export interface UnifiedEvent {
summary: string | null
hot_score: number
created_at: string
last_active_at: string
platforms: PlatformTrend[]
tags: string[]
}
@@ -34,6 +35,7 @@ export interface HeadlineRevision {
revised_headline: string
source_name: string | null
platform_icon: string | null
url: string | null
created_at: string
}