diff --git a/src/App.vue b/src/App.vue index a44e2ea..519f47d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -278,9 +278,21 @@ onUnmounted(() => { d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6" /> - Home + 首页 - + + + + + 加密分析 + + { + + - AI Agent + A股分析 diff --git a/src/router/index.ts b/src/router/index.ts index dcfe87d..e8ece0e 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -12,6 +12,14 @@ const router = createRouter({ name: 'home', component: HomeView, }, + { + path: '/ai-agents', + name: 'ai-agents', + component: () => import('../views/AIAgentsView.vue'), + meta: { + title: 'AI 专家团队', + }, + }, { path: '/tools', name: 'tools', @@ -64,6 +72,15 @@ const router = createRouter({ title: '加密货币分析专家', }, }, + { + path: '/astock-analysis', + name: 'astock-analysis', + component: () => import('../views/AStockAnalysisView.vue'), + meta: { + requiresAuth: true, + title: 'A股分析专家', + }, + }, ], }) diff --git a/src/views/AIAgentsView.vue b/src/views/AIAgentsView.vue new file mode 100644 index 0000000..02d4446 --- /dev/null +++ b/src/views/AIAgentsView.vue @@ -0,0 +1,240 @@ + + + + + diff --git a/src/views/AStockAnalysisView.vue b/src/views/AStockAnalysisView.vue new file mode 100644 index 0000000..76420db --- /dev/null +++ b/src/views/AStockAnalysisView.vue @@ -0,0 +1,555 @@ + + + + + diff --git a/src/views/CryptoAnalysisView.vue b/src/views/CryptoAnalysisView.vue index 4064e79..bd87fb1 100644 --- a/src/views/CryptoAnalysisView.vue +++ b/src/views/CryptoAnalysisView.vue @@ -1,29 +1,17 @@