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
+1
View File
@@ -19,6 +19,7 @@ class UnifiedEventResponse(BaseModel):
summary: Optional[str]
hot_score: int
created_at: datetime
last_active_at: datetime
platforms: List[PlatformTrendResponse]
tags: List[str] = Field(default_factory=list)