From 3696830fbaf2fd97d98020087abf20917e491bdc Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 23 四月 2026 20:06:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 small-program/manifest.json |   28 +++++++++++++++-------------
 1 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/small-program/manifest.json b/small-program/manifest.json
index 33c2472..246510e 100644
--- a/small-program/manifest.json
+++ b/small-program/manifest.json
@@ -1,6 +1,6 @@
 {
     "name" : "small-program",
-    "appid" : "__UNI__4A05D60",
+    "appid" : "__UNI__7685D86",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : "100",
@@ -50,21 +50,23 @@
     /* 蹇簲鐢ㄧ壒鏈夌浉鍏� */
     "quickapp" : {},
     /* 灏忕▼搴忕壒鏈夌浉鍏� */
-	"optimization" :{"subPackages":true},
+    "optimization" : {
+        "subPackages" : true
+    },
     "mp-weixin" : {
-        "appid" : "wx332441ae5b12be7d",
+        "appid" : "wxb1b59320e803dc6c",
         "setting" : {
             "urlCheck" : false,
-            "es6": true,
-            "postcss": true,
-            "minified": true
-        }, 
-		"optimization":{
-			"subPackages": true
-		},
-        "usingComponents": true,
-		"runmode": "liberate",
-		"lazyCodeLoading": "requiredComponents" ,// 鍚敤鎸夐渶娉ㄥ叆
+            "es6" : true,
+            "postcss" : true,
+            "minified" : true
+        },
+        "optimization" : {
+            "subPackages" : true
+        },
+        "usingComponents" : true,
+        // "runmode": "liberate",
+        "lazyCodeLoading" : "requiredComponents", // 鍚敤鎸夐渶娉ㄥ叆
         "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ],
         "permission" : {
             "scope.userLocation" : {

--
Gitblit v1.9.3