@wagemule/daemon 0.1.0 → 0.1.3
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/README.md +9 -2
- package/dist/main.cjs +270 -101
- package/dist/main.cjs.map +3 -3
- package/dist/skills/larksuite/lark-approval/SKILL.md +56 -0
- package/dist/skills/larksuite/lark-attendance/SKILL.md +57 -0
- package/dist/skills/larksuite/lark-base/SKILL.md +349 -0
- package/dist/skills/larksuite/lark-base/references/dashboard-block-data-config.md +350 -0
- package/dist/skills/larksuite/lark-base/references/examples.md +140 -0
- package/dist/skills/larksuite/lark-base/references/formula-field-guide.md +735 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-advperm-disable.md +83 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-advperm-enable.md +80 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-base-copy.md +74 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-base-create.md +68 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-base-get.md +39 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-cell-value.md +151 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-arrange.md +83 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-create.md +108 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-delete.md +46 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-get.md +57 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-list.md +53 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-update.md +84 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-create.md +73 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-delete.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-get.md +59 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-list.md +52 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-update.md +69 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard.md +240 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-data-analysis-sop.md +88 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-data-query.md +451 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-create.md +104 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-delete.md +51 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-get.md +42 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-list.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-search-options.md +48 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-update.md +166 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field.md +23 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-create.md +87 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-delete.md +64 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-get.md +68 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-list.md +73 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-create.md +118 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-delete.md +68 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-list.md +84 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-update.md +92 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions.md +23 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-update.md +82 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form.md +24 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-history.md +16 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-create.md +58 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-update.md +53 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-delete.md +62 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-history-list.md +86 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-share-link-create.md +72 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-upload-attachment.md +50 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-upsert.md +64 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record.md +29 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-create.md +89 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-delete.md +83 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-get.md +87 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-list.md +81 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-update.md +94 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-shortcut-field-properties.md +481 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-create.md +62 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-delete.md +51 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-get.md +46 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-list.md +43 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-update.md +49 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table.md +20 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-create.md +50 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-delete.md +48 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-card.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-filter.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-group.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-sort.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-timebar.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-visible-fields.md +28 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-list.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-rename.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-card.md +55 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-filter.md +181 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-group.md +65 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-sort.md +63 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-timebar.md +51 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-visible-fields.md +46 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-create.md +180 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-disable.md +94 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-enable.md +94 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-get.md +147 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-guide.md +718 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-list.md +124 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-schema.md +935 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-update.md +167 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow.md +23 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workspace.md +18 -0
- package/dist/skills/larksuite/lark-base/references/lookup-field-guide.md +510 -0
- package/dist/skills/larksuite/lark-base/references/role-config.md +539 -0
- package/dist/skills/larksuite/lark-calendar/SKILL.md +154 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-agenda.md +78 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-create.md +109 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-freebusy.md +124 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-room-find.md +113 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-rsvp.md +42 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-schedule-meeting.md +265 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-suggestion.md +125 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-update.md +105 -0
- package/dist/skills/larksuite/lark-contact/SKILL.md +45 -0
- package/dist/skills/larksuite/lark-contact/references/lark-contact-get-user.md +19 -0
- package/dist/skills/larksuite/lark-contact/references/lark-contact-search-user.md +124 -0
- package/dist/skills/larksuite/lark-doc/SKILL.md +69 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-create.md +89 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-fetch.md +141 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-md.md +71 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-media-download.md +50 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-media-insert.md +114 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-media-preview.md +41 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-search.md +217 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-update.md +252 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-whiteboard.md +100 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-xml.md +169 -0
- package/dist/skills/larksuite/lark-doc/references/style/lark-doc-create-workflow.md +56 -0
- package/dist/skills/larksuite/lark-doc/references/style/lark-doc-style.md +106 -0
- package/dist/skills/larksuite/lark-doc/references/style/lark-doc-update-workflow.md +54 -0
- package/dist/skills/larksuite/lark-drive/SKILL.md +343 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-add-comment.md +169 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-apply-permission.md +77 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-create-folder.md +73 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-create-shortcut.md +103 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-delete.md +79 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-download.md +31 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-export-download.md +50 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-export.md +119 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-import.md +154 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-move.md +120 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-pull.md +137 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-push.md +162 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-reactions.md +113 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-search.md +239 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-status.md +137 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-task-result.md +302 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-upload.md +101 -0
- package/dist/skills/larksuite/lark-event/SKILL.md +145 -0
- package/dist/skills/larksuite/lark-event/references/lark-event-im.md +86 -0
- package/dist/skills/larksuite/lark-im/SKILL.md +162 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-create.md +162 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-identity.md +55 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-list.md +113 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-messages-list.md +142 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-search.md +136 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-update.md +84 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-flag-cancel.md +67 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-flag-create.md +67 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-flag-list.md +100 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-mget.md +95 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-reply.md +222 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-resources-download.md +94 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-search.md +217 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-send.md +223 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-reactions.md +297 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-threads-messages-list.md +111 -0
- package/dist/skills/larksuite/lark-mail/SKILL.md +648 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-decline-receipt.md +115 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-create.md +123 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-edit.md +400 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-forward.md +232 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-message.md +230 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-messages.md +108 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-reply-all.md +206 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-reply.md +242 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-send-receipt.md +120 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-send.md +216 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-share-to-chat.md +87 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-signature.md +98 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-template-create.md +129 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-template-update.md +150 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-thread.md +111 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-triage.md +122 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-watch.md +94 -0
- package/dist/skills/larksuite/lark-markdown/SKILL.md +46 -0
- package/dist/skills/larksuite/lark-markdown/references/lark-markdown-create.md +86 -0
- package/dist/skills/larksuite/lark-markdown/references/lark-markdown-fetch.md +79 -0
- package/dist/skills/larksuite/lark-markdown/references/lark-markdown-overwrite.md +85 -0
- package/dist/skills/larksuite/lark-minutes/SKILL.md +139 -0
- package/dist/skills/larksuite/lark-minutes/references/lark-minutes-download.md +137 -0
- package/dist/skills/larksuite/lark-minutes/references/lark-minutes-search.md +206 -0
- package/dist/skills/larksuite/lark-minutes/references/lark-minutes-upload.md +104 -0
- package/dist/skills/larksuite/lark-okr/SKILL.md +133 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-contentblock.md +359 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-detail.md +84 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-list.md +90 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-entities.md +329 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-image-upload.md +116 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-create.md +81 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-delete.md +47 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-get.md +62 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-list.md +80 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-update.md +81 -0
- package/dist/skills/larksuite/lark-openapi-explorer/SKILL.md +153 -0
- package/dist/skills/larksuite/lark-shared/SKILL.md +138 -0
- package/dist/skills/larksuite/lark-sheets/SKILL.md +345 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-data.md +197 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-images.md +59 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-style-and-merge.md +141 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-dropdown.md +133 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-filter-views.md +193 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-float-images.md +125 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-formula.md +88 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-row-column-management.md +151 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-sheet-management.md +164 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-spreadsheet-management.md +134 -0
- package/dist/skills/larksuite/lark-skill-maker/SKILL.md +85 -0
- package/dist/skills/larksuite/lark-slides/SKILL.md +525 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--all_hands_meeting.xml +1999 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--annual_gala.xml +1160 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--company_intro.xml +1376 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--corporate_culture.xml +1765 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training.xml +912 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training_workshop.xml +1504 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/hr--onboarding.xml +933 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_communication.xml +1367 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_logo_design.xml +1347 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_operations_plan.xml +1309 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--business_plan.xml +1646 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_plan.xml +1469 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_strategy.xml +1484 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--product_whitepaper.xml +1455 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--roadshow_business_plan.xml +1506 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/misc--book_sharing.xml +1338 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/misc--club_event_plan.xml +4885 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/misc--student_career_plan.xml +1854 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--dark_general.xml +3763 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--dept_annual_report.xml +1192 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--light_general.xml +3378 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--project_kickoff.xml +3152 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--quarterly_review.xml +1253 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--work_report.xml +1099 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary.xml +4420 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary_report.xml +1523 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_logo_design.xml +1347 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_operations_plan.xml +1309 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--marketing_plan.xml +1469 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--product_promotion.xml +687 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--experience_sharing.xml +2242 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--personal_resume.xml +2047 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_defense.xml +1099 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_report.xml +1039 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--self_intro.xml +696 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--teaching_sharing.xml +3013 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--business_case_analysis.xml +1341 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--market_analysis.xml +898 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_analysis.xml +1537 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_intro.xml +2838 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion.xml +687 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion_2.xml +687 -0
- package/dist/skills/larksuite/lark-slides/references/examples.md +261 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-create.md +137 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-edit-workflows.md +142 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-media-upload.md +128 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-replace-slide.md +239 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-create.md +221 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-delete.md +123 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-get.md +110 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-replace.md +186 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentations-get.md +98 -0
- package/dist/skills/larksuite/lark-slides/references/slide-templates.md +201 -0
- package/dist/skills/larksuite/lark-slides/references/slides_demo.xml +226 -0
- package/dist/skills/larksuite/lark-slides/references/slides_xml_schema_definition.xml +3004 -0
- package/dist/skills/larksuite/lark-slides/references/template-catalog.md +464 -0
- package/dist/skills/larksuite/lark-slides/references/template-index.json +1853 -0
- package/dist/skills/larksuite/lark-slides/references/xml-format-guide.md +369 -0
- package/dist/skills/larksuite/lark-slides/references/xml-schema-quick-ref.md +215 -0
- package/dist/skills/larksuite/lark-slides/scripts/layout_lint.py +349 -0
- package/dist/skills/larksuite/lark-slides/scripts/layout_lint_test.py +159 -0
- package/dist/skills/larksuite/lark-slides/scripts/template_tool.py +970 -0
- package/dist/skills/larksuite/lark-slides/scripts/template_tool_test.py +177 -0
- package/dist/skills/larksuite/lark-task/SKILL.md +165 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-assign.md +38 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-comment.md +28 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-complete.md +27 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-create.md +57 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-followers.md +35 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-get-my-tasks.md +55 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-get-related-tasks.md +53 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-reminder.md +36 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-reopen.md +27 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-search.md +41 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-set-ancestor.md +32 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-subscribe-event.md +86 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-create.md +35 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-members.md +36 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-search.md +38 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-task-add.md +38 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-update.md +37 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-upload-attachment.md +59 -0
- package/dist/skills/larksuite/lark-vc/SKILL.md +168 -0
- package/dist/skills/larksuite/lark-vc/references/lark-vc-notes.md +126 -0
- package/dist/skills/larksuite/lark-vc/references/lark-vc-recording.md +153 -0
- package/dist/skills/larksuite/lark-vc/references/lark-vc-search.md +176 -0
- package/dist/skills/larksuite/lark-vc-agent/SKILL.md +121 -0
- package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-events.md +247 -0
- package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-join.md +133 -0
- package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-leave.md +111 -0
- package/dist/skills/larksuite/lark-whiteboard/SKILL.md +144 -0
- package/dist/skills/larksuite/lark-whiteboard/references/connectors.md +102 -0
- package/dist/skills/larksuite/lark-whiteboard/references/content.md +40 -0
- package/dist/skills/larksuite/lark-whiteboard/references/image.md +80 -0
- package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-query.md +49 -0
- package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-update.md +100 -0
- package/dist/skills/larksuite/lark-whiteboard/references/layout.md +374 -0
- package/dist/skills/larksuite/lark-whiteboard/references/schema.md +357 -0
- package/dist/skills/larksuite/lark-whiteboard/references/style.md +318 -0
- package/dist/skills/larksuite/lark-whiteboard/references/typography.md +73 -0
- package/dist/skills/larksuite/lark-whiteboard/routes/dsl.md +107 -0
- package/dist/skills/larksuite/lark-whiteboard/routes/mermaid.md +27 -0
- package/dist/skills/larksuite/lark-whiteboard/routes/svg.md +54 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/architecture.md +433 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/bar-chart.md +187 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/comparison.md +135 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/fishbone.md +238 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/flowchart.md +185 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/flywheel.md +195 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/funnel.md +101 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/line-chart.md +214 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/mermaid.md +130 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/milestone.md +139 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/organization.md +173 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/photo-showcase.md +126 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/pyramid.md +99 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/swimlane.md +371 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/treemap.md +216 -0
- package/dist/skills/larksuite/lark-wiki/SKILL.md +111 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-delete-space.md +205 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-move.md +183 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-copy.md +72 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-create.md +127 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-list.md +88 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-space-list.md +68 -0
- package/dist/skills/larksuite/lark-workflow-meeting-summary/SKILL.md +104 -0
- package/dist/skills/larksuite/lark-workflow-standup-report/SKILL.md +120 -0
- package/package.json +2 -1
|
@@ -0,0 +1,3763 @@
|
|
|
1
|
+
<presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
|
|
2
|
+
<title>黑底通用模板</title>
|
|
3
|
+
<theme>
|
|
4
|
+
<background>
|
|
5
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
6
|
+
</background>
|
|
7
|
+
<textStyles>
|
|
8
|
+
<title fontColor="#000000FF"/>
|
|
9
|
+
<headline fontColor="#000000FF"/>
|
|
10
|
+
<sub-headline fontColor="#000000FF"/>
|
|
11
|
+
<body fontColor="#000000FF"/>
|
|
12
|
+
<caption fontColor="#808080FF" fontSize="14"/>
|
|
13
|
+
</textStyles>
|
|
14
|
+
</theme>
|
|
15
|
+
<slide>
|
|
16
|
+
<style>
|
|
17
|
+
<fill>
|
|
18
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
19
|
+
</fill>
|
|
20
|
+
</style>
|
|
21
|
+
<data>
|
|
22
|
+
<shape width="668" height="36" topLeftX="100" topLeftY="293" type="text">
|
|
23
|
+
<content textType="headline" fontSize="24" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
24
|
+
<p>通用模板副标题</p>
|
|
25
|
+
</content>
|
|
26
|
+
</shape>
|
|
27
|
+
<shape width="668" height="66" topLeftX="100" topLeftY="229" type="text">
|
|
28
|
+
<content textType="headline" fontSize="44" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
29
|
+
<p>通用模板</p>
|
|
30
|
+
</content>
|
|
31
|
+
</shape>
|
|
32
|
+
</data>
|
|
33
|
+
<note>
|
|
34
|
+
<content/>
|
|
35
|
+
</note>
|
|
36
|
+
</slide>
|
|
37
|
+
<slide>
|
|
38
|
+
<style>
|
|
39
|
+
<fill>
|
|
40
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
41
|
+
</fill>
|
|
42
|
+
</style>
|
|
43
|
+
<data>
|
|
44
|
+
<shape width="818" height="24" topLeftX="70" topLeftY="448" type="text">
|
|
45
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
46
|
+
<p>通用模板副标题</p>
|
|
47
|
+
</content>
|
|
48
|
+
</shape>
|
|
49
|
+
<shape width="818" height="48" topLeftX="70" topLeftY="397" type="text">
|
|
50
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
51
|
+
<p>通用模板</p>
|
|
52
|
+
</content>
|
|
53
|
+
</shape>
|
|
54
|
+
<shape width="818" height="21" topLeftX="70" topLeftY="98" type="text">
|
|
55
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
|
|
56
|
+
<p>日期:2026</p>
|
|
57
|
+
</content>
|
|
58
|
+
</shape>
|
|
59
|
+
<shape width="818" height="21" topLeftX="70" topLeftY="73" type="text">
|
|
60
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
|
|
61
|
+
<p>作者:XXX</p>
|
|
62
|
+
</content>
|
|
63
|
+
</shape>
|
|
64
|
+
</data>
|
|
65
|
+
<note>
|
|
66
|
+
<content/>
|
|
67
|
+
</note>
|
|
68
|
+
</slide>
|
|
69
|
+
<slide>
|
|
70
|
+
<style>
|
|
71
|
+
<fill>
|
|
72
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
73
|
+
</fill>
|
|
74
|
+
</style>
|
|
75
|
+
<data>
|
|
76
|
+
<shape width="200" height="260" topLeftX="41" topLeftY="181" presetHandlers="12" type="round-rect">
|
|
77
|
+
<fill>
|
|
78
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
79
|
+
</fill>
|
|
80
|
+
<border color="rgba(51, 51, 51, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
81
|
+
</shape>
|
|
82
|
+
<shape width="200" height="260" topLeftX="267" topLeftY="181" presetHandlers="12" type="round-rect">
|
|
83
|
+
<fill>
|
|
84
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
85
|
+
</fill>
|
|
86
|
+
<border color="rgba(51, 51, 51, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
87
|
+
</shape>
|
|
88
|
+
<shape width="200" height="260" topLeftX="493" topLeftY="181" presetHandlers="12" type="round-rect">
|
|
89
|
+
<fill>
|
|
90
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
91
|
+
</fill>
|
|
92
|
+
<border color="rgba(51, 51, 51, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
93
|
+
</shape>
|
|
94
|
+
<shape width="200" height="260" topLeftX="719" topLeftY="181" presetHandlers="12" type="round-rect">
|
|
95
|
+
<fill>
|
|
96
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
97
|
+
</fill>
|
|
98
|
+
<border color="rgba(51, 51, 51, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
99
|
+
</shape>
|
|
100
|
+
<shape width="164" height="48" topLeftX="59" topLeftY="215" type="text">
|
|
101
|
+
<content fontSize="32" fontFamily="Arial Black" color="rgba(78, 110, 253, 1)" italic="true">
|
|
102
|
+
<p>
|
|
103
|
+
<em>
|
|
104
|
+
<span color="rgba(78, 110, 253, 1)" fontSize="32" fontFamily="Arial Black">01.</span>
|
|
105
|
+
</em>
|
|
106
|
+
</p>
|
|
107
|
+
</content>
|
|
108
|
+
</shape>
|
|
109
|
+
<shape width="164" height="48" topLeftX="285" topLeftY="215" type="text">
|
|
110
|
+
<content fontSize="32" fontFamily="Arial Black" color="rgba(78, 110, 253, 1)" italic="true">
|
|
111
|
+
<p>
|
|
112
|
+
<em>
|
|
113
|
+
<span color="rgba(78, 110, 253, 1)" fontSize="32" fontFamily="Arial Black">02.</span>
|
|
114
|
+
</em>
|
|
115
|
+
</p>
|
|
116
|
+
</content>
|
|
117
|
+
</shape>
|
|
118
|
+
<shape width="164" height="48" topLeftX="511" topLeftY="215" type="text">
|
|
119
|
+
<content fontSize="32" fontFamily="Arial Black" color="rgba(78, 110, 253, 1)" italic="true">
|
|
120
|
+
<p>
|
|
121
|
+
<em>
|
|
122
|
+
<span color="rgba(78, 110, 253, 1)" fontSize="32" fontFamily="Arial Black">03.</span>
|
|
123
|
+
</em>
|
|
124
|
+
</p>
|
|
125
|
+
</content>
|
|
126
|
+
</shape>
|
|
127
|
+
<shape width="164" height="48" topLeftX="737" topLeftY="215" type="text">
|
|
128
|
+
<content fontSize="32" fontFamily="Arial Black" color="rgba(78, 110, 253, 1)" italic="true">
|
|
129
|
+
<p>
|
|
130
|
+
<em>
|
|
131
|
+
<span color="rgba(78, 110, 253, 1)" fontSize="32" fontFamily="Arial Black">04.</span>
|
|
132
|
+
</em>
|
|
133
|
+
</p>
|
|
134
|
+
</content>
|
|
135
|
+
</shape>
|
|
136
|
+
<shape width="164" height="105" topLeftX="737" topLeftY="311" type="text">
|
|
137
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
138
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
139
|
+
</content>
|
|
140
|
+
</shape>
|
|
141
|
+
<shape width="164" height="24" topLeftX="737" topLeftY="278" type="text">
|
|
142
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
143
|
+
<p>目录标题</p>
|
|
144
|
+
</content>
|
|
145
|
+
</shape>
|
|
146
|
+
<shape width="164" height="105" topLeftX="511" topLeftY="311" type="text">
|
|
147
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
148
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
149
|
+
</content>
|
|
150
|
+
</shape>
|
|
151
|
+
<shape width="164" height="24" topLeftX="511" topLeftY="278" type="text">
|
|
152
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
153
|
+
<p>目录标题</p>
|
|
154
|
+
</content>
|
|
155
|
+
</shape>
|
|
156
|
+
<shape width="164" height="105" topLeftX="285" topLeftY="311" type="text">
|
|
157
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
158
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
159
|
+
</content>
|
|
160
|
+
</shape>
|
|
161
|
+
<shape width="164" height="24" topLeftX="285" topLeftY="278" type="text">
|
|
162
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
163
|
+
<p>目录标题</p>
|
|
164
|
+
</content>
|
|
165
|
+
</shape>
|
|
166
|
+
<shape width="164" height="105" topLeftX="59" topLeftY="311" type="text">
|
|
167
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
168
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
169
|
+
</content>
|
|
170
|
+
</shape>
|
|
171
|
+
<shape width="164" height="24" topLeftX="59" topLeftY="278" type="text">
|
|
172
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
173
|
+
<p>目录标题</p>
|
|
174
|
+
</content>
|
|
175
|
+
</shape>
|
|
176
|
+
<shape width="818" height="48" topLeftX="70" topLeftY="88" type="text">
|
|
177
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
178
|
+
<p>目录</p>
|
|
179
|
+
</content>
|
|
180
|
+
</shape>
|
|
181
|
+
</data>
|
|
182
|
+
<note>
|
|
183
|
+
<content/>
|
|
184
|
+
</note>
|
|
185
|
+
</slide>
|
|
186
|
+
<slide>
|
|
187
|
+
<style>
|
|
188
|
+
<fill>
|
|
189
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
190
|
+
</fill>
|
|
191
|
+
</style>
|
|
192
|
+
<data>
|
|
193
|
+
<shape width="40" height="40" topLeftX="100" topLeftY="198" type="ellipse">
|
|
194
|
+
<fill>
|
|
195
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
196
|
+
</fill>
|
|
197
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
198
|
+
<p>
|
|
199
|
+
<strong>
|
|
200
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16" fontFamily="Arial">01</span>
|
|
201
|
+
</strong>
|
|
202
|
+
</p>
|
|
203
|
+
</content>
|
|
204
|
+
</shape>
|
|
205
|
+
<shape width="40" height="40" topLeftX="505" topLeftY="198" type="ellipse">
|
|
206
|
+
<fill>
|
|
207
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
208
|
+
</fill>
|
|
209
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
210
|
+
<p>
|
|
211
|
+
<strong>
|
|
212
|
+
<span color="rgba(255, 255, 255, 1)" fontFamily="Arial">02</span>
|
|
213
|
+
</strong>
|
|
214
|
+
</p>
|
|
215
|
+
</content>
|
|
216
|
+
</shape>
|
|
217
|
+
<shape width="40" height="40" topLeftX="100" topLeftY="287" type="ellipse">
|
|
218
|
+
<fill>
|
|
219
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
220
|
+
</fill>
|
|
221
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
222
|
+
<p>
|
|
223
|
+
<strong>
|
|
224
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16" fontFamily="Arial">03</span>
|
|
225
|
+
</strong>
|
|
226
|
+
</p>
|
|
227
|
+
</content>
|
|
228
|
+
</shape>
|
|
229
|
+
<shape width="40" height="40" topLeftX="505" topLeftY="287" type="ellipse">
|
|
230
|
+
<fill>
|
|
231
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
232
|
+
</fill>
|
|
233
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
234
|
+
<p>
|
|
235
|
+
<strong>
|
|
236
|
+
<span color="rgba(255, 255, 255, 1)" fontFamily="Arial">04</span>
|
|
237
|
+
</strong>
|
|
238
|
+
</p>
|
|
239
|
+
</content>
|
|
240
|
+
</shape>
|
|
241
|
+
<shape width="40" height="40" topLeftX="100" topLeftY="375" type="ellipse">
|
|
242
|
+
<fill>
|
|
243
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
244
|
+
</fill>
|
|
245
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
246
|
+
<p>
|
|
247
|
+
<strong>
|
|
248
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16" fontFamily="Arial">05</span>
|
|
249
|
+
</strong>
|
|
250
|
+
</p>
|
|
251
|
+
</content>
|
|
252
|
+
</shape>
|
|
253
|
+
<shape width="40" height="40" topLeftX="505" topLeftY="375" type="ellipse">
|
|
254
|
+
<fill>
|
|
255
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
256
|
+
</fill>
|
|
257
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
258
|
+
<p>
|
|
259
|
+
<strong>
|
|
260
|
+
<span color="rgba(255, 255, 255, 1)" fontFamily="Arial">06</span>
|
|
261
|
+
</strong>
|
|
262
|
+
</p>
|
|
263
|
+
</content>
|
|
264
|
+
</shape>
|
|
265
|
+
<shape width="300" height="27" topLeftX="155" topLeftY="382" type="text">
|
|
266
|
+
<content fontSize="18" color="rgba(255, 255, 255, 1)" bold="true">
|
|
267
|
+
<p>目录标题</p>
|
|
268
|
+
</content>
|
|
269
|
+
</shape>
|
|
270
|
+
<shape width="300" height="27" topLeftX="155" topLeftY="293" type="text">
|
|
271
|
+
<content fontSize="18" color="rgba(255, 255, 255, 1)" bold="true">
|
|
272
|
+
<p>目录标题</p>
|
|
273
|
+
</content>
|
|
274
|
+
</shape>
|
|
275
|
+
<shape width="300" height="27" topLeftX="560" topLeftY="382" type="text">
|
|
276
|
+
<content fontSize="18" color="rgba(255, 255, 255, 1)" bold="true">
|
|
277
|
+
<p>目录标题</p>
|
|
278
|
+
</content>
|
|
279
|
+
</shape>
|
|
280
|
+
<shape width="300" height="27" topLeftX="560" topLeftY="293" type="text">
|
|
281
|
+
<content fontSize="18" color="rgba(255, 255, 255, 1)" bold="true">
|
|
282
|
+
<p>目录标题</p>
|
|
283
|
+
</content>
|
|
284
|
+
</shape>
|
|
285
|
+
<shape width="300" height="27" topLeftX="560" topLeftY="205" type="text">
|
|
286
|
+
<content fontSize="18" color="rgba(255, 255, 255, 1)" bold="true">
|
|
287
|
+
<p>目录标题</p>
|
|
288
|
+
</content>
|
|
289
|
+
</shape>
|
|
290
|
+
<shape width="300" height="27" topLeftX="155" topLeftY="205" type="text">
|
|
291
|
+
<content fontSize="18" color="rgba(255, 255, 255, 1)" bold="true">
|
|
292
|
+
<p>目录标题</p>
|
|
293
|
+
</content>
|
|
294
|
+
</shape>
|
|
295
|
+
<shape width="760" height="48" topLeftX="100" topLeftY="108" type="text">
|
|
296
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
297
|
+
<p>目录</p>
|
|
298
|
+
</content>
|
|
299
|
+
</shape>
|
|
300
|
+
</data>
|
|
301
|
+
<note>
|
|
302
|
+
<content/>
|
|
303
|
+
</note>
|
|
304
|
+
</slide>
|
|
305
|
+
<slide>
|
|
306
|
+
<style>
|
|
307
|
+
<fill>
|
|
308
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
309
|
+
</fill>
|
|
310
|
+
</style>
|
|
311
|
+
<data>
|
|
312
|
+
<img src="YarQbf2AvoVflHx9iYDcBA6Sn2f" width="450" height="540" topLeftX="510" topLeftY="0">
|
|
313
|
+
<crop type="rect" leftOffset="257" rightOffset="257" topOffset="0" bottomOffset="0"/>
|
|
314
|
+
</img>
|
|
315
|
+
<shape width="376" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
316
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
317
|
+
<p>目录</p>
|
|
318
|
+
</content>
|
|
319
|
+
</shape>
|
|
320
|
+
<shape width="24" height="27" topLeftX="70" topLeftY="411" type="text">
|
|
321
|
+
<content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
322
|
+
<p>06</p>
|
|
323
|
+
</content>
|
|
324
|
+
</shape>
|
|
325
|
+
<shape width="330" height="27" topLeftX="116" topLeftY="411" type="text">
|
|
326
|
+
<content fontSize="18" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
327
|
+
<p>目录标题</p>
|
|
328
|
+
</content>
|
|
329
|
+
</shape>
|
|
330
|
+
<shape width="24" height="27" topLeftX="70" topLeftY="358" type="text">
|
|
331
|
+
<content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
332
|
+
<p>05</p>
|
|
333
|
+
</content>
|
|
334
|
+
</shape>
|
|
335
|
+
<shape width="330" height="27" topLeftX="116" topLeftY="358" type="text">
|
|
336
|
+
<content fontSize="18" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
337
|
+
<p>目录标题</p>
|
|
338
|
+
</content>
|
|
339
|
+
</shape>
|
|
340
|
+
<shape width="24" height="27" topLeftX="70" topLeftY="306" type="text">
|
|
341
|
+
<content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
342
|
+
<p>04</p>
|
|
343
|
+
</content>
|
|
344
|
+
</shape>
|
|
345
|
+
<shape width="330" height="27" topLeftX="116" topLeftY="306" type="text">
|
|
346
|
+
<content fontSize="18" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
347
|
+
<p>目录标题</p>
|
|
348
|
+
</content>
|
|
349
|
+
</shape>
|
|
350
|
+
<shape width="24" height="27" topLeftX="70" topLeftY="253" type="text">
|
|
351
|
+
<content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
352
|
+
<p>03</p>
|
|
353
|
+
</content>
|
|
354
|
+
</shape>
|
|
355
|
+
<shape width="330" height="27" topLeftX="116" topLeftY="253" type="text">
|
|
356
|
+
<content fontSize="18" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
357
|
+
<p>目录标题</p>
|
|
358
|
+
</content>
|
|
359
|
+
</shape>
|
|
360
|
+
<shape width="24" height="27" topLeftX="70" topLeftY="201" type="text">
|
|
361
|
+
<content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
362
|
+
<p>02</p>
|
|
363
|
+
</content>
|
|
364
|
+
</shape>
|
|
365
|
+
<shape width="330" height="27" topLeftX="116" topLeftY="201" type="text">
|
|
366
|
+
<content fontSize="18" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
367
|
+
<p>目录标题</p>
|
|
368
|
+
</content>
|
|
369
|
+
</shape>
|
|
370
|
+
<shape width="24" height="27" topLeftX="70" topLeftY="149" type="text">
|
|
371
|
+
<content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
372
|
+
<p>01</p>
|
|
373
|
+
</content>
|
|
374
|
+
</shape>
|
|
375
|
+
<shape width="330" height="27" topLeftX="116" topLeftY="149" type="text">
|
|
376
|
+
<content fontSize="18" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
377
|
+
<p>目录标题</p>
|
|
378
|
+
</content>
|
|
379
|
+
</shape>
|
|
380
|
+
</data>
|
|
381
|
+
<note>
|
|
382
|
+
<content/>
|
|
383
|
+
</note>
|
|
384
|
+
</slide>
|
|
385
|
+
<slide>
|
|
386
|
+
<style>
|
|
387
|
+
<fill>
|
|
388
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
389
|
+
</fill>
|
|
390
|
+
</style>
|
|
391
|
+
<data>
|
|
392
|
+
<line startX="480" startY="98" endX="890" endY="98" alpha="0.4">
|
|
393
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
394
|
+
</line>
|
|
395
|
+
<line startX="480" startY="127" endX="890" endY="127" alpha="0.4">
|
|
396
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
397
|
+
</line>
|
|
398
|
+
<line startX="480" startY="156" endX="890" endY="156" alpha="0.4">
|
|
399
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
400
|
+
</line>
|
|
401
|
+
<line startX="480" startY="203" endX="890" endY="203" alpha="0.4">
|
|
402
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
403
|
+
</line>
|
|
404
|
+
<line startX="480" startY="232" endX="890" endY="232" alpha="0.4">
|
|
405
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
406
|
+
</line>
|
|
407
|
+
<line startX="480" startY="261" endX="890" endY="261" alpha="0.4">
|
|
408
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
409
|
+
</line>
|
|
410
|
+
<line startX="480" startY="308" endX="890" endY="308" alpha="0.4">
|
|
411
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
412
|
+
</line>
|
|
413
|
+
<line startX="480" startY="337" endX="890" endY="337" alpha="0.4">
|
|
414
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
415
|
+
</line>
|
|
416
|
+
<line startX="480" startY="366" endX="890" endY="366" alpha="0.4">
|
|
417
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
418
|
+
</line>
|
|
419
|
+
<line startX="480" startY="413" endX="890" endY="413" alpha="0.4">
|
|
420
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
421
|
+
</line>
|
|
422
|
+
<line startX="480" startY="442" endX="890" endY="442" alpha="0.4">
|
|
423
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
424
|
+
</line>
|
|
425
|
+
<line startX="480" startY="471" endX="890" endY="471" alpha="0.4">
|
|
426
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
427
|
+
</line>
|
|
428
|
+
<shape width="24" height="18" topLeftX="865" topLeftY="448" type="text">
|
|
429
|
+
<content fontSize="12" fontFamily="Arial" color="rgba(208, 211, 214, 1)" bold="false" textAlign="right">
|
|
430
|
+
<p>32</p>
|
|
431
|
+
</content>
|
|
432
|
+
</shape>
|
|
433
|
+
<shape width="24" height="18" topLeftX="865" topLeftY="419" type="text">
|
|
434
|
+
<content fontSize="12" fontFamily="Arial" color="rgba(208, 211, 214, 1)" bold="false" textAlign="right">
|
|
435
|
+
<p>30</p>
|
|
436
|
+
</content>
|
|
437
|
+
</shape>
|
|
438
|
+
<shape width="24" height="18" topLeftX="865" topLeftY="385" type="text">
|
|
439
|
+
<content fontSize="12" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
|
|
440
|
+
<p>29</p>
|
|
441
|
+
</content>
|
|
442
|
+
</shape>
|
|
443
|
+
<shape width="380" height="18" topLeftX="480" topLeftY="448" type="text">
|
|
444
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
445
|
+
<p>子目录</p>
|
|
446
|
+
</content>
|
|
447
|
+
</shape>
|
|
448
|
+
<shape width="380" height="18" topLeftX="480" topLeftY="419" type="text">
|
|
449
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
450
|
+
<p>子目录</p>
|
|
451
|
+
</content>
|
|
452
|
+
</shape>
|
|
453
|
+
<shape width="380" height="21" topLeftX="480" topLeftY="385" type="text">
|
|
454
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
455
|
+
<p>目录标题</p>
|
|
456
|
+
</content>
|
|
457
|
+
</shape>
|
|
458
|
+
<shape width="24" height="18" topLeftX="865" topLeftY="343" type="text">
|
|
459
|
+
<content fontSize="12" fontFamily="Arial" color="rgba(208, 211, 214, 1)" bold="false" textAlign="right">
|
|
460
|
+
<p>27</p>
|
|
461
|
+
</content>
|
|
462
|
+
</shape>
|
|
463
|
+
<shape width="24" height="18" topLeftX="865" topLeftY="314" type="text">
|
|
464
|
+
<content fontSize="12" fontFamily="Arial" color="rgba(208, 211, 214, 1)" bold="false" textAlign="right">
|
|
465
|
+
<p>23</p>
|
|
466
|
+
</content>
|
|
467
|
+
</shape>
|
|
468
|
+
<shape width="24" height="18" topLeftX="865" topLeftY="280" type="text">
|
|
469
|
+
<content fontSize="12" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
|
|
470
|
+
<p>22</p>
|
|
471
|
+
</content>
|
|
472
|
+
</shape>
|
|
473
|
+
<shape width="380" height="18" topLeftX="480" topLeftY="343" type="text">
|
|
474
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
475
|
+
<p>子目录</p>
|
|
476
|
+
</content>
|
|
477
|
+
</shape>
|
|
478
|
+
<shape width="380" height="18" topLeftX="480" topLeftY="314" type="text">
|
|
479
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
480
|
+
<p>子目录</p>
|
|
481
|
+
</content>
|
|
482
|
+
</shape>
|
|
483
|
+
<shape width="380" height="21" topLeftX="480" topLeftY="280" type="text">
|
|
484
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
485
|
+
<p>目录标题</p>
|
|
486
|
+
</content>
|
|
487
|
+
</shape>
|
|
488
|
+
<shape width="24" height="18" topLeftX="865" topLeftY="238" type="text">
|
|
489
|
+
<content fontSize="12" fontFamily="Arial" color="rgba(208, 211, 214, 1)" bold="false" textAlign="right">
|
|
490
|
+
<p>20</p>
|
|
491
|
+
</content>
|
|
492
|
+
</shape>
|
|
493
|
+
<shape width="24" height="18" topLeftX="865" topLeftY="209" type="text">
|
|
494
|
+
<content fontSize="12" fontFamily="Arial" color="rgba(208, 211, 214, 1)" bold="false" textAlign="right">
|
|
495
|
+
<p>15</p>
|
|
496
|
+
</content>
|
|
497
|
+
</shape>
|
|
498
|
+
<shape width="24" height="18" topLeftX="865" topLeftY="175" type="text">
|
|
499
|
+
<content fontSize="12" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
|
|
500
|
+
<p>14</p>
|
|
501
|
+
</content>
|
|
502
|
+
</shape>
|
|
503
|
+
<shape width="380" height="18" topLeftX="480" topLeftY="238" type="text">
|
|
504
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
505
|
+
<p>子目录</p>
|
|
506
|
+
</content>
|
|
507
|
+
</shape>
|
|
508
|
+
<shape width="380" height="18" topLeftX="480" topLeftY="209" type="text">
|
|
509
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
510
|
+
<p>子目录</p>
|
|
511
|
+
</content>
|
|
512
|
+
</shape>
|
|
513
|
+
<shape width="380" height="21" topLeftX="480" topLeftY="175" type="text">
|
|
514
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
515
|
+
<p>目录标题</p>
|
|
516
|
+
</content>
|
|
517
|
+
</shape>
|
|
518
|
+
<shape width="24" height="18" topLeftX="865" topLeftY="133" type="text">
|
|
519
|
+
<content fontSize="12" fontFamily="Arial" color="rgba(208, 211, 214, 1)" bold="false" textAlign="right">
|
|
520
|
+
<p>08</p>
|
|
521
|
+
</content>
|
|
522
|
+
</shape>
|
|
523
|
+
<shape width="24" height="18" topLeftX="865" topLeftY="104" type="text">
|
|
524
|
+
<content fontSize="12" fontFamily="Arial" color="rgba(208, 211, 214, 1)" bold="false" textAlign="right">
|
|
525
|
+
<p>04</p>
|
|
526
|
+
</content>
|
|
527
|
+
</shape>
|
|
528
|
+
<shape width="24" height="18" topLeftX="865" topLeftY="70" type="text">
|
|
529
|
+
<content fontSize="12" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
|
|
530
|
+
<p>03</p>
|
|
531
|
+
</content>
|
|
532
|
+
</shape>
|
|
533
|
+
<shape width="380" height="18" topLeftX="480" topLeftY="133" type="text">
|
|
534
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
535
|
+
<p>子目录</p>
|
|
536
|
+
</content>
|
|
537
|
+
</shape>
|
|
538
|
+
<shape width="380" height="18" topLeftX="480" topLeftY="104" type="text">
|
|
539
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
540
|
+
<p>子目录</p>
|
|
541
|
+
</content>
|
|
542
|
+
</shape>
|
|
543
|
+
<shape width="380" height="21" topLeftX="480" topLeftY="70" type="text">
|
|
544
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
545
|
+
<p>目录标题</p>
|
|
546
|
+
</content>
|
|
547
|
+
</shape>
|
|
548
|
+
<shape width="400" height="32" topLeftX="70" topLeftY="70" type="text">
|
|
549
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="left">
|
|
550
|
+
<p lineSpacing="multiple:1">目录</p>
|
|
551
|
+
</content>
|
|
552
|
+
</shape>
|
|
553
|
+
</data>
|
|
554
|
+
<note>
|
|
555
|
+
<content/>
|
|
556
|
+
</note>
|
|
557
|
+
</slide>
|
|
558
|
+
<slide>
|
|
559
|
+
<style>
|
|
560
|
+
<fill>
|
|
561
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
562
|
+
</fill>
|
|
563
|
+
</style>
|
|
564
|
+
<data>
|
|
565
|
+
<shape width="760" height="66" topLeftX="100" topLeftY="237" type="text">
|
|
566
|
+
<content textType="title" fontSize="44" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
567
|
+
<p textAlign="left">
|
|
568
|
+
<span color="rgba(255, 255, 255, 1)">通用模板标题</span>
|
|
569
|
+
</p>
|
|
570
|
+
</content>
|
|
571
|
+
</shape>
|
|
572
|
+
</data>
|
|
573
|
+
<note>
|
|
574
|
+
<content/>
|
|
575
|
+
</note>
|
|
576
|
+
</slide>
|
|
577
|
+
<slide>
|
|
578
|
+
<style>
|
|
579
|
+
<fill>
|
|
580
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
581
|
+
</fill>
|
|
582
|
+
</style>
|
|
583
|
+
<data>
|
|
584
|
+
<shape width="760" height="36" topLeftX="100" topLeftY="287" type="text">
|
|
585
|
+
<content textType="caption" fontSize="24" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
586
|
+
<p>通用模板标题</p>
|
|
587
|
+
</content>
|
|
588
|
+
</shape>
|
|
589
|
+
<shape width="760" height="66" topLeftX="100" topLeftY="217" type="text">
|
|
590
|
+
<content textType="caption" fontSize="44" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
591
|
+
<p>通用模板标题</p>
|
|
592
|
+
</content>
|
|
593
|
+
</shape>
|
|
594
|
+
</data>
|
|
595
|
+
<note>
|
|
596
|
+
<content/>
|
|
597
|
+
</note>
|
|
598
|
+
</slide>
|
|
599
|
+
<slide>
|
|
600
|
+
<style>
|
|
601
|
+
<fill>
|
|
602
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
603
|
+
</fill>
|
|
604
|
+
</style>
|
|
605
|
+
<data>
|
|
606
|
+
<shape width="760" height="72" topLeftX="100" topLeftY="352" type="text">
|
|
607
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
608
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
609
|
+
</content>
|
|
610
|
+
</shape>
|
|
611
|
+
<shape width="760" height="72" topLeftX="100" topLeftY="262" type="text">
|
|
612
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
613
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
614
|
+
</content>
|
|
615
|
+
</shape>
|
|
616
|
+
<shape width="760" height="54" topLeftX="100" topLeftY="190" type="text">
|
|
617
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
618
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
619
|
+
</content>
|
|
620
|
+
</shape>
|
|
621
|
+
<shape width="760" height="48" topLeftX="100" topLeftY="100" type="text">
|
|
622
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
623
|
+
<p>标题和描述</p>
|
|
624
|
+
</content>
|
|
625
|
+
</shape>
|
|
626
|
+
</data>
|
|
627
|
+
<note>
|
|
628
|
+
<content/>
|
|
629
|
+
</note>
|
|
630
|
+
</slide>
|
|
631
|
+
<slide>
|
|
632
|
+
<style>
|
|
633
|
+
<fill>
|
|
634
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
635
|
+
</fill>
|
|
636
|
+
</style>
|
|
637
|
+
<data>
|
|
638
|
+
<shape width="390" height="90" topLeftX="500" topLeftY="280" type="text">
|
|
639
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
640
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
641
|
+
</content>
|
|
642
|
+
</shape>
|
|
643
|
+
<shape width="390" height="30" topLeftX="500" topLeftY="240" type="text">
|
|
644
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
645
|
+
<p>主题标题二</p>
|
|
646
|
+
</content>
|
|
647
|
+
</shape>
|
|
648
|
+
<shape width="390" height="30" topLeftX="70" topLeftY="240" type="text">
|
|
649
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
650
|
+
<p>主题标题一</p>
|
|
651
|
+
</content>
|
|
652
|
+
</shape>
|
|
653
|
+
<shape width="390" height="90" topLeftX="70" topLeftY="280" type="text">
|
|
654
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
655
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
656
|
+
</content>
|
|
657
|
+
</shape>
|
|
658
|
+
<shape width="760" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
659
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
660
|
+
<p>标题和描述</p>
|
|
661
|
+
</content>
|
|
662
|
+
</shape>
|
|
663
|
+
</data>
|
|
664
|
+
<note>
|
|
665
|
+
<content/>
|
|
666
|
+
</note>
|
|
667
|
+
</slide>
|
|
668
|
+
<slide>
|
|
669
|
+
<style>
|
|
670
|
+
<fill>
|
|
671
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
672
|
+
</fill>
|
|
673
|
+
</style>
|
|
674
|
+
<data>
|
|
675
|
+
<shape width="240" height="30" topLeftX="360" topLeftY="240" type="text">
|
|
676
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
677
|
+
<p>主题标题二</p>
|
|
678
|
+
</content>
|
|
679
|
+
</shape>
|
|
680
|
+
<shape width="240" height="90" topLeftX="360" topLeftY="280" type="text">
|
|
681
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
682
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
683
|
+
</content>
|
|
684
|
+
</shape>
|
|
685
|
+
<shape width="240" height="30" topLeftX="650" topLeftY="240" type="text">
|
|
686
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
687
|
+
<p>主题标题三</p>
|
|
688
|
+
</content>
|
|
689
|
+
</shape>
|
|
690
|
+
<shape width="240" height="90" topLeftX="650" topLeftY="280" type="text">
|
|
691
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
692
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
693
|
+
</content>
|
|
694
|
+
</shape>
|
|
695
|
+
<shape width="240" height="30" topLeftX="70" topLeftY="240" type="text">
|
|
696
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
697
|
+
<p>主题标题一</p>
|
|
698
|
+
</content>
|
|
699
|
+
</shape>
|
|
700
|
+
<shape width="240" height="90" topLeftX="70" topLeftY="280" type="text">
|
|
701
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
702
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
703
|
+
</content>
|
|
704
|
+
</shape>
|
|
705
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
706
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
707
|
+
<p>标题和描述</p>
|
|
708
|
+
</content>
|
|
709
|
+
</shape>
|
|
710
|
+
</data>
|
|
711
|
+
<note>
|
|
712
|
+
<content/>
|
|
713
|
+
</note>
|
|
714
|
+
</slide>
|
|
715
|
+
<slide>
|
|
716
|
+
<style>
|
|
717
|
+
<fill>
|
|
718
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
719
|
+
</fill>
|
|
720
|
+
</style>
|
|
721
|
+
<data>
|
|
722
|
+
<shape width="180" height="30" topLeftX="497" topLeftY="240" type="text">
|
|
723
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
724
|
+
<p>主题标题三</p>
|
|
725
|
+
</content>
|
|
726
|
+
</shape>
|
|
727
|
+
<shape width="180" height="90" topLeftX="497" topLeftY="280" type="text">
|
|
728
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
729
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
730
|
+
</content>
|
|
731
|
+
</shape>
|
|
732
|
+
<shape width="180" height="30" topLeftX="283" topLeftY="240" type="text">
|
|
733
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
734
|
+
<p>主题标题二</p>
|
|
735
|
+
</content>
|
|
736
|
+
</shape>
|
|
737
|
+
<shape width="180" height="90" topLeftX="283" topLeftY="280" type="text">
|
|
738
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
739
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
740
|
+
</content>
|
|
741
|
+
</shape>
|
|
742
|
+
<shape width="180" height="30" topLeftX="710" topLeftY="240" type="text">
|
|
743
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
744
|
+
<p>主题标题四</p>
|
|
745
|
+
</content>
|
|
746
|
+
</shape>
|
|
747
|
+
<shape width="180" height="90" topLeftX="710" topLeftY="280" type="text">
|
|
748
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
749
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
750
|
+
</content>
|
|
751
|
+
</shape>
|
|
752
|
+
<shape width="180" height="30" topLeftX="70" topLeftY="240" type="text">
|
|
753
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
754
|
+
<p>主题标题一</p>
|
|
755
|
+
</content>
|
|
756
|
+
</shape>
|
|
757
|
+
<shape width="180" height="90" topLeftX="70" topLeftY="280" type="text">
|
|
758
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
759
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
760
|
+
</content>
|
|
761
|
+
</shape>
|
|
762
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
763
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
764
|
+
<p>标题和描述</p>
|
|
765
|
+
</content>
|
|
766
|
+
</shape>
|
|
767
|
+
</data>
|
|
768
|
+
<note>
|
|
769
|
+
<content/>
|
|
770
|
+
</note>
|
|
771
|
+
</slide>
|
|
772
|
+
<slide>
|
|
773
|
+
<style>
|
|
774
|
+
<fill>
|
|
775
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
776
|
+
</fill>
|
|
777
|
+
</style>
|
|
778
|
+
<data>
|
|
779
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
780
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
781
|
+
<p>标题和描述</p>
|
|
782
|
+
</content>
|
|
783
|
+
</shape>
|
|
784
|
+
<shape width="240" height="30" topLeftX="360" topLeftY="320" type="text">
|
|
785
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
786
|
+
<p>主题标题五</p>
|
|
787
|
+
</content>
|
|
788
|
+
</shape>
|
|
789
|
+
<shape width="240" height="72" topLeftX="360" topLeftY="360" type="text">
|
|
790
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
791
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
792
|
+
</content>
|
|
793
|
+
</shape>
|
|
794
|
+
<shape width="240" height="30" topLeftX="650" topLeftY="320" type="text">
|
|
795
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
796
|
+
<p>主题标题六</p>
|
|
797
|
+
</content>
|
|
798
|
+
</shape>
|
|
799
|
+
<shape width="240" height="72" topLeftX="650" topLeftY="360" type="text">
|
|
800
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
801
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
802
|
+
</content>
|
|
803
|
+
</shape>
|
|
804
|
+
<shape width="240" height="30" topLeftX="70" topLeftY="320" type="text">
|
|
805
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
806
|
+
<p>主题标题四</p>
|
|
807
|
+
</content>
|
|
808
|
+
</shape>
|
|
809
|
+
<shape width="240" height="72" topLeftX="70" topLeftY="360" type="text">
|
|
810
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
811
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
812
|
+
</content>
|
|
813
|
+
</shape>
|
|
814
|
+
<shape width="240" height="30" topLeftX="650" topLeftY="169" type="text">
|
|
815
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
816
|
+
<p>主题标题三</p>
|
|
817
|
+
</content>
|
|
818
|
+
</shape>
|
|
819
|
+
<shape width="240" height="72" topLeftX="650" topLeftY="210" type="text">
|
|
820
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
821
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
822
|
+
</content>
|
|
823
|
+
</shape>
|
|
824
|
+
<shape width="240" height="30" topLeftX="360" topLeftY="169" type="text">
|
|
825
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
826
|
+
<p>主题标题二</p>
|
|
827
|
+
</content>
|
|
828
|
+
</shape>
|
|
829
|
+
<shape width="240" height="72" topLeftX="360" topLeftY="210" type="text">
|
|
830
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
831
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
832
|
+
</content>
|
|
833
|
+
</shape>
|
|
834
|
+
<shape width="240" height="30" topLeftX="70" topLeftY="168" type="text">
|
|
835
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
836
|
+
<p>主题标题一</p>
|
|
837
|
+
</content>
|
|
838
|
+
</shape>
|
|
839
|
+
<shape width="240" height="72" topLeftX="70" topLeftY="210" type="text">
|
|
840
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
841
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
842
|
+
</content>
|
|
843
|
+
</shape>
|
|
844
|
+
</data>
|
|
845
|
+
<note>
|
|
846
|
+
<content/>
|
|
847
|
+
</note>
|
|
848
|
+
</slide>
|
|
849
|
+
<slide>
|
|
850
|
+
<style>
|
|
851
|
+
<fill>
|
|
852
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
853
|
+
</fill>
|
|
854
|
+
</style>
|
|
855
|
+
<data>
|
|
856
|
+
<shape width="470" height="30" topLeftX="420" topLeftY="350" type="text">
|
|
857
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
858
|
+
<p>主题标题三</p>
|
|
859
|
+
</content>
|
|
860
|
+
</shape>
|
|
861
|
+
<shape width="470" height="54" topLeftX="420" topLeftY="393" type="text">
|
|
862
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
863
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
864
|
+
</content>
|
|
865
|
+
</shape>
|
|
866
|
+
<shape width="470" height="30" topLeftX="420" topLeftY="227" type="text">
|
|
867
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
868
|
+
<p>主题标题二</p>
|
|
869
|
+
</content>
|
|
870
|
+
</shape>
|
|
871
|
+
<shape width="470" height="54" topLeftX="420" topLeftY="270" type="text">
|
|
872
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
873
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
874
|
+
</content>
|
|
875
|
+
</shape>
|
|
876
|
+
<shape width="470" height="30" topLeftX="420" topLeftY="104" type="text">
|
|
877
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
878
|
+
<p>主题标题一</p>
|
|
879
|
+
</content>
|
|
880
|
+
</shape>
|
|
881
|
+
<shape width="470" height="54" topLeftX="420" topLeftY="147" type="text">
|
|
882
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
883
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
884
|
+
</content>
|
|
885
|
+
</shape>
|
|
886
|
+
<shape width="300" height="48" topLeftX="70" topLeftY="246" type="text">
|
|
887
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
888
|
+
<p>标题和描述</p>
|
|
889
|
+
</content>
|
|
890
|
+
</shape>
|
|
891
|
+
</data>
|
|
892
|
+
<note>
|
|
893
|
+
<content/>
|
|
894
|
+
</note>
|
|
895
|
+
</slide>
|
|
896
|
+
<slide>
|
|
897
|
+
<style>
|
|
898
|
+
<fill>
|
|
899
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
900
|
+
</fill>
|
|
901
|
+
</style>
|
|
902
|
+
<data>
|
|
903
|
+
<icon width="32" height="32" topLeftX="337" topLeftY="102" iconType="iconpark/Base/camera.svg">
|
|
904
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
905
|
+
</icon>
|
|
906
|
+
<icon width="32" height="32" topLeftX="631" topLeftY="102" iconType="iconpark/Office/agreement.svg">
|
|
907
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
908
|
+
</icon>
|
|
909
|
+
<icon width="32" height="32" topLeftX="337" topLeftY="293" iconType="iconpark/Office/schedule.svg">
|
|
910
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
911
|
+
</icon>
|
|
912
|
+
<icon width="32" height="32" topLeftX="631" topLeftY="293" iconType="iconpark/Clothes/clothes-sweater.svg">
|
|
913
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
914
|
+
</icon>
|
|
915
|
+
<shape width="260" height="24" topLeftX="631" topLeftY="339" type="text">
|
|
916
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
917
|
+
<p>主题标题四</p>
|
|
918
|
+
</content>
|
|
919
|
+
</shape>
|
|
920
|
+
<shape width="260" height="72" topLeftX="631" topLeftY="373" type="text">
|
|
921
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
922
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
923
|
+
</content>
|
|
924
|
+
</shape>
|
|
925
|
+
<shape width="260" height="24" topLeftX="337" topLeftY="339" type="text">
|
|
926
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
927
|
+
<p>主题标题三</p>
|
|
928
|
+
</content>
|
|
929
|
+
</shape>
|
|
930
|
+
<shape width="260" height="72" topLeftX="337" topLeftY="373" type="text">
|
|
931
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
932
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
933
|
+
</content>
|
|
934
|
+
</shape>
|
|
935
|
+
<shape width="260" height="24" topLeftX="631" topLeftY="146" type="text">
|
|
936
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
937
|
+
<p>主题标题二</p>
|
|
938
|
+
</content>
|
|
939
|
+
</shape>
|
|
940
|
+
<shape width="260" height="72" topLeftX="631" topLeftY="180" type="text">
|
|
941
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
942
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
943
|
+
</content>
|
|
944
|
+
</shape>
|
|
945
|
+
<shape width="260" height="24" topLeftX="337" topLeftY="146" type="text">
|
|
946
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
947
|
+
<p>主题标题一</p>
|
|
948
|
+
</content>
|
|
949
|
+
</shape>
|
|
950
|
+
<shape width="260" height="72" topLeftX="337" topLeftY="180" type="text">
|
|
951
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
952
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
953
|
+
</content>
|
|
954
|
+
</shape>
|
|
955
|
+
<shape width="233" height="48" topLeftX="70" topLeftY="246" type="text">
|
|
956
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
957
|
+
<p>标题和描述</p>
|
|
958
|
+
</content>
|
|
959
|
+
</shape>
|
|
960
|
+
</data>
|
|
961
|
+
<note>
|
|
962
|
+
<content/>
|
|
963
|
+
</note>
|
|
964
|
+
</slide>
|
|
965
|
+
<slide>
|
|
966
|
+
<style>
|
|
967
|
+
<fill>
|
|
968
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
969
|
+
</fill>
|
|
970
|
+
</style>
|
|
971
|
+
<data>
|
|
972
|
+
<shape width="32" height="32" topLeftX="70" topLeftY="173" presetHandlers="4" type="round-rect">
|
|
973
|
+
<border color="rgba(78, 110, 253, 1)" lineJoin="miter" miterLimit="10"/>
|
|
974
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" italic="false">
|
|
975
|
+
<p>
|
|
976
|
+
<strong>
|
|
977
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="Arial" italic="false">01</span>
|
|
978
|
+
</strong>
|
|
979
|
+
</p>
|
|
980
|
+
</content>
|
|
981
|
+
</shape>
|
|
982
|
+
<shape width="32" height="32" topLeftX="500" topLeftY="173" presetHandlers="4" type="round-rect">
|
|
983
|
+
<border color="rgba(78, 110, 253, 1)" lineJoin="miter" miterLimit="10"/>
|
|
984
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" italic="false">
|
|
985
|
+
<p>
|
|
986
|
+
<strong>
|
|
987
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="Arial" italic="false">02</span>
|
|
988
|
+
</strong>
|
|
989
|
+
</p>
|
|
990
|
+
</content>
|
|
991
|
+
</shape>
|
|
992
|
+
<shape width="32" height="32" topLeftX="70" topLeftY="324" presetHandlers="4" type="round-rect">
|
|
993
|
+
<border color="rgba(78, 110, 253, 1)" lineJoin="miter" miterLimit="10"/>
|
|
994
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" italic="false">
|
|
995
|
+
<p>
|
|
996
|
+
<strong>
|
|
997
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="Arial" italic="false">03</span>
|
|
998
|
+
</strong>
|
|
999
|
+
</p>
|
|
1000
|
+
</content>
|
|
1001
|
+
</shape>
|
|
1002
|
+
<shape width="32" height="32" topLeftX="500" topLeftY="324" presetHandlers="4" type="round-rect">
|
|
1003
|
+
<border color="rgba(78, 110, 253, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1004
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" italic="false">
|
|
1005
|
+
<p>
|
|
1006
|
+
<strong>
|
|
1007
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="Arial" italic="false">04</span>
|
|
1008
|
+
</strong>
|
|
1009
|
+
</p>
|
|
1010
|
+
</content>
|
|
1011
|
+
</shape>
|
|
1012
|
+
<shape width="390" height="24" topLeftX="500" topLeftY="372" type="text">
|
|
1013
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1014
|
+
<p>主题标题四</p>
|
|
1015
|
+
</content>
|
|
1016
|
+
</shape>
|
|
1017
|
+
<shape width="390" height="36" topLeftX="500" topLeftY="406" type="text">
|
|
1018
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1019
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1020
|
+
</content>
|
|
1021
|
+
</shape>
|
|
1022
|
+
<shape width="390" height="24" topLeftX="70" topLeftY="372" type="text">
|
|
1023
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1024
|
+
<p>主题标题三</p>
|
|
1025
|
+
</content>
|
|
1026
|
+
</shape>
|
|
1027
|
+
<shape width="390" height="36" topLeftX="70" topLeftY="406" type="text">
|
|
1028
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1029
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1030
|
+
</content>
|
|
1031
|
+
</shape>
|
|
1032
|
+
<shape width="390" height="24" topLeftX="500" topLeftY="221" type="text">
|
|
1033
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1034
|
+
<p>主题标题二</p>
|
|
1035
|
+
</content>
|
|
1036
|
+
</shape>
|
|
1037
|
+
<shape width="390" height="36" topLeftX="500" topLeftY="255" type="text">
|
|
1038
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1039
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1040
|
+
</content>
|
|
1041
|
+
</shape>
|
|
1042
|
+
<shape width="390" height="24" topLeftX="70" topLeftY="221" type="text">
|
|
1043
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1044
|
+
<p>主题标题一</p>
|
|
1045
|
+
</content>
|
|
1046
|
+
</shape>
|
|
1047
|
+
<shape width="390" height="36" topLeftX="70" topLeftY="255" type="text">
|
|
1048
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1049
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1050
|
+
</content>
|
|
1051
|
+
</shape>
|
|
1052
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
1053
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1054
|
+
<p>标题和描述</p>
|
|
1055
|
+
</content>
|
|
1056
|
+
</shape>
|
|
1057
|
+
</data>
|
|
1058
|
+
<note>
|
|
1059
|
+
<content/>
|
|
1060
|
+
</note>
|
|
1061
|
+
</slide>
|
|
1062
|
+
<slide>
|
|
1063
|
+
<style>
|
|
1064
|
+
<fill>
|
|
1065
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1066
|
+
</fill>
|
|
1067
|
+
</style>
|
|
1068
|
+
<data>
|
|
1069
|
+
<shape width="46" height="46" topLeftX="70" topLeftY="176" presetHandlers="23" type="round-rect">
|
|
1070
|
+
<fill>
|
|
1071
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1072
|
+
</fill>
|
|
1073
|
+
</shape>
|
|
1074
|
+
<icon width="24" height="24" topLeftX="81" topLeftY="187" iconType="iconpark/Emoji/winking-face-with-open-eyes.svg">
|
|
1075
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1076
|
+
</icon>
|
|
1077
|
+
<shape width="46" height="46" topLeftX="499" topLeftY="176" presetHandlers="23" type="round-rect">
|
|
1078
|
+
<fill>
|
|
1079
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1080
|
+
</fill>
|
|
1081
|
+
</shape>
|
|
1082
|
+
<icon width="24" height="24" topLeftX="510" topLeftY="187" iconType="iconpark/Emoji/relieved-face.svg">
|
|
1083
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1084
|
+
</icon>
|
|
1085
|
+
<shape width="46" height="46" topLeftX="70" topLeftY="322" presetHandlers="23" type="round-rect">
|
|
1086
|
+
<fill>
|
|
1087
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1088
|
+
</fill>
|
|
1089
|
+
</shape>
|
|
1090
|
+
<icon width="24" height="24" topLeftX="81" topLeftY="333" iconType="iconpark/Emoji/smiling-face-with-squinting-eyes.svg">
|
|
1091
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1092
|
+
</icon>
|
|
1093
|
+
<shape width="46" height="46" topLeftX="499" topLeftY="322" presetHandlers="23" type="round-rect">
|
|
1094
|
+
<fill>
|
|
1095
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1096
|
+
</fill>
|
|
1097
|
+
</shape>
|
|
1098
|
+
<icon width="24" height="24" topLeftX="510" topLeftY="333" iconType="iconpark/Emoji/grinning-face-with-tightly-closed-eyes-open-mouth.svg">
|
|
1099
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1100
|
+
</icon>
|
|
1101
|
+
<shape width="330" height="24" topLeftX="560" topLeftY="322" type="text">
|
|
1102
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1103
|
+
<p>主题标题四</p>
|
|
1104
|
+
</content>
|
|
1105
|
+
</shape>
|
|
1106
|
+
<shape width="330" height="54" topLeftX="560" topLeftY="356" type="text">
|
|
1107
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1108
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1109
|
+
</content>
|
|
1110
|
+
</shape>
|
|
1111
|
+
<shape width="330" height="24" topLeftX="131" topLeftY="322" type="text">
|
|
1112
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1113
|
+
<p>主题标题三</p>
|
|
1114
|
+
</content>
|
|
1115
|
+
</shape>
|
|
1116
|
+
<shape width="330" height="54" topLeftX="131" topLeftY="356" type="text">
|
|
1117
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1118
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1119
|
+
</content>
|
|
1120
|
+
</shape>
|
|
1121
|
+
<shape width="330" height="24" topLeftX="560" topLeftY="176" type="text">
|
|
1122
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1123
|
+
<p>主题标题二</p>
|
|
1124
|
+
</content>
|
|
1125
|
+
</shape>
|
|
1126
|
+
<shape width="330" height="54" topLeftX="560" topLeftY="210" type="text">
|
|
1127
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1128
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1129
|
+
</content>
|
|
1130
|
+
</shape>
|
|
1131
|
+
<shape width="330" height="24" topLeftX="131" topLeftY="176" type="text">
|
|
1132
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1133
|
+
<p>主题标题一</p>
|
|
1134
|
+
</content>
|
|
1135
|
+
</shape>
|
|
1136
|
+
<shape width="330" height="54" topLeftX="131" topLeftY="210" type="text">
|
|
1137
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1138
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1139
|
+
</content>
|
|
1140
|
+
</shape>
|
|
1141
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
1142
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1143
|
+
<p>标题和描述</p>
|
|
1144
|
+
</content>
|
|
1145
|
+
</shape>
|
|
1146
|
+
<shape width="46" height="46" topLeftX="70" topLeftY="176" presetHandlers="23" type="round-rect">
|
|
1147
|
+
<fill>
|
|
1148
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1149
|
+
</fill>
|
|
1150
|
+
</shape>
|
|
1151
|
+
<icon width="24" height="24" topLeftX="81" topLeftY="187" iconType="iconpark/Emoji/winking-face-with-open-eyes.svg">
|
|
1152
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1153
|
+
</icon>
|
|
1154
|
+
<shape width="46" height="46" topLeftX="499" topLeftY="176" presetHandlers="23" type="round-rect">
|
|
1155
|
+
<fill>
|
|
1156
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1157
|
+
</fill>
|
|
1158
|
+
</shape>
|
|
1159
|
+
<icon width="24" height="24" topLeftX="510" topLeftY="187" iconType="iconpark/Emoji/relieved-face.svg">
|
|
1160
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1161
|
+
</icon>
|
|
1162
|
+
<shape width="46" height="46" topLeftX="70" topLeftY="322" presetHandlers="23" type="round-rect">
|
|
1163
|
+
<fill>
|
|
1164
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1165
|
+
</fill>
|
|
1166
|
+
</shape>
|
|
1167
|
+
<icon width="24" height="24" topLeftX="81" topLeftY="333" iconType="iconpark/Emoji/smiling-face-with-squinting-eyes.svg">
|
|
1168
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1169
|
+
</icon>
|
|
1170
|
+
<shape width="46" height="46" topLeftX="499" topLeftY="322" presetHandlers="23" type="round-rect">
|
|
1171
|
+
<fill>
|
|
1172
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1173
|
+
</fill>
|
|
1174
|
+
</shape>
|
|
1175
|
+
<icon width="24" height="24" topLeftX="510" topLeftY="333" iconType="iconpark/Emoji/grinning-face-with-tightly-closed-eyes-open-mouth.svg">
|
|
1176
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1177
|
+
</icon>
|
|
1178
|
+
</data>
|
|
1179
|
+
<note>
|
|
1180
|
+
<content/>
|
|
1181
|
+
</note>
|
|
1182
|
+
</slide>
|
|
1183
|
+
<slide>
|
|
1184
|
+
<style>
|
|
1185
|
+
<fill>
|
|
1186
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1187
|
+
</fill>
|
|
1188
|
+
</style>
|
|
1189
|
+
<data>
|
|
1190
|
+
<shape width="253" height="323" topLeftX="70" topLeftY="147" presetHandlers="12" type="round-rect">
|
|
1191
|
+
<fill>
|
|
1192
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
1193
|
+
</fill>
|
|
1194
|
+
<border color="rgba(51, 51, 51, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1195
|
+
</shape>
|
|
1196
|
+
<shape width="46" height="46" topLeftX="92" topLeftY="172" presetHandlers="8" type="round-rect">
|
|
1197
|
+
<fill>
|
|
1198
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1199
|
+
</fill>
|
|
1200
|
+
</shape>
|
|
1201
|
+
<icon width="24" height="24" topLeftX="103" topLeftY="183" iconType="iconpark/Emoji/winking-face-with-open-eyes.svg">
|
|
1202
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1203
|
+
</icon>
|
|
1204
|
+
<shape width="253" height="323" topLeftX="353" topLeftY="147" presetHandlers="12" type="round-rect">
|
|
1205
|
+
<fill>
|
|
1206
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
1207
|
+
</fill>
|
|
1208
|
+
<border color="rgba(51, 51, 51, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1209
|
+
</shape>
|
|
1210
|
+
<shape width="46" height="46" topLeftX="375" topLeftY="172" presetHandlers="8" type="round-rect">
|
|
1211
|
+
<fill>
|
|
1212
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1213
|
+
</fill>
|
|
1214
|
+
</shape>
|
|
1215
|
+
<icon width="24" height="24" topLeftX="386" topLeftY="183" iconType="iconpark/Emoji/smiling-face.svg">
|
|
1216
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1217
|
+
</icon>
|
|
1218
|
+
<shape width="253" height="323" topLeftX="637" topLeftY="147" presetHandlers="12" type="round-rect">
|
|
1219
|
+
<fill>
|
|
1220
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
1221
|
+
</fill>
|
|
1222
|
+
<border color="rgba(51, 51, 51, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1223
|
+
</shape>
|
|
1224
|
+
<shape width="46" height="46" topLeftX="659" topLeftY="172" presetHandlers="8" type="round-rect">
|
|
1225
|
+
<fill>
|
|
1226
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1227
|
+
</fill>
|
|
1228
|
+
</shape>
|
|
1229
|
+
<icon width="24" height="24" topLeftX="670" topLeftY="183" iconType="iconpark/Emoji/distraught-face.svg">
|
|
1230
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1231
|
+
</icon>
|
|
1232
|
+
<shape width="210" height="24" topLeftX="659" topLeftY="247" type="text">
|
|
1233
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1234
|
+
<p>主题标题三</p>
|
|
1235
|
+
</content>
|
|
1236
|
+
</shape>
|
|
1237
|
+
<shape width="210" height="144" topLeftX="659" topLeftY="281" type="text">
|
|
1238
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" lineSpacing="multiple:2" textAlign="left">
|
|
1239
|
+
<ul listStyle="circle-hollow-square">
|
|
1240
|
+
<li>
|
|
1241
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1242
|
+
</li>
|
|
1243
|
+
<li>
|
|
1244
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1245
|
+
</li>
|
|
1246
|
+
<li>
|
|
1247
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1248
|
+
</li>
|
|
1249
|
+
<li>
|
|
1250
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1251
|
+
</li>
|
|
1252
|
+
<li>
|
|
1253
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1254
|
+
</li>
|
|
1255
|
+
<li>
|
|
1256
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1257
|
+
</li>
|
|
1258
|
+
</ul>
|
|
1259
|
+
</content>
|
|
1260
|
+
</shape>
|
|
1261
|
+
<shape width="210" height="24" topLeftX="375" topLeftY="247" type="text">
|
|
1262
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1263
|
+
<p>主题标题二</p>
|
|
1264
|
+
</content>
|
|
1265
|
+
</shape>
|
|
1266
|
+
<shape width="210" height="144" topLeftX="375" topLeftY="281" type="text">
|
|
1267
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" lineSpacing="multiple:2" textAlign="left">
|
|
1268
|
+
<ul listStyle="circle-hollow-square">
|
|
1269
|
+
<li>
|
|
1270
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1271
|
+
</li>
|
|
1272
|
+
<li>
|
|
1273
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1274
|
+
</li>
|
|
1275
|
+
<li>
|
|
1276
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1277
|
+
</li>
|
|
1278
|
+
<li>
|
|
1279
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1280
|
+
</li>
|
|
1281
|
+
<li>
|
|
1282
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1283
|
+
</li>
|
|
1284
|
+
<li>
|
|
1285
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1286
|
+
</li>
|
|
1287
|
+
</ul>
|
|
1288
|
+
</content>
|
|
1289
|
+
</shape>
|
|
1290
|
+
<shape width="210" height="24" topLeftX="91" topLeftY="247" type="text">
|
|
1291
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1292
|
+
<p>主题标题一</p>
|
|
1293
|
+
</content>
|
|
1294
|
+
</shape>
|
|
1295
|
+
<shape width="210" height="144" topLeftX="91" topLeftY="281" type="text">
|
|
1296
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" lineSpacing="multiple:2" textAlign="left">
|
|
1297
|
+
<ul listStyle="circle-hollow-square">
|
|
1298
|
+
<li>
|
|
1299
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1300
|
+
</li>
|
|
1301
|
+
<li>
|
|
1302
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1303
|
+
</li>
|
|
1304
|
+
<li>
|
|
1305
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1306
|
+
</li>
|
|
1307
|
+
<li>
|
|
1308
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1309
|
+
</li>
|
|
1310
|
+
<li>
|
|
1311
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1312
|
+
</li>
|
|
1313
|
+
<li>
|
|
1314
|
+
<p>输入相关的描述信息以解释你的标题</p>
|
|
1315
|
+
</li>
|
|
1316
|
+
</ul>
|
|
1317
|
+
</content>
|
|
1318
|
+
</shape>
|
|
1319
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
1320
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
1321
|
+
<p>标题和描述</p>
|
|
1322
|
+
</content>
|
|
1323
|
+
</shape>
|
|
1324
|
+
<shape width="46" height="46" topLeftX="92" topLeftY="172" presetHandlers="8" type="round-rect">
|
|
1325
|
+
<fill>
|
|
1326
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1327
|
+
</fill>
|
|
1328
|
+
</shape>
|
|
1329
|
+
<icon width="24" height="24" topLeftX="103" topLeftY="183" iconType="iconpark/Emoji/winking-face-with-open-eyes.svg">
|
|
1330
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1331
|
+
</icon>
|
|
1332
|
+
<shape width="46" height="46" topLeftX="375" topLeftY="172" presetHandlers="8" type="round-rect">
|
|
1333
|
+
<fill>
|
|
1334
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1335
|
+
</fill>
|
|
1336
|
+
</shape>
|
|
1337
|
+
<icon width="24" height="24" topLeftX="386" topLeftY="183" iconType="iconpark/Emoji/smiling-face.svg">
|
|
1338
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1339
|
+
</icon>
|
|
1340
|
+
<shape width="46" height="46" topLeftX="659" topLeftY="172" presetHandlers="8" type="round-rect">
|
|
1341
|
+
<fill>
|
|
1342
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1343
|
+
</fill>
|
|
1344
|
+
</shape>
|
|
1345
|
+
<icon width="24" height="24" topLeftX="670" topLeftY="183" iconType="iconpark/Emoji/distraught-face.svg">
|
|
1346
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1347
|
+
</icon>
|
|
1348
|
+
</data>
|
|
1349
|
+
<note>
|
|
1350
|
+
<content/>
|
|
1351
|
+
</note>
|
|
1352
|
+
</slide>
|
|
1353
|
+
<slide>
|
|
1354
|
+
<style>
|
|
1355
|
+
<fill>
|
|
1356
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1357
|
+
</fill>
|
|
1358
|
+
</style>
|
|
1359
|
+
<data>
|
|
1360
|
+
<shape width="253" height="140" topLeftX="70" topLeftY="147" presetHandlers="12" type="round-rect">
|
|
1361
|
+
<fill>
|
|
1362
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
1363
|
+
</fill>
|
|
1364
|
+
<border color="rgba(51, 51, 51, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1365
|
+
<shadow angle="90" blur="40" color="rgba(147, 150, 156, 0.2)"/>
|
|
1366
|
+
</shape>
|
|
1367
|
+
<shape width="253" height="140" topLeftX="353" topLeftY="147" presetHandlers="12" type="round-rect">
|
|
1368
|
+
<fill>
|
|
1369
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
1370
|
+
</fill>
|
|
1371
|
+
<border color="rgba(51, 51, 51, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1372
|
+
<shadow angle="90" blur="40" color="rgba(147, 150, 156, 0.2)"/>
|
|
1373
|
+
</shape>
|
|
1374
|
+
<shape width="253" height="140" topLeftX="637" topLeftY="147" presetHandlers="12" type="round-rect">
|
|
1375
|
+
<fill>
|
|
1376
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
1377
|
+
</fill>
|
|
1378
|
+
<border color="rgba(51, 51, 51, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1379
|
+
<shadow angle="90" blur="40" color="rgba(147, 150, 156, 0.2)"/>
|
|
1380
|
+
</shape>
|
|
1381
|
+
<shape width="253" height="140" topLeftX="70" topLeftY="316" presetHandlers="12" type="round-rect">
|
|
1382
|
+
<fill>
|
|
1383
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
1384
|
+
</fill>
|
|
1385
|
+
<border color="rgba(51, 51, 51, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1386
|
+
<shadow angle="90" blur="40" color="rgba(147, 150, 156, 0.2)"/>
|
|
1387
|
+
</shape>
|
|
1388
|
+
<shape width="253" height="140" topLeftX="353" topLeftY="316" presetHandlers="12" type="round-rect">
|
|
1389
|
+
<fill>
|
|
1390
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
1391
|
+
</fill>
|
|
1392
|
+
<border color="rgba(51, 51, 51, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1393
|
+
<shadow angle="90" blur="40" color="rgba(147, 150, 156, 0.2)"/>
|
|
1394
|
+
</shape>
|
|
1395
|
+
<shape width="253" height="140" topLeftX="637" topLeftY="316" presetHandlers="12" type="round-rect">
|
|
1396
|
+
<fill>
|
|
1397
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
1398
|
+
</fill>
|
|
1399
|
+
<border color="rgba(51, 51, 51, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1400
|
+
<shadow angle="90" blur="40" color="rgba(147, 150, 156, 0.2)"/>
|
|
1401
|
+
</shape>
|
|
1402
|
+
<shape width="210" height="24" topLeftX="659" topLeftY="342" type="text">
|
|
1403
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1404
|
+
<p>主题标题六</p>
|
|
1405
|
+
</content>
|
|
1406
|
+
</shape>
|
|
1407
|
+
<shape width="210" height="54" topLeftX="659" topLeftY="376" type="text">
|
|
1408
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1409
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1410
|
+
</content>
|
|
1411
|
+
</shape>
|
|
1412
|
+
<shape width="210" height="24" topLeftX="375" topLeftY="342" type="text">
|
|
1413
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1414
|
+
<p>主题标题五</p>
|
|
1415
|
+
</content>
|
|
1416
|
+
</shape>
|
|
1417
|
+
<shape width="210" height="54" topLeftX="375" topLeftY="376" type="text">
|
|
1418
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1419
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1420
|
+
</content>
|
|
1421
|
+
</shape>
|
|
1422
|
+
<shape width="210" height="24" topLeftX="92" topLeftY="342" type="text">
|
|
1423
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1424
|
+
<p>主题标题四</p>
|
|
1425
|
+
</content>
|
|
1426
|
+
</shape>
|
|
1427
|
+
<shape width="210" height="54" topLeftX="92" topLeftY="376" type="text">
|
|
1428
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1429
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1430
|
+
</content>
|
|
1431
|
+
</shape>
|
|
1432
|
+
<shape width="210" height="24" topLeftX="659" topLeftY="173" type="text">
|
|
1433
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1434
|
+
<p>主题标题三</p>
|
|
1435
|
+
</content>
|
|
1436
|
+
</shape>
|
|
1437
|
+
<shape width="210" height="54" topLeftX="659" topLeftY="207" type="text">
|
|
1438
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1439
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1440
|
+
</content>
|
|
1441
|
+
</shape>
|
|
1442
|
+
<shape width="210" height="24" topLeftX="375" topLeftY="173" type="text">
|
|
1443
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1444
|
+
<p>主题标题二</p>
|
|
1445
|
+
</content>
|
|
1446
|
+
</shape>
|
|
1447
|
+
<shape width="210" height="54" topLeftX="375" topLeftY="207" type="text">
|
|
1448
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1449
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1450
|
+
</content>
|
|
1451
|
+
</shape>
|
|
1452
|
+
<shape width="210" height="24" topLeftX="92" topLeftY="173" type="text">
|
|
1453
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1454
|
+
<p>主题标题一</p>
|
|
1455
|
+
</content>
|
|
1456
|
+
</shape>
|
|
1457
|
+
<shape width="210" height="54" topLeftX="92" topLeftY="207" type="text">
|
|
1458
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1459
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1460
|
+
</content>
|
|
1461
|
+
</shape>
|
|
1462
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
1463
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
1464
|
+
<p>标题和描述</p>
|
|
1465
|
+
</content>
|
|
1466
|
+
</shape>
|
|
1467
|
+
</data>
|
|
1468
|
+
<note>
|
|
1469
|
+
<content/>
|
|
1470
|
+
</note>
|
|
1471
|
+
</slide>
|
|
1472
|
+
<slide>
|
|
1473
|
+
<style>
|
|
1474
|
+
<fill>
|
|
1475
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1476
|
+
</fill>
|
|
1477
|
+
</style>
|
|
1478
|
+
<data>
|
|
1479
|
+
<img src="LtgrbELgNo0hlWxYYQFcEL9YnHg" width="961" height="395" topLeftX="0" topLeftY="0">
|
|
1480
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="72" bottomOffset="72"/>
|
|
1481
|
+
</img>
|
|
1482
|
+
<shape width="820" height="30" topLeftX="70" topLeftY="477" type="text">
|
|
1483
|
+
<content textType="headline" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
1484
|
+
<p>副标题</p>
|
|
1485
|
+
</content>
|
|
1486
|
+
</shape>
|
|
1487
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="426" type="text">
|
|
1488
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
1489
|
+
<p>标题和描述</p>
|
|
1490
|
+
</content>
|
|
1491
|
+
</shape>
|
|
1492
|
+
</data>
|
|
1493
|
+
<note>
|
|
1494
|
+
<content/>
|
|
1495
|
+
</note>
|
|
1496
|
+
</slide>
|
|
1497
|
+
<slide>
|
|
1498
|
+
<style>
|
|
1499
|
+
<fill>
|
|
1500
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1501
|
+
</fill>
|
|
1502
|
+
</style>
|
|
1503
|
+
<data>
|
|
1504
|
+
<img src="KrmdbCCMPoc48mxrs9KcKxZrnIe" width="820" height="308" topLeftX="70" topLeftY="162">
|
|
1505
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="76" bottomOffset="76" presetHandlers="12"/>
|
|
1506
|
+
</img>
|
|
1507
|
+
<shape width="606" height="63" topLeftX="284" topLeftY="70" type="text">
|
|
1508
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1509
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1510
|
+
</content>
|
|
1511
|
+
</shape>
|
|
1512
|
+
<shape width="200" height="48" topLeftX="70" topLeftY="78" type="text">
|
|
1513
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1514
|
+
<p>标题和描述</p>
|
|
1515
|
+
</content>
|
|
1516
|
+
</shape>
|
|
1517
|
+
</data>
|
|
1518
|
+
<note>
|
|
1519
|
+
<content/>
|
|
1520
|
+
</note>
|
|
1521
|
+
</slide>
|
|
1522
|
+
<slide>
|
|
1523
|
+
<style>
|
|
1524
|
+
<fill>
|
|
1525
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1526
|
+
</fill>
|
|
1527
|
+
</style>
|
|
1528
|
+
<data>
|
|
1529
|
+
<img src="KkEbbx8m2opiscxfQphcYYGrnVd" width="427" height="540" topLeftX="533" topLeftY="0">
|
|
1530
|
+
<crop type="rect" leftOffset="268" rightOffset="268" topOffset="0" bottomOffset="0"/>
|
|
1531
|
+
</img>
|
|
1532
|
+
<shape width="390" height="72" topLeftX="70" topLeftY="395" type="text">
|
|
1533
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1534
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1535
|
+
</content>
|
|
1536
|
+
</shape>
|
|
1537
|
+
<shape width="390" height="36" topLeftX="70" topLeftY="339" type="text">
|
|
1538
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1539
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1540
|
+
</content>
|
|
1541
|
+
</shape>
|
|
1542
|
+
<shape width="390" height="72" topLeftX="70" topLeftY="247" type="text">
|
|
1543
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1544
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1545
|
+
</content>
|
|
1546
|
+
</shape>
|
|
1547
|
+
<shape width="390" height="30" topLeftX="70" topLeftY="122" type="text">
|
|
1548
|
+
<content textType="headline" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1549
|
+
<p>副标题</p>
|
|
1550
|
+
</content>
|
|
1551
|
+
</shape>
|
|
1552
|
+
<shape width="390" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
1553
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1554
|
+
<p>标题和描述</p>
|
|
1555
|
+
</content>
|
|
1556
|
+
</shape>
|
|
1557
|
+
</data>
|
|
1558
|
+
<note>
|
|
1559
|
+
<content/>
|
|
1560
|
+
</note>
|
|
1561
|
+
</slide>
|
|
1562
|
+
<slide>
|
|
1563
|
+
<style>
|
|
1564
|
+
<fill>
|
|
1565
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1566
|
+
</fill>
|
|
1567
|
+
</style>
|
|
1568
|
+
<data>
|
|
1569
|
+
<img src="PJjVblf6co4PRdxOtXmcPrwvnaf" width="360" height="400" topLeftX="530" topLeftY="70">
|
|
1570
|
+
<crop type="rect" leftOffset="177" rightOffset="177" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
1571
|
+
</img>
|
|
1572
|
+
<shape width="390" height="30" topLeftX="70" topLeftY="213" type="text">
|
|
1573
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1574
|
+
<p>主题标题</p>
|
|
1575
|
+
</content>
|
|
1576
|
+
</shape>
|
|
1577
|
+
<shape width="390" height="72" topLeftX="70" topLeftY="255" type="text">
|
|
1578
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1579
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1580
|
+
</content>
|
|
1581
|
+
</shape>
|
|
1582
|
+
</data>
|
|
1583
|
+
<note>
|
|
1584
|
+
<content/>
|
|
1585
|
+
</note>
|
|
1586
|
+
</slide>
|
|
1587
|
+
<slide>
|
|
1588
|
+
<style>
|
|
1589
|
+
<fill>
|
|
1590
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1591
|
+
</fill>
|
|
1592
|
+
</style>
|
|
1593
|
+
<data>
|
|
1594
|
+
<shape width="46" height="46" topLeftX="499" topLeftY="145" presetHandlers="23" type="round-rect">
|
|
1595
|
+
<fill>
|
|
1596
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1597
|
+
</fill>
|
|
1598
|
+
</shape>
|
|
1599
|
+
<icon width="24" height="24" topLeftX="510" topLeftY="156" iconType="iconpark/Emoji/relieved-face.svg">
|
|
1600
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1601
|
+
</icon>
|
|
1602
|
+
<shape width="46" height="46" topLeftX="499" topLeftY="266" presetHandlers="23" type="round-rect">
|
|
1603
|
+
<fill>
|
|
1604
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1605
|
+
</fill>
|
|
1606
|
+
</shape>
|
|
1607
|
+
<icon width="24" height="24" topLeftX="510" topLeftY="277" iconType="iconpark/Emoji/grinning-face-with-open-mouth.svg">
|
|
1608
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1609
|
+
</icon>
|
|
1610
|
+
<shape width="46" height="46" topLeftX="499" topLeftY="386" presetHandlers="23" type="round-rect">
|
|
1611
|
+
<fill>
|
|
1612
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1613
|
+
</fill>
|
|
1614
|
+
</shape>
|
|
1615
|
+
<icon width="24" height="24" topLeftX="510" topLeftY="397" iconType="iconpark/Emoji/grinning-face-with-tightly-closed-eyes-open-mouth.svg">
|
|
1616
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1617
|
+
</icon>
|
|
1618
|
+
<img src="UhIJbYObdovSqax9NStcKnSKnOh" width="427" height="540" topLeftX="0" topLeftY="0">
|
|
1619
|
+
<crop type="rect" leftOffset="268" rightOffset="268" topOffset="0" bottomOffset="0"/>
|
|
1620
|
+
</img>
|
|
1621
|
+
<shape width="330" height="24" topLeftX="560" topLeftY="386" type="text">
|
|
1622
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1623
|
+
<p>主题标题三</p>
|
|
1624
|
+
</content>
|
|
1625
|
+
</shape>
|
|
1626
|
+
<shape width="330" height="54" topLeftX="560" topLeftY="420" type="text">
|
|
1627
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1628
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1629
|
+
</content>
|
|
1630
|
+
</shape>
|
|
1631
|
+
<shape width="330" height="24" topLeftX="560" topLeftY="265" type="text">
|
|
1632
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1633
|
+
<p>主题标题二</p>
|
|
1634
|
+
</content>
|
|
1635
|
+
</shape>
|
|
1636
|
+
<shape width="330" height="54" topLeftX="560" topLeftY="299" type="text">
|
|
1637
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1638
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1639
|
+
</content>
|
|
1640
|
+
</shape>
|
|
1641
|
+
<shape width="330" height="24" topLeftX="560" topLeftY="145" type="text">
|
|
1642
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1643
|
+
<p>主题标题一</p>
|
|
1644
|
+
</content>
|
|
1645
|
+
</shape>
|
|
1646
|
+
<shape width="330" height="54" topLeftX="560" topLeftY="179" type="text">
|
|
1647
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1648
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1649
|
+
</content>
|
|
1650
|
+
</shape>
|
|
1651
|
+
<shape width="390" height="48" topLeftX="500" topLeftY="70" type="text">
|
|
1652
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1653
|
+
<p>标题和描述</p>
|
|
1654
|
+
</content>
|
|
1655
|
+
</shape>
|
|
1656
|
+
<shape width="46" height="46" topLeftX="499" topLeftY="145" presetHandlers="23" type="round-rect">
|
|
1657
|
+
<fill>
|
|
1658
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1659
|
+
</fill>
|
|
1660
|
+
</shape>
|
|
1661
|
+
<icon width="24" height="24" topLeftX="510" topLeftY="156" iconType="iconpark/Emoji/relieved-face.svg">
|
|
1662
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1663
|
+
</icon>
|
|
1664
|
+
<shape width="46" height="46" topLeftX="499" topLeftY="266" presetHandlers="23" type="round-rect">
|
|
1665
|
+
<fill>
|
|
1666
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1667
|
+
</fill>
|
|
1668
|
+
</shape>
|
|
1669
|
+
<icon width="24" height="24" topLeftX="510" topLeftY="277" iconType="iconpark/Emoji/grinning-face-with-open-mouth.svg">
|
|
1670
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1671
|
+
</icon>
|
|
1672
|
+
<shape width="46" height="46" topLeftX="499" topLeftY="386" presetHandlers="23" type="round-rect">
|
|
1673
|
+
<fill>
|
|
1674
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1675
|
+
</fill>
|
|
1676
|
+
</shape>
|
|
1677
|
+
<icon width="24" height="24" topLeftX="510" topLeftY="397" iconType="iconpark/Emoji/grinning-face-with-tightly-closed-eyes-open-mouth.svg">
|
|
1678
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
1679
|
+
</icon>
|
|
1680
|
+
</data>
|
|
1681
|
+
<note>
|
|
1682
|
+
<content/>
|
|
1683
|
+
</note>
|
|
1684
|
+
</slide>
|
|
1685
|
+
<slide>
|
|
1686
|
+
<style>
|
|
1687
|
+
<fill>
|
|
1688
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1689
|
+
</fill>
|
|
1690
|
+
</style>
|
|
1691
|
+
<data>
|
|
1692
|
+
<shape width="46" height="46" topLeftX="70" topLeftY="145" presetHandlers="23" type="round-rect">
|
|
1693
|
+
<fill>
|
|
1694
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1695
|
+
</fill>
|
|
1696
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1697
|
+
<p>
|
|
1698
|
+
<span color="rgba(255, 255, 255, 1)">01</span>
|
|
1699
|
+
</p>
|
|
1700
|
+
</content>
|
|
1701
|
+
</shape>
|
|
1702
|
+
<shape width="46" height="46" topLeftX="70" topLeftY="228" presetHandlers="23" type="round-rect">
|
|
1703
|
+
<fill>
|
|
1704
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1705
|
+
</fill>
|
|
1706
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1707
|
+
<p>
|
|
1708
|
+
<span color="rgba(255, 255, 255, 1)">02</span>
|
|
1709
|
+
</p>
|
|
1710
|
+
</content>
|
|
1711
|
+
</shape>
|
|
1712
|
+
<shape width="46" height="46" topLeftX="70" topLeftY="311" presetHandlers="23" type="round-rect">
|
|
1713
|
+
<fill>
|
|
1714
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1715
|
+
</fill>
|
|
1716
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1717
|
+
<p>
|
|
1718
|
+
<span color="rgba(255, 255, 255, 1)">03</span>
|
|
1719
|
+
</p>
|
|
1720
|
+
</content>
|
|
1721
|
+
</shape>
|
|
1722
|
+
<shape width="46" height="46" topLeftX="70" topLeftY="394" presetHandlers="23" type="round-rect">
|
|
1723
|
+
<fill>
|
|
1724
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
1725
|
+
</fill>
|
|
1726
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1727
|
+
<p>
|
|
1728
|
+
<span color="rgba(255, 255, 255, 1)">04</span>
|
|
1729
|
+
</p>
|
|
1730
|
+
</content>
|
|
1731
|
+
</shape>
|
|
1732
|
+
<img src="AJqcbMYzJoOIrGxDMIpcgOdlnZg" width="360" height="400" topLeftX="530" topLeftY="70">
|
|
1733
|
+
<crop type="rect" leftOffset="177" rightOffset="177" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
1734
|
+
</img>
|
|
1735
|
+
<shape width="340" height="54" topLeftX="131" topLeftY="394" type="text">
|
|
1736
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1737
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1738
|
+
</content>
|
|
1739
|
+
</shape>
|
|
1740
|
+
<shape width="340" height="54" topLeftX="131" topLeftY="311" type="text">
|
|
1741
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1742
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1743
|
+
</content>
|
|
1744
|
+
</shape>
|
|
1745
|
+
<shape width="340" height="54" topLeftX="131" topLeftY="228" type="text">
|
|
1746
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1747
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1748
|
+
</content>
|
|
1749
|
+
</shape>
|
|
1750
|
+
<shape width="340" height="54" topLeftX="131" topLeftY="145" type="text">
|
|
1751
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1752
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1753
|
+
</content>
|
|
1754
|
+
</shape>
|
|
1755
|
+
<shape width="401" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
1756
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1757
|
+
<p>标题和描述</p>
|
|
1758
|
+
</content>
|
|
1759
|
+
</shape>
|
|
1760
|
+
</data>
|
|
1761
|
+
<note>
|
|
1762
|
+
<content/>
|
|
1763
|
+
</note>
|
|
1764
|
+
</slide>
|
|
1765
|
+
<slide>
|
|
1766
|
+
<style>
|
|
1767
|
+
<fill>
|
|
1768
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1769
|
+
</fill>
|
|
1770
|
+
</style>
|
|
1771
|
+
<data>
|
|
1772
|
+
<img src="M4nIbPDwjocIkRxsRrNcOiv1nCh" width="160" height="312" topLeftX="422" topLeftY="151">
|
|
1773
|
+
<crop type="rect" leftOffset="198" rightOffset="198" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
1774
|
+
</img>
|
|
1775
|
+
<img src="LKh1bppCgoGBV0xKokVc6y4jnhh" width="160" height="312" topLeftX="246" topLeftY="151">
|
|
1776
|
+
<crop type="rect" leftOffset="198" rightOffset="198" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
1777
|
+
</img>
|
|
1778
|
+
<img src="TAIObSBvYofXZVxDnY5cg1CMn2d" width="160" height="312" topLeftX="70" topLeftY="151">
|
|
1779
|
+
<crop type="rect" leftOffset="198" rightOffset="198" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
1780
|
+
</img>
|
|
1781
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
1782
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1783
|
+
<p>标题和描述</p>
|
|
1784
|
+
</content>
|
|
1785
|
+
</shape>
|
|
1786
|
+
<shape width="270" height="24" topLeftX="620" topLeftY="375" type="text">
|
|
1787
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1788
|
+
<p>主题标题三</p>
|
|
1789
|
+
</content>
|
|
1790
|
+
</shape>
|
|
1791
|
+
<shape width="270" height="54" topLeftX="620" topLeftY="409" type="text">
|
|
1792
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1793
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1794
|
+
</content>
|
|
1795
|
+
</shape>
|
|
1796
|
+
<shape width="270" height="24" topLeftX="620" topLeftY="263" type="text">
|
|
1797
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1798
|
+
<p>主题标题二</p>
|
|
1799
|
+
</content>
|
|
1800
|
+
</shape>
|
|
1801
|
+
<shape width="270" height="54" topLeftX="620" topLeftY="297" type="text">
|
|
1802
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1803
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1804
|
+
</content>
|
|
1805
|
+
</shape>
|
|
1806
|
+
<shape width="270" height="24" topLeftX="620" topLeftY="147" type="text">
|
|
1807
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1808
|
+
<p>主题标题一</p>
|
|
1809
|
+
</content>
|
|
1810
|
+
</shape>
|
|
1811
|
+
<shape width="270" height="54" topLeftX="620" topLeftY="181" type="text">
|
|
1812
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1813
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1814
|
+
</content>
|
|
1815
|
+
</shape>
|
|
1816
|
+
</data>
|
|
1817
|
+
<note>
|
|
1818
|
+
<content/>
|
|
1819
|
+
</note>
|
|
1820
|
+
</slide>
|
|
1821
|
+
<slide>
|
|
1822
|
+
<style>
|
|
1823
|
+
<fill>
|
|
1824
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1825
|
+
</fill>
|
|
1826
|
+
</style>
|
|
1827
|
+
<data>
|
|
1828
|
+
<img src="A2Qgb3aYxoq40Hx6VTQc8rL8ned" width="390" height="192" topLeftX="500" topLeftY="150">
|
|
1829
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="13" bottomOffset="13" presetHandlers="12"/>
|
|
1830
|
+
</img>
|
|
1831
|
+
<img src="KC3XbcNeBovcTLxj9axcDCcTnCd" width="390" height="192" topLeftX="70" topLeftY="150">
|
|
1832
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="13" bottomOffset="13" presetHandlers="12"/>
|
|
1833
|
+
</img>
|
|
1834
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
1835
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1836
|
+
<p>标题和描述</p>
|
|
1837
|
+
</content>
|
|
1838
|
+
</shape>
|
|
1839
|
+
<shape width="390" height="24" topLeftX="500" topLeftY="368" type="text">
|
|
1840
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1841
|
+
<p>主题标题二</p>
|
|
1842
|
+
</content>
|
|
1843
|
+
</shape>
|
|
1844
|
+
<shape width="390" height="72" topLeftX="500" topLeftY="402" type="text">
|
|
1845
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1846
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1847
|
+
</content>
|
|
1848
|
+
</shape>
|
|
1849
|
+
<shape width="390" height="24" topLeftX="70" topLeftY="368" type="text">
|
|
1850
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1851
|
+
<p>主题标题一</p>
|
|
1852
|
+
</content>
|
|
1853
|
+
</shape>
|
|
1854
|
+
<shape width="390" height="72" topLeftX="70" topLeftY="402" type="text">
|
|
1855
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1856
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1857
|
+
</content>
|
|
1858
|
+
</shape>
|
|
1859
|
+
</data>
|
|
1860
|
+
<note>
|
|
1861
|
+
<content/>
|
|
1862
|
+
</note>
|
|
1863
|
+
</slide>
|
|
1864
|
+
<slide>
|
|
1865
|
+
<style>
|
|
1866
|
+
<fill>
|
|
1867
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1868
|
+
</fill>
|
|
1869
|
+
</style>
|
|
1870
|
+
<data>
|
|
1871
|
+
<img src="PmJPb8FpCokRZLxgx2EctvRKnRe" width="240" height="120" topLeftX="650" topLeftY="187">
|
|
1872
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="7" bottomOffset="7" presetHandlers="12"/>
|
|
1873
|
+
</img>
|
|
1874
|
+
<img src="EWmBbqTrCogLx2xD5TMcCIPdnZg" width="240" height="120" topLeftX="360" topLeftY="187">
|
|
1875
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="7" bottomOffset="7" presetHandlers="12"/>
|
|
1876
|
+
</img>
|
|
1877
|
+
<img src="W2Zsbl8qmogHphxpGTJc8KvenMf" width="240" height="120" topLeftX="70" topLeftY="187">
|
|
1878
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="7" bottomOffset="7" presetHandlers="12"/>
|
|
1879
|
+
</img>
|
|
1880
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
1881
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1882
|
+
<p>标题和描述</p>
|
|
1883
|
+
</content>
|
|
1884
|
+
</shape>
|
|
1885
|
+
<shape width="240" height="24" topLeftX="650" topLeftY="334" type="text">
|
|
1886
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1887
|
+
<p>主题标题三</p>
|
|
1888
|
+
</content>
|
|
1889
|
+
</shape>
|
|
1890
|
+
<shape width="240" height="54" topLeftX="650" topLeftY="368" type="text">
|
|
1891
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1892
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1893
|
+
</content>
|
|
1894
|
+
</shape>
|
|
1895
|
+
<shape width="240" height="24" topLeftX="360" topLeftY="334" type="text">
|
|
1896
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1897
|
+
<p>主题标题二</p>
|
|
1898
|
+
</content>
|
|
1899
|
+
</shape>
|
|
1900
|
+
<shape width="240" height="54" topLeftX="360" topLeftY="368" type="text">
|
|
1901
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1902
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1903
|
+
</content>
|
|
1904
|
+
</shape>
|
|
1905
|
+
<shape width="240" height="24" topLeftX="70" topLeftY="334" type="text">
|
|
1906
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1907
|
+
<p>主题标题一</p>
|
|
1908
|
+
</content>
|
|
1909
|
+
</shape>
|
|
1910
|
+
<shape width="240" height="54" topLeftX="70" topLeftY="368" type="text">
|
|
1911
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1912
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1913
|
+
</content>
|
|
1914
|
+
</shape>
|
|
1915
|
+
</data>
|
|
1916
|
+
<note>
|
|
1917
|
+
<content/>
|
|
1918
|
+
</note>
|
|
1919
|
+
</slide>
|
|
1920
|
+
<slide>
|
|
1921
|
+
<style>
|
|
1922
|
+
<fill>
|
|
1923
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1924
|
+
</fill>
|
|
1925
|
+
</style>
|
|
1926
|
+
<data>
|
|
1927
|
+
<img src="N9WVbos8OoAoT8xqk5ucsl8ynHd" width="240" height="120" topLeftX="70" topLeftY="281">
|
|
1928
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="7" bottomOffset="7" presetHandlers="12"/>
|
|
1929
|
+
</img>
|
|
1930
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
1931
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1932
|
+
<p>标题和描述</p>
|
|
1933
|
+
</content>
|
|
1934
|
+
</shape>
|
|
1935
|
+
<img src="FKydbsW6MofyHBxT1EycVmzanfd" width="240" height="120" topLeftX="650" topLeftY="281">
|
|
1936
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="7" bottomOffset="7" presetHandlers="12"/>
|
|
1937
|
+
</img>
|
|
1938
|
+
<img src="Cd6GbYAdToXNxfxvfjMcR5SEnjc" width="240" height="120" topLeftX="360" topLeftY="281">
|
|
1939
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="7" bottomOffset="7" presetHandlers="12"/>
|
|
1940
|
+
</img>
|
|
1941
|
+
<shape width="240" height="24" topLeftX="650" topLeftY="174" type="text">
|
|
1942
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1943
|
+
<p>主题标题三</p>
|
|
1944
|
+
</content>
|
|
1945
|
+
</shape>
|
|
1946
|
+
<shape width="240" height="54" topLeftX="650" topLeftY="208" type="text">
|
|
1947
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1948
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1949
|
+
</content>
|
|
1950
|
+
</shape>
|
|
1951
|
+
<shape width="240" height="24" topLeftX="360" topLeftY="174" type="text">
|
|
1952
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1953
|
+
<p>主题标题二</p>
|
|
1954
|
+
</content>
|
|
1955
|
+
</shape>
|
|
1956
|
+
<shape width="240" height="54" topLeftX="360" topLeftY="208" type="text">
|
|
1957
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1958
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1959
|
+
</content>
|
|
1960
|
+
</shape>
|
|
1961
|
+
<shape width="240" height="24" topLeftX="70" topLeftY="174" type="text">
|
|
1962
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1963
|
+
<p>主题标题一</p>
|
|
1964
|
+
</content>
|
|
1965
|
+
</shape>
|
|
1966
|
+
<shape width="240" height="54" topLeftX="70" topLeftY="208" type="text">
|
|
1967
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1968
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1969
|
+
</content>
|
|
1970
|
+
</shape>
|
|
1971
|
+
</data>
|
|
1972
|
+
<note>
|
|
1973
|
+
<content/>
|
|
1974
|
+
</note>
|
|
1975
|
+
</slide>
|
|
1976
|
+
<slide>
|
|
1977
|
+
<style>
|
|
1978
|
+
<fill>
|
|
1979
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1980
|
+
</fill>
|
|
1981
|
+
</style>
|
|
1982
|
+
<data>
|
|
1983
|
+
<img src="ZsOybrTbroDcgDxWiAdcEM6Hnmh" width="190" height="190" topLeftX="70" topLeftY="280">
|
|
1984
|
+
<crop type="rect" leftOffset="75" rightOffset="75" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
1985
|
+
</img>
|
|
1986
|
+
<img src="RkPlbqguIoSq5fxQJvncw6Spngc" width="190" height="190" topLeftX="280" topLeftY="280">
|
|
1987
|
+
<crop type="rect" leftOffset="75" rightOffset="75" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
1988
|
+
</img>
|
|
1989
|
+
<img src="WC9ZbKdv7oj2y9xRwHOcOIP2nK5" width="190" height="190" topLeftX="70" topLeftY="70">
|
|
1990
|
+
<crop type="rect" leftOffset="75" rightOffset="75" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
1991
|
+
</img>
|
|
1992
|
+
<img src="Lt7HbAz0mo4CxUxZjjGcTvvwn0d" width="190" height="190" topLeftX="280" topLeftY="70">
|
|
1993
|
+
<crop type="rect" leftOffset="75" rightOffset="75" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
1994
|
+
</img>
|
|
1995
|
+
<shape width="360" height="126" topLeftX="530" topLeftY="344" type="text">
|
|
1996
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
1997
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1998
|
+
</content>
|
|
1999
|
+
</shape>
|
|
2000
|
+
<shape width="360" height="48" topLeftX="530" topLeftY="280" type="text">
|
|
2001
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2002
|
+
<p>标题和描述</p>
|
|
2003
|
+
</content>
|
|
2004
|
+
</shape>
|
|
2005
|
+
</data>
|
|
2006
|
+
<note>
|
|
2007
|
+
<content/>
|
|
2008
|
+
</note>
|
|
2009
|
+
</slide>
|
|
2010
|
+
<slide>
|
|
2011
|
+
<style>
|
|
2012
|
+
<fill>
|
|
2013
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
2014
|
+
</fill>
|
|
2015
|
+
</style>
|
|
2016
|
+
<data>
|
|
2017
|
+
<img src="SD4bbB1gPoB8EgxDW2Dcswxun5O" width="175" height="249" topLeftX="715" topLeftY="380">
|
|
2018
|
+
<crop type="rect" leftOffset="135" rightOffset="135" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2019
|
+
</img>
|
|
2020
|
+
<img src="K39JbmhXlo71kHx4ie1cibcznle" width="175" height="140" topLeftX="715" topLeftY="223">
|
|
2021
|
+
<crop type="rect" leftOffset="37" rightOffset="37" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2022
|
+
</img>
|
|
2023
|
+
<img src="MHicbP8y4o3jGhxSzTYcDQ1lnkb" width="175" height="249" topLeftX="715" topLeftY="-43">
|
|
2024
|
+
<crop type="rect" leftOffset="135" rightOffset="135" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2025
|
+
</img>
|
|
2026
|
+
<img src="Qf0Vbu6cMoZDXBxRd7PcBnU1nph" width="175" height="140" topLeftX="523" topLeftY="-43">
|
|
2027
|
+
<crop type="rect" leftOffset="37" rightOffset="37" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2028
|
+
</img>
|
|
2029
|
+
<img src="ESdYbuvzooIdyoxsbsic9jisnMf" width="175" height="140" topLeftX="523" topLeftY="426">
|
|
2030
|
+
<crop type="rect" leftOffset="37" rightOffset="37" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2031
|
+
</img>
|
|
2032
|
+
<img src="NOmAbki55oibi6xtAgTcmCMPnTw" width="175" height="140" topLeftX="523" topLeftY="269">
|
|
2033
|
+
<crop type="rect" leftOffset="37" rightOffset="37" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2034
|
+
</img>
|
|
2035
|
+
<img src="AS1dbFEzIow665xyBjccQqD8nic" width="175" height="140" topLeftX="523" topLeftY="113">
|
|
2036
|
+
<crop type="rect" leftOffset="37" rightOffset="37" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2037
|
+
</img>
|
|
2038
|
+
<shape width="400" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
2039
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2040
|
+
<p>标题和描述</p>
|
|
2041
|
+
</content>
|
|
2042
|
+
</shape>
|
|
2043
|
+
<shape width="400" height="24" topLeftX="70" topLeftY="379" type="text">
|
|
2044
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2045
|
+
<p>主题标题三</p>
|
|
2046
|
+
</content>
|
|
2047
|
+
</shape>
|
|
2048
|
+
<shape width="400" height="36" topLeftX="70" topLeftY="413" type="text">
|
|
2049
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2050
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2051
|
+
</content>
|
|
2052
|
+
</shape>
|
|
2053
|
+
<shape width="400" height="24" topLeftX="70" topLeftY="269" type="text">
|
|
2054
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2055
|
+
<p>主题标题二</p>
|
|
2056
|
+
</content>
|
|
2057
|
+
</shape>
|
|
2058
|
+
<shape width="400" height="36" topLeftX="70" topLeftY="303" type="text">
|
|
2059
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2060
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2061
|
+
</content>
|
|
2062
|
+
</shape>
|
|
2063
|
+
<shape width="400" height="24" topLeftX="70" topLeftY="161" type="text">
|
|
2064
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2065
|
+
<p>主题标题一</p>
|
|
2066
|
+
</content>
|
|
2067
|
+
</shape>
|
|
2068
|
+
<shape width="400" height="36" topLeftX="70" topLeftY="195" type="text">
|
|
2069
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2070
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2071
|
+
</content>
|
|
2072
|
+
</shape>
|
|
2073
|
+
</data>
|
|
2074
|
+
<note>
|
|
2075
|
+
<content/>
|
|
2076
|
+
</note>
|
|
2077
|
+
</slide>
|
|
2078
|
+
<slide>
|
|
2079
|
+
<style>
|
|
2080
|
+
<fill>
|
|
2081
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
2082
|
+
</fill>
|
|
2083
|
+
</style>
|
|
2084
|
+
<data>
|
|
2085
|
+
<img src="KzuVbZYPmocI8QxnkXmc033Pn1e" width="240" height="329" topLeftX="650" topLeftY="141">
|
|
2086
|
+
<crop type="rect" leftOffset="173" rightOffset="173" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2087
|
+
</img>
|
|
2088
|
+
<img src="WP4BbvA5oozzksxn6qSc8c8NnRd" width="240" height="329" topLeftX="360" topLeftY="141">
|
|
2089
|
+
<crop type="rect" leftOffset="173" rightOffset="173" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2090
|
+
</img>
|
|
2091
|
+
<img src="GCRNbznlvomPX1xe4iRcm62Knkd" width="240" height="329" topLeftX="70" topLeftY="141">
|
|
2092
|
+
<crop type="rect" leftOffset="173" rightOffset="173" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2093
|
+
</img>
|
|
2094
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
2095
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2096
|
+
<p>标题和描述</p>
|
|
2097
|
+
</content>
|
|
2098
|
+
</shape>
|
|
2099
|
+
</data>
|
|
2100
|
+
<note>
|
|
2101
|
+
<content/>
|
|
2102
|
+
</note>
|
|
2103
|
+
</slide>
|
|
2104
|
+
<slide>
|
|
2105
|
+
<style>
|
|
2106
|
+
<fill>
|
|
2107
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
2108
|
+
</fill>
|
|
2109
|
+
</style>
|
|
2110
|
+
<data>
|
|
2111
|
+
<img src="KF2NbFxpUoKAlLxbB4yctjBZnXd" width="551" height="150" topLeftX="339" topLeftY="320">
|
|
2112
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="79" bottomOffset="79" presetHandlers="12"/>
|
|
2113
|
+
</img>
|
|
2114
|
+
<img src="QYZRbX6ppoAo5OxBr8UcZVjvnbb" width="551" height="150" topLeftX="339" topLeftY="141">
|
|
2115
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="79" bottomOffset="79" presetHandlers="12"/>
|
|
2116
|
+
</img>
|
|
2117
|
+
<img src="YsBYb5UNOoNo8TxNTHHcI6WDn0b" width="240" height="329" topLeftX="70" topLeftY="141">
|
|
2118
|
+
<crop type="rect" leftOffset="173" rightOffset="173" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2119
|
+
</img>
|
|
2120
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
2121
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2122
|
+
<p>标题和描述</p>
|
|
2123
|
+
</content>
|
|
2124
|
+
</shape>
|
|
2125
|
+
</data>
|
|
2126
|
+
<note>
|
|
2127
|
+
<content/>
|
|
2128
|
+
</note>
|
|
2129
|
+
</slide>
|
|
2130
|
+
<slide>
|
|
2131
|
+
<style>
|
|
2132
|
+
<fill>
|
|
2133
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
2134
|
+
</fill>
|
|
2135
|
+
</style>
|
|
2136
|
+
<data>
|
|
2137
|
+
<img src="ZIpMbverjo1wgGxVT6gccdDin0e" width="190" height="152" topLeftX="280" topLeftY="312">
|
|
2138
|
+
<crop type="rect" leftOffset="41" rightOffset="41" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2139
|
+
</img>
|
|
2140
|
+
<img src="ZqxJbLWpnoN4cIx1h9Ycpl6rnXd" width="190" height="152" topLeftX="70" topLeftY="312">
|
|
2141
|
+
<crop type="rect" leftOffset="41" rightOffset="41" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2142
|
+
</img>
|
|
2143
|
+
<img src="CsmnbZTLnoQnIixjXKPc4WKDnsg" width="190" height="152" topLeftX="700" topLeftY="312">
|
|
2144
|
+
<crop type="rect" leftOffset="41" rightOffset="41" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2145
|
+
</img>
|
|
2146
|
+
<img src="FVJHbIjowoOUaVxC4h4cAQ4LnHb" width="190" height="152" topLeftX="490" topLeftY="312">
|
|
2147
|
+
<crop type="rect" leftOffset="41" rightOffset="41" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2148
|
+
</img>
|
|
2149
|
+
<img src="CU0FbAXR9omdgPxX8gEcR346nRf" width="190" height="152" topLeftX="700" topLeftY="139">
|
|
2150
|
+
<crop type="rect" leftOffset="41" rightOffset="41" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2151
|
+
</img>
|
|
2152
|
+
<img src="Vhimbmo9MoFZ59xJZZxcWyUonzg" width="190" height="152" topLeftX="490" topLeftY="139">
|
|
2153
|
+
<crop type="rect" leftOffset="41" rightOffset="41" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2154
|
+
</img>
|
|
2155
|
+
<img src="DSw6b0kYjo0XE3xWpEhcNo8EnFg" width="190" height="152" topLeftX="280" topLeftY="141">
|
|
2156
|
+
<crop type="rect" leftOffset="41" rightOffset="41" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2157
|
+
</img>
|
|
2158
|
+
<img src="Kk1IbFXHGoExjjxjTWRcYZUYnMf" width="190" height="152" topLeftX="70" topLeftY="141">
|
|
2159
|
+
<crop type="rect" leftOffset="41" rightOffset="41" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
2160
|
+
</img>
|
|
2161
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
2162
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2163
|
+
<p>标题和描述</p>
|
|
2164
|
+
</content>
|
|
2165
|
+
</shape>
|
|
2166
|
+
</data>
|
|
2167
|
+
<note>
|
|
2168
|
+
<content/>
|
|
2169
|
+
</note>
|
|
2170
|
+
</slide>
|
|
2171
|
+
<slide>
|
|
2172
|
+
<style>
|
|
2173
|
+
<fill>
|
|
2174
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
2175
|
+
</fill>
|
|
2176
|
+
</style>
|
|
2177
|
+
<data>
|
|
2178
|
+
<shape width="838" height="28" topLeftX="51" topLeftY="295" type="slides-full-round-rect">
|
|
2179
|
+
<fill>
|
|
2180
|
+
<fillColor color="linear-gradient(271deg,rgba(35, 72, 197, 0.38) 0%,rgba(72, 239, 207, 0.11) 100%)"/>
|
|
2181
|
+
</fill>
|
|
2182
|
+
</shape>
|
|
2183
|
+
<shape width="12" height="12" topLeftX="86" topLeftY="303" type="ellipse">
|
|
2184
|
+
<border color="rgba(78, 110, 253, 1)" width="4" lineJoin="miter" miterLimit="10"/>
|
|
2185
|
+
</shape>
|
|
2186
|
+
<line startX="249" startY="319" endX="249" endY="402">
|
|
2187
|
+
<border color="rgba(78, 110, 253, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2188
|
+
</line>
|
|
2189
|
+
<shape width="12" height="12" topLeftX="400" topLeftY="303" type="ellipse">
|
|
2190
|
+
<border color="rgba(78, 110, 253, 1)" width="4" lineJoin="miter" miterLimit="10"/>
|
|
2191
|
+
</shape>
|
|
2192
|
+
<shape width="16" height="16" topLeftX="551" topLeftY="301" type="ellipse">
|
|
2193
|
+
<border color="rgba(78, 110, 253, 1)" width="4" lineJoin="miter" miterLimit="10"/>
|
|
2194
|
+
</shape>
|
|
2195
|
+
<shape width="12" height="12" topLeftX="685" topLeftY="303" type="ellipse">
|
|
2196
|
+
<border color="rgba(78, 110, 253, 1)" width="4" lineJoin="miter" miterLimit="10"/>
|
|
2197
|
+
</shape>
|
|
2198
|
+
<line startX="559" startY="317" endX="559" endY="403">
|
|
2199
|
+
<border color="rgba(78, 110, 253, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2200
|
+
</line>
|
|
2201
|
+
<shape width="16" height="16" topLeftX="241" topLeftY="301" type="ellipse">
|
|
2202
|
+
<border color="rgba(78, 110, 253, 1)" width="4" lineJoin="miter" miterLimit="10"/>
|
|
2203
|
+
</shape>
|
|
2204
|
+
<line startX="406" startY="175" endX="406" endY="301">
|
|
2205
|
+
<border color="rgba(78, 110, 253, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2206
|
+
</line>
|
|
2207
|
+
<line startX="691" startY="175" endX="691" endY="301">
|
|
2208
|
+
<border color="rgba(78, 110, 253, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2209
|
+
</line>
|
|
2210
|
+
<line startX="91" startY="175" endX="91" endY="301">
|
|
2211
|
+
<border color="rgba(78, 110, 253, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2212
|
+
</line>
|
|
2213
|
+
<shape width="215" height="24" topLeftX="268" topLeftY="360" type="text">
|
|
2214
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2215
|
+
<p>时间点</p>
|
|
2216
|
+
</content>
|
|
2217
|
+
</shape>
|
|
2218
|
+
<shape width="215" height="54" topLeftX="268" topLeftY="394" type="text">
|
|
2219
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2220
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2221
|
+
</content>
|
|
2222
|
+
</shape>
|
|
2223
|
+
<shape width="215" height="24" topLeftX="578" topLeftY="360" type="text">
|
|
2224
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2225
|
+
<p>时间点</p>
|
|
2226
|
+
</content>
|
|
2227
|
+
</shape>
|
|
2228
|
+
<shape width="215" height="54" topLeftX="578" topLeftY="394" type="text">
|
|
2229
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2230
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2231
|
+
</content>
|
|
2232
|
+
</shape>
|
|
2233
|
+
<shape width="215" height="24" topLeftX="710" topLeftY="162" type="text">
|
|
2234
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2235
|
+
<p>时间点</p>
|
|
2236
|
+
</content>
|
|
2237
|
+
</shape>
|
|
2238
|
+
<shape width="215" height="54" topLeftX="710" topLeftY="197" type="text">
|
|
2239
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2240
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2241
|
+
</content>
|
|
2242
|
+
</shape>
|
|
2243
|
+
<shape width="215" height="24" topLeftX="425" topLeftY="162" type="text">
|
|
2244
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2245
|
+
<p>时间点</p>
|
|
2246
|
+
</content>
|
|
2247
|
+
</shape>
|
|
2248
|
+
<shape width="215" height="54" topLeftX="425" topLeftY="197" type="text">
|
|
2249
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2250
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2251
|
+
</content>
|
|
2252
|
+
</shape>
|
|
2253
|
+
<shape width="215" height="24" topLeftX="110" topLeftY="162" type="text">
|
|
2254
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2255
|
+
<p>时间点</p>
|
|
2256
|
+
</content>
|
|
2257
|
+
</shape>
|
|
2258
|
+
<shape width="215" height="54" topLeftX="110" topLeftY="197" type="text">
|
|
2259
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2260
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2261
|
+
</content>
|
|
2262
|
+
</shape>
|
|
2263
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
2264
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2265
|
+
<p>时间轴</p>
|
|
2266
|
+
</content>
|
|
2267
|
+
</shape>
|
|
2268
|
+
</data>
|
|
2269
|
+
<note>
|
|
2270
|
+
<content/>
|
|
2271
|
+
</note>
|
|
2272
|
+
</slide>
|
|
2273
|
+
<slide>
|
|
2274
|
+
<style>
|
|
2275
|
+
<fill>
|
|
2276
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
2277
|
+
</fill>
|
|
2278
|
+
</style>
|
|
2279
|
+
<data>
|
|
2280
|
+
<undefined type="fallback"/>
|
|
2281
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
2282
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2283
|
+
<p>
|
|
2284
|
+
<span color="rgba(255, 255, 255, 1)">时间轴</span>
|
|
2285
|
+
</p>
|
|
2286
|
+
</content>
|
|
2287
|
+
</shape>
|
|
2288
|
+
</data>
|
|
2289
|
+
<note>
|
|
2290
|
+
<content/>
|
|
2291
|
+
</note>
|
|
2292
|
+
</slide>
|
|
2293
|
+
<slide>
|
|
2294
|
+
<style>
|
|
2295
|
+
<fill>
|
|
2296
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
2297
|
+
</fill>
|
|
2298
|
+
</style>
|
|
2299
|
+
<data>
|
|
2300
|
+
<shape width="160" height="41" topLeftX="211" topLeftY="386" type="text">
|
|
2301
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14">
|
|
2302
|
+
<p>主题标题三</p>
|
|
2303
|
+
</content>
|
|
2304
|
+
</shape>
|
|
2305
|
+
<shape width="480" height="104" topLeftX="410" topLeftY="371" type="text">
|
|
2306
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14">
|
|
2307
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2308
|
+
</content>
|
|
2309
|
+
</shape>
|
|
2310
|
+
<shape width="160" height="41" topLeftX="211" topLeftY="292" type="text">
|
|
2311
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14">
|
|
2312
|
+
<p>主题标题二</p>
|
|
2313
|
+
</content>
|
|
2314
|
+
</shape>
|
|
2315
|
+
<shape width="480" height="104" topLeftX="410" topLeftY="277" type="text">
|
|
2316
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14">
|
|
2317
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2318
|
+
</content>
|
|
2319
|
+
</shape>
|
|
2320
|
+
<shape width="480" height="104" topLeftX="410" topLeftY="183" type="text">
|
|
2321
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14">
|
|
2322
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2323
|
+
</content>
|
|
2324
|
+
</shape>
|
|
2325
|
+
<shape width="160" height="41" topLeftX="211" topLeftY="198" type="text">
|
|
2326
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14">
|
|
2327
|
+
<p>主题标题一</p>
|
|
2328
|
+
</content>
|
|
2329
|
+
</shape>
|
|
2330
|
+
<shape width="820" height="77" topLeftX="70" topLeftY="70" type="text">
|
|
2331
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" bold="true">
|
|
2332
|
+
<p>时间轴</p>
|
|
2333
|
+
</content>
|
|
2334
|
+
</shape>
|
|
2335
|
+
<shape width="160" height="24" topLeftX="211" topLeftY="386" type="text">
|
|
2336
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2337
|
+
<p>主题标题三</p>
|
|
2338
|
+
</content>
|
|
2339
|
+
</shape>
|
|
2340
|
+
<shape width="480" height="54" topLeftX="410" topLeftY="371" type="text">
|
|
2341
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2342
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2343
|
+
</content>
|
|
2344
|
+
</shape>
|
|
2345
|
+
<shape width="160" height="24" topLeftX="211" topLeftY="292" type="text">
|
|
2346
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2347
|
+
<p>主题标题二</p>
|
|
2348
|
+
</content>
|
|
2349
|
+
</shape>
|
|
2350
|
+
<shape width="480" height="54" topLeftX="410" topLeftY="277" type="text">
|
|
2351
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2352
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2353
|
+
</content>
|
|
2354
|
+
</shape>
|
|
2355
|
+
<shape width="480" height="54" topLeftX="410" topLeftY="183" type="text">
|
|
2356
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2357
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2358
|
+
</content>
|
|
2359
|
+
</shape>
|
|
2360
|
+
<shape width="160" height="24" topLeftX="211" topLeftY="198" type="text">
|
|
2361
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2362
|
+
<p>主题标题一</p>
|
|
2363
|
+
</content>
|
|
2364
|
+
</shape>
|
|
2365
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
2366
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2367
|
+
<p>时间轴</p>
|
|
2368
|
+
</content>
|
|
2369
|
+
</shape>
|
|
2370
|
+
<line startX="121" startY="160" endX="121" endY="456">
|
|
2371
|
+
<border color="rgba(130, 167, 252, 1)" dashArray="dash" width="1"/>
|
|
2372
|
+
</line>
|
|
2373
|
+
<shape width="103" height="35" topLeftX="69" topLeftY="193" type="slides-full-round-rect">
|
|
2374
|
+
<fill>
|
|
2375
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
2376
|
+
</fill>
|
|
2377
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2378
|
+
<p>
|
|
2379
|
+
<strong>
|
|
2380
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="Arial">2022-2023</span>
|
|
2381
|
+
</strong>
|
|
2382
|
+
</p>
|
|
2383
|
+
</content>
|
|
2384
|
+
</shape>
|
|
2385
|
+
<shape width="103" height="35" topLeftX="69" topLeftY="286" type="slides-full-round-rect">
|
|
2386
|
+
<fill>
|
|
2387
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
2388
|
+
</fill>
|
|
2389
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2390
|
+
<p>
|
|
2391
|
+
<strong>
|
|
2392
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="Arial">2024-2026</span>
|
|
2393
|
+
</strong>
|
|
2394
|
+
</p>
|
|
2395
|
+
</content>
|
|
2396
|
+
</shape>
|
|
2397
|
+
<shape width="103" height="35" topLeftX="69" topLeftY="380" type="slides-full-round-rect">
|
|
2398
|
+
<fill>
|
|
2399
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
2400
|
+
</fill>
|
|
2401
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2402
|
+
<p>
|
|
2403
|
+
<strong>
|
|
2404
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="Arial">2026</span>
|
|
2405
|
+
</strong>
|
|
2406
|
+
</p>
|
|
2407
|
+
</content>
|
|
2408
|
+
</shape>
|
|
2409
|
+
</data>
|
|
2410
|
+
<note>
|
|
2411
|
+
<content/>
|
|
2412
|
+
</note>
|
|
2413
|
+
</slide>
|
|
2414
|
+
<slide>
|
|
2415
|
+
<style>
|
|
2416
|
+
<fill>
|
|
2417
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
2418
|
+
</fill>
|
|
2419
|
+
</style>
|
|
2420
|
+
<data>
|
|
2421
|
+
<shape width="380" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
2422
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2423
|
+
<p textAlign="left">
|
|
2424
|
+
<span color="rgba(255, 255, 255, 1)">标题和描述</span>
|
|
2425
|
+
</p>
|
|
2426
|
+
</content>
|
|
2427
|
+
</shape>
|
|
2428
|
+
<shape width="400" height="36" topLeftX="70" topLeftY="195" type="text">
|
|
2429
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2430
|
+
<p textAlign="left">
|
|
2431
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" bold="false">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2432
|
+
</p>
|
|
2433
|
+
</content>
|
|
2434
|
+
</shape>
|
|
2435
|
+
<shape width="400" height="24" topLeftX="70" topLeftY="161" type="text">
|
|
2436
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2437
|
+
<p textAlign="left">
|
|
2438
|
+
<strong>
|
|
2439
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16" fontFamily="思源黑体">主题标题一</span>
|
|
2440
|
+
</strong>
|
|
2441
|
+
</p>
|
|
2442
|
+
</content>
|
|
2443
|
+
</shape>
|
|
2444
|
+
<shape width="400" height="36" topLeftX="70" topLeftY="303" type="text">
|
|
2445
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2446
|
+
<p textAlign="left">
|
|
2447
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" bold="false">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2448
|
+
</p>
|
|
2449
|
+
</content>
|
|
2450
|
+
</shape>
|
|
2451
|
+
<shape width="400" height="24" topLeftX="70" topLeftY="269" type="text">
|
|
2452
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2453
|
+
<p textAlign="left">
|
|
2454
|
+
<strong>
|
|
2455
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16" fontFamily="思源黑体">主题标题二</span>
|
|
2456
|
+
</strong>
|
|
2457
|
+
</p>
|
|
2458
|
+
</content>
|
|
2459
|
+
</shape>
|
|
2460
|
+
<shape width="400" height="36" topLeftX="70" topLeftY="413" type="text">
|
|
2461
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2462
|
+
<p textAlign="left">
|
|
2463
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" bold="false">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2464
|
+
</p>
|
|
2465
|
+
</content>
|
|
2466
|
+
</shape>
|
|
2467
|
+
<shape width="400" height="24" topLeftX="70" topLeftY="379" type="text">
|
|
2468
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2469
|
+
<p textAlign="left">
|
|
2470
|
+
<strong>
|
|
2471
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16" fontFamily="思源黑体">主题标题三</span>
|
|
2472
|
+
</strong>
|
|
2473
|
+
</p>
|
|
2474
|
+
</content>
|
|
2475
|
+
</shape>
|
|
2476
|
+
<undefined type="chart_refer_host_perm"/>
|
|
2477
|
+
</data>
|
|
2478
|
+
<note>
|
|
2479
|
+
<content/>
|
|
2480
|
+
</note>
|
|
2481
|
+
</slide>
|
|
2482
|
+
<slide>
|
|
2483
|
+
<style>
|
|
2484
|
+
<fill>
|
|
2485
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
2486
|
+
</fill>
|
|
2487
|
+
</style>
|
|
2488
|
+
<data>
|
|
2489
|
+
<shape width="188" height="24" topLeftX="516" topLeftY="144" type="text">
|
|
2490
|
+
<content fontSize="16" color="rgba(208, 211, 214, 1)" bold="true" textAlign="left">
|
|
2491
|
+
<p>
|
|
2492
|
+
<strong>
|
|
2493
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="16">数据标题</span>
|
|
2494
|
+
</strong>
|
|
2495
|
+
</p>
|
|
2496
|
+
</content>
|
|
2497
|
+
</shape>
|
|
2498
|
+
<shape width="374" height="27" topLeftX="516" topLeftY="175" presetHandlers="4" type="rect">
|
|
2499
|
+
<fill>
|
|
2500
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
2501
|
+
</fill>
|
|
2502
|
+
<border color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2503
|
+
</shape>
|
|
2504
|
+
<shape width="274" height="20" topLeftX="519" topLeftY="178" presetHandlers="2" type="rect">
|
|
2505
|
+
<fill>
|
|
2506
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
2507
|
+
</fill>
|
|
2508
|
+
</shape>
|
|
2509
|
+
<shape width="65" height="24" topLeftX="825" topLeftY="144" type="text">
|
|
2510
|
+
<content fontSize="16" color="rgba(78, 110, 253, 1)" bold="true" textAlign="right">
|
|
2511
|
+
<p textAlign="right">
|
|
2512
|
+
<strong>
|
|
2513
|
+
<span color="rgba(78, 110, 253, 1)" fontSize="16">67%</span>
|
|
2514
|
+
</strong>
|
|
2515
|
+
</p>
|
|
2516
|
+
</content>
|
|
2517
|
+
</shape>
|
|
2518
|
+
<shape width="188" height="24" topLeftX="516" topLeftY="241" type="text">
|
|
2519
|
+
<content fontSize="16" color="rgba(208, 211, 214, 1)" bold="true" textAlign="left">
|
|
2520
|
+
<p>
|
|
2521
|
+
<span color="rgba(208, 211, 214, 1)">数据标题</span>
|
|
2522
|
+
</p>
|
|
2523
|
+
</content>
|
|
2524
|
+
</shape>
|
|
2525
|
+
<shape width="374" height="27" topLeftX="516" topLeftY="272" presetHandlers="4" type="rect">
|
|
2526
|
+
<fill>
|
|
2527
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
2528
|
+
</fill>
|
|
2529
|
+
<border color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2530
|
+
</shape>
|
|
2531
|
+
<shape width="357" height="20" topLeftX="519" topLeftY="275" presetHandlers="2" type="rect">
|
|
2532
|
+
<fill>
|
|
2533
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
2534
|
+
</fill>
|
|
2535
|
+
</shape>
|
|
2536
|
+
<shape width="65" height="25" topLeftX="825" topLeftY="241" type="text">
|
|
2537
|
+
<content fontSize="17" color="rgba(78, 110, 253, 1)" bold="true" textAlign="right">
|
|
2538
|
+
<p textAlign="right">
|
|
2539
|
+
<strong>
|
|
2540
|
+
<span color="rgba(78, 110, 253, 1)" fontSize="17">98%</span>
|
|
2541
|
+
</strong>
|
|
2542
|
+
</p>
|
|
2543
|
+
</content>
|
|
2544
|
+
</shape>
|
|
2545
|
+
<shape width="188" height="24" topLeftX="516" topLeftY="341" type="text">
|
|
2546
|
+
<content fontSize="16" color="rgba(208, 211, 214, 1)" bold="true" textAlign="left">
|
|
2547
|
+
<p>
|
|
2548
|
+
<span color="rgba(208, 211, 214, 1)">数据标题</span>
|
|
2549
|
+
</p>
|
|
2550
|
+
</content>
|
|
2551
|
+
</shape>
|
|
2552
|
+
<shape width="374" height="27" topLeftX="516" topLeftY="372" presetHandlers="4" type="rect">
|
|
2553
|
+
<fill>
|
|
2554
|
+
<fillColor color="rgba(255, 255, 255, 0.08)"/>
|
|
2555
|
+
</fill>
|
|
2556
|
+
<border color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2557
|
+
</shape>
|
|
2558
|
+
<shape width="174" height="20" topLeftX="519" topLeftY="375" presetHandlers="2" type="rect">
|
|
2559
|
+
<fill>
|
|
2560
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
2561
|
+
</fill>
|
|
2562
|
+
</shape>
|
|
2563
|
+
<shape width="65" height="25" topLeftX="825" topLeftY="341" type="text">
|
|
2564
|
+
<content fontSize="17" color="rgba(78, 110, 253, 1)" bold="true" textAlign="right">
|
|
2565
|
+
<p textAlign="right">
|
|
2566
|
+
<strong>
|
|
2567
|
+
<span color="rgba(78, 110, 253, 1)" fontSize="17">43%</span>
|
|
2568
|
+
</strong>
|
|
2569
|
+
</p>
|
|
2570
|
+
</content>
|
|
2571
|
+
</shape>
|
|
2572
|
+
<shape width="380" height="48" topLeftX="70" topLeftY="154" type="text">
|
|
2573
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2574
|
+
<p textAlign="left">
|
|
2575
|
+
<span color="rgba(255, 255, 255, 1)">标题和描述</span>
|
|
2576
|
+
</p>
|
|
2577
|
+
</content>
|
|
2578
|
+
</shape>
|
|
2579
|
+
<shape width="380" height="54" topLeftX="70" topLeftY="222" type="text">
|
|
2580
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2581
|
+
<p>
|
|
2582
|
+
<span color="rgba(208, 211, 214, 1)">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2583
|
+
</p>
|
|
2584
|
+
</content>
|
|
2585
|
+
</shape>
|
|
2586
|
+
<shape width="380" height="90" topLeftX="70" topLeftY="296" type="text">
|
|
2587
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2588
|
+
<p>
|
|
2589
|
+
<span color="rgba(208, 211, 214, 1)">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2590
|
+
</p>
|
|
2591
|
+
</content>
|
|
2592
|
+
</shape>
|
|
2593
|
+
</data>
|
|
2594
|
+
<note>
|
|
2595
|
+
<content/>
|
|
2596
|
+
</note>
|
|
2597
|
+
</slide>
|
|
2598
|
+
<slide>
|
|
2599
|
+
<style>
|
|
2600
|
+
<fill>
|
|
2601
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
2602
|
+
</fill>
|
|
2603
|
+
</style>
|
|
2604
|
+
<data>
|
|
2605
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
2606
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2607
|
+
<p>
|
|
2608
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="32" fontFamily="思源黑体">标题和描述</span>
|
|
2609
|
+
</p>
|
|
2610
|
+
</content>
|
|
2611
|
+
</shape>
|
|
2612
|
+
<shape width="240" height="24" topLeftX="650" topLeftY="165" type="text">
|
|
2613
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2614
|
+
<p>
|
|
2615
|
+
<span color="rgba(255, 255, 255, 1)">主题标题三</span>
|
|
2616
|
+
</p>
|
|
2617
|
+
</content>
|
|
2618
|
+
</shape>
|
|
2619
|
+
<shape width="240" height="54" topLeftX="650" topLeftY="199" type="text">
|
|
2620
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2621
|
+
<p>
|
|
2622
|
+
<span color="rgba(208, 211, 214, 1)">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2623
|
+
</p>
|
|
2624
|
+
</content>
|
|
2625
|
+
</shape>
|
|
2626
|
+
<shape width="240" height="24" topLeftX="360" topLeftY="165" type="text">
|
|
2627
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2628
|
+
<p>
|
|
2629
|
+
<span color="rgba(255, 255, 255, 1)">主题标题二</span>
|
|
2630
|
+
</p>
|
|
2631
|
+
</content>
|
|
2632
|
+
</shape>
|
|
2633
|
+
<shape width="240" height="54" topLeftX="360" topLeftY="199" type="text">
|
|
2634
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2635
|
+
<p>
|
|
2636
|
+
<span color="rgba(208, 211, 214, 1)">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2637
|
+
</p>
|
|
2638
|
+
</content>
|
|
2639
|
+
</shape>
|
|
2640
|
+
<shape width="240" height="24" topLeftX="70" topLeftY="165" type="text">
|
|
2641
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2642
|
+
<p>
|
|
2643
|
+
<span color="rgba(255, 255, 255, 1)">主题标题一</span>
|
|
2644
|
+
</p>
|
|
2645
|
+
</content>
|
|
2646
|
+
</shape>
|
|
2647
|
+
<shape width="240" height="54" topLeftX="70" topLeftY="199" type="text">
|
|
2648
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2649
|
+
<p>
|
|
2650
|
+
<span color="rgba(208, 211, 214, 1)">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2651
|
+
</p>
|
|
2652
|
+
</content>
|
|
2653
|
+
</shape>
|
|
2654
|
+
<undefined type="chart_refer_host_perm"/>
|
|
2655
|
+
<undefined type="chart_refer_host_perm"/>
|
|
2656
|
+
<undefined type="chart_refer_host_perm"/>
|
|
2657
|
+
</data>
|
|
2658
|
+
<note>
|
|
2659
|
+
<content/>
|
|
2660
|
+
</note>
|
|
2661
|
+
</slide>
|
|
2662
|
+
<slide>
|
|
2663
|
+
<style>
|
|
2664
|
+
<fill>
|
|
2665
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
2666
|
+
</fill>
|
|
2667
|
+
</style>
|
|
2668
|
+
<data>
|
|
2669
|
+
<shape width="330" height="24" topLeftX="131" topLeftY="386" type="text">
|
|
2670
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2671
|
+
<p>
|
|
2672
|
+
<span color="rgba(255, 255, 255, 1)">主题标题三</span>
|
|
2673
|
+
</p>
|
|
2674
|
+
</content>
|
|
2675
|
+
</shape>
|
|
2676
|
+
<shape width="330" height="54" topLeftX="131" topLeftY="420" type="text">
|
|
2677
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2678
|
+
<p>
|
|
2679
|
+
<span color="rgba(208, 211, 214, 1)">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2680
|
+
</p>
|
|
2681
|
+
</content>
|
|
2682
|
+
</shape>
|
|
2683
|
+
<shape width="330" height="24" topLeftX="131" topLeftY="265" type="text">
|
|
2684
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2685
|
+
<p>
|
|
2686
|
+
<span color="rgba(255, 255, 255, 1)">主题标题二</span>
|
|
2687
|
+
</p>
|
|
2688
|
+
</content>
|
|
2689
|
+
</shape>
|
|
2690
|
+
<shape width="330" height="54" topLeftX="131" topLeftY="299" type="text">
|
|
2691
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2692
|
+
<p>
|
|
2693
|
+
<span color="rgba(208, 211, 214, 1)">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2694
|
+
</p>
|
|
2695
|
+
</content>
|
|
2696
|
+
</shape>
|
|
2697
|
+
<shape width="330" height="24" topLeftX="131" topLeftY="145" type="text">
|
|
2698
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2699
|
+
<p>
|
|
2700
|
+
<span color="rgba(255, 255, 255, 1)">主题标题一</span>
|
|
2701
|
+
</p>
|
|
2702
|
+
</content>
|
|
2703
|
+
</shape>
|
|
2704
|
+
<shape width="330" height="54" topLeftX="131" topLeftY="179" type="text">
|
|
2705
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
2706
|
+
<p>
|
|
2707
|
+
<span color="rgba(208, 211, 214, 1)">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2708
|
+
</p>
|
|
2709
|
+
</content>
|
|
2710
|
+
</shape>
|
|
2711
|
+
<shape width="46" height="46" topLeftX="70" topLeftY="145" presetHandlers="23" type="round-rect">
|
|
2712
|
+
<fill>
|
|
2713
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
2714
|
+
</fill>
|
|
2715
|
+
</shape>
|
|
2716
|
+
<icon width="24" height="24" topLeftX="81" topLeftY="156" iconType="iconpark/Emoji/relieved-face.svg">
|
|
2717
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
2718
|
+
</icon>
|
|
2719
|
+
<shape width="46" height="46" topLeftX="70" topLeftY="266" presetHandlers="23" type="round-rect">
|
|
2720
|
+
<fill>
|
|
2721
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
2722
|
+
</fill>
|
|
2723
|
+
</shape>
|
|
2724
|
+
<icon width="24" height="24" topLeftX="81" topLeftY="277" iconType="iconpark/Emoji/grinning-face-with-open-mouth.svg">
|
|
2725
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
2726
|
+
</icon>
|
|
2727
|
+
<shape width="46" height="46" topLeftX="70" topLeftY="386" presetHandlers="23" type="round-rect">
|
|
2728
|
+
<fill>
|
|
2729
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
2730
|
+
</fill>
|
|
2731
|
+
</shape>
|
|
2732
|
+
<icon width="24" height="24" topLeftX="81" topLeftY="397" iconType="iconpark/Emoji/grinning-face-with-tightly-closed-eyes-open-mouth.svg">
|
|
2733
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
2734
|
+
</icon>
|
|
2735
|
+
<shape width="391" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
2736
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2737
|
+
<p>
|
|
2738
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="32" fontFamily="思源黑体">标题和描述</span>
|
|
2739
|
+
</p>
|
|
2740
|
+
</content>
|
|
2741
|
+
</shape>
|
|
2742
|
+
<undefined type="chart_refer_host_perm"/>
|
|
2743
|
+
</data>
|
|
2744
|
+
<note>
|
|
2745
|
+
<content/>
|
|
2746
|
+
</note>
|
|
2747
|
+
</slide>
|
|
2748
|
+
<slide>
|
|
2749
|
+
<style>
|
|
2750
|
+
<fill>
|
|
2751
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
2752
|
+
</fill>
|
|
2753
|
+
</style>
|
|
2754
|
+
<data>
|
|
2755
|
+
<table topLeftX="70" topLeftY="152">
|
|
2756
|
+
<colgroup>
|
|
2757
|
+
<col span="4" width="205"/>
|
|
2758
|
+
</colgroup>
|
|
2759
|
+
<tr height="53">
|
|
2760
|
+
<td>
|
|
2761
|
+
<borderTop color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2762
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2763
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2764
|
+
<borderLeft color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2765
|
+
<fill>
|
|
2766
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
2767
|
+
</fill>
|
|
2768
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2769
|
+
<p>
|
|
2770
|
+
<strong>
|
|
2771
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="思源黑体">标题</span>
|
|
2772
|
+
</strong>
|
|
2773
|
+
</p>
|
|
2774
|
+
</content>
|
|
2775
|
+
</td>
|
|
2776
|
+
<td>
|
|
2777
|
+
<borderTop color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2778
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2779
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2780
|
+
<fill>
|
|
2781
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
2782
|
+
</fill>
|
|
2783
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2784
|
+
<p>
|
|
2785
|
+
<strong>
|
|
2786
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="Arial">2025</span>
|
|
2787
|
+
</strong>
|
|
2788
|
+
</p>
|
|
2789
|
+
</content>
|
|
2790
|
+
</td>
|
|
2791
|
+
<td>
|
|
2792
|
+
<borderTop color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2793
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2794
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2795
|
+
<fill>
|
|
2796
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
2797
|
+
</fill>
|
|
2798
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2799
|
+
<p>
|
|
2800
|
+
<strong>
|
|
2801
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="Arial">2026</span>
|
|
2802
|
+
</strong>
|
|
2803
|
+
</p>
|
|
2804
|
+
</content>
|
|
2805
|
+
</td>
|
|
2806
|
+
<td>
|
|
2807
|
+
<borderTop color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2808
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2809
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2810
|
+
<fill>
|
|
2811
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
2812
|
+
</fill>
|
|
2813
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2814
|
+
<p>
|
|
2815
|
+
<strong>
|
|
2816
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="思源黑体">相关细节</span>
|
|
2817
|
+
</strong>
|
|
2818
|
+
</p>
|
|
2819
|
+
</content>
|
|
2820
|
+
</td>
|
|
2821
|
+
</tr>
|
|
2822
|
+
<tr height="60">
|
|
2823
|
+
<td>
|
|
2824
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2825
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2826
|
+
<borderLeft color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2827
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2828
|
+
<p>
|
|
2829
|
+
<strong>
|
|
2830
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="思源黑体">标题</span>
|
|
2831
|
+
</strong>
|
|
2832
|
+
</p>
|
|
2833
|
+
</content>
|
|
2834
|
+
</td>
|
|
2835
|
+
<td>
|
|
2836
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2837
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2838
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2839
|
+
<p>
|
|
2840
|
+
<strong>
|
|
2841
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">30M</span>
|
|
2842
|
+
</strong>
|
|
2843
|
+
</p>
|
|
2844
|
+
</content>
|
|
2845
|
+
</td>
|
|
2846
|
+
<td>
|
|
2847
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2848
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2849
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2850
|
+
<p>
|
|
2851
|
+
<strong>
|
|
2852
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">32M</span>
|
|
2853
|
+
</strong>
|
|
2854
|
+
</p>
|
|
2855
|
+
</content>
|
|
2856
|
+
</td>
|
|
2857
|
+
<td>
|
|
2858
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2859
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2860
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
2861
|
+
<p>
|
|
2862
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" fontFamily="思源黑体">更多细节描述</span>
|
|
2863
|
+
</p>
|
|
2864
|
+
</content>
|
|
2865
|
+
</td>
|
|
2866
|
+
</tr>
|
|
2867
|
+
<tr height="60">
|
|
2868
|
+
<td>
|
|
2869
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2870
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2871
|
+
<borderLeft color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2872
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2873
|
+
<p>
|
|
2874
|
+
<span color="rgba(255, 255, 255, 1)" fontFamily="思源黑体">标题</span>
|
|
2875
|
+
</p>
|
|
2876
|
+
</content>
|
|
2877
|
+
</td>
|
|
2878
|
+
<td>
|
|
2879
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2880
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2881
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2882
|
+
<p>
|
|
2883
|
+
<strong>
|
|
2884
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">45M</span>
|
|
2885
|
+
</strong>
|
|
2886
|
+
</p>
|
|
2887
|
+
</content>
|
|
2888
|
+
</td>
|
|
2889
|
+
<td>
|
|
2890
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2891
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2892
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2893
|
+
<p>
|
|
2894
|
+
<strong>
|
|
2895
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">40M</span>
|
|
2896
|
+
</strong>
|
|
2897
|
+
</p>
|
|
2898
|
+
</content>
|
|
2899
|
+
</td>
|
|
2900
|
+
<td>
|
|
2901
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2902
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2903
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
2904
|
+
<p>
|
|
2905
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" fontFamily="思源黑体">更多细节描述</span>
|
|
2906
|
+
</p>
|
|
2907
|
+
</content>
|
|
2908
|
+
</td>
|
|
2909
|
+
</tr>
|
|
2910
|
+
<tr height="60">
|
|
2911
|
+
<td>
|
|
2912
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2913
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2914
|
+
<borderLeft color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2915
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2916
|
+
<p>
|
|
2917
|
+
<span color="rgba(255, 255, 255, 1)" fontFamily="思源黑体">标题</span>
|
|
2918
|
+
</p>
|
|
2919
|
+
</content>
|
|
2920
|
+
</td>
|
|
2921
|
+
<td>
|
|
2922
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2923
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2924
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2925
|
+
<p>
|
|
2926
|
+
<strong>
|
|
2927
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">15M</span>
|
|
2928
|
+
</strong>
|
|
2929
|
+
</p>
|
|
2930
|
+
</content>
|
|
2931
|
+
</td>
|
|
2932
|
+
<td>
|
|
2933
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2934
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2935
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2936
|
+
<p>
|
|
2937
|
+
<strong>
|
|
2938
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">30M</span>
|
|
2939
|
+
</strong>
|
|
2940
|
+
</p>
|
|
2941
|
+
</content>
|
|
2942
|
+
</td>
|
|
2943
|
+
<td>
|
|
2944
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2945
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2946
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
2947
|
+
<p>
|
|
2948
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" fontFamily="思源黑体">更多细节描述</span>
|
|
2949
|
+
</p>
|
|
2950
|
+
</content>
|
|
2951
|
+
</td>
|
|
2952
|
+
</tr>
|
|
2953
|
+
<tr height="60">
|
|
2954
|
+
<td>
|
|
2955
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2956
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2957
|
+
<borderLeft color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2958
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2959
|
+
<p>
|
|
2960
|
+
<span color="rgba(255, 255, 255, 1)" fontFamily="思源黑体">标题</span>
|
|
2961
|
+
</p>
|
|
2962
|
+
</content>
|
|
2963
|
+
</td>
|
|
2964
|
+
<td>
|
|
2965
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2966
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2967
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2968
|
+
<p>
|
|
2969
|
+
<strong>
|
|
2970
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">60M</span>
|
|
2971
|
+
</strong>
|
|
2972
|
+
</p>
|
|
2973
|
+
</content>
|
|
2974
|
+
</td>
|
|
2975
|
+
<td>
|
|
2976
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2977
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2978
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2979
|
+
<p>
|
|
2980
|
+
<strong>
|
|
2981
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">66M</span>
|
|
2982
|
+
</strong>
|
|
2983
|
+
</p>
|
|
2984
|
+
</content>
|
|
2985
|
+
</td>
|
|
2986
|
+
<td>
|
|
2987
|
+
<borderRight color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2988
|
+
<borderBottom color="rgba(255, 255, 255, 0.08)" lineJoin="miter" miterLimit="10"/>
|
|
2989
|
+
<content paddingTop="0" paddingBottom="0" paddingLeft="0" paddingRight="0" fontSize="14" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)">
|
|
2990
|
+
<p>
|
|
2991
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" fontFamily="思源黑体">更多细节描述</span>
|
|
2992
|
+
</p>
|
|
2993
|
+
</content>
|
|
2994
|
+
</td>
|
|
2995
|
+
</tr>
|
|
2996
|
+
</table>
|
|
2997
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
2998
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
2999
|
+
<p>
|
|
3000
|
+
<span color="rgba(255, 255, 255, 1)">标题和描述</span>
|
|
3001
|
+
</p>
|
|
3002
|
+
</content>
|
|
3003
|
+
</shape>
|
|
3004
|
+
</data>
|
|
3005
|
+
<note>
|
|
3006
|
+
<content/>
|
|
3007
|
+
</note>
|
|
3008
|
+
</slide>
|
|
3009
|
+
<slide>
|
|
3010
|
+
<style>
|
|
3011
|
+
<fill>
|
|
3012
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
3013
|
+
</fill>
|
|
3014
|
+
</style>
|
|
3015
|
+
<data>
|
|
3016
|
+
<shape width="390" height="68" topLeftX="70" topLeftY="70" type="text">
|
|
3017
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(255, 255, 255, 1)" bold="true">
|
|
3018
|
+
<p>
|
|
3019
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="32">标题和描述</span>
|
|
3020
|
+
</p>
|
|
3021
|
+
</content>
|
|
3022
|
+
</shape>
|
|
3023
|
+
<img src="S3T2bozEHor9A5xrFsVcG1kUnpe" width="427" height="540" topLeftX="533" topLeftY="0">
|
|
3024
|
+
<crop type="rect" leftOffset="268" rightOffset="268" topOffset="0" bottomOffset="0"/>
|
|
3025
|
+
</img>
|
|
3026
|
+
<shape width="120" height="18" topLeftX="70" topLeftY="331" type="text">
|
|
3027
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3028
|
+
<p textAlign="left">
|
|
3029
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" bold="false">关键数据</span>
|
|
3030
|
+
</p>
|
|
3031
|
+
</content>
|
|
3032
|
+
</shape>
|
|
3033
|
+
<shape width="120" height="66" topLeftX="70" topLeftY="267" type="text">
|
|
3034
|
+
<content textType="headline" fontSize="44" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
3035
|
+
<p>
|
|
3036
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="44" fontFamily="Arial">2,080</span>
|
|
3037
|
+
</p>
|
|
3038
|
+
</content>
|
|
3039
|
+
</shape>
|
|
3040
|
+
<shape width="120" height="18" topLeftX="265" topLeftY="331" type="text">
|
|
3041
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3042
|
+
<p textAlign="left">
|
|
3043
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" bold="false">关键数据</span>
|
|
3044
|
+
</p>
|
|
3045
|
+
</content>
|
|
3046
|
+
</shape>
|
|
3047
|
+
<shape width="120" height="66" topLeftX="265" topLeftY="267" type="text">
|
|
3048
|
+
<content textType="headline" fontSize="44" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
3049
|
+
<p>
|
|
3050
|
+
<span color="rgba(255, 255, 255, 1)">89</span>
|
|
3051
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="24">%</span>
|
|
3052
|
+
</p>
|
|
3053
|
+
</content>
|
|
3054
|
+
</shape>
|
|
3055
|
+
<shape width="120" height="18" topLeftX="70" topLeftY="444" type="text">
|
|
3056
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3057
|
+
<p textAlign="left">
|
|
3058
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" bold="false">关键数据</span>
|
|
3059
|
+
</p>
|
|
3060
|
+
</content>
|
|
3061
|
+
</shape>
|
|
3062
|
+
<shape width="120" height="66" topLeftX="70" topLeftY="380" type="text">
|
|
3063
|
+
<content textType="headline" fontSize="44" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
3064
|
+
<p>
|
|
3065
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="44" fontFamily="Arial">1,562</span>
|
|
3066
|
+
</p>
|
|
3067
|
+
</content>
|
|
3068
|
+
</shape>
|
|
3069
|
+
<shape width="120" height="18" topLeftX="265" topLeftY="444" type="text">
|
|
3070
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3071
|
+
<p textAlign="left">
|
|
3072
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" bold="false">关键数据</span>
|
|
3073
|
+
</p>
|
|
3074
|
+
</content>
|
|
3075
|
+
</shape>
|
|
3076
|
+
<shape width="120" height="66" topLeftX="265" topLeftY="380" type="text">
|
|
3077
|
+
<content textType="headline" fontSize="44" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
3078
|
+
<p>
|
|
3079
|
+
<span color="rgba(255, 255, 255, 1)">76</span>
|
|
3080
|
+
</p>
|
|
3081
|
+
</content>
|
|
3082
|
+
</shape>
|
|
3083
|
+
</data>
|
|
3084
|
+
<note>
|
|
3085
|
+
<content/>
|
|
3086
|
+
</note>
|
|
3087
|
+
</slide>
|
|
3088
|
+
<slide>
|
|
3089
|
+
<style>
|
|
3090
|
+
<fill>
|
|
3091
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
3092
|
+
</fill>
|
|
3093
|
+
</style>
|
|
3094
|
+
<data>
|
|
3095
|
+
<shape width="105" height="90" topLeftX="70" topLeftY="209" type="text">
|
|
3096
|
+
<content textType="sub-headline" fontSize="38" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3097
|
+
<p textAlign="left">
|
|
3098
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="60" fontFamily="Arial">98</span>
|
|
3099
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="38" fontFamily="Arial">%</span>
|
|
3100
|
+
</p>
|
|
3101
|
+
</content>
|
|
3102
|
+
</shape>
|
|
3103
|
+
<shape width="260" height="18" topLeftX="70" topLeftY="194" type="text">
|
|
3104
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" textAlign="left">
|
|
3105
|
+
<p textAlign="left">
|
|
3106
|
+
<span color="rgba(208, 211, 214, 1)" fontFamily="思源黑体">关键数据</span>
|
|
3107
|
+
</p>
|
|
3108
|
+
</content>
|
|
3109
|
+
</shape>
|
|
3110
|
+
<shape width="200" height="18" topLeftX="70" topLeftY="343" type="text">
|
|
3111
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" textAlign="left">
|
|
3112
|
+
<p textAlign="left">
|
|
3113
|
+
<span color="rgba(208, 211, 214, 1)" fontFamily="思源黑体">关键数据</span>
|
|
3114
|
+
</p>
|
|
3115
|
+
</content>
|
|
3116
|
+
</shape>
|
|
3117
|
+
<shape width="200" height="57" topLeftX="70" topLeftY="358" type="text">
|
|
3118
|
+
<content textType="sub-headline" fontSize="38" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3119
|
+
<p textAlign="left">
|
|
3120
|
+
<span color="rgba(255, 255, 255, 1)">2,080</span>
|
|
3121
|
+
</p>
|
|
3122
|
+
</content>
|
|
3123
|
+
</shape>
|
|
3124
|
+
<shape width="200" height="18" topLeftX="380" topLeftY="343" type="text">
|
|
3125
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" textAlign="left">
|
|
3126
|
+
<p textAlign="left">
|
|
3127
|
+
<span color="rgba(208, 211, 214, 1)" fontFamily="思源黑体">关键数据</span>
|
|
3128
|
+
</p>
|
|
3129
|
+
</content>
|
|
3130
|
+
</shape>
|
|
3131
|
+
<shape width="200" height="57" topLeftX="380" topLeftY="358" type="text">
|
|
3132
|
+
<content textType="sub-headline" fontSize="38" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3133
|
+
<p textAlign="left">
|
|
3134
|
+
<span color="rgba(255, 255, 255, 1)">6,098</span>
|
|
3135
|
+
</p>
|
|
3136
|
+
</content>
|
|
3137
|
+
</shape>
|
|
3138
|
+
<shape width="200" height="18" topLeftX="690" topLeftY="343" type="text">
|
|
3139
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" textAlign="left">
|
|
3140
|
+
<p textAlign="left">
|
|
3141
|
+
<span color="rgba(208, 211, 214, 1)" fontFamily="思源黑体">关键数据</span>
|
|
3142
|
+
</p>
|
|
3143
|
+
</content>
|
|
3144
|
+
</shape>
|
|
3145
|
+
<shape width="200" height="57" topLeftX="690" topLeftY="358" type="text">
|
|
3146
|
+
<content textType="sub-headline" fontSize="38" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3147
|
+
<p textAlign="left">
|
|
3148
|
+
<span color="rgba(255, 255, 255, 1)">78</span>
|
|
3149
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="24">%</span>
|
|
3150
|
+
</p>
|
|
3151
|
+
</content>
|
|
3152
|
+
</shape>
|
|
3153
|
+
<line startX="890" startY="306" endX="70" endY="306">
|
|
3154
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
3155
|
+
</line>
|
|
3156
|
+
<shape width="42" height="36" topLeftX="175" topLeftY="244" type="text">
|
|
3157
|
+
<content fontSize="16" color="rgba(78, 110, 253, 1)" textAlign="left">
|
|
3158
|
+
<p>
|
|
3159
|
+
<strong>
|
|
3160
|
+
<span color="rgba(78, 110, 253, 1)" fontSize="24">↑</span>
|
|
3161
|
+
</strong>
|
|
3162
|
+
</p>
|
|
3163
|
+
</content>
|
|
3164
|
+
</shape>
|
|
3165
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
3166
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3167
|
+
<p>
|
|
3168
|
+
<span color="rgba(255, 255, 255, 1)">标题和描述</span>
|
|
3169
|
+
</p>
|
|
3170
|
+
</content>
|
|
3171
|
+
</shape>
|
|
3172
|
+
</data>
|
|
3173
|
+
<note>
|
|
3174
|
+
<content/>
|
|
3175
|
+
</note>
|
|
3176
|
+
</slide>
|
|
3177
|
+
<slide>
|
|
3178
|
+
<style>
|
|
3179
|
+
<fill>
|
|
3180
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
3181
|
+
</fill>
|
|
3182
|
+
</style>
|
|
3183
|
+
<data>
|
|
3184
|
+
<shape width="120" height="120" topLeftX="130" topLeftY="156" type="ellipse">
|
|
3185
|
+
<fill>
|
|
3186
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
3187
|
+
</fill>
|
|
3188
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
3189
|
+
<p>
|
|
3190
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="24">2,080</span>
|
|
3191
|
+
</p>
|
|
3192
|
+
</content>
|
|
3193
|
+
</shape>
|
|
3194
|
+
<shape width="120" height="120" topLeftX="420" topLeftY="156" type="ellipse">
|
|
3195
|
+
<fill>
|
|
3196
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
3197
|
+
</fill>
|
|
3198
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
3199
|
+
<p>
|
|
3200
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="24">6,098</span>
|
|
3201
|
+
</p>
|
|
3202
|
+
</content>
|
|
3203
|
+
</shape>
|
|
3204
|
+
<shape width="120" height="120" topLeftX="710" topLeftY="156" type="ellipse">
|
|
3205
|
+
<fill>
|
|
3206
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
3207
|
+
</fill>
|
|
3208
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
3209
|
+
<p>
|
|
3210
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="24">98%</span>
|
|
3211
|
+
</p>
|
|
3212
|
+
</content>
|
|
3213
|
+
</shape>
|
|
3214
|
+
<shape width="240" height="54" topLeftX="70" topLeftY="338" type="text">
|
|
3215
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" textAlign="center">
|
|
3216
|
+
<p textAlign="center">
|
|
3217
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" fontFamily="思源黑体">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
3218
|
+
</p>
|
|
3219
|
+
</content>
|
|
3220
|
+
</shape>
|
|
3221
|
+
<shape width="240" height="24" topLeftX="70" topLeftY="300" type="text">
|
|
3222
|
+
<content textType="sub-headline" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
3223
|
+
<p textAlign="center">
|
|
3224
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16">关键数据</span>
|
|
3225
|
+
</p>
|
|
3226
|
+
</content>
|
|
3227
|
+
</shape>
|
|
3228
|
+
<shape width="240" height="54" topLeftX="360" topLeftY="338" type="text">
|
|
3229
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" textAlign="center">
|
|
3230
|
+
<p textAlign="center">
|
|
3231
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" fontFamily="思源黑体">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
3232
|
+
</p>
|
|
3233
|
+
</content>
|
|
3234
|
+
</shape>
|
|
3235
|
+
<shape width="240" height="24" topLeftX="360" topLeftY="300" type="text">
|
|
3236
|
+
<content textType="sub-headline" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
3237
|
+
<p textAlign="center">
|
|
3238
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16">关键数据</span>
|
|
3239
|
+
</p>
|
|
3240
|
+
</content>
|
|
3241
|
+
</shape>
|
|
3242
|
+
<shape width="240" height="54" topLeftX="650" topLeftY="338" type="text">
|
|
3243
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" textAlign="center">
|
|
3244
|
+
<p textAlign="center">
|
|
3245
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" fontFamily="思源黑体">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
3246
|
+
</p>
|
|
3247
|
+
</content>
|
|
3248
|
+
</shape>
|
|
3249
|
+
<shape width="240" height="24" topLeftX="650" topLeftY="300" type="text">
|
|
3250
|
+
<content textType="sub-headline" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
3251
|
+
<p textAlign="center">
|
|
3252
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16">关键数据</span>
|
|
3253
|
+
</p>
|
|
3254
|
+
</content>
|
|
3255
|
+
</shape>
|
|
3256
|
+
<shape width="820" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
3257
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3258
|
+
<p>
|
|
3259
|
+
<span color="rgba(255, 255, 255, 1)">标题和描述</span>
|
|
3260
|
+
</p>
|
|
3261
|
+
</content>
|
|
3262
|
+
</shape>
|
|
3263
|
+
</data>
|
|
3264
|
+
<note>
|
|
3265
|
+
<content/>
|
|
3266
|
+
</note>
|
|
3267
|
+
</slide>
|
|
3268
|
+
<slide>
|
|
3269
|
+
<style>
|
|
3270
|
+
<fill>
|
|
3271
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
3272
|
+
</fill>
|
|
3273
|
+
</style>
|
|
3274
|
+
<data>
|
|
3275
|
+
<img src="PwHLbaOOFoskGTxSGDzcqi1NnEr" width="194" height="389" topLeftX="609" topLeftY="76">
|
|
3276
|
+
<crop type="rect" leftOffset="79" rightOffset="80" topOffset="11" bottomOffset="0" presetHandlers="0"/>
|
|
3277
|
+
</img>
|
|
3278
|
+
<img src="IwxFbHzrHoY6F2xjRlEcIw9mnmb" width="162" height="353" topLeftX="626" topLeftY="89">
|
|
3279
|
+
<crop type="rect" leftOffset="234" rightOffset="234" topOffset="0" bottomOffset="0" presetHandlers="22"/>
|
|
3280
|
+
</img>
|
|
3281
|
+
<shape width="472" height="30" topLeftX="70" topLeftY="205" type="text">
|
|
3282
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3283
|
+
<p>主题标题</p>
|
|
3284
|
+
</content>
|
|
3285
|
+
</shape>
|
|
3286
|
+
<shape width="472" height="72" topLeftX="70" topLeftY="245" type="text">
|
|
3287
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3288
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3289
|
+
</content>
|
|
3290
|
+
</shape>
|
|
3291
|
+
</data>
|
|
3292
|
+
<note>
|
|
3293
|
+
<content/>
|
|
3294
|
+
</note>
|
|
3295
|
+
</slide>
|
|
3296
|
+
<slide>
|
|
3297
|
+
<style>
|
|
3298
|
+
<fill>
|
|
3299
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
3300
|
+
</fill>
|
|
3301
|
+
</style>
|
|
3302
|
+
<data>
|
|
3303
|
+
<img src="PwHLbaOOFoskGTxSGDzcqi1NnEr" width="316" height="633" topLeftX="529" topLeftY="76">
|
|
3304
|
+
<crop type="rect" leftOffset="128" rightOffset="130" topOffset="18" bottomOffset="0" presetHandlers="0"/>
|
|
3305
|
+
</img>
|
|
3306
|
+
<img src="D6Q4b7fdzoIfcWx4foWcLJMVnib" width="264" height="574" topLeftX="557" topLeftY="95">
|
|
3307
|
+
<crop type="rect" leftOffset="381" rightOffset="381" topOffset="0" bottomOffset="0" presetHandlers="38"/>
|
|
3308
|
+
</img>
|
|
3309
|
+
<shape width="360" height="24" topLeftX="70" topLeftY="375" type="text">
|
|
3310
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 0.922)" bold="true" textAlign="left">
|
|
3311
|
+
<p>主题标题三</p>
|
|
3312
|
+
</content>
|
|
3313
|
+
</shape>
|
|
3314
|
+
<shape width="360" height="36" topLeftX="70" topLeftY="409" type="text">
|
|
3315
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3316
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3317
|
+
</content>
|
|
3318
|
+
</shape>
|
|
3319
|
+
<shape width="360" height="24" topLeftX="70" topLeftY="263" type="text">
|
|
3320
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 0.922)" bold="true" textAlign="left">
|
|
3321
|
+
<p>主题标题二</p>
|
|
3322
|
+
</content>
|
|
3323
|
+
</shape>
|
|
3324
|
+
<shape width="360" height="36" topLeftX="70" topLeftY="297" type="text">
|
|
3325
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3326
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3327
|
+
</content>
|
|
3328
|
+
</shape>
|
|
3329
|
+
<shape width="360" height="24" topLeftX="70" topLeftY="147" type="text">
|
|
3330
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 0.922)" bold="true" textAlign="left">
|
|
3331
|
+
<p>主题标题一</p>
|
|
3332
|
+
</content>
|
|
3333
|
+
</shape>
|
|
3334
|
+
<shape width="360" height="36" topLeftX="70" topLeftY="181" type="text">
|
|
3335
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3336
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3337
|
+
</content>
|
|
3338
|
+
</shape>
|
|
3339
|
+
<shape width="360" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
3340
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 0.922)" bold="true" textAlign="left">
|
|
3341
|
+
<p>标题和描述</p>
|
|
3342
|
+
</content>
|
|
3343
|
+
</shape>
|
|
3344
|
+
</data>
|
|
3345
|
+
<note>
|
|
3346
|
+
<content/>
|
|
3347
|
+
</note>
|
|
3348
|
+
</slide>
|
|
3349
|
+
<slide>
|
|
3350
|
+
<style>
|
|
3351
|
+
<fill>
|
|
3352
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
3353
|
+
</fill>
|
|
3354
|
+
</style>
|
|
3355
|
+
<data>
|
|
3356
|
+
<line startX="390" startY="166" endX="320" endY="166">
|
|
3357
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
3358
|
+
<startArrow type="solid-circle"/>
|
|
3359
|
+
</line>
|
|
3360
|
+
<line startX="390" startY="279" endX="320" endY="279">
|
|
3361
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
3362
|
+
<startArrow type="solid-circle"/>
|
|
3363
|
+
</line>
|
|
3364
|
+
<line startX="390" startY="392" endX="320" endY="392">
|
|
3365
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
3366
|
+
<startArrow type="solid-circle"/>
|
|
3367
|
+
</line>
|
|
3368
|
+
<line startX="573" startY="218" endX="643" endY="218">
|
|
3369
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
3370
|
+
<startArrow type="solid-circle"/>
|
|
3371
|
+
</line>
|
|
3372
|
+
<line startX="573" startY="320" endX="643" endY="320">
|
|
3373
|
+
<border color="rgba(100, 102, 107, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
3374
|
+
<startArrow type="solid-circle"/>
|
|
3375
|
+
</line>
|
|
3376
|
+
<img src="PwHLbaOOFoskGTxSGDzcqi1NnEr" width="194" height="389" topLeftX="383" topLeftY="83">
|
|
3377
|
+
<crop type="rect" leftOffset="79" rightOffset="80" topOffset="11" bottomOffset="0" presetHandlers="0"/>
|
|
3378
|
+
</img>
|
|
3379
|
+
<img src="DgzVb6tJboDNjcx436ScwRn9nFg" width="162" height="353" topLeftX="400" topLeftY="96">
|
|
3380
|
+
<crop type="rect" leftOffset="234" rightOffset="234" topOffset="0" bottomOffset="0" presetHandlers="22"/>
|
|
3381
|
+
</img>
|
|
3382
|
+
<shape width="240" height="72" topLeftX="654" topLeftY="284" type="text">
|
|
3383
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3384
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3385
|
+
</content>
|
|
3386
|
+
</shape>
|
|
3387
|
+
<shape width="240" height="72" topLeftX="654" topLeftY="180" type="text">
|
|
3388
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3389
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3390
|
+
</content>
|
|
3391
|
+
</shape>
|
|
3392
|
+
<shape width="240" height="72" topLeftX="70" topLeftY="356" type="text">
|
|
3393
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3394
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3395
|
+
</content>
|
|
3396
|
+
</shape>
|
|
3397
|
+
<shape width="240" height="72" topLeftX="70" topLeftY="243" type="text">
|
|
3398
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3399
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3400
|
+
</content>
|
|
3401
|
+
</shape>
|
|
3402
|
+
<shape width="240" height="72" topLeftX="70" topLeftY="131" type="text">
|
|
3403
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3404
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3405
|
+
</content>
|
|
3406
|
+
</shape>
|
|
3407
|
+
</data>
|
|
3408
|
+
<note>
|
|
3409
|
+
<content/>
|
|
3410
|
+
</note>
|
|
3411
|
+
</slide>
|
|
3412
|
+
<slide>
|
|
3413
|
+
<style>
|
|
3414
|
+
<fill>
|
|
3415
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
3416
|
+
</fill>
|
|
3417
|
+
</style>
|
|
3418
|
+
<data>
|
|
3419
|
+
<img src="PwHLbaOOFoskGTxSGDzcqi1NnEr" width="194" height="389" topLeftX="67" topLeftY="83">
|
|
3420
|
+
<crop type="rect" leftOffset="79" rightOffset="80" topOffset="11" bottomOffset="0" presetHandlers="0"/>
|
|
3421
|
+
</img>
|
|
3422
|
+
<img src="PwHLbaOOFoskGTxSGDzcqi1NnEr" width="194" height="389" topLeftX="276" topLeftY="83">
|
|
3423
|
+
<crop type="rect" leftOffset="79" rightOffset="80" topOffset="11" bottomOffset="0" presetHandlers="0"/>
|
|
3424
|
+
</img>
|
|
3425
|
+
<shape width="46" height="46" topLeftX="517" topLeftY="211" presetHandlers="23" type="round-rect">
|
|
3426
|
+
<fill>
|
|
3427
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
3428
|
+
</fill>
|
|
3429
|
+
</shape>
|
|
3430
|
+
<icon width="24" height="24" topLeftX="528" topLeftY="222" iconType="iconpark/Emoji/relieved-face.svg">
|
|
3431
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
3432
|
+
</icon>
|
|
3433
|
+
<shape width="46" height="46" topLeftX="517" topLeftY="331" presetHandlers="23" type="round-rect">
|
|
3434
|
+
<fill>
|
|
3435
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
3436
|
+
</fill>
|
|
3437
|
+
</shape>
|
|
3438
|
+
<icon width="24" height="24" topLeftX="528" topLeftY="342" iconType="iconpark/Emoji/grinning-face-with-open-mouth.svg">
|
|
3439
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
3440
|
+
</icon>
|
|
3441
|
+
<img src="HaMhbb8VWoAFgoxOfL1cknBUnNg" width="162" height="353" topLeftX="293" topLeftY="96">
|
|
3442
|
+
<crop type="rect" leftOffset="234" rightOffset="234" topOffset="0" bottomOffset="0" presetHandlers="22"/>
|
|
3443
|
+
</img>
|
|
3444
|
+
<img src="Bc5jbqBr7oaYVlxGnMocTfAMngW" width="162" height="353" topLeftX="84" topLeftY="96">
|
|
3445
|
+
<crop type="rect" leftOffset="234" rightOffset="234" topOffset="0" bottomOffset="0" presetHandlers="22"/>
|
|
3446
|
+
</img>
|
|
3447
|
+
<shape width="310" height="24" topLeftX="578" topLeftY="331" type="text">
|
|
3448
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3449
|
+
<p>主题标题二</p>
|
|
3450
|
+
</content>
|
|
3451
|
+
</shape>
|
|
3452
|
+
<shape width="310" height="54" topLeftX="578" topLeftY="365" type="text">
|
|
3453
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3454
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3455
|
+
</content>
|
|
3456
|
+
</shape>
|
|
3457
|
+
<shape width="310" height="24" topLeftX="578" topLeftY="210" type="text">
|
|
3458
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3459
|
+
<p>主题标题一</p>
|
|
3460
|
+
</content>
|
|
3461
|
+
</shape>
|
|
3462
|
+
<shape width="310" height="54" topLeftX="578" topLeftY="244" type="text">
|
|
3463
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3464
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3465
|
+
</content>
|
|
3466
|
+
</shape>
|
|
3467
|
+
<shape width="370" height="48" topLeftX="518" topLeftY="135" type="text">
|
|
3468
|
+
<content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3469
|
+
<p>标题和描述</p>
|
|
3470
|
+
</content>
|
|
3471
|
+
</shape>
|
|
3472
|
+
<shape width="46" height="46" topLeftX="517" topLeftY="211" presetHandlers="23" type="round-rect">
|
|
3473
|
+
<fill>
|
|
3474
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
3475
|
+
</fill>
|
|
3476
|
+
</shape>
|
|
3477
|
+
<icon width="24" height="24" topLeftX="528" topLeftY="222" iconType="iconpark/Emoji/relieved-face.svg">
|
|
3478
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
3479
|
+
</icon>
|
|
3480
|
+
<shape width="46" height="46" topLeftX="517" topLeftY="331" presetHandlers="23" type="round-rect">
|
|
3481
|
+
<fill>
|
|
3482
|
+
<fillColor color="rgba(78, 110, 253, 1)"/>
|
|
3483
|
+
</fill>
|
|
3484
|
+
</shape>
|
|
3485
|
+
<icon width="24" height="24" topLeftX="528" topLeftY="342" iconType="iconpark/Emoji/grinning-face-with-open-mouth.svg">
|
|
3486
|
+
<border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
3487
|
+
</icon>
|
|
3488
|
+
</data>
|
|
3489
|
+
<note>
|
|
3490
|
+
<content/>
|
|
3491
|
+
</note>
|
|
3492
|
+
</slide>
|
|
3493
|
+
<slide>
|
|
3494
|
+
<style>
|
|
3495
|
+
<fill>
|
|
3496
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
3497
|
+
</fill>
|
|
3498
|
+
</style>
|
|
3499
|
+
<data>
|
|
3500
|
+
<img src="ISfIbGa4no1LVaxf7iccWDcznwd" width="151" height="302" topLeftX="115" topLeftY="70">
|
|
3501
|
+
<crop type="rect" leftOffset="61" rightOffset="62" topOffset="9" bottomOffset="0" presetHandlers="0"/>
|
|
3502
|
+
</img>
|
|
3503
|
+
<img src="ISfIbGa4no1LVaxf7iccWDcznwd" width="151" height="302" topLeftX="405" topLeftY="70">
|
|
3504
|
+
<crop type="rect" leftOffset="61" rightOffset="62" topOffset="9" bottomOffset="0" presetHandlers="0"/>
|
|
3505
|
+
</img>
|
|
3506
|
+
<img src="ISfIbGa4no1LVaxf7iccWDcznwd" width="151" height="302" topLeftX="694" topLeftY="70">
|
|
3507
|
+
<crop type="rect" leftOffset="61" rightOffset="62" topOffset="9" bottomOffset="0" presetHandlers="0"/>
|
|
3508
|
+
</img>
|
|
3509
|
+
<img src="UZyZbOPaToLJYwxCW3ScXvkBn8f" width="127" height="277" topLeftX="707" topLeftY="78">
|
|
3510
|
+
<crop type="rect" leftOffset="183" rightOffset="183" topOffset="0" bottomOffset="0" presetHandlers="18"/>
|
|
3511
|
+
</img>
|
|
3512
|
+
<img src="NfYwbc2dDovjxGxrdy8c4TXynSf" width="127" height="277" topLeftX="417" topLeftY="78">
|
|
3513
|
+
<crop type="rect" leftOffset="183" rightOffset="183" topOffset="0" bottomOffset="0" presetHandlers="18"/>
|
|
3514
|
+
</img>
|
|
3515
|
+
<img src="IB2TbVOTUoNcPvxxIHJct3jwn4b" width="127" height="277" topLeftX="127" topLeftY="78">
|
|
3516
|
+
<crop type="rect" leftOffset="183" rightOffset="183" topOffset="0" bottomOffset="0" presetHandlers="18"/>
|
|
3517
|
+
</img>
|
|
3518
|
+
<shape width="240" height="24" topLeftX="650" topLeftY="381" type="text">
|
|
3519
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
3520
|
+
<p>主题标题三</p>
|
|
3521
|
+
</content>
|
|
3522
|
+
</shape>
|
|
3523
|
+
<shape width="240" height="54" topLeftX="650" topLeftY="415" type="text">
|
|
3524
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="center">
|
|
3525
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3526
|
+
</content>
|
|
3527
|
+
</shape>
|
|
3528
|
+
<shape width="240" height="24" topLeftX="360" topLeftY="381" type="text">
|
|
3529
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
3530
|
+
<p>主题标题二</p>
|
|
3531
|
+
</content>
|
|
3532
|
+
</shape>
|
|
3533
|
+
<shape width="240" height="54" topLeftX="360" topLeftY="415" type="text">
|
|
3534
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="center">
|
|
3535
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3536
|
+
</content>
|
|
3537
|
+
</shape>
|
|
3538
|
+
<shape width="240" height="24" topLeftX="70" topLeftY="381" type="text">
|
|
3539
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
3540
|
+
<p>主题标题一</p>
|
|
3541
|
+
</content>
|
|
3542
|
+
</shape>
|
|
3543
|
+
<shape width="240" height="54" topLeftX="70" topLeftY="415" type="text">
|
|
3544
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="center">
|
|
3545
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3546
|
+
</content>
|
|
3547
|
+
</shape>
|
|
3548
|
+
</data>
|
|
3549
|
+
<note>
|
|
3550
|
+
<content/>
|
|
3551
|
+
</note>
|
|
3552
|
+
</slide>
|
|
3553
|
+
<slide>
|
|
3554
|
+
<style>
|
|
3555
|
+
<fill>
|
|
3556
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
3557
|
+
</fill>
|
|
3558
|
+
</style>
|
|
3559
|
+
<data>
|
|
3560
|
+
<img src="WCF2b1GBeoJXoDx1GFucTFyDnKb" width="595" height="359" topLeftX="182" topLeftY="95" saturation="-100">
|
|
3561
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
3562
|
+
</img>
|
|
3563
|
+
<img src="GQo2bXF7LoWHlSxZQb2cJDvjnJf" width="477" height="321" topLeftX="242" topLeftY="104">
|
|
3564
|
+
<crop type="rect" leftOffset="48" rightOffset="48" topOffset="0" bottomOffset="0" presetHandlers="10"/>
|
|
3565
|
+
</img>
|
|
3566
|
+
</data>
|
|
3567
|
+
<note>
|
|
3568
|
+
<content/>
|
|
3569
|
+
</note>
|
|
3570
|
+
</slide>
|
|
3571
|
+
<slide>
|
|
3572
|
+
<style>
|
|
3573
|
+
<fill>
|
|
3574
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
3575
|
+
</fill>
|
|
3576
|
+
</style>
|
|
3577
|
+
<data>
|
|
3578
|
+
<img src="WCF2b1GBeoJXoDx1GFucTFyDnKb" width="595" height="359" topLeftX="451" topLeftY="95" saturation="-100">
|
|
3579
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
3580
|
+
</img>
|
|
3581
|
+
<img src="BINqbR9Kvoro12x8YSHcw68hnQg" width="477" height="321" topLeftX="511" topLeftY="104">
|
|
3582
|
+
<crop type="rect" leftOffset="48" rightOffset="48" topOffset="0" bottomOffset="0" presetHandlers="10"/>
|
|
3583
|
+
</img>
|
|
3584
|
+
<shape width="390" height="30" topLeftX="70" topLeftY="210" type="text">
|
|
3585
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3586
|
+
<p>主题标题</p>
|
|
3587
|
+
</content>
|
|
3588
|
+
</shape>
|
|
3589
|
+
<shape width="390" height="72" topLeftX="70" topLeftY="250" type="text">
|
|
3590
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3591
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3592
|
+
</content>
|
|
3593
|
+
</shape>
|
|
3594
|
+
</data>
|
|
3595
|
+
<note>
|
|
3596
|
+
<content/>
|
|
3597
|
+
</note>
|
|
3598
|
+
</slide>
|
|
3599
|
+
<slide>
|
|
3600
|
+
<style>
|
|
3601
|
+
<fill>
|
|
3602
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
3603
|
+
</fill>
|
|
3604
|
+
</style>
|
|
3605
|
+
<data>
|
|
3606
|
+
<shape width="820" height="36" topLeftX="70" topLeftY="110" type="text">
|
|
3607
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3608
|
+
<p textAlign="left">
|
|
3609
|
+
<span color="rgba(208, 211, 214, 1)" fontSize="12" bold="false">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
3610
|
+
</p>
|
|
3611
|
+
</content>
|
|
3612
|
+
</shape>
|
|
3613
|
+
<shape width="820" height="30" topLeftX="70" topLeftY="70" type="text">
|
|
3614
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 0.922)" bold="true" textAlign="left">
|
|
3615
|
+
<p textAlign="left">
|
|
3616
|
+
<strong>
|
|
3617
|
+
<span color="rgba(255, 255, 255, 0.922)" fontSize="20" fontFamily="思源黑体">主题标题</span>
|
|
3618
|
+
</strong>
|
|
3619
|
+
</p>
|
|
3620
|
+
</content>
|
|
3621
|
+
</shape>
|
|
3622
|
+
<img src="WCF2b1GBeoJXoDx1GFucTFyDnKb" width="790" height="477" topLeftX="10" topLeftY="180" saturation="-100">
|
|
3623
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
3624
|
+
</img>
|
|
3625
|
+
<img src="SH6ubsnOuogi1DxQ8IncbN4znud" width="633" height="426" topLeftX="88" topLeftY="190">
|
|
3626
|
+
<crop type="rect" leftOffset="64" rightOffset="64" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
3627
|
+
</img>
|
|
3628
|
+
<img src="ISfIbGa4no1LVaxf7iccWDcznwd" width="205" height="412" topLeftX="667" topLeftY="283">
|
|
3629
|
+
<crop type="rect" leftOffset="83" rightOffset="85" topOffset="12" bottomOffset="0" presetHandlers="0"/>
|
|
3630
|
+
</img>
|
|
3631
|
+
<img src="YleVbfXs3oolUgxozWdccVzXnWh" width="172" height="374" topLeftX="685" topLeftY="296">
|
|
3632
|
+
<crop type="rect" leftOffset="248" rightOffset="248" topOffset="0" bottomOffset="0" presetHandlers="24"/>
|
|
3633
|
+
</img>
|
|
3634
|
+
</data>
|
|
3635
|
+
<note>
|
|
3636
|
+
<content/>
|
|
3637
|
+
</note>
|
|
3638
|
+
</slide>
|
|
3639
|
+
<slide>
|
|
3640
|
+
<style>
|
|
3641
|
+
<fill>
|
|
3642
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
3643
|
+
</fill>
|
|
3644
|
+
</style>
|
|
3645
|
+
<data>
|
|
3646
|
+
<shape width="400" height="90" topLeftX="70" topLeftY="371" type="text">
|
|
3647
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3648
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3649
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3650
|
+
</content>
|
|
3651
|
+
</shape>
|
|
3652
|
+
<shape width="400" height="54" topLeftX="70" topLeftY="294" type="text">
|
|
3653
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3654
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
3655
|
+
</content>
|
|
3656
|
+
</shape>
|
|
3657
|
+
<shape width="400" height="30" topLeftX="70" topLeftY="118" type="text">
|
|
3658
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 0.922)" bold="true" textAlign="left">
|
|
3659
|
+
<p>副标题</p>
|
|
3660
|
+
</content>
|
|
3661
|
+
</shape>
|
|
3662
|
+
<shape width="400" height="48" topLeftX="70" topLeftY="70" type="text">
|
|
3663
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 0.922)" bold="true" textAlign="left">
|
|
3664
|
+
<p>标题和描述</p>
|
|
3665
|
+
</content>
|
|
3666
|
+
</shape>
|
|
3667
|
+
<img src="WCF2b1GBeoJXoDx1GFucTFyDnKb" width="595" height="359" topLeftX="544" topLeftY="95" saturation="-100">
|
|
3668
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
3669
|
+
</img>
|
|
3670
|
+
<img src="C1zhbKMzgoJFLSxAN97c0LhGnkh" width="477" height="321" topLeftX="603" topLeftY="104">
|
|
3671
|
+
<crop type="rect" leftOffset="48" rightOffset="48" topOffset="0" bottomOffset="0" presetHandlers="10"/>
|
|
3672
|
+
</img>
|
|
3673
|
+
<img src="ISfIbGa4no1LVaxf7iccWDcznwd" width="151" height="302" topLeftX="499" topLeftY="197">
|
|
3674
|
+
<crop type="rect" leftOffset="61" rightOffset="62" topOffset="9" bottomOffset="0" presetHandlers="0"/>
|
|
3675
|
+
</img>
|
|
3676
|
+
<img src="HYu3bZ2DPolY4yxpwZPcdFkBnWg" width="126" height="275" topLeftX="513" topLeftY="206">
|
|
3677
|
+
<crop type="rect" leftOffset="182" rightOffset="182" topOffset="0" bottomOffset="0" presetHandlers="18"/>
|
|
3678
|
+
</img>
|
|
3679
|
+
</data>
|
|
3680
|
+
<note>
|
|
3681
|
+
<content/>
|
|
3682
|
+
</note>
|
|
3683
|
+
</slide>
|
|
3684
|
+
<slide>
|
|
3685
|
+
<style>
|
|
3686
|
+
<fill>
|
|
3687
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
3688
|
+
</fill>
|
|
3689
|
+
</style>
|
|
3690
|
+
<data>
|
|
3691
|
+
<img src="VrBmbqW2BoHPunxOZi2carKsn8d" width="653" height="540" topLeftX="307" topLeftY="0">
|
|
3692
|
+
<crop type="rect" leftOffset="155" rightOffset="155" topOffset="0" bottomOffset="0"/>
|
|
3693
|
+
</img>
|
|
3694
|
+
<shape width="180" height="48" topLeftX="70" topLeftY="423" type="text">
|
|
3695
|
+
<content textType="caption" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3696
|
+
<p>谢谢观看</p>
|
|
3697
|
+
</content>
|
|
3698
|
+
</shape>
|
|
3699
|
+
<shape width="180" height="27" topLeftX="70" topLeftY="270" type="text">
|
|
3700
|
+
<content textType="caption" fontSize="18" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3701
|
+
<p>湖北省 武汉市 洪山区</p>
|
|
3702
|
+
</content>
|
|
3703
|
+
</shape>
|
|
3704
|
+
<shape width="180" height="18" topLeftX="70" topLeftY="252" type="text">
|
|
3705
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3706
|
+
<p>联系地址</p>
|
|
3707
|
+
</content>
|
|
3708
|
+
</shape>
|
|
3709
|
+
<shape width="180" height="27" topLeftX="70" topLeftY="192" type="text">
|
|
3710
|
+
<content textType="caption" fontSize="18" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3711
|
+
<p>
|
|
3712
|
+
<a href="mailto:sherry@gmail.com">
|
|
3713
|
+
<span color="rgba(20, 86, 240, 1)">Sherry@gmail.com</span>
|
|
3714
|
+
</a>
|
|
3715
|
+
</p>
|
|
3716
|
+
</content>
|
|
3717
|
+
</shape>
|
|
3718
|
+
<shape width="180" height="27" topLeftX="70" topLeftY="167" type="text">
|
|
3719
|
+
<content textType="caption" fontSize="18" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3720
|
+
<p>+132 9792 7108</p>
|
|
3721
|
+
</content>
|
|
3722
|
+
</shape>
|
|
3723
|
+
<shape width="180" height="18" topLeftX="70" topLeftY="149" type="text">
|
|
3724
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3725
|
+
<p>联系方式</p>
|
|
3726
|
+
</content>
|
|
3727
|
+
</shape>
|
|
3728
|
+
<shape width="180" height="27" topLeftX="70" topLeftY="88" type="text">
|
|
3729
|
+
<content textType="caption" fontSize="18" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
3730
|
+
<p>XXX</p>
|
|
3731
|
+
</content>
|
|
3732
|
+
</shape>
|
|
3733
|
+
<shape width="180" height="18" topLeftX="70" topLeftY="70" type="text">
|
|
3734
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(208, 211, 214, 1)" bold="false" textAlign="left">
|
|
3735
|
+
<p>联系人</p>
|
|
3736
|
+
</content>
|
|
3737
|
+
</shape>
|
|
3738
|
+
</data>
|
|
3739
|
+
<note>
|
|
3740
|
+
<content/>
|
|
3741
|
+
</note>
|
|
3742
|
+
</slide>
|
|
3743
|
+
<slide>
|
|
3744
|
+
<style>
|
|
3745
|
+
<fill>
|
|
3746
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
3747
|
+
</fill>
|
|
3748
|
+
</style>
|
|
3749
|
+
<data>
|
|
3750
|
+
<img src="Gh35b4dQ5o4egexxcEgcEv5Infg" width="960" height="540" topLeftX="0" topLeftY="0">
|
|
3751
|
+
<crop type="rect" leftOffset="2" rightOffset="2" topOffset="0" bottomOffset="0"/>
|
|
3752
|
+
</img>
|
|
3753
|
+
<shape width="668" height="66" topLeftX="70" topLeftY="70" type="text">
|
|
3754
|
+
<content textType="headline" fontSize="44" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
3755
|
+
<p>谢谢观看</p>
|
|
3756
|
+
</content>
|
|
3757
|
+
</shape>
|
|
3758
|
+
</data>
|
|
3759
|
+
<note>
|
|
3760
|
+
<content/>
|
|
3761
|
+
</note>
|
|
3762
|
+
</slide>
|
|
3763
|
+
</presentation>
|