From acc284761fead7531e1675aea32a573a8f531f6e Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Mon, 19 Jan 2026 13:21:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(menu):=20=E7=A7=BB=E9=99=A4=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=90=88=E6=88=90=E8=8F=9C=E5=8D=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 注释掉数据合成主菜单项 - 移除合成任务子菜单 - 移除配比任务子菜单 - 保留数据评估菜单功能 --- frontend/src/pages/Layout/menu.tsx | 38 +++++++++++++++--------------- 1 file changed, 19 insertions(+), 19 deletions(-) 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: "数据评估",