From d162b91ed99e526424737b2270bc6f83e4ff6de1 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 9 Mar 2026 05:56:22 +0800 Subject: [PATCH] feat: implement initial PolyWeather application frontend with map, city list, detailed weather panel, and guide modals. --- frontend/app/page.tsx | 2 +- frontend/public/legacy/index.html | 6 +- frontend/public/static/app.js | 129 ++++++++++++++++++++++++++++-- 3 files changed, 125 insertions(+), 12 deletions(-) diff --git a/frontend/app/page.tsx b/frontend/app/page.tsx index d9c4aead..351dd79b 100644 --- a/frontend/app/page.tsx +++ b/frontend/app/page.tsx @@ -3,7 +3,7 @@