From 5cbf1e82f8f11efbd1194450c5fa261c392b99d2 Mon Sep 17 00:00:00 2001 From: Huarch Date: Wed, 15 Apr 2026 17:40:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=88=86=E7=AE=A1=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D=E5=92=8C=E7=88=86=E7=AE=A1=E4=BE=A6=E6=B5=8B=E7=9A=84?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/_refine_context.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/_refine_context.tsx b/src/app/_refine_context.tsx index b7f1441..9eece2b 100644 --- a/src/app/_refine_context.tsx +++ b/src/app/_refine_context.tsx @@ -182,15 +182,6 @@ const App = (props: React.PropsWithChildren) => { label: "爆管模拟", }, }, - { - name: "爆管定位", - list: "/hydraulic-simulation/burst-location", - meta: { - parent: "Hydraulic Simulation", - icon: , - label: "爆管定位", - }, - }, { name: "爆管侦测", list: "/hydraulic-simulation/burst-detection", @@ -200,6 +191,15 @@ const App = (props: React.PropsWithChildren) => { label: "爆管侦测", }, }, + { + name: "爆管定位", + list: "/hydraulic-simulation/burst-location", + meta: { + parent: "Hydraulic Simulation", + icon: , + label: "爆管定位", + }, + }, { name: "DMA 漏损识别", list: "/hydraulic-simulation/dma-leak-detection",