更新爆管定位和爆管侦测的顺序

This commit is contained in:
2026-04-15 17:40:45 +08:00
parent 259202ca8f
commit 5cbf1e82f8
+9 -9
View File
@@ -182,15 +182,6 @@ const App = (props: React.PropsWithChildren<AppProps>) => {
label: "爆管模拟",
},
},
{
name: "爆管定位",
list: "/hydraulic-simulation/burst-location",
meta: {
parent: "Hydraulic Simulation",
icon: <MyLocationIcon className="w-6 h-6" />,
label: "爆管定位",
},
},
{
name: "爆管侦测",
list: "/hydraulic-simulation/burst-detection",
@@ -200,6 +191,15 @@ const App = (props: React.PropsWithChildren<AppProps>) => {
label: "爆管侦测",
},
},
{
name: "爆管定位",
list: "/hydraulic-simulation/burst-location",
meta: {
parent: "Hydraulic Simulation",
icon: <MyLocationIcon className="w-6 h-6" />,
label: "爆管定位",
},
},
{
name: "DMA 漏损识别",
list: "/hydraulic-simulation/dma-leak-detection",