From cd63f4c1076a2bda2eac003ff047c65f2b1197a4 Mon Sep 17 00:00:00 2001 From: zxl <1554188414@qq.com> Date: Fri, 20 Jun 2025 18:04:08 +0800 Subject: [PATCH] =?UTF-8?q?createHash=E6=B7=BB=E5=8A=A01.2=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zxl <1554188414@qq.com> Change-Id: Ic52bac2987440af53ff8f80b0d216692669e89c7 --- api/@ohos.file.hash.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/@ohos.file.hash.d.ts b/api/@ohos.file.hash.d.ts index 60bf4c044c..223286ef7f 100644 --- a/api/@ohos.file.hash.d.ts +++ b/api/@ohos.file.hash.d.ts @@ -133,7 +133,8 @@ declare namespace hash { * @throws { BusinessError } 13900020 - Invalid argument * @throws { BusinessError } 13900042 - Unknown error * @syscap SystemCapability.FileManagement.File.FileIO - * @since 12 + * @since arkts {'1.1':'12', '1.2':'20'} + * @arkts 1.1&1.2 */ function createHash(algorithm: string): HashStream; } -- Gitee