From dee9d216f35ddd05c464143ee95fb10c7c50864f Mon Sep 17 00:00:00 2001 From: yanyilin Date: Wed, 15 May 2024 18:15:16 +0800 Subject: [PATCH] =?UTF-8?q?ios=E5=B9=B3=E5=8F=B0=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.json b/manifest.json index 00209475..ce0509a2 100644 --- a/manifest.json +++ b/manifest.json @@ -44,6 +44,11 @@ "uni-ad": { "gdt": {} } + }, + "icons" : { + "ios" : { + "appstore" : "unpackage/icon1024.png" + } } } }, -- GitLab