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 30207eec8d83572704d97ed2a19e7e3b20077667..99fb54bb9f860024451f16bd6e47fd57283ea8cd 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 | 是 | 否 | 描述字幕字体缩放系数,单位%,参数范围1~200。 | +| fontColor | number \| string | 是 | 否 | 描述字幕字体颜色,例如red对应#FF0000。 | +| fontEdgeType | [CaptionsFontEdgeType](#captionsfontedgetype8) | 是 | 否 | 描述字幕字体边缘。 | +| backgroundColor | number \| string | 是 | 否 | 描述字幕背景颜色,例如red对应#FF0000。 | +| windowColor | number \| string | 是 | 否 | 描述字幕窗口颜色,例如red对应#FF0000。 | ## CaptionsManager8+