feat: Implement initial PolyWeather application with interactive map UI, backend API, and Polymarket data client.

This commit is contained in:
2569718930@qq.com
2026-03-06 09:38:28 +08:00
parent b308709edb
commit d9876256b3
18 changed files with 755 additions and 1097 deletions
-5
View File
@@ -1,5 +0,0 @@
import { PolyWeatherDashboard } from "@/components/polyweather-dashboard";
export default function ModernPage() {
return <PolyWeatherDashboard />;
}