|
@@ -11,9 +11,9 @@ interface NavbarProps {
|
|
|
const TABS = [
|
|
const TABS = [
|
|
|
{ id: 'dashboard', label: 'Dashboard', icon: Home },
|
|
{ id: 'dashboard', label: 'Dashboard', icon: Home },
|
|
|
{ id: 'requirements', label: '需求库', icon: Target },
|
|
{ id: 'requirements', label: '需求库', icon: Target },
|
|
|
|
|
+ { id: 'workflows', label: '工序库', icon: Layers },
|
|
|
{ id: 'capabilities', label: '能力库', icon: Cpu },
|
|
{ id: 'capabilities', label: '能力库', icon: Cpu },
|
|
|
{ id: 'tools', label: '工具库', icon: Wrench },
|
|
{ id: 'tools', label: '工具库', icon: Wrench },
|
|
|
- { id: 'workflows', label: '工序库', icon: Layers },
|
|
|
|
|
{ id: 'knowledge', label: '知识库', icon: FileText },
|
|
{ id: 'knowledge', label: '知识库', icon: FileText },
|
|
|
] as const;
|
|
] as const;
|
|
|
|
|
|