From 53f9202ce8210b8ce53984d85697d8af436bec0d Mon Sep 17 00:00:00 2001 From: MarkLo Date: Wed, 17 Dec 2025 18:01:45 +0800 Subject: [PATCH] --- frontend/app/layout.tsx | 28 ++++++++++++++-------------- frontend/app/manifest.json | 8 ++++---- 2 files changed, 18 insertions(+), 18 deletions(-) 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 */} - - - - - - - + + + + + + + diff --git a/frontend/app/manifest.json b/frontend/app/manifest.json index 4dab516b..b8a790e7 100644 --- a/frontend/app/manifest.json +++ b/frontend/app/manifest.json @@ -8,22 +8,22 @@ "theme_color": "#6B21A8", "icons": [ { - "src": "/favicon.ico?v=3", + "src": "/favicon.ico?v=4", "sizes": "32x32", "type": "image/x-icon" }, { - "src": "/icon-192.png?v=3", + "src": "/icon-192.png?v=4", "sizes": "192x192", "type": "image/png" }, { - "src": "/icon-512.png?v=3", + "src": "/icon-512.png?v=4", "sizes": "512x512", "type": "image/png" }, { - "src": "/icon.png?v=3", + "src": "/icon.png?v=4", "sizes": "1024x1024", "type": "image/png" }