From ba616e9307681da4781b7610ec3c27721d793379 Mon Sep 17 00:00:00 2001
From: guifei zhu <guifeizhu@guifeideiMac.local>
Date: 星期三, 18 九月 2024 12:13:37 +0800
Subject: [PATCH] 添加mqtt通讯
---
manifest.json | 43 ++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 42 insertions(+), 1 deletions(-)
diff --git a/manifest.json b/manifest.json
index 6a0ee6d..69c265d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -43,7 +43,48 @@
/* ios鎵撳寘閰嶇疆 */
"ios" : {},
/* SDK閰嶇疆 */
- "sdkConfigs" : {}
+ "sdkConfigs" : {},
+ "icons" : {
+ "android" : {
+ "hdpi" : "",
+ "xhdpi" : "",
+ "xxhdpi" : "",
+ "xxxhdpi" : ""
+ },
+ "ios" : {
+ "appstore" : "",
+ "ipad" : {
+ "app" : "",
+ "app@2x" : "",
+ "notification" : "",
+ "notification@2x" : "",
+ "proapp@2x" : "",
+ "settings" : "",
+ "settings@2x" : "",
+ "spotlight" : "",
+ "spotlight@2x" : ""
+ },
+ "iphone" : {
+ "app@2x" : "",
+ "app@3x" : "",
+ "notification@2x" : "",
+ "notification@3x" : "",
+ "settings@2x" : "",
+ "settings@3x" : "",
+ "spotlight@2x" : "",
+ "spotlight@3x" : ""
+ }
+ }
+ },
+ "splashscreen" : {
+ "androidStyle" : "common",
+ "android" : {
+ "hdpi" : "static/splash1.png",
+ "xhdpi" : "static/splash2.png",
+ "xxhdpi" : "static/splash3.png"
+ },
+ "useOriginalMsgbox" : false
+ }
}
},
/* 蹇簲鐢ㄧ壒鏈夌浉鍏� */
--
Gitblit v1.9.3