feat: add dynamic weather hero effects

This commit is contained in:
zv
2026-06-01 19:15:12 +02:00
parent 0632c67beb
commit 6346a3cda9
5 changed files with 88 additions and 11 deletions

View File

@@ -115,4 +115,4 @@ export interface WeatherWarning {
office: string | null;
}
export type WeatherMood = "clear" | "rain" | "wind" | "cold" | "night" | "mild";
export type WeatherMood = "warm" | "rain" | "wind" | "cold" | "night" | "mild";