From 248b5e6a7d9b03bcf7ecc7b7fe6d49fffc2708e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=89=91?= Date: Fri, 13 Jun 2025 14:53:06 +0800 Subject: [PATCH] =?UTF-8?q?i18n=20=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王剑 --- api/@ohos.i18n.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/@ohos.i18n.d.ts b/api/@ohos.i18n.d.ts index bf4e0fbbd4..e9feeb2759 100644 --- a/api/@ohos.i18n.d.ts +++ b/api/@ohos.i18n.d.ts @@ -26,7 +26,6 @@ import intl from './@ohos.intl'; import { StyledString, TextStyle } from './arkui/component/styledString'; /*** endif */ - /** * Provides international settings related APIs. * @@ -3892,10 +3891,10 @@ declare namespace i18n { * * @param { intl.NumberFormat | SimpleNumberFormat } numberFormat - Indicates the number format object that used to format number. * @param { StyledNumberFormatOptions } [ options ] - Indicates the options used to format the number. - * @throws { BusinessError } 401 - Parameter error. Possible causes: 1.Mandatory parameters are left unspecified; 2.Incorrect parameter types. * @syscap SystemCapability.Global.I18n * @atomicservice * @since arkts {'1.1':'18', '1.2':'20'} + * @deprecated since 20 * @arkts 1.1&1.2 */ constructor(numberFormat: intl.NumberFormat | SimpleNumberFormat, options?: StyledNumberFormatOptions); -- Gitee