From 368296fbc1085d03519adb85b69eda0480d15234 Mon Sep 17 00:00:00 2001 From: ningning <3248127340@qq.com> Date: Tue, 13 Dec 2022 14:04:48 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-Bundle.md. Signed-off-by: ningning <3248127340@qq.com> --- zh-cn/application-dev/reference/apis/js-apis-Bundle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-Bundle.md b/zh-cn/application-dev/reference/apis/js-apis-Bundle.md index 8c8a0f31d6..79013f348d 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-Bundle.md +++ b/zh-cn/application-dev/reference/apis/js-apis-Bundle.md @@ -1,4 +1,4 @@ -# Bundle模块(JS端SDK接口) +# @ohos.bundle (Bundle模块) 本模块提供应用信息查询能力,支持[包信息](js-apis-bundle-BundleInfo.md)、[应用信息](js-apis-bundle-ApplicationInfo.md)、[Ability组件信息](js-apis-bundle-AbilityInfo.md)等信息的查询,以及应用禁用状态的查询、设置等。 -- GitLab