feat: implement initial PolyWeather application frontend with map, city list, detailed weather panel, and guide modals.

This commit is contained in:
2569718930@qq.com
2026-03-09 05:56:22 +08:00
parent d45ee8a981
commit d162b91ed9
3 changed files with 125 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<main className="h-screen w-screen overflow-hidden bg-black">
<iframe
title="PolyWeather Legacy Dashboard"
src="/legacy/index.html?v=legacy-v16"
src="/legacy/index.html?v=legacy-v19"
className="h-full w-full border-0"
/>
</main>