diff --git a/src/types/slides.ts b/src/types/slides.ts index 3dc21ea8..cc758cac 100644 --- a/src/types/slides.ts +++ b/src/types/slides.ts @@ -161,4 +161,5 @@ export interface Slide { elements: PPTElement[]; background?: SlideBackground; animations?: PPTAnimation[]; + turningMode?: 'no' | 'fade' | 'slideX' | 'slideY'; } \ No newline at end of file diff --git a/src/views/Editor/Toolbar/SlideAnimationPanel.vue b/src/views/Editor/Toolbar/SlideAnimationPanel.vue index 49c1573a..fecd7419 100644 --- a/src/views/Editor/Toolbar/SlideAnimationPanel.vue +++ b/src/views/Editor/Toolbar/SlideAnimationPanel.vue @@ -1,13 +1,220 @@ - slide-animation-panel + + + + {{item.label}} + + + 应用到全部 \ No newline at end of file + + + \ No newline at end of file