diff --git a/docker-compose.yml b/docker-compose.yml
index 48ccbcb..8fbcd60 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -5,7 +5,7 @@ services:
build:
context: .
dockerfile: Dockerfile
- image: icrypto-web:1.0.6
+ image: icrypto-web:1.0.7
ports:
- '6000:80'
restart: unless-stopped
diff --git a/index.html b/index.html
index d81196a..8700dfc 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,10 @@
-
+
Crypto AI - 加密货币AI服务平台
diff --git a/src/router/index.ts b/src/router/index.ts
index 3c1710a..ded0995 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -19,6 +19,11 @@ const router = createRouter({
name: 'ai-agent',
component: () => import('../views/AIAgentView.vue'),
},
+ {
+ path: '/ai-feed',
+ name: 'ai-feed',
+ component: () => import('../views/AIFeedView.vue'),
+ },
],
})
diff --git a/src/views/AIFeedView.vue b/src/views/AIFeedView.vue
new file mode 100644
index 0000000..66c2890
--- /dev/null
+++ b/src/views/AIFeedView.vue
@@ -0,0 +1,586 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{ error }}
+
+
+
+
+
暂无数据
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 64449c4..0392036 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -4,17 +4,17 @@
-
Crypto.AI 加密货币AI投研服务平台
-
提供一站式加密货币AI投研服务
+
Web3 超级AI Agent
+
立刻加入,开启 Web3 + AI 新时代
@@ -113,11 +113,11 @@
margin-top: 1.5rem;
}
-.btn-telegram {
+.btn-discord {
display: flex;
align-items: center;
gap: 0.6rem;
- background-color: #229ed9;
+ background-color: #5865f2;
color: white;
border: none;
font-weight: var(--font-weight-medium);
@@ -126,13 +126,13 @@
text-decoration: none;
}
-.btn-telegram:hover {
- background-color: #1a8bbf;
+.btn-discord:hover {
+ background-color: #4752c4;
transform: translateY(-2px);
- box-shadow: 0 5px 15px rgba(34, 158, 217, 0.3);
+ box-shadow: 0 5px 15px rgba(88, 101, 242, 0.3);
}
-.telegram-hero-icon {
+.discord-hero-icon {
width: 24px;
height: 24px;
}