diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx index 5a33ee2c..1ee8e471 100644 --- a/frontend/app/layout.tsx +++ b/frontend/app/layout.tsx @@ -14,15 +14,15 @@ export const metadata: Metadata = { description: "由 AI 驅動的多代理 LLM 金融交易框架", icons: { icon: [ - { url: "/favicon.ico?v=3", sizes: "32x32" }, - { url: "/icon-192.png?v=3", sizes: "192x192", type: "image/png" }, - { url: "/icon-512.png?v=3", sizes: "512x512", type: "image/png" }, - { url: "/icon.png?v=3", sizes: "1024x1024", type: "image/png" }, + { url: "/favicon.ico?v=4", sizes: "32x32" }, + { url: "/icon-192.png?v=4", sizes: "192x192", type: "image/png" }, + { url: "/icon-512.png?v=4", sizes: "512x512", type: "image/png" }, + { url: "/icon.png?v=4", sizes: "1024x1024", type: "image/png" }, ], apple: [ - { url: "/apple-touch-icon.png?v=3", sizes: "180x180", type: "image/png" }, + { url: "/apple-touch-icon.png?v=4", sizes: "180x180", type: "image/png" }, ], - shortcut: "/favicon.ico?v=3", + shortcut: "/favicon.ico?v=4", }, appleWebApp: { capable: true, @@ -46,19 +46,19 @@ export default function RootLayout({
- + {/* Version parameter forces iOS Safari to reload new icons */} - - - - - - - + + + + + + +