From 323411bc384362d692609193c08ca5db66c57d40 Mon Sep 17 00:00:00 2001 From: RayShih Date: Thu, 15 Dec 2022 16:52:56 +0800 Subject: [PATCH] fix errorlinks Signed-off-by: RayShih --- .../reference/apis/js-apis-bundleManager-shortcutInfo.md | 2 ++ zh-cn/application-dev/reference/errorcodes/errorcode-bundle.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/zh-cn/application-dev/reference/apis/js-apis-bundleManager-shortcutInfo.md b/zh-cn/application-dev/reference/apis/js-apis-bundleManager-shortcutInfo.md index 72183a3142..65dc1e0daa 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-bundleManager-shortcutInfo.md +++ b/zh-cn/application-dev/reference/apis/js-apis-bundleManager-shortcutInfo.md @@ -34,3 +34,5 @@ | label | string | 是 | 否 | 快捷方式的标签 | | labelId | number | 是 | 否 | 快捷方式的标签Id | | wants | Array\<[ShortcutWant](#shortcutwant)> | 是 | 否 | 快捷方式所需要的信息 | + + \ No newline at end of file diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-bundle.md b/zh-cn/application-dev/reference/errorcodes/errorcode-bundle.md index c407bd52da..5059b68b1d 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-bundle.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-bundle.md @@ -370,3 +370,5 @@ The specified bundle does not support clearing of cache files. **处理步骤**
1.确认指定的应用是否为系统应用,可以使用[bm工具命令](../../../readme/%E5%8C%85%E7%AE%A1%E7%90%86%E5%AD%90%E7%B3%BB%E7%BB%9F.md%23bm%E5%B7%A5%E5%85%B7%E5%91%BD%E4%BB%A4)查询对应的应用信息,查看isSystemApp是否为true。 2.确认指定的应用是否配置了能清除缓存(AllowAppDataNotCleared)的字段,可以使用[bm工具命令](../../../readme/%E5%8C%85%E7%AE%A1%E7%90%86%E5%AD%90%E7%B3%BB%E7%BB%9F.md%23bm%E5%B7%A5%E5%85%B7%E5%91%BD%E4%BB%A4)查询对应的应用信息,查看userDataClearable是否为true。 + + \ No newline at end of file -- GitLab