You've already forked DataMate
feat(menu): 移除数据合成菜单功能
- 注释掉数据合成主菜单项 - 移除合成任务子菜单 - 移除配比任务子菜单 - 保留数据评估菜单功能
This commit is contained in:
@@ -42,25 +42,25 @@ export const menuItems = [
|
|||||||
description: "对数据进行标注和标记",
|
description: "对数据进行标注和标记",
|
||||||
color: "bg-green-500",
|
color: "bg-green-500",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
id: "synthesis",
|
// id: "synthesis",
|
||||||
title: "数据合成",
|
// title: "数据合成",
|
||||||
icon: Shuffle,
|
// icon: Shuffle,
|
||||||
description: "智能数据合成和配比",
|
// description: "智能数据合成和配比",
|
||||||
color: "bg-pink-500",
|
// color: "bg-pink-500",
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
id: "synthesis/task",
|
// id: "synthesis/task",
|
||||||
title: "合成任务",
|
// title: "合成任务",
|
||||||
icon: Merge,
|
// icon: Merge,
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
id: "synthesis/ratio-task",
|
// id: "synthesis/ratio-task",
|
||||||
title: "配比任务",
|
// title: "配比任务",
|
||||||
icon: BarChart3,
|
// icon: BarChart3,
|
||||||
},
|
// },
|
||||||
],
|
// ],
|
||||||
},
|
// },
|
||||||
// {
|
// {
|
||||||
// id: "evaluation",
|
// id: "evaluation",
|
||||||
// title: "数据评估",
|
// title: "数据评估",
|
||||||
|
|||||||
Reference in New Issue
Block a user