You've already forked DataMate
feat(menu): 隐藏数据评估菜单项
- 注释掉评估相关菜单配置项 - 移除数据评估功能入口 - 保留算子市场等其他菜单项功能
This commit is contained in:
@@ -61,14 +61,14 @@ export const menuItems = [
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
id: "evaluation",
|
// id: "evaluation",
|
||||||
title: "数据评估",
|
// title: "数据评估",
|
||||||
icon: Target,
|
// icon: Target,
|
||||||
badge: 4,
|
// badge: 4,
|
||||||
description: "质量分析、性能评估和偏见检测",
|
// description: "质量分析、性能评估和偏见检测",
|
||||||
color: "bg-indigo-500",
|
// color: "bg-indigo-500",
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
id: "operator-market",
|
id: "operator-market",
|
||||||
title: "算子市场",
|
title: "算子市场",
|
||||||
|
|||||||
Reference in New Issue
Block a user