From b7dfb55fcfda3efe28a7ab5c5f39c2f4456dd532 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Tue, 13 Dec 2022 20:12:06 +0800 Subject: [PATCH] update docs Signed-off-by: zengyawen --- zh-cn/application-dev/reference/apis/js-apis-appControl.md | 2 +- zh-cn/application-dev/reference/apis/js-apis-bundleManager.md | 2 +- zh-cn/application-dev/reference/apis/js-apis-bundleMonitor.md | 2 +- .../application-dev/reference/apis/js-apis-defaultAppManager.md | 2 +- .../application-dev/reference/apis/js-apis-distributedBundle.md | 2 +- zh-cn/application-dev/reference/apis/js-apis-freeInstall.md | 2 +- zh-cn/application-dev/reference/apis/js-apis-installer.md | 2 +- .../reference/apis/js-apis-launcherBundleManager.md | 2 +- zh-cn/application-dev/reference/apis/js-apis-zlib.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-appControl.md b/zh-cn/application-dev/reference/apis/js-apis-appControl.md index 10b9377c92..7afb7e3f41 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-appControl.md +++ b/zh-cn/application-dev/reference/apis/js-apis-appControl.md @@ -1,4 +1,4 @@ -# appControl模块 +# @ohos.bundle.appControl(appControl模块) 本模块提供应用拦截能力。对应用设置处置状态后,应用会被禁止运行;用户点击桌面图标时,会根据应用的处置状态,跳转到对应的页面。本模块支持对应用的处置状态进行设置、获取、删除。 diff --git a/zh-cn/application-dev/reference/apis/js-apis-bundleManager.md b/zh-cn/application-dev/reference/apis/js-apis-bundleManager.md index 65a1472f38..71e7669069 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-bundleManager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-bundleManager.md @@ -1,4 +1,4 @@ -# bundleManager模块(JS端SDK接口) +# @ohos.bundle.bundleManager (bundleManager模块) 本模块提供应用信息查询能力,支持BundleInfo、ApplicationInfo、Ability、ExtensionAbility等信息的查询 diff --git a/zh-cn/application-dev/reference/apis/js-apis-bundleMonitor.md b/zh-cn/application-dev/reference/apis/js-apis-bundleMonitor.md index 73e36165ca..3a62f20cd5 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-bundleMonitor.md +++ b/zh-cn/application-dev/reference/apis/js-apis-bundleMonitor.md @@ -1,4 +1,4 @@ -# Bundle.bundleMonitor模块(JS端sdk接口) +# @ohos.bundle.bundleMonitor (bundleMonitor模块) 本模块提供监听应用安装,卸载,更新的能力。 diff --git a/zh-cn/application-dev/reference/apis/js-apis-defaultAppManager.md b/zh-cn/application-dev/reference/apis/js-apis-defaultAppManager.md index 42eb241afb..3440cd7ae3 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-defaultAppManager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-defaultAppManager.md @@ -1,4 +1,4 @@ -# 默认应用管理 +# @ohos.bundle.defaultAppManager (默认应用管理) 本模块提供查询默认应用的能力,支持查询当前应用是否是默认应用。 diff --git a/zh-cn/application-dev/reference/apis/js-apis-distributedBundle.md b/zh-cn/application-dev/reference/apis/js-apis-distributedBundle.md index 55fb10d744..09e6acc1c4 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-distributedBundle.md +++ b/zh-cn/application-dev/reference/apis/js-apis-distributedBundle.md @@ -1,4 +1,4 @@ -# distributedBundle模块(JS端SDK接口) +# @ohos.bundle.distributedBundle (distributedBundle模块) 本模块提供分布式包的管理能力 diff --git a/zh-cn/application-dev/reference/apis/js-apis-freeInstall.md b/zh-cn/application-dev/reference/apis/js-apis-freeInstall.md index ce3b837eac..43950b82fe 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-freeInstall.md +++ b/zh-cn/application-dev/reference/apis/js-apis-freeInstall.md @@ -1,4 +1,4 @@ -# Bundle.freeInstall模块(JS端SDK接口) +# @ohos.bundle.freeInstall (freeInstall模块) 本模块提供免安装相关的设置和查询能力,支持BundlePackInfo、DispatchInfo等信息的查询 diff --git a/zh-cn/application-dev/reference/apis/js-apis-installer.md b/zh-cn/application-dev/reference/apis/js-apis-installer.md index b486bb4802..a4252ab66c 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-installer.md +++ b/zh-cn/application-dev/reference/apis/js-apis-installer.md @@ -1,4 +1,4 @@ -# BundleInstaller +# @ohos.bundle.installer (installer模块) > ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:** > 本模块首批接口从API version 9 开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 diff --git a/zh-cn/application-dev/reference/apis/js-apis-launcherBundleManager.md b/zh-cn/application-dev/reference/apis/js-apis-launcherBundleManager.md index 8026d31849..d7b4f4a09f 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-launcherBundleManager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-launcherBundleManager.md @@ -1,4 +1,4 @@ -# Bundle.launcherBundleManager模块 +# @ohos.bundle.launcherBundleManager (launcherBundleManager模块) 本模块支持launcher应用所需的查询能力,支持[LauncherAbilityInfo](js-apis-bundleManager-launcherAbilityInfo.md)、[ShortcutInfo](js-apis-bundleManager-shortcutInfo.md)信息的查询。 diff --git a/zh-cn/application-dev/reference/apis/js-apis-zlib.md b/zh-cn/application-dev/reference/apis/js-apis-zlib.md index a3e2221e2c..708f07cf39 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-zlib.md +++ b/zh-cn/application-dev/reference/apis/js-apis-zlib.md @@ -1,4 +1,4 @@ -# Zip模块(JS端SDK接口) +# @ohos.zlib (Zip模块) 本模块提供压缩解压缩文件的能力 -- GitLab