2026-05-08-03-23-51 精简模型入口和切分显示

This commit is contained in:
2026-05-08 03:26:55 +08:00
parent 3b133a1d43
commit 500a43dbe9
8 changed files with 156 additions and 84 deletions

View File

@@ -3,7 +3,6 @@ import { motion } from 'motion/react';
import {
BarChart3,
FolderRoot,
Box,
Workflow,
Settings,
LogOut,
@@ -32,7 +31,6 @@ export default function Sidebar({
const menuItems = [
{ id: ViewType.OVERVIEW, icon: BarChart3, label: '总体概况' },
{ id: ViewType.PROJECTS, icon: FolderRoot, label: '项目库' },
{ id: ViewType.MODELS, icon: Box, label: '模型库' },
{ id: ViewType.WORKSPACE, icon: Workflow, label: '逆向工作区' },
{ id: ViewType.SYSTEM, icon: Settings, label: '系统管理工作区' },
];