perf: reorder sidebar

This commit is contained in:
Junyan Qin
2025-04-27 16:48:27 +08:00
parent b57186e894
commit 3003f39e34

View File

@@ -13,16 +13,16 @@ export const sidebarConfigList = [
icon: "",
route: "/home/bots",
}),
new SidebarChildVO({
id: "pipelines",
name: "流水线",
icon: "",
route: "/home/pipelines",
}),
new SidebarChildVO({
id: "plugins",
name: "插件管理",
icon: "",
route: "/home/plugins",
}),
new SidebarChildVO({
id: "pipelines",
name: "流水线",
icon: "",
route: "/home/pipelines",
})
]