From 7941623b1fb108a154ea4270d7c7e2df6031f6e5 Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期四, 11 十二月 2025 12:36:14 +0800
Subject: [PATCH] 优化页面UI更新

---
 manifest.json |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/manifest.json b/manifest.json
index 1a80dc6..8d72244 100644
--- a/manifest.json
+++ b/manifest.json
@@ -8,6 +8,11 @@
     "sassImplementationName" : "node-sass",
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
+        "compatible" : {
+            "ignoreVersion" : true
+        },
+        // "runtimeVersion": "4.75",   // 濡傛灉闇�瑕佹寚瀹氬吋瀹圭殑杩愯鐜鐗堟湰锛屽彲浠ュ彇娑堟敞閲婂苟淇敼
+        // "compilerVersion": "4.75"   // 濡傛灉闇�瑕佹寚瀹氱紪璇戝櫒鐗堟湰锛屽彲浠ュ彇娑堟敞閲婂苟淇敼
         "usingComponents" : true,
         "nvueStyleCompiler" : "uni-app",
         "compilerVersion" : 3,
@@ -18,9 +23,7 @@
             "delay" : 0
         },
         /* 妯″潡閰嶇疆 */
-        "modules" : {
-            "Push" : {}
-        },
+        "modules" : {},
         /* 搴旂敤鍙戝竷淇℃伅 */
         "distribute" : {
             /* android鎵撳寘閰嶇疆 */
@@ -55,11 +58,7 @@
                     "unipush" : {
                         "icons" : {
                             "small" : {
-                                "ldpi" : "static/logo.png",
-                                "mdpi" : "static/logo.png",
-                                "hdpi" : "static/logo.png",
-                                "xhdpi" : "static/logo.png",
-                                "xxhdpi" : "static/logo.png"
+                                "hdpi" : "static/logo.png"
                             }
                         }
                     }
@@ -120,12 +119,14 @@
             "minified" : true
         },
         "usingComponents" : true,
+        "lazyCodeLoading" : "requiredComponents", // 鍚敤鎸夐渶娉ㄥ叆
         "unipush" : {
             "enable" : false
         },
         "optimization" : {
             "subPackages" : true
-        }
+        },
+        "runmode" : "liberate"
     },
     "mp-alipay" : {
         "usingComponents" : true

--
Gitblit v1.9.3