fix(daily): opt

This commit is contained in:
zhangheng
2026-04-11 17:37:09 +08:00
parent 35b6849a64
commit 6baeae111e
6 changed files with 332 additions and 24 deletions

View File

@@ -70,17 +70,17 @@ const currentComponentList: MenuItem[] = [
{
title: "个人中心",
url: "person",
icon: "PersonalMenuIcon",
icon: "PersonalCenterIcon",
items: [
{
title: "个人看板",
url: "dashboard",
icon: "TaskMenuIcon",
icon: "DashboardIcon",
},
{
title: "个人日报",
url: "report",
icon: "AuthMenuIcon",
icon: "ReportIcon",
},
],
},
@@ -91,22 +91,22 @@ export const componentList: MenuItem[] = [
{
title: "图片标注",
url: "image",
icon: "SystemIcon",
icon: "ImageAnnotationIcon",
},
{
title: "视频标注",
url: "video",
icon: "SystemIcon",
icon: "VideoAnnotationIcon",
},
{
title: "点云标注",
url: "lidar",
icon: "LidarAnnotationIcon",
},
// {
// title: "点云标注",
// url: "pointcloud",
// icon: "SystemIcon",
// },
{
title: "管理中心",
url: "mgt",
icon: "SystemIcon",
icon: "ManagementCenterIcon",
},
]