From 6ce4c77e3bb84f68587e14b98ce603938773a5e2 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 29 Apr 2025 23:18:00 +0800 Subject: [PATCH] update --- src/App.vue | 6 +- src/views/AIAgentView.vue | 412 ++++++++++++++------------------------ src/views/HomeView.vue | 4 +- 3 files changed, 153 insertions(+), 269 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0471a92..d864c4a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,11 +10,11 @@ import { RouterView } from 'vue-router' Crypto.AI Logo Crypto.AI - + + diff --git a/src/views/AIAgentView.vue b/src/views/AIAgentView.vue index 017d9b0..4f727d3 100644 --- a/src/views/AIAgentView.vue +++ b/src/views/AIAgentView.vue @@ -1,18 +1,29 @@