mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-20 19:36:08 +00:00
perf: reorder sidebar
This commit is contained in:
@@ -13,16 +13,16 @@ export const sidebarConfigList = [
|
|||||||
icon: "",
|
icon: "",
|
||||||
route: "/home/bots",
|
route: "/home/bots",
|
||||||
}),
|
}),
|
||||||
|
new SidebarChildVO({
|
||||||
|
id: "pipelines",
|
||||||
|
name: "流水线",
|
||||||
|
icon: "",
|
||||||
|
route: "/home/pipelines",
|
||||||
|
}),
|
||||||
new SidebarChildVO({
|
new SidebarChildVO({
|
||||||
id: "plugins",
|
id: "plugins",
|
||||||
name: "插件管理",
|
name: "插件管理",
|
||||||
icon: "",
|
icon: "",
|
||||||
route: "/home/plugins",
|
route: "/home/plugins",
|
||||||
}),
|
}),
|
||||||
new SidebarChildVO({
|
|
||||||
id: "pipelines",
|
|
||||||
name: "流水线",
|
|
||||||
icon: "",
|
|
||||||
route: "/home/pipelines",
|
|
||||||
})
|
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user