From 2e81894fd15744b576d4ace5df815e3e0eac8f38 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Thu, 16 Apr 2026 00:12:00 +0800 Subject: [PATCH] Remove detail summary card from the dashboard panel --- frontend/components/dashboard/DetailPanel.tsx | 32 ------------------- 1 file changed, 32 deletions(-) diff --git a/frontend/components/dashboard/DetailPanel.tsx b/frontend/components/dashboard/DetailPanel.tsx index 9544ebb3..a17620be 100644 --- a/frontend/components/dashboard/DetailPanel.tsx +++ b/frontend/components/dashboard/DetailPanel.tsx @@ -506,38 +506,6 @@ export function DetailPanel() { ) : ( <> -
-
-
- {locale === "en-US" ? "Current reading" : "当前读数"} - {heroCurrentTempText} - @{heroObsTimeLabel} - - {heroWeatherIcon ? `${heroWeatherIcon} ` : ""} - {heroWeatherText} - -
-
-
- DEB - {heroDebText} -
-
- {locale === "en-US" ? "Settlement" : "结算口径"} - {heroSettlementLabel} -
-
- {locale === "en-US" ? "Airport" : "结算机场"} - {heroAirportLabel} -
-
- {locale === "en-US" ? "Risk level" : "风险等级"} - {getRiskBadgeLabel(panelRiskLevel, locale)} -
-
-
-
-