From a4529e0409efd1a8abc6f0f475312fcc83a13665 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 05:24:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E7=BA=A6=E8=A1=A8=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E6=A6=82=E7=8E=87=E5=88=97=EF=BC=8CEdge/Mode?= =?UTF-8?q?l/Live/DEB/=E7=9B=98=E5=8F=A3/=E4=BB=B7=E5=B7=AE=E6=B5=81?= =?UTF-8?q?=E5=8A=A8=E6=80=A7=E5=AE=8C=E6=95=B4=E5=86=B3=E7=AD=96=E8=A7=86?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/dashboard/ScanTerminalDashboard.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/components/dashboard/ScanTerminalDashboard.tsx b/frontend/components/dashboard/ScanTerminalDashboard.tsx index acb243f2..75898c90 100644 --- a/frontend/components/dashboard/ScanTerminalDashboard.tsx +++ b/frontend/components/dashboard/ScanTerminalDashboard.tsx @@ -331,7 +331,7 @@ function CityGroupedTable({ return (
- +
+ - - + + @@ -384,6 +385,7 @@ function CityGroupedTable({ + @@ -405,6 +407,7 @@ function CityGroupedTable({ +
@@ -341,10 +341,11 @@ function CityGroupedTable({ {isEn ? "City / Best Signal" : "城市 / 最佳信号"} {isEn ? "Edge" : "优势"}{isEn ? "Model" : "模型"} Live DEB{isEn ? "Mkt" : "市场"}{isEn ? "Liq" : "流动性"}{isEn ? "Mkt" : "盘口"}{isEn ? "Spr/Liq" : "价差/流动性"}
{pct(best.edge_percent)} {pct(best.model_probability ?? best.model_event_probability)} {temp(best.current_temp || best.current_max_so_far, best.temp_symbol)} {temp(best.deb_prediction, best.temp_symbol)} {formatPrice(best.midpoint, best.ask, best.bid)} {pct(row.edge_percent)} {pct(row.model_probability ?? row.model_event_probability)} {temp(row.current_temp || row.current_max_so_far, row.temp_symbol)} {temp(row.deb_prediction, row.temp_symbol)} {formatPrice(row.midpoint, row.ask, row.bid)}