From 4a0798f47d31af33736e21bd26664ab52fe76074 Mon Sep 17 00:00:00 2001 From: liub Date: Fri, 11 Jul 2025 15:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=AB=98=E5=BE=B7=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E7=9A=84key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index c492a20..cfd69b3 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,8 @@ "Barcode" : {}, "Camera" : {}, "Maps" : {}, - "OAuth" : {} + "OAuth" : {}, + "Geolocation" : {} }, /* 应用发布信息 */ "distribute" : { @@ -66,8 +67,21 @@ }, /* SDK配置 */ "sdkConfigs" : { - "geolocation" : {}, - "maps" : {}, + "geolocation" : { + "amap" : { + "name" : "amapHG8nIFW5", + "__platform__" : [ "ios", "android" ], + "appkey_ios" : "065c43f02c7b627a74ad7dd23b16bb4f", + "appkey_android" : "d7d852dbda2b95f6f796fb9a711a9fee" + } + }, + "maps" : { + "amap" : { + "name" : "amapHG8nIFW5", + "appkey_ios" : "065c43f02c7b627a74ad7dd23b16bb4f", + "appkey_android" : "d7d852dbda2b95f6f796fb9a711a9fee" + } + }, "oauth" : {}, "push" : {} }, @@ -137,6 +151,6 @@ "uniStatistics" : { "enable" : false }, - "vueVersion" : "2", + "vueVersion" : "3", "locale" : "auto" }