This commit is contained in:
nojava
2026-05-23 23:33:27 +08:00
parent 8b23d02531
commit 8b638f29c6
27 changed files with 2749 additions and 1 deletions
+6
View File
@@ -29,6 +29,12 @@ const routes = [
component: () => import('@/views/ArticleDetail.vue'),
meta: { title: '文章详情' },
},
{
path: 'ai-assistant',
name: 'AiAssistant',
component: () => import('@/views/AiAssistant.vue'),
meta: { title: 'AI 助手' },
},
],
},
{