diff --git a/frontend/src/pages/Layout/menu.tsx b/frontend/src/pages/Layout/menu.tsx index 812e6d3..8cf6bd5 100644 --- a/frontend/src/pages/Layout/menu.tsx +++ b/frontend/src/pages/Layout/menu.tsx @@ -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: "数据评估",