From 5f21e18b686ec969bcac35fd7ea071344b3c9075 Mon Sep 17 00:00:00 2001 From: DCloud-yyl Date: Mon, 29 Jan 2024 12:49:00 +0800 Subject: [PATCH] Update manifest-modules.md --- docs/collocation/manifest-modules.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/collocation/manifest-modules.md b/docs/collocation/manifest-modules.md index 76ed86bc..86557043 100644 --- a/docs/collocation/manifest-modules.md +++ b/docs/collocation/manifest-modules.md @@ -29,6 +29,10 @@ HBuilderX3.93版本起,编译器支持扫描代码,摇树treeShaking,自 创建 web-view 组件的上下文对象模块,包括API:[uni.createWebviewContext](../api/create-webview-context.md) 依赖的模块:无 +- uni-fileSystemManager + 文件管理模块(`HBuilderX3.99+`),包括API:[uni.getFileSystemManager](../api/get-file-system-manager.md) + 依赖的模块:无 + - uni-getLocation-system 系统定位模块,包括API:[uni.getLocation](../api/get-location.md) 依赖的模块:无 -- GitLab