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