@wagemule/daemon 0.1.2 → 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 -1
- package/dist/main.cjs +91 -32
- package/dist/main.cjs.map +2 -2
- 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,2047 @@
|
|
|
1
|
+
<presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
|
|
2
|
+
<title>个人简历</title>
|
|
3
|
+
<theme>
|
|
4
|
+
<textStyles>
|
|
5
|
+
<headline fontColor="rgba(31, 35, 41, 1)"/>
|
|
6
|
+
<sub-headline fontColor="rgba(31, 35, 41, 1)"/>
|
|
7
|
+
<body fontColor="rgba(31, 35, 41, 1)"/>
|
|
8
|
+
<caption fontColor="rgba(155, 158, 162, 1)" fontSize="14"/>
|
|
9
|
+
</textStyles>
|
|
10
|
+
</theme>
|
|
11
|
+
<slide>
|
|
12
|
+
<style>
|
|
13
|
+
<fill>
|
|
14
|
+
<fillImg src="VLg4b8LG6oAAVqxswv0cLf8znAg" alpha="1" rotateWithShape="false"/>
|
|
15
|
+
</fill>
|
|
16
|
+
</style>
|
|
17
|
+
<data>
|
|
18
|
+
<img src="LZI4bTrYNouYsQxtF56c7vT9nw5" width="960" height="540" topLeftX="0" topLeftY="0">
|
|
19
|
+
<crop type="rect" leftOffset="10" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
20
|
+
</img>
|
|
21
|
+
<img src="Xm9Tb2nsfomTfixcGh6cZrHZnsQ" width="224" height="255" topLeftX="790" topLeftY="363">
|
|
22
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
23
|
+
</img>
|
|
24
|
+
<line startX="900" startY="234" endX="900" endY="306">
|
|
25
|
+
<border color="rgba(222, 224, 227, 1)" width="1"/>
|
|
26
|
+
</line>
|
|
27
|
+
<shape width="217" height="24" topLeftX="272" topLeftY="475" type="text">
|
|
28
|
+
<content fontSize="16" fontFamily="Arial" color="rgba(222, 224, 227, 1)" bold="false">
|
|
29
|
+
<p>
|
|
30
|
+
<span fontFamily="Arial" bold="false">Tel:123456789</span>
|
|
31
|
+
</p>
|
|
32
|
+
</content>
|
|
33
|
+
</shape>
|
|
34
|
+
<shape width="217" height="24" topLeftX="494" topLeftY="475" type="text">
|
|
35
|
+
<content fontSize="16" fontFamily="Arial" color="rgba(222, 224, 227, 1)" bold="false" textAlign="center">
|
|
36
|
+
<p textAlign="center">
|
|
37
|
+
<span fontFamily="Arial">Mail:</span>
|
|
38
|
+
<span fontFamily="Arial">xxx.com</span>
|
|
39
|
+
</p>
|
|
40
|
+
</content>
|
|
41
|
+
</shape>
|
|
42
|
+
<shape width="484" height="120" topLeftX="50" topLeftY="18" type="text">
|
|
43
|
+
<content fontSize="80" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
44
|
+
<p>
|
|
45
|
+
<strong>
|
|
46
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="80" fontFamily="Arial Black">PERSONAL</span>
|
|
47
|
+
</strong>
|
|
48
|
+
</p>
|
|
49
|
+
</content>
|
|
50
|
+
</shape>
|
|
51
|
+
<shape width="381" height="120" topLeftX="50" topLeftY="106" type="text">
|
|
52
|
+
<content fontSize="80" fontFamily="Arial Black" color="rgba(253, 151, 51, 1)" bold="true">
|
|
53
|
+
<p>
|
|
54
|
+
<strong>
|
|
55
|
+
<span color="rgba(253, 151, 51, 1)" fontSize="80" fontFamily="Arial Black">PROFILE</span>
|
|
56
|
+
</strong>
|
|
57
|
+
</p>
|
|
58
|
+
</content>
|
|
59
|
+
</shape>
|
|
60
|
+
<shape width="176" height="24" topLeftX="55" topLeftY="240" type="text">
|
|
61
|
+
<content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
|
|
62
|
+
<p>
|
|
63
|
+
<strong>
|
|
64
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="16">我|的|个|人|简|历</span>
|
|
65
|
+
</strong>
|
|
66
|
+
</p>
|
|
67
|
+
</content>
|
|
68
|
+
</shape>
|
|
69
|
+
<shape width="279" height="63" topLeftX="55" topLeftY="316" alpha="0.8" type="text">
|
|
70
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
|
|
71
|
+
<p>
|
|
72
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14">关于你的一些介绍文案,关于你的一些介绍文案,关于你的一些介绍文案,关于你的一些介绍文案</span>
|
|
73
|
+
</p>
|
|
74
|
+
</content>
|
|
75
|
+
</shape>
|
|
76
|
+
<shape width="20" height="6" topLeftX="48" topLeftY="286" rotation="90" type="triangle">
|
|
77
|
+
<fill>
|
|
78
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
79
|
+
</fill>
|
|
80
|
+
</shape>
|
|
81
|
+
<shape width="20" height="6" topLeftX="56" topLeftY="286" rotation="90" type="triangle">
|
|
82
|
+
<fill>
|
|
83
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
84
|
+
</fill>
|
|
85
|
+
</shape>
|
|
86
|
+
<shape width="20" height="6" topLeftX="64" topLeftY="286" rotation="90" type="triangle">
|
|
87
|
+
<fill>
|
|
88
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
89
|
+
</fill>
|
|
90
|
+
</shape>
|
|
91
|
+
<shape width="20" height="6" topLeftX="71" topLeftY="286" rotation="90" type="triangle">
|
|
92
|
+
<fill>
|
|
93
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
94
|
+
</fill>
|
|
95
|
+
</shape>
|
|
96
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
97
|
+
<content fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" textAlign="right">
|
|
98
|
+
<p textAlign="right">
|
|
99
|
+
<span color="rgba(255, 255, 255, 1)" fontFamily="Arial Black">2026</span>
|
|
100
|
+
</p>
|
|
101
|
+
<p textAlign="right">
|
|
102
|
+
<span color="rgba(255, 255, 255, 1)" fontFamily="Arial Black">/</span>
|
|
103
|
+
</p>
|
|
104
|
+
<p textAlign="right">
|
|
105
|
+
<span color="rgba(255, 255, 255, 1)" fontFamily="Arial Black">2027</span>
|
|
106
|
+
</p>
|
|
107
|
+
</content>
|
|
108
|
+
</shape>
|
|
109
|
+
<shape width="20" height="6" topLeftX="890" topLeftY="188" rotation="360" type="triangle">
|
|
110
|
+
<fill>
|
|
111
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
112
|
+
</fill>
|
|
113
|
+
</shape>
|
|
114
|
+
<shape width="20" height="6" topLeftX="890" topLeftY="181" rotation="360" type="triangle">
|
|
115
|
+
<fill>
|
|
116
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
117
|
+
</fill>
|
|
118
|
+
</shape>
|
|
119
|
+
<shape width="20" height="6" topLeftX="890" topLeftY="173" rotation="360" type="triangle">
|
|
120
|
+
<fill>
|
|
121
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
122
|
+
</fill>
|
|
123
|
+
</shape>
|
|
124
|
+
<shape width="20" height="6" topLeftX="890" topLeftY="165" rotation="360" type="triangle">
|
|
125
|
+
<fill>
|
|
126
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
127
|
+
</fill>
|
|
128
|
+
</shape>
|
|
129
|
+
<shape width="217" height="24" topLeftX="50" topLeftY="475" type="text">
|
|
130
|
+
<content fontSize="16" fontFamily="Arial" color="rgba(222, 224, 227, 1)" bold="false">
|
|
131
|
+
<p>
|
|
132
|
+
<span fontFamily="Arial" bold="false">Name:xx</span>
|
|
133
|
+
</p>
|
|
134
|
+
</content>
|
|
135
|
+
</shape>
|
|
136
|
+
</data>
|
|
137
|
+
<note>
|
|
138
|
+
<content/>
|
|
139
|
+
</note>
|
|
140
|
+
</slide>
|
|
141
|
+
<slide>
|
|
142
|
+
<style>
|
|
143
|
+
<fill>
|
|
144
|
+
<fillImg src="WTIwbyyhZoAL6RxFm6mckAAlnlb" alpha="1" rotateWithShape="false"/>
|
|
145
|
+
</fill>
|
|
146
|
+
</style>
|
|
147
|
+
<data>
|
|
148
|
+
<line startX="900" startY="234" endX="900" endY="490">
|
|
149
|
+
<border color="rgba(222, 224, 227, 1)" width="1"/>
|
|
150
|
+
</line>
|
|
151
|
+
<shape width="20" height="6" topLeftX="793" topLeftY="-641" rotation="270" type="triangle">
|
|
152
|
+
<fill>
|
|
153
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
154
|
+
</fill>
|
|
155
|
+
</shape>
|
|
156
|
+
<shape width="20" height="6" topLeftX="785" topLeftY="-641" rotation="270" type="triangle">
|
|
157
|
+
<fill>
|
|
158
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
159
|
+
</fill>
|
|
160
|
+
</shape>
|
|
161
|
+
<shape width="20" height="6" topLeftX="777" topLeftY="-641" rotation="270" type="triangle">
|
|
162
|
+
<fill>
|
|
163
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
164
|
+
</fill>
|
|
165
|
+
</shape>
|
|
166
|
+
<shape width="20" height="6" topLeftX="769" topLeftY="-641" rotation="270" type="triangle">
|
|
167
|
+
<fill>
|
|
168
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
169
|
+
</fill>
|
|
170
|
+
</shape>
|
|
171
|
+
<shape width="20" height="6" topLeftX="25" topLeftY="668" rotation="90" type="triangle">
|
|
172
|
+
<fill>
|
|
173
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
174
|
+
</fill>
|
|
175
|
+
</shape>
|
|
176
|
+
<shape width="20" height="6" topLeftX="33" topLeftY="668" rotation="90" type="triangle">
|
|
177
|
+
<fill>
|
|
178
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
179
|
+
</fill>
|
|
180
|
+
</shape>
|
|
181
|
+
<shape width="20" height="6" topLeftX="41" topLeftY="668" rotation="90" type="triangle">
|
|
182
|
+
<fill>
|
|
183
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
184
|
+
</fill>
|
|
185
|
+
</shape>
|
|
186
|
+
<shape width="20" height="6" topLeftX="49" topLeftY="668" rotation="90" type="triangle">
|
|
187
|
+
<fill>
|
|
188
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
189
|
+
</fill>
|
|
190
|
+
</shape>
|
|
191
|
+
<shape width="94" height="16" topLeftX="437" topLeftY="81" type="rect">
|
|
192
|
+
<fill>
|
|
193
|
+
<fillColor color="rgba(253, 151, 51, 1)"/>
|
|
194
|
+
</fill>
|
|
195
|
+
</shape>
|
|
196
|
+
<shape width="85" height="90" topLeftX="437" topLeftY="26" type="text">
|
|
197
|
+
<content textType="title" fontSize="60" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
198
|
+
<p>
|
|
199
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="60" fontFamily="Arial Black">01</span>
|
|
200
|
+
</p>
|
|
201
|
+
</content>
|
|
202
|
+
</shape>
|
|
203
|
+
<shape width="94" height="16" topLeftX="437" topLeftY="314" type="rect">
|
|
204
|
+
<fill>
|
|
205
|
+
<fillColor color="rgba(76, 241, 29, 1)"/>
|
|
206
|
+
</fill>
|
|
207
|
+
</shape>
|
|
208
|
+
<shape width="85" height="90" topLeftX="437" topLeftY="258" type="text">
|
|
209
|
+
<content textType="title" fontSize="60" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
210
|
+
<p>
|
|
211
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="60" fontFamily="Arial Black">02</span>
|
|
212
|
+
</p>
|
|
213
|
+
</content>
|
|
214
|
+
</shape>
|
|
215
|
+
<shape width="94" height="16" topLeftX="658" topLeftY="140" type="rect">
|
|
216
|
+
<fill>
|
|
217
|
+
<fillColor color="rgba(76, 241, 29, 1)"/>
|
|
218
|
+
</fill>
|
|
219
|
+
</shape>
|
|
220
|
+
<shape width="85" height="90" topLeftX="658" topLeftY="84" type="text">
|
|
221
|
+
<content textType="title" fontSize="60" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
222
|
+
<p>
|
|
223
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="60" fontFamily="Arial Black">03</span>
|
|
224
|
+
</p>
|
|
225
|
+
</content>
|
|
226
|
+
</shape>
|
|
227
|
+
<shape width="94" height="16" topLeftX="658" topLeftY="370" type="rect">
|
|
228
|
+
<fill>
|
|
229
|
+
<fillColor color="rgba(253, 151, 51, 1)"/>
|
|
230
|
+
</fill>
|
|
231
|
+
</shape>
|
|
232
|
+
<shape width="85" height="90" topLeftX="658" topLeftY="314" type="text">
|
|
233
|
+
<content textType="title" fontSize="60" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
234
|
+
<p>
|
|
235
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="60" fontFamily="Arial Black">04</span>
|
|
236
|
+
</p>
|
|
237
|
+
</content>
|
|
238
|
+
</shape>
|
|
239
|
+
<img src="M0uxbwv11orsaax0bA8c1SNMnKb" width="263" height="310" topLeftX="349" topLeftY="431" rotation="180" flipX="true">
|
|
240
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
241
|
+
</img>
|
|
242
|
+
<img src="L4sqbDAenogCR5xfASCcOrvqn1f" width="27" height="27" topLeftX="516" topLeftY="363" flipX="true">
|
|
243
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
244
|
+
</img>
|
|
245
|
+
<img src="NNTrbhULToQzu8xONlKcHmIHnm1" width="15" height="15" topLeftX="429" topLeftY="268" flipX="true">
|
|
246
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
247
|
+
</img>
|
|
248
|
+
<img src="CGYmb49F8oObx6xE4pKcsDmanXb" width="21" height="21" topLeftX="459" topLeftY="192" rotation="180" flipX="true">
|
|
249
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
250
|
+
</img>
|
|
251
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
252
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
|
|
253
|
+
<p>2026</p>
|
|
254
|
+
<p>/</p>
|
|
255
|
+
<p>2027</p>
|
|
256
|
+
</content>
|
|
257
|
+
</shape>
|
|
258
|
+
<shape width="180" height="54" topLeftX="658" topLeftY="440" type="text">
|
|
259
|
+
<content textType="sub-headline" fontSize="12" fontFamily="思源黑体" color="rgba(255, 255, 255, 0.659)" bold="false">
|
|
260
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
261
|
+
</content>
|
|
262
|
+
</shape>
|
|
263
|
+
<shape width="180" height="27" topLeftX="658" topLeftY="404" type="text">
|
|
264
|
+
<content textType="sub-headline" fontSize="18" fontFamily="思源黑体" color="rgba(253, 151, 51, 1)" bold="true">
|
|
265
|
+
<p>未来规划</p>
|
|
266
|
+
</content>
|
|
267
|
+
</shape>
|
|
268
|
+
<shape width="180" height="54" topLeftX="658" topLeftY="211" type="text">
|
|
269
|
+
<content textType="sub-headline" fontSize="12" fontFamily="思源黑体" color="rgba(255, 255, 255, 0.659)" bold="false">
|
|
270
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
271
|
+
</content>
|
|
272
|
+
</shape>
|
|
273
|
+
<shape width="180" height="27" topLeftX="658" topLeftY="174" type="text">
|
|
274
|
+
<content textType="sub-headline" fontSize="18" fontFamily="思源黑体" color="rgba(76, 241, 29, 1)" bold="true">
|
|
275
|
+
<p>项目展示</p>
|
|
276
|
+
</content>
|
|
277
|
+
</shape>
|
|
278
|
+
<shape width="180" height="54" topLeftX="437" topLeftY="384" type="text">
|
|
279
|
+
<content textType="sub-headline" fontSize="12" fontFamily="思源黑体" color="rgba(255, 255, 255, 0.659)" bold="false">
|
|
280
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
281
|
+
</content>
|
|
282
|
+
</shape>
|
|
283
|
+
<shape width="180" height="27" topLeftX="437" topLeftY="348" type="text">
|
|
284
|
+
<content textType="sub-headline" fontSize="18" fontFamily="思源黑体" color="rgba(76, 241, 29, 1)" bold="true">
|
|
285
|
+
<p>个人经历</p>
|
|
286
|
+
</content>
|
|
287
|
+
</shape>
|
|
288
|
+
<shape width="180" height="54" topLeftX="437" topLeftY="153" type="text">
|
|
289
|
+
<content textType="sub-headline" fontSize="12" fontFamily="思源黑体" color="rgba(255, 255, 255, 0.659)" bold="false">
|
|
290
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
291
|
+
</content>
|
|
292
|
+
</shape>
|
|
293
|
+
<shape width="180" height="27" topLeftX="437" topLeftY="116" type="text">
|
|
294
|
+
<content textType="sub-headline" fontSize="18" fontFamily="思源黑体" color="rgba(253, 151, 51, 1)" bold="true">
|
|
295
|
+
<p>自我介绍</p>
|
|
296
|
+
</content>
|
|
297
|
+
</shape>
|
|
298
|
+
<shape width="350" height="75" topLeftX="50" topLeftY="232" type="text">
|
|
299
|
+
<content textType="sub-headline" fontSize="50" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
300
|
+
<p>CONTENTS</p>
|
|
301
|
+
</content>
|
|
302
|
+
</shape>
|
|
303
|
+
<shape width="350" height="24" topLeftX="50" topLeftY="50" type="text">
|
|
304
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
305
|
+
<p>PERSONAL PROFILE</p>
|
|
306
|
+
</content>
|
|
307
|
+
</shape>
|
|
308
|
+
</data>
|
|
309
|
+
<note>
|
|
310
|
+
<content/>
|
|
311
|
+
</note>
|
|
312
|
+
</slide>
|
|
313
|
+
<slide>
|
|
314
|
+
<style>
|
|
315
|
+
<fill>
|
|
316
|
+
<fillImg src="UYmobcl7foXr7RxaLbec8v2OnZe" alpha="1" rotateWithShape="false"/>
|
|
317
|
+
</fill>
|
|
318
|
+
</style>
|
|
319
|
+
<data>
|
|
320
|
+
<img src="KPZbbHtkCofl0Hxkewwc0DZVnFL" width="263" height="310" topLeftX="349" topLeftY="115">
|
|
321
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
322
|
+
</img>
|
|
323
|
+
<img src="WMG5baPsbobtsFxIRSKcdA2dnbf" width="27" height="27" topLeftX="592" topLeftY="355">
|
|
324
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
325
|
+
</img>
|
|
326
|
+
<img src="IiyNbgOoEo2eUIxtVFxcKAVYn0d" width="15" height="15" topLeftX="691" topLeftY="261">
|
|
327
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
328
|
+
</img>
|
|
329
|
+
<img src="ExZJbF4OVoDiRlxdp8Zc7mfOnZe" width="21" height="21" topLeftX="459" topLeftY="165">
|
|
330
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
331
|
+
</img>
|
|
332
|
+
<line startX="900" startY="234" endX="900" endY="490">
|
|
333
|
+
<border color="rgba(222, 224, 227, 1)" width="1"/>
|
|
334
|
+
</line>
|
|
335
|
+
<shape width="20" height="6" topLeftX="793" topLeftY="-641" rotation="270" type="triangle">
|
|
336
|
+
<fill>
|
|
337
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
338
|
+
</fill>
|
|
339
|
+
</shape>
|
|
340
|
+
<shape width="20" height="6" topLeftX="785" topLeftY="-641" rotation="270" type="triangle">
|
|
341
|
+
<fill>
|
|
342
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
343
|
+
</fill>
|
|
344
|
+
</shape>
|
|
345
|
+
<shape width="20" height="6" topLeftX="777" topLeftY="-641" rotation="270" type="triangle">
|
|
346
|
+
<fill>
|
|
347
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
348
|
+
</fill>
|
|
349
|
+
</shape>
|
|
350
|
+
<shape width="20" height="6" topLeftX="769" topLeftY="-641" rotation="270" type="triangle">
|
|
351
|
+
<fill>
|
|
352
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
353
|
+
</fill>
|
|
354
|
+
</shape>
|
|
355
|
+
<shape width="190" height="12" topLeftX="385" topLeftY="301" type="rect">
|
|
356
|
+
<fill>
|
|
357
|
+
<fillColor color="rgba(253, 151, 51, 1)"/>
|
|
358
|
+
</fill>
|
|
359
|
+
</shape>
|
|
360
|
+
<shape width="20" height="6" topLeftX="25" topLeftY="668" rotation="90" type="triangle">
|
|
361
|
+
<fill>
|
|
362
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
363
|
+
</fill>
|
|
364
|
+
</shape>
|
|
365
|
+
<shape width="20" height="6" topLeftX="33" topLeftY="668" rotation="90" type="triangle">
|
|
366
|
+
<fill>
|
|
367
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
368
|
+
</fill>
|
|
369
|
+
</shape>
|
|
370
|
+
<shape width="20" height="6" topLeftX="41" topLeftY="668" rotation="90" type="triangle">
|
|
371
|
+
<fill>
|
|
372
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
373
|
+
</fill>
|
|
374
|
+
</shape>
|
|
375
|
+
<shape width="20" height="6" topLeftX="49" topLeftY="668" rotation="90" type="triangle">
|
|
376
|
+
<fill>
|
|
377
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
378
|
+
</fill>
|
|
379
|
+
</shape>
|
|
380
|
+
<shape width="334" height="75" topLeftX="313" topLeftY="226" type="text">
|
|
381
|
+
<content textType="sub-headline" fontSize="50" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
382
|
+
<p list="none">自我介绍</p>
|
|
383
|
+
</content>
|
|
384
|
+
</shape>
|
|
385
|
+
<shape width="145" height="90" topLeftX="50" topLeftY="107" type="text">
|
|
386
|
+
<content textType="sub-headline" fontSize="60" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
387
|
+
<p>01</p>
|
|
388
|
+
</content>
|
|
389
|
+
</shape>
|
|
390
|
+
<shape width="350" height="24" topLeftX="50" topLeftY="50" type="text">
|
|
391
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
392
|
+
<p>PERSONAL PROFILE</p>
|
|
393
|
+
</content>
|
|
394
|
+
</shape>
|
|
395
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
396
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
|
|
397
|
+
<p>2026</p>
|
|
398
|
+
<p>/</p>
|
|
399
|
+
<p>2027</p>
|
|
400
|
+
</content>
|
|
401
|
+
</shape>
|
|
402
|
+
</data>
|
|
403
|
+
<note>
|
|
404
|
+
<content/>
|
|
405
|
+
</note>
|
|
406
|
+
</slide>
|
|
407
|
+
<slide>
|
|
408
|
+
<style>
|
|
409
|
+
<fill>
|
|
410
|
+
<fillImg src="Jtx3bkWIsoJdL6xDWyFccXxYnIc" alpha="1" rotateWithShape="false"/>
|
|
411
|
+
</fill>
|
|
412
|
+
</style>
|
|
413
|
+
<data>
|
|
414
|
+
<img src="XZb8bUstMoBM9mx5JVcchZCenf5" width="598" height="682" topLeftX="292" topLeftY="-281" alpha="0.04">
|
|
415
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
416
|
+
</img>
|
|
417
|
+
<img src="XkfjbCezMouz9AxHCtLcHCjJnLf" width="152" height="152" topLeftX="42" topLeftY="0" exposure="1" contrast="100">
|
|
418
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
419
|
+
</img>
|
|
420
|
+
<line startX="900" startY="234" endX="900" endY="490">
|
|
421
|
+
<border width="1"/>
|
|
422
|
+
</line>
|
|
423
|
+
<shape width="20" height="6" topLeftX="793" topLeftY="-641" rotation="270" type="triangle">
|
|
424
|
+
<fill>
|
|
425
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
426
|
+
</fill>
|
|
427
|
+
</shape>
|
|
428
|
+
<shape width="20" height="6" topLeftX="785" topLeftY="-641" rotation="270" type="triangle">
|
|
429
|
+
<fill>
|
|
430
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
431
|
+
</fill>
|
|
432
|
+
</shape>
|
|
433
|
+
<shape width="20" height="6" topLeftX="777" topLeftY="-641" rotation="270" type="triangle">
|
|
434
|
+
<fill>
|
|
435
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
436
|
+
</fill>
|
|
437
|
+
</shape>
|
|
438
|
+
<shape width="20" height="6" topLeftX="769" topLeftY="-641" rotation="270" type="triangle">
|
|
439
|
+
<fill>
|
|
440
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
441
|
+
</fill>
|
|
442
|
+
</shape>
|
|
443
|
+
<shape width="200" height="45" topLeftX="50" topLeftY="50" type="text">
|
|
444
|
+
<content textType="sub-headline" fontSize="30" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
|
|
445
|
+
<p>自我介绍</p>
|
|
446
|
+
</content>
|
|
447
|
+
</shape>
|
|
448
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
449
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" bold="true" textAlign="right">
|
|
450
|
+
<p>2026</p>
|
|
451
|
+
<p>/</p>
|
|
452
|
+
<p>2027</p>
|
|
453
|
+
</content>
|
|
454
|
+
</shape>
|
|
455
|
+
<img src="GutOb3qzSokIDzxbHk5c3fnknTe" width="221" height="294" topLeftX="594" topLeftY="48">
|
|
456
|
+
<shadow angle="90"/>
|
|
457
|
+
<crop type="round-rect" leftOffset="37" rightOffset="37" topOffset="0" bottomOffset="0" presetHandlers="30"/>
|
|
458
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
459
|
+
</img>
|
|
460
|
+
<shape width="144" height="84" topLeftX="50" topLeftY="238" type="text">
|
|
461
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="bullet">
|
|
462
|
+
<ul>
|
|
463
|
+
<li>
|
|
464
|
+
<p>
|
|
465
|
+
<span color="rgba(119, 119, 119, 1)" fontSize="14">性别:女</span>
|
|
466
|
+
</p>
|
|
467
|
+
</li>
|
|
468
|
+
<li>
|
|
469
|
+
<p>
|
|
470
|
+
<span color="rgba(119, 119, 119, 1)" fontSize="14">年龄:24</span>
|
|
471
|
+
</p>
|
|
472
|
+
</li>
|
|
473
|
+
<li>
|
|
474
|
+
<p>
|
|
475
|
+
<span color="rgba(119, 119, 119, 1)" fontSize="14">学历:硕士</span>
|
|
476
|
+
</p>
|
|
477
|
+
</li>
|
|
478
|
+
<li>
|
|
479
|
+
<p>
|
|
480
|
+
<span color="rgba(119, 119, 119, 1)" fontSize="14">毕业学校:某大学</span>
|
|
481
|
+
</p>
|
|
482
|
+
</li>
|
|
483
|
+
</ul>
|
|
484
|
+
</content>
|
|
485
|
+
</shape>
|
|
486
|
+
<shape width="124" height="30" topLeftX="50" topLeftY="198" type="text">
|
|
487
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="true" italic="false" underline="false" strikethrough="false" textAlign="left">
|
|
488
|
+
<p list="none" textAlign="left">
|
|
489
|
+
<strong>
|
|
490
|
+
<span color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" fontSize="20" fontFamily="思源黑体" italic="false" strikethrough="false" underline="false">基本信息</span>
|
|
491
|
+
</strong>
|
|
492
|
+
</p>
|
|
493
|
+
</content>
|
|
494
|
+
</shape>
|
|
495
|
+
<img src="IpZQbujV4oa5OwxXcM5cNd1dnwe" width="18" height="20" topLeftX="133" topLeftY="203">
|
|
496
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
497
|
+
</img>
|
|
498
|
+
<shape width="184" height="120" topLeftX="613" topLeftY="367" type="text">
|
|
499
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="true" list="bullet" textAlign="left">
|
|
500
|
+
<ul>
|
|
501
|
+
<li>
|
|
502
|
+
<p textAlign="left">
|
|
503
|
+
<strong>
|
|
504
|
+
<span color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" fontSize="20">Tel:123456789</span>
|
|
505
|
+
</strong>
|
|
506
|
+
</p>
|
|
507
|
+
</li>
|
|
508
|
+
<li>
|
|
509
|
+
<p textAlign="left">
|
|
510
|
+
<strong>
|
|
511
|
+
<span color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" fontSize="20">Mail:</span>
|
|
512
|
+
</strong>
|
|
513
|
+
<strong>
|
|
514
|
+
<span color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" fontSize="20">xxx.com</span>
|
|
515
|
+
</strong>
|
|
516
|
+
</p>
|
|
517
|
+
</li>
|
|
518
|
+
<li>
|
|
519
|
+
<p textAlign="left">
|
|
520
|
+
<strong>
|
|
521
|
+
<span color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" fontSize="20">Blog:</span>
|
|
522
|
+
</strong>
|
|
523
|
+
<strong>
|
|
524
|
+
<span color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" fontSize="20">xxx.com</span>
|
|
525
|
+
</strong>
|
|
526
|
+
</p>
|
|
527
|
+
</li>
|
|
528
|
+
<li>
|
|
529
|
+
<p textAlign="left">
|
|
530
|
+
<strong>
|
|
531
|
+
<span color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" fontSize="20">GitHub:xxx.com</span>
|
|
532
|
+
</strong>
|
|
533
|
+
</p>
|
|
534
|
+
</li>
|
|
535
|
+
</ul>
|
|
536
|
+
</content>
|
|
537
|
+
</shape>
|
|
538
|
+
<shape width="207" height="84" topLeftX="281" topLeftY="238" type="text">
|
|
539
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="bullet">
|
|
540
|
+
<ul>
|
|
541
|
+
<li>
|
|
542
|
+
<p>求职意向:工程师</p>
|
|
543
|
+
</li>
|
|
544
|
+
<li>
|
|
545
|
+
<p>到岗时间:随时</p>
|
|
546
|
+
</li>
|
|
547
|
+
<li>
|
|
548
|
+
<p>
|
|
549
|
+
<span color="rgba(119, 119, 119, 1)" fontSize="14">工作地点:北京</span>
|
|
550
|
+
</p>
|
|
551
|
+
</li>
|
|
552
|
+
<li>
|
|
553
|
+
<p>
|
|
554
|
+
<span color="rgba(119, 119, 119, 1)" fontSize="14">期望薪资:面议</span>
|
|
555
|
+
</p>
|
|
556
|
+
</li>
|
|
557
|
+
</ul>
|
|
558
|
+
</content>
|
|
559
|
+
</shape>
|
|
560
|
+
<shape width="124" height="30" topLeftX="281" topLeftY="198" type="text">
|
|
561
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="true" italic="false" underline="false" strikethrough="false" textAlign="left">
|
|
562
|
+
<p list="none" textAlign="left">
|
|
563
|
+
<strong>
|
|
564
|
+
<span color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" fontSize="20" fontFamily="思源黑体" italic="false" strikethrough="false" underline="false">求职意向</span>
|
|
565
|
+
</strong>
|
|
566
|
+
</p>
|
|
567
|
+
</content>
|
|
568
|
+
</shape>
|
|
569
|
+
<img src="VJQSbxmOGoG98Jxjqrsc48lrnjl" width="18" height="20" topLeftX="364" topLeftY="203">
|
|
570
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
571
|
+
</img>
|
|
572
|
+
<shape width="311" height="84" topLeftX="50" topLeftY="406" type="text">
|
|
573
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)">
|
|
574
|
+
<ul>
|
|
575
|
+
<li>
|
|
576
|
+
<p>2020.09 - 2024.06 某大学 xxx专业(本科)</p>
|
|
577
|
+
</li>
|
|
578
|
+
<li>
|
|
579
|
+
<p>2020.09 - 2024.06 某大学 xxx专业(本科)</p>
|
|
580
|
+
</li>
|
|
581
|
+
<li>
|
|
582
|
+
<p>2020.09 - 2024.06 某大学 xxx专业(本科)</p>
|
|
583
|
+
</li>
|
|
584
|
+
<li>
|
|
585
|
+
<p>2020.09 - 2024.06 某大学 xxx专业(本科)</p>
|
|
586
|
+
</li>
|
|
587
|
+
</ul>
|
|
588
|
+
</content>
|
|
589
|
+
</shape>
|
|
590
|
+
<shape width="124" height="30" topLeftX="50" topLeftY="363" type="text">
|
|
591
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="true" italic="false" underline="false" strikethrough="false" textAlign="left">
|
|
592
|
+
<p list="none" textAlign="left">
|
|
593
|
+
<strong>
|
|
594
|
+
<span color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" fontSize="20" fontFamily="思源黑体" italic="false" strikethrough="false" underline="false">教育背景</span>
|
|
595
|
+
</strong>
|
|
596
|
+
</p>
|
|
597
|
+
</content>
|
|
598
|
+
</shape>
|
|
599
|
+
<img src="Wo2MbuFNFohbVCxte7ocbYtpnNb" width="18" height="20" topLeftX="133" topLeftY="368">
|
|
600
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
601
|
+
</img>
|
|
602
|
+
<img src="Qbugb1tgZoJrHGxGBjxcm4MgnWd" width="53" height="53" topLeftX="786" topLeftY="402" alpha="0.4">
|
|
603
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
604
|
+
</img>
|
|
605
|
+
<img src="G4Y9bCaUMo8hb5xfjm0cnmVanyc" width="22" height="22" topLeftX="822" topLeftY="400" alpha="0.4">
|
|
606
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
607
|
+
</img>
|
|
608
|
+
</data>
|
|
609
|
+
<note>
|
|
610
|
+
<content/>
|
|
611
|
+
</note>
|
|
612
|
+
</slide>
|
|
613
|
+
<slide>
|
|
614
|
+
<style>
|
|
615
|
+
<fill>
|
|
616
|
+
<fillImg src="GAB9bdkZyoYxaHxAOPHcACiYnqg" alpha="1" rotateWithShape="false"/>
|
|
617
|
+
</fill>
|
|
618
|
+
</style>
|
|
619
|
+
<data>
|
|
620
|
+
<img src="I633bhMJko1nrvxlqGyc51g3nzh" width="152" height="152" topLeftX="42" topLeftY="0" exposure="1" contrast="100">
|
|
621
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
622
|
+
</img>
|
|
623
|
+
<img src="UAHXbev8FoCTEsxB47Bc8kEAnyf" width="224" height="255" topLeftX="790" topLeftY="363" alpha="0.12">
|
|
624
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
625
|
+
</img>
|
|
626
|
+
<shape width="273" height="167" topLeftX="44" topLeftY="152" presetHandlers="30" type="round-rect">
|
|
627
|
+
<fill>
|
|
628
|
+
<fillColor color="linear-gradient(180deg,rgba(52, 195, 125, 1) 0%,rgba(113, 230, 147, 1) 100%)"/>
|
|
629
|
+
</fill>
|
|
630
|
+
</shape>
|
|
631
|
+
<shape width="29" height="84" topLeftX="79" topLeftY="175" type="text">
|
|
632
|
+
<content textType="title" fontSize="56" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
633
|
+
<p>
|
|
634
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="56" fontFamily="Arial Black">“</span>
|
|
635
|
+
</p>
|
|
636
|
+
</content>
|
|
637
|
+
</shape>
|
|
638
|
+
<shape width="273" height="167" topLeftX="344" topLeftY="152" presetHandlers="30" type="round-rect">
|
|
639
|
+
<fill>
|
|
640
|
+
<fillColor color="linear-gradient(180deg,rgba(43, 47, 54, 1) 0%,rgba(114, 116, 124, 1) 100%)"/>
|
|
641
|
+
</fill>
|
|
642
|
+
</shape>
|
|
643
|
+
<shape width="29" height="84" topLeftX="378" topLeftY="175" type="text">
|
|
644
|
+
<content textType="title" fontSize="56" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
645
|
+
<p>
|
|
646
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="56" fontFamily="Arial Black">“</span>
|
|
647
|
+
</p>
|
|
648
|
+
</content>
|
|
649
|
+
</shape>
|
|
650
|
+
<shape width="273" height="167" topLeftX="643" topLeftY="152" presetHandlers="30" type="round-rect">
|
|
651
|
+
<fill>
|
|
652
|
+
<fillColor color="linear-gradient(180deg,rgba(251, 152, 60, 1) 0%,rgba(255, 214, 140, 1) 100%)"/>
|
|
653
|
+
</fill>
|
|
654
|
+
</shape>
|
|
655
|
+
<shape width="29" height="84" topLeftX="678" topLeftY="175" type="text">
|
|
656
|
+
<content textType="title" fontSize="56" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
657
|
+
<p>
|
|
658
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="56" fontFamily="Arial Black">“</span>
|
|
659
|
+
</p>
|
|
660
|
+
</content>
|
|
661
|
+
</shape>
|
|
662
|
+
<img src="IwzgbRPPjoUtGWxHy7rc7hm5nVh" width="30" height="30" topLeftX="39" topLeftY="95" rotation="343">
|
|
663
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
664
|
+
</img>
|
|
665
|
+
<img src="EasnbONnvoJoFyxiueicEm3Zn6d" width="16" height="16" topLeftX="164" topLeftY="25" rotation="16">
|
|
666
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
667
|
+
</img>
|
|
668
|
+
<shape width="273" height="126" topLeftX="644" topLeftY="343" type="text">
|
|
669
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)">
|
|
670
|
+
<ul listStyle="circle-hollow-square">
|
|
671
|
+
<li>
|
|
672
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
673
|
+
</li>
|
|
674
|
+
<li>
|
|
675
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
676
|
+
</li>
|
|
677
|
+
<li>
|
|
678
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
679
|
+
</li>
|
|
680
|
+
</ul>
|
|
681
|
+
</content>
|
|
682
|
+
</shape>
|
|
683
|
+
<shape width="273" height="126" topLeftX="344" topLeftY="343" type="text">
|
|
684
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)">
|
|
685
|
+
<ul listStyle="circle-hollow-square">
|
|
686
|
+
<li>
|
|
687
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
688
|
+
</li>
|
|
689
|
+
<li>
|
|
690
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
691
|
+
</li>
|
|
692
|
+
<li>
|
|
693
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
694
|
+
</li>
|
|
695
|
+
</ul>
|
|
696
|
+
</content>
|
|
697
|
+
</shape>
|
|
698
|
+
<shape width="273" height="126" topLeftX="44" topLeftY="343" type="text">
|
|
699
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)">
|
|
700
|
+
<ul listStyle="circle-hollow-square">
|
|
701
|
+
<li>
|
|
702
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
703
|
+
</li>
|
|
704
|
+
<li>
|
|
705
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
706
|
+
</li>
|
|
707
|
+
<li>
|
|
708
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
709
|
+
</li>
|
|
710
|
+
</ul>
|
|
711
|
+
</content>
|
|
712
|
+
</shape>
|
|
713
|
+
<shape width="200" height="36" topLeftX="678" topLeftY="241" type="text">
|
|
714
|
+
<content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
715
|
+
<p>技能关键词三</p>
|
|
716
|
+
</content>
|
|
717
|
+
</shape>
|
|
718
|
+
<shape width="200" height="36" topLeftX="378" topLeftY="241" type="text">
|
|
719
|
+
<content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
720
|
+
<p>技能关键词二</p>
|
|
721
|
+
</content>
|
|
722
|
+
</shape>
|
|
723
|
+
<shape width="200" height="36" topLeftX="75" topLeftY="241" type="text">
|
|
724
|
+
<content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
725
|
+
<p>技能关键词一</p>
|
|
726
|
+
</content>
|
|
727
|
+
</shape>
|
|
728
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
729
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" bold="true" textAlign="right">
|
|
730
|
+
<p>2026</p>
|
|
731
|
+
<p>/</p>
|
|
732
|
+
<p>2027</p>
|
|
733
|
+
</content>
|
|
734
|
+
</shape>
|
|
735
|
+
<shape width="200" height="45" topLeftX="50" topLeftY="50" type="text">
|
|
736
|
+
<content textType="sub-headline" fontSize="30" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
|
|
737
|
+
<p>个人技能</p>
|
|
738
|
+
</content>
|
|
739
|
+
</shape>
|
|
740
|
+
</data>
|
|
741
|
+
<note>
|
|
742
|
+
<content/>
|
|
743
|
+
</note>
|
|
744
|
+
</slide>
|
|
745
|
+
<slide>
|
|
746
|
+
<style>
|
|
747
|
+
<fill>
|
|
748
|
+
<fillImg src="UYmobcl7foXr7RxaLbec8v2OnZe" alpha="1" rotateWithShape="false"/>
|
|
749
|
+
</fill>
|
|
750
|
+
</style>
|
|
751
|
+
<data>
|
|
752
|
+
<img src="KPZbbHtkCofl0Hxkewwc0DZVnFL" width="263" height="310" topLeftX="349" topLeftY="115">
|
|
753
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
754
|
+
</img>
|
|
755
|
+
<img src="WMG5baPsbobtsFxIRSKcdA2dnbf" width="27" height="27" topLeftX="592" topLeftY="355">
|
|
756
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
757
|
+
</img>
|
|
758
|
+
<img src="IiyNbgOoEo2eUIxtVFxcKAVYn0d" width="15" height="15" topLeftX="691" topLeftY="261">
|
|
759
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
760
|
+
</img>
|
|
761
|
+
<img src="ExZJbF4OVoDiRlxdp8Zc7mfOnZe" width="21" height="21" topLeftX="459" topLeftY="165">
|
|
762
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
763
|
+
</img>
|
|
764
|
+
<line startX="900" startY="234" endX="900" endY="490">
|
|
765
|
+
<border color="rgba(222, 224, 227, 1)" width="1"/>
|
|
766
|
+
</line>
|
|
767
|
+
<shape width="20" height="6" topLeftX="793" topLeftY="-641" rotation="270" type="triangle">
|
|
768
|
+
<fill>
|
|
769
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
770
|
+
</fill>
|
|
771
|
+
</shape>
|
|
772
|
+
<shape width="20" height="6" topLeftX="785" topLeftY="-641" rotation="270" type="triangle">
|
|
773
|
+
<fill>
|
|
774
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
775
|
+
</fill>
|
|
776
|
+
</shape>
|
|
777
|
+
<shape width="20" height="6" topLeftX="777" topLeftY="-641" rotation="270" type="triangle">
|
|
778
|
+
<fill>
|
|
779
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
780
|
+
</fill>
|
|
781
|
+
</shape>
|
|
782
|
+
<shape width="20" height="6" topLeftX="769" topLeftY="-641" rotation="270" type="triangle">
|
|
783
|
+
<fill>
|
|
784
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
785
|
+
</fill>
|
|
786
|
+
</shape>
|
|
787
|
+
<shape width="190" height="12" topLeftX="385" topLeftY="301" type="rect">
|
|
788
|
+
<fill>
|
|
789
|
+
<fillColor color="rgba(253, 151, 51, 1)"/>
|
|
790
|
+
</fill>
|
|
791
|
+
</shape>
|
|
792
|
+
<shape width="20" height="6" topLeftX="25" topLeftY="668" rotation="90" type="triangle">
|
|
793
|
+
<fill>
|
|
794
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
795
|
+
</fill>
|
|
796
|
+
</shape>
|
|
797
|
+
<shape width="20" height="6" topLeftX="33" topLeftY="668" rotation="90" type="triangle">
|
|
798
|
+
<fill>
|
|
799
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
800
|
+
</fill>
|
|
801
|
+
</shape>
|
|
802
|
+
<shape width="20" height="6" topLeftX="41" topLeftY="668" rotation="90" type="triangle">
|
|
803
|
+
<fill>
|
|
804
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
805
|
+
</fill>
|
|
806
|
+
</shape>
|
|
807
|
+
<shape width="20" height="6" topLeftX="49" topLeftY="668" rotation="90" type="triangle">
|
|
808
|
+
<fill>
|
|
809
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
810
|
+
</fill>
|
|
811
|
+
</shape>
|
|
812
|
+
<shape width="334" height="75" topLeftX="313" topLeftY="226" type="text">
|
|
813
|
+
<content textType="sub-headline" fontSize="50" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
814
|
+
<p list="none">个人经历</p>
|
|
815
|
+
</content>
|
|
816
|
+
</shape>
|
|
817
|
+
<shape width="145" height="90" topLeftX="50" topLeftY="107" type="text">
|
|
818
|
+
<content textType="sub-headline" fontSize="60" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
819
|
+
<p>02</p>
|
|
820
|
+
</content>
|
|
821
|
+
</shape>
|
|
822
|
+
<shape width="350" height="24" topLeftX="50" topLeftY="50" type="text">
|
|
823
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
824
|
+
<p>PERSONAL PROFILE</p>
|
|
825
|
+
</content>
|
|
826
|
+
</shape>
|
|
827
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
828
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
|
|
829
|
+
<p>2026</p>
|
|
830
|
+
<p>/</p>
|
|
831
|
+
<p>2027</p>
|
|
832
|
+
</content>
|
|
833
|
+
</shape>
|
|
834
|
+
</data>
|
|
835
|
+
<note>
|
|
836
|
+
<content/>
|
|
837
|
+
</note>
|
|
838
|
+
</slide>
|
|
839
|
+
<slide>
|
|
840
|
+
<style>
|
|
841
|
+
<fill>
|
|
842
|
+
<fillImg src="ZTceb4CE7oVUtAxFCz5cvEBunxb" alpha="1" rotateWithShape="false"/>
|
|
843
|
+
</fill>
|
|
844
|
+
</style>
|
|
845
|
+
<data>
|
|
846
|
+
<img src="JTgybQsAwoWvcUxxe98c7vqkn0e" width="152" height="152" topLeftX="42" topLeftY="0" exposure="1" contrast="100">
|
|
847
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
848
|
+
</img>
|
|
849
|
+
<line startX="900" startY="234" endX="900" endY="490">
|
|
850
|
+
<border width="1"/>
|
|
851
|
+
</line>
|
|
852
|
+
<shape width="20" height="6" topLeftX="793" topLeftY="-641" rotation="270" type="triangle">
|
|
853
|
+
<fill>
|
|
854
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
855
|
+
</fill>
|
|
856
|
+
</shape>
|
|
857
|
+
<shape width="20" height="6" topLeftX="785" topLeftY="-641" rotation="270" type="triangle">
|
|
858
|
+
<fill>
|
|
859
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
860
|
+
</fill>
|
|
861
|
+
</shape>
|
|
862
|
+
<shape width="20" height="6" topLeftX="777" topLeftY="-641" rotation="270" type="triangle">
|
|
863
|
+
<fill>
|
|
864
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
865
|
+
</fill>
|
|
866
|
+
</shape>
|
|
867
|
+
<shape width="20" height="6" topLeftX="769" topLeftY="-641" rotation="270" type="triangle">
|
|
868
|
+
<fill>
|
|
869
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
870
|
+
</fill>
|
|
871
|
+
</shape>
|
|
872
|
+
<img src="PKp8bNRQKoml6Ux0Iz2crvH2nob" width="207" height="207" topLeftX="-1195" topLeftY="522" alpha="0.12">
|
|
873
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
874
|
+
</img>
|
|
875
|
+
<img src="Moqabl7gcobNToxT6spc87zNn1d" width="85" height="85" topLeftX="-1054" topLeftY="517" alpha="0.12">
|
|
876
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
877
|
+
</img>
|
|
878
|
+
<img src="UPlbbHBpro0zCPxEEjFcx1p4nWc" width="30" height="30" topLeftX="39" topLeftY="95" rotation="343">
|
|
879
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
880
|
+
</img>
|
|
881
|
+
<img src="Fo9KbWEgwoB0uwxorjAcXMDYnPf" width="16" height="16" topLeftX="164" topLeftY="25" rotation="16">
|
|
882
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
883
|
+
</img>
|
|
884
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
885
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" bold="true" textAlign="right">
|
|
886
|
+
<p>2026</p>
|
|
887
|
+
<p>/</p>
|
|
888
|
+
<p>2027</p>
|
|
889
|
+
</content>
|
|
890
|
+
</shape>
|
|
891
|
+
<shape width="200" height="45" topLeftX="50" topLeftY="50" type="text">
|
|
892
|
+
<content textType="sub-headline" fontSize="30" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
|
|
893
|
+
<p>项目经历</p>
|
|
894
|
+
</content>
|
|
895
|
+
</shape>
|
|
896
|
+
<shape width="277" height="30" topLeftX="496" topLeftY="115" type="text">
|
|
897
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="true" italic="false" underline="false" strikethrough="false" textAlign="left">
|
|
898
|
+
<p list="none" textAlign="left">项目名称一(2025.8-至今)</p>
|
|
899
|
+
</content>
|
|
900
|
+
</shape>
|
|
901
|
+
<img src="Z0jIbii4BobqVzx8OLtciVvRnYb" width="21" height="20" topLeftX="764" topLeftY="120">
|
|
902
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
903
|
+
</img>
|
|
904
|
+
<shape width="339" height="105" topLeftX="496" topLeftY="156" type="text">
|
|
905
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="bullet">
|
|
906
|
+
<ul>
|
|
907
|
+
<li>
|
|
908
|
+
<p>
|
|
909
|
+
<span fontSize="14">项目简介:描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</span>
|
|
910
|
+
</p>
|
|
911
|
+
</li>
|
|
912
|
+
<li>
|
|
913
|
+
<p>
|
|
914
|
+
<span fontSize="14">岗位职责:描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。描述相关的信息以解释你的标题。现在就开始打字吧。</span>
|
|
915
|
+
</p>
|
|
916
|
+
</li>
|
|
917
|
+
</ul>
|
|
918
|
+
</content>
|
|
919
|
+
</shape>
|
|
920
|
+
<img src="YBV3b2lT4o7Nbyx3CjUc00Kcnfd" width="227" height="340" topLeftX="49" topLeftY="152">
|
|
921
|
+
<shadow angle="90"/>
|
|
922
|
+
<crop type="round-rect" leftOffset="57" rightOffset="57" topOffset="0" bottomOffset="0" presetHandlers="30"/>
|
|
923
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
924
|
+
</img>
|
|
925
|
+
<img src="UTBlbxUvXoihA3x7AuBcLcaQn2b" width="163" height="245" topLeftX="297" topLeftY="67">
|
|
926
|
+
<shadow angle="90"/>
|
|
927
|
+
<crop type="round-rect" leftOffset="41" rightOffset="41" topOffset="0" bottomOffset="0" presetHandlers="30"/>
|
|
928
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
929
|
+
</img>
|
|
930
|
+
<img src="IVGxbX90PoZ85kxWZ4UcoiJ4nrh" width="160" height="160" topLeftX="299" topLeftY="332">
|
|
931
|
+
<shadow angle="90"/>
|
|
932
|
+
<crop type="round-rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="30"/>
|
|
933
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
934
|
+
</img>
|
|
935
|
+
<shape width="276" height="30" topLeftX="496" topLeftY="295" type="text">
|
|
936
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="true" italic="false" underline="false" strikethrough="false" textAlign="left">
|
|
937
|
+
<p list="none" textAlign="left">项目名称二(2025.8-至今)</p>
|
|
938
|
+
</content>
|
|
939
|
+
</shape>
|
|
940
|
+
<img src="XtoHbm650o1iZfxaqbxcadwHnRd" width="21" height="20" topLeftX="764" topLeftY="300">
|
|
941
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
942
|
+
</img>
|
|
943
|
+
<shape width="339" height="105" topLeftX="496" topLeftY="336" type="text">
|
|
944
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="bullet">
|
|
945
|
+
<ul>
|
|
946
|
+
<li>
|
|
947
|
+
<p>项目简介:描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</p>
|
|
948
|
+
</li>
|
|
949
|
+
<li>
|
|
950
|
+
<p>岗位职责:描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。描述相关的信息以解释你的标题。现在就开始打字吧。</p>
|
|
951
|
+
</li>
|
|
952
|
+
</ul>
|
|
953
|
+
</content>
|
|
954
|
+
</shape>
|
|
955
|
+
</data>
|
|
956
|
+
<note>
|
|
957
|
+
<content/>
|
|
958
|
+
</note>
|
|
959
|
+
</slide>
|
|
960
|
+
<slide>
|
|
961
|
+
<style>
|
|
962
|
+
<fill>
|
|
963
|
+
<fillImg src="EXctb1E3doblDDxpeZucW82xn4c" alpha="1" rotateWithShape="false"/>
|
|
964
|
+
</fill>
|
|
965
|
+
</style>
|
|
966
|
+
<data>
|
|
967
|
+
<img src="TlJWbC3XwoshRyxkCj1cFVVJn9g" width="598" height="682" topLeftX="181" topLeftY="40" alpha="0.04">
|
|
968
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
969
|
+
</img>
|
|
970
|
+
<img src="EM1Vb7GgkoN5CPxZ4MIc08abnGd" width="224" height="255" topLeftX="368" topLeftY="367" alpha="0.2">
|
|
971
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
972
|
+
</img>
|
|
973
|
+
<shape width="20" height="6" topLeftX="25" topLeftY="668" rotation="90" type="triangle">
|
|
974
|
+
<fill>
|
|
975
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
976
|
+
</fill>
|
|
977
|
+
</shape>
|
|
978
|
+
<shape width="20" height="6" topLeftX="33" topLeftY="668" rotation="90" type="triangle">
|
|
979
|
+
<fill>
|
|
980
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
981
|
+
</fill>
|
|
982
|
+
</shape>
|
|
983
|
+
<shape width="20" height="6" topLeftX="41" topLeftY="668" rotation="90" type="triangle">
|
|
984
|
+
<fill>
|
|
985
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
986
|
+
</fill>
|
|
987
|
+
</shape>
|
|
988
|
+
<shape width="20" height="6" topLeftX="49" topLeftY="668" rotation="90" type="triangle">
|
|
989
|
+
<fill>
|
|
990
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
991
|
+
</fill>
|
|
992
|
+
</shape>
|
|
993
|
+
<img src="TeKmbVm1oocRMCx9E72cisgXnHf" width="152" height="152" topLeftX="42" topLeftY="0" exposure="1" contrast="100">
|
|
994
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
995
|
+
</img>
|
|
996
|
+
<img src="JT9Wb6wZvoJAdnxVQcUcSqkPnAd" width="30" height="30" topLeftX="39" topLeftY="95" rotation="343">
|
|
997
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
998
|
+
</img>
|
|
999
|
+
<img src="CF9UbZRICoH54PxagP9cRzysnnh" width="16" height="16" topLeftX="164" topLeftY="25" rotation="16">
|
|
1000
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1001
|
+
</img>
|
|
1002
|
+
<img src="WsXOba2PeoVwaixv6FKcx9Z7nCg" width="190" height="135" topLeftX="720" topLeftY="189">
|
|
1003
|
+
<shadow angle="90"/>
|
|
1004
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="28" bottomOffset="27" presetHandlers="20"/>
|
|
1005
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1006
|
+
</img>
|
|
1007
|
+
<img src="Fqz9bTwPJoFAh4xpI1Jcr4Iynkh" width="190" height="135" topLeftX="496" topLeftY="95">
|
|
1008
|
+
<shadow angle="90"/>
|
|
1009
|
+
<crop type="rect" leftOffset="25" rightOffset="25" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
1010
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1011
|
+
</img>
|
|
1012
|
+
<img src="Id3mbksxxolZndxSwtJcgG8qnxe" width="190" height="135" topLeftX="273" topLeftY="95">
|
|
1013
|
+
<shadow angle="90"/>
|
|
1014
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="28" bottomOffset="27" presetHandlers="20"/>
|
|
1015
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1016
|
+
</img>
|
|
1017
|
+
<img src="ZjWYba6q0oYPuWxW9DocYbSgnoc" width="190" height="135" topLeftX="50" topLeftY="189">
|
|
1018
|
+
<shadow angle="90"/>
|
|
1019
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="28" bottomOffset="27" presetHandlers="20"/>
|
|
1020
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1021
|
+
</img>
|
|
1022
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
1023
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" bold="true" textAlign="right">
|
|
1024
|
+
<p>2026</p>
|
|
1025
|
+
<p>/</p>
|
|
1026
|
+
<p>2027</p>
|
|
1027
|
+
</content>
|
|
1028
|
+
</shape>
|
|
1029
|
+
<shape width="200" height="48" topLeftX="50" topLeftY="50" type="text">
|
|
1030
|
+
<content textType="sub-headline" fontSize="32" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true">
|
|
1031
|
+
<p>证书荣誉</p>
|
|
1032
|
+
</content>
|
|
1033
|
+
</shape>
|
|
1034
|
+
<shape width="190" height="30" topLeftX="720" topLeftY="342" type="text">
|
|
1035
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="center">
|
|
1036
|
+
<p list="none">《xx荣誉》</p>
|
|
1037
|
+
</content>
|
|
1038
|
+
</shape>
|
|
1039
|
+
<shape width="190" height="63" topLeftX="720" topLeftY="378" type="text">
|
|
1040
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="none" textAlign="center">
|
|
1041
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</p>
|
|
1042
|
+
</content>
|
|
1043
|
+
</shape>
|
|
1044
|
+
<shape width="190" height="30" topLeftX="496" topLeftY="248" type="text">
|
|
1045
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="center">
|
|
1046
|
+
<p list="none">《xx荣誉》</p>
|
|
1047
|
+
</content>
|
|
1048
|
+
</shape>
|
|
1049
|
+
<shape width="190" height="63" topLeftX="496" topLeftY="285" type="text">
|
|
1050
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="none" textAlign="center">
|
|
1051
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</p>
|
|
1052
|
+
</content>
|
|
1053
|
+
</shape>
|
|
1054
|
+
<shape width="190" height="30" topLeftX="273" topLeftY="248" type="text">
|
|
1055
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="center">
|
|
1056
|
+
<p list="none">《xx荣誉》</p>
|
|
1057
|
+
</content>
|
|
1058
|
+
</shape>
|
|
1059
|
+
<shape width="190" height="63" topLeftX="273" topLeftY="285" type="text">
|
|
1060
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="none" textAlign="center">
|
|
1061
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</p>
|
|
1062
|
+
</content>
|
|
1063
|
+
</shape>
|
|
1064
|
+
<shape width="190" height="30" topLeftX="50" topLeftY="342" type="text">
|
|
1065
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="center">
|
|
1066
|
+
<p list="none">《xx荣誉》</p>
|
|
1067
|
+
</content>
|
|
1068
|
+
</shape>
|
|
1069
|
+
<shape width="190" height="63" topLeftX="50" topLeftY="378" type="text">
|
|
1070
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="none" textAlign="center">
|
|
1071
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</p>
|
|
1072
|
+
</content>
|
|
1073
|
+
</shape>
|
|
1074
|
+
</data>
|
|
1075
|
+
<note>
|
|
1076
|
+
<content/>
|
|
1077
|
+
</note>
|
|
1078
|
+
</slide>
|
|
1079
|
+
<slide>
|
|
1080
|
+
<style>
|
|
1081
|
+
<fill>
|
|
1082
|
+
<fillImg src="UYmobcl7foXr7RxaLbec8v2OnZe" alpha="1" rotateWithShape="false"/>
|
|
1083
|
+
</fill>
|
|
1084
|
+
</style>
|
|
1085
|
+
<data>
|
|
1086
|
+
<img src="KPZbbHtkCofl0Hxkewwc0DZVnFL" width="263" height="310" topLeftX="349" topLeftY="115">
|
|
1087
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1088
|
+
</img>
|
|
1089
|
+
<img src="WMG5baPsbobtsFxIRSKcdA2dnbf" width="27" height="27" topLeftX="592" topLeftY="355">
|
|
1090
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1091
|
+
</img>
|
|
1092
|
+
<img src="IiyNbgOoEo2eUIxtVFxcKAVYn0d" width="15" height="15" topLeftX="691" topLeftY="261">
|
|
1093
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1094
|
+
</img>
|
|
1095
|
+
<img src="ExZJbF4OVoDiRlxdp8Zc7mfOnZe" width="21" height="21" topLeftX="459" topLeftY="165">
|
|
1096
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1097
|
+
</img>
|
|
1098
|
+
<line startX="900" startY="234" endX="900" endY="490">
|
|
1099
|
+
<border color="rgba(222, 224, 227, 1)" width="1"/>
|
|
1100
|
+
</line>
|
|
1101
|
+
<shape width="20" height="6" topLeftX="793" topLeftY="-641" rotation="270" type="triangle">
|
|
1102
|
+
<fill>
|
|
1103
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1104
|
+
</fill>
|
|
1105
|
+
</shape>
|
|
1106
|
+
<shape width="20" height="6" topLeftX="785" topLeftY="-641" rotation="270" type="triangle">
|
|
1107
|
+
<fill>
|
|
1108
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1109
|
+
</fill>
|
|
1110
|
+
</shape>
|
|
1111
|
+
<shape width="20" height="6" topLeftX="777" topLeftY="-641" rotation="270" type="triangle">
|
|
1112
|
+
<fill>
|
|
1113
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1114
|
+
</fill>
|
|
1115
|
+
</shape>
|
|
1116
|
+
<shape width="20" height="6" topLeftX="769" topLeftY="-641" rotation="270" type="triangle">
|
|
1117
|
+
<fill>
|
|
1118
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1119
|
+
</fill>
|
|
1120
|
+
</shape>
|
|
1121
|
+
<shape width="190" height="12" topLeftX="385" topLeftY="301" type="rect">
|
|
1122
|
+
<fill>
|
|
1123
|
+
<fillColor color="rgba(253, 151, 51, 1)"/>
|
|
1124
|
+
</fill>
|
|
1125
|
+
</shape>
|
|
1126
|
+
<shape width="20" height="6" topLeftX="25" topLeftY="668" rotation="90" type="triangle">
|
|
1127
|
+
<fill>
|
|
1128
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1129
|
+
</fill>
|
|
1130
|
+
</shape>
|
|
1131
|
+
<shape width="20" height="6" topLeftX="33" topLeftY="668" rotation="90" type="triangle">
|
|
1132
|
+
<fill>
|
|
1133
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1134
|
+
</fill>
|
|
1135
|
+
</shape>
|
|
1136
|
+
<shape width="20" height="6" topLeftX="41" topLeftY="668" rotation="90" type="triangle">
|
|
1137
|
+
<fill>
|
|
1138
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1139
|
+
</fill>
|
|
1140
|
+
</shape>
|
|
1141
|
+
<shape width="20" height="6" topLeftX="49" topLeftY="668" rotation="90" type="triangle">
|
|
1142
|
+
<fill>
|
|
1143
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1144
|
+
</fill>
|
|
1145
|
+
</shape>
|
|
1146
|
+
<shape width="334" height="75" topLeftX="313" topLeftY="226" type="text">
|
|
1147
|
+
<content textType="sub-headline" fontSize="50" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
1148
|
+
<p>项目展示</p>
|
|
1149
|
+
</content>
|
|
1150
|
+
</shape>
|
|
1151
|
+
<shape width="145" height="90" topLeftX="50" topLeftY="107" type="text">
|
|
1152
|
+
<content textType="sub-headline" fontSize="60" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1153
|
+
<p>03</p>
|
|
1154
|
+
</content>
|
|
1155
|
+
</shape>
|
|
1156
|
+
<shape width="350" height="24" topLeftX="50" topLeftY="50" type="text">
|
|
1157
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1158
|
+
<p>PERSONAL PROFILE</p>
|
|
1159
|
+
</content>
|
|
1160
|
+
</shape>
|
|
1161
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
1162
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
|
|
1163
|
+
<p>2026</p>
|
|
1164
|
+
<p>/</p>
|
|
1165
|
+
<p>2027</p>
|
|
1166
|
+
</content>
|
|
1167
|
+
</shape>
|
|
1168
|
+
</data>
|
|
1169
|
+
<note>
|
|
1170
|
+
<content/>
|
|
1171
|
+
</note>
|
|
1172
|
+
</slide>
|
|
1173
|
+
<slide>
|
|
1174
|
+
<style>
|
|
1175
|
+
<fill>
|
|
1176
|
+
<fillImg src="CzsObYpFnoNfFnx0RM2cxmdGnld" alpha="1" rotateWithShape="false"/>
|
|
1177
|
+
</fill>
|
|
1178
|
+
</style>
|
|
1179
|
+
<data>
|
|
1180
|
+
<img src="WBJeb9LKyoTjpmx2wricpFGynsd" width="152" height="152" topLeftX="42" topLeftY="0" exposure="1" contrast="100">
|
|
1181
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1182
|
+
</img>
|
|
1183
|
+
<img src="RaDTbEM21omyGIxvDRPcoYOMnkf" width="30" height="30" topLeftX="39" topLeftY="95" rotation="343">
|
|
1184
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1185
|
+
</img>
|
|
1186
|
+
<img src="NogYb7AoZoimsjxF2O2cuiMsnNg" width="16" height="16" topLeftX="164" topLeftY="25" rotation="16">
|
|
1187
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1188
|
+
</img>
|
|
1189
|
+
<shape width="20" height="6" topLeftX="25" topLeftY="668" rotation="90" type="triangle">
|
|
1190
|
+
<fill>
|
|
1191
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1192
|
+
</fill>
|
|
1193
|
+
</shape>
|
|
1194
|
+
<shape width="20" height="6" topLeftX="33" topLeftY="668" rotation="90" type="triangle">
|
|
1195
|
+
<fill>
|
|
1196
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1197
|
+
</fill>
|
|
1198
|
+
</shape>
|
|
1199
|
+
<shape width="20" height="6" topLeftX="41" topLeftY="668" rotation="90" type="triangle">
|
|
1200
|
+
<fill>
|
|
1201
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1202
|
+
</fill>
|
|
1203
|
+
</shape>
|
|
1204
|
+
<shape width="20" height="6" topLeftX="49" topLeftY="668" rotation="90" type="triangle">
|
|
1205
|
+
<fill>
|
|
1206
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1207
|
+
</fill>
|
|
1208
|
+
</shape>
|
|
1209
|
+
<img src="R0vjbPKQkoywSLxW1ZNcbtmGn4g" width="40" height="40" topLeftX="288" topLeftY="199" rotation="180" alpha="0.6">
|
|
1210
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1211
|
+
</img>
|
|
1212
|
+
<line startX="308" startY="190" endX="308" endY="98" alpha="0.6">
|
|
1213
|
+
<border color="rgba(76, 241, 29, 1)" width="1"/>
|
|
1214
|
+
</line>
|
|
1215
|
+
<img src="K7DNbxxPCoHGS6xoLkscnNoEnKb" width="40" height="40" topLeftX="637" topLeftY="-118" rotation="360" flipX="true" flipY="true" alpha="0.6">
|
|
1216
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1217
|
+
</img>
|
|
1218
|
+
<line startX="657" startY="-127" endX="657" endY="-219" alpha="0.6">
|
|
1219
|
+
<border color="rgba(76, 241, 29, 1)" width="1"/>
|
|
1220
|
+
</line>
|
|
1221
|
+
<img src="Tgu1bLjYyoQH6nxnjIZcfwWwn9b" width="40" height="40" topLeftX="460" topLeftY="270" rotation="270" alpha="0.6">
|
|
1222
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1223
|
+
</img>
|
|
1224
|
+
<img src="CutfbrBcAomkoRxrmGecyW9mnFg" width="178" height="178" topLeftX="489" topLeftY="302">
|
|
1225
|
+
<shadow angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1226
|
+
<crop type="rect" leftOffset="69" rightOffset="69" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
1227
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1228
|
+
</img>
|
|
1229
|
+
<img src="LTEUbgzHvovRDJx8v34c3gs7nQd" width="178" height="178" topLeftX="293" topLeftY="302">
|
|
1230
|
+
<shadow angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1231
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
1232
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1233
|
+
</img>
|
|
1234
|
+
<img src="V7EKbEXNxoct8ExCpFFcobLWnWg" width="178" height="178" topLeftX="489" topLeftY="106">
|
|
1235
|
+
<shadow angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1236
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
1237
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1238
|
+
</img>
|
|
1239
|
+
<img src="IPv9bTtjIonQnfxXWsscEcc3nFd" width="178" height="178" topLeftX="293" topLeftY="106">
|
|
1240
|
+
<shadow angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1241
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
1242
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1243
|
+
</img>
|
|
1244
|
+
<shape width="200" height="45" topLeftX="50" topLeftY="50" type="text">
|
|
1245
|
+
<content textType="sub-headline" fontSize="30" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
|
|
1246
|
+
<p>项目背景</p>
|
|
1247
|
+
</content>
|
|
1248
|
+
</shape>
|
|
1249
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
1250
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" bold="true" textAlign="right">
|
|
1251
|
+
<p>2026</p>
|
|
1252
|
+
<p>/</p>
|
|
1253
|
+
<p>2027</p>
|
|
1254
|
+
</content>
|
|
1255
|
+
</shape>
|
|
1256
|
+
<shape width="190" height="30" topLeftX="694" topLeftY="341" type="text">
|
|
1257
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="left">
|
|
1258
|
+
<p list="none">背景关键词四</p>
|
|
1259
|
+
</content>
|
|
1260
|
+
</shape>
|
|
1261
|
+
<shape width="190" height="63" topLeftX="694" topLeftY="378" type="text">
|
|
1262
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="none" textAlign="left"/>
|
|
1263
|
+
</shape>
|
|
1264
|
+
<shape width="190" height="30" topLeftX="694" topLeftY="139" type="text">
|
|
1265
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="left">
|
|
1266
|
+
<p list="none">背景关键词三</p>
|
|
1267
|
+
</content>
|
|
1268
|
+
</shape>
|
|
1269
|
+
<shape width="190" height="63" topLeftX="694" topLeftY="176" type="text">
|
|
1270
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="none" textAlign="left"/>
|
|
1271
|
+
</shape>
|
|
1272
|
+
<shape width="190" height="30" topLeftX="81" topLeftY="341" type="text">
|
|
1273
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="right">
|
|
1274
|
+
<p list="none">背景关键词二</p>
|
|
1275
|
+
</content>
|
|
1276
|
+
</shape>
|
|
1277
|
+
<shape width="190" height="63" topLeftX="81" topLeftY="378" type="text">
|
|
1278
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="none" textAlign="right"/>
|
|
1279
|
+
</shape>
|
|
1280
|
+
<shape width="190" height="30" topLeftX="81" topLeftY="139" type="text">
|
|
1281
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="right">
|
|
1282
|
+
<p list="none">背景关键词一</p>
|
|
1283
|
+
</content>
|
|
1284
|
+
</shape>
|
|
1285
|
+
<shape width="190" height="63" topLeftX="81" topLeftY="176" type="text">
|
|
1286
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="none" textAlign="right"/>
|
|
1287
|
+
</shape>
|
|
1288
|
+
</data>
|
|
1289
|
+
<note>
|
|
1290
|
+
<content/>
|
|
1291
|
+
</note>
|
|
1292
|
+
</slide>
|
|
1293
|
+
<slide>
|
|
1294
|
+
<style>
|
|
1295
|
+
<fill>
|
|
1296
|
+
<fillImg src="Q5igbqt1qo67nbxfcRPckrSAnpg" alpha="1" rotateWithShape="false"/>
|
|
1297
|
+
</fill>
|
|
1298
|
+
</style>
|
|
1299
|
+
<data>
|
|
1300
|
+
<img src="HIWWbgfi1olsujxZs0McOWizndh" width="152" height="152" topLeftX="42" topLeftY="0" exposure="1" contrast="100">
|
|
1301
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1302
|
+
</img>
|
|
1303
|
+
<img src="MaYebg87ko0Zl1xFzVdcVigInjh" width="30" height="30" topLeftX="39" topLeftY="95" rotation="343">
|
|
1304
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1305
|
+
</img>
|
|
1306
|
+
<img src="U7ImbFEjioZC5LxTSrEcXVR0nMf" width="16" height="16" topLeftX="164" topLeftY="25" rotation="16">
|
|
1307
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1308
|
+
</img>
|
|
1309
|
+
<img src="Uk98bzc8mohu6QxAE7hcl8lVnmh" width="172" height="196" topLeftX="679" topLeftY="-97" alpha="0.12">
|
|
1310
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1311
|
+
</img>
|
|
1312
|
+
<shape width="273" height="365" topLeftX="44" topLeftY="137" presetHandlers="30" type="round-rect">
|
|
1313
|
+
<fill>
|
|
1314
|
+
<fillColor color="linear-gradient(180deg,rgba(52, 195, 125, 1) 0%,rgba(113, 230, 147, 1) 100%)"/>
|
|
1315
|
+
</fill>
|
|
1316
|
+
<shadow angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1317
|
+
</shape>
|
|
1318
|
+
<shape width="235" height="84" topLeftX="63" topLeftY="202" presetHandlers="16" type="round-rect">
|
|
1319
|
+
<fill>
|
|
1320
|
+
<fillColor color="rgba(255, 255, 255, 0.6)"/>
|
|
1321
|
+
</fill>
|
|
1322
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1323
|
+
</shape>
|
|
1324
|
+
<shape width="235" height="84" topLeftX="63" topLeftY="298" presetHandlers="16" type="round-rect">
|
|
1325
|
+
<fill>
|
|
1326
|
+
<fillColor color="rgba(255, 255, 255, 0.6)"/>
|
|
1327
|
+
</fill>
|
|
1328
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1329
|
+
</shape>
|
|
1330
|
+
<shape width="235" height="84" topLeftX="63" topLeftY="395" presetHandlers="16" type="round-rect">
|
|
1331
|
+
<fill>
|
|
1332
|
+
<fillColor color="rgba(255, 255, 255, 0.6)"/>
|
|
1333
|
+
</fill>
|
|
1334
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1335
|
+
</shape>
|
|
1336
|
+
<shape width="273" height="365" topLeftX="344" topLeftY="137" presetHandlers="30" type="round-rect">
|
|
1337
|
+
<fill>
|
|
1338
|
+
<fillColor color="linear-gradient(180deg,rgba(43, 47, 54, 1) 0%,rgba(114, 116, 124, 1) 100%)"/>
|
|
1339
|
+
</fill>
|
|
1340
|
+
<shadow angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1341
|
+
</shape>
|
|
1342
|
+
<shape width="235" height="84" topLeftX="363" topLeftY="202" presetHandlers="16" type="round-rect">
|
|
1343
|
+
<fill>
|
|
1344
|
+
<fillColor color="rgba(255, 255, 255, 0.6)"/>
|
|
1345
|
+
</fill>
|
|
1346
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1347
|
+
</shape>
|
|
1348
|
+
<shape width="235" height="84" topLeftX="363" topLeftY="298" presetHandlers="16" type="round-rect">
|
|
1349
|
+
<fill>
|
|
1350
|
+
<fillColor color="rgba(255, 255, 255, 0.6)"/>
|
|
1351
|
+
</fill>
|
|
1352
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1353
|
+
</shape>
|
|
1354
|
+
<shape width="235" height="84" topLeftX="363" topLeftY="395" presetHandlers="16" type="round-rect">
|
|
1355
|
+
<fill>
|
|
1356
|
+
<fillColor color="rgba(255, 255, 255, 0.6)"/>
|
|
1357
|
+
</fill>
|
|
1358
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1359
|
+
</shape>
|
|
1360
|
+
<shape width="273" height="365" topLeftX="643" topLeftY="137" presetHandlers="30" type="round-rect">
|
|
1361
|
+
<fill>
|
|
1362
|
+
<fillColor color="linear-gradient(180deg,rgba(251, 152, 60, 1) 0%,rgba(255, 214, 140, 1) 100%)"/>
|
|
1363
|
+
</fill>
|
|
1364
|
+
<shadow angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1365
|
+
</shape>
|
|
1366
|
+
<shape width="235" height="84" topLeftX="663" topLeftY="202" presetHandlers="16" type="round-rect">
|
|
1367
|
+
<fill>
|
|
1368
|
+
<fillColor color="rgba(255, 255, 255, 0.6)"/>
|
|
1369
|
+
</fill>
|
|
1370
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1371
|
+
</shape>
|
|
1372
|
+
<shape width="235" height="84" topLeftX="663" topLeftY="298" presetHandlers="16" type="round-rect">
|
|
1373
|
+
<fill>
|
|
1374
|
+
<fillColor color="rgba(255, 255, 255, 0.6)"/>
|
|
1375
|
+
</fill>
|
|
1376
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1377
|
+
</shape>
|
|
1378
|
+
<shape width="235" height="84" topLeftX="663" topLeftY="395" presetHandlers="16" type="round-rect">
|
|
1379
|
+
<fill>
|
|
1380
|
+
<fillColor color="rgba(255, 255, 255, 0.6)"/>
|
|
1381
|
+
</fill>
|
|
1382
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1383
|
+
</shape>
|
|
1384
|
+
<shape width="205" height="24" topLeftX="679" topLeftY="414" type="text">
|
|
1385
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="left">
|
|
1386
|
+
<p list="none">关键词</p>
|
|
1387
|
+
</content>
|
|
1388
|
+
</shape>
|
|
1389
|
+
<shape width="205" height="18" topLeftX="679" topLeftY="442" type="text">
|
|
1390
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" list="none" textAlign="left">
|
|
1391
|
+
<p list="none">描述相关的信息以解释你的标题。</p>
|
|
1392
|
+
</content>
|
|
1393
|
+
</shape>
|
|
1394
|
+
<shape width="205" height="24" topLeftX="679" topLeftY="317" type="text">
|
|
1395
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="left">
|
|
1396
|
+
<p list="none">关键词</p>
|
|
1397
|
+
</content>
|
|
1398
|
+
</shape>
|
|
1399
|
+
<shape width="205" height="18" topLeftX="679" topLeftY="346" type="text">
|
|
1400
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" list="none" textAlign="left">
|
|
1401
|
+
<p list="none">描述相关的信息以解释你的标题。</p>
|
|
1402
|
+
</content>
|
|
1403
|
+
</shape>
|
|
1404
|
+
<shape width="205" height="24" topLeftX="679" topLeftY="219" type="text">
|
|
1405
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="left">
|
|
1406
|
+
<p list="none">关键词</p>
|
|
1407
|
+
</content>
|
|
1408
|
+
</shape>
|
|
1409
|
+
<shape width="205" height="18" topLeftX="679" topLeftY="248" type="text">
|
|
1410
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" list="none" textAlign="left">
|
|
1411
|
+
<p list="none">描述相关的信息以解释你的标题。</p>
|
|
1412
|
+
</content>
|
|
1413
|
+
</shape>
|
|
1414
|
+
<shape width="205" height="24" topLeftX="378" topLeftY="414" type="text">
|
|
1415
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="left">
|
|
1416
|
+
<p list="none">关键词</p>
|
|
1417
|
+
</content>
|
|
1418
|
+
</shape>
|
|
1419
|
+
<shape width="205" height="18" topLeftX="378" topLeftY="442" type="text">
|
|
1420
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" list="none" textAlign="left">
|
|
1421
|
+
<p list="none">描述相关的信息以解释你的标题。</p>
|
|
1422
|
+
</content>
|
|
1423
|
+
</shape>
|
|
1424
|
+
<shape width="205" height="24" topLeftX="378" topLeftY="317" type="text">
|
|
1425
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="left">
|
|
1426
|
+
<p list="none">关键词</p>
|
|
1427
|
+
</content>
|
|
1428
|
+
</shape>
|
|
1429
|
+
<shape width="205" height="18" topLeftX="378" topLeftY="346" type="text">
|
|
1430
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" list="none" textAlign="left">
|
|
1431
|
+
<p list="none">描述相关的信息以解释你的标题。</p>
|
|
1432
|
+
</content>
|
|
1433
|
+
</shape>
|
|
1434
|
+
<shape width="205" height="24" topLeftX="378" topLeftY="219" type="text">
|
|
1435
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="left">
|
|
1436
|
+
<p list="none">关键词</p>
|
|
1437
|
+
</content>
|
|
1438
|
+
</shape>
|
|
1439
|
+
<shape width="205" height="18" topLeftX="378" topLeftY="248" type="text">
|
|
1440
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" list="none" textAlign="left">
|
|
1441
|
+
<p list="none">描述相关的信息以解释你的标题。</p>
|
|
1442
|
+
</content>
|
|
1443
|
+
</shape>
|
|
1444
|
+
<shape width="205" height="24" topLeftX="76" topLeftY="414" type="text">
|
|
1445
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="left">
|
|
1446
|
+
<p list="none">关键词</p>
|
|
1447
|
+
</content>
|
|
1448
|
+
</shape>
|
|
1449
|
+
<shape width="205" height="18" topLeftX="76" topLeftY="442" type="text">
|
|
1450
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" list="none" textAlign="left">
|
|
1451
|
+
<p list="none">描述相关的信息以解释你的标题。</p>
|
|
1452
|
+
</content>
|
|
1453
|
+
</shape>
|
|
1454
|
+
<shape width="205" height="24" topLeftX="76" topLeftY="317" type="text">
|
|
1455
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="left">
|
|
1456
|
+
<p list="none">关键词</p>
|
|
1457
|
+
</content>
|
|
1458
|
+
</shape>
|
|
1459
|
+
<shape width="205" height="18" topLeftX="76" topLeftY="346" type="text">
|
|
1460
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" list="none" textAlign="left">
|
|
1461
|
+
<p list="none">描述相关的信息以解释你的标题。</p>
|
|
1462
|
+
</content>
|
|
1463
|
+
</shape>
|
|
1464
|
+
<shape width="205" height="24" topLeftX="76" topLeftY="219" type="text">
|
|
1465
|
+
<content textType="caption" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="left">
|
|
1466
|
+
<p list="none">关键词</p>
|
|
1467
|
+
</content>
|
|
1468
|
+
</shape>
|
|
1469
|
+
<shape width="205" height="18" topLeftX="76" topLeftY="248" type="text">
|
|
1470
|
+
<content textType="caption" fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" list="none" textAlign="left">
|
|
1471
|
+
<p list="none">描述相关的信息以解释你的标题。</p>
|
|
1472
|
+
</content>
|
|
1473
|
+
</shape>
|
|
1474
|
+
<shape width="235" height="30" topLeftX="663" topLeftY="157" type="text">
|
|
1475
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1476
|
+
<p>策略关键词三</p>
|
|
1477
|
+
</content>
|
|
1478
|
+
</shape>
|
|
1479
|
+
<shape width="235" height="30" topLeftX="363" topLeftY="156" type="text">
|
|
1480
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1481
|
+
<p>策略关键词二</p>
|
|
1482
|
+
</content>
|
|
1483
|
+
</shape>
|
|
1484
|
+
<shape width="235" height="30" topLeftX="63" topLeftY="156" type="text">
|
|
1485
|
+
<content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
|
|
1486
|
+
<p>策略关键词一</p>
|
|
1487
|
+
</content>
|
|
1488
|
+
</shape>
|
|
1489
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
1490
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" bold="true" textAlign="right">
|
|
1491
|
+
<p>2026</p>
|
|
1492
|
+
<p>/</p>
|
|
1493
|
+
<p>2027</p>
|
|
1494
|
+
</content>
|
|
1495
|
+
</shape>
|
|
1496
|
+
<shape width="200" height="45" topLeftX="50" topLeftY="50" type="text">
|
|
1497
|
+
<content textType="sub-headline" fontSize="30" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
|
|
1498
|
+
<p>产品策略</p>
|
|
1499
|
+
</content>
|
|
1500
|
+
</shape>
|
|
1501
|
+
</data>
|
|
1502
|
+
<note>
|
|
1503
|
+
<content/>
|
|
1504
|
+
</note>
|
|
1505
|
+
</slide>
|
|
1506
|
+
<slide>
|
|
1507
|
+
<style>
|
|
1508
|
+
<fill>
|
|
1509
|
+
<fillImg src="YOgtbfnnDoX66hxfgbAcPYeKnHc" alpha="1" rotateWithShape="false"/>
|
|
1510
|
+
</fill>
|
|
1511
|
+
</style>
|
|
1512
|
+
<data>
|
|
1513
|
+
<img src="M6CcbFTL1odX3KxkQfmcIAsOnRf" width="598" height="682" topLeftX="181" topLeftY="-71" alpha="0.04">
|
|
1514
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1515
|
+
</img>
|
|
1516
|
+
<img src="Tg3BbzQUloT17Mxvu7PcTwbznwf" width="152" height="152" topLeftX="42" topLeftY="0" exposure="1" contrast="100">
|
|
1517
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1518
|
+
</img>
|
|
1519
|
+
<img src="FwqAbLi01oiccaxc23HcWwjjnnh" width="16" height="16" topLeftX="164" topLeftY="25" rotation="16">
|
|
1520
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1521
|
+
</img>
|
|
1522
|
+
<img src="TUNwbNNKuoRfeNxLF9TcebITnmb" width="40" height="40" topLeftX="318" topLeftY="354" alpha="0.6">
|
|
1523
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1524
|
+
</img>
|
|
1525
|
+
<line startX="338" startY="404" endX="338" endY="495" alpha="0.6">
|
|
1526
|
+
<border color="rgba(76, 241, 29, 1)" width="1"/>
|
|
1527
|
+
</line>
|
|
1528
|
+
<img src="X84Gbvu6kohOR3xeplDcBEWEnpd" width="40" height="40" topLeftX="918" topLeftY="354" alpha="0.6">
|
|
1529
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1530
|
+
</img>
|
|
1531
|
+
<line startX="938" startY="404" endX="938" endY="495" alpha="0.6">
|
|
1532
|
+
<border color="rgba(76, 241, 29, 1)" width="1"/>
|
|
1533
|
+
</line>
|
|
1534
|
+
<img src="Nf0DbwIOVoGyU4xwF85cVUL7nsd" width="30" height="30" topLeftX="39" topLeftY="95" rotation="343">
|
|
1535
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1536
|
+
</img>
|
|
1537
|
+
<img src="Cfoqb14pXo5y2Yxj8HHcfNICnNd" width="266" height="200" topLeftX="644" topLeftY="162">
|
|
1538
|
+
<shadow angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1539
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="33" bottomOffset="33" presetHandlers="20"/>
|
|
1540
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1541
|
+
</img>
|
|
1542
|
+
<img src="DbHqbMfyZondyPxWHYccndNUnDe" width="266" height="200" topLeftX="347" topLeftY="162">
|
|
1543
|
+
<shadow angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1544
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="33" bottomOffset="33" presetHandlers="20"/>
|
|
1545
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1546
|
+
</img>
|
|
1547
|
+
<img src="ZhBkbvabAoPqFgxQsmVc6wyNn9h" width="266" height="200" topLeftX="50" topLeftY="162">
|
|
1548
|
+
<shadow angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1549
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="33" bottomOffset="33" presetHandlers="20"/>
|
|
1550
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1551
|
+
</img>
|
|
1552
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
1553
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" bold="true" textAlign="right">
|
|
1554
|
+
<p>2026</p>
|
|
1555
|
+
<p>/</p>
|
|
1556
|
+
<p>2027</p>
|
|
1557
|
+
</content>
|
|
1558
|
+
</shape>
|
|
1559
|
+
<shape width="200" height="45" topLeftX="50" topLeftY="50" type="text">
|
|
1560
|
+
<content textType="sub-headline" fontSize="30" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
|
|
1561
|
+
<p list="none">产品展示</p>
|
|
1562
|
+
</content>
|
|
1563
|
+
</shape>
|
|
1564
|
+
<shape width="266" height="30" topLeftX="646" topLeftY="388" type="text">
|
|
1565
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="center">
|
|
1566
|
+
<p list="none">关键词三</p>
|
|
1567
|
+
</content>
|
|
1568
|
+
</shape>
|
|
1569
|
+
<shape width="266" height="42" topLeftX="646" topLeftY="425" type="text">
|
|
1570
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="none" textAlign="center">
|
|
1571
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</p>
|
|
1572
|
+
</content>
|
|
1573
|
+
</shape>
|
|
1574
|
+
<shape width="266" height="30" topLeftX="347" topLeftY="388" type="text">
|
|
1575
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="center">
|
|
1576
|
+
<p list="none">关键词二</p>
|
|
1577
|
+
</content>
|
|
1578
|
+
</shape>
|
|
1579
|
+
<shape width="266" height="42" topLeftX="347" topLeftY="425" type="text">
|
|
1580
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="none" textAlign="center">
|
|
1581
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</p>
|
|
1582
|
+
</content>
|
|
1583
|
+
</shape>
|
|
1584
|
+
<shape width="266" height="30" topLeftX="50" topLeftY="388" type="text">
|
|
1585
|
+
<content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" list="none" textAlign="center">
|
|
1586
|
+
<p list="none">关键词一</p>
|
|
1587
|
+
</content>
|
|
1588
|
+
</shape>
|
|
1589
|
+
<shape width="266" height="42" topLeftX="50" topLeftY="425" type="text">
|
|
1590
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="none" textAlign="center">
|
|
1591
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</p>
|
|
1592
|
+
</content>
|
|
1593
|
+
</shape>
|
|
1594
|
+
</data>
|
|
1595
|
+
<note>
|
|
1596
|
+
<content/>
|
|
1597
|
+
</note>
|
|
1598
|
+
</slide>
|
|
1599
|
+
<slide>
|
|
1600
|
+
<style>
|
|
1601
|
+
<fill>
|
|
1602
|
+
<fillImg src="Ekprb2YuOoA1bQxuWUEcFMeSnSg" alpha="1" rotateWithShape="false"/>
|
|
1603
|
+
</fill>
|
|
1604
|
+
</style>
|
|
1605
|
+
<data>
|
|
1606
|
+
<img src="A3ssbXoSEoHUmsxzqAxc698lnSg" width="152" height="152" topLeftX="42" topLeftY="0" exposure="1" contrast="100">
|
|
1607
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1608
|
+
</img>
|
|
1609
|
+
<img src="Qe59bSBDBoMGFcx66yQcLtA1ntc" width="16" height="16" topLeftX="164" topLeftY="25" rotation="16">
|
|
1610
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1611
|
+
</img>
|
|
1612
|
+
<line startX="900" startY="234" endX="900" endY="490">
|
|
1613
|
+
<border width="1"/>
|
|
1614
|
+
</line>
|
|
1615
|
+
<shape width="20" height="6" topLeftX="793" topLeftY="-641" rotation="270" type="triangle">
|
|
1616
|
+
<fill>
|
|
1617
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1618
|
+
</fill>
|
|
1619
|
+
</shape>
|
|
1620
|
+
<shape width="20" height="6" topLeftX="785" topLeftY="-641" rotation="270" type="triangle">
|
|
1621
|
+
<fill>
|
|
1622
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1623
|
+
</fill>
|
|
1624
|
+
</shape>
|
|
1625
|
+
<shape width="20" height="6" topLeftX="777" topLeftY="-641" rotation="270" type="triangle">
|
|
1626
|
+
<fill>
|
|
1627
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1628
|
+
</fill>
|
|
1629
|
+
</shape>
|
|
1630
|
+
<shape width="20" height="6" topLeftX="769" topLeftY="-641" rotation="270" type="triangle">
|
|
1631
|
+
<fill>
|
|
1632
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1633
|
+
</fill>
|
|
1634
|
+
</shape>
|
|
1635
|
+
<img src="UAfrbn5LjoJEYyxWjFBcgpDvnih" width="40" height="40" topLeftX="605" topLeftY="-87" rotation="360" flipX="true" flipY="true">
|
|
1636
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1637
|
+
</img>
|
|
1638
|
+
<line startX="625" startY="-96" endX="625" endY="-233">
|
|
1639
|
+
<border color="rgba(76, 241, 29, 1)" width="1"/>
|
|
1640
|
+
</line>
|
|
1641
|
+
<img src="FQhGb35zeoCrxxxPOUiceWnined" width="30" height="30" topLeftX="39" topLeftY="95" rotation="343">
|
|
1642
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1643
|
+
</img>
|
|
1644
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
1645
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" bold="true" textAlign="right">
|
|
1646
|
+
<p>2026</p>
|
|
1647
|
+
<p>/</p>
|
|
1648
|
+
<p>2027</p>
|
|
1649
|
+
</content>
|
|
1650
|
+
</shape>
|
|
1651
|
+
<shape width="200" height="45" topLeftX="50" topLeftY="50" type="text">
|
|
1652
|
+
<content textType="sub-headline" fontSize="30" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
|
|
1653
|
+
<p>产品数据</p>
|
|
1654
|
+
</content>
|
|
1655
|
+
</shape>
|
|
1656
|
+
<shape width="190" height="21" topLeftX="674" topLeftY="227" type="text">
|
|
1657
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="none" textAlign="center">
|
|
1658
|
+
<p>数据字段名称</p>
|
|
1659
|
+
</content>
|
|
1660
|
+
</shape>
|
|
1661
|
+
<shape width="190" height="75" topLeftX="674" topLeftY="152" type="text">
|
|
1662
|
+
<content textType="title" fontSize="50" fontFamily="Arial Black" color="linear-gradient(180deg,rgba(52, 195, 125, 1) 0%,rgba(113, 230, 147, 1) 100%)" bold="true" textAlign="center">
|
|
1663
|
+
<p>90%</p>
|
|
1664
|
+
</content>
|
|
1665
|
+
</shape>
|
|
1666
|
+
<img src="UVg5bbsWdoWpZFxtu7scEehInif" width="280" height="331" topLeftX="356" topLeftY="152">
|
|
1667
|
+
<shadow angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1668
|
+
<crop type="rect" leftOffset="26" rightOffset="25" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
1669
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1670
|
+
</img>
|
|
1671
|
+
<img src="VnE5bMFHNoLCxqxlkaIcXBrbnHc" width="280" height="331" topLeftX="50" topLeftY="152">
|
|
1672
|
+
<shadow angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1673
|
+
<crop type="rect" leftOffset="25" rightOffset="25" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
1674
|
+
<border color="rgba(255, 255, 255, 1)" width="1"/>
|
|
1675
|
+
</img>
|
|
1676
|
+
<shape width="190" height="21" topLeftX="674" topLeftY="409" type="text">
|
|
1677
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)" list="none" textAlign="center">
|
|
1678
|
+
<p>数据字段名称</p>
|
|
1679
|
+
</content>
|
|
1680
|
+
</shape>
|
|
1681
|
+
<shape width="190" height="75" topLeftX="674" topLeftY="337" type="text">
|
|
1682
|
+
<content textType="title" fontSize="50" fontFamily="Arial Black" color="linear-gradient(180deg,rgba(251, 152, 60, 1) 0%,rgba(255, 214, 140, 1) 100%)" bold="true" textAlign="center">
|
|
1683
|
+
<p>116%</p>
|
|
1684
|
+
</content>
|
|
1685
|
+
</shape>
|
|
1686
|
+
<shape width="280" height="119" topLeftX="50" topLeftY="364" presetHandlers="20" type="rect">
|
|
1687
|
+
<fill>
|
|
1688
|
+
<fillColor color="linear-gradient(180deg,rgba(43, 47, 54, 1) 0%,rgba(114, 116, 124, 1) 100%)"/>
|
|
1689
|
+
</fill>
|
|
1690
|
+
<shadow angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1691
|
+
</shape>
|
|
1692
|
+
<shape width="226" height="63" topLeftX="77" topLeftY="388" type="text">
|
|
1693
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" textAlign="left">
|
|
1694
|
+
<p textAlign="left">
|
|
1695
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</span>
|
|
1696
|
+
</p>
|
|
1697
|
+
</content>
|
|
1698
|
+
</shape>
|
|
1699
|
+
<shape width="280" height="119" topLeftX="356" topLeftY="364" presetHandlers="20" type="rect">
|
|
1700
|
+
<fill>
|
|
1701
|
+
<fillColor color="linear-gradient(180deg,rgba(52, 195, 125, 1) 0%,rgba(113, 230, 147, 1) 100%)"/>
|
|
1702
|
+
</fill>
|
|
1703
|
+
<shadow angle="90" color="rgba(0, 0, 0, 0.1)"/>
|
|
1704
|
+
</shape>
|
|
1705
|
+
<shape width="226" height="63" topLeftX="383" topLeftY="388" type="text">
|
|
1706
|
+
<content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" textAlign="left">
|
|
1707
|
+
<p textAlign="left">
|
|
1708
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</span>
|
|
1709
|
+
</p>
|
|
1710
|
+
</content>
|
|
1711
|
+
</shape>
|
|
1712
|
+
</data>
|
|
1713
|
+
<note>
|
|
1714
|
+
<content/>
|
|
1715
|
+
</note>
|
|
1716
|
+
</slide>
|
|
1717
|
+
<slide>
|
|
1718
|
+
<style>
|
|
1719
|
+
<fill>
|
|
1720
|
+
<fillImg src="UYmobcl7foXr7RxaLbec8v2OnZe" alpha="1" rotateWithShape="false"/>
|
|
1721
|
+
</fill>
|
|
1722
|
+
</style>
|
|
1723
|
+
<data>
|
|
1724
|
+
<img src="KPZbbHtkCofl0Hxkewwc0DZVnFL" width="263" height="310" topLeftX="349" topLeftY="115">
|
|
1725
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1726
|
+
</img>
|
|
1727
|
+
<img src="WMG5baPsbobtsFxIRSKcdA2dnbf" width="27" height="27" topLeftX="592" topLeftY="355">
|
|
1728
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1729
|
+
</img>
|
|
1730
|
+
<img src="IiyNbgOoEo2eUIxtVFxcKAVYn0d" width="15" height="15" topLeftX="691" topLeftY="261">
|
|
1731
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1732
|
+
</img>
|
|
1733
|
+
<img src="ExZJbF4OVoDiRlxdp8Zc7mfOnZe" width="21" height="21" topLeftX="459" topLeftY="165">
|
|
1734
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1735
|
+
</img>
|
|
1736
|
+
<line startX="900" startY="234" endX="900" endY="490">
|
|
1737
|
+
<border color="rgba(222, 224, 227, 1)" width="1"/>
|
|
1738
|
+
</line>
|
|
1739
|
+
<shape width="20" height="6" topLeftX="793" topLeftY="-641" rotation="270" type="triangle">
|
|
1740
|
+
<fill>
|
|
1741
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1742
|
+
</fill>
|
|
1743
|
+
</shape>
|
|
1744
|
+
<shape width="20" height="6" topLeftX="785" topLeftY="-641" rotation="270" type="triangle">
|
|
1745
|
+
<fill>
|
|
1746
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1747
|
+
</fill>
|
|
1748
|
+
</shape>
|
|
1749
|
+
<shape width="20" height="6" topLeftX="777" topLeftY="-641" rotation="270" type="triangle">
|
|
1750
|
+
<fill>
|
|
1751
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1752
|
+
</fill>
|
|
1753
|
+
</shape>
|
|
1754
|
+
<shape width="20" height="6" topLeftX="769" topLeftY="-641" rotation="270" type="triangle">
|
|
1755
|
+
<fill>
|
|
1756
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1757
|
+
</fill>
|
|
1758
|
+
</shape>
|
|
1759
|
+
<shape width="190" height="12" topLeftX="385" topLeftY="301" type="rect">
|
|
1760
|
+
<fill>
|
|
1761
|
+
<fillColor color="rgba(253, 151, 51, 1)"/>
|
|
1762
|
+
</fill>
|
|
1763
|
+
</shape>
|
|
1764
|
+
<shape width="20" height="6" topLeftX="25" topLeftY="668" rotation="90" type="triangle">
|
|
1765
|
+
<fill>
|
|
1766
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1767
|
+
</fill>
|
|
1768
|
+
</shape>
|
|
1769
|
+
<shape width="20" height="6" topLeftX="33" topLeftY="668" rotation="90" type="triangle">
|
|
1770
|
+
<fill>
|
|
1771
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1772
|
+
</fill>
|
|
1773
|
+
</shape>
|
|
1774
|
+
<shape width="20" height="6" topLeftX="41" topLeftY="668" rotation="90" type="triangle">
|
|
1775
|
+
<fill>
|
|
1776
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1777
|
+
</fill>
|
|
1778
|
+
</shape>
|
|
1779
|
+
<shape width="20" height="6" topLeftX="49" topLeftY="668" rotation="90" type="triangle">
|
|
1780
|
+
<fill>
|
|
1781
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1782
|
+
</fill>
|
|
1783
|
+
</shape>
|
|
1784
|
+
<shape width="334" height="75" topLeftX="313" topLeftY="226" type="text">
|
|
1785
|
+
<content textType="sub-headline" fontSize="50" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
1786
|
+
<p>未来规划</p>
|
|
1787
|
+
</content>
|
|
1788
|
+
</shape>
|
|
1789
|
+
<shape width="145" height="90" topLeftX="50" topLeftY="107" type="text">
|
|
1790
|
+
<content textType="sub-headline" fontSize="60" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1791
|
+
<p>04</p>
|
|
1792
|
+
</content>
|
|
1793
|
+
</shape>
|
|
1794
|
+
<shape width="350" height="24" topLeftX="50" topLeftY="50" type="text">
|
|
1795
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
1796
|
+
<p>PERSONAL PROFILE</p>
|
|
1797
|
+
</content>
|
|
1798
|
+
</shape>
|
|
1799
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
1800
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
|
|
1801
|
+
<p>2026</p>
|
|
1802
|
+
<p>/</p>
|
|
1803
|
+
<p>2027</p>
|
|
1804
|
+
</content>
|
|
1805
|
+
</shape>
|
|
1806
|
+
</data>
|
|
1807
|
+
<note>
|
|
1808
|
+
<content/>
|
|
1809
|
+
</note>
|
|
1810
|
+
</slide>
|
|
1811
|
+
<slide>
|
|
1812
|
+
<style>
|
|
1813
|
+
<fill>
|
|
1814
|
+
<fillImg src="QdnybQoaeojCkhxeEBZcFV8onYc" alpha="1" rotateWithShape="false"/>
|
|
1815
|
+
</fill>
|
|
1816
|
+
</style>
|
|
1817
|
+
<data>
|
|
1818
|
+
<line startX="900" startY="234" endX="900" endY="490">
|
|
1819
|
+
<border width="1"/>
|
|
1820
|
+
</line>
|
|
1821
|
+
<shape width="20" height="6" topLeftX="793" topLeftY="-641" rotation="270" type="triangle">
|
|
1822
|
+
<fill>
|
|
1823
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1824
|
+
</fill>
|
|
1825
|
+
</shape>
|
|
1826
|
+
<shape width="20" height="6" topLeftX="785" topLeftY="-641" rotation="270" type="triangle">
|
|
1827
|
+
<fill>
|
|
1828
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1829
|
+
</fill>
|
|
1830
|
+
</shape>
|
|
1831
|
+
<shape width="20" height="6" topLeftX="777" topLeftY="-641" rotation="270" type="triangle">
|
|
1832
|
+
<fill>
|
|
1833
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1834
|
+
</fill>
|
|
1835
|
+
</shape>
|
|
1836
|
+
<shape width="20" height="6" topLeftX="769" topLeftY="-641" rotation="270" type="triangle">
|
|
1837
|
+
<fill>
|
|
1838
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1839
|
+
</fill>
|
|
1840
|
+
</shape>
|
|
1841
|
+
<img src="LLsTbxb76oFs7QxyclzcvKU4n4f" width="152" height="152" topLeftX="42" topLeftY="0" exposure="1" contrast="100">
|
|
1842
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1843
|
+
</img>
|
|
1844
|
+
<img src="EOyCbbTFIoQztcxzvVCcxJXynRh" width="16" height="16" topLeftX="164" topLeftY="25" rotation="16">
|
|
1845
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1846
|
+
</img>
|
|
1847
|
+
<img src="IE21boNvroeuxlxomPYcIwOvnIf" width="30" height="30" topLeftX="39" topLeftY="95" rotation="343">
|
|
1848
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1849
|
+
</img>
|
|
1850
|
+
<shape width="20" height="6" topLeftX="25" topLeftY="668" rotation="90" type="triangle">
|
|
1851
|
+
<fill>
|
|
1852
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1853
|
+
</fill>
|
|
1854
|
+
</shape>
|
|
1855
|
+
<shape width="20" height="6" topLeftX="33" topLeftY="668" rotation="90" type="triangle">
|
|
1856
|
+
<fill>
|
|
1857
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1858
|
+
</fill>
|
|
1859
|
+
</shape>
|
|
1860
|
+
<shape width="20" height="6" topLeftX="41" topLeftY="668" rotation="90" type="triangle">
|
|
1861
|
+
<fill>
|
|
1862
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1863
|
+
</fill>
|
|
1864
|
+
</shape>
|
|
1865
|
+
<shape width="20" height="6" topLeftX="49" topLeftY="668" rotation="90" type="triangle">
|
|
1866
|
+
<fill>
|
|
1867
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
1868
|
+
</fill>
|
|
1869
|
+
</shape>
|
|
1870
|
+
<img src="PU2CbQlNyomLN7xGkHCcPBZLnbf" width="771" height="315" topLeftX="38" topLeftY="103" alpha="0.2">
|
|
1871
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1872
|
+
</img>
|
|
1873
|
+
<shape width="90" height="30" topLeftX="254" topLeftY="674" type="text">
|
|
1874
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="true" italic="false" underline="false" strikethrough="false" textAlign="left">
|
|
1875
|
+
<p list="none" textAlign="left">
|
|
1876
|
+
<span color="rgba(43, 47, 54, 1)">短期规划</span>
|
|
1877
|
+
</p>
|
|
1878
|
+
</content>
|
|
1879
|
+
</shape>
|
|
1880
|
+
<img src="Quk7brbdMoOrTbxhsA8cbVk5nHg" width="21" height="20" topLeftX="347" topLeftY="680">
|
|
1881
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1882
|
+
</img>
|
|
1883
|
+
<line startX="166" startY="416" endX="166" endY="203">
|
|
1884
|
+
<border color="rgba(76, 241, 29, 1)" width="1"/>
|
|
1885
|
+
<startArrow type="solid-circle"/>
|
|
1886
|
+
<endArrow type="solid-triangle"/>
|
|
1887
|
+
</line>
|
|
1888
|
+
<shape width="90" height="30" topLeftX="1007" topLeftY="492" type="text">
|
|
1889
|
+
<content fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="true" italic="false" underline="false" strikethrough="false" textAlign="left">
|
|
1890
|
+
<p list="none" textAlign="left">长期规划</p>
|
|
1891
|
+
</content>
|
|
1892
|
+
</shape>
|
|
1893
|
+
<img src="GWO8bQA7UoDlfpxzzDhcnaCsnCd" width="21" height="20" topLeftX="1100" topLeftY="498">
|
|
1894
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1895
|
+
</img>
|
|
1896
|
+
<line startX="524" startY="319" endX="524" endY="86">
|
|
1897
|
+
<border color="rgba(76, 241, 29, 1)" width="1"/>
|
|
1898
|
+
<startArrow type="solid-circle"/>
|
|
1899
|
+
<endArrow type="solid-triangle"/>
|
|
1900
|
+
</line>
|
|
1901
|
+
<img src="Y3jpbG3ltoo8sEx3RWgcBQc0n3L" width="203" height="203" topLeftX="565" topLeftY="350" alpha="0.12">
|
|
1902
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1903
|
+
</img>
|
|
1904
|
+
<img src="KufOb8DJAoRPbGxgV1WcdXiRndd" width="83" height="83" topLeftX="703" topLeftY="345" alpha="0.12">
|
|
1905
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1906
|
+
</img>
|
|
1907
|
+
<shape width="236" height="21" topLeftX="543" topLeftY="95" type="text">
|
|
1908
|
+
<content textType="caption" fontSize="14" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" list="none" textAlign="left">
|
|
1909
|
+
<p>2027</p>
|
|
1910
|
+
</content>
|
|
1911
|
+
</shape>
|
|
1912
|
+
<shape width="236" height="126" topLeftX="543" topLeftY="122" type="text">
|
|
1913
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)">
|
|
1914
|
+
<ul listStyle="circle-hollow-square">
|
|
1915
|
+
<li>
|
|
1916
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
1917
|
+
</li>
|
|
1918
|
+
<li>
|
|
1919
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
1920
|
+
</li>
|
|
1921
|
+
</ul>
|
|
1922
|
+
</content>
|
|
1923
|
+
</shape>
|
|
1924
|
+
<shape width="236" height="21" topLeftX="187" topLeftY="203" type="text">
|
|
1925
|
+
<content textType="caption" fontSize="14" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" list="none" textAlign="left">
|
|
1926
|
+
<p>2026</p>
|
|
1927
|
+
</content>
|
|
1928
|
+
</shape>
|
|
1929
|
+
<shape width="236" height="126" topLeftX="187" topLeftY="230" type="text">
|
|
1930
|
+
<content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(119, 119, 119, 1)">
|
|
1931
|
+
<ul listStyle="circle-hollow-square">
|
|
1932
|
+
<li>
|
|
1933
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
1934
|
+
</li>
|
|
1935
|
+
<li>
|
|
1936
|
+
<p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
|
|
1937
|
+
</li>
|
|
1938
|
+
</ul>
|
|
1939
|
+
</content>
|
|
1940
|
+
</shape>
|
|
1941
|
+
<shape width="200" height="45" topLeftX="50" topLeftY="50" type="text">
|
|
1942
|
+
<content textType="sub-headline" fontSize="30" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
|
|
1943
|
+
<p>未来规划</p>
|
|
1944
|
+
</content>
|
|
1945
|
+
</shape>
|
|
1946
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
1947
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" bold="true" textAlign="right">
|
|
1948
|
+
<p>2026</p>
|
|
1949
|
+
<p>/</p>
|
|
1950
|
+
<p>2027</p>
|
|
1951
|
+
</content>
|
|
1952
|
+
</shape>
|
|
1953
|
+
</data>
|
|
1954
|
+
<note>
|
|
1955
|
+
<content/>
|
|
1956
|
+
</note>
|
|
1957
|
+
</slide>
|
|
1958
|
+
<slide>
|
|
1959
|
+
<style>
|
|
1960
|
+
<fill>
|
|
1961
|
+
<fillImg src="OcZob9NETo0U3gxTRnVcgmuunkd" alpha="1" rotateWithShape="false"/>
|
|
1962
|
+
</fill>
|
|
1963
|
+
</style>
|
|
1964
|
+
<data>
|
|
1965
|
+
<img src="VP5SbRgmFoUKWjxu2Phca6XmnBQ" width="263" height="310" topLeftX="349" topLeftY="115">
|
|
1966
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1967
|
+
</img>
|
|
1968
|
+
<img src="Oihcbc4ZuoG6tGx3T8hc4bMQnCh" width="27" height="27" topLeftX="592" topLeftY="355">
|
|
1969
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1970
|
+
</img>
|
|
1971
|
+
<img src="WYFRbJuHhoWl1Ox3qPPcNvUcnve" width="15" height="15" topLeftX="691" topLeftY="261">
|
|
1972
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1973
|
+
</img>
|
|
1974
|
+
<img src="JUrlbMoLMoycNux01CZcFLCinOe" width="21" height="21" topLeftX="459" topLeftY="165">
|
|
1975
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1976
|
+
</img>
|
|
1977
|
+
<line startX="900" startY="234" endX="900" endY="490">
|
|
1978
|
+
<border color="rgba(222, 224, 227, 1)" width="1"/>
|
|
1979
|
+
</line>
|
|
1980
|
+
<shape width="20" height="6" topLeftX="793" topLeftY="-641" rotation="270" type="triangle">
|
|
1981
|
+
<fill>
|
|
1982
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1983
|
+
</fill>
|
|
1984
|
+
</shape>
|
|
1985
|
+
<shape width="20" height="6" topLeftX="785" topLeftY="-641" rotation="270" type="triangle">
|
|
1986
|
+
<fill>
|
|
1987
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1988
|
+
</fill>
|
|
1989
|
+
</shape>
|
|
1990
|
+
<shape width="20" height="6" topLeftX="777" topLeftY="-641" rotation="270" type="triangle">
|
|
1991
|
+
<fill>
|
|
1992
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1993
|
+
</fill>
|
|
1994
|
+
</shape>
|
|
1995
|
+
<shape width="20" height="6" topLeftX="769" topLeftY="-641" rotation="270" type="triangle">
|
|
1996
|
+
<fill>
|
|
1997
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1998
|
+
</fill>
|
|
1999
|
+
</shape>
|
|
2000
|
+
<shape width="308" height="12" topLeftX="326" topLeftY="301" type="rect">
|
|
2001
|
+
<fill>
|
|
2002
|
+
<fillColor color="rgba(253, 151, 51, 1)"/>
|
|
2003
|
+
</fill>
|
|
2004
|
+
</shape>
|
|
2005
|
+
<shape width="20" height="6" topLeftX="25" topLeftY="668" rotation="90" type="triangle">
|
|
2006
|
+
<fill>
|
|
2007
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
2008
|
+
</fill>
|
|
2009
|
+
</shape>
|
|
2010
|
+
<shape width="20" height="6" topLeftX="33" topLeftY="668" rotation="90" type="triangle">
|
|
2011
|
+
<fill>
|
|
2012
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
2013
|
+
</fill>
|
|
2014
|
+
</shape>
|
|
2015
|
+
<shape width="20" height="6" topLeftX="41" topLeftY="668" rotation="90" type="triangle">
|
|
2016
|
+
<fill>
|
|
2017
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
2018
|
+
</fill>
|
|
2019
|
+
</shape>
|
|
2020
|
+
<shape width="20" height="6" topLeftX="49" topLeftY="668" rotation="90" type="triangle">
|
|
2021
|
+
<fill>
|
|
2022
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
2023
|
+
</fill>
|
|
2024
|
+
</shape>
|
|
2025
|
+
<shape width="334" height="75" topLeftX="313" topLeftY="226" type="text">
|
|
2026
|
+
<content textType="sub-headline" fontSize="50" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
|
|
2027
|
+
<p>Thank You</p>
|
|
2028
|
+
</content>
|
|
2029
|
+
</shape>
|
|
2030
|
+
<shape width="350" height="24" topLeftX="50" topLeftY="50" type="text">
|
|
2031
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true">
|
|
2032
|
+
<p>PERSONAL PROFILE</p>
|
|
2033
|
+
</content>
|
|
2034
|
+
</shape>
|
|
2035
|
+
<shape width="52" height="72" topLeftX="858" topLeftY="50" type="text">
|
|
2036
|
+
<content textType="sub-headline" fontSize="16" fontFamily="Arial Black" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
|
|
2037
|
+
<p>2026</p>
|
|
2038
|
+
<p>/</p>
|
|
2039
|
+
<p>2027</p>
|
|
2040
|
+
</content>
|
|
2041
|
+
</shape>
|
|
2042
|
+
</data>
|
|
2043
|
+
<note>
|
|
2044
|
+
<content/>
|
|
2045
|
+
</note>
|
|
2046
|
+
</slide>
|
|
2047
|
+
</presentation>
|