@wagemule/daemon 0.1.2 → 0.1.4
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 -1
- package/dist/main.cjs +246 -42
- 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,3013 @@
|
|
|
1
|
+
<presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
|
|
2
|
+
<title>分享教学</title>
|
|
3
|
+
<theme>
|
|
4
|
+
<textStyles>
|
|
5
|
+
<headline fontColor="rgba(31, 35, 41, 1)"/>
|
|
6
|
+
<sub-headline fontColor="rgba(31, 35, 41, 1)"/>
|
|
7
|
+
<body fontColor="rgba(31, 35, 41, 1)"/>
|
|
8
|
+
<caption fontColor="rgba(155, 158, 162, 1)" fontSize="14"/>
|
|
9
|
+
</textStyles>
|
|
10
|
+
</theme>
|
|
11
|
+
<slide>
|
|
12
|
+
<style>
|
|
13
|
+
<fill>
|
|
14
|
+
<fillImg src="SwAKbuO1eo4Ji0xidOaczphQnYe" alpha="1" rotateWithShape="false"/>
|
|
15
|
+
</fill>
|
|
16
|
+
</style>
|
|
17
|
+
<data>
|
|
18
|
+
<img src="Qa68bQwVwovvwuxshKXcZY5hnYe" width="16" height="16" topLeftX="50" topLeftY="331">
|
|
19
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
20
|
+
</img>
|
|
21
|
+
<img src="O0QYbtA2fohO9zxctNNcuKGpnoh" width="16" height="16" topLeftX="50" topLeftY="364">
|
|
22
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
23
|
+
</img>
|
|
24
|
+
<shape width="435" height="22" topLeftX="74" topLeftY="362" type="text">
|
|
25
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
26
|
+
<p>
|
|
27
|
+
分享时间:
|
|
28
|
+
<span fontFamily="Arial">2026.XX.XX</span>
|
|
29
|
+
</p>
|
|
30
|
+
</content>
|
|
31
|
+
</shape>
|
|
32
|
+
<shape width="435" height="21" topLeftX="74" topLeftY="328" type="text">
|
|
33
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
34
|
+
<p>分享人:XX</p>
|
|
35
|
+
</content>
|
|
36
|
+
</shape>
|
|
37
|
+
<shape width="436" height="102" topLeftX="50" topLeftY="200" type="text">
|
|
38
|
+
<content textType="title" fontSize="68" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true">
|
|
39
|
+
<p>分享教学课件</p>
|
|
40
|
+
</content>
|
|
41
|
+
</shape>
|
|
42
|
+
<shape width="182" height="36" topLeftX="50" topLeftY="159" type="text">
|
|
43
|
+
<content textType="title" fontSize="36" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" lineSpacing="multiple:1">
|
|
44
|
+
<p lineSpacing="multiple:1">
|
|
45
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="36" fontFamily="思源黑体">市场研究</span>
|
|
46
|
+
</p>
|
|
47
|
+
</content>
|
|
48
|
+
</shape>
|
|
49
|
+
<line startX="207" startY="165" endX="207" endY="189">
|
|
50
|
+
<border color="linear-gradient(180deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
51
|
+
</line>
|
|
52
|
+
<shape width="215" height="39" topLeftX="219" topLeftY="158" type="text">
|
|
53
|
+
<content fontSize="16" fontFamily="Arial" color="rgba(26, 26, 27, 1)" lineSpacing="multiple:1.2">
|
|
54
|
+
<p lineSpacing="multiple:1.2">
|
|
55
|
+
<span fontFamily="Arial">Market </span>
|
|
56
|
+
<span color="rgba(26, 26, 27, 1)" fontFamily="Arial"> Research</span>
|
|
57
|
+
</p>
|
|
58
|
+
<p lineSpacing="multiple:1.2">
|
|
59
|
+
<span color="rgba(26, 26, 27, 1)" fontFamily="Arial">Sharing Teaching Courseware</span>
|
|
60
|
+
</p>
|
|
61
|
+
</content>
|
|
62
|
+
</shape>
|
|
63
|
+
<shape width="20" height="20" topLeftX="50" topLeftY="52" type="ellipse">
|
|
64
|
+
<fill>
|
|
65
|
+
<fillColor color="linear-gradient(180deg,rgba(55, 93, 224, 1) 0%,rgba(130, 148, 238, 1) 47%,rgba(209, 164, 147, 1) 100%)"/>
|
|
66
|
+
</fill>
|
|
67
|
+
</shape>
|
|
68
|
+
<shape width="104" height="24" topLeftX="79" topLeftY="50" type="text">
|
|
69
|
+
<content fontSize="16" fontFamily="Arial" color="rgba(26, 26, 27, 1)" bold="true">
|
|
70
|
+
<p>
|
|
71
|
+
<strong>
|
|
72
|
+
<span color="rgba(26, 26, 27, 1)" fontFamily="Arial">YOUR LOGO</span>
|
|
73
|
+
</strong>
|
|
74
|
+
</p>
|
|
75
|
+
</content>
|
|
76
|
+
</shape>
|
|
77
|
+
</data>
|
|
78
|
+
<note>
|
|
79
|
+
<content/>
|
|
80
|
+
</note>
|
|
81
|
+
</slide>
|
|
82
|
+
<slide>
|
|
83
|
+
<style>
|
|
84
|
+
<fill>
|
|
85
|
+
<fillImg src="FLkJbMHBwolKvIxgyGZc5LLXnVV" alpha="1" rotateWithShape="false"/>
|
|
86
|
+
</fill>
|
|
87
|
+
</style>
|
|
88
|
+
<data>
|
|
89
|
+
<shape width="154" height="32" topLeftX="403" topLeftY="137" type="text">
|
|
90
|
+
<content textType="title" fontSize="32" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true" lineSpacing="multiple:1" textAlign="center">
|
|
91
|
+
<p textAlign="center" lineSpacing="multiple:1">
|
|
92
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="32" fontFamily="思源黑体">目录</span>
|
|
93
|
+
</p>
|
|
94
|
+
</content>
|
|
95
|
+
</shape>
|
|
96
|
+
<shape width="154" height="24" topLeftX="403" topLeftY="106" alpha="0.4" type="text">
|
|
97
|
+
<content textType="title" fontSize="24" fontFamily="Inter" color="rgba(35, 72, 197, 1)" bold="false" lineSpacing="multiple:1" textAlign="center">
|
|
98
|
+
<p>
|
|
99
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="24" fontFamily="Inter" bold="false">Content</span>
|
|
100
|
+
</p>
|
|
101
|
+
</content>
|
|
102
|
+
</shape>
|
|
103
|
+
<shape width="200" height="260" topLeftX="41" topLeftY="193" presetHandlers="30" type="round-rect">
|
|
104
|
+
<fill>
|
|
105
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
106
|
+
</fill>
|
|
107
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
108
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
109
|
+
</shape>
|
|
110
|
+
<shape width="112" height="32" topLeftX="59" topLeftY="209" type="text">
|
|
111
|
+
<content fontSize="32" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" italic="true" lineSpacing="multiple:1">
|
|
112
|
+
<p lineSpacing="multiple:1">
|
|
113
|
+
<em>
|
|
114
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="32" fontFamily="Arial Black">01.</span>
|
|
115
|
+
</em>
|
|
116
|
+
</p>
|
|
117
|
+
</content>
|
|
118
|
+
</shape>
|
|
119
|
+
<line startX="219" startY="258" endX="63" endY="258">
|
|
120
|
+
<border color="linear-gradient(271deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 0.11) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
121
|
+
</line>
|
|
122
|
+
<shape width="200" height="260" topLeftX="267" topLeftY="193" presetHandlers="30" type="round-rect">
|
|
123
|
+
<fill>
|
|
124
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
125
|
+
</fill>
|
|
126
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
127
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
128
|
+
</shape>
|
|
129
|
+
<shape width="112" height="32" topLeftX="285" topLeftY="209" type="text">
|
|
130
|
+
<content fontSize="32" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" italic="true" lineSpacing="multiple:1">
|
|
131
|
+
<p lineSpacing="multiple:1">
|
|
132
|
+
<em>
|
|
133
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="32" fontFamily="Arial Black">02.</span>
|
|
134
|
+
</em>
|
|
135
|
+
</p>
|
|
136
|
+
</content>
|
|
137
|
+
</shape>
|
|
138
|
+
<line startX="445" startY="258" endX="289" endY="258">
|
|
139
|
+
<border color="linear-gradient(271deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 0.11) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
140
|
+
</line>
|
|
141
|
+
<shape width="200" height="260" topLeftX="493" topLeftY="193" presetHandlers="30" type="round-rect">
|
|
142
|
+
<fill>
|
|
143
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
144
|
+
</fill>
|
|
145
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
146
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
147
|
+
</shape>
|
|
148
|
+
<shape width="112" height="32" topLeftX="511" topLeftY="209" type="text">
|
|
149
|
+
<content fontSize="32" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" italic="true" lineSpacing="multiple:1">
|
|
150
|
+
<p lineSpacing="multiple:1">
|
|
151
|
+
<em>
|
|
152
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="32" fontFamily="Arial Black">03.</span>
|
|
153
|
+
</em>
|
|
154
|
+
</p>
|
|
155
|
+
</content>
|
|
156
|
+
</shape>
|
|
157
|
+
<line startX="671" startY="258" endX="515" endY="258">
|
|
158
|
+
<border color="linear-gradient(271deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 0.11) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
159
|
+
</line>
|
|
160
|
+
<shape width="200" height="260" topLeftX="719" topLeftY="193" presetHandlers="30" type="round-rect">
|
|
161
|
+
<fill>
|
|
162
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
163
|
+
</fill>
|
|
164
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
165
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
166
|
+
</shape>
|
|
167
|
+
<shape width="112" height="32" topLeftX="737" topLeftY="209" type="text">
|
|
168
|
+
<content fontSize="32" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" italic="true" lineSpacing="multiple:1">
|
|
169
|
+
<p lineSpacing="multiple:1">
|
|
170
|
+
<em>
|
|
171
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="32" fontFamily="Arial Black">04.</span>
|
|
172
|
+
</em>
|
|
173
|
+
</p>
|
|
174
|
+
</content>
|
|
175
|
+
</shape>
|
|
176
|
+
<line startX="897" startY="258" endX="741" endY="258">
|
|
177
|
+
<border color="linear-gradient(271deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 0.11) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
178
|
+
</line>
|
|
179
|
+
<shape width="156" height="105" topLeftX="741" topLeftY="328" type="text">
|
|
180
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
181
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
182
|
+
</content>
|
|
183
|
+
</shape>
|
|
184
|
+
<shape width="154" height="24" topLeftX="741" topLeftY="294" type="text">
|
|
185
|
+
<content textType="sub-headline" fontSize="16" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true">
|
|
186
|
+
<p>内容总结</p>
|
|
187
|
+
</content>
|
|
188
|
+
</shape>
|
|
189
|
+
<shape width="156" height="105" topLeftX="515" topLeftY="328" type="text">
|
|
190
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
191
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
192
|
+
</content>
|
|
193
|
+
</shape>
|
|
194
|
+
<shape width="154" height="24" topLeftX="515" topLeftY="294" type="text">
|
|
195
|
+
<content textType="sub-headline" fontSize="16" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true">
|
|
196
|
+
<p>流程经验</p>
|
|
197
|
+
</content>
|
|
198
|
+
</shape>
|
|
199
|
+
<shape width="156" height="105" topLeftX="289" topLeftY="328" type="text">
|
|
200
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
201
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
202
|
+
</content>
|
|
203
|
+
</shape>
|
|
204
|
+
<shape width="154" height="24" topLeftX="289" topLeftY="294" type="text">
|
|
205
|
+
<content textType="sub-headline" fontSize="16" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true">
|
|
206
|
+
<p>案例分析</p>
|
|
207
|
+
</content>
|
|
208
|
+
</shape>
|
|
209
|
+
<shape width="156" height="105" topLeftX="63" topLeftY="328" type="text">
|
|
210
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
211
|
+
<p>输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
212
|
+
</content>
|
|
213
|
+
</shape>
|
|
214
|
+
<shape width="154" height="24" topLeftX="63" topLeftY="294" type="text">
|
|
215
|
+
<content textType="sub-headline" fontSize="16" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true">
|
|
216
|
+
<p textAlign="left">基本介绍</p>
|
|
217
|
+
</content>
|
|
218
|
+
</shape>
|
|
219
|
+
<shape width="112" height="24" topLeftX="50" topLeftY="50" type="text">
|
|
220
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" lineSpacing="multiple:1">
|
|
221
|
+
<p lineSpacing="multiple:1">
|
|
222
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="24" fontFamily="思源黑体">市场研究</span>
|
|
223
|
+
</p>
|
|
224
|
+
</content>
|
|
225
|
+
</shape>
|
|
226
|
+
<line startX="157" startY="54" endX="157" endY="70">
|
|
227
|
+
<border color="linear-gradient(180deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
228
|
+
</line>
|
|
229
|
+
<shape width="121" height="24" topLeftX="168" topLeftY="50" type="text">
|
|
230
|
+
<content fontSize="8" fontFamily="Arial" color="rgba(26, 26, 27, 1)">
|
|
231
|
+
<p>
|
|
232
|
+
<span fontFamily="Arial">Market Research</span>
|
|
233
|
+
</p>
|
|
234
|
+
<p>
|
|
235
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="8" fontFamily="Arial">Sharing Teaching Courseware</span>
|
|
236
|
+
</p>
|
|
237
|
+
</content>
|
|
238
|
+
</shape>
|
|
239
|
+
</data>
|
|
240
|
+
<note>
|
|
241
|
+
<content/>
|
|
242
|
+
</note>
|
|
243
|
+
</slide>
|
|
244
|
+
<slide>
|
|
245
|
+
<style>
|
|
246
|
+
<fill>
|
|
247
|
+
<fillImg src="Evgybt8w4ozD5rxJxCHcRmVunLc" alpha="1" rotateWithShape="false"/>
|
|
248
|
+
</fill>
|
|
249
|
+
</style>
|
|
250
|
+
<data>
|
|
251
|
+
<shape width="328" height="63" topLeftX="319" topLeftY="329" type="text">
|
|
252
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
253
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
254
|
+
</content>
|
|
255
|
+
</shape>
|
|
256
|
+
<shape width="328" height="54" topLeftX="317" topLeftY="258" type="text">
|
|
257
|
+
<content textType="title" fontSize="36" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="center">
|
|
258
|
+
<p textAlign="center">基本介绍</p>
|
|
259
|
+
</content>
|
|
260
|
+
</shape>
|
|
261
|
+
<shape width="200" height="120" topLeftX="380" topLeftY="128" type="text">
|
|
262
|
+
<content textType="title" fontSize="80" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" bold="true" italic="true">
|
|
263
|
+
<p textAlign="center">01.</p>
|
|
264
|
+
</content>
|
|
265
|
+
</shape>
|
|
266
|
+
<shape width="328" height="24" topLeftX="316" topLeftY="240" type="text">
|
|
267
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)">
|
|
268
|
+
<p textAlign="center">Basic Introduction</p>
|
|
269
|
+
</content>
|
|
270
|
+
</shape>
|
|
271
|
+
<shape width="112" height="24" topLeftX="50" topLeftY="50" type="text">
|
|
272
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" lineSpacing="multiple:1">
|
|
273
|
+
<p lineSpacing="multiple:1">
|
|
274
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="24" fontFamily="思源黑体">市场研究</span>
|
|
275
|
+
</p>
|
|
276
|
+
</content>
|
|
277
|
+
</shape>
|
|
278
|
+
<line startX="157" startY="54" endX="157" endY="70">
|
|
279
|
+
<border color="linear-gradient(180deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
280
|
+
</line>
|
|
281
|
+
<shape width="121" height="24" topLeftX="168" topLeftY="50" type="text">
|
|
282
|
+
<content fontSize="8" fontFamily="Arial" color="rgba(26, 26, 27, 1)">
|
|
283
|
+
<p>
|
|
284
|
+
<span fontFamily="Arial">Market Research</span>
|
|
285
|
+
</p>
|
|
286
|
+
<p>
|
|
287
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="8" fontFamily="Arial">Sharing Teaching Courseware</span>
|
|
288
|
+
</p>
|
|
289
|
+
</content>
|
|
290
|
+
</shape>
|
|
291
|
+
</data>
|
|
292
|
+
<note>
|
|
293
|
+
<content/>
|
|
294
|
+
</note>
|
|
295
|
+
</slide>
|
|
296
|
+
<slide>
|
|
297
|
+
<style>
|
|
298
|
+
<fill>
|
|
299
|
+
<fillImg src="IDpGbp2oloFzylx8CGTcRSI6ngb" alpha="1" rotateWithShape="false"/>
|
|
300
|
+
</fill>
|
|
301
|
+
</style>
|
|
302
|
+
<data>
|
|
303
|
+
<shape width="328" height="24" topLeftX="50" topLeftY="47" type="text">
|
|
304
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)" textAlign="left">
|
|
305
|
+
<p>What Are We</p>
|
|
306
|
+
</content>
|
|
307
|
+
</shape>
|
|
308
|
+
<shape width="328" height="36" topLeftX="50" topLeftY="68" type="text">
|
|
309
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
310
|
+
<p textAlign="left">我们是什么</p>
|
|
311
|
+
</content>
|
|
312
|
+
</shape>
|
|
313
|
+
<img src="HjMZbCWw0o9BbYxX7AZctHLeny5" width="876" height="252" topLeftX="44" topLeftY="262">
|
|
314
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
315
|
+
<reflection alpha="0.28" offset="7" size="0.31"/>
|
|
316
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="124" bottomOffset="124" presetHandlers="20"/>
|
|
317
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
318
|
+
</img>
|
|
319
|
+
<shape width="231" height="96" topLeftX="106" topLeftY="139" presetHandlers="20" type="round-rect">
|
|
320
|
+
<fill>
|
|
321
|
+
<fillColor color="rgba(255, 255, 255, 0.7)"/>
|
|
322
|
+
</fill>
|
|
323
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
324
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
325
|
+
</shape>
|
|
326
|
+
<shape width="81" height="16" topLeftX="181" topLeftY="155" type="text">
|
|
327
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="left">
|
|
328
|
+
<p textAlign="left" lineSpacing="multiple:1">
|
|
329
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="16" fontFamily="思源黑体" italic="false">标题文案</span>
|
|
330
|
+
</p>
|
|
331
|
+
</content>
|
|
332
|
+
</shape>
|
|
333
|
+
<shape width="189" height="42" topLeftX="127" topLeftY="181" type="text">
|
|
334
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="center">
|
|
335
|
+
<p textAlign="center">
|
|
336
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
337
|
+
</p>
|
|
338
|
+
</content>
|
|
339
|
+
</shape>
|
|
340
|
+
<shape width="231" height="96" topLeftX="365" topLeftY="139" presetHandlers="20" type="round-rect">
|
|
341
|
+
<fill>
|
|
342
|
+
<fillColor color="rgba(255, 255, 255, 0.7)"/>
|
|
343
|
+
</fill>
|
|
344
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
345
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
346
|
+
</shape>
|
|
347
|
+
<shape width="81" height="16" topLeftX="439" topLeftY="155" type="text">
|
|
348
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="left">
|
|
349
|
+
<p textAlign="left" lineSpacing="multiple:1">
|
|
350
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="16" fontFamily="思源黑体" italic="false">标题文案</span>
|
|
351
|
+
</p>
|
|
352
|
+
</content>
|
|
353
|
+
</shape>
|
|
354
|
+
<shape width="189" height="42" topLeftX="385" topLeftY="181" type="text">
|
|
355
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="center">
|
|
356
|
+
<p textAlign="center">
|
|
357
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
358
|
+
</p>
|
|
359
|
+
</content>
|
|
360
|
+
</shape>
|
|
361
|
+
<shape width="231" height="96" topLeftX="623" topLeftY="139" presetHandlers="20" type="round-rect">
|
|
362
|
+
<fill>
|
|
363
|
+
<fillColor color="rgba(255, 255, 255, 0.7)"/>
|
|
364
|
+
</fill>
|
|
365
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
366
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
367
|
+
</shape>
|
|
368
|
+
<shape width="81" height="16" topLeftX="698" topLeftY="155" type="text">
|
|
369
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="left">
|
|
370
|
+
<p textAlign="left" lineSpacing="multiple:1">
|
|
371
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="16" fontFamily="思源黑体" italic="false">标题文案</span>
|
|
372
|
+
</p>
|
|
373
|
+
</content>
|
|
374
|
+
</shape>
|
|
375
|
+
<shape width="189" height="42" topLeftX="644" topLeftY="181" type="text">
|
|
376
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="center">
|
|
377
|
+
<p textAlign="center">
|
|
378
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
379
|
+
</p>
|
|
380
|
+
</content>
|
|
381
|
+
</shape>
|
|
382
|
+
</data>
|
|
383
|
+
<note>
|
|
384
|
+
<content/>
|
|
385
|
+
</note>
|
|
386
|
+
</slide>
|
|
387
|
+
<slide>
|
|
388
|
+
<style>
|
|
389
|
+
<fill>
|
|
390
|
+
<fillImg src="IDpGbp2oloFzylx8CGTcRSI6ngb" alpha="1" rotateWithShape="false"/>
|
|
391
|
+
</fill>
|
|
392
|
+
</style>
|
|
393
|
+
<data>
|
|
394
|
+
<shape width="328" height="24" topLeftX="50" topLeftY="47" type="text">
|
|
395
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)" textAlign="left">
|
|
396
|
+
<p>Study Goals</p>
|
|
397
|
+
</content>
|
|
398
|
+
</shape>
|
|
399
|
+
<shape width="328" height="36" topLeftX="50" topLeftY="68" type="text">
|
|
400
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
401
|
+
<p textAlign="left">学习目标</p>
|
|
402
|
+
</content>
|
|
403
|
+
</shape>
|
|
404
|
+
<shape width="202" height="16" topLeftX="45" topLeftY="360" type="text">
|
|
405
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="center">
|
|
406
|
+
<p textAlign="center">
|
|
407
|
+
<strong>
|
|
408
|
+
<span fontSize="16" fontFamily="思源黑体" italic="false">目标文案</span>
|
|
409
|
+
</strong>
|
|
410
|
+
</p>
|
|
411
|
+
</content>
|
|
412
|
+
</shape>
|
|
413
|
+
<shape width="202" height="63" topLeftX="45" topLeftY="390" type="text">
|
|
414
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="center">
|
|
415
|
+
<p textAlign="center">
|
|
416
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
417
|
+
</p>
|
|
418
|
+
</content>
|
|
419
|
+
</shape>
|
|
420
|
+
<line startX="146" startY="299" endX="146" endY="348">
|
|
421
|
+
<border color="rgba(130, 167, 252, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
422
|
+
<endArrow type="solid-circle"/>
|
|
423
|
+
</line>
|
|
424
|
+
<shape width="202" height="16" topLeftX="268" topLeftY="360" type="text">
|
|
425
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="center">
|
|
426
|
+
<p textAlign="center">
|
|
427
|
+
<strong>
|
|
428
|
+
<span fontSize="16" fontFamily="思源黑体" italic="false">目标文案</span>
|
|
429
|
+
</strong>
|
|
430
|
+
</p>
|
|
431
|
+
</content>
|
|
432
|
+
</shape>
|
|
433
|
+
<shape width="202" height="63" topLeftX="268" topLeftY="390" type="text">
|
|
434
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="center">
|
|
435
|
+
<p textAlign="center">
|
|
436
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
437
|
+
</p>
|
|
438
|
+
</content>
|
|
439
|
+
</shape>
|
|
440
|
+
<line startX="368" startY="299" endX="368" endY="348">
|
|
441
|
+
<border color="rgba(130, 167, 252, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
442
|
+
<endArrow type="solid-circle"/>
|
|
443
|
+
</line>
|
|
444
|
+
<shape width="202" height="16" topLeftX="491" topLeftY="360" type="text">
|
|
445
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="center">
|
|
446
|
+
<p textAlign="center">
|
|
447
|
+
<strong>
|
|
448
|
+
<span fontSize="16" fontFamily="思源黑体" italic="false">目标文案</span>
|
|
449
|
+
</strong>
|
|
450
|
+
</p>
|
|
451
|
+
</content>
|
|
452
|
+
</shape>
|
|
453
|
+
<shape width="202" height="63" topLeftX="491" topLeftY="390" type="text">
|
|
454
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="center">
|
|
455
|
+
<p textAlign="center">
|
|
456
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
457
|
+
</p>
|
|
458
|
+
</content>
|
|
459
|
+
</shape>
|
|
460
|
+
<line startX="592" startY="299" endX="592" endY="348">
|
|
461
|
+
<border color="rgba(130, 167, 252, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
462
|
+
<endArrow type="solid-circle"/>
|
|
463
|
+
</line>
|
|
464
|
+
<shape width="202" height="16" topLeftX="714" topLeftY="360" type="text">
|
|
465
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="center">
|
|
466
|
+
<p textAlign="center">
|
|
467
|
+
<strong>
|
|
468
|
+
<span fontSize="16" fontFamily="思源黑体" italic="false">目标文案</span>
|
|
469
|
+
</strong>
|
|
470
|
+
</p>
|
|
471
|
+
</content>
|
|
472
|
+
</shape>
|
|
473
|
+
<shape width="202" height="63" topLeftX="714" topLeftY="390" type="text">
|
|
474
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="center">
|
|
475
|
+
<p textAlign="center">
|
|
476
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
477
|
+
</p>
|
|
478
|
+
</content>
|
|
479
|
+
</shape>
|
|
480
|
+
<line startX="815" startY="299" endX="815" endY="348">
|
|
481
|
+
<border color="rgba(130, 167, 252, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
482
|
+
<endArrow type="solid-circle"/>
|
|
483
|
+
</line>
|
|
484
|
+
<shape width="150" height="150" topLeftX="71" topLeftY="149" presetHandlers="75" type="round-rect">
|
|
485
|
+
<fill>
|
|
486
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
487
|
+
</fill>
|
|
488
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
489
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
490
|
+
</shape>
|
|
491
|
+
<img src="Iirfb1UeFoR60MxjcleckDULn4e" width="136" height="137" topLeftX="78" topLeftY="155" exposure="7" contrast="24" saturation="19" temperature="-100">
|
|
492
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
493
|
+
<crop type="rect" leftOffset="0.48" rightOffset="0.48" topOffset="0" bottomOffset="0" presetHandlers="68"/>
|
|
494
|
+
</img>
|
|
495
|
+
<shape width="150" height="150" topLeftX="293" topLeftY="149" presetHandlers="75" type="round-rect">
|
|
496
|
+
<fill>
|
|
497
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
498
|
+
</fill>
|
|
499
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
500
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
501
|
+
</shape>
|
|
502
|
+
<img src="MQvTbj4EUowgJhxplRNcMVZEnPc" width="137" height="137" topLeftX="300" topLeftY="155" exposure="7" contrast="24" saturation="19" temperature="-100">
|
|
503
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
504
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="69"/>
|
|
505
|
+
</img>
|
|
506
|
+
<shape width="150" height="150" topLeftX="517" topLeftY="149" presetHandlers="75" type="round-rect">
|
|
507
|
+
<fill>
|
|
508
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
509
|
+
</fill>
|
|
510
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
511
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
512
|
+
</shape>
|
|
513
|
+
<img src="NNJfbaMo8obRtxx8aMQcTNeRnZb" width="137" height="137" topLeftX="523" topLeftY="155" exposure="7" contrast="24" saturation="19" temperature="-100">
|
|
514
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
515
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="69"/>
|
|
516
|
+
</img>
|
|
517
|
+
<shape width="150" height="150" topLeftX="740" topLeftY="149" presetHandlers="75" type="round-rect">
|
|
518
|
+
<fill>
|
|
519
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
520
|
+
</fill>
|
|
521
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
522
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
523
|
+
</shape>
|
|
524
|
+
<img src="UYtmbLfaQoeHPXxo0kccpbsKn2f" width="137" height="137" topLeftX="746" topLeftY="155" exposure="7" contrast="24" saturation="19" temperature="-100">
|
|
525
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
526
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="69"/>
|
|
527
|
+
</img>
|
|
528
|
+
</data>
|
|
529
|
+
<note>
|
|
530
|
+
<content/>
|
|
531
|
+
</note>
|
|
532
|
+
</slide>
|
|
533
|
+
<slide>
|
|
534
|
+
<style>
|
|
535
|
+
<fill>
|
|
536
|
+
<fillImg src="SLs4b5CQvon6gMx1SSicNX4Mnaf" alpha="1" rotateWithShape="false"/>
|
|
537
|
+
</fill>
|
|
538
|
+
</style>
|
|
539
|
+
<data>
|
|
540
|
+
<img src="CAHfbEIULowDeWxKr9kc1XIknGf" width="732" height="624" topLeftX="260" topLeftY="-42">
|
|
541
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
542
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="26" bottomOffset="26" presetHandlers="30"/>
|
|
543
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
544
|
+
</img>
|
|
545
|
+
<shape width="440" height="129" topLeftX="40" topLeftY="50" presetHandlers="20" type="round-rect">
|
|
546
|
+
<fill>
|
|
547
|
+
<fillColor color="rgba(255, 255, 255, 0.92)"/>
|
|
548
|
+
</fill>
|
|
549
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
550
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
551
|
+
</shape>
|
|
552
|
+
<shape width="154" height="16" topLeftX="59" topLeftY="72" type="text">
|
|
553
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="left">
|
|
554
|
+
<p textAlign="left" lineSpacing="multiple:1">
|
|
555
|
+
案例故事
|
|
556
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="16" fontFamily="思源黑体" italic="false">标题文案</span>
|
|
557
|
+
</p>
|
|
558
|
+
</content>
|
|
559
|
+
</shape>
|
|
560
|
+
<shape width="402" height="63" topLeftX="59" topLeftY="95" type="text">
|
|
561
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
562
|
+
<p textAlign="left">
|
|
563
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
564
|
+
</p>
|
|
565
|
+
</content>
|
|
566
|
+
</shape>
|
|
567
|
+
<shape width="440" height="129" topLeftX="40" topLeftY="205" presetHandlers="20" type="round-rect">
|
|
568
|
+
<fill>
|
|
569
|
+
<fillColor color="rgba(255, 255, 255, 0.92)"/>
|
|
570
|
+
</fill>
|
|
571
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
572
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
573
|
+
</shape>
|
|
574
|
+
<shape width="154" height="16" topLeftX="59" topLeftY="227" type="text">
|
|
575
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="left">
|
|
576
|
+
<p textAlign="left" lineSpacing="multiple:1">案例故事标题文案</p>
|
|
577
|
+
</content>
|
|
578
|
+
</shape>
|
|
579
|
+
<shape width="402" height="63" topLeftX="59" topLeftY="250" type="text">
|
|
580
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
581
|
+
<p textAlign="left">
|
|
582
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
583
|
+
</p>
|
|
584
|
+
</content>
|
|
585
|
+
</shape>
|
|
586
|
+
<shape width="180" height="105" topLeftX="40" topLeftY="385" type="text">
|
|
587
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
588
|
+
<p textAlign="left">
|
|
589
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
590
|
+
</p>
|
|
591
|
+
</content>
|
|
592
|
+
</shape>
|
|
593
|
+
<shape width="20" height="20" topLeftX="786" topLeftY="52" type="ellipse">
|
|
594
|
+
<fill>
|
|
595
|
+
<fillColor color="linear-gradient(180deg,rgba(55, 93, 224, 1) 0%,rgba(130, 148, 238, 1) 47%,rgba(209, 164, 147, 1) 100%)"/>
|
|
596
|
+
</fill>
|
|
597
|
+
</shape>
|
|
598
|
+
<shape width="104" height="24" topLeftX="815" topLeftY="50" type="text">
|
|
599
|
+
<content fontSize="16" fontFamily="Arial" color="rgba(26, 26, 27, 1)" bold="true">
|
|
600
|
+
<p>
|
|
601
|
+
<strong>
|
|
602
|
+
<span color="rgba(26, 26, 27, 1)" fontFamily="Arial">YOUR LOGO</span>
|
|
603
|
+
</strong>
|
|
604
|
+
</p>
|
|
605
|
+
</content>
|
|
606
|
+
</shape>
|
|
607
|
+
<shape width="328" height="36" topLeftX="591" topLeftY="463" type="text">
|
|
608
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="right">
|
|
609
|
+
<p textAlign="right">案例故事</p>
|
|
610
|
+
</content>
|
|
611
|
+
</shape>
|
|
612
|
+
<shape width="328" height="24" topLeftX="591" topLeftY="443" type="text">
|
|
613
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)" textAlign="right">
|
|
614
|
+
<p textAlign="right">Case Stories</p>
|
|
615
|
+
</content>
|
|
616
|
+
</shape>
|
|
617
|
+
</data>
|
|
618
|
+
<note>
|
|
619
|
+
<content/>
|
|
620
|
+
</note>
|
|
621
|
+
</slide>
|
|
622
|
+
<slide>
|
|
623
|
+
<style>
|
|
624
|
+
<fill>
|
|
625
|
+
<fillImg src="IDpGbp2oloFzylx8CGTcRSI6ngb" alpha="1" rotateWithShape="false"/>
|
|
626
|
+
</fill>
|
|
627
|
+
</style>
|
|
628
|
+
<data>
|
|
629
|
+
<shape width="328" height="24" topLeftX="50" topLeftY="47" type="text">
|
|
630
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)" textAlign="left">
|
|
631
|
+
<p>General Introduction</p>
|
|
632
|
+
</content>
|
|
633
|
+
</shape>
|
|
634
|
+
<shape width="328" height="36" topLeftX="50" topLeftY="68" type="text">
|
|
635
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
636
|
+
<p textAlign="left">基本介绍</p>
|
|
637
|
+
</content>
|
|
638
|
+
</shape>
|
|
639
|
+
<shape width="185" height="84" topLeftX="316" topLeftY="117" presetHandlers="20" type="round-rect">
|
|
640
|
+
<fill>
|
|
641
|
+
<fillColor color="rgba(255, 255, 255, 0.7)"/>
|
|
642
|
+
</fill>
|
|
643
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
644
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
645
|
+
</shape>
|
|
646
|
+
<shape width="112" height="21" topLeftX="334" topLeftY="134" type="text">
|
|
647
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
648
|
+
<p>
|
|
649
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">公司已完成</span>
|
|
650
|
+
</p>
|
|
651
|
+
</content>
|
|
652
|
+
</shape>
|
|
653
|
+
<shape width="112" height="30" topLeftX="334" topLeftY="155" type="text">
|
|
654
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true">
|
|
655
|
+
<p>
|
|
656
|
+
<strong>
|
|
657
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="20">F 轮融资</span>
|
|
658
|
+
</strong>
|
|
659
|
+
</p>
|
|
660
|
+
</content>
|
|
661
|
+
</shape>
|
|
662
|
+
<shape width="185" height="84" topLeftX="526" topLeftY="117" presetHandlers="20" type="round-rect">
|
|
663
|
+
<fill>
|
|
664
|
+
<fillColor color="rgba(255, 255, 255, 0.7)"/>
|
|
665
|
+
</fill>
|
|
666
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
667
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
668
|
+
</shape>
|
|
669
|
+
<shape width="112" height="21" topLeftX="544" topLeftY="134" type="text">
|
|
670
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
671
|
+
<p>
|
|
672
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">总融资金额</span>
|
|
673
|
+
</p>
|
|
674
|
+
</content>
|
|
675
|
+
</shape>
|
|
676
|
+
<shape width="112" height="30" topLeftX="544" topLeftY="155" type="text">
|
|
677
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true">
|
|
678
|
+
<p>
|
|
679
|
+
<strong>
|
|
680
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="20">超 3 亿元</span>
|
|
681
|
+
</strong>
|
|
682
|
+
</p>
|
|
683
|
+
</content>
|
|
684
|
+
</shape>
|
|
685
|
+
<shape width="185" height="84" topLeftX="735" topLeftY="117" presetHandlers="20" type="round-rect">
|
|
686
|
+
<fill>
|
|
687
|
+
<fillColor color="rgba(255, 255, 255, 0.7)"/>
|
|
688
|
+
</fill>
|
|
689
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
690
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
691
|
+
</shape>
|
|
692
|
+
<shape width="112" height="21" topLeftX="753" topLeftY="134" type="text">
|
|
693
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
694
|
+
<p>
|
|
695
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">公司估值</span>
|
|
696
|
+
</p>
|
|
697
|
+
</content>
|
|
698
|
+
</shape>
|
|
699
|
+
<shape width="112" height="30" topLeftX="753" topLeftY="155" type="text">
|
|
700
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true">
|
|
701
|
+
<p>
|
|
702
|
+
<span color="rgba(35, 72, 197, 1)">超 10 亿元</span>
|
|
703
|
+
</p>
|
|
704
|
+
</content>
|
|
705
|
+
</shape>
|
|
706
|
+
<shape width="882" height="267" topLeftX="39" topLeftY="228" presetHandlers="20" type="round-rect">
|
|
707
|
+
<fill>
|
|
708
|
+
<fillColor color="rgba(255, 255, 255, 0.88)"/>
|
|
709
|
+
</fill>
|
|
710
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
711
|
+
<shadow offset="32" angle="90" blur="42" color="rgba(19, 42, 119, 0.12)"/>
|
|
712
|
+
</shape>
|
|
713
|
+
<shape width="846" height="45" topLeftX="58" topLeftY="246" presetHandlers="8" type="round-rect">
|
|
714
|
+
<fill>
|
|
715
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
716
|
+
</fill>
|
|
717
|
+
</shape>
|
|
718
|
+
<shape width="846" height="45" topLeftX="58" topLeftY="292" presetHandlers="0" type="round-rect"/>
|
|
719
|
+
<shape width="846" height="45" topLeftX="58" topLeftY="337" presetHandlers="8" type="round-rect">
|
|
720
|
+
<fill>
|
|
721
|
+
<fillColor color="rgba(222, 224, 227, 0.21)"/>
|
|
722
|
+
</fill>
|
|
723
|
+
</shape>
|
|
724
|
+
<shape width="846" height="45" topLeftX="58" topLeftY="382" presetHandlers="0" type="round-rect"/>
|
|
725
|
+
<shape width="846" height="45" topLeftX="58" topLeftY="428" presetHandlers="8" type="round-rect">
|
|
726
|
+
<fill>
|
|
727
|
+
<fillColor color="rgba(222, 224, 227, 0.21)"/>
|
|
728
|
+
</fill>
|
|
729
|
+
</shape>
|
|
730
|
+
<shape width="80" height="21" topLeftX="197" topLeftY="257" type="text">
|
|
731
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
732
|
+
<p textAlign="center">
|
|
733
|
+
<strong>
|
|
734
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14">A轮</span>
|
|
735
|
+
</strong>
|
|
736
|
+
</p>
|
|
737
|
+
</content>
|
|
738
|
+
</shape>
|
|
739
|
+
<shape width="80" height="21" topLeftX="197" topLeftY="302" type="text">
|
|
740
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
741
|
+
<p textAlign="center">
|
|
742
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="14" bold="false">2012.12</span>
|
|
743
|
+
</p>
|
|
744
|
+
</content>
|
|
745
|
+
</shape>
|
|
746
|
+
<shape width="80" height="21" topLeftX="197" topLeftY="348" type="text">
|
|
747
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
748
|
+
<p textAlign="center">
|
|
749
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="14" bold="false">500万元</span>
|
|
750
|
+
</p>
|
|
751
|
+
</content>
|
|
752
|
+
</shape>
|
|
753
|
+
<shape width="80" height="21" topLeftX="197" topLeftY="393" type="text">
|
|
754
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
755
|
+
<p textAlign="center">
|
|
756
|
+
<span fontSize="14">xx</span>
|
|
757
|
+
</p>
|
|
758
|
+
</content>
|
|
759
|
+
</shape>
|
|
760
|
+
<shape width="80" height="21" topLeftX="197" topLeftY="438" type="text">
|
|
761
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
762
|
+
<p textAlign="center">
|
|
763
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="14" bold="false">--</span>
|
|
764
|
+
</p>
|
|
765
|
+
</content>
|
|
766
|
+
</shape>
|
|
767
|
+
<shape width="80" height="21" topLeftX="318" topLeftY="257" type="text">
|
|
768
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
769
|
+
<p textAlign="center">
|
|
770
|
+
<strong>
|
|
771
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14">B轮</span>
|
|
772
|
+
</strong>
|
|
773
|
+
</p>
|
|
774
|
+
</content>
|
|
775
|
+
</shape>
|
|
776
|
+
<shape width="80" height="21" topLeftX="318" topLeftY="302" type="text">
|
|
777
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
778
|
+
<p textAlign="center">
|
|
779
|
+
<span fontSize="14">2015.08</span>
|
|
780
|
+
</p>
|
|
781
|
+
</content>
|
|
782
|
+
</shape>
|
|
783
|
+
<shape width="80" height="21" topLeftX="318" topLeftY="348" type="text">
|
|
784
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
785
|
+
<p textAlign="center">
|
|
786
|
+
<span fontSize="14">1000万元</span>
|
|
787
|
+
</p>
|
|
788
|
+
</content>
|
|
789
|
+
</shape>
|
|
790
|
+
<shape width="80" height="21" topLeftX="318" topLeftY="393" type="text">
|
|
791
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
792
|
+
<p textAlign="center">
|
|
793
|
+
<span fontSize="14">xx</span>
|
|
794
|
+
</p>
|
|
795
|
+
</content>
|
|
796
|
+
</shape>
|
|
797
|
+
<shape width="80" height="21" topLeftX="318" topLeftY="438" type="text">
|
|
798
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
799
|
+
<p textAlign="center">
|
|
800
|
+
<span fontSize="14">2000万元</span>
|
|
801
|
+
</p>
|
|
802
|
+
</content>
|
|
803
|
+
</shape>
|
|
804
|
+
<shape width="80" height="21" topLeftX="438" topLeftY="257" type="text">
|
|
805
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
806
|
+
<p textAlign="center">
|
|
807
|
+
<strong>
|
|
808
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14">C轮</span>
|
|
809
|
+
</strong>
|
|
810
|
+
</p>
|
|
811
|
+
</content>
|
|
812
|
+
</shape>
|
|
813
|
+
<shape width="80" height="21" topLeftX="438" topLeftY="302" type="text">
|
|
814
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
815
|
+
<p textAlign="center">
|
|
816
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="14" bold="false">2016.11</span>
|
|
817
|
+
</p>
|
|
818
|
+
</content>
|
|
819
|
+
</shape>
|
|
820
|
+
<shape width="80" height="21" topLeftX="438" topLeftY="348" type="text">
|
|
821
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
822
|
+
<p textAlign="center">
|
|
823
|
+
<span fontSize="14">2000万元</span>
|
|
824
|
+
</p>
|
|
825
|
+
</content>
|
|
826
|
+
</shape>
|
|
827
|
+
<shape width="80" height="21" topLeftX="438" topLeftY="393" type="text">
|
|
828
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
829
|
+
<p textAlign="center">
|
|
830
|
+
<span fontSize="14">xx</span>
|
|
831
|
+
</p>
|
|
832
|
+
</content>
|
|
833
|
+
</shape>
|
|
834
|
+
<shape width="80" height="21" topLeftX="438" topLeftY="438" type="text">
|
|
835
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
836
|
+
<p textAlign="center">
|
|
837
|
+
<span fontSize="14">5000万元</span>
|
|
838
|
+
</p>
|
|
839
|
+
</content>
|
|
840
|
+
</shape>
|
|
841
|
+
<shape width="80" height="21" topLeftX="558" topLeftY="257" type="text">
|
|
842
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
843
|
+
<p textAlign="center">
|
|
844
|
+
<strong>
|
|
845
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14">D轮</span>
|
|
846
|
+
</strong>
|
|
847
|
+
</p>
|
|
848
|
+
</content>
|
|
849
|
+
</shape>
|
|
850
|
+
<shape width="80" height="21" topLeftX="558" topLeftY="302" type="text">
|
|
851
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
852
|
+
<p textAlign="center">
|
|
853
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="14" bold="false">2020.01</span>
|
|
854
|
+
</p>
|
|
855
|
+
</content>
|
|
856
|
+
</shape>
|
|
857
|
+
<shape width="80" height="21" topLeftX="558" topLeftY="348" type="text">
|
|
858
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
859
|
+
<p textAlign="center">
|
|
860
|
+
<span fontSize="14">5000万元</span>
|
|
861
|
+
</p>
|
|
862
|
+
</content>
|
|
863
|
+
</shape>
|
|
864
|
+
<shape width="80" height="21" topLeftX="558" topLeftY="393" type="text">
|
|
865
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
866
|
+
<p textAlign="center">
|
|
867
|
+
<span fontSize="14">xx</span>
|
|
868
|
+
</p>
|
|
869
|
+
</content>
|
|
870
|
+
</shape>
|
|
871
|
+
<shape width="80" height="21" topLeftX="558" topLeftY="438" type="text">
|
|
872
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
873
|
+
<p textAlign="center">
|
|
874
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="14" bold="false">--</span>
|
|
875
|
+
</p>
|
|
876
|
+
</content>
|
|
877
|
+
</shape>
|
|
878
|
+
<shape width="80" height="21" topLeftX="679" topLeftY="257" type="text">
|
|
879
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
880
|
+
<p textAlign="center">
|
|
881
|
+
<strong>
|
|
882
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14">E轮</span>
|
|
883
|
+
</strong>
|
|
884
|
+
</p>
|
|
885
|
+
</content>
|
|
886
|
+
</shape>
|
|
887
|
+
<shape width="80" height="21" topLeftX="679" topLeftY="302" type="text">
|
|
888
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
889
|
+
<p textAlign="center">
|
|
890
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="14" bold="false">2021.09</span>
|
|
891
|
+
</p>
|
|
892
|
+
</content>
|
|
893
|
+
</shape>
|
|
894
|
+
<shape width="80" height="21" topLeftX="679" topLeftY="348" type="text">
|
|
895
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
896
|
+
<p textAlign="center">
|
|
897
|
+
<span fontSize="14">8000万元</span>
|
|
898
|
+
</p>
|
|
899
|
+
</content>
|
|
900
|
+
</shape>
|
|
901
|
+
<shape width="80" height="21" topLeftX="679" topLeftY="393" type="text">
|
|
902
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
903
|
+
<p textAlign="center">
|
|
904
|
+
<span fontSize="14">xx</span>
|
|
905
|
+
</p>
|
|
906
|
+
</content>
|
|
907
|
+
</shape>
|
|
908
|
+
<shape width="80" height="21" topLeftX="679" topLeftY="438" type="text">
|
|
909
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
910
|
+
<p textAlign="center">
|
|
911
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="14" bold="false">--</span>
|
|
912
|
+
</p>
|
|
913
|
+
</content>
|
|
914
|
+
</shape>
|
|
915
|
+
<shape width="80" height="21" topLeftX="799" topLeftY="257" type="text">
|
|
916
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
917
|
+
<p textAlign="center">
|
|
918
|
+
<strong>
|
|
919
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14">F轮</span>
|
|
920
|
+
</strong>
|
|
921
|
+
</p>
|
|
922
|
+
</content>
|
|
923
|
+
</shape>
|
|
924
|
+
<shape width="80" height="21" topLeftX="799" topLeftY="302" type="text">
|
|
925
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
926
|
+
<p textAlign="center">
|
|
927
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="14" bold="false">2024.01</span>
|
|
928
|
+
</p>
|
|
929
|
+
</content>
|
|
930
|
+
</shape>
|
|
931
|
+
<shape width="80" height="21" topLeftX="799" topLeftY="348" type="text">
|
|
932
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
933
|
+
<p textAlign="center">
|
|
934
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="14" bold="false">>亿元</span>
|
|
935
|
+
</p>
|
|
936
|
+
</content>
|
|
937
|
+
</shape>
|
|
938
|
+
<shape width="80" height="21" topLeftX="799" topLeftY="393" type="text">
|
|
939
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
940
|
+
<p textAlign="center">
|
|
941
|
+
<span fontSize="14">xx</span>
|
|
942
|
+
</p>
|
|
943
|
+
</content>
|
|
944
|
+
</shape>
|
|
945
|
+
<shape width="80" height="21" topLeftX="799" topLeftY="438" type="text">
|
|
946
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="false" textAlign="center">
|
|
947
|
+
<p textAlign="center">
|
|
948
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="14" bold="false">10 亿</span>
|
|
949
|
+
</p>
|
|
950
|
+
</content>
|
|
951
|
+
</shape>
|
|
952
|
+
<shape width="80" height="21" topLeftX="84" topLeftY="302" type="text">
|
|
953
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true">
|
|
954
|
+
<p>
|
|
955
|
+
<strong>
|
|
956
|
+
<span fontSize="14">融资时间</span>
|
|
957
|
+
</strong>
|
|
958
|
+
</p>
|
|
959
|
+
</content>
|
|
960
|
+
</shape>
|
|
961
|
+
<shape width="80" height="21" topLeftX="84" topLeftY="348" type="text">
|
|
962
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true">
|
|
963
|
+
<p>
|
|
964
|
+
<strong>
|
|
965
|
+
<span fontSize="14">融资金额</span>
|
|
966
|
+
</strong>
|
|
967
|
+
</p>
|
|
968
|
+
</content>
|
|
969
|
+
</shape>
|
|
970
|
+
<shape width="80" height="21" topLeftX="84" topLeftY="393" type="text">
|
|
971
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true">
|
|
972
|
+
<p>
|
|
973
|
+
<strong>
|
|
974
|
+
<span fontSize="14">投资机构</span>
|
|
975
|
+
</strong>
|
|
976
|
+
</p>
|
|
977
|
+
</content>
|
|
978
|
+
</shape>
|
|
979
|
+
<shape width="80" height="21" topLeftX="84" topLeftY="438" type="text">
|
|
980
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true">
|
|
981
|
+
<p>
|
|
982
|
+
<strong>
|
|
983
|
+
<span fontSize="14">估值金额</span>
|
|
984
|
+
</strong>
|
|
985
|
+
</p>
|
|
986
|
+
</content>
|
|
987
|
+
</shape>
|
|
988
|
+
<shape width="122" height="281" topLeftX="782" topLeftY="214" presetHandlers="20" type="round-rect">
|
|
989
|
+
<fill>
|
|
990
|
+
<fillColor color="linear-gradient(180deg,rgba(55, 93, 224, 1) 0%,rgba(130, 148, 238, 1) 47%,rgba(209, 164, 147, 1) 100%)"/>
|
|
991
|
+
</fill>
|
|
992
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
993
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
994
|
+
</shape>
|
|
995
|
+
<shape width="80" height="24" topLeftX="803" topLeftY="253" type="text">
|
|
996
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
997
|
+
<p textAlign="center">
|
|
998
|
+
<strong>
|
|
999
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16">F轮</span>
|
|
1000
|
+
</strong>
|
|
1001
|
+
</p>
|
|
1002
|
+
</content>
|
|
1003
|
+
</shape>
|
|
1004
|
+
<shape width="80" height="24" topLeftX="803" topLeftY="299" type="text">
|
|
1005
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
1006
|
+
<p textAlign="center">
|
|
1007
|
+
<strong>
|
|
1008
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16">2024.01</span>
|
|
1009
|
+
</strong>
|
|
1010
|
+
</p>
|
|
1011
|
+
</content>
|
|
1012
|
+
</shape>
|
|
1013
|
+
<shape width="80" height="24" topLeftX="803" topLeftY="344" type="text">
|
|
1014
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
1015
|
+
<p textAlign="center">
|
|
1016
|
+
<strong>
|
|
1017
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16">>亿元</span>
|
|
1018
|
+
</strong>
|
|
1019
|
+
</p>
|
|
1020
|
+
</content>
|
|
1021
|
+
</shape>
|
|
1022
|
+
<shape width="80" height="24" topLeftX="803" topLeftY="389" type="text">
|
|
1023
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
1024
|
+
<p textAlign="center">
|
|
1025
|
+
<strong>
|
|
1026
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16">xx</span>
|
|
1027
|
+
</strong>
|
|
1028
|
+
</p>
|
|
1029
|
+
</content>
|
|
1030
|
+
</shape>
|
|
1031
|
+
<shape width="80" height="24" topLeftX="803" topLeftY="435" type="text">
|
|
1032
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
1033
|
+
<p textAlign="center">
|
|
1034
|
+
<strong>
|
|
1035
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16">10 亿</span>
|
|
1036
|
+
</strong>
|
|
1037
|
+
</p>
|
|
1038
|
+
</content>
|
|
1039
|
+
</shape>
|
|
1040
|
+
</data>
|
|
1041
|
+
<note>
|
|
1042
|
+
<content/>
|
|
1043
|
+
</note>
|
|
1044
|
+
</slide>
|
|
1045
|
+
<slide>
|
|
1046
|
+
<style>
|
|
1047
|
+
<fill>
|
|
1048
|
+
<fillImg src="Evgybt8w4ozD5rxJxCHcRmVunLc" alpha="1" rotateWithShape="false"/>
|
|
1049
|
+
</fill>
|
|
1050
|
+
</style>
|
|
1051
|
+
<data>
|
|
1052
|
+
<shape width="328" height="63" topLeftX="319" topLeftY="329" type="text">
|
|
1053
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
1054
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1055
|
+
</content>
|
|
1056
|
+
</shape>
|
|
1057
|
+
<shape width="328" height="54" topLeftX="317" topLeftY="258" type="text">
|
|
1058
|
+
<content textType="title" fontSize="36" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="center">
|
|
1059
|
+
<p textAlign="center">案例分析</p>
|
|
1060
|
+
</content>
|
|
1061
|
+
</shape>
|
|
1062
|
+
<shape width="200" height="120" topLeftX="380" topLeftY="128" type="text">
|
|
1063
|
+
<content textType="title" fontSize="80" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" bold="true" italic="true">
|
|
1064
|
+
<p textAlign="center">02.</p>
|
|
1065
|
+
</content>
|
|
1066
|
+
</shape>
|
|
1067
|
+
<shape width="328" height="24" topLeftX="316" topLeftY="240" type="text">
|
|
1068
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)">
|
|
1069
|
+
<p textAlign="center">Case Analysis</p>
|
|
1070
|
+
</content>
|
|
1071
|
+
</shape>
|
|
1072
|
+
<shape width="112" height="24" topLeftX="50" topLeftY="50" type="text">
|
|
1073
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" lineSpacing="multiple:1">
|
|
1074
|
+
<p lineSpacing="multiple:1">
|
|
1075
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="24" fontFamily="思源黑体">市场研究</span>
|
|
1076
|
+
</p>
|
|
1077
|
+
</content>
|
|
1078
|
+
</shape>
|
|
1079
|
+
<line startX="157" startY="54" endX="157" endY="70">
|
|
1080
|
+
<border color="linear-gradient(180deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
1081
|
+
</line>
|
|
1082
|
+
<shape width="121" height="24" topLeftX="168" topLeftY="50" type="text">
|
|
1083
|
+
<content fontSize="8" fontFamily="Arial" color="rgba(26, 26, 27, 1)">
|
|
1084
|
+
<p>
|
|
1085
|
+
<span fontFamily="Arial">Market Research</span>
|
|
1086
|
+
</p>
|
|
1087
|
+
<p>
|
|
1088
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="8" fontFamily="Arial">Sharing Teaching Courseware</span>
|
|
1089
|
+
</p>
|
|
1090
|
+
</content>
|
|
1091
|
+
</shape>
|
|
1092
|
+
</data>
|
|
1093
|
+
<note>
|
|
1094
|
+
<content/>
|
|
1095
|
+
</note>
|
|
1096
|
+
</slide>
|
|
1097
|
+
<slide>
|
|
1098
|
+
<style>
|
|
1099
|
+
<fill>
|
|
1100
|
+
<fillImg src="HAcGbNfAhobfpVxdV91cf8d0nah" alpha="1" rotateWithShape="false"/>
|
|
1101
|
+
</fill>
|
|
1102
|
+
</style>
|
|
1103
|
+
<data>
|
|
1104
|
+
<shape width="304" height="352" topLeftX="328" topLeftY="154" presetHandlers="20" type="round-rect">
|
|
1105
|
+
<fill>
|
|
1106
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
1107
|
+
</fill>
|
|
1108
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1109
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
1110
|
+
</shape>
|
|
1111
|
+
<img src="APHJbhO1QoRybgxqFamcyaBanjg" width="258" height="222" topLeftX="351" topLeftY="118">
|
|
1112
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
1113
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="18" bottomOffset="18" presetHandlers="20"/>
|
|
1114
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1115
|
+
</img>
|
|
1116
|
+
<shape width="154" height="16" topLeftX="351" topLeftY="371" type="text">
|
|
1117
|
+
<content textType="title" fontSize="16" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" bold="true" italic="true" lineSpacing="multiple:1" textAlign="left">
|
|
1118
|
+
<p textAlign="left" lineSpacing="multiple:1">
|
|
1119
|
+
<em>
|
|
1120
|
+
<span fontFamily="Arial Black">Demo.2</span>
|
|
1121
|
+
</em>
|
|
1122
|
+
</p>
|
|
1123
|
+
</content>
|
|
1124
|
+
</shape>
|
|
1125
|
+
<shape width="226" height="300" topLeftX="65" topLeftY="206" presetHandlers="20" type="round-rect">
|
|
1126
|
+
<fill>
|
|
1127
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
1128
|
+
</fill>
|
|
1129
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1130
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
1131
|
+
</shape>
|
|
1132
|
+
<img src="MVkCbeCutokf19xwlRRcMD1Jneh" width="180" height="162" topLeftX="89" topLeftY="178">
|
|
1133
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
1134
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="9" bottomOffset="9" presetHandlers="20"/>
|
|
1135
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1136
|
+
</img>
|
|
1137
|
+
<shape width="154" height="16" topLeftX="88" topLeftY="371" type="text">
|
|
1138
|
+
<content textType="title" fontSize="16" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" bold="true" italic="true" lineSpacing="multiple:1" textAlign="left">
|
|
1139
|
+
<p textAlign="left" lineSpacing="multiple:1">
|
|
1140
|
+
<em>
|
|
1141
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="16" fontFamily="Arial Black">Demo.1</span>
|
|
1142
|
+
</em>
|
|
1143
|
+
</p>
|
|
1144
|
+
</content>
|
|
1145
|
+
</shape>
|
|
1146
|
+
<shape width="226" height="300" topLeftX="668" topLeftY="206" presetHandlers="20" type="round-rect">
|
|
1147
|
+
<fill>
|
|
1148
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
1149
|
+
</fill>
|
|
1150
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1151
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
1152
|
+
</shape>
|
|
1153
|
+
<img src="N86xbBulgoWWAFxI5wicNkMlnM9" width="180" height="162" topLeftX="692" topLeftY="178">
|
|
1154
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
1155
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="9" bottomOffset="9" presetHandlers="20"/>
|
|
1156
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1157
|
+
</img>
|
|
1158
|
+
<shape width="154" height="16" topLeftX="691" topLeftY="371" type="text">
|
|
1159
|
+
<content textType="title" fontSize="16" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" bold="true" italic="true" lineSpacing="multiple:1" textAlign="left">
|
|
1160
|
+
<p textAlign="left" lineSpacing="multiple:1">
|
|
1161
|
+
<em>
|
|
1162
|
+
<span fontFamily="Arial Black">Demo.3</span>
|
|
1163
|
+
</em>
|
|
1164
|
+
</p>
|
|
1165
|
+
</content>
|
|
1166
|
+
</shape>
|
|
1167
|
+
<shape width="184" height="84" topLeftX="690" topLeftY="394" type="text">
|
|
1168
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
1169
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1170
|
+
</content>
|
|
1171
|
+
</shape>
|
|
1172
|
+
<shape width="258" height="84" topLeftX="351" topLeftY="394" type="text">
|
|
1173
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
1174
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1175
|
+
</content>
|
|
1176
|
+
</shape>
|
|
1177
|
+
<shape width="184" height="84" topLeftX="88" topLeftY="394" type="text">
|
|
1178
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
1179
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1180
|
+
</content>
|
|
1181
|
+
</shape>
|
|
1182
|
+
<img src="PAFpb6Awlo4bUfxaGzZcxiKOn2d" width="180" height="162" topLeftX="692" topLeftY="178">
|
|
1183
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="9" bottomOffset="9" presetHandlers="20"/>
|
|
1184
|
+
<border color="rgba(255, 255, 255, 0.92)" lineJoin="miter" miterLimit="10"/>
|
|
1185
|
+
</img>
|
|
1186
|
+
<img src="H9NCbs1BJoU2bSxc43YcPusknfc" width="258" height="222" topLeftX="351" topLeftY="118">
|
|
1187
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="18" bottomOffset="18" presetHandlers="20"/>
|
|
1188
|
+
<border color="rgba(255, 255, 255, 0.92)" lineJoin="miter" miterLimit="10"/>
|
|
1189
|
+
</img>
|
|
1190
|
+
<img src="A2cVbieYkokSWExDGuwcjQtMndd" width="180" height="162" topLeftX="89" topLeftY="178">
|
|
1191
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="9" bottomOffset="9" presetHandlers="20"/>
|
|
1192
|
+
<border color="rgba(255, 255, 255, 0.92)" lineJoin="miter" miterLimit="10"/>
|
|
1193
|
+
</img>
|
|
1194
|
+
<shape width="328" height="24" topLeftX="316" topLeftY="47" type="text">
|
|
1195
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)" textAlign="center">
|
|
1196
|
+
<p textAlign="center">Case Presentation</p>
|
|
1197
|
+
</content>
|
|
1198
|
+
</shape>
|
|
1199
|
+
<shape width="328" height="36" topLeftX="316" topLeftY="68" type="text">
|
|
1200
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="center">
|
|
1201
|
+
<p textAlign="center">案例展示</p>
|
|
1202
|
+
</content>
|
|
1203
|
+
</shape>
|
|
1204
|
+
</data>
|
|
1205
|
+
<note>
|
|
1206
|
+
<content/>
|
|
1207
|
+
</note>
|
|
1208
|
+
</slide>
|
|
1209
|
+
<slide>
|
|
1210
|
+
<style>
|
|
1211
|
+
<fill>
|
|
1212
|
+
<fillImg src="IDpGbp2oloFzylx8CGTcRSI6ngb" alpha="1" rotateWithShape="false"/>
|
|
1213
|
+
</fill>
|
|
1214
|
+
</style>
|
|
1215
|
+
<data>
|
|
1216
|
+
<shape width="328" height="24" topLeftX="50" topLeftY="47" type="text">
|
|
1217
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)" textAlign="left">
|
|
1218
|
+
<p textAlign="left">Case Background</p>
|
|
1219
|
+
</content>
|
|
1220
|
+
</shape>
|
|
1221
|
+
<shape width="328" height="36" topLeftX="50" topLeftY="68" type="text">
|
|
1222
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
1223
|
+
<p textAlign="left">案例背景</p>
|
|
1224
|
+
</content>
|
|
1225
|
+
</shape>
|
|
1226
|
+
<shape width="800" height="800" topLeftX="80" topLeftY="97" rotation="360" type="ellipse">
|
|
1227
|
+
<fill>
|
|
1228
|
+
<fillColor color="rgba(255, 255, 255, 0.57)"/>
|
|
1229
|
+
</fill>
|
|
1230
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1231
|
+
<shadow offset="11" angle="90" blur="16" color="rgba(52, 76, 157, 0.08)"/>
|
|
1232
|
+
</shape>
|
|
1233
|
+
<shape width="656" height="656" topLeftX="152" topLeftY="169" rotation="360" type="ellipse">
|
|
1234
|
+
<fill>
|
|
1235
|
+
<fillColor color="rgba(225, 234, 255, 1)"/>
|
|
1236
|
+
</fill>
|
|
1237
|
+
<border color="rgba(225, 234, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1238
|
+
<shadow offset="11" angle="90" blur="16" color="rgba(52, 76, 157, 0.08)"/>
|
|
1239
|
+
</shape>
|
|
1240
|
+
<shape width="500" height="500" topLeftX="230" topLeftY="247" rotation="360" type="ellipse">
|
|
1241
|
+
<fill>
|
|
1242
|
+
<fillColor color="rgba(255, 255, 255, 0.57)"/>
|
|
1243
|
+
</fill>
|
|
1244
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1245
|
+
<shadow offset="11" angle="90" blur="16" color="rgba(52, 76, 157, 0.08)"/>
|
|
1246
|
+
</shape>
|
|
1247
|
+
<img src="QiUDb6vj1olqaVxoDr7cXWXFnPf" width="216" height="216" topLeftX="371" topLeftY="389" rotation="360">
|
|
1248
|
+
<shadow offset="27" angle="90" blur="34" color="rgba(13, 34, 104, 0.26)"/>
|
|
1249
|
+
<crop type="rect" leftOffset="14" rightOffset="14" topOffset="0" bottomOffset="0" presetHandlers="150"/>
|
|
1250
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1251
|
+
</img>
|
|
1252
|
+
<shape width="180" height="16" topLeftX="390" topLeftY="323" type="text">
|
|
1253
|
+
<content textType="title" fontSize="16" fontFamily="Arial" color="rgba(130, 167, 252, 1)" bold="false" lineSpacing="multiple:1" textAlign="center">
|
|
1254
|
+
<p textAlign="center">
|
|
1255
|
+
<span color="rgba(130, 167, 252, 1)" fontFamily="Arial">Pain Point</span>
|
|
1256
|
+
</p>
|
|
1257
|
+
</content>
|
|
1258
|
+
</shape>
|
|
1259
|
+
<shape width="131" height="16" topLeftX="415" topLeftY="346" type="text">
|
|
1260
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true" lineSpacing="multiple:1" textAlign="center">
|
|
1261
|
+
<p textAlign="center" lineSpacing="multiple:1">
|
|
1262
|
+
<span fontSize="16">数据研发过程痛点</span>
|
|
1263
|
+
</p>
|
|
1264
|
+
</content>
|
|
1265
|
+
</shape>
|
|
1266
|
+
<shape width="60" height="60" topLeftX="240" topLeftY="332" type="ellipse">
|
|
1267
|
+
<fill>
|
|
1268
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
1269
|
+
</fill>
|
|
1270
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1271
|
+
<content fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" italic="true">
|
|
1272
|
+
<p>
|
|
1273
|
+
<em>
|
|
1274
|
+
<span color="rgba(255, 255, 255, 1)" fontFamily="Arial Black">01</span>
|
|
1275
|
+
</em>
|
|
1276
|
+
</p>
|
|
1277
|
+
</content>
|
|
1278
|
+
<shadow offset="14" angle="90" blur="25" color="rgba(18, 45, 137, 0.18)"/>
|
|
1279
|
+
</shape>
|
|
1280
|
+
<shape width="60" height="60" topLeftX="660" topLeftY="332" type="ellipse">
|
|
1281
|
+
<fill>
|
|
1282
|
+
<fillColor color="rgba(242, 170, 104, 1)"/>
|
|
1283
|
+
</fill>
|
|
1284
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1285
|
+
<content fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" italic="true">
|
|
1286
|
+
<p>
|
|
1287
|
+
<em>
|
|
1288
|
+
<span color="rgba(255, 255, 255, 1)" fontFamily="Arial Black">04</span>
|
|
1289
|
+
</em>
|
|
1290
|
+
</p>
|
|
1291
|
+
</content>
|
|
1292
|
+
<shadow offset="14" angle="90" blur="25" color="rgba(18, 45, 137, 0.18)"/>
|
|
1293
|
+
</shape>
|
|
1294
|
+
<shape width="60" height="60" topLeftX="359" topLeftY="235" type="ellipse">
|
|
1295
|
+
<fill>
|
|
1296
|
+
<fillColor color="rgba(197, 162, 237, 1)"/>
|
|
1297
|
+
</fill>
|
|
1298
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1299
|
+
<content fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" italic="true">
|
|
1300
|
+
<p>
|
|
1301
|
+
<em>
|
|
1302
|
+
<span color="rgba(255, 255, 255, 1)" fontFamily="Arial Black">02</span>
|
|
1303
|
+
</em>
|
|
1304
|
+
</p>
|
|
1305
|
+
</content>
|
|
1306
|
+
<shadow offset="14" angle="90" blur="25" color="rgba(18, 45, 137, 0.18)"/>
|
|
1307
|
+
</shape>
|
|
1308
|
+
<shape width="60" height="60" topLeftX="541" topLeftY="235" type="ellipse">
|
|
1309
|
+
<fill>
|
|
1310
|
+
<fillColor color="rgba(128, 145, 239, 1)"/>
|
|
1311
|
+
</fill>
|
|
1312
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1313
|
+
<content fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" italic="true">
|
|
1314
|
+
<p>
|
|
1315
|
+
<em>
|
|
1316
|
+
<span color="rgba(255, 255, 255, 1)" fontFamily="Arial Black">03</span>
|
|
1317
|
+
</em>
|
|
1318
|
+
</p>
|
|
1319
|
+
</content>
|
|
1320
|
+
<shadow offset="14" angle="90" blur="25" color="rgba(18, 45, 137, 0.18)"/>
|
|
1321
|
+
</shape>
|
|
1322
|
+
<shape width="180" height="113" topLeftX="44" topLeftY="306" presetHandlers="20" type="round-rect">
|
|
1323
|
+
<fill>
|
|
1324
|
+
<fillColor color="rgba(255, 255, 255, 0.92)"/>
|
|
1325
|
+
</fill>
|
|
1326
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1327
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1328
|
+
</shape>
|
|
1329
|
+
<shape width="124" height="16" topLeftX="79" topLeftY="327" type="text">
|
|
1330
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="right">
|
|
1331
|
+
<p textAlign="right" lineSpacing="multiple:1">痛点一</p>
|
|
1332
|
+
</content>
|
|
1333
|
+
</shape>
|
|
1334
|
+
<shape width="136" height="42" topLeftX="66" topLeftY="357" type="text">
|
|
1335
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="right">
|
|
1336
|
+
<p textAlign="right">
|
|
1337
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
1338
|
+
</p>
|
|
1339
|
+
</content>
|
|
1340
|
+
</shape>
|
|
1341
|
+
<shape width="180" height="113" topLeftX="736" topLeftY="306" presetHandlers="20" type="round-rect">
|
|
1342
|
+
<fill>
|
|
1343
|
+
<fillColor color="rgba(255, 255, 255, 0.92)"/>
|
|
1344
|
+
</fill>
|
|
1345
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1346
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1347
|
+
</shape>
|
|
1348
|
+
<shape width="124" height="16" topLeftX="762" topLeftY="327" type="text">
|
|
1349
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="left">
|
|
1350
|
+
<p textAlign="left" lineSpacing="multiple:1">痛点四</p>
|
|
1351
|
+
</content>
|
|
1352
|
+
</shape>
|
|
1353
|
+
<shape width="136" height="42" topLeftX="762" topLeftY="357" type="text">
|
|
1354
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1355
|
+
<p textAlign="left">
|
|
1356
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
1357
|
+
</p>
|
|
1358
|
+
</content>
|
|
1359
|
+
</shape>
|
|
1360
|
+
<shape width="180" height="113" topLeftX="176" topLeftY="113" presetHandlers="20" type="round-rect">
|
|
1361
|
+
<fill>
|
|
1362
|
+
<fillColor color="rgba(255, 255, 255, 0.92)"/>
|
|
1363
|
+
</fill>
|
|
1364
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1365
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1366
|
+
</shape>
|
|
1367
|
+
<shape width="124" height="16" topLeftX="211" topLeftY="134" type="text">
|
|
1368
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="right">
|
|
1369
|
+
<p textAlign="right" lineSpacing="multiple:1">痛点二</p>
|
|
1370
|
+
</content>
|
|
1371
|
+
</shape>
|
|
1372
|
+
<shape width="136" height="42" topLeftX="199" topLeftY="163" type="text">
|
|
1373
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="right">
|
|
1374
|
+
<p textAlign="right">
|
|
1375
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
1376
|
+
</p>
|
|
1377
|
+
</content>
|
|
1378
|
+
</shape>
|
|
1379
|
+
<shape width="180" height="113" topLeftX="603" topLeftY="113" presetHandlers="20" type="round-rect">
|
|
1380
|
+
<fill>
|
|
1381
|
+
<fillColor color="rgba(255, 255, 255, 0.92)"/>
|
|
1382
|
+
</fill>
|
|
1383
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1384
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1385
|
+
</shape>
|
|
1386
|
+
<shape width="124" height="16" topLeftX="629" topLeftY="134" type="text">
|
|
1387
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="left">
|
|
1388
|
+
<p textAlign="left" lineSpacing="multiple:1">痛点三</p>
|
|
1389
|
+
</content>
|
|
1390
|
+
</shape>
|
|
1391
|
+
<shape width="136" height="42" topLeftX="629" topLeftY="163" type="text">
|
|
1392
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1393
|
+
<p textAlign="left">
|
|
1394
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
1395
|
+
</p>
|
|
1396
|
+
</content>
|
|
1397
|
+
</shape>
|
|
1398
|
+
</data>
|
|
1399
|
+
<note>
|
|
1400
|
+
<content/>
|
|
1401
|
+
</note>
|
|
1402
|
+
</slide>
|
|
1403
|
+
<slide>
|
|
1404
|
+
<style>
|
|
1405
|
+
<fill>
|
|
1406
|
+
<fillImg src="IDpGbp2oloFzylx8CGTcRSI6ngb" alpha="1" rotateWithShape="false"/>
|
|
1407
|
+
</fill>
|
|
1408
|
+
</style>
|
|
1409
|
+
<data>
|
|
1410
|
+
<shape width="328" height="24" topLeftX="50" topLeftY="47" type="text">
|
|
1411
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)" textAlign="left">
|
|
1412
|
+
<p textAlign="left">Case Analysis</p>
|
|
1413
|
+
</content>
|
|
1414
|
+
</shape>
|
|
1415
|
+
<shape width="328" height="36" topLeftX="50" topLeftY="68" type="text">
|
|
1416
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
1417
|
+
<p textAlign="left">具体案例分析</p>
|
|
1418
|
+
</content>
|
|
1419
|
+
</shape>
|
|
1420
|
+
<shape width="860" height="71" topLeftX="32" topLeftY="50" type="triangle">
|
|
1421
|
+
<fill>
|
|
1422
|
+
<fillColor color="rgba(225, 234, 255, 1)"/>
|
|
1423
|
+
</fill>
|
|
1424
|
+
</shape>
|
|
1425
|
+
<shape width="223" height="143" topLeftX="420" topLeftY="354" presetHandlers="16" type="round-rect">
|
|
1426
|
+
<fill>
|
|
1427
|
+
<fillColor color="rgba(255, 255, 255, 0.77)"/>
|
|
1428
|
+
</fill>
|
|
1429
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1430
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1431
|
+
</shape>
|
|
1432
|
+
<shape width="42" height="24" topLeftX="438" topLeftY="375" type="text">
|
|
1433
|
+
<content textType="title" fontSize="24" fontFamily="Arial Black" color="rgba(130, 167, 252, 1)" bold="true" italic="true" lineSpacing="multiple:1" textAlign="left">
|
|
1434
|
+
<p textAlign="left" lineSpacing="multiple:1">
|
|
1435
|
+
<em>
|
|
1436
|
+
<span color="rgba(130, 167, 252, 1)" fontSize="24" fontFamily="Arial Black">02</span>
|
|
1437
|
+
</em>
|
|
1438
|
+
</p>
|
|
1439
|
+
</content>
|
|
1440
|
+
</shape>
|
|
1441
|
+
<shape width="187" height="54" topLeftX="438" topLeftY="416" type="text">
|
|
1442
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1443
|
+
<p textAlign="left">
|
|
1444
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
1445
|
+
</p>
|
|
1446
|
+
</content>
|
|
1447
|
+
</shape>
|
|
1448
|
+
<shape width="64" height="32" topLeftX="561" topLeftY="371" presetHandlers="16" type="round-rect">
|
|
1449
|
+
<fill>
|
|
1450
|
+
<fillColor color="rgba(197, 162, 237, 1)"/>
|
|
1451
|
+
</fill>
|
|
1452
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1453
|
+
<p>
|
|
1454
|
+
<strong>
|
|
1455
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="12">关键词</span>
|
|
1456
|
+
</strong>
|
|
1457
|
+
</p>
|
|
1458
|
+
</content>
|
|
1459
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1460
|
+
</shape>
|
|
1461
|
+
<shape width="223" height="100" topLeftX="178" topLeftY="232" presetHandlers="16" type="round-rect">
|
|
1462
|
+
<fill>
|
|
1463
|
+
<fillColor color="rgba(255, 255, 255, 0.77)"/>
|
|
1464
|
+
</fill>
|
|
1465
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1466
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1467
|
+
</shape>
|
|
1468
|
+
<shape width="37" height="100" topLeftX="364" topLeftY="232" presetHandlers="16" type="round-rect">
|
|
1469
|
+
<fill>
|
|
1470
|
+
<fillColor color="rgba(128, 145, 239, 1)"/>
|
|
1471
|
+
</fill>
|
|
1472
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1473
|
+
<p>
|
|
1474
|
+
<strong>
|
|
1475
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14">关键词</span>
|
|
1476
|
+
</strong>
|
|
1477
|
+
</p>
|
|
1478
|
+
</content>
|
|
1479
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1480
|
+
</shape>
|
|
1481
|
+
<shape width="132" height="18" topLeftX="223" topLeftY="244" type="text">
|
|
1482
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1483
|
+
<p textAlign="left">
|
|
1484
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="12">输入相关的描述信息</span>
|
|
1485
|
+
</p>
|
|
1486
|
+
</content>
|
|
1487
|
+
</shape>
|
|
1488
|
+
<shape width="8" height="8" topLeftX="205" topLeftY="250" type="ellipse">
|
|
1489
|
+
<fill>
|
|
1490
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
1491
|
+
</fill>
|
|
1492
|
+
</shape>
|
|
1493
|
+
<shape width="132" height="18" topLeftX="223" topLeftY="272" type="text">
|
|
1494
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1495
|
+
<p textAlign="left">
|
|
1496
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="12">输入相关的描述信息</span>
|
|
1497
|
+
</p>
|
|
1498
|
+
</content>
|
|
1499
|
+
</shape>
|
|
1500
|
+
<shape width="8" height="8" topLeftX="205" topLeftY="278" type="ellipse">
|
|
1501
|
+
<fill>
|
|
1502
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
1503
|
+
</fill>
|
|
1504
|
+
</shape>
|
|
1505
|
+
<shape width="132" height="18" topLeftX="223" topLeftY="300" type="text">
|
|
1506
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1507
|
+
<p textAlign="left">
|
|
1508
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="12">输入相关的描述信息</span>
|
|
1509
|
+
</p>
|
|
1510
|
+
</content>
|
|
1511
|
+
</shape>
|
|
1512
|
+
<shape width="8" height="8" topLeftX="205" topLeftY="305" type="ellipse">
|
|
1513
|
+
<fill>
|
|
1514
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
1515
|
+
</fill>
|
|
1516
|
+
</shape>
|
|
1517
|
+
<shape width="223" height="100" topLeftX="420" topLeftY="232" presetHandlers="16" type="round-rect">
|
|
1518
|
+
<fill>
|
|
1519
|
+
<fillColor color="rgba(255, 255, 255, 0.77)"/>
|
|
1520
|
+
</fill>
|
|
1521
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1522
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1523
|
+
</shape>
|
|
1524
|
+
<shape width="37" height="100" topLeftX="605" topLeftY="232" presetHandlers="16" type="round-rect">
|
|
1525
|
+
<fill>
|
|
1526
|
+
<fillColor color="rgba(128, 145, 239, 1)"/>
|
|
1527
|
+
</fill>
|
|
1528
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1529
|
+
<p>关键词</p>
|
|
1530
|
+
</content>
|
|
1531
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1532
|
+
</shape>
|
|
1533
|
+
<shape width="240" height="66" topLeftX="170" topLeftY="143" type="slides-chevron">
|
|
1534
|
+
<fill>
|
|
1535
|
+
<fillColor color="rgba(255, 255, 255, 0.77)"/>
|
|
1536
|
+
</fill>
|
|
1537
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1538
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1539
|
+
</shape>
|
|
1540
|
+
<shape width="156" height="21" topLeftX="212" topLeftY="154" type="text">
|
|
1541
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true" textAlign="left">
|
|
1542
|
+
<p textAlign="left">关键词</p>
|
|
1543
|
+
</content>
|
|
1544
|
+
</shape>
|
|
1545
|
+
<shape width="169" height="18" topLeftX="212" topLeftY="178" type="text">
|
|
1546
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1547
|
+
<p textAlign="left">
|
|
1548
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="12">输入相关的描述信息</span>
|
|
1549
|
+
</p>
|
|
1550
|
+
</content>
|
|
1551
|
+
</shape>
|
|
1552
|
+
<shape width="240" height="66" topLeftX="411" topLeftY="143" type="slides-chevron">
|
|
1553
|
+
<fill>
|
|
1554
|
+
<fillColor color="rgba(255, 255, 255, 0.77)"/>
|
|
1555
|
+
</fill>
|
|
1556
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1557
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1558
|
+
</shape>
|
|
1559
|
+
<shape width="156" height="21" topLeftX="454" topLeftY="154" type="text">
|
|
1560
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true" textAlign="left">
|
|
1561
|
+
<p textAlign="left">关键词</p>
|
|
1562
|
+
</content>
|
|
1563
|
+
</shape>
|
|
1564
|
+
<shape width="169" height="18" topLeftX="454" topLeftY="178" type="text">
|
|
1565
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1566
|
+
<p textAlign="left">
|
|
1567
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="12">输入相关的描述信息</span>
|
|
1568
|
+
</p>
|
|
1569
|
+
</content>
|
|
1570
|
+
</shape>
|
|
1571
|
+
<shape width="240" height="66" topLeftX="652" topLeftY="143" type="slides-chevron">
|
|
1572
|
+
<fill>
|
|
1573
|
+
<fillColor color="rgba(255, 255, 255, 0.77)"/>
|
|
1574
|
+
</fill>
|
|
1575
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1576
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1577
|
+
</shape>
|
|
1578
|
+
<shape width="156" height="21" topLeftX="695" topLeftY="154" type="text">
|
|
1579
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true" textAlign="left">
|
|
1580
|
+
<p textAlign="left">关键词</p>
|
|
1581
|
+
</content>
|
|
1582
|
+
</shape>
|
|
1583
|
+
<shape width="169" height="18" topLeftX="695" topLeftY="178" type="text">
|
|
1584
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1585
|
+
<p textAlign="left">
|
|
1586
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="12">输入相关的描述信息</span>
|
|
1587
|
+
</p>
|
|
1588
|
+
</content>
|
|
1589
|
+
</shape>
|
|
1590
|
+
<shape width="124" height="66" topLeftX="32" topLeftY="143" presetHandlers="16" type="round-rect">
|
|
1591
|
+
<fill>
|
|
1592
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
1593
|
+
</fill>
|
|
1594
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1595
|
+
</shape>
|
|
1596
|
+
<shape width="124" height="24" topLeftX="32" topLeftY="153" type="text">
|
|
1597
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 0.922)" bold="true" textAlign="center">
|
|
1598
|
+
<p textAlign="center">
|
|
1599
|
+
<strong>
|
|
1600
|
+
<span color="rgba(255, 255, 255, 0.922)" fontSize="16">标题 01</span>
|
|
1601
|
+
</strong>
|
|
1602
|
+
</p>
|
|
1603
|
+
</content>
|
|
1604
|
+
</shape>
|
|
1605
|
+
<shape width="124" height="13" topLeftX="32" topLeftY="183" alpha="0.4" type="text">
|
|
1606
|
+
<content textType="title" fontSize="13" fontFamily="Inter" color="rgba(255, 255, 255, 0.922)" bold="false" lineSpacing="multiple:1" textAlign="center">
|
|
1607
|
+
<p textAlign="center">
|
|
1608
|
+
<span color="rgba(255, 255, 255, 0.922)" fontSize="13">Title</span>
|
|
1609
|
+
</p>
|
|
1610
|
+
</content>
|
|
1611
|
+
</shape>
|
|
1612
|
+
<shape width="124" height="100" topLeftX="32" topLeftY="232" presetHandlers="16" type="round-rect">
|
|
1613
|
+
<fill>
|
|
1614
|
+
<fillColor color="rgba(128, 145, 239, 1)"/>
|
|
1615
|
+
</fill>
|
|
1616
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1617
|
+
</shape>
|
|
1618
|
+
<shape width="124" height="24" topLeftX="32" topLeftY="260" type="text">
|
|
1619
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 0.922)" bold="true" textAlign="center">
|
|
1620
|
+
<p textAlign="center">
|
|
1621
|
+
<strong>
|
|
1622
|
+
<span color="rgba(255, 255, 255, 0.922)" fontSize="16">标题 02</span>
|
|
1623
|
+
</strong>
|
|
1624
|
+
</p>
|
|
1625
|
+
</content>
|
|
1626
|
+
</shape>
|
|
1627
|
+
<shape width="124" height="14" topLeftX="32" topLeftY="290" alpha="0.4" type="text">
|
|
1628
|
+
<content textType="title" fontSize="14" fontFamily="Inter" color="rgba(255, 255, 255, 0.922)" bold="false" lineSpacing="multiple:1" textAlign="center">
|
|
1629
|
+
<p textAlign="center">
|
|
1630
|
+
<span color="rgba(255, 255, 255, 0.922)" fontSize="14">Title</span>
|
|
1631
|
+
</p>
|
|
1632
|
+
</content>
|
|
1633
|
+
</shape>
|
|
1634
|
+
<shape width="124" height="143" topLeftX="32" topLeftY="354" presetHandlers="16" type="round-rect">
|
|
1635
|
+
<fill>
|
|
1636
|
+
<fillColor color="rgba(197, 162, 237, 1)"/>
|
|
1637
|
+
</fill>
|
|
1638
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1639
|
+
</shape>
|
|
1640
|
+
<shape width="124" height="24" topLeftX="32" topLeftY="403" type="text">
|
|
1641
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 0.922)" bold="true" textAlign="center">
|
|
1642
|
+
<p textAlign="center">
|
|
1643
|
+
<strong>
|
|
1644
|
+
<span color="rgba(255, 255, 255, 0.922)" fontSize="16">标题 03</span>
|
|
1645
|
+
</strong>
|
|
1646
|
+
</p>
|
|
1647
|
+
</content>
|
|
1648
|
+
</shape>
|
|
1649
|
+
<shape width="124" height="14" topLeftX="32" topLeftY="433" alpha="0.4" type="text">
|
|
1650
|
+
<content textType="title" fontSize="14" fontFamily="Inter" color="rgba(255, 255, 255, 0.922)" bold="false" lineSpacing="multiple:1" textAlign="center">
|
|
1651
|
+
<p textAlign="center">
|
|
1652
|
+
<span color="rgba(255, 255, 255, 0.922)" fontSize="14">Title</span>
|
|
1653
|
+
</p>
|
|
1654
|
+
</content>
|
|
1655
|
+
</shape>
|
|
1656
|
+
<shape width="223" height="143" topLeftX="178" topLeftY="354" presetHandlers="16" type="round-rect">
|
|
1657
|
+
<fill>
|
|
1658
|
+
<fillColor color="rgba(255, 255, 255, 0.77)"/>
|
|
1659
|
+
</fill>
|
|
1660
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1661
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1662
|
+
</shape>
|
|
1663
|
+
<shape width="42" height="24" topLeftX="196" topLeftY="375" type="text">
|
|
1664
|
+
<content textType="title" fontSize="24" fontFamily="Arial Black" color="rgba(130, 167, 252, 1)" bold="true" italic="true" lineSpacing="multiple:1" textAlign="left">
|
|
1665
|
+
<p textAlign="left" lineSpacing="multiple:1">
|
|
1666
|
+
<em>
|
|
1667
|
+
<span color="rgba(130, 167, 252, 1)" fontSize="24" fontFamily="Arial Black">01</span>
|
|
1668
|
+
</em>
|
|
1669
|
+
</p>
|
|
1670
|
+
</content>
|
|
1671
|
+
</shape>
|
|
1672
|
+
<shape width="64" height="32" topLeftX="319" topLeftY="371" presetHandlers="16" type="round-rect">
|
|
1673
|
+
<fill>
|
|
1674
|
+
<fillColor color="rgba(197, 162, 237, 1)"/>
|
|
1675
|
+
</fill>
|
|
1676
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1677
|
+
<p>
|
|
1678
|
+
<strong>
|
|
1679
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="12">关键词</span>
|
|
1680
|
+
</strong>
|
|
1681
|
+
</p>
|
|
1682
|
+
</content>
|
|
1683
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1684
|
+
</shape>
|
|
1685
|
+
<shape width="187" height="32" topLeftX="196" topLeftY="409" presetHandlers="8" type="round-rect">
|
|
1686
|
+
<fill>
|
|
1687
|
+
<fillColor color="rgba(13, 34, 104, 0.07)"/>
|
|
1688
|
+
</fill>
|
|
1689
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" bold="false">
|
|
1690
|
+
<p textAlign="center">
|
|
1691
|
+
<span color="rgba(100, 102, 107, 1)">输入相关的描述信息</span>
|
|
1692
|
+
</p>
|
|
1693
|
+
</content>
|
|
1694
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1695
|
+
</shape>
|
|
1696
|
+
<shape width="187" height="32" topLeftX="196" topLeftY="450" presetHandlers="8" type="round-rect">
|
|
1697
|
+
<fill>
|
|
1698
|
+
<fillColor color="rgba(13, 34, 104, 0.07)"/>
|
|
1699
|
+
</fill>
|
|
1700
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" bold="false">
|
|
1701
|
+
<p textAlign="center">
|
|
1702
|
+
<span color="rgba(100, 102, 107, 1)">输入相关的描述信息</span>
|
|
1703
|
+
</p>
|
|
1704
|
+
</content>
|
|
1705
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1706
|
+
</shape>
|
|
1707
|
+
<shape width="223" height="143" topLeftX="661" topLeftY="354" presetHandlers="16" type="round-rect">
|
|
1708
|
+
<fill>
|
|
1709
|
+
<fillColor color="rgba(255, 255, 255, 0.77)"/>
|
|
1710
|
+
</fill>
|
|
1711
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1712
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1713
|
+
</shape>
|
|
1714
|
+
<shape width="42" height="24" topLeftX="679" topLeftY="375" type="text">
|
|
1715
|
+
<content textType="title" fontSize="24" fontFamily="Arial Black" color="rgba(130, 167, 252, 1)" bold="true" italic="true" lineSpacing="multiple:1" textAlign="left">
|
|
1716
|
+
<p textAlign="left" lineSpacing="multiple:1">
|
|
1717
|
+
<em>
|
|
1718
|
+
<span color="rgba(130, 167, 252, 1)" fontSize="24" fontFamily="Arial Black">03</span>
|
|
1719
|
+
</em>
|
|
1720
|
+
</p>
|
|
1721
|
+
</content>
|
|
1722
|
+
</shape>
|
|
1723
|
+
<shape width="64" height="32" topLeftX="802" topLeftY="371" presetHandlers="16" type="round-rect">
|
|
1724
|
+
<fill>
|
|
1725
|
+
<fillColor color="rgba(197, 162, 237, 1)"/>
|
|
1726
|
+
</fill>
|
|
1727
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1728
|
+
<p>
|
|
1729
|
+
<strong>
|
|
1730
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="12">关键词</span>
|
|
1731
|
+
</strong>
|
|
1732
|
+
</p>
|
|
1733
|
+
</content>
|
|
1734
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1735
|
+
</shape>
|
|
1736
|
+
<shape width="90" height="32" topLeftX="679" topLeftY="409" presetHandlers="8" type="round-rect">
|
|
1737
|
+
<fill>
|
|
1738
|
+
<fillColor color="rgba(13, 34, 104, 0.07)"/>
|
|
1739
|
+
</fill>
|
|
1740
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" bold="false">
|
|
1741
|
+
<p textAlign="center">
|
|
1742
|
+
<span color="rgba(100, 102, 107, 1)">描述信息</span>
|
|
1743
|
+
</p>
|
|
1744
|
+
</content>
|
|
1745
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1746
|
+
</shape>
|
|
1747
|
+
<shape width="187" height="32" topLeftX="679" topLeftY="450" presetHandlers="8" type="round-rect">
|
|
1748
|
+
<fill>
|
|
1749
|
+
<fillColor color="rgba(13, 34, 104, 0.07)"/>
|
|
1750
|
+
</fill>
|
|
1751
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" bold="false">
|
|
1752
|
+
<p textAlign="center">
|
|
1753
|
+
<span color="rgba(100, 102, 107, 1)">输入相关的描述信息</span>
|
|
1754
|
+
</p>
|
|
1755
|
+
</content>
|
|
1756
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1757
|
+
</shape>
|
|
1758
|
+
<shape width="90" height="32" topLeftX="775" topLeftY="409" presetHandlers="8" type="round-rect">
|
|
1759
|
+
<fill>
|
|
1760
|
+
<fillColor color="rgba(13, 34, 104, 0.07)"/>
|
|
1761
|
+
</fill>
|
|
1762
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" bold="false">
|
|
1763
|
+
<p textAlign="center">
|
|
1764
|
+
<span color="rgba(100, 102, 107, 1)">描述信息</span>
|
|
1765
|
+
</p>
|
|
1766
|
+
</content>
|
|
1767
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1768
|
+
</shape>
|
|
1769
|
+
<shape width="158" height="32" topLeftX="435" topLeftY="245" presetHandlers="8" type="round-rect">
|
|
1770
|
+
<fill>
|
|
1771
|
+
<fillColor color="rgba(13, 34, 104, 0.07)"/>
|
|
1772
|
+
</fill>
|
|
1773
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" bold="false">
|
|
1774
|
+
<p textAlign="center">
|
|
1775
|
+
<span color="rgba(100, 102, 107, 1)">输入相关的描述信息</span>
|
|
1776
|
+
</p>
|
|
1777
|
+
</content>
|
|
1778
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1779
|
+
</shape>
|
|
1780
|
+
<shape width="158" height="32" topLeftX="435" topLeftY="287" presetHandlers="8" type="round-rect">
|
|
1781
|
+
<fill>
|
|
1782
|
+
<fillColor color="rgba(13, 34, 104, 0.07)"/>
|
|
1783
|
+
</fill>
|
|
1784
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" bold="false">
|
|
1785
|
+
<p textAlign="center">
|
|
1786
|
+
<span color="rgba(100, 102, 107, 1)">输入相关的描述信息</span>
|
|
1787
|
+
</p>
|
|
1788
|
+
</content>
|
|
1789
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1790
|
+
</shape>
|
|
1791
|
+
<shape width="223" height="100" topLeftX="661" topLeftY="232" presetHandlers="16" type="round-rect">
|
|
1792
|
+
<fill>
|
|
1793
|
+
<fillColor color="rgba(255, 255, 255, 0.77)"/>
|
|
1794
|
+
</fill>
|
|
1795
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1796
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1797
|
+
</shape>
|
|
1798
|
+
<shape width="37" height="100" topLeftX="847" topLeftY="232" presetHandlers="16" type="round-rect">
|
|
1799
|
+
<fill>
|
|
1800
|
+
<fillColor color="rgba(128, 145, 239, 1)"/>
|
|
1801
|
+
</fill>
|
|
1802
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1803
|
+
<p>
|
|
1804
|
+
<strong>
|
|
1805
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14">关键词</span>
|
|
1806
|
+
</strong>
|
|
1807
|
+
</p>
|
|
1808
|
+
</content>
|
|
1809
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1810
|
+
</shape>
|
|
1811
|
+
<shape width="132" height="18" topLeftX="705" topLeftY="244" type="text">
|
|
1812
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1813
|
+
<p textAlign="left">
|
|
1814
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="12">输入相关的描述信息</span>
|
|
1815
|
+
</p>
|
|
1816
|
+
</content>
|
|
1817
|
+
</shape>
|
|
1818
|
+
<shape width="8" height="8" topLeftX="688" topLeftY="250" type="ellipse">
|
|
1819
|
+
<fill>
|
|
1820
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
1821
|
+
</fill>
|
|
1822
|
+
</shape>
|
|
1823
|
+
<shape width="132" height="18" topLeftX="705" topLeftY="272" type="text">
|
|
1824
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1825
|
+
<p textAlign="left">
|
|
1826
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="12">输入相关的描述信息</span>
|
|
1827
|
+
</p>
|
|
1828
|
+
</content>
|
|
1829
|
+
</shape>
|
|
1830
|
+
<shape width="8" height="8" topLeftX="688" topLeftY="278" type="ellipse">
|
|
1831
|
+
<fill>
|
|
1832
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
1833
|
+
</fill>
|
|
1834
|
+
</shape>
|
|
1835
|
+
<shape width="132" height="18" topLeftX="705" topLeftY="300" type="text">
|
|
1836
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1837
|
+
<p textAlign="left">
|
|
1838
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="12">输入相关的描述信息</span>
|
|
1839
|
+
</p>
|
|
1840
|
+
</content>
|
|
1841
|
+
</shape>
|
|
1842
|
+
<shape width="8" height="8" topLeftX="688" topLeftY="305" type="ellipse">
|
|
1843
|
+
<fill>
|
|
1844
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
1845
|
+
</fill>
|
|
1846
|
+
</shape>
|
|
1847
|
+
<shape width="377" height="35" topLeftX="732" topLeftY="291" rotation="270" presetHandlers="50000,50000" type="right-arrow">
|
|
1848
|
+
<fill>
|
|
1849
|
+
<fillColor color="linear-gradient(270deg,rgba(55, 93, 224, 1) 0%,rgba(130, 148, 238, 0.64) 47%,rgba(198, 163, 235, 0) 100%)"/>
|
|
1850
|
+
</fill>
|
|
1851
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1852
|
+
</shape>
|
|
1853
|
+
<shape width="180" height="16" topLeftX="372" topLeftY="91" type="text">
|
|
1854
|
+
<content textType="title" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)" bold="false" lineSpacing="multiple:1" textAlign="center">
|
|
1855
|
+
<p textAlign="center">
|
|
1856
|
+
<span color="rgba(128, 145, 239, 1)" fontFamily="Arial">Process Description</span>
|
|
1857
|
+
</p>
|
|
1858
|
+
</content>
|
|
1859
|
+
</shape>
|
|
1860
|
+
<shape width="131" height="16" topLeftX="397" topLeftY="69" type="text">
|
|
1861
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true" lineSpacing="multiple:1" textAlign="center">
|
|
1862
|
+
<p textAlign="center" lineSpacing="multiple:1">
|
|
1863
|
+
<span fontSize="16">数据研发过程</span>
|
|
1864
|
+
</p>
|
|
1865
|
+
</content>
|
|
1866
|
+
</shape>
|
|
1867
|
+
</data>
|
|
1868
|
+
<note>
|
|
1869
|
+
<content/>
|
|
1870
|
+
</note>
|
|
1871
|
+
</slide>
|
|
1872
|
+
<slide>
|
|
1873
|
+
<style>
|
|
1874
|
+
<fill>
|
|
1875
|
+
<fillImg src="IDpGbp2oloFzylx8CGTcRSI6ngb" alpha="1" rotateWithShape="false"/>
|
|
1876
|
+
</fill>
|
|
1877
|
+
</style>
|
|
1878
|
+
<data>
|
|
1879
|
+
<shape width="328" height="24" topLeftX="50" topLeftY="47" type="text">
|
|
1880
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)" textAlign="left">
|
|
1881
|
+
<p textAlign="left">Case Title</p>
|
|
1882
|
+
</content>
|
|
1883
|
+
</shape>
|
|
1884
|
+
<shape width="328" height="36" topLeftX="50" topLeftY="68" type="text">
|
|
1885
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
1886
|
+
<p textAlign="left">案例题目</p>
|
|
1887
|
+
</content>
|
|
1888
|
+
</shape>
|
|
1889
|
+
<img src="OXimbv5GKomdkixiUs2c5L3Qnjb" width="520" height="270" topLeftX="50" topLeftY="166">
|
|
1890
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
1891
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="19" bottomOffset="19" presetHandlers="20"/>
|
|
1892
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1893
|
+
</img>
|
|
1894
|
+
<shape width="388" height="392" topLeftX="522" topLeftY="106" presetHandlers="20" type="round-rect">
|
|
1895
|
+
<fill>
|
|
1896
|
+
<fillColor color="rgba(255, 255, 255, 0.92)"/>
|
|
1897
|
+
</fill>
|
|
1898
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1899
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
1900
|
+
</shape>
|
|
1901
|
+
<shape width="154" height="29" topLeftX="551" topLeftY="138" type="text">
|
|
1902
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1.2" textAlign="left">
|
|
1903
|
+
<p textAlign="left" lineSpacing="multiple:1.2">
|
|
1904
|
+
<span fontSize="24">案例题目名称</span>
|
|
1905
|
+
</p>
|
|
1906
|
+
</content>
|
|
1907
|
+
</shape>
|
|
1908
|
+
<shape width="325" height="105" topLeftX="551" topLeftY="182" type="text">
|
|
1909
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1910
|
+
<p textAlign="left">
|
|
1911
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
1912
|
+
</p>
|
|
1913
|
+
</content>
|
|
1914
|
+
</shape>
|
|
1915
|
+
<img src="R1Z5baTcaozlHFxAm7Uctsk1nWf" width="100" height="150" topLeftX="551" topLeftY="313">
|
|
1916
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
1917
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="13" bottomOffset="13" presetHandlers="20"/>
|
|
1918
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1919
|
+
</img>
|
|
1920
|
+
<img src="MKMab0MnKofbO2xslnXcXaovnA6" width="200" height="150" topLeftX="676" topLeftY="313">
|
|
1921
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
1922
|
+
<crop type="rect" leftOffset="10" rightOffset="10" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
1923
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1924
|
+
</img>
|
|
1925
|
+
</data>
|
|
1926
|
+
<note>
|
|
1927
|
+
<content/>
|
|
1928
|
+
</note>
|
|
1929
|
+
</slide>
|
|
1930
|
+
<slide>
|
|
1931
|
+
<style>
|
|
1932
|
+
<fill>
|
|
1933
|
+
<fillImg src="IDpGbp2oloFzylx8CGTcRSI6ngb" alpha="1" rotateWithShape="false"/>
|
|
1934
|
+
</fill>
|
|
1935
|
+
</style>
|
|
1936
|
+
<data>
|
|
1937
|
+
<shape width="328" height="24" topLeftX="50" topLeftY="47" type="text">
|
|
1938
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)" textAlign="left">
|
|
1939
|
+
<p textAlign="left">Answer Question</p>
|
|
1940
|
+
</content>
|
|
1941
|
+
</shape>
|
|
1942
|
+
<shape width="328" height="36" topLeftX="50" topLeftY="68" type="text">
|
|
1943
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
1944
|
+
<p textAlign="left">题目答案</p>
|
|
1945
|
+
</content>
|
|
1946
|
+
</shape>
|
|
1947
|
+
<img src="YdDlbHbdRo8mZxxADfZcn9RUncg" width="300" height="300" topLeftX="610" topLeftY="110">
|
|
1948
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
1949
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
1950
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1951
|
+
</img>
|
|
1952
|
+
<img src="Lxx5bRHMMoxvLMxaNefcXn7Vnag" width="200" height="200" topLeftX="472" topLeftY="290">
|
|
1953
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
1954
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
1955
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1956
|
+
</img>
|
|
1957
|
+
<shape width="174" height="16" topLeftX="50" topLeftY="165" type="text">
|
|
1958
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="left">
|
|
1959
|
+
<p textAlign="left" lineSpacing="multiple:1">解答思路 01</p>
|
|
1960
|
+
</content>
|
|
1961
|
+
</shape>
|
|
1962
|
+
<shape width="371" height="63" topLeftX="50" topLeftY="197" type="text">
|
|
1963
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1964
|
+
<p textAlign="left">
|
|
1965
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
1966
|
+
</p>
|
|
1967
|
+
</content>
|
|
1968
|
+
</shape>
|
|
1969
|
+
<shape width="174" height="16" topLeftX="50" topLeftY="320" type="text">
|
|
1970
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="left">
|
|
1971
|
+
<p textAlign="left" lineSpacing="multiple:1">解答思路 02</p>
|
|
1972
|
+
</content>
|
|
1973
|
+
</shape>
|
|
1974
|
+
<shape width="371" height="63" topLeftX="50" topLeftY="352" type="text">
|
|
1975
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
1976
|
+
<p textAlign="left">
|
|
1977
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
1978
|
+
</p>
|
|
1979
|
+
</content>
|
|
1980
|
+
</shape>
|
|
1981
|
+
<line startX="50" startY="290" endX="421" endY="290">
|
|
1982
|
+
<border color="linear-gradient(180deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 1) 100%)" dashArray="round-dot" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
1983
|
+
</line>
|
|
1984
|
+
</data>
|
|
1985
|
+
<note>
|
|
1986
|
+
<content/>
|
|
1987
|
+
</note>
|
|
1988
|
+
</slide>
|
|
1989
|
+
<slide>
|
|
1990
|
+
<style>
|
|
1991
|
+
<fill>
|
|
1992
|
+
<fillImg src="Evgybt8w4ozD5rxJxCHcRmVunLc" alpha="1" rotateWithShape="false"/>
|
|
1993
|
+
</fill>
|
|
1994
|
+
</style>
|
|
1995
|
+
<data>
|
|
1996
|
+
<shape width="328" height="63" topLeftX="319" topLeftY="329" type="text">
|
|
1997
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
1998
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
1999
|
+
</content>
|
|
2000
|
+
</shape>
|
|
2001
|
+
<shape width="328" height="54" topLeftX="317" topLeftY="258" type="text">
|
|
2002
|
+
<content textType="title" fontSize="36" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="center">
|
|
2003
|
+
<p textAlign="center">流程经验</p>
|
|
2004
|
+
</content>
|
|
2005
|
+
</shape>
|
|
2006
|
+
<shape width="200" height="120" topLeftX="380" topLeftY="128" type="text">
|
|
2007
|
+
<content textType="title" fontSize="80" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" bold="true" italic="true">
|
|
2008
|
+
<p textAlign="center">03.</p>
|
|
2009
|
+
</content>
|
|
2010
|
+
</shape>
|
|
2011
|
+
<shape width="328" height="24" topLeftX="316" topLeftY="240" type="text">
|
|
2012
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)">
|
|
2013
|
+
<p textAlign="center">Process experience</p>
|
|
2014
|
+
</content>
|
|
2015
|
+
</shape>
|
|
2016
|
+
<shape width="112" height="24" topLeftX="50" topLeftY="50" type="text">
|
|
2017
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" lineSpacing="multiple:1">
|
|
2018
|
+
<p lineSpacing="multiple:1">
|
|
2019
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="24" fontFamily="思源黑体">市场研究</span>
|
|
2020
|
+
</p>
|
|
2021
|
+
</content>
|
|
2022
|
+
</shape>
|
|
2023
|
+
<line startX="157" startY="54" endX="157" endY="70">
|
|
2024
|
+
<border color="linear-gradient(180deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2025
|
+
</line>
|
|
2026
|
+
<shape width="121" height="24" topLeftX="168" topLeftY="50" type="text">
|
|
2027
|
+
<content fontSize="8" fontFamily="Arial" color="rgba(26, 26, 27, 1)">
|
|
2028
|
+
<p>
|
|
2029
|
+
<span fontFamily="Arial">Market Research</span>
|
|
2030
|
+
</p>
|
|
2031
|
+
<p>
|
|
2032
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="8" fontFamily="Arial">Sharing Teaching Courseware</span>
|
|
2033
|
+
</p>
|
|
2034
|
+
</content>
|
|
2035
|
+
</shape>
|
|
2036
|
+
</data>
|
|
2037
|
+
<note>
|
|
2038
|
+
<content/>
|
|
2039
|
+
</note>
|
|
2040
|
+
</slide>
|
|
2041
|
+
<slide>
|
|
2042
|
+
<style>
|
|
2043
|
+
<fill>
|
|
2044
|
+
<fillImg src="IDpGbp2oloFzylx8CGTcRSI6ngb" alpha="1" rotateWithShape="false"/>
|
|
2045
|
+
</fill>
|
|
2046
|
+
</style>
|
|
2047
|
+
<data>
|
|
2048
|
+
<shape width="328" height="24" topLeftX="50" topLeftY="47" type="text">
|
|
2049
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)" textAlign="left">
|
|
2050
|
+
<p textAlign="left">Process Steps</p>
|
|
2051
|
+
</content>
|
|
2052
|
+
</shape>
|
|
2053
|
+
<shape width="328" height="36" topLeftX="50" topLeftY="68" type="text">
|
|
2054
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
2055
|
+
<p textAlign="left">流程步骤</p>
|
|
2056
|
+
</content>
|
|
2057
|
+
</shape>
|
|
2058
|
+
<shape width="180" height="333" topLeftX="50" topLeftY="148" presetHandlers="20" type="round-rect">
|
|
2059
|
+
<fill>
|
|
2060
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
2061
|
+
</fill>
|
|
2062
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
2063
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
2064
|
+
</shape>
|
|
2065
|
+
<shape width="154" height="16" topLeftX="63" topLeftY="185" type="text">
|
|
2066
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="center">
|
|
2067
|
+
<p textAlign="center" lineSpacing="multiple:1">
|
|
2068
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="16" fontFamily="思源黑体" italic="false">标题文案</span>
|
|
2069
|
+
</p>
|
|
2070
|
+
</content>
|
|
2071
|
+
</shape>
|
|
2072
|
+
<shape width="150" height="147" topLeftX="67" topLeftY="318" type="text">
|
|
2073
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2074
|
+
<p textAlign="left">
|
|
2075
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2076
|
+
</p>
|
|
2077
|
+
</content>
|
|
2078
|
+
</shape>
|
|
2079
|
+
<shape width="109" height="40" topLeftX="85" topLeftY="128" presetHandlers="16" type="round-rect">
|
|
2080
|
+
<fill>
|
|
2081
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2082
|
+
</fill>
|
|
2083
|
+
</shape>
|
|
2084
|
+
<shape width="83" height="16" topLeftX="98" topLeftY="140" type="text">
|
|
2085
|
+
<content fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" italic="true" lineSpacing="multiple:1" textAlign="center">
|
|
2086
|
+
<p textAlign="center">
|
|
2087
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16">Step.1</span>
|
|
2088
|
+
</p>
|
|
2089
|
+
</content>
|
|
2090
|
+
</shape>
|
|
2091
|
+
<shape width="132" height="21" topLeftX="83" topLeftY="215" type="text">
|
|
2092
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2093
|
+
<p textAlign="left">
|
|
2094
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息</span>
|
|
2095
|
+
</p>
|
|
2096
|
+
</content>
|
|
2097
|
+
</shape>
|
|
2098
|
+
<shape width="8" height="8" topLeftX="65" topLeftY="222" type="ellipse">
|
|
2099
|
+
<fill>
|
|
2100
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2101
|
+
</fill>
|
|
2102
|
+
</shape>
|
|
2103
|
+
<shape width="132" height="21" topLeftX="83" topLeftY="243" type="text">
|
|
2104
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2105
|
+
<p textAlign="left">
|
|
2106
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息</span>
|
|
2107
|
+
</p>
|
|
2108
|
+
</content>
|
|
2109
|
+
</shape>
|
|
2110
|
+
<shape width="8" height="8" topLeftX="65" topLeftY="249" type="ellipse">
|
|
2111
|
+
<fill>
|
|
2112
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2113
|
+
</fill>
|
|
2114
|
+
</shape>
|
|
2115
|
+
<shape width="132" height="21" topLeftX="83" topLeftY="270" type="text">
|
|
2116
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2117
|
+
<p textAlign="left">
|
|
2118
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息</span>
|
|
2119
|
+
</p>
|
|
2120
|
+
</content>
|
|
2121
|
+
</shape>
|
|
2122
|
+
<shape width="8" height="8" topLeftX="65" topLeftY="277" type="ellipse">
|
|
2123
|
+
<fill>
|
|
2124
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2125
|
+
</fill>
|
|
2126
|
+
</shape>
|
|
2127
|
+
<shape width="180" height="333" topLeftX="277" topLeftY="148" presetHandlers="20" type="round-rect">
|
|
2128
|
+
<fill>
|
|
2129
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
2130
|
+
</fill>
|
|
2131
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
2132
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
2133
|
+
</shape>
|
|
2134
|
+
<shape width="154" height="16" topLeftX="290" topLeftY="185" type="text">
|
|
2135
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="center">
|
|
2136
|
+
<p textAlign="center" lineSpacing="multiple:1">
|
|
2137
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="16" fontFamily="思源黑体" italic="false">标题文案</span>
|
|
2138
|
+
</p>
|
|
2139
|
+
</content>
|
|
2140
|
+
</shape>
|
|
2141
|
+
<shape width="150" height="147" topLeftX="294" topLeftY="318" type="text">
|
|
2142
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2143
|
+
<p textAlign="left">
|
|
2144
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2145
|
+
</p>
|
|
2146
|
+
</content>
|
|
2147
|
+
</shape>
|
|
2148
|
+
<shape width="109" height="40" topLeftX="312" topLeftY="128" presetHandlers="16" type="round-rect">
|
|
2149
|
+
<fill>
|
|
2150
|
+
<fillColor color="rgba(197, 162, 237, 1)"/>
|
|
2151
|
+
</fill>
|
|
2152
|
+
</shape>
|
|
2153
|
+
<shape width="83" height="16" topLeftX="325" topLeftY="140" type="text">
|
|
2154
|
+
<content fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" italic="true" lineSpacing="multiple:1" textAlign="center">
|
|
2155
|
+
<p textAlign="center">
|
|
2156
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16">Step.2</span>
|
|
2157
|
+
</p>
|
|
2158
|
+
</content>
|
|
2159
|
+
</shape>
|
|
2160
|
+
<shape width="132" height="21" topLeftX="309" topLeftY="215" type="text">
|
|
2161
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2162
|
+
<p textAlign="left">
|
|
2163
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息</span>
|
|
2164
|
+
</p>
|
|
2165
|
+
</content>
|
|
2166
|
+
</shape>
|
|
2167
|
+
<shape width="8" height="8" topLeftX="292" topLeftY="222" type="ellipse">
|
|
2168
|
+
<fill>
|
|
2169
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2170
|
+
</fill>
|
|
2171
|
+
</shape>
|
|
2172
|
+
<shape width="132" height="21" topLeftX="309" topLeftY="243" type="text">
|
|
2173
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2174
|
+
<p textAlign="left">
|
|
2175
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息</span>
|
|
2176
|
+
</p>
|
|
2177
|
+
</content>
|
|
2178
|
+
</shape>
|
|
2179
|
+
<shape width="8" height="8" topLeftX="292" topLeftY="249" type="ellipse">
|
|
2180
|
+
<fill>
|
|
2181
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2182
|
+
</fill>
|
|
2183
|
+
</shape>
|
|
2184
|
+
<shape width="132" height="21" topLeftX="309" topLeftY="270" type="text">
|
|
2185
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2186
|
+
<p textAlign="left">
|
|
2187
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息</span>
|
|
2188
|
+
</p>
|
|
2189
|
+
</content>
|
|
2190
|
+
</shape>
|
|
2191
|
+
<shape width="8" height="8" topLeftX="292" topLeftY="277" type="ellipse">
|
|
2192
|
+
<fill>
|
|
2193
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2194
|
+
</fill>
|
|
2195
|
+
</shape>
|
|
2196
|
+
<shape width="180" height="333" topLeftX="503" topLeftY="148" presetHandlers="20" type="round-rect">
|
|
2197
|
+
<fill>
|
|
2198
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
2199
|
+
</fill>
|
|
2200
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
2201
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
2202
|
+
</shape>
|
|
2203
|
+
<shape width="154" height="16" topLeftX="516" topLeftY="185" type="text">
|
|
2204
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="center">
|
|
2205
|
+
<p textAlign="center" lineSpacing="multiple:1">
|
|
2206
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="16" fontFamily="思源黑体" italic="false">标题文案</span>
|
|
2207
|
+
</p>
|
|
2208
|
+
</content>
|
|
2209
|
+
</shape>
|
|
2210
|
+
<shape width="150" height="147" topLeftX="521" topLeftY="318" type="text">
|
|
2211
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2212
|
+
<p textAlign="left">
|
|
2213
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2214
|
+
</p>
|
|
2215
|
+
</content>
|
|
2216
|
+
</shape>
|
|
2217
|
+
<shape width="109" height="40" topLeftX="539" topLeftY="128" presetHandlers="16" type="round-rect">
|
|
2218
|
+
<fill>
|
|
2219
|
+
<fillColor color="rgba(242, 170, 104, 1)"/>
|
|
2220
|
+
</fill>
|
|
2221
|
+
</shape>
|
|
2222
|
+
<shape width="83" height="16" topLeftX="552" topLeftY="140" type="text">
|
|
2223
|
+
<content fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" italic="true" lineSpacing="multiple:1" textAlign="center">
|
|
2224
|
+
<p textAlign="center">
|
|
2225
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16">Step.3</span>
|
|
2226
|
+
</p>
|
|
2227
|
+
</content>
|
|
2228
|
+
</shape>
|
|
2229
|
+
<shape width="132" height="21" topLeftX="536" topLeftY="215" type="text">
|
|
2230
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2231
|
+
<p textAlign="left">
|
|
2232
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息</span>
|
|
2233
|
+
</p>
|
|
2234
|
+
</content>
|
|
2235
|
+
</shape>
|
|
2236
|
+
<shape width="8" height="8" topLeftX="519" topLeftY="222" type="ellipse">
|
|
2237
|
+
<fill>
|
|
2238
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2239
|
+
</fill>
|
|
2240
|
+
</shape>
|
|
2241
|
+
<shape width="132" height="21" topLeftX="536" topLeftY="243" type="text">
|
|
2242
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2243
|
+
<p textAlign="left">
|
|
2244
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息</span>
|
|
2245
|
+
</p>
|
|
2246
|
+
</content>
|
|
2247
|
+
</shape>
|
|
2248
|
+
<shape width="8" height="8" topLeftX="519" topLeftY="249" type="ellipse">
|
|
2249
|
+
<fill>
|
|
2250
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2251
|
+
</fill>
|
|
2252
|
+
</shape>
|
|
2253
|
+
<shape width="132" height="21" topLeftX="536" topLeftY="270" type="text">
|
|
2254
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2255
|
+
<p textAlign="left">
|
|
2256
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息</span>
|
|
2257
|
+
</p>
|
|
2258
|
+
</content>
|
|
2259
|
+
</shape>
|
|
2260
|
+
<shape width="8" height="8" topLeftX="519" topLeftY="277" type="ellipse">
|
|
2261
|
+
<fill>
|
|
2262
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2263
|
+
</fill>
|
|
2264
|
+
</shape>
|
|
2265
|
+
<shape width="180" height="333" topLeftX="730" topLeftY="148" presetHandlers="20" type="round-rect">
|
|
2266
|
+
<fill>
|
|
2267
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
2268
|
+
</fill>
|
|
2269
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
2270
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
2271
|
+
</shape>
|
|
2272
|
+
<shape width="154" height="16" topLeftX="743" topLeftY="185" type="text">
|
|
2273
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="center">
|
|
2274
|
+
<p textAlign="center" lineSpacing="multiple:1">
|
|
2275
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="16" fontFamily="思源黑体" italic="false">标题文案</span>
|
|
2276
|
+
</p>
|
|
2277
|
+
</content>
|
|
2278
|
+
</shape>
|
|
2279
|
+
<shape width="150" height="147" topLeftX="747" topLeftY="318" type="text">
|
|
2280
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2281
|
+
<p textAlign="left">
|
|
2282
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2283
|
+
</p>
|
|
2284
|
+
</content>
|
|
2285
|
+
</shape>
|
|
2286
|
+
<shape width="109" height="40" topLeftX="766" topLeftY="128" presetHandlers="16" type="round-rect">
|
|
2287
|
+
<fill>
|
|
2288
|
+
<fillColor color="rgba(128, 145, 239, 1)"/>
|
|
2289
|
+
</fill>
|
|
2290
|
+
</shape>
|
|
2291
|
+
<shape width="83" height="16" topLeftX="778" topLeftY="140" type="text">
|
|
2292
|
+
<content fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" italic="true" lineSpacing="multiple:1" textAlign="center">
|
|
2293
|
+
<p textAlign="center">
|
|
2294
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16">Step.4</span>
|
|
2295
|
+
</p>
|
|
2296
|
+
</content>
|
|
2297
|
+
</shape>
|
|
2298
|
+
<shape width="132" height="21" topLeftX="763" topLeftY="215" type="text">
|
|
2299
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2300
|
+
<p textAlign="left">
|
|
2301
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息</span>
|
|
2302
|
+
</p>
|
|
2303
|
+
</content>
|
|
2304
|
+
</shape>
|
|
2305
|
+
<shape width="8" height="8" topLeftX="745" topLeftY="222" type="ellipse">
|
|
2306
|
+
<fill>
|
|
2307
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2308
|
+
</fill>
|
|
2309
|
+
</shape>
|
|
2310
|
+
<shape width="132" height="21" topLeftX="763" topLeftY="243" type="text">
|
|
2311
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2312
|
+
<p textAlign="left">
|
|
2313
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息</span>
|
|
2314
|
+
</p>
|
|
2315
|
+
</content>
|
|
2316
|
+
</shape>
|
|
2317
|
+
<shape width="8" height="8" topLeftX="745" topLeftY="249" type="ellipse">
|
|
2318
|
+
<fill>
|
|
2319
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2320
|
+
</fill>
|
|
2321
|
+
</shape>
|
|
2322
|
+
<shape width="132" height="21" topLeftX="763" topLeftY="270" type="text">
|
|
2323
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2324
|
+
<p textAlign="left">
|
|
2325
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息</span>
|
|
2326
|
+
</p>
|
|
2327
|
+
</content>
|
|
2328
|
+
</shape>
|
|
2329
|
+
<shape width="8" height="8" topLeftX="745" topLeftY="277" type="ellipse">
|
|
2330
|
+
<fill>
|
|
2331
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2332
|
+
</fill>
|
|
2333
|
+
</shape>
|
|
2334
|
+
<shape width="74" height="47" topLeftX="216" topLeftY="282" presetHandlers="50000,50000" type="right-arrow">
|
|
2335
|
+
<fill>
|
|
2336
|
+
<fillColor color="linear-gradient(90deg,rgba(168, 194, 255, 1) 0%,rgba(216, 216, 255, 1) 100%)"/>
|
|
2337
|
+
</fill>
|
|
2338
|
+
<border color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
|
|
2339
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
2340
|
+
</shape>
|
|
2341
|
+
<shape width="74" height="47" topLeftX="443" topLeftY="282" presetHandlers="50000,50000" type="right-arrow">
|
|
2342
|
+
<fill>
|
|
2343
|
+
<fillColor color="linear-gradient(90deg,rgba(168, 194, 255, 1) 0%,rgba(216, 216, 255, 1) 100%)"/>
|
|
2344
|
+
</fill>
|
|
2345
|
+
<border color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
|
|
2346
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
2347
|
+
</shape>
|
|
2348
|
+
<shape width="74" height="47" topLeftX="670" topLeftY="282" presetHandlers="50000,50000" type="right-arrow">
|
|
2349
|
+
<fill>
|
|
2350
|
+
<fillColor color="linear-gradient(90deg,rgba(168, 194, 255, 1) 0%,rgba(216, 216, 255, 1) 100%)"/>
|
|
2351
|
+
</fill>
|
|
2352
|
+
<border color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
|
|
2353
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
2354
|
+
</shape>
|
|
2355
|
+
<line startX="197" startY="307" endX="83" endY="307">
|
|
2356
|
+
<border color="rgba(35, 72, 197, 1)" dashArray="dot" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2357
|
+
</line>
|
|
2358
|
+
<line startX="423" startY="304" endX="310" endY="304">
|
|
2359
|
+
<border color="rgba(35, 72, 197, 1)" dashArray="dot" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2360
|
+
</line>
|
|
2361
|
+
<line startX="650" startY="304" endX="537" endY="304">
|
|
2362
|
+
<border color="rgba(35, 72, 197, 1)" dashArray="dot" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2363
|
+
</line>
|
|
2364
|
+
<line startX="877" startY="307" endX="763" endY="307">
|
|
2365
|
+
<border color="rgba(35, 72, 197, 1)" dashArray="dot" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2366
|
+
</line>
|
|
2367
|
+
</data>
|
|
2368
|
+
<note>
|
|
2369
|
+
<content/>
|
|
2370
|
+
</note>
|
|
2371
|
+
</slide>
|
|
2372
|
+
<slide>
|
|
2373
|
+
<style>
|
|
2374
|
+
<fill>
|
|
2375
|
+
<fillImg src="Fo4Mbtt7ToaJIJxEGqkcTyFpngx" alpha="1" rotateWithShape="false"/>
|
|
2376
|
+
</fill>
|
|
2377
|
+
</style>
|
|
2378
|
+
<data>
|
|
2379
|
+
<shape width="374" height="164" topLeftX="86" topLeftY="131" presetHandlers="20" type="round-rect">
|
|
2380
|
+
<fill>
|
|
2381
|
+
<fillColor color="rgba(255, 255, 255, 0.7)"/>
|
|
2382
|
+
</fill>
|
|
2383
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
2384
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
2385
|
+
</shape>
|
|
2386
|
+
<shape width="374" height="164" topLeftX="501" topLeftY="131" presetHandlers="20" type="round-rect">
|
|
2387
|
+
<fill>
|
|
2388
|
+
<fillColor color="rgba(255, 255, 255, 0.7)"/>
|
|
2389
|
+
</fill>
|
|
2390
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
2391
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
2392
|
+
</shape>
|
|
2393
|
+
<shape width="374" height="164" topLeftX="86" topLeftY="337" presetHandlers="20" type="round-rect">
|
|
2394
|
+
<fill>
|
|
2395
|
+
<fillColor color="rgba(255, 255, 255, 0.7)"/>
|
|
2396
|
+
</fill>
|
|
2397
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
2398
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
2399
|
+
</shape>
|
|
2400
|
+
<shape width="374" height="164" topLeftX="501" topLeftY="337" presetHandlers="20" type="round-rect">
|
|
2401
|
+
<fill>
|
|
2402
|
+
<fillColor color="rgba(255, 255, 255, 0.7)"/>
|
|
2403
|
+
</fill>
|
|
2404
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
2405
|
+
<shadow angle="90" blur="56" color="rgba(52, 76, 157, 0.19)"/>
|
|
2406
|
+
</shape>
|
|
2407
|
+
<shape width="328" height="63" topLeftX="111" topLeftY="404" type="text">
|
|
2408
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
2409
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2410
|
+
</content>
|
|
2411
|
+
</shape>
|
|
2412
|
+
<shape width="154" height="16" topLeftX="111" topLeftY="372" type="text">
|
|
2413
|
+
<content textType="sub-headline" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" lineSpacing="multiple:1">
|
|
2414
|
+
<p textAlign="left">重点经验标题文案</p>
|
|
2415
|
+
</content>
|
|
2416
|
+
</shape>
|
|
2417
|
+
<shape width="328" height="63" topLeftX="526" topLeftY="404" type="text">
|
|
2418
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
2419
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2420
|
+
</content>
|
|
2421
|
+
</shape>
|
|
2422
|
+
<shape width="154" height="16" topLeftX="526" topLeftY="372" type="text">
|
|
2423
|
+
<content textType="sub-headline" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" lineSpacing="multiple:1">
|
|
2424
|
+
<p textAlign="left">重点经验标题文案</p>
|
|
2425
|
+
</content>
|
|
2426
|
+
</shape>
|
|
2427
|
+
<shape width="328" height="63" topLeftX="526" topLeftY="197" type="text">
|
|
2428
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
2429
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2430
|
+
</content>
|
|
2431
|
+
</shape>
|
|
2432
|
+
<shape width="154" height="16" topLeftX="526" topLeftY="165" type="text">
|
|
2433
|
+
<content textType="sub-headline" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" lineSpacing="multiple:1">
|
|
2434
|
+
<p textAlign="left">重点经验标题文案</p>
|
|
2435
|
+
</content>
|
|
2436
|
+
</shape>
|
|
2437
|
+
<shape width="328" height="63" topLeftX="111" topLeftY="197" type="text">
|
|
2438
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
2439
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2440
|
+
</content>
|
|
2441
|
+
</shape>
|
|
2442
|
+
<shape width="154" height="16" topLeftX="111" topLeftY="165" type="text">
|
|
2443
|
+
<content textType="sub-headline" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" lineSpacing="multiple:1">
|
|
2444
|
+
<p textAlign="left">重点经验标题文案</p>
|
|
2445
|
+
</content>
|
|
2446
|
+
</shape>
|
|
2447
|
+
<shape width="328" height="24" topLeftX="50" topLeftY="47" type="text">
|
|
2448
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)" textAlign="left">
|
|
2449
|
+
<p textAlign="left">Key Experience</p>
|
|
2450
|
+
</content>
|
|
2451
|
+
</shape>
|
|
2452
|
+
<shape width="328" height="36" topLeftX="50" topLeftY="68" type="text">
|
|
2453
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
2454
|
+
<p textAlign="left">重点经验</p>
|
|
2455
|
+
</content>
|
|
2456
|
+
</shape>
|
|
2457
|
+
<shape width="109" height="38" topLeftX="100" topLeftY="112" presetHandlers="16" type="round-rect">
|
|
2458
|
+
<fill>
|
|
2459
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2460
|
+
</fill>
|
|
2461
|
+
</shape>
|
|
2462
|
+
<shape width="109" height="20" topLeftX="100" topLeftY="121" type="text">
|
|
2463
|
+
<content fontSize="20" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" italic="true" lineSpacing="multiple:1" textAlign="center">
|
|
2464
|
+
<p textAlign="center">
|
|
2465
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="20">Key.1</span>
|
|
2466
|
+
</p>
|
|
2467
|
+
</content>
|
|
2468
|
+
</shape>
|
|
2469
|
+
<shape width="109" height="38" topLeftX="515" topLeftY="112" presetHandlers="16" type="round-rect">
|
|
2470
|
+
<fill>
|
|
2471
|
+
<fillColor color="rgba(197, 162, 237, 1)"/>
|
|
2472
|
+
</fill>
|
|
2473
|
+
</shape>
|
|
2474
|
+
<shape width="109" height="20" topLeftX="515" topLeftY="121" type="text">
|
|
2475
|
+
<content fontSize="20" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" italic="true" lineSpacing="multiple:1" textAlign="center">
|
|
2476
|
+
<p textAlign="center">
|
|
2477
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="20">Key.2</span>
|
|
2478
|
+
</p>
|
|
2479
|
+
</content>
|
|
2480
|
+
</shape>
|
|
2481
|
+
<shape width="109" height="38" topLeftX="100" topLeftY="318" presetHandlers="16" type="round-rect">
|
|
2482
|
+
<fill>
|
|
2483
|
+
<fillColor color="rgba(242, 170, 104, 1)"/>
|
|
2484
|
+
</fill>
|
|
2485
|
+
</shape>
|
|
2486
|
+
<shape width="109" height="20" topLeftX="100" topLeftY="327" type="text">
|
|
2487
|
+
<content fontSize="20" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" italic="true" lineSpacing="multiple:1" textAlign="center">
|
|
2488
|
+
<p textAlign="center">
|
|
2489
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="20">Key.3</span>
|
|
2490
|
+
</p>
|
|
2491
|
+
</content>
|
|
2492
|
+
</shape>
|
|
2493
|
+
<shape width="109" height="38" topLeftX="515" topLeftY="330" presetHandlers="16" type="round-rect">
|
|
2494
|
+
<fill>
|
|
2495
|
+
<fillColor color="rgba(128, 145, 239, 1)"/>
|
|
2496
|
+
</fill>
|
|
2497
|
+
</shape>
|
|
2498
|
+
<shape width="109" height="20" topLeftX="515" topLeftY="339" type="text">
|
|
2499
|
+
<content fontSize="20" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" italic="true" lineSpacing="multiple:1" textAlign="center">
|
|
2500
|
+
<p textAlign="center">
|
|
2501
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="20">Key.4</span>
|
|
2502
|
+
</p>
|
|
2503
|
+
</content>
|
|
2504
|
+
</shape>
|
|
2505
|
+
</data>
|
|
2506
|
+
<note>
|
|
2507
|
+
<content/>
|
|
2508
|
+
</note>
|
|
2509
|
+
</slide>
|
|
2510
|
+
<slide>
|
|
2511
|
+
<style>
|
|
2512
|
+
<fill>
|
|
2513
|
+
<fillImg src="Evgybt8w4ozD5rxJxCHcRmVunLc" alpha="1" rotateWithShape="false"/>
|
|
2514
|
+
</fill>
|
|
2515
|
+
</style>
|
|
2516
|
+
<data>
|
|
2517
|
+
<shape width="328" height="63" topLeftX="319" topLeftY="329" type="text">
|
|
2518
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
2519
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</p>
|
|
2520
|
+
</content>
|
|
2521
|
+
</shape>
|
|
2522
|
+
<shape width="328" height="54" topLeftX="317" topLeftY="258" type="text">
|
|
2523
|
+
<content textType="title" fontSize="36" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="center">
|
|
2524
|
+
<p textAlign="center">内容总结</p>
|
|
2525
|
+
</content>
|
|
2526
|
+
</shape>
|
|
2527
|
+
<shape width="200" height="120" topLeftX="380" topLeftY="128" type="text">
|
|
2528
|
+
<content textType="title" fontSize="80" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" bold="true" italic="true">
|
|
2529
|
+
<p textAlign="center">04.</p>
|
|
2530
|
+
</content>
|
|
2531
|
+
</shape>
|
|
2532
|
+
<shape width="328" height="24" topLeftX="316" topLeftY="240" type="text">
|
|
2533
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)">
|
|
2534
|
+
<p textAlign="center">Content summary</p>
|
|
2535
|
+
</content>
|
|
2536
|
+
</shape>
|
|
2537
|
+
<shape width="112" height="24" topLeftX="50" topLeftY="50" type="text">
|
|
2538
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" lineSpacing="multiple:1">
|
|
2539
|
+
<p lineSpacing="multiple:1">
|
|
2540
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="24" fontFamily="思源黑体">市场研究</span>
|
|
2541
|
+
</p>
|
|
2542
|
+
</content>
|
|
2543
|
+
</shape>
|
|
2544
|
+
<line startX="157" startY="54" endX="157" endY="70">
|
|
2545
|
+
<border color="linear-gradient(180deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2546
|
+
</line>
|
|
2547
|
+
<shape width="121" height="24" topLeftX="168" topLeftY="50" type="text">
|
|
2548
|
+
<content fontSize="8" fontFamily="Arial" color="rgba(26, 26, 27, 1)">
|
|
2549
|
+
<p>
|
|
2550
|
+
<span fontFamily="Arial">Market Research</span>
|
|
2551
|
+
</p>
|
|
2552
|
+
<p>
|
|
2553
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="8" fontFamily="Arial">Sharing Teaching Courseware</span>
|
|
2554
|
+
</p>
|
|
2555
|
+
</content>
|
|
2556
|
+
</shape>
|
|
2557
|
+
</data>
|
|
2558
|
+
<note>
|
|
2559
|
+
<content/>
|
|
2560
|
+
</note>
|
|
2561
|
+
</slide>
|
|
2562
|
+
<slide>
|
|
2563
|
+
<style>
|
|
2564
|
+
<fill>
|
|
2565
|
+
<fillImg src="KezGbZdkFoCGR8xoqWScyKFBnLe" alpha="1" rotateWithShape="false"/>
|
|
2566
|
+
</fill>
|
|
2567
|
+
</style>
|
|
2568
|
+
<data>
|
|
2569
|
+
<img src="UenMb1HSpou6wZx0SbLczsf9ngb" width="369" height="186" topLeftX="40" topLeftY="37">
|
|
2570
|
+
<shadow offset="19" angle="90" blur="39" color="rgba(35, 90, 197, 0.11)"/>
|
|
2571
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="11" bottomOffset="11" presetHandlers="20"/>
|
|
2572
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
2573
|
+
</img>
|
|
2574
|
+
<shape width="154" height="16" topLeftX="40" topLeftY="312" type="text">
|
|
2575
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="left">
|
|
2576
|
+
<p textAlign="left" lineSpacing="multiple:1">课程总结标题文案</p>
|
|
2577
|
+
</content>
|
|
2578
|
+
</shape>
|
|
2579
|
+
<shape width="166" height="42" topLeftX="60" topLeftY="346" type="text">
|
|
2580
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2581
|
+
<p textAlign="left">
|
|
2582
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
2583
|
+
</p>
|
|
2584
|
+
</content>
|
|
2585
|
+
</shape>
|
|
2586
|
+
<shape width="8" height="8" topLeftX="40" topLeftY="361" type="ellipse">
|
|
2587
|
+
<fill>
|
|
2588
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2589
|
+
</fill>
|
|
2590
|
+
</shape>
|
|
2591
|
+
<shape width="166" height="24" topLeftX="40" topLeftY="279" type="text">
|
|
2592
|
+
<content fontSize="24" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" italic="true" lineSpacing="multiple:1" textAlign="left">
|
|
2593
|
+
<p>
|
|
2594
|
+
<span fontSize="24">Point.1</span>
|
|
2595
|
+
</p>
|
|
2596
|
+
</content>
|
|
2597
|
+
</shape>
|
|
2598
|
+
<shape width="166" height="42" topLeftX="60" topLeftY="399" type="text">
|
|
2599
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2600
|
+
<p textAlign="left">
|
|
2601
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
2602
|
+
</p>
|
|
2603
|
+
</content>
|
|
2604
|
+
</shape>
|
|
2605
|
+
<shape width="8" height="8" topLeftX="40" topLeftY="414" type="ellipse">
|
|
2606
|
+
<fill>
|
|
2607
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2608
|
+
</fill>
|
|
2609
|
+
</shape>
|
|
2610
|
+
<shape width="166" height="42" topLeftX="60" topLeftY="452" type="text">
|
|
2611
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2612
|
+
<p textAlign="left">
|
|
2613
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
2614
|
+
</p>
|
|
2615
|
+
</content>
|
|
2616
|
+
</shape>
|
|
2617
|
+
<shape width="8" height="8" topLeftX="40" topLeftY="467" type="ellipse">
|
|
2618
|
+
<fill>
|
|
2619
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2620
|
+
</fill>
|
|
2621
|
+
</shape>
|
|
2622
|
+
<shape width="154" height="16" topLeftX="271" topLeftY="312" type="text">
|
|
2623
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="left">
|
|
2624
|
+
<p textAlign="left" lineSpacing="multiple:1">课程总结标题文案</p>
|
|
2625
|
+
</content>
|
|
2626
|
+
</shape>
|
|
2627
|
+
<shape width="166" height="42" topLeftX="291" topLeftY="346" type="text">
|
|
2628
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2629
|
+
<p textAlign="left">
|
|
2630
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
2631
|
+
</p>
|
|
2632
|
+
</content>
|
|
2633
|
+
</shape>
|
|
2634
|
+
<shape width="8" height="8" topLeftX="271" topLeftY="361" type="ellipse">
|
|
2635
|
+
<fill>
|
|
2636
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2637
|
+
</fill>
|
|
2638
|
+
</shape>
|
|
2639
|
+
<shape width="173" height="24" topLeftX="271" topLeftY="279" type="text">
|
|
2640
|
+
<content fontSize="24" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" italic="true" lineSpacing="multiple:1" textAlign="left">
|
|
2641
|
+
<p textAlign="left">
|
|
2642
|
+
<span fontSize="24">Point.2</span>
|
|
2643
|
+
</p>
|
|
2644
|
+
</content>
|
|
2645
|
+
</shape>
|
|
2646
|
+
<shape width="166" height="42" topLeftX="291" topLeftY="399" type="text">
|
|
2647
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2648
|
+
<p textAlign="left">
|
|
2649
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
2650
|
+
</p>
|
|
2651
|
+
</content>
|
|
2652
|
+
</shape>
|
|
2653
|
+
<shape width="8" height="8" topLeftX="271" topLeftY="414" type="ellipse">
|
|
2654
|
+
<fill>
|
|
2655
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2656
|
+
</fill>
|
|
2657
|
+
</shape>
|
|
2658
|
+
<shape width="166" height="42" topLeftX="291" topLeftY="452" type="text">
|
|
2659
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2660
|
+
<p textAlign="left">
|
|
2661
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
2662
|
+
</p>
|
|
2663
|
+
</content>
|
|
2664
|
+
</shape>
|
|
2665
|
+
<shape width="8" height="8" topLeftX="271" topLeftY="467" type="ellipse">
|
|
2666
|
+
<fill>
|
|
2667
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2668
|
+
</fill>
|
|
2669
|
+
</shape>
|
|
2670
|
+
<shape width="154" height="16" topLeftX="503" topLeftY="312" type="text">
|
|
2671
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="left">
|
|
2672
|
+
<p textAlign="left" lineSpacing="multiple:1">课程总结标题文案</p>
|
|
2673
|
+
</content>
|
|
2674
|
+
</shape>
|
|
2675
|
+
<shape width="166" height="42" topLeftX="523" topLeftY="346" type="text">
|
|
2676
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2677
|
+
<p textAlign="left">
|
|
2678
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
2679
|
+
</p>
|
|
2680
|
+
</content>
|
|
2681
|
+
</shape>
|
|
2682
|
+
<shape width="8" height="8" topLeftX="503" topLeftY="361" type="ellipse">
|
|
2683
|
+
<fill>
|
|
2684
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2685
|
+
</fill>
|
|
2686
|
+
</shape>
|
|
2687
|
+
<shape width="166" height="24" topLeftX="503" topLeftY="279" type="text">
|
|
2688
|
+
<content fontSize="24" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" italic="true" lineSpacing="multiple:1" textAlign="left">
|
|
2689
|
+
<p textAlign="left">
|
|
2690
|
+
<span fontSize="24">Point.3</span>
|
|
2691
|
+
</p>
|
|
2692
|
+
</content>
|
|
2693
|
+
</shape>
|
|
2694
|
+
<shape width="166" height="42" topLeftX="523" topLeftY="399" type="text">
|
|
2695
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2696
|
+
<p textAlign="left">
|
|
2697
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
2698
|
+
</p>
|
|
2699
|
+
</content>
|
|
2700
|
+
</shape>
|
|
2701
|
+
<shape width="8" height="8" topLeftX="503" topLeftY="414" type="ellipse">
|
|
2702
|
+
<fill>
|
|
2703
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2704
|
+
</fill>
|
|
2705
|
+
</shape>
|
|
2706
|
+
<shape width="166" height="42" topLeftX="523" topLeftY="452" type="text">
|
|
2707
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2708
|
+
<p textAlign="left">
|
|
2709
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
2710
|
+
</p>
|
|
2711
|
+
</content>
|
|
2712
|
+
</shape>
|
|
2713
|
+
<shape width="8" height="8" topLeftX="503" topLeftY="467" type="ellipse">
|
|
2714
|
+
<fill>
|
|
2715
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2716
|
+
</fill>
|
|
2717
|
+
</shape>
|
|
2718
|
+
<shape width="154" height="16" topLeftX="734" topLeftY="312" type="text">
|
|
2719
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="left">
|
|
2720
|
+
<p textAlign="left" lineSpacing="multiple:1">课程总结标题文案</p>
|
|
2721
|
+
</content>
|
|
2722
|
+
</shape>
|
|
2723
|
+
<shape width="166" height="42" topLeftX="754" topLeftY="346" type="text">
|
|
2724
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2725
|
+
<p textAlign="left">
|
|
2726
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
2727
|
+
</p>
|
|
2728
|
+
</content>
|
|
2729
|
+
</shape>
|
|
2730
|
+
<shape width="8" height="8" topLeftX="734" topLeftY="361" type="ellipse">
|
|
2731
|
+
<fill>
|
|
2732
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2733
|
+
</fill>
|
|
2734
|
+
</shape>
|
|
2735
|
+
<shape width="156" height="24" topLeftX="734" topLeftY="279" type="text">
|
|
2736
|
+
<content fontSize="24" fontFamily="Arial Black" color="rgba(35, 72, 197, 1)" italic="true" lineSpacing="multiple:1" textAlign="left">
|
|
2737
|
+
<p textAlign="left">
|
|
2738
|
+
<span fontSize="24">Point.4</span>
|
|
2739
|
+
</p>
|
|
2740
|
+
</content>
|
|
2741
|
+
</shape>
|
|
2742
|
+
<shape width="166" height="42" topLeftX="754" topLeftY="399" type="text">
|
|
2743
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2744
|
+
<p textAlign="left">
|
|
2745
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
2746
|
+
</p>
|
|
2747
|
+
</content>
|
|
2748
|
+
</shape>
|
|
2749
|
+
<shape width="8" height="8" topLeftX="734" topLeftY="414" type="ellipse">
|
|
2750
|
+
<fill>
|
|
2751
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2752
|
+
</fill>
|
|
2753
|
+
</shape>
|
|
2754
|
+
<shape width="166" height="42" topLeftX="754" topLeftY="452" type="text">
|
|
2755
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="left">
|
|
2756
|
+
<p textAlign="left">
|
|
2757
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。</span>
|
|
2758
|
+
</p>
|
|
2759
|
+
</content>
|
|
2760
|
+
</shape>
|
|
2761
|
+
<shape width="8" height="8" topLeftX="734" topLeftY="467" type="ellipse">
|
|
2762
|
+
<fill>
|
|
2763
|
+
<fillColor color="rgba(35, 72, 197, 1)"/>
|
|
2764
|
+
</fill>
|
|
2765
|
+
</shape>
|
|
2766
|
+
<line startX="242" startY="494" endX="242" endY="270">
|
|
2767
|
+
<border color="linear-gradient(180deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 1) 100%)" dashArray="round-dot" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2768
|
+
</line>
|
|
2769
|
+
<line startX="475" startY="494" endX="475" endY="270">
|
|
2770
|
+
<border color="linear-gradient(180deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 1) 100%)" dashArray="round-dot" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2771
|
+
</line>
|
|
2772
|
+
<line startX="707" startY="494" endX="707" endY="270">
|
|
2773
|
+
<border color="linear-gradient(180deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 1) 100%)" dashArray="round-dot" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2774
|
+
</line>
|
|
2775
|
+
<shape width="472" height="63" topLeftX="448" topLeftY="131" type="text">
|
|
2776
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)">
|
|
2777
|
+
<p>
|
|
2778
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2779
|
+
</p>
|
|
2780
|
+
</content>
|
|
2781
|
+
</shape>
|
|
2782
|
+
<shape width="328" height="16" topLeftX="448" topLeftY="66" type="text">
|
|
2783
|
+
<content textType="title" fontSize="16" fontFamily="Inter" color="rgba(128, 145, 239, 1)" bold="false" lineSpacing="multiple:1" textAlign="left">
|
|
2784
|
+
<p textAlign="left">
|
|
2785
|
+
<span color="rgba(128, 145, 239, 1)">Course Summary</span>
|
|
2786
|
+
</p>
|
|
2787
|
+
</content>
|
|
2788
|
+
</shape>
|
|
2789
|
+
<shape width="238" height="24" topLeftX="448" topLeftY="89" type="text">
|
|
2790
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true" lineSpacing="multiple:1" textAlign="left">
|
|
2791
|
+
<p textAlign="left" lineSpacing="multiple:1">课程总结</p>
|
|
2792
|
+
</content>
|
|
2793
|
+
</shape>
|
|
2794
|
+
<shape width="20" height="20" topLeftX="786" topLeftY="52" type="ellipse">
|
|
2795
|
+
<fill>
|
|
2796
|
+
<fillColor color="linear-gradient(180deg,rgba(55, 93, 224, 1) 0%,rgba(130, 148, 238, 1) 47%,rgba(209, 164, 147, 1) 100%)"/>
|
|
2797
|
+
</fill>
|
|
2798
|
+
</shape>
|
|
2799
|
+
<shape width="104" height="24" topLeftX="815" topLeftY="50" type="text">
|
|
2800
|
+
<content fontSize="16" fontFamily="Arial" color="rgba(26, 26, 27, 1)" bold="true">
|
|
2801
|
+
<p>
|
|
2802
|
+
<strong>
|
|
2803
|
+
<span color="rgba(26, 26, 27, 1)" fontFamily="Arial">YOUR LOGO</span>
|
|
2804
|
+
</strong>
|
|
2805
|
+
</p>
|
|
2806
|
+
</content>
|
|
2807
|
+
</shape>
|
|
2808
|
+
</data>
|
|
2809
|
+
<note>
|
|
2810
|
+
<content/>
|
|
2811
|
+
</note>
|
|
2812
|
+
</slide>
|
|
2813
|
+
<slide>
|
|
2814
|
+
<style>
|
|
2815
|
+
<fill>
|
|
2816
|
+
<fillImg src="IDpGbp2oloFzylx8CGTcRSI6ngb" alpha="1" rotateWithShape="false"/>
|
|
2817
|
+
</fill>
|
|
2818
|
+
</style>
|
|
2819
|
+
<data>
|
|
2820
|
+
<shape width="328" height="24" topLeftX="50" topLeftY="47" type="text">
|
|
2821
|
+
<content textType="caption" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)" textAlign="left">
|
|
2822
|
+
<p textAlign="left">Recommended Books</p>
|
|
2823
|
+
</content>
|
|
2824
|
+
</shape>
|
|
2825
|
+
<shape width="328" height="36" topLeftX="50" topLeftY="68" type="text">
|
|
2826
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
2827
|
+
<p textAlign="left">推荐书籍</p>
|
|
2828
|
+
</content>
|
|
2829
|
+
</shape>
|
|
2830
|
+
<shape width="266" height="366" topLeftX="48" topLeftY="129" presetHandlers="20" type="round-rect">
|
|
2831
|
+
<fill>
|
|
2832
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
2833
|
+
</fill>
|
|
2834
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
2835
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
2836
|
+
</shape>
|
|
2837
|
+
<shape width="154" height="16" topLeftX="104" topLeftY="152" type="text">
|
|
2838
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="center">
|
|
2839
|
+
<p textAlign="center" lineSpacing="multiple:1">
|
|
2840
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="16" fontFamily="思源黑体" italic="false">《书籍名称》</span>
|
|
2841
|
+
</p>
|
|
2842
|
+
</content>
|
|
2843
|
+
</shape>
|
|
2844
|
+
<shape width="184" height="14" topLeftX="89" topLeftY="179" type="text">
|
|
2845
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" lineSpacing="multiple:1" textAlign="center">
|
|
2846
|
+
<p textAlign="center" lineSpacing="multiple:1">
|
|
2847
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">作者名:xx</span>
|
|
2848
|
+
</p>
|
|
2849
|
+
</content>
|
|
2850
|
+
</shape>
|
|
2851
|
+
<img src="CTFCbe4GDoATGKxknZYcZrX4nrd" width="141" height="181" topLeftX="111" topLeftY="287">
|
|
2852
|
+
<shadow offset="24" angle="90" blur="39" color="rgba(11, 28, 87, 0.1)"/>
|
|
2853
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="16"/>
|
|
2854
|
+
<border color="rgba(255, 255, 255, 0.36)" lineJoin="miter" miterLimit="10"/>
|
|
2855
|
+
</img>
|
|
2856
|
+
<shape width="184" height="63" topLeftX="89" topLeftY="207" type="text">
|
|
2857
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="center">
|
|
2858
|
+
<p textAlign="center">
|
|
2859
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2860
|
+
</p>
|
|
2861
|
+
</content>
|
|
2862
|
+
</shape>
|
|
2863
|
+
<shape width="266" height="366" topLeftX="347" topLeftY="129" presetHandlers="20" type="round-rect">
|
|
2864
|
+
<fill>
|
|
2865
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
2866
|
+
</fill>
|
|
2867
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
2868
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
2869
|
+
</shape>
|
|
2870
|
+
<shape width="154" height="16" topLeftX="403" topLeftY="152" type="text">
|
|
2871
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="center">
|
|
2872
|
+
<p textAlign="center" lineSpacing="multiple:1">
|
|
2873
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="16" fontFamily="思源黑体" italic="false">《书籍名称》</span>
|
|
2874
|
+
</p>
|
|
2875
|
+
</content>
|
|
2876
|
+
</shape>
|
|
2877
|
+
<shape width="184" height="14" topLeftX="388" topLeftY="179" type="text">
|
|
2878
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" lineSpacing="multiple:1" textAlign="center">
|
|
2879
|
+
<p textAlign="center" lineSpacing="multiple:1">
|
|
2880
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">作者名:xx</span>
|
|
2881
|
+
</p>
|
|
2882
|
+
</content>
|
|
2883
|
+
</shape>
|
|
2884
|
+
<img src="IwzMb8kS2oLmvtxom0nc7yYCn2E" width="141" height="181" topLeftX="410" topLeftY="287">
|
|
2885
|
+
<shadow offset="24" angle="90" blur="39" color="rgba(11, 28, 87, 0.1)"/>
|
|
2886
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="16"/>
|
|
2887
|
+
<border color="rgba(255, 255, 255, 0.36)" lineJoin="miter" miterLimit="10"/>
|
|
2888
|
+
</img>
|
|
2889
|
+
<shape width="184" height="63" topLeftX="388" topLeftY="207" type="text">
|
|
2890
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="center">
|
|
2891
|
+
<p textAlign="center">
|
|
2892
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2893
|
+
</p>
|
|
2894
|
+
</content>
|
|
2895
|
+
</shape>
|
|
2896
|
+
<shape width="266" height="366" topLeftX="646" topLeftY="129" presetHandlers="20" type="round-rect">
|
|
2897
|
+
<fill>
|
|
2898
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
2899
|
+
</fill>
|
|
2900
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
2901
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
2902
|
+
</shape>
|
|
2903
|
+
<shape width="154" height="16" topLeftX="702" topLeftY="152" type="text">
|
|
2904
|
+
<content textType="title" fontSize="16" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" italic="false" lineSpacing="multiple:1" textAlign="center">
|
|
2905
|
+
<p textAlign="center" lineSpacing="multiple:1">
|
|
2906
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="16" fontFamily="思源黑体" italic="false">《书籍名称》</span>
|
|
2907
|
+
</p>
|
|
2908
|
+
</content>
|
|
2909
|
+
</shape>
|
|
2910
|
+
<shape width="184" height="14" topLeftX="687" topLeftY="179" type="text">
|
|
2911
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" lineSpacing="multiple:1" textAlign="center">
|
|
2912
|
+
<p textAlign="center" lineSpacing="multiple:1">
|
|
2913
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">作者名:xx</span>
|
|
2914
|
+
</p>
|
|
2915
|
+
</content>
|
|
2916
|
+
</shape>
|
|
2917
|
+
<img src="CzzubCxiQoobaUxsJjZcCITDnvd" width="141" height="181" topLeftX="709" topLeftY="287">
|
|
2918
|
+
<shadow offset="24" angle="90" blur="39" color="rgba(11, 28, 87, 0.1)"/>
|
|
2919
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="16"/>
|
|
2920
|
+
<border color="rgba(255, 255, 255, 0.36)" lineJoin="miter" miterLimit="10"/>
|
|
2921
|
+
</img>
|
|
2922
|
+
<shape width="184" height="63" topLeftX="687" topLeftY="207" type="text">
|
|
2923
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" textAlign="center">
|
|
2924
|
+
<p textAlign="center">
|
|
2925
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
|
|
2926
|
+
</p>
|
|
2927
|
+
</content>
|
|
2928
|
+
</shape>
|
|
2929
|
+
</data>
|
|
2930
|
+
<note>
|
|
2931
|
+
<content/>
|
|
2932
|
+
</note>
|
|
2933
|
+
</slide>
|
|
2934
|
+
<slide>
|
|
2935
|
+
<style>
|
|
2936
|
+
<fill>
|
|
2937
|
+
<fillImg src="Rgs1bGtK1oijSXxXqhDcvw3Tn6b" alpha="1" rotateWithShape="false"/>
|
|
2938
|
+
</fill>
|
|
2939
|
+
</style>
|
|
2940
|
+
<data>
|
|
2941
|
+
<shape width="20" height="20" topLeftX="786" topLeftY="52" type="ellipse">
|
|
2942
|
+
<fill>
|
|
2943
|
+
<fillColor color="linear-gradient(180deg,rgba(55, 93, 224, 1) 0%,rgba(130, 148, 238, 1) 47%,rgba(209, 164, 147, 1) 100%)"/>
|
|
2944
|
+
</fill>
|
|
2945
|
+
</shape>
|
|
2946
|
+
<shape width="104" height="24" topLeftX="815" topLeftY="50" type="text">
|
|
2947
|
+
<content fontSize="16" fontFamily="Arial" color="rgba(26, 26, 27, 1)" bold="true">
|
|
2948
|
+
<p>
|
|
2949
|
+
<strong>
|
|
2950
|
+
<span color="rgba(26, 26, 27, 1)" fontFamily="Arial">YOUR LOGO</span>
|
|
2951
|
+
</strong>
|
|
2952
|
+
</p>
|
|
2953
|
+
</content>
|
|
2954
|
+
</shape>
|
|
2955
|
+
<shape width="112" height="24" topLeftX="50" topLeftY="50" type="text">
|
|
2956
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(35, 72, 197, 1)" bold="true" lineSpacing="multiple:1">
|
|
2957
|
+
<p lineSpacing="multiple:1">
|
|
2958
|
+
<span color="rgba(35, 72, 197, 1)" fontSize="24" fontFamily="思源黑体">市场研究</span>
|
|
2959
|
+
</p>
|
|
2960
|
+
</content>
|
|
2961
|
+
</shape>
|
|
2962
|
+
<line startX="157" startY="54" endX="157" endY="70">
|
|
2963
|
+
<border color="linear-gradient(180deg,rgba(35, 72, 197, 1) 0%,rgba(72, 239, 207, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2964
|
+
</line>
|
|
2965
|
+
<shape width="121" height="24" topLeftX="168" topLeftY="50" type="text">
|
|
2966
|
+
<content fontSize="8" fontFamily="Arial" color="rgba(26, 26, 27, 1)">
|
|
2967
|
+
<p>
|
|
2968
|
+
<span fontFamily="Arial">Market Research</span>
|
|
2969
|
+
</p>
|
|
2970
|
+
<p>
|
|
2971
|
+
<span color="rgba(26, 26, 27, 1)" fontSize="8" fontFamily="Arial">Sharing Teaching Courseware</span>
|
|
2972
|
+
</p>
|
|
2973
|
+
</content>
|
|
2974
|
+
</shape>
|
|
2975
|
+
<shape width="327" height="14" topLeftX="337" topLeftY="442" type="text">
|
|
2976
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(100, 102, 107, 1)" lineSpacing="multiple:1" textAlign="center">
|
|
2977
|
+
<p textAlign="center" lineSpacing="multiple:1">
|
|
2978
|
+
<span color="rgba(100, 102, 107, 1)" fontSize="14">欢迎大家扫码反馈</span>
|
|
2979
|
+
</p>
|
|
2980
|
+
</content>
|
|
2981
|
+
</shape>
|
|
2982
|
+
<shape width="250" height="250" topLeftX="375" topLeftY="165" presetHandlers="20" type="round-rect">
|
|
2983
|
+
<fill>
|
|
2984
|
+
<fillColor color="rgba(255, 255, 255, 0.63)"/>
|
|
2985
|
+
</fill>
|
|
2986
|
+
<border color="rgba(255, 255, 255, 1)" lineJoin="miter" miterLimit="10"/>
|
|
2987
|
+
<shadow angle="90" blur="40" color="rgba(52, 76, 157, 0.19)"/>
|
|
2988
|
+
</shape>
|
|
2989
|
+
<img src="BH00bDrD7oDmEMxqbCbcg7Kunjc" width="214" height="214" topLeftX="394" topLeftY="183">
|
|
2990
|
+
<shadow angle="90" color="rgba(17, 39, 112, 0.15)"/>
|
|
2991
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
2992
|
+
</img>
|
|
2993
|
+
<shape width="328" height="16" topLeftX="336" topLeftY="70" type="text">
|
|
2994
|
+
<content textType="title" fontSize="16" fontFamily="Arial" color="rgba(128, 145, 239, 1)" bold="false" lineSpacing="multiple:1" textAlign="center">
|
|
2995
|
+
<p textAlign="center">
|
|
2996
|
+
<span color="rgba(128, 145, 239, 1)" fontFamily="Arial">Thank You For Listening</span>
|
|
2997
|
+
</p>
|
|
2998
|
+
</content>
|
|
2999
|
+
</shape>
|
|
3000
|
+
<shape width="238" height="24" topLeftX="381" topLeftY="93" type="text">
|
|
3001
|
+
<content textType="title" fontSize="24" fontFamily="思源黑体" color="rgba(26, 26, 27, 1)" bold="true" lineSpacing="multiple:1" textAlign="center">
|
|
3002
|
+
<p textAlign="center" lineSpacing="multiple:1">感谢聆听</p>
|
|
3003
|
+
</content>
|
|
3004
|
+
</shape>
|
|
3005
|
+
<img src="FG0BbrpS6oHiHbxfmdUcAMwunWG" width="214" height="214" topLeftX="393" topLeftY="183">
|
|
3006
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
3007
|
+
</img>
|
|
3008
|
+
</data>
|
|
3009
|
+
<note>
|
|
3010
|
+
<content/>
|
|
3011
|
+
</note>
|
|
3012
|
+
</slide>
|
|
3013
|
+
</presentation>
|