Skip to content

Commit

Permalink
fix: 批注类型修复
Browse files Browse the repository at this point in the history
  • Loading branch information
pipipi-pikachu committed Feb 4, 2024
1 parent 32d1601 commit dddf6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/slides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ export interface Note {
export interface Slide {
id: string
elements: PPTElement[]
notes: Note[]
notes?: Note[]
remark?: string
background?: SlideBackground
animations?: PPTAnimation[]
Expand Down

0 comments on commit dddf6a9

Please sign in to comment.