doum
2025-09-01 65f8691ebf4f5de4a7fe2cef4fd9345b26372e55
small-program/manifest.json
@@ -50,6 +50,7 @@
    /* 快应用特有相关 */
    "quickapp" : {},
    /* 小程序特有相关 */
   "optimization" :{"subPackages":true},
    "mp-weixin" : {
        "appid" : "wx332441ae5b12be7d",
        "setting" : {
@@ -58,7 +59,12 @@
            "postcss" : true,
            "minified" : true
        },
      "optimization":{
         "subPackages": true
      },
        "usingComponents" : true,
      "runmode": "liberate",
      "lazyCodeLoading": "requiredComponents" ,// 启用按需注入
        "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ],
        "permission" : {
            "scope.userLocation" : {