This commit is contained in:
MarkLo 2025-12-20 09:38:17 +08:00
parent a724f2f447
commit 40b9a02c42
9 changed files with 21 additions and 21 deletions

View File

@ -2,7 +2,7 @@
<div align="center">
<img src="frontend/public/icon-v7.png" alt="TradingAgentsX Logo" width="300" />
<img src="frontend/public/icon-v8.png" alt="TradingAgentsX Logo" width="300" />
**基於 LangGraph 的 AI 股票交易分析平台,結合多個專業 AI 代理進行協作決策**

View File

@ -14,27 +14,27 @@ export const metadata: Metadata = {
description: "由 AI 驅動的多代理 LLM 金融交易框架",
icons: {
icon: [
{ url: "/favicon-v7.png?t=20241220", sizes: "32x32" },
{ url: "/favicon-v8.png?t=20241220-v8", sizes: "32x32" },
{
url: "/icon-192-v7.png?t=20241220",
url: "/icon-192-v8.png?t=20241220-v8",
sizes: "192x192",
type: "image/png",
},
{
url: "/icon-512-v7.png?t=20241220",
url: "/icon-512-v8.png?t=20241220-v8",
sizes: "512x512",
type: "image/png",
},
{ url: "/icon-v7.png?t=20241220", sizes: "1024x1024", type: "image/png" },
{ url: "/icon-v8.png?t=20241220-v8", sizes: "1024x1024", type: "image/png" },
],
apple: [
{
url: "/apple-touch-icon-v7.png?t=20241220",
url: "/apple-touch-icon-v8.png?t=20241220-v8",
sizes: "180x180",
type: "image/png",
},
],
shortcut: "/favicon-v7.png?t=20241220",
shortcut: "/favicon-v8.png?t=20241220-v8",
},
appleWebApp: {
capable: true,
@ -61,7 +61,7 @@ export default function RootLayout({
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
/>
<link rel="manifest" href="/manifest.json?v=20241220" />
<link rel="manifest" href="/manifest.json?v=20241220-v8" />
<meta name="theme-color" content="#6B21A8" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
@ -73,44 +73,44 @@ export default function RootLayout({
{/* Precomposed version for iOS Safari Favorites */}
<link
rel="apple-touch-icon-precomposed"
href="/apple-touch-icon-v7.png?t=20241220"
href="/apple-touch-icon-v8.png?t=20241220-v8"
/>
<link
rel="apple-touch-icon"
href="/apple-touch-icon-v7.png?t=20241220"
href="/apple-touch-icon-v8.png?t=20241220-v8"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon-v7.png?t=20241220"
href="/apple-touch-icon-v8.png?t=20241220-v8"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="/apple-touch-icon-v7.png?t=20241220"
href="/apple-touch-icon-v8.png?t=20241220-v8"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="/apple-touch-icon-v7.png?t=20241220"
href="/apple-touch-icon-v8.png?t=20241220-v8"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-v7.png?t=20241220"
href="/favicon-v8.png?t=20241220-v8"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/icon-192-v7.png?t=20241220"
href="/icon-192-v8.png?t=20241220-v8"
/>
<link
rel="icon"
type="image/png"
sizes="512x512"
href="/icon-512-v7.png?t=20241220"
href="/icon-512-v8.png?t=20241220-v8"
/>
</head>
<body className={inter.className}>

View File

@ -2,30 +2,30 @@
"name": "TradingAgentsX",
"short_name": "TAX",
"description": "由 AI 驅動的多代理 LLM 金融交易框架",
"start_url": "/?v=1766059957",
"start_url": "/?v=1734660000",
"display": "standalone",
"background_color": "#FFFFFF",
"theme_color": "#6B21A8",
"icons": [
{
"src": "/favicon-v7.png?t=1766059957",
"src": "/favicon-v8.png?t=1734660000",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/icon-192-v7.png?t=1766059957",
"src": "/icon-192-v8.png?t=1734660000",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512-v7.png?t=1766059957",
"src": "/icon-512-v8.png?t=1734660000",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-v7.png?t=1766059957",
"src": "/icon-v8.png?t=1734660000",
"sizes": "1024x1024",
"type": "image/png"
}

View File

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 332 KiB

View File

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 332 KiB

View File

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 332 KiB

View File

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 332 KiB

View File

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 332 KiB

View File

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 332 KiB