Merge branch 'dev' into 'main'

fix(common): add lidar

See merge request prism/lable/labelmain!17
This commit is contained in:
刘耀勇
2026-04-28 18:29:06 +08:00

View File

@@ -86,16 +86,13 @@ const currentComponentList: MenuItem[] = [
}, },
] ]
const lidarList: MenuItem[] = const lidarList: MenuItem[] = [
process.env.NEXT_PUBLIC_ENV === "production" {
? [] title: "点云标注",
: [ url: "lidar",
{ icon: "LidarAnnotationIcon",
title: "点云标注", },
url: "lidar", ]
icon: "LidarAnnotationIcon",
},
]
export const componentList: MenuItem[] = [ export const componentList: MenuItem[] = [
...currentComponentList, ...currentComponentList,