From a3c4fd522b82bbdb666a07f38639e70d76d78021 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 19:42:44 +0800 Subject: [PATCH] =?UTF-8?q?Y=20=E8=BD=B4=E6=94=B9=E4=B8=BA=E6=95=B4?= =?UTF-8?q?=E5=BA=A6=E5=88=BB=E5=BA=A6=20+=20=E5=8F=B3=E4=BE=A7=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=EF=BC=8C=E7=A0=8D=E6=8E=89=20Polymarket=20=E5=B8=82?= =?UTF-8?q?=E5=9C=BA=E6=B8=A9=E5=BA=A6=E9=80=89=E9=A1=B9=EF=BC=8CformatPri?= =?UTF-8?q?ce=20=E5=85=9C=E5=BA=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/dashboard/ScanTerminalDashboard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/components/dashboard/ScanTerminalDashboard.tsx b/frontend/components/dashboard/ScanTerminalDashboard.tsx index 554f0217..467f40c8 100644 --- a/frontend/components/dashboard/ScanTerminalDashboard.tsx +++ b/frontend/components/dashboard/ScanTerminalDashboard.tsx @@ -45,6 +45,7 @@ import { Panel } from "@/components/dashboard/scan-terminal/Panel"; import { TrainingDashboard } from "@/components/dashboard/scan-terminal/TrainingDashboard"; import { LiveTemperatureThresholdChart } from "@/components/dashboard/scan-terminal/LiveTemperatureThresholdChart"; import { KoyfinRowsTable } from "@/components/dashboard/scan-terminal/KoyfinRowsTable"; +import { MarketOverviewView } from "@/components/dashboard/scan-terminal/MarketOverviewView"; import { rowName, pct, money, temp, edgeClass } from "@/components/dashboard/scan-terminal/utils"; function createEmptyAccess(loading = true): ProAccessState {