WeatherType

天气类型枚举
type WeatherType = "sunny" | "cloudy" | "rainy" | "snowy" | "foggy"

类型: "sunny"` | `"cloudy"` | `"rainy"` | `"snowy"` | `"foggy"

BIMFlux AI