feat: Implement PolyWeather frontend application with Leaflet map, detail panel, and Chart.js temperature trends.
This commit is contained in:
@@ -376,6 +376,7 @@ function renderHero(data) {
|
|||||||
少云: "🌤️",
|
少云: "🌤️",
|
||||||
散云: "⛅",
|
散云: "⛅",
|
||||||
晴: "☀️",
|
晴: "☀️",
|
||||||
|
晴朗: "☀️",
|
||||||
}[cur.cloud_desc] || "🌡️";
|
}[cur.cloud_desc] || "🌡️";
|
||||||
|
|
||||||
// If we have a specific weather phenomenon (METAR wx_desc like -RA), prioritize it
|
// If we have a specific weather phenomenon (METAR wx_desc like -RA), prioritize it
|
||||||
|
|||||||
Reference in New Issue
Block a user