feat: Add initial PolyWeather legacy dashboard application with map, detail panel, and temperature charts.

This commit is contained in:
2569718930@qq.com
2026-03-08 13:24:34 +08:00
parent 0417387c0b
commit b53f1f74bd
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ export default function HomePage() {
<main className="h-screen w-screen overflow-hidden bg-black">
<iframe
title="PolyWeather Legacy Dashboard"
src="/legacy/index.html?v=legacy-v2"
src="/legacy/index.html?v=legacy-v3"
className="h-full w-full border-0"
/>
</main>