MrShi
2025-08-21 7332db34d8927cb4e13ab2c8593c352fec48f0c4
small-program/manifest.json
@@ -51,7 +51,7 @@
    "quickapp" : {},
    /* 小程序特有相关 */
    "mp-weixin" : {
        "appid" : "wxcd2b89fd2ff065f8",
        "appid" : "wx332441ae5b12be7d",
        "setting" : {
            "urlCheck" : false,
            "es6" : true,
@@ -59,12 +59,12 @@
            "minified" : true
        },
        "usingComponents" : true,
      "requiredPrivateInfos": ["getLocation", "chooseLocation"],
          "permission": {
            "scope.userLocation": {
               "desc": "你的位置信息将用于小程序定位服务"
         }
      }
        "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ],
        "permission" : {
            "scope.userLocation" : {
                "desc" : "你的位置信息将用于小程序定位服务"
            }
        }
    },
    "mp-alipay" : {
        "usingComponents" : true,