Sync dynamic commentary across bot and dashboard

This commit is contained in:
2569718930@qq.com
2026-03-21 18:54:23 +08:00
parent 7fe89e097b
commit c795d90993
7 changed files with 472 additions and 71 deletions
+4
View File
@@ -293,6 +293,10 @@ export interface CityDetail {
}>;
trend?: TrendInfo;
peak?: PeakInfo;
dynamic_commentary?: {
summary?: string | null;
notes?: string[] | null;
};
ai_analysis?: string | AiAnalysisStructured | null;
updated_at?: string;
multi_model_daily?: Record<string, DailyModelForecast>;