From 931673427ca8800fc98fd2513297c65c8cbed46f Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 05 Nov 2025 17:54:21 +0800
Subject: [PATCH] feat:图标
---
src/manifest.json | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/src/manifest.json b/src/manifest.json
index 2aa2971..4788f55 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -58,7 +58,15 @@
"dSYMs" : false
},
/* SDK配置 */
- "sdkConfigs" : {}
+ "sdkConfigs" : {},
+ "icons" : {
+ "android" : {
+ "hdpi" : "src/static/images/app-logo.png",
+ "xhdpi" : "src/static/images/app-logo.png",
+ "xxhdpi" : "src/static/images/app-logo.png",
+ "xxxhdpi" : "src/static/images/app-logo.png"
+ }
+ }
}
},
/* 快应用特有相关 */
--
Gitblit v1.9.3