From 131424cf38efade0a296e6615e75b91eda9a9ff7 Mon Sep 17 00:00:00 2001 From: fengyong Date: Tue, 17 Jun 2025 13:05:32 +0000 Subject: [PATCH] =?UTF-8?q?API=E6=8E=A5=E5=8F=A3=E8=AF=AD=E6=B3=95?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E6=95=B4=E6=94=B9=20API=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=AF=AD=E6=B3=95=E6=8A=A5=E9=94=99=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fengyong --- api/@ohos.nfc.tag.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/@ohos.nfc.tag.d.ts b/api/@ohos.nfc.tag.d.ts index 8c6d5ad85e..01beb90e05 100644 --- a/api/@ohos.nfc.tag.d.ts +++ b/api/@ohos.nfc.tag.d.ts @@ -1370,8 +1370,7 @@ declare namespace tag { * @type { PacMap[] } * @syscap SystemCapability.Communication.NFC.Tag * @systemapi hide for inner use. - * @since arkts {'1.1':'9','1.2':'20'} - * @arkts 1.1&1.2 + * @since 9 */ extrasData: PacMap[]; -- Gitee