Add TAF timing markers and market-aware intraday cues

This commit is contained in:
2569718930@qq.com
2026-03-24 03:13:54 +08:00
parent b365155622
commit 05184cb2ad
4 changed files with 432 additions and 92 deletions
+15 -1
View File
@@ -315,7 +315,21 @@ export interface CityDetail {
available?: boolean;
source?: string | null;
peak_window?: string | null;
precip_codes?: string[] | null;
segments?: Array<{
type?: string | null;
start_local?: string | null;
end_local?: string | null;
tokens?: string[] | null;
}> | null;
markers?: Array<{
label_time?: string | null;
marker_type?: string | null;
start_local?: string | null;
end_local?: string | null;
suppression_level?: string | null;
summary_zh?: string | null;
summary_en?: string | null;
}> | null;
low_ceiling_ft?: number | null;
ceiling_cover?: string | null;
wind_regimes?: string[] | null;