style: 优化整体title显示
This commit is contained in:
@@ -11,9 +11,10 @@ const isCollapsed = ref(true);
|
||||
|
||||
// 菜单项配置
|
||||
const navItems = [
|
||||
{ name: 'conversation', label: '对话', icon: 'ChatDotRound', path: '/chat/conversation' },
|
||||
{ name: 'image', label: '图片生成', icon: 'Picture', path: '/chat/image' },
|
||||
{ name: 'video', label: '视频生成', icon: 'VideoCamera', path: '/chat/video' },
|
||||
{ name: 'conversation', label: 'AI对话', icon: 'ChatDotRound', path: '/chat/conversation' },
|
||||
{ name: 'image', label: 'AI图片', icon: 'Picture', path: '/chat/image' },
|
||||
{ name: 'video', label: 'AI视频', icon: 'VideoCamera', path: '/chat/video' },
|
||||
{ name: 'monitor', label: 'AI智能体', icon: 'Monitor', path: '/chat/agent' },
|
||||
];
|
||||
|
||||
// 当前激活的菜单
|
||||
|
||||
Reference in New Issue
Block a user