From 05316275ee6f1623cc022a3cb4967a440c105a6b Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 29 七月 2025 16:43:42 +0800 Subject: [PATCH] add:编辑资料 --- manifest.json | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 54fb740..3cc00b3 100644 --- a/manifest.json +++ b/manifest.json @@ -51,11 +51,21 @@ /* 小程序特有相关 */ "mp-weixin" : { // "appid" : "wx1441324401626290", - "appid" : "wxede6e3ad8e89693a", + "appid" : "wxf2e5534be77e3a80", "setting" : { - "urlCheck" : false + "urlCheck" : false, + "es6" : true, + "minified" : true }, "usingComponents" : true, + "permission" : { + "scope.userLocation" : { + "desc" : "获取当前位置功能" + } + }, + "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ], + "plugins": {}, + "lazyCodeLoading": "requiredComponents", "mergeVirtualHostAttributes" : true }, "mp-alipay" : { -- Gitblit v1.9.3