From 509049078bcb4f3ea5cb611f5ae24c20ec3282b0 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Wed, 4 Mar 2026 22:59:31 +0800 Subject: [PATCH] feat: Implement PolyWeather frontend application with Leaflet map, detail panel, and Chart.js temperature trends. --- web/static/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/static/app.js b/web/static/app.js index a8d0126f..95200868 100644 --- a/web/static/app.js +++ b/web/static/app.js @@ -376,6 +376,7 @@ function renderHero(data) { 少云: "🌤️", 散云: "⛅", 晴: "☀️", + 晴朗: "☀️", }[cur.cloud_desc] || "🌡️"; // If we have a specific weather phenomenon (METAR wx_desc like -RA), prioritize it