mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 批注类型修复
This commit is contained in:
parent
32d1601830
commit
dddf6a96c3
@ -692,7 +692,7 @@ export interface Note {
|
||||
export interface Slide {
|
||||
id: string
|
||||
elements: PPTElement[]
|
||||
notes: Note[]
|
||||
notes?: Note[]
|
||||
remark?: string
|
||||
background?: SlideBackground
|
||||
animations?: PPTAnimation[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user