From 52b03ec7d1b02f7f94b82f470d49e183320ffb46 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 08 一月 2026 15:17:46 +0800
Subject: [PATCH] 双奇点: 1.部署修改

---
 src/manifest.json |   26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/src/manifest.json b/src/manifest.json
index 3d35fe5..ee09e46 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,12 +1,16 @@
 {
-    "name" : "娑︽嘲鐢熺墿",
-    "appid" : "__UNI__115F1B1",
+    "name" : "澶╂触鍙屽鐐�",
+    "appid" : "__UNI__B08EA3A",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : "100",
     "transformPx" : false,
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
+        "compatible" : {
+            "usingComponents" : true,
+            "ignoreVersion" : true
+        },
         "usingComponents" : true,
         "nvueStyleCompiler" : "uni-app",
         "compilerVersion" : 3,
@@ -17,7 +21,11 @@
             "delay" : 0
         },
         /* 妯″潡閰嶇疆 */
-        "modules" : {},
+        "modules" : {
+            "Camera" : {},
+            "Barcode" : {},
+            "VideoPlayer" : {}
+        },
         /* 搴旂敤鍙戝竷淇℃伅 */
         "distribute" : {
             /* android鎵撳寘閰嶇疆 */
@@ -45,7 +53,17 @@
                 "dSYMs" : false
             },
             /* SDK閰嶇疆 */
-            "sdkConfigs" : {},
+            "sdkConfigs" : {
+                "push" : {
+                    "unipush" : {
+                        "icons" : {
+                            "small" : {
+                                "ldpi" : "D:/xindao/wenjian/img/logo/app.png"
+                            }
+                        }
+                    }
+                }
+            },
             "icons" : {
                 "android" : {
                     "hdpi" : "unpackage/res/icons/72x72.png",

--
Gitblit v1.9.3