mirror of
https://github.com/stardrophere/InsightRadar.git
synced 2026-08-04 21:07:25 +08:00
update
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user