From dedb59b6d48c48f771499c3e48d6d220997ba64c Mon Sep 17 00:00:00 2001 From: "wangying (U)" Date: Wed, 2 Jul 2025 16:47:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9EllipseOptions=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E5=92=8C=E5=85=83=E8=83=BD=E5=8A=9B=E8=B5=B7=E5=A7=8B?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: WangYing225 --- .../apis-arkui/arkui-ts/ts-drawing-components-ellipse.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-drawing-components-ellipse.md b/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-drawing-components-ellipse.md index e627c7f5e6e..a1aa4fe7425 100644 --- a/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-drawing-components-ellipse.md +++ b/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-drawing-components-ellipse.md @@ -35,9 +35,9 @@ Ellipse(options?: EllipseOptions) > > 为规范匿名对象的定义,API 18版本修改了此处的元素定义。其中,保留了历史匿名对象的起始版本信息,会出现外层元素@since版本号高于内层元素版本号的情况,但这不影响接口的使用。 -**卡片能力:** 从API version 18开始,该接口支持在ArkTS卡片中使用。 +**卡片能力:** 从API version 9开始,该接口支持在ArkTS卡片中使用。 -**原子化服务API:** 从API version 18开始,该接口支持在原子化服务中使用。 +**原子化服务API:** 从API version 11开始,该接口支持在原子化服务中使用。 **系统能力:** SystemCapability.ArkUI.ArkUI.Full -- Gitee