@wagemule/daemon 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -2
- package/dist/main.cjs +270 -101
- package/dist/main.cjs.map +3 -3
- package/dist/skills/larksuite/lark-approval/SKILL.md +56 -0
- package/dist/skills/larksuite/lark-attendance/SKILL.md +57 -0
- package/dist/skills/larksuite/lark-base/SKILL.md +349 -0
- package/dist/skills/larksuite/lark-base/references/dashboard-block-data-config.md +350 -0
- package/dist/skills/larksuite/lark-base/references/examples.md +140 -0
- package/dist/skills/larksuite/lark-base/references/formula-field-guide.md +735 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-advperm-disable.md +83 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-advperm-enable.md +80 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-base-copy.md +74 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-base-create.md +68 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-base-get.md +39 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-cell-value.md +151 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-arrange.md +83 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-create.md +108 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-delete.md +46 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-get.md +57 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-list.md +53 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-update.md +84 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-create.md +73 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-delete.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-get.md +59 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-list.md +52 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-update.md +69 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard.md +240 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-data-analysis-sop.md +88 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-data-query.md +451 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-create.md +104 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-delete.md +51 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-get.md +42 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-list.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-search-options.md +48 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-update.md +166 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field.md +23 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-create.md +87 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-delete.md +64 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-get.md +68 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-list.md +73 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-create.md +118 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-delete.md +68 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-list.md +84 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-update.md +92 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions.md +23 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-update.md +82 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form.md +24 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-history.md +16 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-create.md +58 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-update.md +53 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-delete.md +62 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-history-list.md +86 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-share-link-create.md +72 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-upload-attachment.md +50 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-upsert.md +64 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record.md +29 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-create.md +89 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-delete.md +83 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-get.md +87 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-list.md +81 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-update.md +94 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-shortcut-field-properties.md +481 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-create.md +62 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-delete.md +51 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-get.md +46 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-list.md +43 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-update.md +49 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table.md +20 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-create.md +50 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-delete.md +48 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-card.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-filter.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-group.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-sort.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-timebar.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-visible-fields.md +28 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-list.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-rename.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-card.md +55 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-filter.md +181 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-group.md +65 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-sort.md +63 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-timebar.md +51 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-visible-fields.md +46 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-create.md +180 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-disable.md +94 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-enable.md +94 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-get.md +147 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-guide.md +718 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-list.md +124 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-schema.md +935 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-update.md +167 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow.md +23 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workspace.md +18 -0
- package/dist/skills/larksuite/lark-base/references/lookup-field-guide.md +510 -0
- package/dist/skills/larksuite/lark-base/references/role-config.md +539 -0
- package/dist/skills/larksuite/lark-calendar/SKILL.md +154 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-agenda.md +78 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-create.md +109 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-freebusy.md +124 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-room-find.md +113 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-rsvp.md +42 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-schedule-meeting.md +265 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-suggestion.md +125 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-update.md +105 -0
- package/dist/skills/larksuite/lark-contact/SKILL.md +45 -0
- package/dist/skills/larksuite/lark-contact/references/lark-contact-get-user.md +19 -0
- package/dist/skills/larksuite/lark-contact/references/lark-contact-search-user.md +124 -0
- package/dist/skills/larksuite/lark-doc/SKILL.md +69 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-create.md +89 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-fetch.md +141 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-md.md +71 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-media-download.md +50 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-media-insert.md +114 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-media-preview.md +41 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-search.md +217 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-update.md +252 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-whiteboard.md +100 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-xml.md +169 -0
- package/dist/skills/larksuite/lark-doc/references/style/lark-doc-create-workflow.md +56 -0
- package/dist/skills/larksuite/lark-doc/references/style/lark-doc-style.md +106 -0
- package/dist/skills/larksuite/lark-doc/references/style/lark-doc-update-workflow.md +54 -0
- package/dist/skills/larksuite/lark-drive/SKILL.md +343 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-add-comment.md +169 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-apply-permission.md +77 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-create-folder.md +73 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-create-shortcut.md +103 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-delete.md +79 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-download.md +31 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-export-download.md +50 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-export.md +119 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-import.md +154 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-move.md +120 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-pull.md +137 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-push.md +162 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-reactions.md +113 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-search.md +239 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-status.md +137 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-task-result.md +302 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-upload.md +101 -0
- package/dist/skills/larksuite/lark-event/SKILL.md +145 -0
- package/dist/skills/larksuite/lark-event/references/lark-event-im.md +86 -0
- package/dist/skills/larksuite/lark-im/SKILL.md +162 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-create.md +162 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-identity.md +55 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-list.md +113 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-messages-list.md +142 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-search.md +136 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-update.md +84 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-flag-cancel.md +67 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-flag-create.md +67 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-flag-list.md +100 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-mget.md +95 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-reply.md +222 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-resources-download.md +94 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-search.md +217 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-send.md +223 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-reactions.md +297 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-threads-messages-list.md +111 -0
- package/dist/skills/larksuite/lark-mail/SKILL.md +648 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-decline-receipt.md +115 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-create.md +123 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-edit.md +400 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-forward.md +232 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-message.md +230 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-messages.md +108 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-reply-all.md +206 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-reply.md +242 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-send-receipt.md +120 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-send.md +216 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-share-to-chat.md +87 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-signature.md +98 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-template-create.md +129 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-template-update.md +150 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-thread.md +111 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-triage.md +122 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-watch.md +94 -0
- package/dist/skills/larksuite/lark-markdown/SKILL.md +46 -0
- package/dist/skills/larksuite/lark-markdown/references/lark-markdown-create.md +86 -0
- package/dist/skills/larksuite/lark-markdown/references/lark-markdown-fetch.md +79 -0
- package/dist/skills/larksuite/lark-markdown/references/lark-markdown-overwrite.md +85 -0
- package/dist/skills/larksuite/lark-minutes/SKILL.md +139 -0
- package/dist/skills/larksuite/lark-minutes/references/lark-minutes-download.md +137 -0
- package/dist/skills/larksuite/lark-minutes/references/lark-minutes-search.md +206 -0
- package/dist/skills/larksuite/lark-minutes/references/lark-minutes-upload.md +104 -0
- package/dist/skills/larksuite/lark-okr/SKILL.md +133 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-contentblock.md +359 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-detail.md +84 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-list.md +90 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-entities.md +329 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-image-upload.md +116 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-create.md +81 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-delete.md +47 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-get.md +62 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-list.md +80 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-update.md +81 -0
- package/dist/skills/larksuite/lark-openapi-explorer/SKILL.md +153 -0
- package/dist/skills/larksuite/lark-shared/SKILL.md +138 -0
- package/dist/skills/larksuite/lark-sheets/SKILL.md +345 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-data.md +197 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-images.md +59 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-style-and-merge.md +141 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-dropdown.md +133 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-filter-views.md +193 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-float-images.md +125 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-formula.md +88 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-row-column-management.md +151 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-sheet-management.md +164 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-spreadsheet-management.md +134 -0
- package/dist/skills/larksuite/lark-skill-maker/SKILL.md +85 -0
- package/dist/skills/larksuite/lark-slides/SKILL.md +525 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--all_hands_meeting.xml +1999 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--annual_gala.xml +1160 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--company_intro.xml +1376 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--corporate_culture.xml +1765 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training.xml +912 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training_workshop.xml +1504 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/hr--onboarding.xml +933 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_communication.xml +1367 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_logo_design.xml +1347 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_operations_plan.xml +1309 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--business_plan.xml +1646 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_plan.xml +1469 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_strategy.xml +1484 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--product_whitepaper.xml +1455 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--roadshow_business_plan.xml +1506 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/misc--book_sharing.xml +1338 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/misc--club_event_plan.xml +4885 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/misc--student_career_plan.xml +1854 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--dark_general.xml +3763 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--dept_annual_report.xml +1192 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--light_general.xml +3378 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--project_kickoff.xml +3152 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--quarterly_review.xml +1253 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--work_report.xml +1099 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary.xml +4420 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary_report.xml +1523 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_logo_design.xml +1347 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_operations_plan.xml +1309 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--marketing_plan.xml +1469 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--product_promotion.xml +687 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--experience_sharing.xml +2242 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--personal_resume.xml +2047 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_defense.xml +1099 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_report.xml +1039 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--self_intro.xml +696 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--teaching_sharing.xml +3013 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--business_case_analysis.xml +1341 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--market_analysis.xml +898 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_analysis.xml +1537 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_intro.xml +2838 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion.xml +687 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion_2.xml +687 -0
- package/dist/skills/larksuite/lark-slides/references/examples.md +261 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-create.md +137 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-edit-workflows.md +142 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-media-upload.md +128 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-replace-slide.md +239 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-create.md +221 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-delete.md +123 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-get.md +110 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-replace.md +186 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentations-get.md +98 -0
- package/dist/skills/larksuite/lark-slides/references/slide-templates.md +201 -0
- package/dist/skills/larksuite/lark-slides/references/slides_demo.xml +226 -0
- package/dist/skills/larksuite/lark-slides/references/slides_xml_schema_definition.xml +3004 -0
- package/dist/skills/larksuite/lark-slides/references/template-catalog.md +464 -0
- package/dist/skills/larksuite/lark-slides/references/template-index.json +1853 -0
- package/dist/skills/larksuite/lark-slides/references/xml-format-guide.md +369 -0
- package/dist/skills/larksuite/lark-slides/references/xml-schema-quick-ref.md +215 -0
- package/dist/skills/larksuite/lark-slides/scripts/layout_lint.py +349 -0
- package/dist/skills/larksuite/lark-slides/scripts/layout_lint_test.py +159 -0
- package/dist/skills/larksuite/lark-slides/scripts/template_tool.py +970 -0
- package/dist/skills/larksuite/lark-slides/scripts/template_tool_test.py +177 -0
- package/dist/skills/larksuite/lark-task/SKILL.md +165 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-assign.md +38 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-comment.md +28 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-complete.md +27 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-create.md +57 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-followers.md +35 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-get-my-tasks.md +55 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-get-related-tasks.md +53 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-reminder.md +36 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-reopen.md +27 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-search.md +41 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-set-ancestor.md +32 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-subscribe-event.md +86 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-create.md +35 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-members.md +36 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-search.md +38 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-task-add.md +38 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-update.md +37 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-upload-attachment.md +59 -0
- package/dist/skills/larksuite/lark-vc/SKILL.md +168 -0
- package/dist/skills/larksuite/lark-vc/references/lark-vc-notes.md +126 -0
- package/dist/skills/larksuite/lark-vc/references/lark-vc-recording.md +153 -0
- package/dist/skills/larksuite/lark-vc/references/lark-vc-search.md +176 -0
- package/dist/skills/larksuite/lark-vc-agent/SKILL.md +121 -0
- package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-events.md +247 -0
- package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-join.md +133 -0
- package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-leave.md +111 -0
- package/dist/skills/larksuite/lark-whiteboard/SKILL.md +144 -0
- package/dist/skills/larksuite/lark-whiteboard/references/connectors.md +102 -0
- package/dist/skills/larksuite/lark-whiteboard/references/content.md +40 -0
- package/dist/skills/larksuite/lark-whiteboard/references/image.md +80 -0
- package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-query.md +49 -0
- package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-update.md +100 -0
- package/dist/skills/larksuite/lark-whiteboard/references/layout.md +374 -0
- package/dist/skills/larksuite/lark-whiteboard/references/schema.md +357 -0
- package/dist/skills/larksuite/lark-whiteboard/references/style.md +318 -0
- package/dist/skills/larksuite/lark-whiteboard/references/typography.md +73 -0
- package/dist/skills/larksuite/lark-whiteboard/routes/dsl.md +107 -0
- package/dist/skills/larksuite/lark-whiteboard/routes/mermaid.md +27 -0
- package/dist/skills/larksuite/lark-whiteboard/routes/svg.md +54 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/architecture.md +433 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/bar-chart.md +187 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/comparison.md +135 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/fishbone.md +238 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/flowchart.md +185 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/flywheel.md +195 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/funnel.md +101 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/line-chart.md +214 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/mermaid.md +130 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/milestone.md +139 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/organization.md +173 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/photo-showcase.md +126 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/pyramid.md +99 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/swimlane.md +371 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/treemap.md +216 -0
- package/dist/skills/larksuite/lark-wiki/SKILL.md +111 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-delete-space.md +205 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-move.md +183 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-copy.md +72 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-create.md +127 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-list.md +88 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-space-list.md +68 -0
- package/dist/skills/larksuite/lark-workflow-meeting-summary/SKILL.md +104 -0
- package/dist/skills/larksuite/lark-workflow-standup-report/SKILL.md +120 -0
- package/package.json +2 -1
|
@@ -0,0 +1,2242 @@
|
|
|
1
|
+
<presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
|
|
2
|
+
<title>经验分享</title>
|
|
3
|
+
<theme>
|
|
4
|
+
<textStyles>
|
|
5
|
+
<title fontColor="#000000FF"/>
|
|
6
|
+
<headline fontColor="#000000FF"/>
|
|
7
|
+
<sub-headline fontColor="#000000FF"/>
|
|
8
|
+
<body fontColor="#000000FF"/>
|
|
9
|
+
<caption fontColor="#808080FF" fontSize="14"/>
|
|
10
|
+
</textStyles>
|
|
11
|
+
</theme>
|
|
12
|
+
<slide>
|
|
13
|
+
<style>
|
|
14
|
+
<fill>
|
|
15
|
+
<fillImg src="Y9h2btHFWojmQvx3CGTcAn4Lnvf" alpha="1" rotateWithShape="false"/>
|
|
16
|
+
</fill>
|
|
17
|
+
</style>
|
|
18
|
+
<data>
|
|
19
|
+
<img src="Agrob4Jlbo7prnxeL9vcb2xmnoe" width="548" height="262" topLeftX="-14" topLeftY="263" rotation="9" alpha="0.4">
|
|
20
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
21
|
+
</img>
|
|
22
|
+
<shape width="400" height="63" topLeftX="50" topLeftY="293" type="text">
|
|
23
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体">
|
|
24
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
25
|
+
</content>
|
|
26
|
+
</shape>
|
|
27
|
+
<shape width="400" height="81" topLeftX="50" topLeftY="189" type="text">
|
|
28
|
+
<content textType="title" fontSize="54" fontFamily="思源黑体" bold="true">
|
|
29
|
+
<p>工作经验分享</p>
|
|
30
|
+
</content>
|
|
31
|
+
</shape>
|
|
32
|
+
<shape width="120" height="25" topLeftX="50" topLeftY="375" presetHandlers="4" type="rect">
|
|
33
|
+
<fill>
|
|
34
|
+
<fillColor color="linear-gradient(135deg,rgba(113, 170, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)"/>
|
|
35
|
+
</fill>
|
|
36
|
+
<content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
|
|
37
|
+
<p>
|
|
38
|
+
<span color="rgba(222, 224, 227, 1)" fontSize="12">分享者:某某某</span>
|
|
39
|
+
</p>
|
|
40
|
+
</content>
|
|
41
|
+
</shape>
|
|
42
|
+
<img src="RXoWbeLjlo2n38xxqDtcLxF8nZb" width="439" height="434" topLeftX="521" topLeftY="58">
|
|
43
|
+
<crop type="rect" leftOffset="0" rightOffset="279" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
44
|
+
</img>
|
|
45
|
+
<img src="CDVMbQVUgoLxd2x40YzcXXfDnBg" width="376" height="388" topLeftX="585" topLeftY="68">
|
|
46
|
+
<crop type="rect" leftOffset="0" rightOffset="289" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
47
|
+
</img>
|
|
48
|
+
<img src="Pjoyb78Rdof062xhu6dcnwoenTh" width="141" height="306" topLeftX="474" topLeftY="199">
|
|
49
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
50
|
+
</img>
|
|
51
|
+
<img src="VmOyb6JmSog3xsxyArpce0npnVd" width="156" height="316" topLeftX="467" topLeftY="194" rotation="0">
|
|
52
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
53
|
+
</img>
|
|
54
|
+
<shape width="72" height="18" topLeftX="78" topLeftY="40" type="text">
|
|
55
|
+
<content fontSize="18" fontFamily="Arial" color="rgba(0, 0, 0, 1)" bold="true" lineSpacing="multiple:1">
|
|
56
|
+
<p lineSpacing="multiple:1">
|
|
57
|
+
<strong>
|
|
58
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
|
|
59
|
+
</strong>
|
|
60
|
+
</p>
|
|
61
|
+
</content>
|
|
62
|
+
</shape>
|
|
63
|
+
<icon width="23" height="23" topLeftX="50" topLeftY="38" iconType="iconpark/Abstract/api-app.svg">
|
|
64
|
+
<border width="2" lineJoin="miter" miterLimit="10"/>
|
|
65
|
+
</icon>
|
|
66
|
+
</data>
|
|
67
|
+
<note>
|
|
68
|
+
<content/>
|
|
69
|
+
</note>
|
|
70
|
+
</slide>
|
|
71
|
+
<slide>
|
|
72
|
+
<style>
|
|
73
|
+
<fill>
|
|
74
|
+
<fillImg src="NpNDb60f2onXI3xw9oVcH2sdnCb" alpha="1" rotateWithShape="false"/>
|
|
75
|
+
</fill>
|
|
76
|
+
</style>
|
|
77
|
+
<data>
|
|
78
|
+
<img src="AMdDb4GlsomFakxifhVcH6TenNh" width="612" height="361" topLeftX="245" topLeftY="179" alpha="0.4">
|
|
79
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="46" presetHandlers="0"/>
|
|
80
|
+
</img>
|
|
81
|
+
<shape width="192" height="274" topLeftX="50" topLeftY="153" presetHandlers="12" type="rect">
|
|
82
|
+
<fill>
|
|
83
|
+
<fillColor color="rgba(255, 255, 255, 0.7)"/>
|
|
84
|
+
</fill>
|
|
85
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
86
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
87
|
+
</shape>
|
|
88
|
+
<shape width="192" height="274" topLeftX="274" topLeftY="153" presetHandlers="12" type="rect">
|
|
89
|
+
<fill>
|
|
90
|
+
<fillColor color="rgba(255, 255, 255, 0.7)"/>
|
|
91
|
+
</fill>
|
|
92
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
93
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
94
|
+
</shape>
|
|
95
|
+
<shape width="192" height="274" topLeftX="498" topLeftY="153" presetHandlers="12" type="rect">
|
|
96
|
+
<fill>
|
|
97
|
+
<fillColor color="rgba(255, 255, 255, 0.7)"/>
|
|
98
|
+
</fill>
|
|
99
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
100
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
101
|
+
</shape>
|
|
102
|
+
<shape width="192" height="274" topLeftX="721" topLeftY="153" presetHandlers="12" type="rect">
|
|
103
|
+
<fill>
|
|
104
|
+
<fillColor color="rgba(255, 255, 255, 0.7)"/>
|
|
105
|
+
</fill>
|
|
106
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
107
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
108
|
+
</shape>
|
|
109
|
+
<shape width="170" height="42" topLeftX="61" topLeftY="358" type="text">
|
|
110
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
111
|
+
<p>输入相关的描述信息描述上述主题</p>
|
|
112
|
+
</content>
|
|
113
|
+
</shape>
|
|
114
|
+
<shape width="170" height="30" topLeftX="61" topLeftY="318" type="text">
|
|
115
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true">
|
|
116
|
+
<p>自我介绍</p>
|
|
117
|
+
</content>
|
|
118
|
+
</shape>
|
|
119
|
+
<shape width="418" height="48" topLeftX="50" topLeftY="40" type="text">
|
|
120
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true">
|
|
121
|
+
<p>目录</p>
|
|
122
|
+
</content>
|
|
123
|
+
</shape>
|
|
124
|
+
<shape width="170" height="42" topLeftX="285" topLeftY="358" type="text">
|
|
125
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
126
|
+
<p>输入相关的描述信息描述上述主题</p>
|
|
127
|
+
</content>
|
|
128
|
+
</shape>
|
|
129
|
+
<shape width="170" height="30" topLeftX="285" topLeftY="318" type="text">
|
|
130
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true">
|
|
131
|
+
<p>项目流程</p>
|
|
132
|
+
</content>
|
|
133
|
+
</shape>
|
|
134
|
+
<shape width="170" height="42" topLeftX="509" topLeftY="358" type="text">
|
|
135
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
136
|
+
<p>输入相关的描述信息描述上述主题</p>
|
|
137
|
+
</content>
|
|
138
|
+
</shape>
|
|
139
|
+
<shape width="170" height="30" topLeftX="509" topLeftY="318" type="text">
|
|
140
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true">
|
|
141
|
+
<p>经验教训</p>
|
|
142
|
+
</content>
|
|
143
|
+
</shape>
|
|
144
|
+
<img src="WWlWbVpJ0oqnyKx9C6ucI0T8nEh" width="170" height="130" topLeftX="733" topLeftY="164">
|
|
145
|
+
<crop type="rect" leftOffset="3" rightOffset="3" topOffset="0" bottomOffset="0" presetHandlers="8"/>
|
|
146
|
+
</img>
|
|
147
|
+
<img src="UN4bbySoHoksyNxiUWdcKLNtnjf" width="170" height="130" topLeftX="509" topLeftY="164">
|
|
148
|
+
<crop type="rect" leftOffset="3" rightOffset="3" topOffset="0" bottomOffset="0" presetHandlers="8"/>
|
|
149
|
+
</img>
|
|
150
|
+
<img src="WWlWbVpJ0oqnyKx9C6ucI0T8nEh" width="170" height="130" topLeftX="285" topLeftY="164">
|
|
151
|
+
<crop type="rect" leftOffset="3" rightOffset="3" topOffset="0" bottomOffset="0" presetHandlers="8"/>
|
|
152
|
+
</img>
|
|
153
|
+
<img src="M08cbzJIPo8nOHxVSQ8ce5BqnFb" width="170" height="130" topLeftX="61" topLeftY="164">
|
|
154
|
+
<crop type="rect" leftOffset="3" rightOffset="3" topOffset="0" bottomOffset="0" presetHandlers="8"/>
|
|
155
|
+
</img>
|
|
156
|
+
<shape width="170" height="42" topLeftX="733" topLeftY="358" type="text">
|
|
157
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
158
|
+
<p>输入相关的描述信息描述上述主题</p>
|
|
159
|
+
</content>
|
|
160
|
+
</shape>
|
|
161
|
+
<shape width="170" height="30" topLeftX="733" topLeftY="318" type="text">
|
|
162
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true">
|
|
163
|
+
<p>工作技巧</p>
|
|
164
|
+
</content>
|
|
165
|
+
</shape>
|
|
166
|
+
</data>
|
|
167
|
+
<note>
|
|
168
|
+
<content/>
|
|
169
|
+
</note>
|
|
170
|
+
</slide>
|
|
171
|
+
<slide>
|
|
172
|
+
<style/>
|
|
173
|
+
<data>
|
|
174
|
+
<shape width="960" height="540" topLeftX="0" topLeftY="0" type="rect">
|
|
175
|
+
<fill>
|
|
176
|
+
<fillColor color="rgba(92, 127, 255, 1)"/>
|
|
177
|
+
</fill>
|
|
178
|
+
</shape>
|
|
179
|
+
<img src="I097brAnnoQ7MPxog13cyvYrnLd" width="960" height="540" topLeftX="0" topLeftY="0" alpha="0.4">
|
|
180
|
+
<crop type="rect" leftOffset="658" rightOffset="572" topOffset="828" bottomOffset="180" presetHandlers="0"/>
|
|
181
|
+
</img>
|
|
182
|
+
<img src="SBTYbKGAHomWYcxxZwjcFtM9npA" width="507" height="414" topLeftX="-5" topLeftY="63" rotation="62" alpha="0.06">
|
|
183
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
184
|
+
</img>
|
|
185
|
+
<shape width="370" height="84" topLeftX="416" topLeftY="270" type="text">
|
|
186
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
|
|
187
|
+
<p textAlign="left">
|
|
188
|
+
<span color="rgba(255, 255, 255, 1)">输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题</span>
|
|
189
|
+
</p>
|
|
190
|
+
</content>
|
|
191
|
+
</shape>
|
|
192
|
+
<shape width="370" height="81" topLeftX="419" topLeftY="178" type="text">
|
|
193
|
+
<content textType="title" fontSize="54" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
194
|
+
<p textAlign="left">
|
|
195
|
+
<span color="rgba(255, 255, 255, 1)">自我介绍</span>
|
|
196
|
+
</p>
|
|
197
|
+
</content>
|
|
198
|
+
</shape>
|
|
199
|
+
<shape width="241" height="300" topLeftX="174" topLeftY="120" type="text">
|
|
200
|
+
<content textType="title" fontSize="200" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
201
|
+
<p>01</p>
|
|
202
|
+
</content>
|
|
203
|
+
</shape>
|
|
204
|
+
</data>
|
|
205
|
+
<note>
|
|
206
|
+
<content/>
|
|
207
|
+
</note>
|
|
208
|
+
</slide>
|
|
209
|
+
<slide>
|
|
210
|
+
<style>
|
|
211
|
+
<fill>
|
|
212
|
+
<fillImg src="G8hUbZ1OjosIxixVk2ocRARRnWh" alpha="1" rotateWithShape="false"/>
|
|
213
|
+
</fill>
|
|
214
|
+
</style>
|
|
215
|
+
<data>
|
|
216
|
+
<img src="HGkubS7Quo0oEZxJ0VZcAX2JnVg" width="376" height="540" topLeftX="584" topLeftY="0">
|
|
217
|
+
<crop type="rect" leftOffset="300" rightOffset="135" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
218
|
+
</img>
|
|
219
|
+
<shape width="378" height="120" topLeftX="50" topLeftY="69" type="text">
|
|
220
|
+
<content textType="title" fontSize="40" fontFamily="思源黑体" color="rgba(53, 49, 58, 1)" bold="true" textAlign="left">
|
|
221
|
+
<p>
|
|
222
|
+
<strong>
|
|
223
|
+
<span color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" fontSize="40">Hi</span>
|
|
224
|
+
</strong>
|
|
225
|
+
<strong>
|
|
226
|
+
<span color="rgba(73, 125, 245, 1)" fontSize="40"> </span>
|
|
227
|
+
</strong>
|
|
228
|
+
</p>
|
|
229
|
+
<p>
|
|
230
|
+
<strong>
|
|
231
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="40">I'M 某某某</span>
|
|
232
|
+
</strong>
|
|
233
|
+
</p>
|
|
234
|
+
</content>
|
|
235
|
+
</shape>
|
|
236
|
+
<line startX="125" startY="203" endX="125" endY="223">
|
|
237
|
+
<border color="rgba(221, 222, 223, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
238
|
+
</line>
|
|
239
|
+
<shape width="63" height="30" topLeftX="50" topLeftY="198" type="text">
|
|
240
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
241
|
+
<p>
|
|
242
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="20">某公司</span>
|
|
243
|
+
</p>
|
|
244
|
+
</content>
|
|
245
|
+
</shape>
|
|
246
|
+
<icon width="24" height="24" topLeftX="50" topLeftY="329" iconType="iconpark/Base/config.svg">
|
|
247
|
+
<fill>
|
|
248
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
249
|
+
</fill>
|
|
250
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
251
|
+
</icon>
|
|
252
|
+
<shape width="108" height="30" topLeftX="137" topLeftY="198" type="text">
|
|
253
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
254
|
+
<p>
|
|
255
|
+
<span color="rgba(0, 0, 0, 1)">产品总监</span>
|
|
256
|
+
</p>
|
|
257
|
+
</content>
|
|
258
|
+
</shape>
|
|
259
|
+
<shape width="491" height="42" topLeftX="50" topLeftY="256" type="text">
|
|
260
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
261
|
+
<p textAlign="left">
|
|
262
|
+
<span color="rgba(0, 0, 0, 1)">输入相关的描述信息描述主讲人背景,输入相关的描述信息描述主讲人背景,输入相关的描述信息描述主讲人背景</span>
|
|
263
|
+
</p>
|
|
264
|
+
</content>
|
|
265
|
+
</shape>
|
|
266
|
+
<shape width="452" height="21" topLeftX="89" topLeftY="330" type="text">
|
|
267
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)" textAlign="left">
|
|
268
|
+
<p textAlign="left">
|
|
269
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述主讲人信息</span>
|
|
270
|
+
</p>
|
|
271
|
+
</content>
|
|
272
|
+
</shape>
|
|
273
|
+
<icon width="24" height="24" topLeftX="50" topLeftY="365" iconType="iconpark/Charts/data-screen.svg">
|
|
274
|
+
<fill>
|
|
275
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
276
|
+
</fill>
|
|
277
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
278
|
+
</icon>
|
|
279
|
+
<shape width="452" height="21" topLeftX="89" topLeftY="366" type="text">
|
|
280
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)" textAlign="left">
|
|
281
|
+
<p textAlign="left">
|
|
282
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述主讲人信息</span>
|
|
283
|
+
</p>
|
|
284
|
+
</content>
|
|
285
|
+
</shape>
|
|
286
|
+
<icon width="24" height="24" topLeftX="50" topLeftY="399" iconType="iconpark/Game/trophy.svg">
|
|
287
|
+
<fill>
|
|
288
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
289
|
+
</fill>
|
|
290
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
291
|
+
</icon>
|
|
292
|
+
<shape width="452" height="21" topLeftX="89" topLeftY="400" type="text">
|
|
293
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)" textAlign="left">
|
|
294
|
+
<p textAlign="left">
|
|
295
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述主讲人奖项</span>
|
|
296
|
+
</p>
|
|
297
|
+
</content>
|
|
298
|
+
</shape>
|
|
299
|
+
<icon width="24" height="24" topLeftX="50" topLeftY="435" iconType="iconpark/Game/trophy.svg">
|
|
300
|
+
<fill>
|
|
301
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
302
|
+
</fill>
|
|
303
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
304
|
+
</icon>
|
|
305
|
+
<shape width="452" height="21" topLeftX="89" topLeftY="436" type="text">
|
|
306
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)" textAlign="left">
|
|
307
|
+
<p textAlign="left">
|
|
308
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述主讲人奖项</span>
|
|
309
|
+
</p>
|
|
310
|
+
</content>
|
|
311
|
+
</shape>
|
|
312
|
+
<shape width="182" height="21" topLeftX="50" topLeftY="293" type="text">
|
|
313
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="false" italic="false" underline="false" strikethrough="false" list="none" listStyle="circle-hollow-square" textAlign="left" autoFit="shape-auto-fit"/>
|
|
314
|
+
</shape>
|
|
315
|
+
</data>
|
|
316
|
+
<note>
|
|
317
|
+
<content/>
|
|
318
|
+
</note>
|
|
319
|
+
</slide>
|
|
320
|
+
<slide>
|
|
321
|
+
<style/>
|
|
322
|
+
<data>
|
|
323
|
+
<shape width="960" height="224" topLeftX="0" topLeftY="0" type="rect">
|
|
324
|
+
<fill>
|
|
325
|
+
<fillColor color="rgba(92, 127, 255, 1)"/>
|
|
326
|
+
</fill>
|
|
327
|
+
</shape>
|
|
328
|
+
<img src="I097brAnnoQ7MPxog13cyvYrnLd" width="960" height="224" topLeftX="0" topLeftY="0" alpha="0.4">
|
|
329
|
+
<crop type="rect" leftOffset="658" rightOffset="572" topOffset="1144" bottomOffset="180" presetHandlers="0"/>
|
|
330
|
+
</img>
|
|
331
|
+
<shape width="960" height="351" topLeftX="0" topLeftY="189" presetHandlers="16" type="round-rect">
|
|
332
|
+
<fill>
|
|
333
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
334
|
+
</fill>
|
|
335
|
+
<shadow offset="0" angle="270" blur="16" color="rgba(0, 0, 0, 0.13)"/>
|
|
336
|
+
</shape>
|
|
337
|
+
<img src="Z2w3bF8aBov0F6xKMVPc1nqUnId" width="960" height="351" topLeftX="0" topLeftY="189" alpha="0.3">
|
|
338
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="16"/>
|
|
339
|
+
</img>
|
|
340
|
+
<img src="AMdDb4GlsomFakxifhVcH6TenNh" width="480" height="319" topLeftX="456" topLeftY="-17" rotation="313" alpha="0.1">
|
|
341
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
342
|
+
</img>
|
|
343
|
+
<line startX="42" startY="325" endX="919" endY="325">
|
|
344
|
+
<border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
345
|
+
</line>
|
|
346
|
+
<shape width="16" height="16" topLeftX="42" topLeftY="318" type="ellipse">
|
|
347
|
+
<fill>
|
|
348
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
349
|
+
</fill>
|
|
350
|
+
<border color="rgba(248, 248, 248, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
351
|
+
<shadow offset="0" blur="36"/>
|
|
352
|
+
</shape>
|
|
353
|
+
<shape width="8" height="8" topLeftX="46" topLeftY="322" type="ellipse">
|
|
354
|
+
<fill>
|
|
355
|
+
<fillColor color="rgba(52, 113, 252, 1)"/>
|
|
356
|
+
</fill>
|
|
357
|
+
</shape>
|
|
358
|
+
<shape width="16" height="16" topLeftX="268" topLeftY="318" type="ellipse">
|
|
359
|
+
<fill>
|
|
360
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
361
|
+
</fill>
|
|
362
|
+
<border color="rgba(248, 248, 248, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
363
|
+
<shadow offset="0" blur="36"/>
|
|
364
|
+
</shape>
|
|
365
|
+
<shape width="8" height="8" topLeftX="272" topLeftY="322" type="ellipse">
|
|
366
|
+
<fill>
|
|
367
|
+
<fillColor color="rgba(52, 113, 252, 1)"/>
|
|
368
|
+
</fill>
|
|
369
|
+
</shape>
|
|
370
|
+
<shape width="16" height="16" topLeftX="493" topLeftY="318" type="ellipse">
|
|
371
|
+
<fill>
|
|
372
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
373
|
+
</fill>
|
|
374
|
+
<border color="rgba(248, 248, 248, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
375
|
+
<shadow offset="0" blur="36"/>
|
|
376
|
+
</shape>
|
|
377
|
+
<shape width="8" height="8" topLeftX="497" topLeftY="322" type="ellipse">
|
|
378
|
+
<fill>
|
|
379
|
+
<fillColor color="rgba(52, 113, 252, 1)"/>
|
|
380
|
+
</fill>
|
|
381
|
+
</shape>
|
|
382
|
+
<shape width="16" height="16" topLeftX="719" topLeftY="318" type="ellipse">
|
|
383
|
+
<fill>
|
|
384
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
385
|
+
</fill>
|
|
386
|
+
<border color="rgba(248, 248, 248, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
387
|
+
<shadow offset="0" blur="36"/>
|
|
388
|
+
</shape>
|
|
389
|
+
<shape width="8" height="8" topLeftX="723" topLeftY="322" type="ellipse">
|
|
390
|
+
<fill>
|
|
391
|
+
<fillColor color="rgba(52, 113, 252, 1)"/>
|
|
392
|
+
</fill>
|
|
393
|
+
</shape>
|
|
394
|
+
<shape width="490" height="42" topLeftX="42" topLeftY="106" type="text">
|
|
395
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
|
|
396
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题</p>
|
|
397
|
+
</content>
|
|
398
|
+
</shape>
|
|
399
|
+
<shape width="490" height="48" topLeftX="42" topLeftY="50" type="text">
|
|
400
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
401
|
+
<p>个人经验和成就</p>
|
|
402
|
+
</content>
|
|
403
|
+
</shape>
|
|
404
|
+
<shape width="200" height="63" topLeftX="42" topLeftY="397" type="text">
|
|
405
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
406
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
407
|
+
</content>
|
|
408
|
+
</shape>
|
|
409
|
+
<shape width="200" height="30" topLeftX="42" topLeftY="357" type="text">
|
|
410
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" bold="true">
|
|
411
|
+
<p>经验和成就</p>
|
|
412
|
+
</content>
|
|
413
|
+
</shape>
|
|
414
|
+
<shape width="200" height="30" topLeftX="719" topLeftY="272" type="text">
|
|
415
|
+
<content textType="sub-headline" fontSize="20" fontFamily="Arial" color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" bold="true">
|
|
416
|
+
<p>2026</p>
|
|
417
|
+
</content>
|
|
418
|
+
</shape>
|
|
419
|
+
<shape width="200" height="30" topLeftX="493" topLeftY="272" type="text">
|
|
420
|
+
<content textType="sub-headline" fontSize="20" fontFamily="Arial" color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" bold="true">
|
|
421
|
+
<p>2025</p>
|
|
422
|
+
</content>
|
|
423
|
+
</shape>
|
|
424
|
+
<shape width="200" height="30" topLeftX="268" topLeftY="272" type="text">
|
|
425
|
+
<content textType="sub-headline" fontSize="20" fontFamily="Arial" color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" bold="true">
|
|
426
|
+
<p>2024</p>
|
|
427
|
+
</content>
|
|
428
|
+
</shape>
|
|
429
|
+
<shape width="200" height="30" topLeftX="42" topLeftY="272" type="text">
|
|
430
|
+
<content textType="sub-headline" fontSize="20" fontFamily="Arial" color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" bold="true">
|
|
431
|
+
<p>2023</p>
|
|
432
|
+
</content>
|
|
433
|
+
</shape>
|
|
434
|
+
<shape width="200" height="63" topLeftX="268" topLeftY="397" type="text">
|
|
435
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
436
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
437
|
+
</content>
|
|
438
|
+
</shape>
|
|
439
|
+
<shape width="200" height="30" topLeftX="268" topLeftY="357" type="text">
|
|
440
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" bold="true">
|
|
441
|
+
<p>经验和成就</p>
|
|
442
|
+
</content>
|
|
443
|
+
</shape>
|
|
444
|
+
<shape width="200" height="63" topLeftX="493" topLeftY="397" type="text">
|
|
445
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
446
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
447
|
+
</content>
|
|
448
|
+
</shape>
|
|
449
|
+
<shape width="200" height="30" topLeftX="493" topLeftY="357" type="text">
|
|
450
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" bold="true">
|
|
451
|
+
<p>经验和成就</p>
|
|
452
|
+
</content>
|
|
453
|
+
</shape>
|
|
454
|
+
<shape width="200" height="63" topLeftX="719" topLeftY="397" type="text">
|
|
455
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
456
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
457
|
+
</content>
|
|
458
|
+
</shape>
|
|
459
|
+
<shape width="200" height="30" topLeftX="719" topLeftY="357" type="text">
|
|
460
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" bold="true">
|
|
461
|
+
<p>经验和成就</p>
|
|
462
|
+
</content>
|
|
463
|
+
</shape>
|
|
464
|
+
</data>
|
|
465
|
+
<note>
|
|
466
|
+
<content/>
|
|
467
|
+
</note>
|
|
468
|
+
</slide>
|
|
469
|
+
<slide>
|
|
470
|
+
<style/>
|
|
471
|
+
<data>
|
|
472
|
+
<shape width="960" height="540" topLeftX="0" topLeftY="0" type="rect">
|
|
473
|
+
<fill>
|
|
474
|
+
<fillColor color="rgba(92, 127, 255, 1)"/>
|
|
475
|
+
</fill>
|
|
476
|
+
</shape>
|
|
477
|
+
<img src="I097brAnnoQ7MPxog13cyvYrnLd" width="960" height="540" topLeftX="0" topLeftY="0" alpha="0.4">
|
|
478
|
+
<crop type="rect" leftOffset="658" rightOffset="572" topOffset="828" bottomOffset="180" presetHandlers="0"/>
|
|
479
|
+
</img>
|
|
480
|
+
<img src="SBTYbKGAHomWYcxxZwjcFtM9npA" width="507" height="414" topLeftX="-5" topLeftY="63" rotation="62" alpha="0.06">
|
|
481
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
482
|
+
</img>
|
|
483
|
+
<shape width="370" height="84" topLeftX="416" topLeftY="270" type="text">
|
|
484
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
|
|
485
|
+
<p textAlign="left">
|
|
486
|
+
<span color="rgba(255, 255, 255, 1)">输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题</span>
|
|
487
|
+
</p>
|
|
488
|
+
</content>
|
|
489
|
+
</shape>
|
|
490
|
+
<shape width="370" height="81" topLeftX="416" topLeftY="178" type="text">
|
|
491
|
+
<content textType="title" fontSize="54" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
492
|
+
<p textAlign="left">
|
|
493
|
+
<span color="rgba(255, 255, 255, 1)">项目流程</span>
|
|
494
|
+
</p>
|
|
495
|
+
</content>
|
|
496
|
+
</shape>
|
|
497
|
+
<shape width="241" height="300" topLeftX="174" topLeftY="120" type="text">
|
|
498
|
+
<content textType="title" fontSize="200" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
499
|
+
<p>02</p>
|
|
500
|
+
</content>
|
|
501
|
+
</shape>
|
|
502
|
+
</data>
|
|
503
|
+
<note>
|
|
504
|
+
<content/>
|
|
505
|
+
</note>
|
|
506
|
+
</slide>
|
|
507
|
+
<slide>
|
|
508
|
+
<style>
|
|
509
|
+
<fill>
|
|
510
|
+
<fillImg src="Ip4ubagmtoY28TxMEObc9qiBnyf" alpha="1" rotateWithShape="false"/>
|
|
511
|
+
</fill>
|
|
512
|
+
</style>
|
|
513
|
+
<data>
|
|
514
|
+
<shape width="418" height="48" topLeftX="50" topLeftY="40" type="text">
|
|
515
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" bold="true">
|
|
516
|
+
<p>项目背景</p>
|
|
517
|
+
</content>
|
|
518
|
+
</shape>
|
|
519
|
+
<shape width="214" height="30" topLeftX="439" topLeftY="77" type="text">
|
|
520
|
+
<content fontSize="20" fontFamily="Arial" color="rgba(0, 0, 0, 1)" bold="true" textAlign="center">
|
|
521
|
+
<p textAlign="center">
|
|
522
|
+
<strong>
|
|
523
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="20" fontFamily="Arial">Before</span>
|
|
524
|
+
</strong>
|
|
525
|
+
</p>
|
|
526
|
+
</content>
|
|
527
|
+
</shape>
|
|
528
|
+
<shape width="214" height="30" topLeftX="692" topLeftY="77" type="text">
|
|
529
|
+
<content fontSize="20" fontFamily="Arial" color="rgba(0, 0, 0, 1)" bold="true" textAlign="center">
|
|
530
|
+
<p textAlign="center">
|
|
531
|
+
<strong>
|
|
532
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="20" fontFamily="Arial">After</span>
|
|
533
|
+
</strong>
|
|
534
|
+
</p>
|
|
535
|
+
</content>
|
|
536
|
+
</shape>
|
|
537
|
+
<img src="HrMwbLZVlohWW4xBV59cqGcUnTc" width="167" height="361" topLeftX="462" topLeftY="126">
|
|
538
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
539
|
+
</img>
|
|
540
|
+
<img src="TDlsbLTkTo1k4exdmbYcQx5Bnac" width="185" height="374" topLeftX="454" topLeftY="120">
|
|
541
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
542
|
+
</img>
|
|
543
|
+
<img src="GwVhbztihoqbHrxfDdVcYHNCnYb" width="167" height="361" topLeftX="715" topLeftY="126">
|
|
544
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
545
|
+
</img>
|
|
546
|
+
<img src="NfYLbrlfjo8tVUxH38hc28jInGf" width="185" height="374" topLeftX="707" topLeftY="120">
|
|
547
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
548
|
+
</img>
|
|
549
|
+
<shape width="314" height="30" topLeftX="87" topLeftY="147" type="text">
|
|
550
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
551
|
+
<p>项目背景</p>
|
|
552
|
+
</content>
|
|
553
|
+
</shape>
|
|
554
|
+
<icon width="24" height="24" topLeftX="50" topLeftY="151" iconType="iconpark/Office/newspaper-folding.svg">
|
|
555
|
+
<fill>
|
|
556
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
557
|
+
</fill>
|
|
558
|
+
<border width="1" lineJoin="miter" miterLimit="10"/>
|
|
559
|
+
</icon>
|
|
560
|
+
<shape width="314" height="30" topLeftX="87" topLeftY="258" type="text">
|
|
561
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
562
|
+
<p>难点</p>
|
|
563
|
+
</content>
|
|
564
|
+
</shape>
|
|
565
|
+
<icon width="24" height="24" topLeftX="50" topLeftY="262" iconType="iconpark/Office/book-one.svg">
|
|
566
|
+
<fill>
|
|
567
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
568
|
+
</fill>
|
|
569
|
+
<border width="1" lineJoin="miter" miterLimit="10"/>
|
|
570
|
+
</icon>
|
|
571
|
+
<shape width="314" height="30" topLeftX="87" topLeftY="365" type="text">
|
|
572
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
573
|
+
<p>策略</p>
|
|
574
|
+
</content>
|
|
575
|
+
</shape>
|
|
576
|
+
<icon width="24" height="24" topLeftX="50" topLeftY="369" iconType="iconpark/Base/save.svg">
|
|
577
|
+
<fill>
|
|
578
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
579
|
+
</fill>
|
|
580
|
+
<border width="1" lineJoin="miter" miterLimit="10"/>
|
|
581
|
+
</icon>
|
|
582
|
+
<shape width="314" height="42" topLeftX="87" topLeftY="186" type="text">
|
|
583
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
584
|
+
<p>
|
|
585
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</span>
|
|
586
|
+
</p>
|
|
587
|
+
</content>
|
|
588
|
+
</shape>
|
|
589
|
+
<shape width="314" height="42" topLeftX="87" topLeftY="294" type="text">
|
|
590
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
591
|
+
<p>
|
|
592
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</span>
|
|
593
|
+
</p>
|
|
594
|
+
</content>
|
|
595
|
+
</shape>
|
|
596
|
+
<shape width="314" height="42" topLeftX="87" topLeftY="403" type="text">
|
|
597
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
598
|
+
<p>
|
|
599
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</span>
|
|
600
|
+
</p>
|
|
601
|
+
</content>
|
|
602
|
+
</shape>
|
|
603
|
+
</data>
|
|
604
|
+
<note>
|
|
605
|
+
<content/>
|
|
606
|
+
</note>
|
|
607
|
+
</slide>
|
|
608
|
+
<slide>
|
|
609
|
+
<style>
|
|
610
|
+
<fill>
|
|
611
|
+
<fillImg src="Ip4ubagmtoY28TxMEObc9qiBnyf" alpha="1" rotateWithShape="false"/>
|
|
612
|
+
</fill>
|
|
613
|
+
</style>
|
|
614
|
+
<data>
|
|
615
|
+
<shape width="418" height="48" topLeftX="50" topLeftY="40" type="text">
|
|
616
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" bold="true">
|
|
617
|
+
<p>项目流程</p>
|
|
618
|
+
</content>
|
|
619
|
+
</shape>
|
|
620
|
+
<shape width="269" height="32" topLeftX="198" topLeftY="50" type="text">
|
|
621
|
+
<content textType="headline" fontSize="20" fontFamily="思源黑体" color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" bold="true">
|
|
622
|
+
<p>
|
|
623
|
+
<span color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" fontSize="20" fontFamily="Arial">STEP 1 </span>
|
|
624
|
+
<span color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" fontSize="20">标题</span>
|
|
625
|
+
</p>
|
|
626
|
+
</content>
|
|
627
|
+
</shape>
|
|
628
|
+
<line startX="295" startY="174" endX="358" endY="174">
|
|
629
|
+
<border color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
630
|
+
<endArrow type="arrow"/>
|
|
631
|
+
</line>
|
|
632
|
+
<line startX="602" startY="174" endX="668" endY="174">
|
|
633
|
+
<border color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
634
|
+
<endArrow type="arrow"/>
|
|
635
|
+
</line>
|
|
636
|
+
<shape width="244" height="216" topLeftX="50" topLeftY="215" presetHandlers="12" type="rect">
|
|
637
|
+
<fill>
|
|
638
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
639
|
+
</fill>
|
|
640
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
641
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
642
|
+
</shape>
|
|
643
|
+
<shape width="244" height="99" topLeftX="358" topLeftY="215" presetHandlers="12" type="rect">
|
|
644
|
+
<fill>
|
|
645
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
646
|
+
</fill>
|
|
647
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
648
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
649
|
+
</shape>
|
|
650
|
+
<shape width="244" height="99" topLeftX="358" topLeftY="332" presetHandlers="12" type="rect">
|
|
651
|
+
<fill>
|
|
652
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
653
|
+
</fill>
|
|
654
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
655
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
656
|
+
</shape>
|
|
657
|
+
<shape width="244" height="216" topLeftX="670" topLeftY="215" presetHandlers="12" type="rect">
|
|
658
|
+
<fill>
|
|
659
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
660
|
+
</fill>
|
|
661
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
662
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
663
|
+
</shape>
|
|
664
|
+
<shape width="209" height="24" topLeftX="70" topLeftY="225" type="text">
|
|
665
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
666
|
+
<p>
|
|
667
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="16">标题</span>
|
|
668
|
+
</p>
|
|
669
|
+
</content>
|
|
670
|
+
</shape>
|
|
671
|
+
<shape width="94" height="48" topLeftX="66" topLeftY="260" type="text">
|
|
672
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
673
|
+
<p>
|
|
674
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="20"> </span>
|
|
675
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="32" fontFamily="Arial">75</span>
|
|
676
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="20" fontFamily="Arial">w</span>
|
|
677
|
+
</p>
|
|
678
|
+
</content>
|
|
679
|
+
</shape>
|
|
680
|
+
<shape width="94" height="21" topLeftX="66" topLeftY="304" type="text">
|
|
681
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)" list="none" textAlign="left">
|
|
682
|
+
<p list="none" textAlign="left">
|
|
683
|
+
<span color="rgba(85, 85, 85, 1)">活跃</span>
|
|
684
|
+
</p>
|
|
685
|
+
</content>
|
|
686
|
+
</shape>
|
|
687
|
+
<shape width="94" height="48" topLeftX="185" topLeftY="261" type="text">
|
|
688
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
689
|
+
<p>
|
|
690
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="20"> </span>
|
|
691
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="32" fontFamily="Arial">90</span>
|
|
692
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="20" fontFamily="Arial">%</span>
|
|
693
|
+
</p>
|
|
694
|
+
</content>
|
|
695
|
+
</shape>
|
|
696
|
+
<shape width="94" height="21" topLeftX="185" topLeftY="305" type="text">
|
|
697
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)" list="none" textAlign="left">
|
|
698
|
+
<p list="none" textAlign="left">
|
|
699
|
+
<span color="rgba(85, 85, 85, 1)">分发</span>
|
|
700
|
+
</p>
|
|
701
|
+
</content>
|
|
702
|
+
</shape>
|
|
703
|
+
<shape width="94" height="48" topLeftX="66" topLeftY="340" type="text">
|
|
704
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
705
|
+
<p>
|
|
706
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="20"> </span>
|
|
707
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="32" fontFamily="Arial">18</span>
|
|
708
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="20" fontFamily="Arial">平方</span>
|
|
709
|
+
</p>
|
|
710
|
+
</content>
|
|
711
|
+
</shape>
|
|
712
|
+
<shape width="94" height="21" topLeftX="66" topLeftY="384" type="text">
|
|
713
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)" list="none" textAlign="left">
|
|
714
|
+
<p list="none" textAlign="left">
|
|
715
|
+
<span color="rgba(85, 85, 85, 1)">数据</span>
|
|
716
|
+
</p>
|
|
717
|
+
</content>
|
|
718
|
+
</shape>
|
|
719
|
+
<shape width="94" height="48" topLeftX="185" topLeftY="342" type="text">
|
|
720
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
721
|
+
<p>
|
|
722
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="20"> </span>
|
|
723
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="32" fontFamily="Arial">912</span>
|
|
724
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="20" fontFamily="Arial">w</span>
|
|
725
|
+
</p>
|
|
726
|
+
</content>
|
|
727
|
+
</shape>
|
|
728
|
+
<shape width="94" height="21" topLeftX="185" topLeftY="385" type="text">
|
|
729
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)" list="none" textAlign="left">
|
|
730
|
+
<p list="none" textAlign="left">
|
|
731
|
+
<span color="rgba(85, 85, 85, 1)">数据</span>
|
|
732
|
+
</p>
|
|
733
|
+
</content>
|
|
734
|
+
</shape>
|
|
735
|
+
<shape width="214" height="24" topLeftX="374" topLeftY="225" type="text">
|
|
736
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
737
|
+
<p>
|
|
738
|
+
<span color="rgba(0, 0, 0, 1)">用户诉求</span>
|
|
739
|
+
</p>
|
|
740
|
+
</content>
|
|
741
|
+
</shape>
|
|
742
|
+
<shape width="214" height="24" topLeftX="374" topLeftY="346" type="text">
|
|
743
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
744
|
+
<p>
|
|
745
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="16">用户诉求</span>
|
|
746
|
+
</p>
|
|
747
|
+
</content>
|
|
748
|
+
</shape>
|
|
749
|
+
<shape width="214" height="24" topLeftX="686" topLeftY="225" type="text">
|
|
750
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
751
|
+
<p>
|
|
752
|
+
<span color="rgba(0, 0, 0, 1)">产品策略</span>
|
|
753
|
+
</p>
|
|
754
|
+
</content>
|
|
755
|
+
</shape>
|
|
756
|
+
<shape width="214" height="42" topLeftX="374" topLeftY="258" type="text">
|
|
757
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
758
|
+
<p>
|
|
759
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述上述主题,输入相关的描述</span>
|
|
760
|
+
</p>
|
|
761
|
+
</content>
|
|
762
|
+
</shape>
|
|
763
|
+
<shape width="214" height="42" topLeftX="374" topLeftY="375" type="text">
|
|
764
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
765
|
+
<p>
|
|
766
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述上述主题,输入相关的描述</span>
|
|
767
|
+
</p>
|
|
768
|
+
</content>
|
|
769
|
+
</shape>
|
|
770
|
+
<shape width="214" height="42" topLeftX="686" topLeftY="258" type="text">
|
|
771
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)" list="bullet" listStyle="circle-hollow-square">
|
|
772
|
+
<ul listStyle="circle-hollow-square">
|
|
773
|
+
<li>
|
|
774
|
+
<p>
|
|
775
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述上述主题,输入相关的描述</span>
|
|
776
|
+
</p>
|
|
777
|
+
</li>
|
|
778
|
+
</ul>
|
|
779
|
+
</content>
|
|
780
|
+
</shape>
|
|
781
|
+
<shape width="214" height="42" topLeftX="686" topLeftY="316" type="text">
|
|
782
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)" list="bullet" listStyle="circle-hollow-square">
|
|
783
|
+
<ul listStyle="circle-hollow-square">
|
|
784
|
+
<li>
|
|
785
|
+
<p>
|
|
786
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述上述主题,输入相关的描述</span>
|
|
787
|
+
</p>
|
|
788
|
+
</li>
|
|
789
|
+
</ul>
|
|
790
|
+
</content>
|
|
791
|
+
</shape>
|
|
792
|
+
<shape width="214" height="42" topLeftX="686" topLeftY="375" type="text">
|
|
793
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)" list="bullet" listStyle="circle-hollow-square">
|
|
794
|
+
<ul listStyle="circle-hollow-square">
|
|
795
|
+
<li>
|
|
796
|
+
<p>
|
|
797
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述上述主题,输入相关的描述</span>
|
|
798
|
+
</p>
|
|
799
|
+
</li>
|
|
800
|
+
</ul>
|
|
801
|
+
</content>
|
|
802
|
+
</shape>
|
|
803
|
+
<shape width="244" height="48" topLeftX="358" topLeftY="149" presetHandlers="12" type="rect">
|
|
804
|
+
<fill>
|
|
805
|
+
<fillColor color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)"/>
|
|
806
|
+
</fill>
|
|
807
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
808
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
809
|
+
<p>
|
|
810
|
+
<strong>
|
|
811
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="20" fontFamily="思源黑体">用户诉求</span>
|
|
812
|
+
</strong>
|
|
813
|
+
</p>
|
|
814
|
+
</content>
|
|
815
|
+
<shadow offset="14" angle="90" blur="34" color="rgba(0, 0, 0, 0.06)"/>
|
|
816
|
+
</shape>
|
|
817
|
+
<shape width="244" height="48" topLeftX="50" topLeftY="149" presetHandlers="12" type="rect">
|
|
818
|
+
<fill>
|
|
819
|
+
<fillColor color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)"/>
|
|
820
|
+
</fill>
|
|
821
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
822
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
823
|
+
<p>
|
|
824
|
+
<span color="rgba(255, 255, 255, 1)">数据情况</span>
|
|
825
|
+
</p>
|
|
826
|
+
</content>
|
|
827
|
+
<shadow offset="14" angle="90" blur="34" color="rgba(0, 0, 0, 0.06)"/>
|
|
828
|
+
</shape>
|
|
829
|
+
<shape width="244" height="48" topLeftX="670" topLeftY="149" presetHandlers="12" type="rect">
|
|
830
|
+
<fill>
|
|
831
|
+
<fillColor color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)"/>
|
|
832
|
+
</fill>
|
|
833
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
834
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
835
|
+
<p>
|
|
836
|
+
<strong>
|
|
837
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="20" fontFamily="思源黑体">产品策略</span>
|
|
838
|
+
</strong>
|
|
839
|
+
</p>
|
|
840
|
+
</content>
|
|
841
|
+
<shadow offset="14" angle="90" blur="34" color="rgba(0, 0, 0, 0.06)"/>
|
|
842
|
+
</shape>
|
|
843
|
+
</data>
|
|
844
|
+
<note>
|
|
845
|
+
<content/>
|
|
846
|
+
</note>
|
|
847
|
+
</slide>
|
|
848
|
+
<slide>
|
|
849
|
+
<style>
|
|
850
|
+
<fill>
|
|
851
|
+
<fillImg src="HoQvb28y6ojQXxx1LRbcr79Rnmg" alpha="1" rotateWithShape="false"/>
|
|
852
|
+
</fill>
|
|
853
|
+
</style>
|
|
854
|
+
<data>
|
|
855
|
+
<shape width="268" height="352" topLeftX="50" topLeftY="127" presetHandlers="12" type="rect">
|
|
856
|
+
<fill>
|
|
857
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
858
|
+
</fill>
|
|
859
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
860
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
861
|
+
</shape>
|
|
862
|
+
<shape width="268" height="352" topLeftX="350" topLeftY="127" presetHandlers="12" type="rect">
|
|
863
|
+
<fill>
|
|
864
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
865
|
+
</fill>
|
|
866
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
867
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
868
|
+
</shape>
|
|
869
|
+
<shape width="268" height="352" topLeftX="645" topLeftY="127" presetHandlers="12" type="rect">
|
|
870
|
+
<fill>
|
|
871
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
872
|
+
</fill>
|
|
873
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
874
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
875
|
+
</shape>
|
|
876
|
+
<shape width="244" height="84" topLeftX="62" topLeftY="358" type="text">
|
|
877
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
878
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
879
|
+
</content>
|
|
880
|
+
</shape>
|
|
881
|
+
<shape width="244" height="30" topLeftX="62" topLeftY="318" type="text">
|
|
882
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true">
|
|
883
|
+
<p>优化方案</p>
|
|
884
|
+
</content>
|
|
885
|
+
</shape>
|
|
886
|
+
<shape width="418" height="48" topLeftX="50" topLeftY="40" type="text">
|
|
887
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true">
|
|
888
|
+
<p>项目流程</p>
|
|
889
|
+
</content>
|
|
890
|
+
</shape>
|
|
891
|
+
<shape width="244" height="84" topLeftX="362" topLeftY="358" type="text">
|
|
892
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
893
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
894
|
+
</content>
|
|
895
|
+
</shape>
|
|
896
|
+
<shape width="244" height="30" topLeftX="362" topLeftY="318" type="text">
|
|
897
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true">
|
|
898
|
+
<p>优化方案</p>
|
|
899
|
+
</content>
|
|
900
|
+
</shape>
|
|
901
|
+
<img src="XaZdbFuAcoHxhoxe8mectkBfnmg" width="244" height="156" topLeftX="657" topLeftY="141">
|
|
902
|
+
<crop type="rect" leftOffset="0.31" rightOffset="0.31" topOffset="0" bottomOffset="0" presetHandlers="8"/>
|
|
903
|
+
</img>
|
|
904
|
+
<img src="MhrybIwZZoz2Gbx4Jf0ceiC1nwe" width="244" height="156" topLeftX="362" topLeftY="141">
|
|
905
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="70" bottomOffset="70" presetHandlers="8"/>
|
|
906
|
+
</img>
|
|
907
|
+
<img src="HgrsbPrsLoDwS0xsybucFUy8nZg" width="244" height="156" topLeftX="62" topLeftY="141">
|
|
908
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0.51" bottomOffset="0.51" presetHandlers="8"/>
|
|
909
|
+
</img>
|
|
910
|
+
<shape width="244" height="84" topLeftX="657" topLeftY="358" type="text">
|
|
911
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
912
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
913
|
+
</content>
|
|
914
|
+
</shape>
|
|
915
|
+
<shape width="244" height="30" topLeftX="657" topLeftY="318" type="text">
|
|
916
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true">
|
|
917
|
+
<p>优化方案</p>
|
|
918
|
+
</content>
|
|
919
|
+
</shape>
|
|
920
|
+
<shape width="269" height="32" topLeftX="198" topLeftY="50" type="text">
|
|
921
|
+
<content textType="headline" fontSize="20" fontFamily="思源黑体" color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" bold="true">
|
|
922
|
+
<p>
|
|
923
|
+
<span color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" fontSize="20" fontFamily="Arial">STEP 2 </span>
|
|
924
|
+
<span color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" fontSize="20">标题</span>
|
|
925
|
+
</p>
|
|
926
|
+
</content>
|
|
927
|
+
</shape>
|
|
928
|
+
<img src="MhrybIwZZoz2Gbx4Jf0ceiC1nwe" width="244" height="156" topLeftX="362" topLeftY="141">
|
|
929
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="137" bottomOffset="2" presetHandlers="8"/>
|
|
930
|
+
</img>
|
|
931
|
+
</data>
|
|
932
|
+
<note>
|
|
933
|
+
<content/>
|
|
934
|
+
</note>
|
|
935
|
+
</slide>
|
|
936
|
+
<slide>
|
|
937
|
+
<style>
|
|
938
|
+
<fill>
|
|
939
|
+
<fillImg src="Ip4ubagmtoY28TxMEObc9qiBnyf" alpha="1" rotateWithShape="false"/>
|
|
940
|
+
</fill>
|
|
941
|
+
</style>
|
|
942
|
+
<data>
|
|
943
|
+
<shape width="418" height="48" topLeftX="50" topLeftY="40" type="text">
|
|
944
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" bold="true">
|
|
945
|
+
<p>项目流程</p>
|
|
946
|
+
</content>
|
|
947
|
+
</shape>
|
|
948
|
+
<shape width="269" height="32" topLeftX="198" topLeftY="50" type="text">
|
|
949
|
+
<content textType="headline" fontSize="20" fontFamily="思源黑体" color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" bold="true">
|
|
950
|
+
<p>
|
|
951
|
+
<span color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" fontSize="20" fontFamily="Arial">STEP 3 </span>
|
|
952
|
+
<span color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" fontSize="20">标题</span>
|
|
953
|
+
</p>
|
|
954
|
+
</content>
|
|
955
|
+
</shape>
|
|
956
|
+
<shape width="294" height="367" topLeftX="608" topLeftY="125" presetHandlers="12" type="rect">
|
|
957
|
+
<fill>
|
|
958
|
+
<fillColor color="rgba(92, 127, 255, 1)"/>
|
|
959
|
+
</fill>
|
|
960
|
+
</shape>
|
|
961
|
+
<img src="Mcv6bIdsOolSpmxS3Vsct7mcnwc" width="295" height="367" topLeftX="607" topLeftY="125" alpha="0.4">
|
|
962
|
+
<shadow offset="13" blur="45" color="rgba(30, 47, 88, 0.35)"/>
|
|
963
|
+
<crop type="rect" leftOffset="202" rightOffset="176" topOffset="563" bottomOffset="123" presetHandlers="12"/>
|
|
964
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
965
|
+
</img>
|
|
966
|
+
<img src="VNIGbqkVgoLiefx8Cmocw8vKnrc" width="278" height="155" topLeftX="616" topLeftY="337" rotation="360" alpha="0.1">
|
|
967
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="72" presetHandlers="0"/>
|
|
968
|
+
</img>
|
|
969
|
+
<shape width="254" height="30" topLeftX="625" topLeftY="143" type="text">
|
|
970
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
971
|
+
<p>标题</p>
|
|
972
|
+
</content>
|
|
973
|
+
</shape>
|
|
974
|
+
<shape width="254" height="147" topLeftX="627" topLeftY="186" type="text">
|
|
975
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" list="bullet" listStyle="circle-hollow-square" textAlign="left">
|
|
976
|
+
<ul listStyle="circle-hollow-square">
|
|
977
|
+
<li>
|
|
978
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题</p>
|
|
979
|
+
</li>
|
|
980
|
+
<li>
|
|
981
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题</p>
|
|
982
|
+
</li>
|
|
983
|
+
</ul>
|
|
984
|
+
</content>
|
|
985
|
+
</shape>
|
|
986
|
+
<line startX="882" startY="365" endX="627" endY="365">
|
|
987
|
+
<border color="rgba(221, 222, 223, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
988
|
+
</line>
|
|
989
|
+
<shape width="252" height="60" topLeftX="627" topLeftY="380" type="text">
|
|
990
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
991
|
+
<p>
|
|
992
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="20">提效 </span>
|
|
993
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="40" fontFamily="Arial">75 </span>
|
|
994
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="20">%</span>
|
|
995
|
+
</p>
|
|
996
|
+
</content>
|
|
997
|
+
</shape>
|
|
998
|
+
<shape width="252" height="21" topLeftX="627" topLeftY="440" type="text">
|
|
999
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" list="none" textAlign="left">
|
|
1000
|
+
<p list="none" textAlign="left">平均流转耗时缩减为 1/4</p>
|
|
1001
|
+
</content>
|
|
1002
|
+
</shape>
|
|
1003
|
+
<img src="QqDWb0utco37ztxvUZscG0Btnqh" width="167" height="361" topLeftX="397" topLeftY="126">
|
|
1004
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
1005
|
+
</img>
|
|
1006
|
+
<img src="NfYLbrlfjo8tVUxH38hc28jInGf" width="185" height="374" topLeftX="389" topLeftY="120">
|
|
1007
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1008
|
+
</img>
|
|
1009
|
+
<shape width="269" height="30" topLeftX="87" topLeftY="147" type="text">
|
|
1010
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
1011
|
+
<p>
|
|
1012
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="20">标题</span>
|
|
1013
|
+
</p>
|
|
1014
|
+
</content>
|
|
1015
|
+
</shape>
|
|
1016
|
+
<icon width="24" height="24" topLeftX="50" topLeftY="151" iconType="iconpark/Office/newspaper-folding.svg">
|
|
1017
|
+
<fill>
|
|
1018
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1019
|
+
</fill>
|
|
1020
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1021
|
+
</icon>
|
|
1022
|
+
<shape width="269" height="30" topLeftX="87" topLeftY="258" type="text">
|
|
1023
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
1024
|
+
<p>
|
|
1025
|
+
<span color="rgba(0, 0, 0, 1)">标题</span>
|
|
1026
|
+
</p>
|
|
1027
|
+
</content>
|
|
1028
|
+
</shape>
|
|
1029
|
+
<icon width="24" height="24" topLeftX="50" topLeftY="262" iconType="iconpark/Office/book-one.svg">
|
|
1030
|
+
<fill>
|
|
1031
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1032
|
+
</fill>
|
|
1033
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1034
|
+
</icon>
|
|
1035
|
+
<shape width="269" height="30" topLeftX="87" topLeftY="365" type="text">
|
|
1036
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
1037
|
+
<p>
|
|
1038
|
+
<span color="rgba(0, 0, 0, 1)">标题</span>
|
|
1039
|
+
</p>
|
|
1040
|
+
</content>
|
|
1041
|
+
</shape>
|
|
1042
|
+
<icon width="24" height="24" topLeftX="50" topLeftY="369" iconType="iconpark/Base/save.svg">
|
|
1043
|
+
<fill>
|
|
1044
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1045
|
+
</fill>
|
|
1046
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1047
|
+
</icon>
|
|
1048
|
+
<shape width="269" height="42" topLeftX="87" topLeftY="186" type="text">
|
|
1049
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1050
|
+
<p>
|
|
1051
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</span>
|
|
1052
|
+
</p>
|
|
1053
|
+
</content>
|
|
1054
|
+
</shape>
|
|
1055
|
+
<shape width="269" height="42" topLeftX="87" topLeftY="294" type="text">
|
|
1056
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1057
|
+
<p>
|
|
1058
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</span>
|
|
1059
|
+
</p>
|
|
1060
|
+
</content>
|
|
1061
|
+
</shape>
|
|
1062
|
+
<shape width="269" height="42" topLeftX="87" topLeftY="403" type="text">
|
|
1063
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1064
|
+
<p>
|
|
1065
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</span>
|
|
1066
|
+
</p>
|
|
1067
|
+
</content>
|
|
1068
|
+
</shape>
|
|
1069
|
+
</data>
|
|
1070
|
+
<note>
|
|
1071
|
+
<content/>
|
|
1072
|
+
</note>
|
|
1073
|
+
</slide>
|
|
1074
|
+
<slide>
|
|
1075
|
+
<style>
|
|
1076
|
+
<fill>
|
|
1077
|
+
<fillImg src="Ip4ubagmtoY28TxMEObc9qiBnyf" alpha="1" rotateWithShape="false"/>
|
|
1078
|
+
</fill>
|
|
1079
|
+
</style>
|
|
1080
|
+
<data>
|
|
1081
|
+
<shape width="418" height="48" topLeftX="50" topLeftY="40" type="text">
|
|
1082
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" bold="true">
|
|
1083
|
+
<p>项目结果</p>
|
|
1084
|
+
</content>
|
|
1085
|
+
</shape>
|
|
1086
|
+
<shape width="423" height="385" topLeftX="499" topLeftY="107" presetHandlers="12" type="rect">
|
|
1087
|
+
<fill>
|
|
1088
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
1089
|
+
</fill>
|
|
1090
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1091
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1092
|
+
</shape>
|
|
1093
|
+
<undefined type="chart_refer_host_perm"/>
|
|
1094
|
+
<shape width="400" height="60" topLeftX="50" topLeftY="250" type="text">
|
|
1095
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(52, 113, 252, 1)" bold="true" list="none">
|
|
1096
|
+
<p list="none">
|
|
1097
|
+
<strong>
|
|
1098
|
+
<span color="rgba(52, 113, 252, 1)" fontSize="20">输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</span>
|
|
1099
|
+
</strong>
|
|
1100
|
+
</p>
|
|
1101
|
+
</content>
|
|
1102
|
+
</shape>
|
|
1103
|
+
<shape width="82" height="48" topLeftX="50" topLeftY="166" type="text">
|
|
1104
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
1105
|
+
<p>
|
|
1106
|
+
<span color="rgba(0, 0, 0, 1)">1290</span>
|
|
1107
|
+
</p>
|
|
1108
|
+
</content>
|
|
1109
|
+
</shape>
|
|
1110
|
+
<icon width="21" height="21" topLeftX="132" topLeftY="178" iconType="iconpark/Charts/chart-line.svg">
|
|
1111
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1112
|
+
</icon>
|
|
1113
|
+
<shape width="110" height="21" topLeftX="50" topLeftY="141" type="text">
|
|
1114
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1115
|
+
<p>指标 A 增长</p>
|
|
1116
|
+
</content>
|
|
1117
|
+
</shape>
|
|
1118
|
+
<shape width="67" height="48" topLeftX="239" topLeftY="166" type="text">
|
|
1119
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
1120
|
+
<p>
|
|
1121
|
+
<span color="rgba(0, 0, 0, 1)">820</span>
|
|
1122
|
+
</p>
|
|
1123
|
+
</content>
|
|
1124
|
+
</shape>
|
|
1125
|
+
<icon width="21" height="21" topLeftX="306" topLeftY="178" iconType="iconpark/Charts/chart-line.svg">
|
|
1126
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1127
|
+
</icon>
|
|
1128
|
+
<shape width="110" height="21" topLeftX="239" topLeftY="141" type="text">
|
|
1129
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1130
|
+
<p>指标 B 增长</p>
|
|
1131
|
+
</content>
|
|
1132
|
+
</shape>
|
|
1133
|
+
<shape width="400" height="42" topLeftX="50" topLeftY="328" type="text">
|
|
1134
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1135
|
+
<p>
|
|
1136
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</span>
|
|
1137
|
+
</p>
|
|
1138
|
+
</content>
|
|
1139
|
+
</shape>
|
|
1140
|
+
<shape width="400" height="63" topLeftX="50" topLeftY="389" type="text">
|
|
1141
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1142
|
+
<p>
|
|
1143
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</span>
|
|
1144
|
+
</p>
|
|
1145
|
+
</content>
|
|
1146
|
+
</shape>
|
|
1147
|
+
</data>
|
|
1148
|
+
<note>
|
|
1149
|
+
<content/>
|
|
1150
|
+
</note>
|
|
1151
|
+
</slide>
|
|
1152
|
+
<slide>
|
|
1153
|
+
<style>
|
|
1154
|
+
<fill>
|
|
1155
|
+
<fillImg src="Ip4ubagmtoY28TxMEObc9qiBnyf" alpha="1" rotateWithShape="false"/>
|
|
1156
|
+
</fill>
|
|
1157
|
+
</style>
|
|
1158
|
+
<data>
|
|
1159
|
+
<shape width="418" height="48" topLeftX="50" topLeftY="40" type="text">
|
|
1160
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" bold="true">
|
|
1161
|
+
<p>项目结果</p>
|
|
1162
|
+
</content>
|
|
1163
|
+
</shape>
|
|
1164
|
+
<shape width="870" height="308" topLeftX="47" topLeftY="146" presetHandlers="12" type="rect">
|
|
1165
|
+
<fill>
|
|
1166
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
1167
|
+
</fill>
|
|
1168
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1169
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1170
|
+
</shape>
|
|
1171
|
+
<table topLeftX="59" topLeftY="159">
|
|
1172
|
+
<colgroup>
|
|
1173
|
+
<col span="1" width="59"/>
|
|
1174
|
+
<col span="1" width="252"/>
|
|
1175
|
+
<col span="1" width="335"/>
|
|
1176
|
+
<col span="1" width="199"/>
|
|
1177
|
+
</colgroup>
|
|
1178
|
+
<tr height="38">
|
|
1179
|
+
<td>
|
|
1180
|
+
<borderTop color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1181
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1182
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1183
|
+
<borderLeft color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1184
|
+
<fill>
|
|
1185
|
+
<fillColor color="rgba(52, 113, 252, 1)"/>
|
|
1186
|
+
</fill>
|
|
1187
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1188
|
+
<p textAlign="left"/>
|
|
1189
|
+
</content>
|
|
1190
|
+
</td>
|
|
1191
|
+
<td>
|
|
1192
|
+
<borderTop color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1193
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1194
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1195
|
+
<fill>
|
|
1196
|
+
<fillColor color="rgba(52, 113, 252, 1)"/>
|
|
1197
|
+
</fill>
|
|
1198
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1199
|
+
<p textAlign="left">
|
|
1200
|
+
<strong>
|
|
1201
|
+
<span color="rgba(255, 255, 255, 1)">名称</span>
|
|
1202
|
+
</strong>
|
|
1203
|
+
</p>
|
|
1204
|
+
</content>
|
|
1205
|
+
</td>
|
|
1206
|
+
<td>
|
|
1207
|
+
<borderTop color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1208
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1209
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1210
|
+
<fill>
|
|
1211
|
+
<fillColor color="rgba(52, 113, 252, 1)"/>
|
|
1212
|
+
</fill>
|
|
1213
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1214
|
+
<p textAlign="left">
|
|
1215
|
+
<strong>
|
|
1216
|
+
<span color="rgba(255, 255, 255, 1)">描述</span>
|
|
1217
|
+
</strong>
|
|
1218
|
+
</p>
|
|
1219
|
+
</content>
|
|
1220
|
+
</td>
|
|
1221
|
+
<td>
|
|
1222
|
+
<borderTop color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1223
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1224
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1225
|
+
<fill>
|
|
1226
|
+
<fillColor color="rgba(52, 113, 252, 1)"/>
|
|
1227
|
+
</fill>
|
|
1228
|
+
<content paddingRight="6" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1229
|
+
<p textAlign="left">
|
|
1230
|
+
<strong>
|
|
1231
|
+
<span color="rgba(255, 255, 255, 1)">结果</span>
|
|
1232
|
+
</strong>
|
|
1233
|
+
</p>
|
|
1234
|
+
</content>
|
|
1235
|
+
</td>
|
|
1236
|
+
</tr>
|
|
1237
|
+
<tr height="54">
|
|
1238
|
+
<td>
|
|
1239
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1240
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1241
|
+
<borderLeft color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1242
|
+
<fill>
|
|
1243
|
+
<fillColor/>
|
|
1244
|
+
</fill>
|
|
1245
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1246
|
+
<p textAlign="left">
|
|
1247
|
+
<span color="rgba(0, 0, 0, 1)">1</span>
|
|
1248
|
+
</p>
|
|
1249
|
+
</content>
|
|
1250
|
+
</td>
|
|
1251
|
+
<td>
|
|
1252
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1253
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1254
|
+
<fill>
|
|
1255
|
+
<fillColor/>
|
|
1256
|
+
</fill>
|
|
1257
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1258
|
+
<p textAlign="left">
|
|
1259
|
+
<span color="rgba(0, 0, 0, 1)">输入相关的描述信息描述上述主题</span>
|
|
1260
|
+
</p>
|
|
1261
|
+
</content>
|
|
1262
|
+
</td>
|
|
1263
|
+
<td>
|
|
1264
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1265
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1266
|
+
<fill>
|
|
1267
|
+
<fillColor/>
|
|
1268
|
+
</fill>
|
|
1269
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1270
|
+
<p textAlign="left">
|
|
1271
|
+
<span color="rgba(0, 0, 0, 1)">输入相关的描述信息描述上述主题</span>
|
|
1272
|
+
</p>
|
|
1273
|
+
</content>
|
|
1274
|
+
</td>
|
|
1275
|
+
<td>
|
|
1276
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1277
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1278
|
+
<fill>
|
|
1279
|
+
<fillColor/>
|
|
1280
|
+
</fill>
|
|
1281
|
+
<content paddingRight="6" fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1282
|
+
<p textAlign="left">
|
|
1283
|
+
<span color="rgba(0, 0, 0, 1)">结果</span>
|
|
1284
|
+
</p>
|
|
1285
|
+
</content>
|
|
1286
|
+
</td>
|
|
1287
|
+
</tr>
|
|
1288
|
+
<tr height="48">
|
|
1289
|
+
<td>
|
|
1290
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1291
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1292
|
+
<borderLeft color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1293
|
+
<fill>
|
|
1294
|
+
<fillColor color="rgba(248, 248, 248, 1)"/>
|
|
1295
|
+
</fill>
|
|
1296
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1297
|
+
<p textAlign="left">
|
|
1298
|
+
<span color="rgba(0, 0, 0, 1)">2</span>
|
|
1299
|
+
</p>
|
|
1300
|
+
</content>
|
|
1301
|
+
</td>
|
|
1302
|
+
<td>
|
|
1303
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1304
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1305
|
+
<fill>
|
|
1306
|
+
<fillColor color="rgba(248, 248, 248, 1)"/>
|
|
1307
|
+
</fill>
|
|
1308
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1309
|
+
<p textAlign="left">
|
|
1310
|
+
<span color="rgba(0, 0, 0, 1)">输入相关的描述信息描述上述主题</span>
|
|
1311
|
+
</p>
|
|
1312
|
+
</content>
|
|
1313
|
+
</td>
|
|
1314
|
+
<td>
|
|
1315
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1316
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1317
|
+
<fill>
|
|
1318
|
+
<fillColor color="rgba(248, 248, 248, 1)"/>
|
|
1319
|
+
</fill>
|
|
1320
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1321
|
+
<p textAlign="left">
|
|
1322
|
+
<span color="rgba(0, 0, 0, 1)">输入相关的描述信息描述上述主题</span>
|
|
1323
|
+
</p>
|
|
1324
|
+
</content>
|
|
1325
|
+
</td>
|
|
1326
|
+
<td>
|
|
1327
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1328
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1329
|
+
<fill>
|
|
1330
|
+
<fillColor color="rgba(248, 248, 248, 1)"/>
|
|
1331
|
+
</fill>
|
|
1332
|
+
<content paddingRight="6" fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1333
|
+
<p textAlign="left">
|
|
1334
|
+
<span color="rgba(0, 0, 0, 1)">结果</span>
|
|
1335
|
+
</p>
|
|
1336
|
+
</content>
|
|
1337
|
+
</td>
|
|
1338
|
+
</tr>
|
|
1339
|
+
<tr height="48">
|
|
1340
|
+
<td>
|
|
1341
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1342
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1343
|
+
<borderLeft color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1344
|
+
<fill>
|
|
1345
|
+
<fillColor/>
|
|
1346
|
+
</fill>
|
|
1347
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1348
|
+
<p textAlign="left">
|
|
1349
|
+
<span color="rgba(0, 0, 0, 1)">3</span>
|
|
1350
|
+
</p>
|
|
1351
|
+
</content>
|
|
1352
|
+
</td>
|
|
1353
|
+
<td>
|
|
1354
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1355
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1356
|
+
<fill>
|
|
1357
|
+
<fillColor/>
|
|
1358
|
+
</fill>
|
|
1359
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1360
|
+
<p textAlign="left">
|
|
1361
|
+
<span color="rgba(0, 0, 0, 1)">输入相关的描述信息描述上述主题</span>
|
|
1362
|
+
</p>
|
|
1363
|
+
</content>
|
|
1364
|
+
</td>
|
|
1365
|
+
<td>
|
|
1366
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1367
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1368
|
+
<fill>
|
|
1369
|
+
<fillColor/>
|
|
1370
|
+
</fill>
|
|
1371
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1372
|
+
<p textAlign="left">
|
|
1373
|
+
<span color="rgba(0, 0, 0, 1)">输入相关的描述信息描述上述主题</span>
|
|
1374
|
+
</p>
|
|
1375
|
+
</content>
|
|
1376
|
+
</td>
|
|
1377
|
+
<td>
|
|
1378
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1379
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1380
|
+
<fill>
|
|
1381
|
+
<fillColor/>
|
|
1382
|
+
</fill>
|
|
1383
|
+
<content paddingRight="6" fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1384
|
+
<p textAlign="left">
|
|
1385
|
+
<span color="rgba(0, 0, 0, 1)">结果</span>
|
|
1386
|
+
</p>
|
|
1387
|
+
</content>
|
|
1388
|
+
</td>
|
|
1389
|
+
</tr>
|
|
1390
|
+
<tr height="48">
|
|
1391
|
+
<td>
|
|
1392
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1393
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1394
|
+
<borderLeft color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1395
|
+
<fill>
|
|
1396
|
+
<fillColor color="rgba(248, 248, 248, 1)"/>
|
|
1397
|
+
</fill>
|
|
1398
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1399
|
+
<p textAlign="left">
|
|
1400
|
+
<span color="rgba(0, 0, 0, 1)">4</span>
|
|
1401
|
+
</p>
|
|
1402
|
+
</content>
|
|
1403
|
+
</td>
|
|
1404
|
+
<td>
|
|
1405
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1406
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1407
|
+
<fill>
|
|
1408
|
+
<fillColor color="rgba(248, 248, 248, 1)"/>
|
|
1409
|
+
</fill>
|
|
1410
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1411
|
+
<p textAlign="left">
|
|
1412
|
+
<span color="rgba(0, 0, 0, 1)">输入相关的描述信息描述上述主题</span>
|
|
1413
|
+
</p>
|
|
1414
|
+
</content>
|
|
1415
|
+
</td>
|
|
1416
|
+
<td>
|
|
1417
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1418
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1419
|
+
<fill>
|
|
1420
|
+
<fillColor color="rgba(248, 248, 248, 1)"/>
|
|
1421
|
+
</fill>
|
|
1422
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1423
|
+
<p textAlign="left">
|
|
1424
|
+
<span color="rgba(0, 0, 0, 1)">输入相关的描述信息描述上述主题</span>
|
|
1425
|
+
</p>
|
|
1426
|
+
</content>
|
|
1427
|
+
</td>
|
|
1428
|
+
<td>
|
|
1429
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1430
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1431
|
+
<fill>
|
|
1432
|
+
<fillColor color="rgba(248, 248, 248, 1)"/>
|
|
1433
|
+
</fill>
|
|
1434
|
+
<content paddingRight="6" fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1435
|
+
<p textAlign="left">
|
|
1436
|
+
<span color="rgba(0, 0, 0, 1)">结果</span>
|
|
1437
|
+
</p>
|
|
1438
|
+
</content>
|
|
1439
|
+
</td>
|
|
1440
|
+
</tr>
|
|
1441
|
+
<tr height="48">
|
|
1442
|
+
<td>
|
|
1443
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1444
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1445
|
+
<borderLeft color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1446
|
+
<fill>
|
|
1447
|
+
<fillColor/>
|
|
1448
|
+
</fill>
|
|
1449
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1450
|
+
<p textAlign="left">
|
|
1451
|
+
<span color="rgba(0, 0, 0, 1)">5</span>
|
|
1452
|
+
</p>
|
|
1453
|
+
</content>
|
|
1454
|
+
</td>
|
|
1455
|
+
<td>
|
|
1456
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1457
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1458
|
+
<fill>
|
|
1459
|
+
<fillColor/>
|
|
1460
|
+
</fill>
|
|
1461
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1462
|
+
<p textAlign="left">
|
|
1463
|
+
<span color="rgba(0, 0, 0, 1)">输入相关的描述信息描述上述主题</span>
|
|
1464
|
+
</p>
|
|
1465
|
+
</content>
|
|
1466
|
+
</td>
|
|
1467
|
+
<td>
|
|
1468
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1469
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1470
|
+
<fill>
|
|
1471
|
+
<fillColor/>
|
|
1472
|
+
</fill>
|
|
1473
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1474
|
+
<p textAlign="left">
|
|
1475
|
+
<span color="rgba(0, 0, 0, 1)">输入相关的描述信息描述上述主题</span>
|
|
1476
|
+
</p>
|
|
1477
|
+
</content>
|
|
1478
|
+
</td>
|
|
1479
|
+
<td>
|
|
1480
|
+
<borderRight color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1481
|
+
<borderBottom color="rgba(248, 248, 248, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1482
|
+
<fill>
|
|
1483
|
+
<fillColor/>
|
|
1484
|
+
</fill>
|
|
1485
|
+
<content paddingRight="6" fontSize="14" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
|
|
1486
|
+
<p textAlign="left">
|
|
1487
|
+
<span color="rgba(0, 0, 0, 1)">结果</span>
|
|
1488
|
+
</p>
|
|
1489
|
+
</content>
|
|
1490
|
+
</td>
|
|
1491
|
+
</tr>
|
|
1492
|
+
</table>
|
|
1493
|
+
</data>
|
|
1494
|
+
<note>
|
|
1495
|
+
<content/>
|
|
1496
|
+
</note>
|
|
1497
|
+
</slide>
|
|
1498
|
+
<slide>
|
|
1499
|
+
<style/>
|
|
1500
|
+
<data>
|
|
1501
|
+
<shape width="960" height="540" topLeftX="0" topLeftY="0" type="rect">
|
|
1502
|
+
<fill>
|
|
1503
|
+
<fillColor color="rgba(92, 127, 255, 1)"/>
|
|
1504
|
+
</fill>
|
|
1505
|
+
</shape>
|
|
1506
|
+
<img src="I097brAnnoQ7MPxog13cyvYrnLd" width="960" height="540" topLeftX="0" topLeftY="0" alpha="0.4">
|
|
1507
|
+
<crop type="rect" leftOffset="658" rightOffset="572" topOffset="828" bottomOffset="180" presetHandlers="0"/>
|
|
1508
|
+
</img>
|
|
1509
|
+
<img src="SBTYbKGAHomWYcxxZwjcFtM9npA" width="507" height="414" topLeftX="-5" topLeftY="63" rotation="62" alpha="0.06">
|
|
1510
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1511
|
+
</img>
|
|
1512
|
+
<shape width="370" height="84" topLeftX="416" topLeftY="270" type="text">
|
|
1513
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
|
|
1514
|
+
<p textAlign="left">
|
|
1515
|
+
<span color="rgba(255, 255, 255, 1)">输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题</span>
|
|
1516
|
+
</p>
|
|
1517
|
+
</content>
|
|
1518
|
+
</shape>
|
|
1519
|
+
<shape width="370" height="81" topLeftX="416" topLeftY="178" type="text">
|
|
1520
|
+
<content textType="title" fontSize="54" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1521
|
+
<p textAlign="left">
|
|
1522
|
+
<span color="rgba(255, 255, 255, 1)">经验教训</span>
|
|
1523
|
+
</p>
|
|
1524
|
+
</content>
|
|
1525
|
+
</shape>
|
|
1526
|
+
<shape width="241" height="300" topLeftX="174" topLeftY="120" type="text">
|
|
1527
|
+
<content textType="title" fontSize="200" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1528
|
+
<p>03</p>
|
|
1529
|
+
</content>
|
|
1530
|
+
</shape>
|
|
1531
|
+
</data>
|
|
1532
|
+
<note>
|
|
1533
|
+
<content/>
|
|
1534
|
+
</note>
|
|
1535
|
+
</slide>
|
|
1536
|
+
<slide>
|
|
1537
|
+
<style>
|
|
1538
|
+
<fill>
|
|
1539
|
+
<fillImg src="Ip4ubagmtoY28TxMEObc9qiBnyf" alpha="1" rotateWithShape="false"/>
|
|
1540
|
+
</fill>
|
|
1541
|
+
</style>
|
|
1542
|
+
<data>
|
|
1543
|
+
<shape width="418" height="48" topLeftX="50" topLeftY="40" type="text">
|
|
1544
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" bold="true">
|
|
1545
|
+
<p>如何应对挑战</p>
|
|
1546
|
+
</content>
|
|
1547
|
+
</shape>
|
|
1548
|
+
<shape width="268" height="367" topLeftX="361" topLeftY="121" presetHandlers="12" type="rect">
|
|
1549
|
+
<fill>
|
|
1550
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
1551
|
+
</fill>
|
|
1552
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1553
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1554
|
+
</shape>
|
|
1555
|
+
<shape width="268" height="367" topLeftX="647" topLeftY="121" presetHandlers="12" type="rect">
|
|
1556
|
+
<fill>
|
|
1557
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
1558
|
+
</fill>
|
|
1559
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1560
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1561
|
+
</shape>
|
|
1562
|
+
<shape width="218" height="30" topLeftX="386" topLeftY="142" type="text">
|
|
1563
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)" bold="true" textAlign="left">
|
|
1564
|
+
<p>
|
|
1565
|
+
<span color="rgba(85, 85, 85, 1)">Before</span>
|
|
1566
|
+
</p>
|
|
1567
|
+
</content>
|
|
1568
|
+
</shape>
|
|
1569
|
+
<shape width="218" height="30" topLeftX="672" topLeftY="142" type="text">
|
|
1570
|
+
<content fontSize="20" fontFamily="思源黑体" color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" bold="true" textAlign="left">
|
|
1571
|
+
<p>
|
|
1572
|
+
<span color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)">Now</span>
|
|
1573
|
+
</p>
|
|
1574
|
+
</content>
|
|
1575
|
+
</shape>
|
|
1576
|
+
<shape width="218" height="30" topLeftX="672" topLeftY="200" type="text">
|
|
1577
|
+
<content fontSize="20" fontFamily="思源黑体" color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" bold="true" textAlign="left">
|
|
1578
|
+
<p>
|
|
1579
|
+
<span color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" fontSize="20">标题</span>
|
|
1580
|
+
</p>
|
|
1581
|
+
</content>
|
|
1582
|
+
</shape>
|
|
1583
|
+
<icon width="20" height="20" topLeftX="672" topLeftY="326" iconType="iconpark/Character/check-one.svg">
|
|
1584
|
+
<fill>
|
|
1585
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1586
|
+
</fill>
|
|
1587
|
+
<border color="rgba(52, 113, 252, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1588
|
+
</icon>
|
|
1589
|
+
<icon width="20" height="20" topLeftX="672" topLeftY="355" iconType="iconpark/Character/check-one.svg">
|
|
1590
|
+
<fill>
|
|
1591
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1592
|
+
</fill>
|
|
1593
|
+
<border color="rgba(52, 113, 252, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1594
|
+
</icon>
|
|
1595
|
+
<icon width="20" height="20" topLeftX="672" topLeftY="387" iconType="iconpark/Character/check-one.svg">
|
|
1596
|
+
<fill>
|
|
1597
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1598
|
+
</fill>
|
|
1599
|
+
<border color="rgba(52, 113, 252, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1600
|
+
</icon>
|
|
1601
|
+
<icon width="20" height="20" topLeftX="672" topLeftY="416" iconType="iconpark/Character/check-one.svg">
|
|
1602
|
+
<fill>
|
|
1603
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1604
|
+
</fill>
|
|
1605
|
+
<border color="rgba(52, 113, 252, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1606
|
+
</icon>
|
|
1607
|
+
<shape width="194" height="21" topLeftX="702" topLeftY="325" type="text">
|
|
1608
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1609
|
+
<p>
|
|
1610
|
+
<span color="rgba(85, 85, 85, 1)">描述信息</span>
|
|
1611
|
+
</p>
|
|
1612
|
+
</content>
|
|
1613
|
+
</shape>
|
|
1614
|
+
<shape width="194" height="21" topLeftX="702" topLeftY="355" type="text">
|
|
1615
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1616
|
+
<p>
|
|
1617
|
+
<span color="rgba(85, 85, 85, 1)">描述信息</span>
|
|
1618
|
+
</p>
|
|
1619
|
+
</content>
|
|
1620
|
+
</shape>
|
|
1621
|
+
<shape width="194" height="21" topLeftX="702" topLeftY="386" type="text">
|
|
1622
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1623
|
+
<p>
|
|
1624
|
+
<span color="rgba(85, 85, 85, 1)">描述信息</span>
|
|
1625
|
+
</p>
|
|
1626
|
+
</content>
|
|
1627
|
+
</shape>
|
|
1628
|
+
<shape width="194" height="21" topLeftX="702" topLeftY="416" type="text">
|
|
1629
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1630
|
+
<p>
|
|
1631
|
+
<span color="rgba(85, 85, 85, 1)">描述信息</span>
|
|
1632
|
+
</p>
|
|
1633
|
+
</content>
|
|
1634
|
+
</shape>
|
|
1635
|
+
<shape width="218" height="30" topLeftX="386" topLeftY="336" type="text">
|
|
1636
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
1637
|
+
<p>
|
|
1638
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="20">标题</span>
|
|
1639
|
+
</p>
|
|
1640
|
+
</content>
|
|
1641
|
+
</shape>
|
|
1642
|
+
<icon width="20" height="20" topLeftX="384" topLeftY="375" iconType="iconpark/Character/close-one.svg">
|
|
1643
|
+
<fill>
|
|
1644
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1645
|
+
</fill>
|
|
1646
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1647
|
+
</icon>
|
|
1648
|
+
<icon width="20" height="20" topLeftX="384" topLeftY="407" iconType="iconpark/Character/close-one.svg">
|
|
1649
|
+
<fill>
|
|
1650
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1651
|
+
</fill>
|
|
1652
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1653
|
+
</icon>
|
|
1654
|
+
<icon width="20" height="20" topLeftX="384" topLeftY="437" iconType="iconpark/Character/close-one.svg">
|
|
1655
|
+
<fill>
|
|
1656
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1657
|
+
</fill>
|
|
1658
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1659
|
+
</icon>
|
|
1660
|
+
<shape width="194" height="21" topLeftX="411" topLeftY="375" type="text">
|
|
1661
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1662
|
+
<p>
|
|
1663
|
+
<span color="rgba(85, 85, 85, 1)">描述信息</span>
|
|
1664
|
+
</p>
|
|
1665
|
+
</content>
|
|
1666
|
+
</shape>
|
|
1667
|
+
<shape width="194" height="21" topLeftX="411" topLeftY="406" type="text">
|
|
1668
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1669
|
+
<p>
|
|
1670
|
+
<span color="rgba(85, 85, 85, 1)">描述信息</span>
|
|
1671
|
+
</p>
|
|
1672
|
+
</content>
|
|
1673
|
+
</shape>
|
|
1674
|
+
<shape width="194" height="21" topLeftX="411" topLeftY="437" type="text">
|
|
1675
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1676
|
+
<p>
|
|
1677
|
+
<span color="rgba(85, 85, 85, 1)">描述信息</span>
|
|
1678
|
+
</p>
|
|
1679
|
+
</content>
|
|
1680
|
+
</shape>
|
|
1681
|
+
<shape width="218" height="30" topLeftX="386" topLeftY="200" type="text">
|
|
1682
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
|
|
1683
|
+
<p>
|
|
1684
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="20">标题</span>
|
|
1685
|
+
</p>
|
|
1686
|
+
</content>
|
|
1687
|
+
</shape>
|
|
1688
|
+
<icon width="20" height="20" topLeftX="384" topLeftY="240" iconType="iconpark/Character/close-one.svg">
|
|
1689
|
+
<fill>
|
|
1690
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1691
|
+
</fill>
|
|
1692
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1693
|
+
</icon>
|
|
1694
|
+
<icon width="20" height="20" topLeftX="384" topLeftY="271" iconType="iconpark/Character/close-one.svg">
|
|
1695
|
+
<fill>
|
|
1696
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1697
|
+
</fill>
|
|
1698
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1699
|
+
</icon>
|
|
1700
|
+
<icon width="20" height="20" topLeftX="384" topLeftY="301" iconType="iconpark/Character/close-one.svg">
|
|
1701
|
+
<fill>
|
|
1702
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1703
|
+
</fill>
|
|
1704
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1705
|
+
</icon>
|
|
1706
|
+
<shape width="194" height="21" topLeftX="411" topLeftY="240" type="text">
|
|
1707
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1708
|
+
<p>
|
|
1709
|
+
<span color="rgba(85, 85, 85, 1)">描述信息</span>
|
|
1710
|
+
</p>
|
|
1711
|
+
</content>
|
|
1712
|
+
</shape>
|
|
1713
|
+
<shape width="194" height="21" topLeftX="411" topLeftY="271" type="text">
|
|
1714
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1715
|
+
<p>
|
|
1716
|
+
<span color="rgba(85, 85, 85, 1)">描述信息</span>
|
|
1717
|
+
</p>
|
|
1718
|
+
</content>
|
|
1719
|
+
</shape>
|
|
1720
|
+
<shape width="194" height="21" topLeftX="411" topLeftY="301" type="text">
|
|
1721
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1722
|
+
<p>
|
|
1723
|
+
<span color="rgba(85, 85, 85, 1)">描述信息</span>
|
|
1724
|
+
</p>
|
|
1725
|
+
</content>
|
|
1726
|
+
</shape>
|
|
1727
|
+
<shape width="218" height="63" topLeftX="672" topLeftY="241" type="text">
|
|
1728
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(52, 113, 252, 1)">
|
|
1729
|
+
<p>
|
|
1730
|
+
<span color="rgba(52, 113, 252, 1)">输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</span>
|
|
1731
|
+
</p>
|
|
1732
|
+
</content>
|
|
1733
|
+
</shape>
|
|
1734
|
+
<shape width="294" height="367" topLeftX="50" topLeftY="121" presetHandlers="12" type="rect">
|
|
1735
|
+
<fill>
|
|
1736
|
+
<fillColor color="rgba(92, 127, 255, 1)"/>
|
|
1737
|
+
</fill>
|
|
1738
|
+
</shape>
|
|
1739
|
+
<img src="Mcv6bIdsOolSpmxS3Vsct7mcnwc" width="295" height="367" topLeftX="50" topLeftY="121" alpha="0.4">
|
|
1740
|
+
<shadow offset="13" blur="45" color="rgba(30, 47, 88, 0.35)"/>
|
|
1741
|
+
<crop type="rect" leftOffset="202" rightOffset="176" topOffset="563" bottomOffset="123" presetHandlers="12"/>
|
|
1742
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1743
|
+
</img>
|
|
1744
|
+
<img src="VNIGbqkVgoLiefx8Cmocw8vKnrc" width="295" height="103" topLeftX="51" topLeftY="385" rotation="0" alpha="0.1">
|
|
1745
|
+
<crop type="rect" leftOffset="49" rightOffset="0" topOffset="0" bottomOffset="177" presetHandlers="0"/>
|
|
1746
|
+
</img>
|
|
1747
|
+
<shape width="254" height="30" topLeftX="68" topLeftY="142" type="text">
|
|
1748
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1749
|
+
<p>挑战</p>
|
|
1750
|
+
</content>
|
|
1751
|
+
</shape>
|
|
1752
|
+
<shape width="254" height="147" topLeftX="68" topLeftY="291" type="text">
|
|
1753
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" list="bullet" listStyle="circle-hollow-square" textAlign="left">
|
|
1754
|
+
<ul listStyle="circle-hollow-square">
|
|
1755
|
+
<li>
|
|
1756
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题</p>
|
|
1757
|
+
</li>
|
|
1758
|
+
<li>
|
|
1759
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题</p>
|
|
1760
|
+
</li>
|
|
1761
|
+
<li>
|
|
1762
|
+
<p textAlign="left">输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题</p>
|
|
1763
|
+
</li>
|
|
1764
|
+
</ul>
|
|
1765
|
+
</content>
|
|
1766
|
+
</shape>
|
|
1767
|
+
<shape width="88" height="21" topLeftX="101" topLeftY="196" type="text">
|
|
1768
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1769
|
+
<p>
|
|
1770
|
+
<span fontSize="14">响应慢</span>
|
|
1771
|
+
</p>
|
|
1772
|
+
</content>
|
|
1773
|
+
</shape>
|
|
1774
|
+
<icon width="24" height="24" topLeftX="70" topLeftY="195" iconType="iconpark/Base/save.svg">
|
|
1775
|
+
<fill>
|
|
1776
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1777
|
+
</fill>
|
|
1778
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1779
|
+
</icon>
|
|
1780
|
+
<shape width="88" height="21" topLeftX="234" topLeftY="196" type="text">
|
|
1781
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1782
|
+
<p>
|
|
1783
|
+
<span fontSize="14">成本高</span>
|
|
1784
|
+
</p>
|
|
1785
|
+
</content>
|
|
1786
|
+
</shape>
|
|
1787
|
+
<icon width="24" height="24" topLeftX="203" topLeftY="195" iconType="iconpark/Money/coupon.svg">
|
|
1788
|
+
<fill>
|
|
1789
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1790
|
+
</fill>
|
|
1791
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1792
|
+
</icon>
|
|
1793
|
+
<shape width="88" height="21" topLeftX="101" topLeftY="237" type="text">
|
|
1794
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1795
|
+
<p>
|
|
1796
|
+
<span fontSize="14">运维难</span>
|
|
1797
|
+
</p>
|
|
1798
|
+
</content>
|
|
1799
|
+
</shape>
|
|
1800
|
+
<icon width="24" height="24" topLeftX="70" topLeftY="236" iconType="iconpark/Charts/pivot-table.svg">
|
|
1801
|
+
<fill>
|
|
1802
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1803
|
+
</fill>
|
|
1804
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1805
|
+
</icon>
|
|
1806
|
+
<shape width="88" height="21" topLeftX="234" topLeftY="237" type="text">
|
|
1807
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1808
|
+
<p>
|
|
1809
|
+
<span fontSize="14">收益低</span>
|
|
1810
|
+
</p>
|
|
1811
|
+
</content>
|
|
1812
|
+
</shape>
|
|
1813
|
+
<icon width="24" height="24" topLeftX="203" topLeftY="236" iconType="iconpark/Money/consume.svg">
|
|
1814
|
+
<fill>
|
|
1815
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1816
|
+
</fill>
|
|
1817
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1818
|
+
</icon>
|
|
1819
|
+
</data>
|
|
1820
|
+
<note>
|
|
1821
|
+
<content/>
|
|
1822
|
+
</note>
|
|
1823
|
+
</slide>
|
|
1824
|
+
<slide>
|
|
1825
|
+
<style>
|
|
1826
|
+
<fill>
|
|
1827
|
+
<fillImg src="Pt9Kb8mKLo519qxEArtcydiln7d" alpha="1" rotateWithShape="false"/>
|
|
1828
|
+
</fill>
|
|
1829
|
+
</style>
|
|
1830
|
+
<data>
|
|
1831
|
+
<shape width="410" height="257" topLeftX="498" topLeftY="232" presetHandlers="12" type="rect">
|
|
1832
|
+
<fill>
|
|
1833
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
1834
|
+
</fill>
|
|
1835
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1836
|
+
<shadow offset="8" angle="90" blur="24" color="rgba(30, 47, 88, 0.07)"/>
|
|
1837
|
+
</shape>
|
|
1838
|
+
<shape width="410" height="257" topLeftX="51" topLeftY="233" presetHandlers="12" type="rect">
|
|
1839
|
+
<fill>
|
|
1840
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
1841
|
+
</fill>
|
|
1842
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1843
|
+
<shadow offset="8" angle="90" blur="24" color="rgba(30, 47, 88, 0.07)"/>
|
|
1844
|
+
</shape>
|
|
1845
|
+
<shape width="410" height="63" topLeftX="51" topLeftY="153" type="text">
|
|
1846
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1847
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
1848
|
+
</content>
|
|
1849
|
+
</shape>
|
|
1850
|
+
<shape width="410" height="30" topLeftX="51" topLeftY="113" type="text">
|
|
1851
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" bold="true">
|
|
1852
|
+
<p list="none">成功案例</p>
|
|
1853
|
+
</content>
|
|
1854
|
+
</shape>
|
|
1855
|
+
<shape width="418" height="48" topLeftX="50" topLeftY="40" type="text">
|
|
1856
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true">
|
|
1857
|
+
<p>成功案例和学习方法</p>
|
|
1858
|
+
</content>
|
|
1859
|
+
</shape>
|
|
1860
|
+
<img src="K84wbnVu3oY73bxBwt4ckMzdnmh" width="393" height="239" topLeftX="507" topLeftY="241">
|
|
1861
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="8" bottomOffset="8" presetHandlers="8"/>
|
|
1862
|
+
</img>
|
|
1863
|
+
<img src="Ojvpb0MTNoiGXnxlHwjc7yCXnjc" width="393" height="239" topLeftX="60" topLeftY="242">
|
|
1864
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="9" bottomOffset="9" presetHandlers="8"/>
|
|
1865
|
+
</img>
|
|
1866
|
+
<shape width="410" height="63" topLeftX="498" topLeftY="153" type="text">
|
|
1867
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1868
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
1869
|
+
</content>
|
|
1870
|
+
</shape>
|
|
1871
|
+
<shape width="410" height="30" topLeftX="498" topLeftY="113" type="text">
|
|
1872
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" bold="true">
|
|
1873
|
+
<p list="none">成功案例</p>
|
|
1874
|
+
</content>
|
|
1875
|
+
</shape>
|
|
1876
|
+
</data>
|
|
1877
|
+
<note>
|
|
1878
|
+
<content/>
|
|
1879
|
+
</note>
|
|
1880
|
+
</slide>
|
|
1881
|
+
<slide>
|
|
1882
|
+
<style>
|
|
1883
|
+
<fill>
|
|
1884
|
+
<fillImg src="Ip4ubagmtoY28TxMEObc9qiBnyf" alpha="1" rotateWithShape="false"/>
|
|
1885
|
+
</fill>
|
|
1886
|
+
</style>
|
|
1887
|
+
<data>
|
|
1888
|
+
<shape width="418" height="48" topLeftX="50" topLeftY="40" type="text">
|
|
1889
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" bold="true">
|
|
1890
|
+
<p>失败案例和反思</p>
|
|
1891
|
+
</content>
|
|
1892
|
+
</shape>
|
|
1893
|
+
<img src="ENS4bZEMVooy2dxzkoLc5ymEnyh" width="320" height="352" topLeftX="45" topLeftY="116" exposure="14" contrast="-5" saturation="11" temperature="-26">
|
|
1894
|
+
<crop type="rect" leftOffset="73" rightOffset="108" topOffset="0" bottomOffset="0" presetHandlers="12"/>
|
|
1895
|
+
</img>
|
|
1896
|
+
<shape width="320" height="140" topLeftX="252" topLeftY="305" rotation="0" presetHandlers="12" type="rect">
|
|
1897
|
+
<fill>
|
|
1898
|
+
<fillColor color="rgba(92, 127, 255, 1)"/>
|
|
1899
|
+
</fill>
|
|
1900
|
+
</shape>
|
|
1901
|
+
<img src="XX2LbjLyfooYrax1mGzc0Oe1nxg" width="321" height="140" topLeftX="251" topLeftY="305" rotation="0" alpha="0.4">
|
|
1902
|
+
<shadow offset="13" blur="45" color="rgba(30, 47, 88, 0.35)"/>
|
|
1903
|
+
<crop type="rect" leftOffset="220" rightOffset="191" topOffset="215" bottomOffset="47" presetHandlers="12"/>
|
|
1904
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1905
|
+
</img>
|
|
1906
|
+
<img src="WLOIbethsoI8PPxtKLtcEppdnZQ" width="195" height="120" topLeftX="377" topLeftY="314" alpha="0.1">
|
|
1907
|
+
<crop type="rect" leftOffset="0" rightOffset="37" topOffset="0" bottomOffset="69" presetHandlers="0"/>
|
|
1908
|
+
</img>
|
|
1909
|
+
<shape width="256" height="30" topLeftX="297" topLeftY="325" rotation="0" type="text">
|
|
1910
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1911
|
+
<p>反思一</p>
|
|
1912
|
+
</content>
|
|
1913
|
+
</shape>
|
|
1914
|
+
<shape width="256" height="63" topLeftX="297" topLeftY="362" rotation="0" type="text">
|
|
1915
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" list="none" listStyle="circle-hollow-square" textAlign="left">
|
|
1916
|
+
<p list="none" textAlign="left">输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题</p>
|
|
1917
|
+
</content>
|
|
1918
|
+
</shape>
|
|
1919
|
+
<icon width="24" height="24" topLeftX="266" topLeftY="331" rotation="0" iconType="iconpark/Office/notes.svg">
|
|
1920
|
+
<fill>
|
|
1921
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1922
|
+
</fill>
|
|
1923
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1924
|
+
</icon>
|
|
1925
|
+
<shape width="320" height="140" topLeftX="596" topLeftY="305" rotation="0" presetHandlers="12" type="rect">
|
|
1926
|
+
<fill>
|
|
1927
|
+
<fillColor color="rgba(92, 127, 255, 1)"/>
|
|
1928
|
+
</fill>
|
|
1929
|
+
</shape>
|
|
1930
|
+
<img src="XX2LbjLyfooYrax1mGzc0Oe1nxg" width="321" height="140" topLeftX="595" topLeftY="305" rotation="0" alpha="0.4">
|
|
1931
|
+
<shadow offset="13" blur="45" color="rgba(30, 47, 88, 0.35)"/>
|
|
1932
|
+
<crop type="rect" leftOffset="220" rightOffset="191" topOffset="215" bottomOffset="47" presetHandlers="12"/>
|
|
1933
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1934
|
+
</img>
|
|
1935
|
+
<shape width="664" height="134" topLeftX="252" topLeftY="147" presetHandlers="12" type="rect">
|
|
1936
|
+
<fill>
|
|
1937
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
1938
|
+
</fill>
|
|
1939
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1940
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1941
|
+
</shape>
|
|
1942
|
+
<icon width="24" height="24" topLeftX="609" topLeftY="342" rotation="0" iconType="iconpark/Office/doc-success.svg">
|
|
1943
|
+
<fill>
|
|
1944
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1945
|
+
</fill>
|
|
1946
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1947
|
+
</icon>
|
|
1948
|
+
<shape width="605" height="30" topLeftX="297" topLeftY="163" type="text">
|
|
1949
|
+
<content fontSize="20" fontFamily="思源黑体" color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" bold="true" textAlign="left">
|
|
1950
|
+
<p>
|
|
1951
|
+
<span color="linear-gradient(135deg,rgba(113, 153, 255, 1) 0%,rgba(75, 85, 255, 1) 100%)" fontSize="20">失败案例</span>
|
|
1952
|
+
</p>
|
|
1953
|
+
</content>
|
|
1954
|
+
</shape>
|
|
1955
|
+
<shape width="605" height="63" topLeftX="297" topLeftY="199" type="text">
|
|
1956
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
1957
|
+
<p>
|
|
1958
|
+
<span color="rgba(85, 85, 85, 1)">输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</span>
|
|
1959
|
+
</p>
|
|
1960
|
+
</content>
|
|
1961
|
+
</shape>
|
|
1962
|
+
<shape width="256" height="30" topLeftX="641" topLeftY="336" rotation="0" type="text">
|
|
1963
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1964
|
+
<p>反思二</p>
|
|
1965
|
+
</content>
|
|
1966
|
+
</shape>
|
|
1967
|
+
<shape width="256" height="63" topLeftX="641" topLeftY="373" rotation="0" type="text">
|
|
1968
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" list="none" listStyle="circle-hollow-square" textAlign="left">
|
|
1969
|
+
<p list="none" textAlign="left">输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题</p>
|
|
1970
|
+
</content>
|
|
1971
|
+
</shape>
|
|
1972
|
+
<icon width="24" height="24" topLeftX="266" topLeftY="166" rotation="0" iconType="iconpark/Office/doc-fail.svg">
|
|
1973
|
+
<fill>
|
|
1974
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1975
|
+
</fill>
|
|
1976
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1977
|
+
</icon>
|
|
1978
|
+
</data>
|
|
1979
|
+
<note>
|
|
1980
|
+
<content/>
|
|
1981
|
+
</note>
|
|
1982
|
+
</slide>
|
|
1983
|
+
<slide>
|
|
1984
|
+
<style/>
|
|
1985
|
+
<data>
|
|
1986
|
+
<shape width="960" height="540" topLeftX="0" topLeftY="0" type="rect">
|
|
1987
|
+
<fill>
|
|
1988
|
+
<fillColor color="rgba(92, 127, 255, 1)"/>
|
|
1989
|
+
</fill>
|
|
1990
|
+
</shape>
|
|
1991
|
+
<img src="I097brAnnoQ7MPxog13cyvYrnLd" width="960" height="540" topLeftX="0" topLeftY="0" alpha="0.4">
|
|
1992
|
+
<crop type="rect" leftOffset="658" rightOffset="572" topOffset="828" bottomOffset="180" presetHandlers="0"/>
|
|
1993
|
+
</img>
|
|
1994
|
+
<img src="SBTYbKGAHomWYcxxZwjcFtM9npA" width="507" height="414" topLeftX="-5" topLeftY="63" rotation="62" alpha="0.06">
|
|
1995
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1996
|
+
</img>
|
|
1997
|
+
<shape width="370" height="84" topLeftX="416" topLeftY="270" type="text">
|
|
1998
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
|
|
1999
|
+
<p textAlign="left">
|
|
2000
|
+
<span color="rgba(255, 255, 255, 1)">输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题,输入相关的描述信息以解释你的标题</span>
|
|
2001
|
+
</p>
|
|
2002
|
+
</content>
|
|
2003
|
+
</shape>
|
|
2004
|
+
<shape width="370" height="81" topLeftX="416" topLeftY="178" type="text">
|
|
2005
|
+
<content textType="title" fontSize="54" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2006
|
+
<p>
|
|
2007
|
+
<span color="rgba(255, 255, 255, 1)">工作技巧</span>
|
|
2008
|
+
</p>
|
|
2009
|
+
</content>
|
|
2010
|
+
</shape>
|
|
2011
|
+
<shape width="241" height="300" topLeftX="174" topLeftY="120" type="text">
|
|
2012
|
+
<content textType="title" fontSize="200" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2013
|
+
<p>04</p>
|
|
2014
|
+
</content>
|
|
2015
|
+
</shape>
|
|
2016
|
+
</data>
|
|
2017
|
+
<note>
|
|
2018
|
+
<content/>
|
|
2019
|
+
</note>
|
|
2020
|
+
</slide>
|
|
2021
|
+
<slide>
|
|
2022
|
+
<style>
|
|
2023
|
+
<fill>
|
|
2024
|
+
<fillImg src="Yz7KbkMIJoEAo0xxl4ecouP2nje" alpha="1" rotateWithShape="false"/>
|
|
2025
|
+
</fill>
|
|
2026
|
+
</style>
|
|
2027
|
+
<data>
|
|
2028
|
+
<shape width="877" height="238" topLeftX="46" topLeftY="338" presetHandlers="12" type="rect">
|
|
2029
|
+
<fill>
|
|
2030
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
2031
|
+
</fill>
|
|
2032
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
2033
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
2034
|
+
</shape>
|
|
2035
|
+
<line startX="336" startY="160" endX="336" endY="262">
|
|
2036
|
+
<border color="rgba(221, 222, 223, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2037
|
+
</line>
|
|
2038
|
+
<line startX="635" startY="160" endX="635" endY="262">
|
|
2039
|
+
<border color="rgba(221, 222, 223, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
2040
|
+
</line>
|
|
2041
|
+
<shape width="220" height="84" topLeftX="100" topLeftY="190" type="text">
|
|
2042
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
2043
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
2044
|
+
</content>
|
|
2045
|
+
</shape>
|
|
2046
|
+
<shape width="220" height="30" topLeftX="100" topLeftY="150" type="text">
|
|
2047
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" bold="true">
|
|
2048
|
+
<p>标题</p>
|
|
2049
|
+
</content>
|
|
2050
|
+
</shape>
|
|
2051
|
+
<shape width="418" height="48" topLeftX="50" topLeftY="40" type="text">
|
|
2052
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true">
|
|
2053
|
+
<p>工作技巧</p>
|
|
2054
|
+
</content>
|
|
2055
|
+
</shape>
|
|
2056
|
+
<shape width="220" height="84" topLeftX="403" topLeftY="191" type="text">
|
|
2057
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
2058
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
2059
|
+
</content>
|
|
2060
|
+
</shape>
|
|
2061
|
+
<shape width="220" height="30" topLeftX="403" topLeftY="151" type="text">
|
|
2062
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" bold="true">
|
|
2063
|
+
<p>标题</p>
|
|
2064
|
+
</content>
|
|
2065
|
+
</shape>
|
|
2066
|
+
<img src="Ml8kbWqPLoKmiIx1gXPcoPPAn4e" width="852" height="214" topLeftX="59" topLeftY="351" exposure="14" contrast="-5" saturation="11" temperature="-26">
|
|
2067
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="131" bottomOffset="131" presetHandlers="12"/>
|
|
2068
|
+
</img>
|
|
2069
|
+
<shape width="220" height="84" topLeftX="703" topLeftY="191" type="text">
|
|
2070
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
2071
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
2072
|
+
</content>
|
|
2073
|
+
</shape>
|
|
2074
|
+
<shape width="220" height="30" topLeftX="703" topLeftY="151" type="text">
|
|
2075
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" bold="true">
|
|
2076
|
+
<p>标题</p>
|
|
2077
|
+
</content>
|
|
2078
|
+
</shape>
|
|
2079
|
+
<icon width="34" height="34" topLeftX="58" topLeftY="154" iconType="iconpark/Base/config.svg">
|
|
2080
|
+
<fill>
|
|
2081
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
2082
|
+
</fill>
|
|
2083
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
2084
|
+
</icon>
|
|
2085
|
+
<icon width="34" height="34" topLeftX="353" topLeftY="154" iconType="iconpark/Base/camera.svg">
|
|
2086
|
+
<fill>
|
|
2087
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
2088
|
+
</fill>
|
|
2089
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
2090
|
+
</icon>
|
|
2091
|
+
<icon width="34" height="34" topLeftX="648" topLeftY="154" iconType="iconpark/Base/home.svg">
|
|
2092
|
+
<fill>
|
|
2093
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
2094
|
+
</fill>
|
|
2095
|
+
<border color="rgba(85, 85, 85, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
2096
|
+
</icon>
|
|
2097
|
+
</data>
|
|
2098
|
+
<note>
|
|
2099
|
+
<content/>
|
|
2100
|
+
</note>
|
|
2101
|
+
</slide>
|
|
2102
|
+
<slide>
|
|
2103
|
+
<style>
|
|
2104
|
+
<fill>
|
|
2105
|
+
<fillImg src="EZCTbfrC0o1LRJxbhhHc2wBvndd" alpha="1" rotateWithShape="false"/>
|
|
2106
|
+
</fill>
|
|
2107
|
+
</style>
|
|
2108
|
+
<data>
|
|
2109
|
+
<shape width="404" height="128" topLeftX="499" topLeftY="308" presetHandlers="12" type="rect">
|
|
2110
|
+
<fill>
|
|
2111
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
2112
|
+
</fill>
|
|
2113
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
2114
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
2115
|
+
</shape>
|
|
2116
|
+
<shape width="404" height="128" topLeftX="499" topLeftY="148" presetHandlers="12" type="rect">
|
|
2117
|
+
<fill>
|
|
2118
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
2119
|
+
</fill>
|
|
2120
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
2121
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
2122
|
+
</shape>
|
|
2123
|
+
<shape width="404" height="128" topLeftX="50" topLeftY="308" presetHandlers="12" type="rect">
|
|
2124
|
+
<fill>
|
|
2125
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
2126
|
+
</fill>
|
|
2127
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
2128
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
2129
|
+
</shape>
|
|
2130
|
+
<shape width="404" height="128" topLeftX="50" topLeftY="148" presetHandlers="12" type="rect">
|
|
2131
|
+
<fill>
|
|
2132
|
+
<fillColor color="rgba(255, 255, 255, 0.51)"/>
|
|
2133
|
+
</fill>
|
|
2134
|
+
<border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
2135
|
+
<shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
2136
|
+
</shape>
|
|
2137
|
+
<shape width="270" height="42" topLeftX="148" topLeftY="212" type="text">
|
|
2138
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
2139
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
2140
|
+
</content>
|
|
2141
|
+
</shape>
|
|
2142
|
+
<shape width="270" height="30" topLeftX="148" topLeftY="172" type="text">
|
|
2143
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" bold="true">
|
|
2144
|
+
<p>标题</p>
|
|
2145
|
+
</content>
|
|
2146
|
+
</shape>
|
|
2147
|
+
<shape width="418" height="48" topLeftX="50" topLeftY="40" type="text">
|
|
2148
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" bold="true">
|
|
2149
|
+
<p>对大家的建议</p>
|
|
2150
|
+
</content>
|
|
2151
|
+
</shape>
|
|
2152
|
+
<shape width="270" height="42" topLeftX="596" topLeftY="212" type="text">
|
|
2153
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
2154
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
2155
|
+
</content>
|
|
2156
|
+
</shape>
|
|
2157
|
+
<shape width="270" height="30" topLeftX="596" topLeftY="172" type="text">
|
|
2158
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" bold="true">
|
|
2159
|
+
<p>标题</p>
|
|
2160
|
+
</content>
|
|
2161
|
+
</shape>
|
|
2162
|
+
<shape width="270" height="42" topLeftX="148" topLeftY="371" type="text">
|
|
2163
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
2164
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
2165
|
+
</content>
|
|
2166
|
+
</shape>
|
|
2167
|
+
<shape width="270" height="30" topLeftX="148" topLeftY="331" type="text">
|
|
2168
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" bold="true">
|
|
2169
|
+
<p>标题</p>
|
|
2170
|
+
</content>
|
|
2171
|
+
</shape>
|
|
2172
|
+
<img src="YZUbbdVbBoTB9Xx67IUcgTQFngb" width="58" height="58" topLeftX="523" topLeftY="175">
|
|
2173
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
2174
|
+
</img>
|
|
2175
|
+
<img src="KKjtb4sckoQmQixkjUHcozl1nqg" width="58" height="58" topLeftX="77" topLeftY="175">
|
|
2176
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
2177
|
+
</img>
|
|
2178
|
+
<img src="Q8wdbuRH3oFJvOxo9YpcqqSznpd" width="58" height="58" topLeftX="523" topLeftY="334">
|
|
2179
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
2180
|
+
</img>
|
|
2181
|
+
<img src="WmfBbHWTWoOomyxLj9OcRPZnnIH" width="58" height="58" topLeftX="77" topLeftY="334">
|
|
2182
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
2183
|
+
</img>
|
|
2184
|
+
<shape width="270" height="42" topLeftX="596" topLeftY="371" type="text">
|
|
2185
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(85, 85, 85, 1)">
|
|
2186
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
2187
|
+
</content>
|
|
2188
|
+
</shape>
|
|
2189
|
+
<shape width="270" height="30" topLeftX="596" topLeftY="331" type="text">
|
|
2190
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" bold="true">
|
|
2191
|
+
<p>标题</p>
|
|
2192
|
+
</content>
|
|
2193
|
+
</shape>
|
|
2194
|
+
</data>
|
|
2195
|
+
<note>
|
|
2196
|
+
<content/>
|
|
2197
|
+
</note>
|
|
2198
|
+
</slide>
|
|
2199
|
+
<slide>
|
|
2200
|
+
<style>
|
|
2201
|
+
<fill>
|
|
2202
|
+
<fillImg src="FZOUbnaFqojl08x6hu6cWHCbnMe" alpha="1" rotateWithShape="false"/>
|
|
2203
|
+
</fill>
|
|
2204
|
+
</style>
|
|
2205
|
+
<data>
|
|
2206
|
+
<img src="IMzZbUGphoDASYx63swcZfHgnCc" width="421" height="262" topLeftX="0" topLeftY="285" rotation="360" alpha="0.4">
|
|
2207
|
+
<crop type="rect" leftOffset="127" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
2208
|
+
</img>
|
|
2209
|
+
<shape width="421" height="63" topLeftX="50" topLeftY="376" type="text">
|
|
2210
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体">
|
|
2211
|
+
<p>输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题,输入相关的描述信息描述上述主题</p>
|
|
2212
|
+
</content>
|
|
2213
|
+
</shape>
|
|
2214
|
+
<shape width="421" height="81" topLeftX="50" topLeftY="190" type="text">
|
|
2215
|
+
<content textType="title" fontSize="54" fontFamily="思源黑体" bold="true">
|
|
2216
|
+
<p>Thanks</p>
|
|
2217
|
+
</content>
|
|
2218
|
+
</shape>
|
|
2219
|
+
<img src="IuJdbjz8KoNoBmx3sOIcsxwCnZe" width="454" height="437" topLeftX="510" topLeftY="57">
|
|
2220
|
+
<crop type="rect" leftOffset="0" rightOffset="178" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
2221
|
+
</img>
|
|
2222
|
+
<img src="JwMcbM5AToPVujxvnCScMMprn0f" width="436" height="401" topLeftX="528" topLeftY="73">
|
|
2223
|
+
<crop type="rect" leftOffset="0" rightOffset="252" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
2224
|
+
</img>
|
|
2225
|
+
<shape width="72" height="18" topLeftX="78" topLeftY="40" type="text">
|
|
2226
|
+
<content fontSize="18" fontFamily="Arial" color="rgba(0, 0, 0, 1)" bold="true" lineSpacing="multiple:1">
|
|
2227
|
+
<p lineSpacing="multiple:1">
|
|
2228
|
+
<strong>
|
|
2229
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
|
|
2230
|
+
</strong>
|
|
2231
|
+
</p>
|
|
2232
|
+
</content>
|
|
2233
|
+
</shape>
|
|
2234
|
+
<icon width="23" height="23" topLeftX="50" topLeftY="38" iconType="iconpark/Abstract/api-app.svg">
|
|
2235
|
+
<border width="2" lineJoin="miter" miterLimit="10"/>
|
|
2236
|
+
</icon>
|
|
2237
|
+
</data>
|
|
2238
|
+
<note>
|
|
2239
|
+
<content/>
|
|
2240
|
+
</note>
|
|
2241
|
+
</slide>
|
|
2242
|
+
</presentation>
|