From 760135d5a180951ba7c0a367a8a283b44bf2242d Mon Sep 17 00:00:00 2001 From: chaoXxxxx <474142438@qq.com> Date: Sun, 9 Oct 2022 11:11:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dtypes=20PPTLineElement?= =?UTF-8?q?=20=E6=B3=A8=E9=87=8A=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/slides.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/slides.ts b/src/types/slides.ts index c9e5c631..9dc39435 100644 --- a/src/types/slides.ts +++ b/src/types/slides.ts @@ -374,7 +374,7 @@ export type LinePoint = '' | 'arrow' | 'dot' * * curve?: 二次曲线控制点位置([x, y]) * - * curve?: 三次曲线控制点位置([[x1, y1], [x2, y2]]) + * cubic?: 三次曲线控制点位置([[x1, y1], [x2, y2]]) */ export interface PPTLineElement extends Omit { type: 'line' @@ -698,4 +698,4 @@ export interface SlideTheme { themeColor: string fontColor: string fontName: string -} \ No newline at end of file +}