Merge commit 'c4a3de0a84d1bc352376915b41032768b8dcd492' into zh

This commit is contained in:
zhangheng
2026-04-30 11:28:08 +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,