From 1e48d633dfb674fca48294dadf297e92ce85dcc9 Mon Sep 17 00:00:00 2001 From: jinqi6 Date: Tue, 20 Jun 2023 11:25:50 +0000 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/application-dev/reference/apis/j?= =?UTF-8?q?s-apis-accessibility.md.=20=E6=97=A0=E9=9A=9C=E7=A2=8D=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=BF=AE=E6=94=B9=E6=8F=8F=E8=BF=B0=20Signed-off-by:?= =?UTF-8?q?=20jinqi6=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jinqi6 --- .../reference/apis/js-apis-accessibility.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-accessibility.md b/zh-cn/application-dev/reference/apis/js-apis-accessibility.md index 119e3aa2fc..30207eec8d 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-accessibility.md +++ b/zh-cn/application-dev/reference/apis/js-apis-accessibility.md @@ -136,12 +136,12 @@ import accessibility from '@ohos.accessibility'; | 名称 | 类型 | 可读 | 可写 | 说明 | | --------------- | ---------------------------------------- | ---- | ---- | ----------- | -| fontFamily | [CaptionsFontFamily](#captionsfontfamily8) | 是 | 否 | 描述字幕字体。 | -| fontScale | number | 是 | 否 | 描述字幕字体缩放系数。 | -| fontColor | number \| string | 是 | 否 | 描述字幕字体颜色。 | -| fontEdgeType | [CaptionsFontEdgeType](#captionsfontedgetype8) | 是 | 否 | 描述字幕字体边缘。 | -| backgroundColor | number \| string | 是 | 否 | 描述字幕背景颜色。 | -| windowColor | number \| string | 是 | 否 | 描述字幕窗口颜色。 | +| fontFamily | [CaptionsFontFamily](#captionsfontfamily8) | 是 | 否 | 描述字幕字体,当前版本暂不支持。 | +| fontScale | number | 是 | 否 | 描述字幕字体缩放系数,当前版本暂不支持。 | +| fontColor | number \| string | 是 | 否 | 描述字幕字体颜色,当前版本暂不支持。 | +| fontEdgeType | [CaptionsFontEdgeType](#captionsfontedgetype8) | 是 | 否 | 描述字幕字体边缘,当前版本暂不支持。 | +| backgroundColor | number \| string | 是 | 否 | 描述字幕背景颜色,当前版本暂不支持。 | +| windowColor | number \| string | 是 | 否 | 描述字幕窗口颜色,当前版本暂不支持。 | ## CaptionsManager8+ -- GitLab