From bdb5040382176908cb2f787cff91852a2927a40e Mon Sep 17 00:00:00 2001 From: xsz233 Date: Mon, 10 Apr 2023 09:31:52 +0000 Subject: [PATCH] fix scan Signed-off-by: xsz233 --- .../reference/apis/js-apis-bundleManager.md | 2 +- .../reference/apis/js-apis-installer.md | 2 +- .../apis/js-apis-launcherBundleManager.md | 8 ++++---- .../reference/apis/js-apis-overlay.md | 14 +++++++------- 4 files changed, 13 insertions(+), 13 deletions(-) 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 02e5bdb3b7..afd7e8410c 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-bundleManager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-bundleManager.md @@ -186,7 +186,7 @@ Ability组件信息标志,指示需要获取的Ability组件信息的内容。 | AUTO_ROTATION_PORTRAIT_RESTRICTED |11|表示受开关控制的自动竖向旋转模式。| | LOCKED |12|表示锁定模式。| -### CompatiblePolicy +### CompatiblePolicy10+ 标识共享库的版本兼容类型。 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 fa3899aefc..8c1b00eba5 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-installer.md +++ b/zh-cn/application-dev/reference/apis/js-apis-installer.md @@ -476,7 +476,7 @@ try { | isKeepData | boolean | 否 | 卸载时是否保留数据目录。 | | hashParams | Array<[HashParam](#hashparam)> | 否 | 哈希值参数。 | | crowdtestDeadline| number | 否 |[众测](https://developer.huawei.com/consumer/cn/agconnect/crowd-test/)截止日期。 | -| sharedBundleDirPaths | Array\ | 否 |共享包文件所在路径。 | +| sharedBundleDirPaths10+ | Array\ | 否 |共享包文件所在路径。 | ## UninstallParam10+ 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 be132d3f88..c0eee70d41 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-launcherBundleManager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-launcherBundleManager.md @@ -45,7 +45,7 @@ getLauncherAbilityInfo(bundleName: string, userId: number, callback: AsyncCallba | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | | 17700001 | The specified bundle name is not found. | -| 17700004 | The specified userId is not found. | +| 17700004 | The specified user ID is not found. | **示例:** @@ -97,7 +97,7 @@ getLauncherAbilityInfo(bundleName: string, userId: number) : Promise; | 错误码ID | 错误信息 | | ------ | -------------------------------------- | | 17700002 | The specified module name is not found. | -| 17700032 | he specified bundle does not contain any overlay module. | +| 17700032 | The specified bundle does not contain any overlay module. | | 17700033 | The specified module is not an overlay module. | **示例:** @@ -415,7 +415,7 @@ getOverlayModuleInfoByBundleName(bundleName: string, moduleName?: string): Promi | 错误码ID | 错误信息 | | ------ | -------------------------------------- | -| 17700001 | The specified bundleName is not found | +| 17700001 | The specified bundleName is not found. | | 17700002 | The specified module name is not found. | | 17700032 | The specified bundle does not contain any overlay module. | | 17700033 | The specified module is not an overlay module. | @@ -462,7 +462,7 @@ getOverlayModuleInfoByBundleName(bundleName: string, moduleName: string, callbac | 错误码ID | 错误信息 | | ------ | -------------------------------------- | -| 17700001 | The specified bundleName is not found | +| 17700001 | The specified bundleName is not found. | | 17700002 | The specified module name is not found. | | 17700032 | The specified bundle does not contain any overlay module. | | 17700033 | The specified module is not an overlay module. | @@ -511,7 +511,7 @@ getOverlayModuleInfoByBundleName(bundleName: string, callback: AsyncCallback\