|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<div align="center">
|
<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 代理進行協作決策**
|
**基於 LangGraph 的 AI 股票交易分析平台,結合多個專業 AI 代理進行協作決策**
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,27 +14,27 @@ export const metadata: Metadata = {
|
||||||
description: "由 AI 驅動的多代理 LLM 金融交易框架",
|
description: "由 AI 驅動的多代理 LLM 金融交易框架",
|
||||||
icons: {
|
icons: {
|
||||||
icon: [
|
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",
|
sizes: "192x192",
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: "/icon-512-v7.png?t=20241220",
|
url: "/icon-512-v8.png?t=20241220-v8",
|
||||||
sizes: "512x512",
|
sizes: "512x512",
|
||||||
type: "image/png",
|
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: [
|
apple: [
|
||||||
{
|
{
|
||||||
url: "/apple-touch-icon-v7.png?t=20241220",
|
url: "/apple-touch-icon-v8.png?t=20241220-v8",
|
||||||
sizes: "180x180",
|
sizes: "180x180",
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
shortcut: "/favicon-v7.png?t=20241220",
|
shortcut: "/favicon-v8.png?t=20241220-v8",
|
||||||
},
|
},
|
||||||
appleWebApp: {
|
appleWebApp: {
|
||||||
capable: true,
|
capable: true,
|
||||||
|
|
@ -61,7 +61,7 @@ export default function RootLayout({
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1, viewport-fit=cover"
|
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="theme-color" content="#6B21A8" />
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<meta
|
<meta
|
||||||
|
|
@ -73,44 +73,44 @@ export default function RootLayout({
|
||||||
{/* Precomposed version for iOS Safari Favorites */}
|
{/* Precomposed version for iOS Safari Favorites */}
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon-precomposed"
|
rel="apple-touch-icon-precomposed"
|
||||||
href="/apple-touch-icon-v7.png?t=20241220"
|
href="/apple-touch-icon-v8.png?t=20241220-v8"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon"
|
rel="apple-touch-icon"
|
||||||
href="/apple-touch-icon-v7.png?t=20241220"
|
href="/apple-touch-icon-v8.png?t=20241220-v8"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon"
|
rel="apple-touch-icon"
|
||||||
sizes="180x180"
|
sizes="180x180"
|
||||||
href="/apple-touch-icon-v7.png?t=20241220"
|
href="/apple-touch-icon-v8.png?t=20241220-v8"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon"
|
rel="apple-touch-icon"
|
||||||
sizes="152x152"
|
sizes="152x152"
|
||||||
href="/apple-touch-icon-v7.png?t=20241220"
|
href="/apple-touch-icon-v8.png?t=20241220-v8"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon"
|
rel="apple-touch-icon"
|
||||||
sizes="120x120"
|
sizes="120x120"
|
||||||
href="/apple-touch-icon-v7.png?t=20241220"
|
href="/apple-touch-icon-v8.png?t=20241220-v8"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="32x32"
|
sizes="32x32"
|
||||||
href="/favicon-v7.png?t=20241220"
|
href="/favicon-v8.png?t=20241220-v8"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="192x192"
|
sizes="192x192"
|
||||||
href="/icon-192-v7.png?t=20241220"
|
href="/icon-192-v8.png?t=20241220-v8"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="512x512"
|
sizes="512x512"
|
||||||
href="/icon-512-v7.png?t=20241220"
|
href="/icon-512-v8.png?t=20241220-v8"
|
||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body className={inter.className}>
|
<body className={inter.className}>
|
||||||
|
|
|
||||||
|
|
@ -2,30 +2,30 @@
|
||||||
"name": "TradingAgentsX",
|
"name": "TradingAgentsX",
|
||||||
"short_name": "TAX",
|
"short_name": "TAX",
|
||||||
"description": "由 AI 驅動的多代理 LLM 金融交易框架",
|
"description": "由 AI 驅動的多代理 LLM 金融交易框架",
|
||||||
"start_url": "/?v=1766059957",
|
"start_url": "/?v=1734660000",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#FFFFFF",
|
"background_color": "#FFFFFF",
|
||||||
"theme_color": "#6B21A8",
|
"theme_color": "#6B21A8",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/favicon-v7.png?t=1766059957",
|
"src": "/favicon-v8.png?t=1734660000",
|
||||||
"sizes": "32x32",
|
"sizes": "32x32",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/icon-192-v7.png?t=1766059957",
|
"src": "/icon-192-v8.png?t=1734660000",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "any maskable"
|
"purpose": "any maskable"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/icon-512-v7.png?t=1766059957",
|
"src": "/icon-512-v8.png?t=1734660000",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "any maskable"
|
"purpose": "any maskable"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/icon-v7.png?t=1766059957",
|
"src": "/icon-v8.png?t=1734660000",
|
||||||
"sizes": "1024x1024",
|
"sizes": "1024x1024",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |