From 1ea15747fc3b460dcd7c5086df67451fd001803e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Thu, 28 Nov 2024 21:45:41 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0manifest.json?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/collocation/manifest.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/collocation/manifest.md b/docs/collocation/manifest.md index 0b7d89667..a11672009 100644 --- a/docs/collocation/manifest.md +++ b/docs/collocation/manifest.md @@ -379,7 +379,11 @@ Tips:`uni-app` 中 `manifest.json->h5->devServer`,`vue2` 实际上对应 `we "sdkConfigs": { // 使用地图或位置相关功能必须填写其一 "maps": { - "qqmap": { + "qqmap": { // HBuilderX 4.36以下版本腾讯地图配置项 + // 腾讯地图秘钥 https://lbs.qq.com/dev/console/key/manage + "key": "" + }, + "tencent": { // HBuilderX 4.36及以上版本腾讯地图配置项 // 腾讯地图秘钥 https://lbs.qq.com/dev/console/key/manage "key": "" }, -- GitLab