From 7ed2ec39724571c978bf5b3846105af6232499fc Mon Sep 17 00:00:00 2001 From: mali Date: Fri, 25 Aug 2023 08:52:17 +0800 Subject: [PATCH] review Signed-off-by: mali --- zh-cn/application-dev/reference/apis/js-apis-camera.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-camera.md b/zh-cn/application-dev/reference/apis/js-apis-camera.md index 5318eb879d..4b09860b84 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-camera.md +++ b/zh-cn/application-dev/reference/apis/js-apis-camera.md @@ -2859,8 +2859,8 @@ setBeauty(type: BeautyType, value: number): void | 参数名 | 类型 | 必填 | 说明 | | -------- | --------------------------| ---- | --------------------- | -| type | [BeautyType](#beautytype) | 是 | 美颜类型 | -| value | number | 是 | 美颜强度,通过[getSupportedBeautyRange](#getSupportedBeautyRange)接口获取。| +| type | [BeautyType](#beautytype) | 是 | 美颜类型 | +| value | number | 是 | 美颜强度,通过[getSupportedBeautyRange](#getsupportedbeautyrange)接口获取。| **错误码:** -- GitLab