From 5f81e54853fd7048022a0ea1ee477858b8257af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A7=80=E5=B9=B3?= Date: Fri, 23 Sep 2022 06:20:39 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-cardEmulation.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张秀平 --- .../reference/apis/js-apis-cardEmulation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-cardEmulation.md b/zh-cn/application-dev/reference/apis/js-apis-cardEmulation.md index cb57ea7888..5ad5188e32 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-cardEmulation.md +++ b/zh-cn/application-dev/reference/apis/js-apis-cardEmulation.md @@ -111,13 +111,13 @@ hceService.on("hceCmd", (err, res) => { ``` ## FeatureType -表示NFC支持的卡模拟类型枚举 +表示NFC支持的卡模拟类型枚举。 **系统能力**:SystemCapability.Communication.NFC.Core | 名称 | 默认值 | 说明 | | -------- | -------- | -------- | -| HCE | 0 | 该常量用于检查是否支持 HCE 卡模拟 | -| UICC | 1 | 该常量用于检查是否支持 SIM 卡模拟 | -| ESE | 2 | 该常量用于检查是否支持ESE卡模拟 | +| HCE | 0 | 该常量用于检查是否支持 HCE 卡模拟。 | +| UICC | 1 | 该常量用于检查是否支持 SIM 卡模拟。 | +| ESE | 2 | 该常量用于检查是否支持ESE卡模拟。 | -- GitLab