From 80a0a14e5d29f265a474681922e7dc39891a3898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Tue, 13 Dec 2022 12:40:57 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-nfctech.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- zh-cn/application-dev/reference/apis/js-apis-nfctech.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-nfctech.md b/zh-cn/application-dev/reference/apis/js-apis-nfctech.md index edef70f1fa..444338ea5a 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-nfctech.md +++ b/zh-cn/application-dev/reference/apis/js-apis-nfctech.md @@ -1,11 +1,12 @@ -# 标准NFC-Tag Nfc 技术 +# nfctech (标准NFC-Tag Nfc 技术) 本模块主要用于采用不同Nfc技术的Tag的读写操作。 -> ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:** +> **说明:** +> > 本模块首批接口从API version 7开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 -## **导入模块** +## 导入模块 ```js import tag from '@ohos.nfc.tag'; -- GitLab