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 {
|
export interface Slide {
|
||||||
id: string
|
id: string
|
||||||
elements: PPTElement[]
|
elements: PPTElement[]
|
||||||
notes: Note[]
|
notes?: Note[]
|
||||||
remark?: string
|
remark?: string
|
||||||
background?: SlideBackground
|
background?: SlideBackground
|
||||||
animations?: PPTAnimation[]
|
animations?: PPTAnimation[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user