feat: implement comprehensive Polymarket weather analysis service with frontend dashboard and market scanning capabilities

This commit is contained in:
2569718930@qq.com
2026-04-23 20:45:32 +08:00
parent 4f57d4ed1a
commit 54b326ff42
12 changed files with 323 additions and 154 deletions
@@ -746,6 +746,7 @@ export function FutureForecastModal() {
dashboardClient
.getCityMarketScan(cityName, {
force: false,
lite: false,
marketSlug: detail.market_scan?.primary_market?.slug || null,
targetDate: dateStr,
})
@@ -766,7 +767,7 @@ export function FutureForecastModal() {
return;
}
refreshMarketScan();
}, 3000);
}, 30_000);
return () => {
cancelled = true;