From 16cc835f23008b96ccaeba919d4553856f7ff317 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Thu, 13 Nov 2025 20:33:10 +0800 Subject: [PATCH] fix: icon --- web/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/manifest.json b/web/manifest.json index 07edef0..4a917ac 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -10,23 +10,23 @@ "prefer_related_applications": false, "icons": [ { - "src": "icons/icons/favicon.png", + "src": "favicon.png", "sizes": "192x192", "type": "image/png" }, { - "src": "icons/icons/favicon.png", + "src": "favicon.png", "sizes": "512x512", "type": "image/png" }, { - "src": "icons/icons/favicon.png", + "src": "favicon.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { - "src": "icons/icons/favicon.png", + "src": "favicon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"