From ce5fd8f53ca750e5e11fc42fe2a760e73ec84a51 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 19 Aug 2025 09:09:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=8E=B7=E5=8F=96=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.json b/manifest.json index b592ed0..3caef5a 100644 --- a/manifest.json +++ b/manifest.json @@ -53,6 +53,11 @@ /* 小程序特有相关 */ "mp-weixin": { "appid": "wx303943e10cbe2743", + "permission": { + "scope.userLocation": { + "desc": "您的位置信息将用于获取周边服务" + } + }, "setting": { "urlCheck": false },