From 4ebb037b934cc2b24170877a34d4fab53f765743 Mon Sep 17 00:00:00 2001 From: huangjie Date: Thu, 16 Feb 2023 10:39:06 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20f3d3fa8=20from=20https://gitee.com/maoz?= =?UTF-8?q?iduanl/docs/pulls/14754=20=E8=B5=84=E6=BA=90=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangjie --- .../application-dev/reference/apis/js-apis-resource-manager.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zh-cn/application-dev/reference/apis/js-apis-resource-manager.md b/zh-cn/application-dev/reference/apis/js-apis-resource-manager.md index 339916a267..e959b5c021 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-resource-manager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-resource-manager.md @@ -60,6 +60,7 @@ getResourceManager(callback: AsyncCallback<ResourceManager>): void }); }); ``` +注:示例代码中的0x1000000表示资源对应的id, 其可在编译后的文件ResourceTable.txt中找到。 ## resourceManager.getResourceManager @@ -116,6 +117,7 @@ getResourceManager(): Promise<ResourceManager> console.log("error is " + error); }); ``` +注:示例代码中的0x1000000表示资源对应的id, 其可在编译后的文件ResourceTable.txt中找到。 ## resourceManager.getResourceManager -- GitLab