From 908e93175de4f1f9c477166939261c59638e01a2 Mon Sep 17 00:00:00 2001 From: groundnuts Date: Tue, 31 May 2022 03:31:59 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90OpenHarmony=E5=BC=80=E6=BA=90=E8=B4=A1?= =?UTF-8?q?=E7=8C=AE=E8=80=85=E8=AE=A1=E5=88=922022=E3=80=91=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=A4=9A=E4=BD=99=E5=AD=97=E7=AC=A6=20Signed-off-by:?= =?UTF-8?q?=20groundnuts=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reference/arkui-ts/ts-drawing-components-polygon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-drawing-components-polygon.md b/zh-cn/application-dev/reference/arkui-ts/ts-drawing-components-polygon.md index fc5a45c688..c0b0efbd5d 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-drawing-components-polygon.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-drawing-components-polygon.md @@ -24,7 +24,7 @@ Polygon(value:{options?: {width: Length, height: Length}}) - 参数 | 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 | | -------- | -------- | -------- | -------- | -------- | - | options | Object | 否 | - | 见见options参数说明。 | + | options | Object | 否 | - | 见options参数说明。 | - options参数说明 | 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 | -- GitLab