From b53f1f74bdb3e8ff4cc35aab790aaab5dd1b6b5d Mon Sep 17 00:00:00 2001
From: "2569718930@qq.com" <2569718930@qq.com>
Date: Sun, 8 Mar 2026 13:24:34 +0800
Subject: [PATCH] feat: Add initial PolyWeather legacy dashboard application
with map, detail panel, and temperature charts.
---
frontend/app/page.tsx | 2 +-
frontend/public/legacy/index.html | 4 ++--
frontend/public/static/app.js | 6 +++---
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/frontend/app/page.tsx b/frontend/app/page.tsx
index f1568265..486a0fe3 100644
--- a/frontend/app/page.tsx
+++ b/frontend/app/page.tsx
@@ -3,7 +3,7 @@ export default function HomePage() {