feat: Introduce dashboard data types, utilities, market alert engine, and panel sections.

This commit is contained in:
2569718930@qq.com
2026-03-10 10:07:18 +08:00
parent 732b3c10a5
commit e5011c5c8f
4 changed files with 83 additions and 9 deletions
+3
View File
@@ -169,7 +169,10 @@ export interface SourceForecasts {
forecast_periods?: WeatherGovPeriod[];
};
meteoblue?: {
today_high?: number | null;
daily_highs?: Array<number | null>;
unit?: string | null;
url?: string | null;
};
}