Add Warsaw official nearby station data

This commit is contained in:
2569718930@qq.com
2026-03-21 21:32:54 +08:00
parent 33385c3dda
commit 2ba680954c
6 changed files with 122 additions and 3 deletions
+1
View File
@@ -267,6 +267,7 @@ export interface CityDetail {
current: CurrentConditions;
mgm?: MgmData;
mgm_nearby?: NearbyStation[];
nearby_source?: string;
forecast?: ForecastData;
multi_model?: Record<string, number | null>;
deb?: DebForecast;