feat(layout): 添加知识管理菜单项并优化侧边栏显示

- 在菜单中新增了知识管理功能入口,支持数据标注和标记
- 移除了侧边栏中任务中心按钮的文本内容,优化界面显示
- 配置了新的绿色主题色用于知识管理模块标识
This commit is contained in:
2026-01-21 09:15:58 +08:00
parent c51e0fab2f
commit 2c7b027488
2 changed files with 8 additions and 1 deletions

View File

@@ -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: "算子市场",