From f207e2b192d0a172c6fe3cbeb000081b21edb231 Mon Sep 17 00:00:00 2001 From: Huarch Date: Fri, 24 Apr 2026 09:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E6=96=B9=E6=A1=88=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=91=BD=E5=90=8D=E4=B8=BA=E5=B0=8F=E5=86=99=E5=BD=A2?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/olmap/core/Controls/HistoryDataPanel.tsx | 2 +- src/components/olmap/core/Controls/Timeline.tsx | 2 +- src/components/olmap/core/Controls/Toolbar.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/olmap/core/Controls/HistoryDataPanel.tsx b/src/components/olmap/core/Controls/HistoryDataPanel.tsx index 39b38b3..ae21ab5 100644 --- a/src/components/olmap/core/Controls/HistoryDataPanel.tsx +++ b/src/components/olmap/core/Controls/HistoryDataPanel.tsx @@ -396,7 +396,7 @@ const emptyStateMessages: Record< const SCADADataPanel: React.FC = ({ featureInfos, type = "none", - scheme_type = "burst_Analysis", + scheme_type = "burst_analysis", scheme_name, defaultTab = "chart", fractionDigits = 2, diff --git a/src/components/olmap/core/Controls/Timeline.tsx b/src/components/olmap/core/Controls/Timeline.tsx index f883634..5497b9a 100644 --- a/src/components/olmap/core/Controls/Timeline.tsx +++ b/src/components/olmap/core/Controls/Timeline.tsx @@ -47,7 +47,7 @@ const Timeline: React.FC = ({ timeRange, disableDateSelection = false, schemeName = "", - schemeType = "burst_Analysis", + schemeType = "burst_analysis", }) => { const data = useData(); const fallbackSelectedDateRef = useRef(new Date()); diff --git a/src/components/olmap/core/Controls/Toolbar.tsx b/src/components/olmap/core/Controls/Toolbar.tsx index 29946b5..1e7d2f8 100644 --- a/src/components/olmap/core/Controls/Toolbar.tsx +++ b/src/components/olmap/core/Controls/Toolbar.tsx @@ -921,7 +921,7 @@ const Toolbar: React.FC = ({ }) .filter(Boolean) as [string, string][]; })()} - scheme_type="burst_Analysis" + scheme_type="burst_analysis" scheme_name={schemeName} type={chatPanelFeatureInfos ? chatPanelType : (queryType as "realtime" | "scheme" | "none")} start_time={chatPanelTimeRange?.startTime} @@ -965,7 +965,7 @@ const Toolbar: React.FC = ({ }) .filter(Boolean) as [string, string][]; })()} - scheme_type="burst_Analysis" + scheme_type="burst_analysis" scheme_name={schemeName} type={chatPanelFeatureInfos ? chatPanelType : (queryType as "realtime" | "scheme" | "none")} start_time={chatPanelTimeRange?.startTime}