feat: Implement new Next.js frontend with an embedded Leaflet map dashboard, city markers, and Polymarket API integration.

This commit is contained in:
2569718930@qq.com
2026-03-06 11:49:56 +08:00
parent a00ef8f81e
commit 1e9b8a0d11
5 changed files with 86 additions and 25 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"
src="/legacy/index.html?v=market-v1"
className="h-full w-full border-0"
/>
</main>