lt-ppt 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +661 -0
- package/README.md +31 -0
- package/dist/InnerApp-Cw-WNV5d.js +96942 -0
- package/dist/favicon.ico +0 -0
- package/dist/imgs/template_1.webp +0 -0
- package/dist/imgs/template_2.webp +0 -0
- package/dist/imgs/template_3.webp +0 -0
- package/dist/imgs/template_4.webp +0 -0
- package/dist/imgs/template_5.webp +0 -0
- package/dist/imgs/template_6.webp +0 -0
- package/dist/imgs/template_7.webp +0 -0
- package/dist/imgs/template_8.webp +0 -0
- package/dist/index-Bp6Exf0_.js +166 -0
- package/dist/index-lXMdfvq4.js +8 -0
- package/dist/lib-CcU3sBPZ.js +1907 -0
- package/dist/logo.png +0 -0
- package/dist/lt-ppt.css +7 -0
- package/dist/lt-ppt.es.js +5 -0
- package/dist/lt-ppt.umd.js +461 -0
- package/dist/mocks/AIPPT.json +475 -0
- package/dist/mocks/AIPPT_Outline.md +69 -0
- package/dist/mocks/imgs.json +482 -0
- package/dist/mocks/slides.json +184 -0
- package/dist/mocks/template_1.json +1 -0
- package/dist/mocks/template_2.json +1 -0
- package/dist/mocks/template_3.json +1 -0
- package/dist/mocks/template_4.json +1 -0
- package/dist/mocks/template_5.json +1 -0
- package/dist/mocks/template_6.json +1 -0
- package/dist/mocks/template_7.json +1 -0
- package/dist/mocks/template_8.json +1 -0
- package/dist/pinia-CVat9nJz.js +4417 -0
- package/dist/screen-B0Lx73x7.js +12797 -0
- package/dist/tippy.esm-Dos-q4Dz.js +1711 -0
- package/dist/types/lib.d.ts +2 -0
- package/dist/types/src/InnerApp.vue.d.ts +10 -0
- package/dist/types/src/LtPPT.vue.d.ts +22 -0
- package/dist/types/src/components/Button.vue.d.ts +28 -0
- package/dist/types/src/components/ButtonGroup.vue.d.ts +16 -0
- package/dist/types/src/components/Checkbox.vue.d.ts +19 -0
- package/dist/types/src/components/CheckboxButton.vue.d.ts +16 -0
- package/dist/types/src/components/ColorButton.vue.d.ts +5 -0
- package/dist/types/src/components/ColorListButton.vue.d.ts +5 -0
- package/dist/types/src/components/ColorPicker/Alpha.vue.d.ts +12 -0
- package/dist/types/src/components/ColorPicker/Checkboard.vue.d.ts +11 -0
- package/dist/types/src/components/ColorPicker/EditableInput.vue.d.ts +10 -0
- package/dist/types/src/components/ColorPicker/Hue.vue.d.ts +13 -0
- package/dist/types/src/components/ColorPicker/Saturation.vue.d.ts +13 -0
- package/dist/types/src/components/ColorPicker/index.vue.d.ts +11 -0
- package/dist/types/src/components/Contextmenu/MenuContent.vue.d.ts +7 -0
- package/dist/types/src/components/Contextmenu/index.vue.d.ts +9 -0
- package/dist/types/src/components/Contextmenu/types.d.ts +13 -0
- package/dist/types/src/components/Divider.vue.d.ts +9 -0
- package/dist/types/src/components/Drawer.vue.d.ts +24 -0
- package/dist/types/src/components/FileInput.vue.d.ts +20 -0
- package/dist/types/src/components/FullscreenSpin.vue.d.ts +11 -0
- package/dist/types/src/components/GradientBar.vue.d.ts +15 -0
- package/dist/types/src/components/ImageWaterfallViewer.vue.d.ts +35 -0
- package/dist/types/src/components/Input.vue.d.ts +41 -0
- package/dist/types/src/components/LaTeXEditor/FormulaContent.vue.d.ts +7 -0
- package/dist/types/src/components/LaTeXEditor/SymbolContent.vue.d.ts +5 -0
- package/dist/types/src/components/LaTeXEditor/hfmath.d.ts +2 -0
- package/dist/types/src/components/LaTeXEditor/index.vue.d.ts +73 -0
- package/dist/types/src/components/LanguageSwitch.vue.d.ts +2 -0
- package/dist/types/src/components/Message.vue.d.ts +23 -0
- package/dist/types/src/components/Modal.vue.d.ts +32 -0
- package/dist/types/src/components/MoveablePanel.vue.d.ts +41 -0
- package/dist/types/src/components/NumberInput.vue.d.ts +38 -0
- package/dist/types/src/components/OutlineEditor.vue.d.ts +9 -0
- package/dist/types/src/components/Popover.vue.d.ts +38 -0
- package/dist/types/src/components/PopoverMenuItem.vue.d.ts +18 -0
- package/dist/types/src/components/RadioButton.vue.d.ts +15 -0
- package/dist/types/src/components/RadioGroup.vue.d.ts +19 -0
- package/dist/types/src/components/Select.vue.d.ts +143 -0
- package/dist/types/src/components/SelectCustom.vue.d.ts +20 -0
- package/dist/types/src/components/SelectGroup.vue.d.ts +9 -0
- package/dist/types/src/components/Slider.vue.d.ts +22 -0
- package/dist/types/src/components/Switch.vue.d.ts +12 -0
- package/dist/types/src/components/Tabs.vue.d.ts +26 -0
- package/dist/types/src/components/TextArea.vue.d.ts +29 -0
- package/dist/types/src/components/TextColorButton.vue.d.ts +12 -0
- package/dist/types/src/components/WritingBoard.vue.d.ts +32 -0
- package/dist/types/src/configs/animation.d.ts +34 -0
- package/dist/types/src/configs/chart.d.ts +4 -0
- package/dist/types/src/configs/element.d.ts +2 -0
- package/dist/types/src/configs/font.d.ts +4 -0
- package/dist/types/src/configs/hotkey.d.ts +41 -0
- package/dist/types/src/configs/imageClip.d.ts +25 -0
- package/dist/types/src/configs/latex.d.ts +11 -0
- package/dist/types/src/configs/lines.d.ts +16 -0
- package/dist/types/src/configs/mime.d.ts +1 -0
- package/dist/types/src/configs/shapes.d.ts +26 -0
- package/dist/types/src/configs/storage.d.ts +1 -0
- package/dist/types/src/configs/symbol.d.ts +5 -0
- package/dist/types/src/configs/theme.d.ts +11 -0
- package/dist/types/src/directive/clickOutside.d.ts +3 -0
- package/dist/types/src/directive/contextmenu.d.ts +3 -0
- package/dist/types/src/directive/index.d.ts +5 -0
- package/dist/types/src/directive/loading.d.ts +3 -0
- package/dist/types/src/directive/tooltip.d.ts +3 -0
- package/dist/types/src/hooks/useAIPPT.d.ts +14 -0
- package/dist/types/src/hooks/useAddSlidesOrElements.d.ts +6 -0
- package/dist/types/src/hooks/useAlignActiveElement.d.ts +5 -0
- package/dist/types/src/hooks/useAlignElementToCanvas.d.ts +5 -0
- package/dist/types/src/hooks/useCombineElement.d.ts +6 -0
- package/dist/types/src/hooks/useCopyAndPasteElement.d.ts +7 -0
- package/dist/types/src/hooks/useCreateElement.d.ts +36 -0
- package/dist/types/src/hooks/useDeleteElement.d.ts +5 -0
- package/dist/types/src/hooks/useExport.d.ts +11 -0
- package/dist/types/src/hooks/useGlobalHotkey.d.ts +2 -0
- package/dist/types/src/hooks/useHideElement.d.ts +6 -0
- package/dist/types/src/hooks/useHistorySnapshot.d.ts +6 -0
- package/dist/types/src/hooks/useImport.d.ts +15 -0
- package/dist/types/src/hooks/useLink.d.ts +6 -0
- package/dist/types/src/hooks/useLoadSlides.d.ts +4 -0
- package/dist/types/src/hooks/useLockElement.d.ts +6 -0
- package/dist/types/src/hooks/useMoveElement.d.ts +4 -0
- package/dist/types/src/hooks/useOrderElement.d.ts +6 -0
- package/dist/types/src/hooks/usePasteDataTransfer.d.ts +7 -0
- package/dist/types/src/hooks/usePasteEvent.d.ts +2 -0
- package/dist/types/src/hooks/usePasteTextClipboardData.d.ts +8 -0
- package/dist/types/src/hooks/useScaleCanvas.d.ts +7 -0
- package/dist/types/src/hooks/useScreening.d.ts +6 -0
- package/dist/types/src/hooks/useSearch.d.ts +44 -0
- package/dist/types/src/hooks/useSectionHandler.d.ts +8 -0
- package/dist/types/src/hooks/useSelectElement.d.ts +5 -0
- package/dist/types/src/hooks/useShapeFormatPainter.d.ts +4 -0
- package/dist/types/src/hooks/useSlideBackgroundStyle.d.ts +21 -0
- package/dist/types/src/hooks/useSlideHandler.d.ts +16 -0
- package/dist/types/src/hooks/useSlideTheme.d.ts +14 -0
- package/dist/types/src/hooks/useTextFormatPainter.d.ts +4 -0
- package/dist/types/src/hooks/useUniformDisplayElement.d.ts +6 -0
- package/dist/types/src/lib.d.ts +5 -0
- package/dist/types/src/locales/en.d.ts +859 -0
- package/dist/types/src/locales/index.d.ts +1753 -0
- package/dist/types/src/locales/zh-CN.d.ts +887 -0
- package/dist/types/src/services/axios.d.ts +2 -0
- package/dist/types/src/services/fetch.d.ts +2 -0
- package/dist/types/src/services/index.d.ts +36 -0
- package/dist/types/src/store/index.d.ts +6 -0
- package/dist/types/src/store/keyboard.d.ts +16 -0
- package/dist/types/src/store/main.d.ts +915 -0
- package/dist/types/src/store/screen.d.ts +6 -0
- package/dist/types/src/store/slides.d.ts +1559 -0
- package/dist/types/src/store/snapshot.d.ts +21 -0
- package/dist/types/src/types/AIPPT.d.ts +36 -0
- package/dist/types/src/types/edit.d.ts +111 -0
- package/dist/types/src/types/export.d.ts +1 -0
- package/dist/types/src/types/injectKey.d.ts +10 -0
- package/dist/types/src/types/lt-ppt.d.ts +30 -0
- package/dist/types/src/types/mobile.d.ts +1 -0
- package/dist/types/src/types/slides.d.ts +732 -0
- package/dist/types/src/types/toolbar.d.ts +9 -0
- package/dist/types/src/utils/clipboard.d.ts +9 -0
- package/dist/types/src/utils/common.d.ts +18 -0
- package/dist/types/src/utils/crypto.d.ts +10 -0
- package/dist/types/src/utils/database.d.ts +17 -0
- package/dist/types/src/utils/element.d.ts +94 -0
- package/dist/types/src/utils/emitter.d.ts +23 -0
- package/dist/types/src/utils/font.d.ts +1 -0
- package/dist/types/src/utils/fonts.d.ts +5 -0
- package/dist/types/src/utils/fullscreen.d.ts +3 -0
- package/dist/types/src/utils/htmlParser/format.d.ts +3 -0
- package/dist/types/src/utils/htmlParser/index.d.ts +4 -0
- package/dist/types/src/utils/htmlParser/lexer.d.ts +2 -0
- package/dist/types/src/utils/htmlParser/parser.d.ts +15 -0
- package/dist/types/src/utils/htmlParser/stringify.d.ts +3 -0
- package/dist/types/src/utils/htmlParser/tags.d.ts +4 -0
- package/dist/types/src/utils/htmlParser/types.d.ts +55 -0
- package/dist/types/src/utils/iframe-sdk/index.d.ts +52 -0
- package/dist/types/src/utils/iframe-sdk/types.d.ts +30 -0
- package/dist/types/src/utils/image.d.ts +32 -0
- package/dist/types/src/utils/message.d.ts +28 -0
- package/dist/types/src/utils/print.d.ts +7 -0
- package/dist/types/src/utils/prosemirror/commands/replaceText.d.ts +2 -0
- package/dist/types/src/utils/prosemirror/commands/setListStyle.d.ts +4 -0
- package/dist/types/src/utils/prosemirror/commands/setTextAlign.d.ts +5 -0
- package/dist/types/src/utils/prosemirror/commands/setTextIndent.d.ts +3 -0
- package/dist/types/src/utils/prosemirror/commands/toggleList.d.ts +8 -0
- package/dist/types/src/utils/prosemirror/index.d.ts +4 -0
- package/dist/types/src/utils/prosemirror/plugins/index.d.ts +10 -0
- package/dist/types/src/utils/prosemirror/plugins/inputrules.d.ts +7 -0
- package/dist/types/src/utils/prosemirror/plugins/keymap.d.ts +3 -0
- package/dist/types/src/utils/prosemirror/plugins/placeholder.d.ts +2 -0
- package/dist/types/src/utils/prosemirror/schema/index.d.ts +24 -0
- package/dist/types/src/utils/prosemirror/schema/marks.d.ts +17 -0
- package/dist/types/src/utils/prosemirror/schema/nodes.d.ts +11 -0
- package/dist/types/src/utils/prosemirror/utils.d.ts +69 -0
- package/dist/types/src/utils/selection.d.ts +1 -0
- package/dist/types/src/utils/svg2Base64.d.ts +1 -0
- package/dist/types/src/utils/svgPathParser.d.ts +120 -0
- package/dist/types/src/utils/textParser.d.ts +5 -0
- package/dist/types/src/views/Editor/AIPPTDialog.vue.d.ts +111 -0
- package/dist/types/src/views/Editor/Canvas/AlignmentLine.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/EditableElement.vue.d.ts +12 -0
- package/dist/types/src/views/Editor/Canvas/ElementCreateSelection.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/GridLines.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Canvas/LinkDialog.vue.d.ts +115 -0
- package/dist/types/src/views/Editor/Canvas/MouseSelection.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/Operate/BorderLine.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/Operate/CommonElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/ImageElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/LineElementOperate.vue.d.ts +12 -0
- package/dist/types/src/views/Editor/Canvas/Operate/LinkHandler.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/Canvas/Operate/MultiSelectOperate.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/Canvas/Operate/ResizeHandler.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/Operate/RotateHandler.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Canvas/Operate/ShapeElementOperate.vue.d.ts +16 -0
- package/dist/types/src/views/Editor/Canvas/Operate/TableElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/TextElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/index.vue.d.ts +16 -0
- package/dist/types/src/views/Editor/Canvas/Ruler.vue.d.ts +13 -0
- package/dist/types/src/views/Editor/Canvas/ShapeCreateCanvas.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/ViewportBackground.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useCommonOperate.d.ts +89 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useDragElement.d.ts +7 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useDragLineElement.d.ts +7 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useDrop.d.ts +3 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useInsertFromCreateSelection.d.ts +12 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useMouseSelection.d.ts +24 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useMoveShapeKeypoint.d.ts +6 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useRotateElement.d.ts +6 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useScaleElement.d.ts +8 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useSelectElement.d.ts +6 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useViewportSize.d.ts +11 -0
- package/dist/types/src/views/Editor/Canvas/index.vue.d.ts +5 -0
- package/dist/types/src/views/Editor/CanvasTool/ChartPool.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/CanvasTool/LinePool.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/CanvasTool/MediaInput.vue.d.ts +22 -0
- package/dist/types/src/views/Editor/CanvasTool/ShapeItemThumbnail.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/CanvasTool/ShapePool.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/CanvasTool/TableGenerator.vue.d.ts +12 -0
- package/dist/types/src/views/Editor/CanvasTool/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/EditorHeader/HotkeyDoc.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/EditorHeader/index.vue.d.ts +4 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportImage.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportJSON.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportPDF.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportPDF2.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportPPTX.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportSpecificFile.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/ExportDialog/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/ImageLibPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/MarkupPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/NotesPanel.vue.d.ts +57 -0
- package/dist/types/src/views/Editor/Remark/Editor.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Remark/index.vue.d.ts +35 -0
- package/dist/types/src/views/Editor/SearchPanel.vue.d.ts +111 -0
- package/dist/types/src/views/Editor/SelectPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/SymbolPanel.vue.d.ts +4 -0
- package/dist/types/src/views/Editor/Thumbnails/Templates.vue.d.ts +17 -0
- package/dist/types/src/views/Editor/Thumbnails/index.vue.d.ts +91 -0
- package/dist/types/src/views/Editor/Toolbar/ElementAnimationPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementPositionPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/AudioStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ChartDataEditor.vue.d.ts +19 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ThemeColorsSetting.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ImageStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/LatexStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/LineStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/TableStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/TextStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/VideoStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/MultiPositionPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/MultiStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/SlideAnimationPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/ThemeColorsSetting.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/ThemeStylesExtract.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementColorMask.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementFilter.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementFlip.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementOpacity.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementOutline.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementShadow.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/RichTextBase.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/SVGLine.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Toolbar/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/index.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/MobileEditor/ElementToolbar.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/MobileEditor/Header.vue.d.ts +6 -0
- package/dist/types/src/views/Mobile/MobileEditor/MobileEditableElement.vue.d.ts +8 -0
- package/dist/types/src/views/Mobile/MobileEditor/MobileOperate.vue.d.ts +12 -0
- package/dist/types/src/views/Mobile/MobileEditor/SlideToolbar.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/MobileEditor/index.vue.d.ts +9 -0
- package/dist/types/src/views/Mobile/MobilePlayer.vue.d.ts +6 -0
- package/dist/types/src/views/Mobile/MobilePreview.vue.d.ts +8 -0
- package/dist/types/src/views/Mobile/MobileThumbnails.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/index.vue.d.ts +2 -0
- package/dist/types/src/views/Screen/BaseView.vue.d.ts +5 -0
- package/dist/types/src/views/Screen/BottomThumbnails.vue.d.ts +4 -0
- package/dist/types/src/views/Screen/CountdownTimer.vue.d.ts +13 -0
- package/dist/types/src/views/Screen/PresenterView.vue.d.ts +8 -0
- package/dist/types/src/views/Screen/ScreenElement.vue.d.ts +10 -0
- package/dist/types/src/views/Screen/ScreenSlide.vue.d.ts +10 -0
- package/dist/types/src/views/Screen/ScreenSlideList.vue.d.ts +9 -0
- package/dist/types/src/views/Screen/SlideThumbnails.vue.d.ts +9 -0
- package/dist/types/src/views/Screen/WritingBoardTool.vue.d.ts +77 -0
- package/dist/types/src/views/Screen/hooks/useExecPlay.d.ts +20 -0
- package/dist/types/src/views/Screen/hooks/useFullscreen.d.ts +5 -0
- package/dist/types/src/views/Screen/hooks/useSlideSize.d.ts +6 -0
- package/dist/types/src/views/Screen/hooks/useSlidesWithTurningMode.d.ts +14 -0
- package/dist/types/src/views/Screen/index.vue.d.ts +2 -0
- package/dist/types/src/views/components/ThumbnailSlide/ThumbnailElement.vue.d.ts +7 -0
- package/dist/types/src/views/components/ThumbnailSlide/index.vue.d.ts +10 -0
- package/dist/types/src/views/components/element/AudioElement/AudioPlayer.vue.d.ts +17 -0
- package/dist/types/src/views/components/element/AudioElement/BaseAudioElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/AudioElement/ScreenAudioElement.vue.d.ts +39 -0
- package/dist/types/src/views/components/element/AudioElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ChartElement/BaseChartElement.vue.d.ts +7 -0
- package/dist/types/src/views/components/element/ChartElement/Chart.vue.d.ts +15 -0
- package/dist/types/src/views/components/element/ChartElement/chartOption.d.ts +15 -0
- package/dist/types/src/views/components/element/ChartElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ElementOutline.vue.d.ts +8 -0
- package/dist/types/src/views/components/element/ImageElement/BaseImageElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ImageElement/ImageClipHandler.vue.d.ts +18 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImageEllipseOutline.vue.d.ts +8 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImagePolygonOutline.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImageRectOutline.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/index.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ImageElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ImageElement/useClipImage.d.ts +19 -0
- package/dist/types/src/views/components/element/ImageElement/useFilter.d.ts +6 -0
- package/dist/types/src/views/components/element/LatexElement/BaseLatexElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/LatexElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/LineElement/BaseLineElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/LineElement/LinePointMarker.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/LineElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ProsemirrorEditor.vue.d.ts +33 -0
- package/dist/types/src/views/components/element/ShapeElement/BaseShapeElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ShapeElement/GradientDefs.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/ShapeElement/PatternDefs.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ShapeElement/index.vue.d.ts +68 -0
- package/dist/types/src/views/components/element/TableElement/BaseTableElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/TableElement/CustomTextarea.vue.d.ts +15 -0
- package/dist/types/src/views/components/element/TableElement/EditableTable.vue.d.ts +22 -0
- package/dist/types/src/views/components/element/TableElement/StaticTable.vue.d.ts +14 -0
- package/dist/types/src/views/components/element/TableElement/index.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/TableElement/useHideCells.d.ts +6 -0
- package/dist/types/src/views/components/element/TableElement/useSubThemeColor.d.ts +6 -0
- package/dist/types/src/views/components/element/TableElement/utils.d.ts +8 -0
- package/dist/types/src/views/components/element/TextElement/BaseTextElement.vue.d.ts +7 -0
- package/dist/types/src/views/components/element/TextElement/index.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/VideoElement/BaseVideoElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/VideoElement/ScreenVideoElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/VideoElement/VideoPlayer/index.vue.d.ts +19 -0
- package/dist/types/src/views/components/element/VideoElement/VideoPlayer/useMSE.d.ts +3 -0
- package/dist/types/src/views/components/element/VideoElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/hooks/useElementFill.d.ts +6 -0
- package/dist/types/src/views/components/element/hooks/useElementFlip.d.ts +5 -0
- package/dist/types/src/views/components/element/hooks/useElementOutline.d.ts +9 -0
- package/dist/types/src/views/components/element/hooks/useElementShadow.d.ts +6 -0
- package/dist/vue-i18n-R6dI71u7.js +3595 -0
- package/package.json +109 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"title":"未命名演示文稿","width":1000,"height":562.5,"theme":{"themeColors":["rgba(73,45,34,1)","rgba(251,210,106,1)"],"fontColor":"#333","fontName":"","backgroundColor":"#fff","shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"outline":{"width":2,"color":"#525252","style":"solid"}},"slides":[{"id":"f90obudFGZ","elements":[{"type":"shape","id":"LCUY4NEvRY","left":32.62608695652179,"top":31.804347826086975,"width":934.7478260869565,"height":498.89130434782606,"viewBox":[934.7478260869565,498.89130434782606],"path":"M 18.535067287784678 0 L 916.2127587991718 0 Q 934.7478260869565 0 934.7478260869565 18.535067287784678 L 934.7478260869565 480.3562370600414 Q 934.7478260869565 498.89130434782606 916.2127587991718 498.89130434782606 L 18.535067287784678 498.89130434782606 Q 0 498.89130434782606 0 480.3562370600414 L 0 18.535067287784678 Q 0 0 18.535067287784678 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.037152516242019054],"lock":true},{"type":"image","id":"BBHaWKqNG1","src":"https://images.pexels.com/photos/929032/pexels-photo-929032.jpeg","width":934.7478260869566,"height":499.37519762845847,"left":32.62608695652179,"top":31.804347826086975,"fixedRatio":true,"rotate":0,"filters":{"opacity":"15%"},"clip":{"shape":"rect","range":[[0,0],[100,95.23809523809523]]},"radius":18,"lock":true,"imageType":"background"},{"type":"text","id":"ah0y5TGfq_","left":70.60130751655245,"top":168.7880486248353,"width":858.7973849668952,"height":94,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">封面页标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"0b-Dhxeotq","left":150.146762062007,"top":312.7119513751647,"width":699.7064758759859,"height":68,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 16px;\">模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"shape","id":"EO3Jc1bsH-","left":267.39130434782606,"top":262.7880486248353,"width":465.2173913043478,"height":20,"viewBox":[465.2173913043478,20],"path":"M 5.454545454545455 0 L 459.7628458498024 0 Q 465.2173913043478 0 465.2173913043478 5.454545454545455 L 465.2173913043478 14.545454545454545 Q 465.2173913043478 20 459.7628458498024 20 L 5.454545454545455 20 Q 0 20 0 14.545454545454545 L 0 5.454545454545455 Q 0 0 5.454545454545455 0 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.27272727272727276],"lock":true}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"cover"},{"id":"test-slide-3","elements":[{"type":"image","id":"wSotaDxOld","src":"https://images.pexels.com/photos/929032/pexels-photo-929032.jpeg","width":1000,"height":562.5,"left":1.0658141036401503e-14,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"100%"},"lock":true,"imageType":"background"},{"type":"shape","id":"toJddORmpZ","left":32.62608695652179,"top":31.804347826086975,"width":934.7478260869565,"height":498.89130434782606,"viewBox":[934.7478260869565,498.89130434782606],"path":"M 18.535067287784678 0 L 916.2127587991718 0 Q 934.7478260869565 0 934.7478260869565 18.535067287784678 L 934.7478260869565 480.3562370600414 Q 934.7478260869565 498.89130434782606 916.2127587991718 498.89130434782606 L 18.535067287784678 498.89130434782606 Q 0 498.89130434782606 0 480.3562370600414 L 0 18.535067287784678 Q 0 0 18.535067287784678 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.037152516242019054],"lock":true,"opacity":0.8},{"type":"shape","id":"6YZri_GBpF","left":846.5326086956521,"top":138.85869565217394,"width":45,"height":70.7,"viewBox":[200,200],"path":"M 80 0 L 200 0 L 120 100 L 200 200 L 80 200 L 0 100 L 80 0 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"groupId":"dIZrxAWYvJ"},{"type":"shape","id":"odhaD-TH-U","left":108.46739130434779,"top":138.85869565217394,"width":45,"height":70.7,"viewBox":[200,200],"path":"M 80 0 L 200 0 L 120 100 L 200 200 L 80 200 L 0 100 L 80 0 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"flipH":true,"groupId":"dIZrxAWYvJ"},{"type":"text","id":"6FseXlwv5G","left":153.46739130434779,"top":130.20869565217393,"width":693.0652173913044,"height":88,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 44px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">封面页标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"49Ar2e2QY6","left":139.67391304347825,"top":248.09782608695647,"width":720.6521739130435,"height":68,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 16px;\">模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"shape","id":"J_WbLRpJae","left":349.45652173913044,"top":423.59189723320156,"width":301.0869565217391,"height":58.69565217391304,"viewBox":[301.0869565217391,58.69565217391304],"path":"M 7.33695652173913 0 L 293.75 0 Q 301.0869565217391 0 301.0869565217391 7.33695652173913 L 301.0869565217391 51.35869565217391 Q 301.0869565217391 58.69565217391304 293.75 58.69565217391304 L 7.33695652173913 58.69565217391304 Q 0 58.69565217391304 0 51.35869565217391 L 0 7.33695652173913 Q 0 0 7.33695652173913 0 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">演讲人:XXX</span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333333"}}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"cover"},{"id":"LLcVvrBzrv","elements":[{"type":"shape","id":"D3AW3v8uhW","left":32.62608695652179,"top":31.804347826086975,"width":934.7478260869565,"height":498.89130434782606,"viewBox":[934.7478260869565,498.89130434782606],"path":"M 18.535067287784678 0 L 916.2127587991718 0 Q 934.7478260869565 0 934.7478260869565 18.535067287784678 L 934.7478260869565 480.3562370600414 Q 934.7478260869565 498.89130434782606 916.2127587991718 498.89130434782606 L 18.535067287784678 498.89130434782606 Q 0 498.89130434782606 0 480.3562370600414 L 0 18.535067287784678 Q 0 0 18.535067287784678 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.037152516242019054],"lock":true},{"type":"text","id":"nG2aU07rL0","left":115.17193675889338,"top":127.27057920981974,"width":769.6561264822133,"height":93,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 40px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">封面页主标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title","lineHeight":1.8},{"type":"text","id":"rj0u1NNZXV","left":213.4826086956523,"top":314.99785193709243,"width":573.0347826086955,"height":92,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 16px;\">模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"shape","id":"6tVrimL8rF","left":97.35375494071148,"top":189.02057920981974,"width":44,"height":44,"viewBox":[44,44],"path":"M 0 0 L 0 44 L 44 44 L 44 33 L 11 33 L 11 0 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"pathFormula":"L","keypoints":[0.25],"groupId":"Xqvz05QS6T","lock":true},{"type":"shape","id":"mhUONt-dNC","left":97.35375494071148,"top":114.52057920981976,"width":44,"height":44,"viewBox":[44,44],"path":"M 0 0 L 0 44 L 44 44 L 44 33 L 11 33 L 11 0 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":90,"pathFormula":"L","keypoints":[0.25],"groupId":"Xqvz05QS6T","lock":true},{"type":"shape","id":"SP0ANPiWbA","left":858.6462450592885,"top":189.02057920981974,"width":44,"height":44,"viewBox":[44,44],"path":"M 0 0 L 0 44 L 44 44 L 44 33 L 11 33 L 11 0 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"pathFormula":"L","keypoints":[0.25],"flipH":true,"groupId":"Xqvz05QS6T","lock":true},{"type":"shape","id":"7myr4x3vF0","left":858.6462450592885,"top":114.52057920981976,"width":44,"height":44,"viewBox":[44,44],"path":"M 0 0 L 0 44 L 44 44 L 44 33 L 11 33 L 11 0 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":90,"pathFormula":"L","keypoints":[0.25],"flipH":false,"flipV":true,"groupId":"Xqvz05QS6T","lock":true},{"type":"shape","id":"JQpeBffmm-","left":267.39130434782606,"top":271.25,"width":465.2173913043478,"height":20,"viewBox":[465.2173913043478,20],"path":"M 5.454545454545455 0 L 459.7628458498024 0 Q 465.2173913043478 0 465.2173913043478 5.454545454545455 L 465.2173913043478 14.545454545454545 Q 465.2173913043478 20 459.7628458498024 20 L 5.454545454545455 20 Q 0 20 0 14.545454545454545 L 0 5.454545454545455 Q 0 0 5.454545454545455 0 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.27272727272727276]}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"cover"},{"id":"6klxNwqpCc","elements":[{"type":"shape","id":"Wa0e8yeUHB","left":32.62608695652179,"top":31.804347826086975,"width":934.7478260869565,"height":498.89130434782606,"viewBox":[934.7478260869565,498.89130434782606],"path":"M 18.535067287784678 0 L 916.2127587991718 0 Q 934.7478260869565 0 934.7478260869565 18.535067287784678 L 934.7478260869565 480.3562370600414 Q 934.7478260869565 498.89130434782606 916.2127587991718 498.89130434782606 L 18.535067287784678 498.89130434782606 Q 0 498.89130434782606 0 480.3562370600414 L 0 18.535067287784678 Q 0 0 18.535067287784678 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.037152516242019054],"lock":true},{"type":"text","id":"4LjjSof4KB","left":134.2136363636364,"top":103.51515151515152,"width":731.5727272727272,"height":88,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 44px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">封面页主标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"shape","id":"y99fxLRfuU","left":104.25,"top":164.1,"width":44,"height":44,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"groupId":"SuL4RgVyNq"},{"type":"shape","id":"xGDr3wSbFo","left":104.25,"top":88.3,"width":44,"height":44,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":90,"groupId":"SuL4RgVyNq"},{"type":"shape","id":"xKEu3xii9u","left":851.75,"top":164.1,"width":44,"height":44,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"flipH":true,"groupId":"SuL4RgVyNq"},{"type":"shape","id":"Wb65VBLckh","left":851.75,"top":88.3,"width":44,"height":44,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":90,"flipH":false,"flipV":true,"groupId":"SuL4RgVyNq"},{"type":"shape","id":"j3beK-4tjh","left":349.45652173913044,"top":431.2908329216074,"width":301.0869565217391,"height":58.69565217391304,"viewBox":[301.0869565217391,58.69565217391304],"path":"M 7.33695652173913 0 L 293.75 0 Q 301.0869565217391 0 301.0869565217391 7.33695652173913 L 301.0869565217391 51.35869565217391 Q 301.0869565217391 58.69565217391304 293.75 58.69565217391304 L 7.33695652173913 58.69565217391304 Q 0 58.69565217391304 0 51.35869565217391 L 0 7.33695652173913 Q 0 0 7.33695652173913 0 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">演讲人:XXX</span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333333"}},{"type":"text","id":"utEMiEUTdL","left":213.4826086956523,"top":244.3817420125165,"width":573.0347826086955,"height":92,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 16px;\">模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"cover"},{"id":"Meq5yiRIcR","elements":[{"type":"shape","id":"wNLDkLChf8","left":32.62608695652179,"top":31.804347826086975,"width":149.76758893280635,"height":498.89130434782606,"viewBox":[149.76758893280635,498.89130434782606],"path":"M 5.564242780354121 0 L 144.20334615245224 0 Q 149.76758893280635 0 149.76758893280635 5.564242780354121 L 149.76758893280635 493.32706156747196 Q 149.76758893280635 498.89130434782606 144.20334615245224 498.89130434782606 L 5.564242780354121 498.89130434782606 Q 0 498.89130434782606 0 493.32706156747196 L 0 5.564242780354121 Q 0 0 5.564242780354121 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.037152516242019054],"lock":true},{"type":"text","id":"Mxl_6BYIgA","left":54.85836627140982,"top":59.29677206851118,"width":105.30303030303031,"height":145,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">目</span></span></strong></p><p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"Fx4KK5kXBo","left":313.7351778656125,"top":193.5233860342556,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项1</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"gNslW5QWOq"},{"type":"shape","id":"hUf1v6X77I","left":243.93939393939382,"top":191.5233860342556,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"gNslW5QWOq"},{"type":"text","id":"eNd5zn1xWt","left":98.16139657444012,"top":169.1841238471673,"width":62,"height":175.38790838790837,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(73, 45, 34);\">CONTENT</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333333","vertical":true,"opacity":0.3},{"type":"text","id":"2nbgclFt9H","left":313.7351778656125,"top":312.97661396574443,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项2</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"zdDTl8XJG6"},{"type":"shape","id":"AvrxeAHep8","left":243.93939393939377,"top":310.97661396574443,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"zdDTl8XJG6"},{"type":"shape","id":"uhqBxIAFfQ","left":980,"top":-2.1316282072803006e-14,"width":20,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":true}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"contents"},{"id":"SdZbuAJAgR","elements":[{"type":"shape","id":"DrWWUo8Brl","left":32.62608695652179,"top":31.804347826086975,"width":149.76758893280635,"height":498.89130434782606,"viewBox":[149.76758893280635,498.89130434782606],"path":"M 5.564242780354121 0 L 144.20334615245224 0 Q 149.76758893280635 0 149.76758893280635 5.564242780354121 L 149.76758893280635 493.32706156747196 Q 149.76758893280635 498.89130434782606 144.20334615245224 498.89130434782606 L 5.564242780354121 498.89130434782606 Q 0 498.89130434782606 0 493.32706156747196 L 0 5.564242780354121 Q 0 0 5.564242780354121 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.037152516242019054],"lock":true},{"type":"text","id":"Mq6ZQGEmKA","left":54.85836627140982,"top":59.29677206851118,"width":105.30303030303031,"height":145,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">目</span></span></strong></p><p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"Jx1BxlIYxO","left":313.7351778656125,"top":146.8623699167178,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项1</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"BpwA49Vr67"},{"type":"shape","id":"iFKS15L1Jj","left":243.93939393939382,"top":144.8623699167178,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"BpwA49Vr67"},{"type":"text","id":"vPynTJxl2I","left":98.16139657444012,"top":169.1841238471673,"width":62,"height":175.38790838790837,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(73, 45, 34);\">CONTENT</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333333","vertical":true,"opacity":0.3},{"type":"text","id":"rARJdjR3x-","left":313.7351778656125,"top":253.25000000000006,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项2</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"AIuW_slJj7"},{"type":"shape","id":"CQNQ1cfbxz","left":243.93939393939377,"top":251.25000000000006,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"AIuW_slJj7"},{"type":"text","id":"eUxzRbg5OB","left":313.7351778656125,"top":359.63763008328226,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项3</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"xNL8wbR10w"},{"type":"shape","id":"SGXw8g7jam","left":243.9393939393937,"top":357.63763008328226,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"xNL8wbR10w"},{"type":"shape","id":"PxffSO0dNU","left":980,"top":-2.1316282072803006e-14,"width":20,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":true}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"contents"},{"id":"C-gMk-9x4L","elements":[{"type":"shape","id":"TH-Rx3mIwY","left":32.62608695652179,"top":31.804347826086975,"width":149.76758893280635,"height":498.89130434782606,"viewBox":[149.76758893280635,498.89130434782606],"path":"M 5.564242780354121 0 L 144.20334615245224 0 Q 149.76758893280635 0 149.76758893280635 5.564242780354121 L 149.76758893280635 493.32706156747196 Q 149.76758893280635 498.89130434782606 144.20334615245224 498.89130434782606 L 5.564242780354121 498.89130434782606 Q 0 498.89130434782606 0 493.32706156747196 L 0 5.564242780354121 Q 0 0 5.564242780354121 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.037152516242019054],"lock":true},{"type":"text","id":"S171lmMrvd","left":54.85836627140982,"top":59.29677206851118,"width":105.30303030303031,"height":145,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">目</span></span></strong></p><p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"C8wnrxJSBO","left":313.7351778656125,"top":106.25630931065717,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项1</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"7b9PyQXbuI"},{"type":"shape","id":"s2j_K8tyYH","left":243.93939393939382,"top":104.25630931065717,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"7b9PyQXbuI"},{"type":"text","id":"HUeIfBYUQW","left":98.16139657444012,"top":169.1841238471673,"width":62,"height":175.38790838790837,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(73, 45, 34);\">CONTENT</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333333","vertical":true,"opacity":0.3},{"type":"text","id":"PIMWtYdIQi","left":313.7351778656125,"top":204.2521031035524,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项2</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"iSSbaiG-Rb"},{"type":"shape","id":"i4eyfHX5Ry","left":243.93939393939377,"top":202.2521031035524,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"iSSbaiG-Rb"},{"type":"text","id":"dai5UxIjFp","left":313.7351778656125,"top":302.24789689644757,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项3</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"sIEVYXaZoL"},{"type":"shape","id":"YFL_B6sz7L","left":243.9393939393937,"top":300.24789689644757,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"sIEVYXaZoL"},{"type":"text","id":"ifYjGuEBt-","left":313.7351778656126,"top":400.24369068934277,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项4</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"cw64pjDvQA"},{"type":"shape","id":"1G1FOk-Pn4","left":243.9393939393937,"top":398.24369068934277,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"cw64pjDvQA"},{"type":"shape","id":"-1D0pBR0ue","left":980,"top":-2.1316282072803006e-14,"width":20,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":true}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"contents"},{"id":"ZzHDrThWMs","elements":[{"type":"shape","id":"YBz7Iw9KR0","left":32.62608695652179,"top":31.804347826086975,"width":149.76758893280635,"height":498.89130434782606,"viewBox":[149.76758893280635,498.89130434782606],"path":"M 5.564242780354121 0 L 144.20334615245224 0 Q 149.76758893280635 0 149.76758893280635 5.564242780354121 L 149.76758893280635 493.32706156747196 Q 149.76758893280635 498.89130434782606 144.20334615245224 498.89130434782606 L 5.564242780354121 498.89130434782606 Q 0 498.89130434782606 0 493.32706156747196 L 0 5.564242780354121 Q 0 0 5.564242780354121 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.037152516242019054],"lock":true},{"type":"text","id":"K6TGDszkYh","left":54.85836627140982,"top":59.29677206851118,"width":105.30303030303031,"height":145,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">目</span></span></strong></p><p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"0IgbJAKR9X","left":313.7351778656125,"top":80.94998519998528,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项1</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"XbduJ-An4z"},{"type":"shape","id":"X3pWilmoBl","left":243.93939393939382,"top":78.94998519998529,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"XbduJ-An4z"},{"type":"text","id":"ejz5XZRG03","left":98.16139657444012,"top":169.1841238471673,"width":62,"height":175.38790838790837,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(73, 45, 34);\">CONTENT</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333333","vertical":true,"opacity":0.3},{"type":"text","id":"CZvDkdfdis","left":313.7351778656125,"top":167.09999259999265,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项2</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"AoEykb7pbs"},{"type":"shape","id":"nQQqdDkb0I","left":243.93939393939377,"top":165.09999259999265,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"AoEykb7pbs"},{"type":"text","id":"Z90ryyV1B6","left":313.7351778656125,"top":253.25,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项3</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"MEJhX6t9km"},{"type":"shape","id":"jIiTal7BvR","left":243.9393939393937,"top":251.25,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"MEJhX6t9km"},{"type":"text","id":"bmHdHXx3WE","left":313.7351778656126,"top":339.4000074000073,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项4</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"lFuK7dgrFZ"},{"type":"shape","id":"92Ht5h8UNX","left":243.9393939393937,"top":337.4000074000073,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"lFuK7dgrFZ"},{"type":"text","id":"aFm6Pp0Qe8","left":313.7351778656126,"top":425.55001480001465,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项5</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"Ts_urVxIl5"},{"type":"shape","id":"wvv_qTk4zk","left":243.93939393939363,"top":423.55001480001465,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"Ts_urVxIl5"},{"type":"shape","id":"x0kPJidymD","left":980,"top":-2.1316282072803006e-14,"width":20,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":true}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"contents"},{"id":"SM5R0MLtNn","elements":[{"type":"shape","id":"xzAe7RoxRu","left":32.62608695652179,"top":31.804347826086975,"width":149.76758893280635,"height":498.89130434782606,"viewBox":[149.76758893280635,498.89130434782606],"path":"M 5.564242780354121 0 L 144.20334615245224 0 Q 149.76758893280635 0 149.76758893280635 5.564242780354121 L 149.76758893280635 493.32706156747196 Q 149.76758893280635 498.89130434782606 144.20334615245224 498.89130434782606 L 5.564242780354121 498.89130434782606 Q 0 498.89130434782606 0 493.32706156747196 L 0 5.564242780354121 Q 0 0 5.564242780354121 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.037152516242019054],"lock":true},{"type":"text","id":"N6X2thThcX","left":54.85836627140982,"top":59.29677206851118,"width":105.30303030303031,"height":145,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">目</span></span></strong></p><p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"ToSpbQDKG8","left":313.7351778656125,"top":42.26009718944507,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项1</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"4L-vNTfyul"},{"type":"shape","id":"bNcp6PiPXE","left":243.9393939393938,"top":40.260097189445084,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"4L-vNTfyul"},{"type":"text","id":"Py2o6Ek84F","left":98.16139657444012,"top":169.1841238471673,"width":62,"height":175.38790838790837,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(73, 45, 34);\">CONTENT</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333333","vertical":true,"opacity":0.3},{"type":"text","id":"Q2qudqsH7d","left":313.7351778656125,"top":211.05201943788896,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项3</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"4UiDYBAdwT"},{"type":"shape","id":"UAvSk09-W5","left":243.93939393939377,"top":209.05201943788896,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"4UiDYBAdwT"},{"type":"text","id":"sEm5ACwnTt","left":313.7351778656125,"top":295.4479805621109,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项4</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"KYuYHO_0tR"},{"type":"shape","id":"Nrw6pcHc1Y","left":243.9393939393937,"top":293.4479805621109,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"KYuYHO_0tR"},{"type":"text","id":"uUlk6XArBx","left":313.7351778656126,"top":379.84394168633287,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项5</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"iZHHnzQRmC"},{"type":"shape","id":"NB9b7l1Nwz","left":243.9393939393937,"top":377.84394168633287,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"iZHHnzQRmC"},{"type":"text","id":"fYeUUal6zd","left":313.7351778656126,"top":464.23990281055484,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项6</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"ubT32Fk353"},{"type":"shape","id":"P695j1_0OT","left":243.93939393939363,"top":462.23990281055484,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"ubT32Fk353"},{"type":"text","id":"3ug5LvHBa4","left":313.7351778656126,"top":126.656058313667,"width":629.0277315190328,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项2</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"Odch2eGhKh"},{"type":"shape","id":"24rdR-RD2q","left":243.93939393939382,"top":124.65605831366702,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"groupId":"Odch2eGhKh"},{"type":"shape","id":"tJwS_W1u5z","left":980,"top":-2.1316282072803006e-14,"width":20,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":true}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"contents"},{"id":"rZUUNr6Tbn","elements":[{"type":"shape","id":"gIFUlBQARe","left":32.62608695652179,"top":31.804347826086975,"width":149.76758893280635,"height":498.89130434782606,"viewBox":[149.76758893280635,498.89130434782606],"path":"M 5.564242780354121 0 L 144.20334615245224 0 Q 149.76758893280635 0 149.76758893280635 5.564242780354121 L 149.76758893280635 493.32706156747196 Q 149.76758893280635 498.89130434782606 144.20334615245224 498.89130434782606 L 5.564242780354121 498.89130434782606 Q 0 498.89130434782606 0 493.32706156747196 L 0 5.564242780354121 Q 0 0 5.564242780354121 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.037152516242019054],"lock":true},{"type":"text","id":"v7dNTXJ2sf","left":54.85836627140982,"top":59.29677206851118,"width":105.30303030303031,"height":145,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">目</span></span></strong></p><p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"mL2f8l8fOU","left":250.43672712585948,"top":105.93181818181822,"width":328.5204851422212,"height":47,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项1</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"xN5a3iqLPF"},{"type":"shape","id":"gNN2azxSDy","left":210.43672712585914,"top":109.43181818181822,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":true,"rotate":0,"groupId":"xN5a3iqLPF"},{"type":"text","id":"hloMzc-UCo","left":98.16139657444012,"top":169.1841238471673,"width":62,"height":175.38790838790837,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"color: rgb(73, 45, 34);\">CONTENT</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333333","vertical":true,"opacity":0.3},{"type":"text","id":"2y9UW9_S2P","left":250.43672712585948,"top":181.84090909090912,"width":328.5204851422212,"height":47,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项3</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"SzBLSIID-m"},{"type":"shape","id":"dijJdI4MWV","left":210.43672712585914,"top":185.34090909090912,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":true,"rotate":0,"groupId":"SzBLSIID-m"},{"type":"text","id":"50t2hcTsjv","left":250.43672712585936,"top":257.75,"width":328.5204851422212,"height":47,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项5</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"jY8rfoDqFB"},{"type":"shape","id":"AybboWtmsN","left":210.43672712585914,"top":261.25,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":true,"rotate":0,"groupId":"jY8rfoDqFB"},{"type":"text","id":"kRq5RU34tE","left":250.43672712585948,"top":333.6590909090909,"width":328.5204851422212,"height":47,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项7</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"CjgfMTO69e"},{"type":"shape","id":"69H5WbTt7n","left":210.43672712585925,"top":337.1590909090909,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":true,"rotate":0,"groupId":"CjgfMTO69e"},{"type":"text","id":"g4oCeBp0Pb","left":250.43672712585948,"top":409.56818181818176,"width":328.5204851422212,"height":47,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项9</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"xKDXCDfHR5"},{"type":"shape","id":"fswsUVwZ7c","left":210.43672712585914,"top":413.06818181818176,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":true,"rotate":0,"groupId":"xKDXCDfHR5"},{"type":"text","id":"PgIJUlWAJB","left":640.7397574288898,"top":105.93181818181822,"width":328.5204851422212,"height":47,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项2</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"kvljV0Y5Y3"},{"type":"shape","id":"CDF4B65JZc","left":600.7397574288894,"top":109.43181818181822,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":true,"rotate":0,"groupId":"kvljV0Y5Y3"},{"type":"text","id":"4II89fE8xa","left":640.7397574288898,"top":181.84090909090912,"width":328.5204851422212,"height":47,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项4</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"lzLrUObpLv"},{"type":"shape","id":"u5J_HT0VpI","left":600.7397574288894,"top":185.34090909090912,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":true,"rotate":0,"groupId":"lzLrUObpLv"},{"type":"text","id":"37ePcm9RGI","left":640.7397574288898,"top":257.75,"width":328.5204851422212,"height":47,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项6</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"nFuS34_zWh"},{"type":"shape","id":"TuZdsNenqR","left":600.7397574288894,"top":261.25,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":true,"rotate":0,"groupId":"nFuS34_zWh"},{"type":"text","id":"EHi1dZqTBk","left":640.7397574288898,"top":333.6590909090909,"width":328.5204851422212,"height":47,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项8</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"iWwbL3QblJ"},{"type":"shape","id":"NxvwzNTzrz","left":600.7397574288896,"top":337.1590909090909,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":true,"rotate":0,"groupId":"iWwbL3QblJ"},{"type":"text","id":"2dwB0-QDv0","left":640.7397574288898,"top":409.56818181818176,"width":328.5204851422212,"height":47,"content":"<p style=\"\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项10</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"FV8gFuNn0n"},{"type":"shape","id":"bsXL0Lvnvb","left":600.7397574288894,"top":413.06818181818176,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 200 100 L 0 200 L 60 100 L 0 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":true,"rotate":0,"groupId":"FV8gFuNn0n"}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"contents"},{"id":"k2agRn6cKU","elements":[{"type":"shape","id":"tPMiyKk3un","left":74.3705322857497,"top":140.11662137681137,"width":73.9,"height":421.97826086956525,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":false,"opacity":0.5},{"type":"shape","id":"mDwus8y8pB","left":21.664010546619263,"top":-90.32345191040841,"width":179.31304347826088,"height":248.89130434782606,"viewBox":[179.31304347826088,248.89130434782606],"path":"M 37.09671336892761 0 L 142.21633010933328 0 Q 179.31304347826088 0 179.31304347826088 37.09671336892761 L 179.31304347826088 211.79459097889844 Q 179.31304347826088 248.89130434782606 142.21633010933328 248.89130434782606 L 37.09671336892761 248.89130434782606 Q 0 248.89130434782606 0 211.79459097889844 L 0 37.09671336892761 Q 0 0 37.09671336892761 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.20688240325040855],"lock":false,"groupId":"nQTj9rXkly","shadow":{"h":2,"v":2,"blur":2,"color":"rgb(73, 45, 34)"}},{"type":"text","id":"iwZ6v6dq-v","left":28.99227141618445,"top":9.319746376811523,"width":164.65652173913045,"height":110,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"nQTj9rXkly"},{"type":"text","id":"2ahm7NuRCL","left":28.992271416184465,"top":98.52287137681137,"width":164.65652173913045,"height":41.59375,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(73, 45, 34);\">CONTENT</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":0.9,"groupId":"nQTj9rXkly"},{"type":"text","id":"PeBtm3S-T8","left":156.79062451236368,"top":198.48702263919654,"width":764.9577032895738,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项1</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"Mq8zVPCHJq"},{"type":"text","id":"HEIIrrhRRi","left":74.3705322857497,"top":192.48702263919654,"width":73.89999999999999,"height":68,"content":"<p style=\"text-align: center;\" class=\"ProseMirror-selectednode\" draggable=\"true\"><strong><span style=\"font-size: 32px;\"><span style=\"color: rgb(251, 210, 106);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"Mq8zVPCHJq"},{"type":"text","id":"avFXUIk_pf","left":156.7906245123637,"top":281.2142953664693,"width":764.9577032895738,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项2</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"MwNRnafdRy"},{"type":"text","id":"S_HsLHHs8d","left":74.3705322857497,"top":275.2142953664693,"width":73.89999999999999,"height":68,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 32px;\"><span style=\"color: rgb(251, 210, 106);\">02</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"MwNRnafdRy"},{"type":"shape","id":"nUR_aVSYi0","left":539.2694761571506,"top":0,"width":460.7305238428494,"height":562.0948822463766,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.1}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"contents"},{"id":"932YXSTAIs","elements":[{"type":"shape","id":"HWc6itaZdk","left":74.3705322857497,"top":140.11662137681137,"width":73.9,"height":421.97826086956525,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":false,"opacity":0.5},{"type":"shape","id":"Pzr_d-DwSe","left":21.664010546619263,"top":-90.32345191040841,"width":179.31304347826088,"height":248.89130434782606,"viewBox":[179.31304347826088,248.89130434782606],"path":"M 37.09671336892761 0 L 142.21633010933328 0 Q 179.31304347826088 0 179.31304347826088 37.09671336892761 L 179.31304347826088 211.79459097889844 Q 179.31304347826088 248.89130434782606 142.21633010933328 248.89130434782606 L 37.09671336892761 248.89130434782606 Q 0 248.89130434782606 0 211.79459097889844 L 0 37.09671336892761 Q 0 0 37.09671336892761 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.20688240325040855],"lock":false,"groupId":"WE3NsHd9t5","shadow":{"h":2,"v":2,"blur":2,"color":"rgb(73, 45, 34)"}},{"type":"text","id":"rsZl5l-C52","left":28.99227141618445,"top":9.319746376811523,"width":164.65652173913045,"height":110,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"WE3NsHd9t5"},{"type":"text","id":"qGmAppE_-x","left":28.992271416184465,"top":98.52287137681137,"width":164.65652173913045,"height":41.59375,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(73, 45, 34);\">CONTENT</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":0.9,"groupId":"WE3NsHd9t5"},{"type":"text","id":"i833gtyuBH","left":156.79062451236368,"top":198.48702263919654,"width":764.9577032895738,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项1</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"31BhFVlmqS"},{"type":"text","id":"KKBOFLlfPW","left":74.3705322857497,"top":192.48702263919654,"width":73.89999999999999,"height":68,"content":"<p style=\"text-align: center;\" class=\"ProseMirror-selectednode\" draggable=\"true\"><strong><span style=\"font-size: 32px;\"><span style=\"color: rgb(251, 210, 106);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"31BhFVlmqS"},{"type":"text","id":"uLBZf61RAP","left":156.7906245123637,"top":285.3809620331359,"width":764.9577032895738,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项2</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"TMbyTQ5eUc"},{"type":"text","id":"B-8wCAolIK","left":74.3705322857497,"top":279.3809620331359,"width":73.89999999999999,"height":68,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 32px;\"><span style=\"color: rgb(251, 210, 106);\">02</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"TMbyTQ5eUc"},{"type":"text","id":"lbQHCsowVO","left":156.79062451236376,"top":372.2749014270753,"width":764.9577032895738,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项3</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"r2vUgMaf2I"},{"type":"text","id":"CbZ-opTjTi","left":74.3705322857497,"top":366.2749014270753,"width":73.89999999999999,"height":68,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 32px;\"><span style=\"color: rgb(251, 210, 106);\">03</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"r2vUgMaf2I"},{"type":"shape","id":"c8pJc4T7vy","left":539.2694761571506,"top":0,"width":460.7305238428494,"height":562.0948822463766,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.1}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"contents"},{"id":"DkUH25SfqA","elements":[{"type":"shape","id":"CykrbY2o8G","left":74.3705322857497,"top":140.11662137681137,"width":73.9,"height":421.97826086956525,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":false,"opacity":0.5},{"type":"shape","id":"GKeLIj87Sw","left":21.664010546619263,"top":-90.32345191040841,"width":179.31304347826088,"height":248.89130434782606,"viewBox":[179.31304347826088,248.89130434782606],"path":"M 37.09671336892761 0 L 142.21633010933328 0 Q 179.31304347826088 0 179.31304347826088 37.09671336892761 L 179.31304347826088 211.79459097889844 Q 179.31304347826088 248.89130434782606 142.21633010933328 248.89130434782606 L 37.09671336892761 248.89130434782606 Q 0 248.89130434782606 0 211.79459097889844 L 0 37.09671336892761 Q 0 0 37.09671336892761 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.20688240325040855],"lock":false,"groupId":"by0Dlucv5r","shadow":{"h":2,"v":2,"blur":2,"color":"rgb(73, 45, 34)"}},{"type":"text","id":"5zQ3JbSRxU","left":28.99227141618445,"top":9.319746376811523,"width":164.65652173913045,"height":110,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"by0Dlucv5r"},{"type":"text","id":"lpc_fTdezD","left":28.992271416184465,"top":98.52287137681137,"width":164.65652173913045,"height":41.59375,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(73, 45, 34);\">CONTENT</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":0.9,"groupId":"by0Dlucv5r"},{"type":"text","id":"S-jnMDw5ck","left":156.79062451236368,"top":198.48702263919654,"width":764.9577032895738,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项1</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"rwPlItfvYT"},{"type":"text","id":"Hf8afTjPLC","left":74.3705322857497,"top":192.48702263919654,"width":73.89999999999999,"height":68,"content":"<p style=\"text-align: center;\" class=\"ProseMirror-selectednode\" draggable=\"true\"><strong><span style=\"font-size: 32px;\"><span style=\"color: rgb(251, 210, 106);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"rwPlItfvYT"},{"type":"text","id":"2H91IoXpMV","left":156.7906245123637,"top":282.7294468816208,"width":764.9577032895738,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项2</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"1LkPA0PBKZ"},{"type":"text","id":"TIN4qMrD3Y","left":74.3705322857497,"top":276.7294468816208,"width":73.89999999999999,"height":68,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 32px;\"><span style=\"color: rgb(251, 210, 106);\">02</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"1LkPA0PBKZ"},{"type":"text","id":"oUf5o9r5nU","left":156.79062451236376,"top":366.97187112404504,"width":764.9577032895738,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项3</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"8TR1fJQs0f"},{"type":"text","id":"q3F3ITuxiJ","left":74.3705322857497,"top":360.97187112404504,"width":73.89999999999999,"height":68,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 32px;\"><span style=\"color: rgb(251, 210, 106);\">03</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"8TR1fJQs0f"},{"type":"text","id":"VE9xT3hyXW","left":156.79062451236382,"top":451.2142953664693,"width":764.9577032895738,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项4</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"HpEG4EDIoH"},{"type":"text","id":"SAgsNwosxG","left":74.3705322857497,"top":445.2142953664693,"width":73.89999999999999,"height":68,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 32px;\"><span style=\"color: rgb(251, 210, 106);\">04</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"HpEG4EDIoH"},{"type":"shape","id":"28l6vAA9r2","left":539.2694761571506,"top":0,"width":460.7305238428494,"height":562.0948822463766,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.1}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"contents"},{"id":"Wtx111IH4t","elements":[{"type":"shape","id":"KwdASF1JK6","left":74.3705322857497,"top":140.11662137681137,"width":73.9,"height":421.97826086956525,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":false,"opacity":0.5},{"type":"shape","id":"utR5bziDqs","left":21.664010546619263,"top":-90.32345191040841,"width":179.31304347826088,"height":248.89130434782606,"viewBox":[179.31304347826088,248.89130434782606],"path":"M 37.09671336892761 0 L 142.21633010933328 0 Q 179.31304347826088 0 179.31304347826088 37.09671336892761 L 179.31304347826088 211.79459097889844 Q 179.31304347826088 248.89130434782606 142.21633010933328 248.89130434782606 L 37.09671336892761 248.89130434782606 Q 0 248.89130434782606 0 211.79459097889844 L 0 37.09671336892761 Q 0 0 37.09671336892761 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.20688240325040855],"lock":false,"groupId":"uyac1H3k0J","shadow":{"h":2,"v":2,"blur":2,"color":"rgb(73, 45, 34)"}},{"type":"text","id":"9kOeMjsIDw","left":28.99227141618445,"top":9.319746376811523,"width":164.65652173913045,"height":110,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"uyac1H3k0J"},{"type":"text","id":"xbXzdJrSmq","left":28.992271416184465,"top":98.52287137681137,"width":164.65652173913045,"height":41.59375,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(73, 45, 34);\">CONTENT</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":0.9,"groupId":"uyac1H3k0J"},{"type":"text","id":"oD-AOgx8YM","left":156.79062451236368,"top":193.18399233616623,"width":764.9577032895738,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项1</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"8TsEn81-_0"},{"type":"text","id":"dYbKnxZzH9","left":74.3705322857497,"top":187.18399233616623,"width":73.89999999999999,"height":68,"content":"<p style=\"text-align: center;\" class=\"ProseMirror-selectednode\" draggable=\"true\"><strong><span style=\"font-size: 32px;\"><span style=\"color: rgb(251, 210, 106);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"8TsEn81-_0"},{"type":"text","id":"RRCmAYP_HJ","left":156.7906245123637,"top":262.84308324525716,"width":764.9577032895738,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项2</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"vqsWtf_-pG"},{"type":"text","id":"YRv9werdTu","left":74.3705322857497,"top":256.84308324525716,"width":73.89999999999999,"height":68,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 32px;\"><span style=\"color: rgb(251, 210, 106);\">02</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"vqsWtf_-pG"},{"type":"text","id":"LH73K1iMmj","left":156.79062451236376,"top":332.5021741543481,"width":764.9577032895738,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项3</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"j_Cz4i5hVX"},{"type":"text","id":"1psEi9Ng03","left":74.3705322857497,"top":326.5021741543481,"width":73.89999999999999,"height":68,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 32px;\"><span style=\"color: rgb(251, 210, 106);\">03</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"j_Cz4i5hVX"},{"type":"text","id":"gKb8niEFjA","left":156.79062451236382,"top":402.16126506343903,"width":764.9577032895738,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项4</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"SiRyVePsSk"},{"type":"text","id":"0a_Qf98Tyu","left":74.3705322857497,"top":396.16126506343903,"width":73.89999999999999,"height":68,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 32px;\"><span style=\"color: rgb(251, 210, 106);\">04</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"SiRyVePsSk"},{"type":"text","id":"xDDfA2Gujx","left":156.79062451236388,"top":471.82035597252997,"width":764.9577032895738,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">目录项5</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"y1vJZ4jBf-"},{"type":"text","id":"JqWqfJP66M","left":74.3705322857497,"top":465.82035597252997,"width":73.89999999999999,"height":68,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 32px;\"><span style=\"color: rgb(251, 210, 106);\">05</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"y1vJZ4jBf-"},{"type":"shape","id":"EMlYDlJhs-","left":539.2694761571506,"top":0,"width":460.7305238428494,"height":562.0948822463766,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.1}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"contents"},{"id":"9RGsjIUln4","elements":[{"type":"shape","id":"10ztINJJSH","left":74.3705322857497,"top":140.11662137681137,"width":73.9,"height":421.97826086956525,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":false,"opacity":0.5},{"type":"shape","id":"TDBjer_EaQ","left":21.664010546619263,"top":-90.32345191040841,"width":179.31304347826088,"height":248.89130434782606,"viewBox":[179.31304347826088,248.89130434782606],"path":"M 37.09671336892761 0 L 142.21633010933328 0 Q 179.31304347826088 0 179.31304347826088 37.09671336892761 L 179.31304347826088 211.79459097889844 Q 179.31304347826088 248.89130434782606 142.21633010933328 248.89130434782606 L 37.09671336892761 248.89130434782606 Q 0 248.89130434782606 0 211.79459097889844 L 0 37.09671336892761 Q 0 0 37.09671336892761 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.20688240325040855],"lock":false,"groupId":"6gzC8XUZJQ","shadow":{"h":2,"v":2,"blur":2,"color":"rgb(73, 45, 34)"}},{"type":"text","id":"d5MEOeV-yu","left":28.99227141618445,"top":9.319746376811523,"width":164.65652173913045,"height":110,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"6gzC8XUZJQ"},{"type":"text","id":"cMZ-AoYwWA","left":28.992271416184465,"top":98.52287137681137,"width":164.65652173913045,"height":41.59375,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(73, 45, 34);\">CONTENT</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":0.9,"groupId":"6gzC8XUZJQ"},{"type":"text","id":"vKXixd8dEV","left":148.27053228574968,"top":183.3506590028329,"width":771.9626440010363,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项1</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"lcefxAI21S"},{"type":"text","id":"KyBvACorZh","left":74.3705322857497,"top":178.8506590028329,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"lcefxAI21S"},{"type":"text","id":"3wpCCNnlnK","left":148.2705322857497,"top":245.25319271610027,"width":771.9626440010363,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项2</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"XrjXC8i7Fv"},{"type":"text","id":"9TrfAwvwq3","left":74.3705322857497,"top":240.75319271610027,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">02</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"XrjXC8i7Fv"},{"type":"text","id":"0g7-YbyAGb","left":148.27053228574974,"top":307.1557264293676,"width":771.9626440010363,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项3</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"9KlgHvzkSn"},{"type":"text","id":"GWR78OEsx8","left":74.3705322857497,"top":302.6557264293676,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">03</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"9KlgHvzkSn"},{"type":"text","id":"RRtSZEpbPH","left":148.27053228574982,"top":369.05826014263494,"width":771.9626440010363,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项4</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"ttjgI4Eqx2"},{"type":"text","id":"3KHpWyU5ML","left":74.3705322857497,"top":364.55826014263494,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">04</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"ttjgI4Eqx2"},{"type":"text","id":"rePK8ICCbU","left":148.27053228574988,"top":430.9607938559023,"width":771.9626440010363,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项5</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"KSq3FRdGJ7"},{"type":"text","id":"vIff_dCGhf","left":74.3705322857497,"top":426.4607938559023,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">05</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"KSq3FRdGJ7"},{"type":"text","id":"72NDP3-yOM","left":148.2705322857499,"top":492.86332756916966,"width":771.9626440010363,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项6</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"17KDOzngjx"},{"type":"text","id":"EbC2C_hHBF","left":74.3705322857497,"top":488.36332756916966,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">06</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"17KDOzngjx"},{"type":"shape","id":"qn_1Va5r3Q","left":539.2694761571506,"top":0,"width":460.7305238428494,"height":562.0948822463766,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.1}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"contents"},{"id":"XZgehwXU11","elements":[{"type":"shape","id":"eXN7Oe0Ymz","left":74.3705322857497,"top":140.11662137681137,"width":73.9,"height":421.97826086956525,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":false,"opacity":0.5},{"type":"shape","id":"sixDbiCehH","left":21.664010546619263,"top":-90.32345191040841,"width":179.31304347826088,"height":248.89130434782606,"viewBox":[179.31304347826088,248.89130434782606],"path":"M 37.09671336892761 0 L 142.21633010933328 0 Q 179.31304347826088 0 179.31304347826088 37.09671336892761 L 179.31304347826088 211.79459097889844 Q 179.31304347826088 248.89130434782606 142.21633010933328 248.89130434782606 L 37.09671336892761 248.89130434782606 Q 0 248.89130434782606 0 211.79459097889844 L 0 37.09671336892761 Q 0 0 37.09671336892761 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.20688240325040855],"lock":false,"groupId":"IZAcu4ADx6","shadow":{"h":2,"v":2,"blur":2,"color":"rgb(73, 45, 34)"}},{"type":"text","id":"mYbdGdVTL3","left":28.99227141618445,"top":9.319746376811523,"width":164.65652173913045,"height":110,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 60px;\"><span style=\"color: rgb(73, 45, 34);\">目录</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"IZAcu4ADx6"},{"type":"text","id":"sCU5VvV-Fn","left":28.992271416184465,"top":98.52287137681137,"width":164.65652173913045,"height":41.59375,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(73, 45, 34);\">CONTENT</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":0.9,"groupId":"IZAcu4ADx6"},{"type":"text","id":"MezHNZ68tq","left":148.27053228574968,"top":204.441568093742,"width":351.7294677142503,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项1</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"i5rEacJ8Ce"},{"type":"text","id":"fukdOoeAh2","left":74.3705322857497,"top":199.941568093742,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"i5rEacJ8Ce"},{"type":"shape","id":"U2K7y2NrHH","left":515.9090909090909,"top":140.11662137681137,"width":73.9,"height":438.64492753623193,"viewBox":[73.9,438.64492753623193],"path":"M 9.2375 0 L 64.66250000000001 0 Q 73.9 0 73.9 9.2375 L 73.9 429.4074275362319 Q 73.9 438.64492753623193 64.66250000000001 438.64492753623193 L 9.2375 438.64492753623193 Q 0 438.64492753623193 0 429.4074275362319 L 0 9.2375 Q 0 0 9.2375 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":false,"opacity":0.5,"pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"H_CXq_pEml","left":148.2705322857497,"top":271.1568564474474,"width":351.7294677142503,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项3</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"u8TSIkfXJm"},{"type":"text","id":"9OGhbyJ-UB","left":74.3705322857497,"top":266.6568564474474,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">03</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"u8TSIkfXJm"},{"type":"text","id":"4vaEuXVYBn","left":148.27053228574977,"top":337.8721448011529,"width":351.7294677142503,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项5</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"xDe3xT6Chm"},{"type":"text","id":"HasU-mNzjB","left":74.3705322857497,"top":333.3721448011529,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">05</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"xDe3xT6Chm"},{"type":"text","id":"6d0OyVm7pr","left":148.2705322857498,"top":404.58743315485833,"width":351.7294677142503,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项7</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"k7KyQrhg8E"},{"type":"text","id":"xu3634EM1M","left":74.3705322857497,"top":400.08743315485833,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">07</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"k7KyQrhg8E"},{"type":"text","id":"uLHHnEzmva","left":148.27053228574982,"top":471.30272150856376,"width":351.7294677142503,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项9</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"os119y7NjM"},{"type":"text","id":"U_BtsdDgdy","left":74.3705322857497,"top":466.80272150856376,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">09</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"os119y7NjM"},{"type":"text","id":"GzO2W7MOg3","left":589.809090909091,"top":194.17517510418318,"width":351.7294677142503,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项2</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"7qltLl-hIv"},{"type":"text","id":"3u-btub2jK","left":515.9090909090909,"top":189.67517510418318,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">02</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"7qltLl-hIv"},{"type":"text","id":"dO7OQTLyBF","left":589.809090909091,"top":260.8904634578886,"width":351.7294677142503,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项4</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"rAJVz5YKcH"},{"type":"text","id":"KYhLl9Nj2k","left":515.9090909090909,"top":256.3904634578886,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">04</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"rAJVz5YKcH"},{"type":"text","id":"kjA7bvFfdN","left":589.809090909091,"top":327.6057518115941,"width":351.7294677142503,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项6</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"nROi3mrV0-"},{"type":"text","id":"Au1e9st-ms","left":515.9090909090909,"top":323.1057518115941,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">06</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"nROi3mrV0-"},{"type":"text","id":"s0sBLL9aBs","left":589.809090909091,"top":394.3210401652995,"width":351.7294677142503,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项8</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"U7AW_iuJeP"},{"type":"text","id":"MlnfMwoEpn","left":515.9090909090909,"top":389.8210401652995,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">08</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"U7AW_iuJeP"},{"type":"text","id":"MuVTf38yU_","left":589.809090909091,"top":461.03632851900494,"width":351.7294677142503,"height":47,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(251, 210, 106);\">目录项10</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"TsUAOb_WO4"},{"type":"text","id":"vHPxMRISNs","left":515.9090909090909,"top":456.53632851900494,"width":73.89999999999999,"height":56,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\"><span style=\"color: rgb(251, 210, 106);\">10</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"TsUAOb_WO4"}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"contents"},{"id":"MDhXETSriv","elements":[{"type":"image","id":"8xnhctpQLB","src":"https://images.pexels.com/photos/929032/pexels-photo-929032.jpeg","width":1000,"height":562.5,"left":-5.329070518200751e-15,"top":0,"fixedRatio":true,"rotate":0,"filters":{"opacity":"25%"},"lock":true,"imageType":"background"},{"type":"shape","id":"EOLHAUs-Js","left":83.97608695652173,"top":192.2610394021739,"width":832.0478260869565,"height":177.9779211956522,"viewBox":[832.0478260869565,177.9779211956522],"path":"M 22.247240149456523 0 L 809.8005859375 0 Q 832.0478260869565 0 832.0478260869565 22.247240149456523 L 832.0478260869565 155.73068104619566 Q 832.0478260869565 177.9779211956522 809.8005859375 177.9779211956522 L 22.247240149456523 177.9779211956522 Q 0 177.9779211956522 0 155.73068104619566 L 0 22.247240149456523 Q 0 0 22.247240149456523 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.125]},{"type":"text","id":"fOu_XPh1TI","left":125.07727272727277,"top":234.25,"width":749.8454545454545,"height":94.390625,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">过渡页标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"shape","id":"vMJHrs1i4k","left":104.62272727272729,"top":306.25,"width":44,"height":44,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"groupId":"YEl4bvZxT5"},{"type":"shape","id":"nvv7mW4nHt","left":104.62272727272729,"top":212.25000000000003,"width":44,"height":44,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":90,"groupId":"YEl4bvZxT5"},{"type":"shape","id":"SFyZgvA19K","left":851.3772727272727,"top":306.25,"width":44,"height":44,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"flipH":true,"groupId":"YEl4bvZxT5"},{"type":"shape","id":"lRQFy5teB2","left":851.3772727272727,"top":212.25,"width":44,"height":44,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":90,"flipH":false,"flipV":true,"groupId":"YEl4bvZxT5"},{"type":"text","id":"ynMIZqJPEe","left":371.2121212121212,"top":64.58333333333336,"width":257.57575757575756,"height":200,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 120px;\"><span style=\"color: rgb(251, 210, 106);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333333","vertical":false,"shadow":{"h":3,"v":3,"blur":2,"color":"rgb(73, 45, 34)"},"textType":"partNumber"},{"type":"text","id":"KzfLBlh6bg","left":110.76258007898085,"top":384.3195096343874,"width":778.4748398420384,"height":104,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(255, 255, 255);\">过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文</span></span><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">过渡页正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"transition"},{"id":"XhqWbG3q9b","elements":[{"type":"image","id":"SlpF0jCcAr","src":"https://images.pexels.com/photos/929032/pexels-photo-929032.jpeg","width":1000,"height":266.2878787878788,"left":-9.769962616701378e-15,"top":147.48172451416335,"fixedRatio":true,"rotate":0,"clip":{"shape":"rect","range":[[0,29.38388625592417],[100,76.77725118483413]]},"imageType":"pageFigure"},{"type":"shape","id":"YXi5XbhVq-","left":-9.769962616701378e-15,"top":147.48172451416335,"width":1000,"height":266.77897521409756,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.9},{"type":"text","id":"tJGza6F8jq","left":56.427749816862246,"top":187.22860054347822,"width":887.1445003662755,"height":94,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">过渡页标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"odD88aiAA6","left":98.26258007898082,"top":281.25,"width":803.4748398420384,"height":107,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文</span></span><span style=\"font-size: 20px;\"><span style=\"color: rgb(73, 45, 34);\">过渡页正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"text","id":"d6LGKBPqWv","left":-9.769962616701378e-15,"top":63.06818181818185,"width":171.21212121212122,"height":140,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 80px;\"><span style=\"color: rgb(251, 210, 106);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333333","vertical":false,"shadow":{"h":3,"v":3,"blur":2,"color":"rgb(73, 45, 34)"},"textType":"partNumber"}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"transition"},{"id":"eODNqKvkHr","elements":[{"type":"image","id":"r_CwS04ezW","src":"https://images.pexels.com/photos/929032/pexels-photo-929032.jpeg","width":1000,"height":562.5,"left":-5.0182080713057076e-14,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"40%"},"lock":true,"imageType":"background"},{"type":"shape","id":"_bYO3q5_vr","left":243.7924242424242,"top":143.99621212121252,"width":756.2075757575758,"height":135.03787878787878,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"lock":false,"opacity":0.5},{"type":"shape","id":"tdkj1SdFqv","left":68.49782608695648,"top":-128.20223978919628,"width":201.05217391304348,"height":421.71739130434776,"viewBox":[201.05217391304348,421.71739130434776],"path":"M 41.59415691784953 0 L 159.45801699519393 0 Q 201.05217391304348 0 201.05217391304348 41.59415691784953 L 201.05217391304348 380.1232343864982 Q 201.05217391304348 421.71739130434776 159.45801699519393 421.71739130434776 L 41.59415691784953 421.71739130434776 Q 0 421.71739130434776 0 380.1232343864982 L 0 41.59415691784953 Q 0 0 41.59415691784953 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.20688240325040855],"lock":false,"shadow":{"h":2,"v":2,"blur":2,"color":"rgb(73, 45, 34)"},"groupId":"t7VLkGSk5A"},{"type":"text","id":"CKNrVlc8dd","left":68.49782608695648,"top":129.5151515151519,"width":201.0521739130435,"height":164,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 96px;\"><span style=\"color: rgb(73, 45, 34);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"t7VLkGSk5A","textType":"partNumber"},{"type":"text","id":"bXtnUjPY3r","left":281.55138816324995,"top":164.51515151515196,"width":705.2242845721106,"height":94.390625,"content":"<p style=\"\" class=\"\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">过渡页标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"-7ux3Tyuul","left":269.54999999999995,"top":303.9772727272727,"width":676.0273383718055,"height":74,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: #ffffff;\">过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"transition"},{"id":"AASbDABafL","elements":[{"type":"image","id":"Nm7Suwj4gU","src":"https://images.pexels.com/photos/929032/pexels-photo-929032.jpeg","width":1000,"height":298.8636363636364,"left":0,"top":181.030303030303,"fixedRatio":true,"rotate":0,"clip":{"shape":"rect","range":[[0,30.851063829787233],[100,84.04255319148936]]},"filters":{"blur":"2px"},"imageType":"itemFigure"},{"type":"shape","id":"Kcxwn8Y6C6","left":0,"top":181.030303030303,"width":1000,"height":298.0037878787879,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.7},{"type":"shape","id":"IZlyLLKJid","left":68.49782608695645,"top":-76.68708827404477,"width":201.05217391304348,"height":575.5052700922265,"viewBox":[201.05217391304348,575.5052700922265],"path":"M 41.59415691784953 0 L 159.45801699519393 0 Q 201.05217391304348 0 201.05217391304348 41.59415691784953 L 201.05217391304348 533.911113174377 Q 201.05217391304348 575.5052700922265 159.45801699519393 575.5052700922265 L 41.59415691784953 575.5052700922265 Q 0 575.5052700922265 0 533.911113174377 L 0 41.59415691784953 Q 0 0 41.59415691784953 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.20688240325040855],"lock":false,"shadow":{"h":2,"v":2,"blur":2,"color":"rgb(73, 45, 34)"},"groupId":"kPMgP5fzbn"},{"type":"text","id":"H2YXmIFoFX","left":68.49782608695645,"top":181.030303030303,"width":201.0521739130435,"height":164,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 96px;\"><span style=\"color: rgb(73, 45, 34);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"kPMgP5fzbn","textType":"partNumber"},{"type":"text","id":"xbGFUi-8HV","left":281.55138816324995,"top":216.03030303030303,"width":705.2242845721106,"height":94,"content":"<p style=\"\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">过渡页标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"deGUC83dTf","left":283.88254293530935,"top":308.030303030303,"width":676.0273383718055,"height":74,"content":"<p style=\"\"><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"transition"},{"id":"njmqdSIImC","elements":[{"type":"shape","id":"qug6WKJLis","left":43.99115441724129,"top":127.45652173913045,"width":273.81238471673254,"height":401.0652173913043,"viewBox":[273.81238471673254,401.0652173913043],"path":"M 19.977846106804854 0 L 253.83453860992768 0 Q 273.81238471673254 0 273.81238471673254 19.977846106804854 L 273.81238471673254 381.08737128449945 Q 273.81238471673254 401.0652173913043 253.83453860992768 401.0652173913043 L 19.977846106804854 401.0652173913043 Q 0 401.0652173913043 0 381.08737128449945 L 0 19.977846106804854 Q 0 0 19.977846106804854 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0729618060464013],"lock":false,"shadow":{"h":4,"v":4,"blur":2,"color":"rgb(73, 45, 34)"},"groupId":"9sTb5SQvK4"},{"type":"text","id":"WAchWLvB34","left":115.99932209497418,"top":159.2140974967062,"width":129.79604936126677,"height":76,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 36px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">01</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"9sTb5SQvK4"},{"type":"text","id":"l7eNOfYCdp","left":52.324487750574605,"top":250.14279224319205,"width":257.1457180500659,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"9sTb5SQvK4"},{"type":"text","id":"NAkQHhDmUN","left":52.32448775057461,"top":293.6071396164349,"width":257.1457180500659,"height":188,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"9sTb5SQvK4"},{"type":"text","id":"wgtQEPYlrD","left":25.937890611803702,"top":13.183113183113184,"width":768.5787642309381,"height":93,"content":"<p style=\"\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSerif;\"><span style=\"color: rgb(255, 220, 132);\">内容页标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"shape","id":"dxI027suzO","left":340.2790332051201,"top":127.45652173913045,"width":273.81238471673254,"height":401.0652173913043,"viewBox":[273.81238471673254,401.0652173913043],"path":"M 19.977846106804854 0 L 253.83453860992768 0 Q 273.81238471673254 0 273.81238471673254 19.977846106804854 L 273.81238471673254 381.08737128449945 Q 273.81238471673254 401.0652173913043 253.83453860992768 401.0652173913043 L 19.977846106804854 401.0652173913043 Q 0 401.0652173913043 0 381.08737128449945 L 0 19.977846106804854 Q 0 0 19.977846106804854 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0729618060464013],"lock":false,"shadow":{"h":4,"v":4,"blur":2,"color":"rgb(73, 45, 34)"},"groupId":"ajWYFcP7Lt"},{"type":"text","id":"1l1WPNi10D","left":412.28720088285297,"top":159.21409749670616,"width":129.79604936126677,"height":76,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 36px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">02</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"ajWYFcP7Lt"},{"type":"text","id":"twOh_37Vh_","left":348.6123665384534,"top":250.1427922431919,"width":257.1457180500659,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"ajWYFcP7Lt"},{"type":"text","id":"HEag7T9_Ka","left":348.6123665384534,"top":293.6071396164348,"width":257.1457180500659,"height":188,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"ajWYFcP7Lt"},{"type":"image","id":"t6oGNBzPiD","src":"https://images.pexels.com/photos/953757/pexels-photo-953757.jpeg","width":274.55006587615276,"height":401.06521739130426,"left":636.5669119929989,"top":127.45652173913045,"fixedRatio":true,"rotate":0,"clip":{"shape":"rect","range":[[0,0],[68.4931506849315,100]]},"radius":16,"filters":{"sepia":"30%","saturate":"135%","opacity":"70%"},"imageType":"pageFigure","lock":true},{"type":"shape","id":"Y1tDEFCA9Z","left":850.2215569687933,"top":-99.11998519712085,"width":40.90909090909091,"height":221.96969696969697,"viewBox":[40.90909090909091,221.96969696969697],"path":"M 20.454545454545453 0 L 20.454545454545453 0 Q 40.90909090909091 0 40.90909090909091 20.454545454545453 L 40.90909090909091 201.5151515151515 Q 40.90909090909091 221.96969696969697 20.454545454545453 221.96969696969697 L 20.454545454545453 221.96969696969697 Q 0 221.96969696969697 0 201.5151515151515 L 0 20.454545454545453 Q 0 0 20.454545454545453 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":32,"pathFormula":"roundRect","keypoints":[0.5],"groupId":"eIuO-ef5HM","lock":true},{"type":"shape","id":"jTjxtL1XM4","left":866.8579206051569,"top":-40.38676142661734,"width":40.90909090909091,"height":221.96969696969697,"viewBox":[40.90909090909091,221.96969696969697],"path":"M 20.454545454545453 0 L 20.454545454545453 0 Q 40.90909090909091 0 40.90909090909091 20.454545454545453 L 40.90909090909091 201.5151515151515 Q 40.90909090909091 221.96969696969697 20.454545454545453 221.96969696969697 L 20.454545454545453 221.96969696969697 Q 0 221.96969696969697 0 201.5151515151515 L 0 20.454545454545453 Q 0 0 20.454545454545453 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":32,"pathFormula":"roundRect","keypoints":[0.5],"groupId":"eIuO-ef5HM","lock":true},{"type":"shape","id":"TEWwpcy3Mj","left":941.0173681857539,"top":-74.10483368196932,"width":40.90909090909091,"height":221.96969696969697,"viewBox":[40.90909090909091,221.96969696969697],"path":"M 20.454545454545453 0 L 20.454545454545453 0 Q 40.90909090909091 0 40.90909090909091 20.454545454545453 L 40.90909090909091 201.5151515151515 Q 40.90909090909091 221.96969696969697 20.454545454545453 221.96969696969697 L 20.454545454545453 221.96969696969697 Q 0 221.96969696969697 0 201.5151515151515 L 0 20.454545454545453 Q 0 0 20.454545454545453 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":32,"pathFormula":"roundRect","keypoints":[0.5],"groupId":"eIuO-ef5HM","lock":true}],"background":{"type":"solid","color":"rgba(73,45,34,1)"},"type":"content"},{"id":"Ypp1wjBZxC","elements":[{"type":"shape","id":"uWFIdtYp7R","left":43.99115441724129,"top":127.45652173913045,"width":273.81238471673254,"height":401.0652173913043,"viewBox":[273.81238471673254,401.0652173913043],"path":"M 19.977846106804854 0 L 253.83453860992768 0 Q 273.81238471673254 0 273.81238471673254 19.977846106804854 L 273.81238471673254 381.08737128449945 Q 273.81238471673254 401.0652173913043 253.83453860992768 401.0652173913043 L 19.977846106804854 401.0652173913043 Q 0 401.0652173913043 0 381.08737128449945 L 0 19.977846106804854 Q 0 0 19.977846106804854 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0729618060464013],"lock":false,"shadow":{"h":4,"v":4,"blur":2,"color":"rgb(73, 45, 34)"},"groupId":"iFuQBGWcdO"},{"type":"text","id":"PPx9I8oqzt","left":115.99932209497418,"top":159.2140974967062,"width":129.79604936126677,"height":76,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 36px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">01</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"iFuQBGWcdO"},{"type":"text","id":"GrMRtzP39J","left":52.324487750574605,"top":250.14279224319205,"width":257.1457180500659,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"iFuQBGWcdO"},{"type":"text","id":"kjjPB3Axpx","left":52.32448775057461,"top":293.6071396164349,"width":257.1457180500659,"height":188,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"iFuQBGWcdO"},{"type":"text","id":"XLj5_wmCE3","left":25.937890611803702,"top":13.183113183113184,"width":768.5787642309381,"height":93,"content":"<p style=\"\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSerif;\"><span style=\"color: rgb(255, 220, 132);\">内容页标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"shape","id":"8eAYbIzwo-","left":332.40024532633225,"top":127.45652173913045,"width":273.81238471673254,"height":401.0652173913043,"viewBox":[273.81238471673254,401.0652173913043],"path":"M 19.977846106804854 0 L 253.83453860992768 0 Q 273.81238471673254 0 273.81238471673254 19.977846106804854 L 273.81238471673254 381.08737128449945 Q 273.81238471673254 401.0652173913043 253.83453860992768 401.0652173913043 L 19.977846106804854 401.0652173913043 Q 0 401.0652173913043 0 381.08737128449945 L 0 19.977846106804854 Q 0 0 19.977846106804854 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0729618060464013],"lock":false,"shadow":{"h":4,"v":4,"blur":2,"color":"rgb(73, 45, 34)"},"groupId":"mY5IYaZdd5"},{"type":"text","id":"RwTTgV3NT4","left":404.40841300406515,"top":159.21409749670616,"width":129.79604936126677,"height":76,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 36px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">02</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"mY5IYaZdd5"},{"type":"text","id":"qBYnl6UbA5","left":340.73357865966557,"top":250.1427922431919,"width":257.1457180500659,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"mY5IYaZdd5"},{"type":"text","id":"teq9dOixD6","left":340.73357865966557,"top":293.6071396164348,"width":257.1457180500659,"height":188,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"mY5IYaZdd5"},{"type":"shape","id":"gDYToo0pWk","left":850.2215569687933,"top":-99.11998519712085,"width":40.90909090909091,"height":221.96969696969697,"viewBox":[40.90909090909091,221.96969696969697],"path":"M 20.454545454545453 0 L 20.454545454545453 0 Q 40.90909090909091 0 40.90909090909091 20.454545454545453 L 40.90909090909091 201.5151515151515 Q 40.90909090909091 221.96969696969697 20.454545454545453 221.96969696969697 L 20.454545454545453 221.96969696969697 Q 0 221.96969696969697 0 201.5151515151515 L 0 20.454545454545453 Q 0 0 20.454545454545453 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":32,"pathFormula":"roundRect","keypoints":[0.5],"groupId":"VVTVbvgJ13","lock":true},{"type":"shape","id":"xO8-G8oNa_","left":866.8579206051569,"top":-40.38676142661734,"width":40.90909090909091,"height":221.96969696969697,"viewBox":[40.90909090909091,221.96969696969697],"path":"M 20.454545454545453 0 L 20.454545454545453 0 Q 40.90909090909091 0 40.90909090909091 20.454545454545453 L 40.90909090909091 201.5151515151515 Q 40.90909090909091 221.96969696969697 20.454545454545453 221.96969696969697 L 20.454545454545453 221.96969696969697 Q 0 221.96969696969697 0 201.5151515151515 L 0 20.454545454545453 Q 0 0 20.454545454545453 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":32,"pathFormula":"roundRect","keypoints":[0.5],"groupId":"VVTVbvgJ13","lock":true},{"type":"shape","id":"ADcWLeyt4p","left":941.0173681857539,"top":-74.10483368196932,"width":40.90909090909091,"height":221.96969696969697,"viewBox":[40.90909090909091,221.96969696969697],"path":"M 20.454545454545453 0 L 20.454545454545453 0 Q 40.90909090909091 0 40.90909090909091 20.454545454545453 L 40.90909090909091 201.5151515151515 Q 40.90909090909091 221.96969696969697 20.454545454545453 221.96969696969697 L 20.454545454545453 221.96969696969697 Q 0 221.96969696969697 0 201.5151515151515 L 0 20.454545454545453 Q 0 0 20.454545454545453 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":32,"pathFormula":"roundRect","keypoints":[0.5],"groupId":"VVTVbvgJ13","lock":true},{"type":"shape","id":"eY_rIm24ze","left":620.8093362354232,"top":127.45652173913045,"width":273.81238471673254,"height":401.0652173913043,"viewBox":[273.81238471673254,401.0652173913043],"path":"M 19.977846106804854 0 L 253.83453860992768 0 Q 273.81238471673254 0 273.81238471673254 19.977846106804854 L 273.81238471673254 381.08737128449945 Q 273.81238471673254 401.0652173913043 253.83453860992768 401.0652173913043 L 19.977846106804854 401.0652173913043 Q 0 401.0652173913043 0 381.08737128449945 L 0 19.977846106804854 Q 0 0 19.977846106804854 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0729618060464013],"lock":false,"shadow":{"h":4,"v":4,"blur":2,"color":"rgb(73, 45, 34)"},"groupId":"3CyzxYeK1l"},{"type":"text","id":"5H4VZDg8Tb","left":692.8175039131562,"top":159.2140974967062,"width":129.79604936126677,"height":76,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 36px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">03</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"3CyzxYeK1l"},{"type":"text","id":"fxJT0VMUMW","left":629.1426695687564,"top":250.142792243192,"width":257.1457180500659,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"3CyzxYeK1l"},{"type":"text","id":"mI9ta0JDxQ","left":629.1426695687564,"top":293.60713961643484,"width":257.1457180500659,"height":188,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"3CyzxYeK1l"},{"type":"image","id":"CNDzjBWwTi","src":"https://images.pexels.com/photos/953757/pexels-photo-953757.jpeg","width":80.90147634286748,"height":81.2701960430265,"left":717.2647904223558,"top":156.57899947519294,"fixedRatio":true,"rotate":45,"filters":{"blur":"2px","opacity":"50%"},"clip":{"shape":"rect","range":[[0,0],[100,100]]},"radius":0,"imageType":"itemFigure"},{"type":"image","id":"uvcCv-WJHL","src":"https://images.pexels.com/photos/953757/pexels-photo-953757.jpeg","width":80.90147634286748,"height":81.2701960430265,"left":140.4466086041738,"top":156.57899947519294,"fixedRatio":true,"rotate":45,"filters":{"blur":"2px","opacity":"50%"},"clip":{"shape":"rect","range":[[0,0],[100,100]]},"radius":0,"imageType":"itemFigure"},{"type":"image","id":"zOxJ141b64","src":"https://images.pexels.com/photos/953757/pexels-photo-953757.jpeg","width":80.90147634286748,"height":81.2701960430265,"left":428.85569951326477,"top":156.57899947519294,"fixedRatio":true,"rotate":45,"filters":{"blur":"2px","opacity":"50%"},"clip":{"shape":"rect","range":[[0,0],[100,100]]},"radius":0,"imageType":"itemFigure"}],"background":{"type":"solid","color":"rgba(73,45,34,1)"},"type":"content"},{"id":"_jaeC4w5gl","elements":[{"type":"shape","id":"nAyP-L_IFW","left":850.2215569687933,"top":-99.11998519712085,"width":40.90909090909091,"height":221.96969696969697,"viewBox":[40.90909090909091,221.96969696969697],"path":"M 20.454545454545453 0 L 20.454545454545453 0 Q 40.90909090909091 0 40.90909090909091 20.454545454545453 L 40.90909090909091 201.5151515151515 Q 40.90909090909091 221.96969696969697 20.454545454545453 221.96969696969697 L 20.454545454545453 221.96969696969697 Q 0 221.96969696969697 0 201.5151515151515 L 0 20.454545454545453 Q 0 0 20.454545454545453 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":32,"pathFormula":"roundRect","keypoints":[0.5],"groupId":"pDeTFH7VoW","lock":true},{"type":"shape","id":"s1KCKLYeCQ","left":866.8579206051569,"top":-40.38676142661734,"width":40.90909090909091,"height":221.96969696969697,"viewBox":[40.90909090909091,221.96969696969697],"path":"M 20.454545454545453 0 L 20.454545454545453 0 Q 40.90909090909091 0 40.90909090909091 20.454545454545453 L 40.90909090909091 201.5151515151515 Q 40.90909090909091 221.96969696969697 20.454545454545453 221.96969696969697 L 20.454545454545453 221.96969696969697 Q 0 221.96969696969697 0 201.5151515151515 L 0 20.454545454545453 Q 0 0 20.454545454545453 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":32,"pathFormula":"roundRect","keypoints":[0.5],"groupId":"pDeTFH7VoW","lock":true},{"type":"shape","id":"6Vpv7C-22G","left":941.0173681857539,"top":-74.10483368196932,"width":40.90909090909091,"height":221.96969696969697,"viewBox":[40.90909090909091,221.96969696969697],"path":"M 20.454545454545453 0 L 20.454545454545453 0 Q 40.90909090909091 0 40.90909090909091 20.454545454545453 L 40.90909090909091 201.5151515151515 Q 40.90909090909091 221.96969696969697 20.454545454545453 221.96969696969697 L 20.454545454545453 221.96969696969697 Q 0 221.96969696969697 0 201.5151515151515 L 0 20.454545454545453 Q 0 0 20.454545454545453 0 Z","fill":"rgb(251, 210, 106)","fixedRatio":false,"rotate":32,"pathFormula":"roundRect","keypoints":[0.5],"groupId":"pDeTFH7VoW","lock":true},{"type":"image","id":"nGdnEGxQFl","src":"https://images.pexels.com/photos/953757/pexels-photo-953757.jpeg","width":1000,"height":1010.2145523193395,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"15%"},"lock":true,"imageType":"background"},{"type":"shape","id":"y1meHu3Mu4","left":35.78637546028857,"top":122.90036800076777,"width":348.81238471673254,"height":198.0349143610013,"viewBox":[348.81238471673254,198.0349143610013],"path":"M 14.44898501202307 0 L 334.3633997047095 0 Q 348.81238471673254 0 348.81238471673254 14.44898501202307 L 348.81238471673254 183.58592934897825 Q 348.81238471673254 198.0349143610013 334.3633997047095 198.0349143610013 L 14.44898501202307 198.0349143610013 Q 0 198.0349143610013 0 183.58592934897825 L 0 14.44898501202307 Q 0 0 14.44898501202307 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0729618060464013],"lock":false,"shadow":{"h":4,"v":4,"blur":2,"color":"rgb(73, 45, 34)"},"groupId":"NlkJoWH4Rh"},{"type":"text","id":"zlVGnH7TnR","left":44.119708793621825,"top":133.11844025611975,"width":332.1457180500659,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"NlkJoWH4Rh"},{"type":"text","id":"SJC-p8eLly","left":44.119708793621825,"top":169.12878787878793,"width":332.14571805006585,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"NlkJoWH4Rh"},{"type":"text","id":"xmUYKNDCqt","left":25.937890611803702,"top":13.183113183113184,"width":768.5787642309381,"height":93,"content":"<p style=\"\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSerif;\"><span style=\"color: rgb(255, 220, 132);\">内容页标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"shape","id":"94FWKrNDlQ","left":408.48334515725827,"top":122.90036800076777,"width":348.81238471673254,"height":198.0349143610013,"viewBox":[348.81238471673254,198.0349143610013],"path":"M 14.44898501202307 0 L 334.3633997047095 0 Q 348.81238471673254 0 348.81238471673254 14.44898501202307 L 348.81238471673254 183.58592934897825 Q 348.81238471673254 198.0349143610013 334.3633997047095 198.0349143610013 L 14.44898501202307 198.0349143610013 Q 0 198.0349143610013 0 183.58592934897825 L 0 14.44898501202307 Q 0 0 14.44898501202307 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0729618060464013],"lock":false,"shadow":{"h":4,"v":4,"blur":2,"color":"rgb(73, 45, 34)"},"groupId":"6rDt8JOPho"},{"type":"text","id":"bXAcdpjwxY","left":416.8166784905915,"top":133.11844025611975,"width":332.1457180500659,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"6rDt8JOPho"},{"type":"text","id":"vjQe5M6DDh","left":416.8166784905915,"top":169.12878787878793,"width":332.14571805006585,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"6rDt8JOPho"},{"type":"shape","id":"Zx_8rAeN6b","left":241.9625592265972,"top":343.50642860682836,"width":348.81238471673254,"height":198.0349143610013,"viewBox":[348.81238471673254,198.0349143610013],"path":"M 14.44898501202307 0 L 334.3633997047095 0 Q 348.81238471673254 0 348.81238471673254 14.44898501202307 L 348.81238471673254 183.58592934897825 Q 348.81238471673254 198.0349143610013 334.3633997047095 198.0349143610013 L 14.44898501202307 198.0349143610013 Q 0 198.0349143610013 0 183.58592934897825 L 0 14.44898501202307 Q 0 0 14.44898501202307 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0729618060464013],"lock":false,"shadow":{"h":4,"v":4,"blur":2,"color":"rgb(73, 45, 34)"},"groupId":"N658cndh87"},{"type":"text","id":"hiTv2vmJX9","left":250.29589255993045,"top":353.7245008621804,"width":332.1457180500659,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"N658cndh87"},{"type":"text","id":"56nVd7_Mxe","left":250.29589255993045,"top":389.7348484848485,"width":332.14571805006585,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"N658cndh87"},{"type":"shape","id":"P-T5x_Wg5l","left":614.6595289235668,"top":343.50642860682836,"width":348.81238471673254,"height":198.0349143610013,"viewBox":[348.81238471673254,198.0349143610013],"path":"M 14.44898501202307 0 L 334.3633997047095 0 Q 348.81238471673254 0 348.81238471673254 14.44898501202307 L 348.81238471673254 183.58592934897825 Q 348.81238471673254 198.0349143610013 334.3633997047095 198.0349143610013 L 14.44898501202307 198.0349143610013 Q 0 198.0349143610013 0 183.58592934897825 L 0 14.44898501202307 Q 0 0 14.44898501202307 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0729618060464013],"lock":false,"shadow":{"h":4,"v":4,"blur":2,"color":"rgb(73, 45, 34)"},"groupId":"8SB5Zq1dll"},{"type":"text","id":"3RI4ep3aNL","left":622.9928622569,"top":353.7245008621804,"width":332.1457180500659,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"8SB5Zq1dll"},{"type":"text","id":"nwIopa_PNm","left":622.9928622569,"top":389.7348484848485,"width":332.14571805006585,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"8SB5Zq1dll"}],"background":{"type":"solid","color":"rgba(73,45,34,1)"},"type":"content"},{"id":"c3OrIAxFOJ","elements":[{"type":"shape","id":"GPxy9k5yGC","left":53.278260869565194,"top":120.93478260869567,"width":893.4434782608696,"height":401.0652173913043,"viewBox":[893.4434782608696,401.0652173913043],"path":"M 17.277219714555926 0 L 876.1662585463137 0 Q 893.4434782608696 0 893.4434782608696 17.277219714555926 L 893.4434782608696 383.7879976767484 Q 893.4434782608696 401.0652173913043 876.1662585463137 401.0652173913043 L 17.277219714555926 401.0652173913043 Q 0 401.0652173913043 0 383.7879976767484 L 0 17.277219714555926 Q 0 0 17.277219714555926 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.043078329821105356],"lock":true,"shadow":{"h":2,"v":2,"blur":6,"color":"rgb(73, 45, 34)"}},{"type":"image","id":"oA00fybj-Q","src":"https://images.pexels.com/photos/929032/pexels-photo-929032.jpeg","width":893.4434782608696,"height":401.1415019762846,"left":52.278260869565194,"top":120.93478260869567,"fixedRatio":true,"rotate":0,"filters":{"opacity":"20%"},"clip":{"shape":"rect","range":[[0,0],[100,80]]},"radius":18,"lock":true,"imageType":"pageFigure"},{"type":"text","id":"c7OMlJvXYW","left":134.29512516469046,"top":227.96739130434779,"width":336.5612648221344,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"XeCYB-6f8n"},{"type":"text","id":"zkwf-ZgY82","left":134.29512516469046,"top":274.9673913043478,"width":336.5612648221344,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"XeCYB-6f8n"},{"type":"text","id":"EX1iuvSv7T","left":53.27826086956523,"top":16.666666666666664,"width":893.4434782608696,"height":93,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSerif;\"><span style=\"color: rgb(255, 220, 132);\">内容页标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"75O2LkCdWK","left":529.1436100131752,"top":227.96739130434779,"width":336.5612648221344,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"Jv2xpJucuf"},{"type":"text","id":"dBP1pd6EmA","left":529.1436100131752,"top":274.9673913043478,"width":336.5612648221344,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"Jv2xpJucuf"}],"background":{"type":"solid","color":"rgba(73,45,34,1)"},"type":"content"},{"id":"-Jtpx9w5m2","elements":[{"type":"shape","id":"UMFLPls3f5","left":53.278260869565194,"top":120.93478260869567,"width":893.4434782608696,"height":401.0652173913043,"viewBox":[893.4434782608696,401.0652173913043],"path":"M 17.277219714555926 0 L 876.1662585463137 0 Q 893.4434782608696 0 893.4434782608696 17.277219714555926 L 893.4434782608696 383.7879976767484 Q 893.4434782608696 401.0652173913043 876.1662585463137 401.0652173913043 L 17.277219714555926 401.0652173913043 Q 0 401.0652173913043 0 383.7879976767484 L 0 17.277219714555926 Q 0 0 17.277219714555926 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.043078329821105356],"lock":true,"shadow":{"h":2,"v":2,"blur":6,"color":"rgb(73, 45, 34)"}},{"type":"image","id":"puLzbcS-g5","src":"https://images.pexels.com/photos/929032/pexels-photo-929032.jpeg","width":893.4434782608696,"height":401.1415019762846,"left":52.278260869565194,"top":120.93478260869567,"fixedRatio":true,"rotate":0,"filters":{"opacity":"20%"},"clip":{"shape":"rect","range":[[0,0],[100,80]]},"radius":18,"lock":true,"imageType":"pageFigure"},{"type":"text","id":"qLuTDXL0RO","left":73.23451910408444,"top":227.96739130434779,"width":276.7127799736495,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"-9BgJp7a4V"},{"type":"text","id":"9v8SKvLO1t","left":73.23451910408444,"top":274.9673913043478,"width":276.7127799736495,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"-9BgJp7a4V"},{"type":"text","id":"zZblIS-o5J","left":53.27826086956523,"top":16.666666666666664,"width":893.4434782608696,"height":93,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSerif;\"><span style=\"color: rgb(255, 220, 132);\">内容页标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"HwPiZmrqN3","left":361.6436100131753,"top":227.96739130434779,"width":276.7127799736495,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"qQLr0RTvi0"},{"type":"text","id":"hfpSfnWQvN","left":361.6436100131753,"top":274.9673913043478,"width":276.7127799736495,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"qQLr0RTvi0"},{"type":"text","id":"2PfbQLMehk","left":650.0527009222661,"top":227.96739130434779,"width":276.7127799736495,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"0lH90J7MAh"},{"type":"text","id":"WIbNSi8DnO","left":650.0527009222661,"top":274.9673913043478,"width":276.7127799736495,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"0lH90J7MAh"}],"background":{"type":"solid","color":"rgba(73,45,34,1)"},"type":"content"},{"id":"KsoIpgHlWM","elements":[{"type":"shape","id":"qXa36LDUO9","left":16.15704874835307,"top":120.93478260869567,"width":967.6859025032938,"height":401.0652173913043,"viewBox":[967.6859025032938,401.0652173913043],"path":"M 17.277219714555926 0 L 950.4086827887379 0 Q 967.6859025032938 0 967.6859025032938 17.277219714555926 L 967.6859025032938 383.7879976767484 Q 967.6859025032938 401.0652173913043 950.4086827887379 401.0652173913043 L 17.277219714555926 401.0652173913043 Q 0 401.0652173913043 0 383.7879976767484 L 0 17.277219714555926 Q 0 0 17.277219714555926 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.043078329821105356],"lock":true,"shadow":{"h":2,"v":2,"blur":6,"color":"rgb(73, 45, 34)"}},{"type":"image","id":"1ww9ZgM9v0","src":"https://images.pexels.com/photos/929032/pexels-photo-929032.jpeg","width":967.6859025032938,"height":401.23649923985664,"left":16.15704874835307,"top":120.93478260869567,"fixedRatio":true,"rotate":0,"filters":{"opacity":"20%"},"clip":{"shape":"rect","range":[[0,0],[100,74.07407407407408]]},"radius":18,"lock":true,"imageType":"pageFigure"},{"type":"text","id":"GVNistfLbh","left":24.749670619235957,"top":227.96739130434779,"width":232.01581027667984,"height":44,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"MyOaxD3EKI"},{"type":"text","id":"9hMkYdhSkt","left":24.749670619235957,"top":268.9673913043478,"width":232.01581027667987,"height":188,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"MyOaxD3EKI"},{"type":"text","id":"_LAZ-l05hd","left":53.27826086956523,"top":16.666666666666664,"width":893.4434782608696,"height":93,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 48px;\"><span style=\"font-family: SourceHanSerif;\"><span style=\"color: rgb(255, 220, 132);\">内容页标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"zIJhXeubTo","left":260.7268335529206,"top":227.96739130434779,"width":232.01581027667984,"height":44,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"XDRi3lxOzw"},{"type":"text","id":"YOCRNH_6Lx","left":260.7268335529206,"top":268.9673913043478,"width":232.01581027667987,"height":188,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"XDRi3lxOzw"},{"type":"text","id":"zyGw_895vi","left":496.7039964866052,"top":227.96739130434773,"width":232.01581027667984,"height":44,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"p6vr1HhzdI"},{"type":"text","id":"_zfrydyhu6","left":496.7039964866052,"top":268.96739130434776,"width":232.01581027667987,"height":188,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"p6vr1HhzdI"},{"type":"text","id":"5snHTxfvsv","left":732.6811594202898,"top":227.96739130434779,"width":232.01581027667984,"height":44,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 16px;\"><span style=\"color: rgb(73, 45, 34);\">内容项标题</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"dYy7aoYfFQ"},{"type":"text","id":"FF-6jlgnb4","left":732.6811594202898,"top":268.9673913043478,"width":232.01581027667987,"height":188,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"dYy7aoYfFQ"}],"background":{"type":"solid","color":"rgba(73,45,34,1)"},"type":"content"},{"id":"8zH1bAP1x9","elements":[{"type":"shape","id":"Hoof8Gu6_f","left":32.62608695652179,"top":31.804347826086975,"width":934.7478260869565,"height":498.89130434782606,"viewBox":[934.7478260869565,498.89130434782606],"path":"M 18.535067287784678 0 L 916.2127587991718 0 Q 934.7478260869565 0 934.7478260869565 18.535067287784678 L 934.7478260869565 480.3562370600414 Q 934.7478260869565 498.89130434782606 916.2127587991718 498.89130434782606 L 18.535067287784678 498.89130434782606 Q 0 498.89130434782606 0 480.3562370600414 L 0 18.535067287784678 Q 0 0 18.535067287784678 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.037152516242019054],"lock":true},{"type":"text","id":"Q1jmsBxvdm","left":241.83507905138345,"top":165.75000000000003,"width":516.3298418972331,"height":143,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 80px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">感谢观看</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"shape","id":"oPKWD0yOXj","left":207.28030303030303,"top":259.25,"width":44,"height":44,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"groupId":"m6gDB2HXSc"},{"type":"shape","id":"9WiF5vet0m","left":207.28030303030303,"top":165.75000000000003,"width":44,"height":44,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":90,"groupId":"m6gDB2HXSc"},{"type":"shape","id":"F3gYlp3g6c","left":748.719696969697,"top":259.25,"width":44,"height":44,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"flipH":true,"groupId":"m6gDB2HXSc"},{"type":"shape","id":"LxCgIg54FH","left":748.719696969697,"top":165.75000000000003,"width":44,"height":44,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":90,"flipH":false,"flipV":true,"groupId":"m6gDB2HXSc"},{"type":"shape","id":"nstlSyUaQO","left":349.45652173913044,"top":413.86659049736494,"width":301.0869565217391,"height":45.81686429512516,"viewBox":[301.0869565217391,45.81686429512516],"path":"M 5.727108036890645 0 L 295.3598484848485 0 Q 301.0869565217391 0 301.0869565217391 5.727108036890645 L 301.0869565217391 40.089756258234516 Q 301.0869565217391 45.81686429512516 295.3598484848485 45.81686429512516 L 5.727108036890645 45.81686429512516 Q 0 45.81686429512516 0 40.089756258234516 L 0 5.727108036890645 Q 0 0 5.727108036890645 0 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><span style=\"font-size: 20px;\"><span style=\"color: rgb(251, 210, 106);\">演讲人:XXX</span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333333"}}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"end"},{"id":"XbFyX73AbV","elements":[{"type":"shape","id":"AObF9o4mgf","left":32.62608695652179,"top":31.804347826086975,"width":934.7478260869565,"height":498.89130434782606,"viewBox":[934.7478260869565,498.89130434782606],"path":"M 18.535067287784678 0 L 916.2127587991718 0 Q 934.7478260869565 0 934.7478260869565 18.535067287784678 L 934.7478260869565 480.3562370600414 Q 934.7478260869565 498.89130434782606 916.2127587991718 498.89130434782606 L 18.535067287784678 498.89130434782606 Q 0 498.89130434782606 0 480.3562370600414 L 0 18.535067287784678 Q 0 0 18.535067287784678 0 Z","fill":"rgba(251,210,106,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.037152516242019054],"lock":true},{"type":"text","id":"bnhiYz0HYg","left":235.32608695652178,"top":141.75033967391306,"width":529.3478260869565,"height":143,"content":"<p style=\"text-align: center;\" class=\"\"><strong><span style=\"font-size: 80px;\"><span style=\"font-family: SourceHanSans;\"><span style=\"color: rgb(73, 45, 34);\">感谢观看</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"SIpQURyDib","left":392.6383399209486,"top":317.41600790513814,"width":214.72332015810275,"height":80,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: rgb(73, 45, 34);\">THANKS</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"shape","id":"0cRQeJbgb1","left":267.39130434782606,"top":284.75033967391306,"width":465.2173913043478,"height":20,"viewBox":[465.2173913043478,20],"path":"M 5.454545454545455 0 L 459.7628458498024 0 Q 465.2173913043478 0 465.2173913043478 5.454545454545455 L 465.2173913043478 14.545454545454545 Q 465.2173913043478 20 459.7628458498024 20 L 5.454545454545455 20 Q 0 20 0 14.545454545454545 L 0 5.454545454545455 Q 0 0 5.454545454545455 0 Z","fill":"rgb(73, 45, 34)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.27272727272727276]}],"background":{"type":"solid","color":"rgb(73, 45, 34)"},"type":"end"}]}
|