feat: embed the legacy PolyWeather dashboard into the main application page using an iframe.

This commit is contained in:
2569718930@qq.com
2026-03-09 04:52:25 +08:00
parent d184bc323c
commit d45ee8a981
2 changed files with 3 additions and 3 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-v15"
src="/legacy/index.html?v=legacy-v16"
className="h-full w-full border-0"
/>
</main>