feat: 对话功能开发

This commit is contained in:
2026-04-12 13:05:52 +08:00
parent fad8c10e69
commit 7a5b6680f2
4 changed files with 18 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ const routes = [
meta: { title: '首页' },
},
{
path: '/chat',
path: '/chat/:id?',
name: 'Chat',
component: () => import('@/views/chat/ChatView.vue'),
meta: { title: 'OpenCode 对话' },