From a3fdfa6e5db6218a6ab09480a982fdc9fd0e6459 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 09 八月 2024 09:46:55 +0800
Subject: [PATCH] 1.解决了运行时黑色弹出SDK版本问题

---
 manifest.json |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/manifest.json b/manifest.json
index 12dcb2e..f610679 100644
--- a/manifest.json
+++ b/manifest.json
@@ -7,6 +7,9 @@
     "transformPx" : false,
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
+        "compatible" : {
+            "ignoreVersion" : true
+        },
         "usingComponents" : true,
         "nvueStyleCompiler" : "uni-app",
         "compilerVersion" : 3,
@@ -17,7 +20,9 @@
             "delay" : 0
         },
         /* 妯″潡閰嶇疆 */
-        "modules" : {},
+        "modules" : {
+            "Camera" : {}
+        },
         /* 搴旂敤鍙戝竷淇℃伅 */
         "distribute" : {
             /* android鎵撳寘閰嶇疆 */
@@ -46,7 +51,10 @@
             },
             /* SDK閰嶇疆 */
             "sdkConfigs" : {
-                "ad" : {}
+                "ad" : {},
+                "maps" : {},
+                "share" : {},
+                "push" : {}
             },
             "icons" : {
                 "android" : {

--
Gitblit v1.9.3