feat: implement Polymarket data collection and dashboard UI for weather market analysis

This commit is contained in:
2569718930@qq.com
2026-04-25 03:59:02 +08:00
parent 0e5a1f2652
commit 77c0597e74
5 changed files with 323 additions and 103 deletions
+5
View File
@@ -521,6 +521,11 @@ export interface ScanOpportunityRow {
window_phase?: string | null;
window_score?: number | null;
remaining_window_minutes?: number | null;
peak_window_start?: string | null;
peak_window_end?: string | null;
peak_window_label?: string | null;
minutes_until_peak_start?: number | null;
minutes_until_peak_end?: number | null;
liquidity_score?: number | null;
price_usefulness_score?: number | null;
spread_penalty?: number | null;