From 6017f46b762663b9393cdae8422e0de1ed3db218 Mon Sep 17 00:00:00 2001
From: guifei zhu <guifeizhu@guifeideiMac.local>
Date: 星期三, 27 十一月 2024 13:30:06 +0800
Subject: [PATCH] 添加mqtt数据接口

---
 manifest.json |   41 +++++++++++++++++++++++++++++++----------
 1 files changed, 31 insertions(+), 10 deletions(-)

diff --git a/manifest.json b/manifest.json
index 721eb2e..363f7d0 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,5 @@
 {
-    "name" : "lbdry-uniapp",
+    "name" : "鏅鸿兘涓崏鑽共鐕ユ満",
     "appid" : "__UNI__1E83F66",
     "description" : "",
     "versionName" : "1.0.0",
@@ -17,7 +17,9 @@
             "delay" : 0
         },
         /* 妯″潡閰嶇疆 */
-        "modules" : {},
+        "modules" : {
+            "Push" : {}
+        },
         /* 搴旂敤鍙戝竷淇℃伅 */
         "distribute" : {
             /* android鎵撳寘閰嶇疆 */
@@ -38,12 +40,30 @@
                     "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
                     "<uses-feature android:name=\"android.hardware.camera\"/>",
                     "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
-                ]
+                ],
+                "targetSdkVersion" : 30,
+                "minSdkVersion" : 23
             },
             /* ios鎵撳寘閰嶇疆 */
-            "ios" : {},
+            "ios" : {
+                "dSYMs" : false
+            },
             /* SDK閰嶇疆 */
-            "sdkConfigs" : {},
+            "sdkConfigs" : {
+                "push" : {
+                    "unipush" : {
+                        "icons" : {
+                            "small" : {
+                                "ldpi" : "static/push/push_small_18.png",
+                                "mdpi" : "static/push/push_small_24.png",
+                                "hdpi" : "static/push/push_small_36.png",
+                                "xhdpi" : "static/push/push_small_48.png",
+                                "xxhdpi" : "static/push/push_small_72.png"
+                            }
+                        }
+                    }
+                }
+            },
             "icons" : {
                 "android" : {
                     "hdpi" : "unpackage/res/icons/72x72.png",
@@ -77,12 +97,13 @@
                 }
             },
             "splashscreen" : {
-                "androidStyle" : "default",
+                "androidStyle" : "common",
                 "android" : {
-                    "hdpi" : "static/splash.png",
-                    "xhdpi" : "static/splash.png",
-                    "xxhdpi" : "static/splash.png"
-                }
+                    "hdpi" : "static/splash1.png",
+                    "xhdpi" : "static/splash2.png",
+                    "xxhdpi" : "static/splash3.png"
+                },
+                "useOriginalMsgbox" : false
             }
         }
     },

--
Gitblit v1.9.3