feat: Implement PolyWeather frontend application with Leaflet map, detail panel, and Chart.js temperature trends.

This commit is contained in:
2569718930@qq.com
2026-03-04 22:59:31 +08:00
parent bb6ffd8ea9
commit 509049078b
+1
View File
@@ -376,6 +376,7 @@ function renderHero(data) {
少云: "🌤️",
散云: "⛅",
: "☀️",
晴朗: "☀️",
}[cur.cloud_desc] || "🌡️";
// If we have a specific weather phenomenon (METAR wx_desc like -RA), prioritize it