You've already forked DataMate
Revert "feat(layout): 添加知识管理菜单项并优化侧边栏显示"
This reverts commit 2c7b027488.
This commit is contained in:
@@ -134,7 +134,7 @@ const AsiderAndHeaderLayout = () => {
|
|||||||
destroyOnHidden={false}
|
destroyOnHidden={false}
|
||||||
>
|
>
|
||||||
<Button block onClick={() => setTaskCenterVisible(true)}>
|
<Button block onClick={() => setTaskCenterVisible(true)}>
|
||||||
|
任务中心
|
||||||
</Button>
|
</Button>
|
||||||
</Popover>
|
</Popover>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@@ -77,13 +77,6 @@ export const menuItems = [
|
|||||||
// description: "质量分析、性能评估和偏见检测",
|
// description: "质量分析、性能评估和偏见检测",
|
||||||
// color: "bg-indigo-500",
|
// color: "bg-indigo-500",
|
||||||
// },
|
// },
|
||||||
{
|
|
||||||
id: "annotation",
|
|
||||||
title: "知识管理",
|
|
||||||
icon: Tag,
|
|
||||||
description: "对数据进行标注和标记",
|
|
||||||
color: "bg-green-500",
|
|
||||||
},
|
|
||||||
// {
|
// {
|
||||||
// id: "operator-market",
|
// id: "operator-market",
|
||||||
// title: "算子市场",
|
// title: "算子市场",
|
||||||
|
|||||||
Reference in New Issue
Block a user