This commit is contained in:
MarkLo 2025-12-13 22:50:40 +08:00
parent ca1d0f092f
commit 9280c71bfc
4 changed files with 14 additions and 0 deletions

BIN
frontend/app/apple-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
frontend/app/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -12,6 +12,20 @@ const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "TradingAgentsX - 多代理 LLM 金融交易",
description: "由 AI 驅動的多代理 LLM 金融交易框架",
icons: {
icon: [
{ url: "/favicon.ico", sizes: "32x32" },
{ url: "/icon.png", sizes: "1024x1024", type: "image/png" },
],
apple: "/apple-icon.png",
shortcut: "/favicon.ico",
},
openGraph: {
title: "TradingAgentsX - 多代理 LLM 金融交易",
description: "由 AI 驅動的多代理 LLM 金融交易框架",
siteName: "TradingAgentsX",
type: "website",
},
};
export default function RootLayout({