This commit is contained in:
MarkLo 2025-12-20 09:27:15 +08:00
parent 67830031cc
commit a724f2f447
3 changed files with 5 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

View File

@ -70,6 +70,11 @@ export default function RootLayout({
/>
<meta name="apple-mobile-web-app-title" content="TAgentsX" />
{/* Timestamp forces iOS Safari to reload new icons */}
{/* Precomposed version for iOS Safari Favorites */}
<link
rel="apple-touch-icon-precomposed"
href="/apple-touch-icon-v7.png?t=20241220"
/>
<link
rel="apple-touch-icon"
href="/apple-touch-icon-v7.png?t=20241220"

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB