You've already forked DataMate
feat(layout): 添加知识管理菜单项并优化侧边栏显示
- 在菜单中新增了知识管理功能入口,支持数据标注和标记 - 移除了侧边栏中任务中心按钮的文本内容,优化界面显示 - 配置了新的绿色主题色用于知识管理模块标识
This commit is contained in:
@@ -77,6 +77,13 @@ export const menuItems = [
|
||||
// description: "质量分析、性能评估和偏见检测",
|
||||
// color: "bg-indigo-500",
|
||||
// },
|
||||
{
|
||||
id: "annotation",
|
||||
title: "知识管理",
|
||||
icon: Tag,
|
||||
description: "对数据进行标注和标记",
|
||||
color: "bg-green-500",
|
||||
},
|
||||
// {
|
||||
// id: "operator-market",
|
||||
// title: "算子市场",
|
||||
|
||||
Reference in New Issue
Block a user