From 636e4b1abf5fcbedd1e32475ac1595acc6455d64 Mon Sep 17 00:00:00 2001 From: 5g0Wp7Zy Date: Fri, 10 Oct 2025 09:20:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9wx=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.config.ts b/manifest.config.ts index 7702df5..bb04cfa 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -125,6 +125,12 @@ export default defineManifestConfig({ es6: true, minified: true, }, + permission: { + 'scope.userLocation': { + desc: '需要实时定位', + }, + }, + requiredPrivateInfos: ['getLocation', 'chooseLocation'], optimization: { subPackages: true, },