From 4dcad04210cae9cdb7fa9ca0279ab94ed695133b Mon Sep 17 00:00:00 2001 From: yanyilin Date: Fri, 18 Oct 2024 13:05:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=94=9A=E7=82=B9=E4=B8=AD?= =?UTF-8?q?=E5=A4=A7=E5=86=99=E5=AD=97=E6=AF=8D=E4=B8=BA=E5=B0=8F=E5=86=99?= =?UTF-8?q?=EF=BC=8C=E6=96=87=E6=A1=A3=E7=B3=BB=E7=BB=9F=E8=A6=81=E6=B1=82?= =?UTF-8?q?=E9=94=9A=E7=82=B9=E4=B8=AD=E4=B8=8D=E8=83=BD=E5=8C=85=E5=90=AB?= =?UTF-8?q?=E5=A4=A7=E5=86=99=E5=AD=97=E6=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/collocation/manifest-modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/collocation/manifest-modules.md b/docs/collocation/manifest-modules.md index 9f499289..94562a0f 100644 --- a/docs/collocation/manifest-modules.md +++ b/docs/collocation/manifest-modules.md @@ -18,7 +18,7 @@ HBuilderX3.93版本起,编译器支持扫描代码,摇树treeShaking,自 您在工程中下载的ext api、三方uts插件也同理,没有引用就不会打进去。 -摇树不支持 `provider` 机制,定位([uni-getLocation](#uni-getLocation)) 和 支付([uni-payment](#uni-payment)) 模块需要手动配置使用 Provider 依赖的三方SDK模块。 +摇树不支持 `provider` 机制,定位([uni-getLocation](#uni-getlocation)) 和 支付([uni-payment](#uni-payment)) 模块需要手动配置使用 Provider 依赖的三方SDK模块。 ### app平台支持摇树的内置模块列表@utsmodules @@ -263,7 +263,7 @@ app平台默认`启动界面`为白色(暗黑模式下为黑色),为了避 > app-ios平台支付模块需HBuilderX4.18及以上版本 -## uni-getLocation@uni-getLocation +## uni-getLocation@uni-getlocation > HBuilderX 4.25+ 新增支持 provider 机制的获取定位API(支持system、tencent定位) 在uni-app x客户端,uni-getLocation是一个独立模块。需要开发者在 manifest.json 中手动配置,并提交云端打包后才能生效。 -- GitLab