From dddf6a96c398b60a9977395b79d9597c735f5194 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Sun, 4 Feb 2024 22:36:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=B9=E6=B3=A8=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/slides.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/slides.ts b/src/types/slides.ts index b39a4ec73..80987920b 100644 --- a/src/types/slides.ts +++ b/src/types/slides.ts @@ -692,7 +692,7 @@ export interface Note { export interface Slide { id: string elements: PPTElement[] - notes: Note[] + notes?: Note[] remark?: string background?: SlideBackground animations?: PPTAnimation[]