@wagemule/daemon 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -1
- package/dist/main.cjs +246 -42
- package/dist/main.cjs.map +3 -3
- package/dist/skills/larksuite/lark-approval/SKILL.md +56 -0
- package/dist/skills/larksuite/lark-attendance/SKILL.md +57 -0
- package/dist/skills/larksuite/lark-base/SKILL.md +349 -0
- package/dist/skills/larksuite/lark-base/references/dashboard-block-data-config.md +350 -0
- package/dist/skills/larksuite/lark-base/references/examples.md +140 -0
- package/dist/skills/larksuite/lark-base/references/formula-field-guide.md +735 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-advperm-disable.md +83 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-advperm-enable.md +80 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-base-copy.md +74 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-base-create.md +68 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-base-get.md +39 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-cell-value.md +151 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-arrange.md +83 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-create.md +108 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-delete.md +46 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-get.md +57 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-list.md +53 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-update.md +84 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-create.md +73 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-delete.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-get.md +59 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-list.md +52 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-update.md +69 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard.md +240 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-data-analysis-sop.md +88 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-data-query.md +451 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-create.md +104 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-delete.md +51 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-get.md +42 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-list.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-search-options.md +48 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-update.md +166 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field.md +23 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-create.md +87 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-delete.md +64 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-get.md +68 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-list.md +73 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-create.md +118 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-delete.md +68 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-list.md +84 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-update.md +92 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions.md +23 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-update.md +82 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form.md +24 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-history.md +16 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-create.md +58 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-update.md +53 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-delete.md +62 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-history-list.md +86 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-share-link-create.md +72 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-upload-attachment.md +50 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-upsert.md +64 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record.md +29 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-create.md +89 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-delete.md +83 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-get.md +87 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-list.md +81 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-update.md +94 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-shortcut-field-properties.md +481 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-create.md +62 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-delete.md +51 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-get.md +46 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-list.md +43 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-update.md +49 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table.md +20 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-create.md +50 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-delete.md +48 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-card.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-filter.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-group.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-sort.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-timebar.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-visible-fields.md +28 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-list.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-rename.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-card.md +55 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-filter.md +181 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-group.md +65 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-sort.md +63 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-timebar.md +51 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-visible-fields.md +46 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-create.md +180 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-disable.md +94 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-enable.md +94 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-get.md +147 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-guide.md +718 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-list.md +124 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-schema.md +935 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-update.md +167 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow.md +23 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workspace.md +18 -0
- package/dist/skills/larksuite/lark-base/references/lookup-field-guide.md +510 -0
- package/dist/skills/larksuite/lark-base/references/role-config.md +539 -0
- package/dist/skills/larksuite/lark-calendar/SKILL.md +154 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-agenda.md +78 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-create.md +109 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-freebusy.md +124 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-room-find.md +113 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-rsvp.md +42 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-schedule-meeting.md +265 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-suggestion.md +125 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-update.md +105 -0
- package/dist/skills/larksuite/lark-contact/SKILL.md +45 -0
- package/dist/skills/larksuite/lark-contact/references/lark-contact-get-user.md +19 -0
- package/dist/skills/larksuite/lark-contact/references/lark-contact-search-user.md +124 -0
- package/dist/skills/larksuite/lark-doc/SKILL.md +69 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-create.md +89 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-fetch.md +141 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-md.md +71 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-media-download.md +50 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-media-insert.md +114 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-media-preview.md +41 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-search.md +217 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-update.md +252 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-whiteboard.md +100 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-xml.md +169 -0
- package/dist/skills/larksuite/lark-doc/references/style/lark-doc-create-workflow.md +56 -0
- package/dist/skills/larksuite/lark-doc/references/style/lark-doc-style.md +106 -0
- package/dist/skills/larksuite/lark-doc/references/style/lark-doc-update-workflow.md +54 -0
- package/dist/skills/larksuite/lark-drive/SKILL.md +343 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-add-comment.md +169 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-apply-permission.md +77 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-create-folder.md +73 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-create-shortcut.md +103 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-delete.md +79 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-download.md +31 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-export-download.md +50 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-export.md +119 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-import.md +154 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-move.md +120 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-pull.md +137 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-push.md +162 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-reactions.md +113 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-search.md +239 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-status.md +137 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-task-result.md +302 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-upload.md +101 -0
- package/dist/skills/larksuite/lark-event/SKILL.md +145 -0
- package/dist/skills/larksuite/lark-event/references/lark-event-im.md +86 -0
- package/dist/skills/larksuite/lark-im/SKILL.md +162 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-create.md +162 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-identity.md +55 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-list.md +113 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-messages-list.md +142 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-search.md +136 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-update.md +84 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-flag-cancel.md +67 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-flag-create.md +67 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-flag-list.md +100 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-mget.md +95 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-reply.md +222 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-resources-download.md +94 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-search.md +217 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-send.md +223 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-reactions.md +297 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-threads-messages-list.md +111 -0
- package/dist/skills/larksuite/lark-mail/SKILL.md +648 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-decline-receipt.md +115 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-create.md +123 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-edit.md +400 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-forward.md +232 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-message.md +230 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-messages.md +108 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-reply-all.md +206 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-reply.md +242 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-send-receipt.md +120 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-send.md +216 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-share-to-chat.md +87 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-signature.md +98 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-template-create.md +129 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-template-update.md +150 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-thread.md +111 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-triage.md +122 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-watch.md +94 -0
- package/dist/skills/larksuite/lark-markdown/SKILL.md +46 -0
- package/dist/skills/larksuite/lark-markdown/references/lark-markdown-create.md +86 -0
- package/dist/skills/larksuite/lark-markdown/references/lark-markdown-fetch.md +79 -0
- package/dist/skills/larksuite/lark-markdown/references/lark-markdown-overwrite.md +85 -0
- package/dist/skills/larksuite/lark-minutes/SKILL.md +139 -0
- package/dist/skills/larksuite/lark-minutes/references/lark-minutes-download.md +137 -0
- package/dist/skills/larksuite/lark-minutes/references/lark-minutes-search.md +206 -0
- package/dist/skills/larksuite/lark-minutes/references/lark-minutes-upload.md +104 -0
- package/dist/skills/larksuite/lark-okr/SKILL.md +133 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-contentblock.md +359 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-detail.md +84 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-list.md +90 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-entities.md +329 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-image-upload.md +116 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-create.md +81 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-delete.md +47 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-get.md +62 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-list.md +80 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-update.md +81 -0
- package/dist/skills/larksuite/lark-openapi-explorer/SKILL.md +153 -0
- package/dist/skills/larksuite/lark-shared/SKILL.md +138 -0
- package/dist/skills/larksuite/lark-sheets/SKILL.md +345 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-data.md +197 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-images.md +59 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-style-and-merge.md +141 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-dropdown.md +133 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-filter-views.md +193 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-float-images.md +125 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-formula.md +88 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-row-column-management.md +151 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-sheet-management.md +164 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-spreadsheet-management.md +134 -0
- package/dist/skills/larksuite/lark-skill-maker/SKILL.md +85 -0
- package/dist/skills/larksuite/lark-slides/SKILL.md +525 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--all_hands_meeting.xml +1999 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--annual_gala.xml +1160 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--company_intro.xml +1376 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--corporate_culture.xml +1765 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training.xml +912 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training_workshop.xml +1504 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/hr--onboarding.xml +933 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_communication.xml +1367 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_logo_design.xml +1347 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_operations_plan.xml +1309 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--business_plan.xml +1646 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_plan.xml +1469 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_strategy.xml +1484 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--product_whitepaper.xml +1455 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--roadshow_business_plan.xml +1506 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/misc--book_sharing.xml +1338 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/misc--club_event_plan.xml +4885 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/misc--student_career_plan.xml +1854 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--dark_general.xml +3763 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--dept_annual_report.xml +1192 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--light_general.xml +3378 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--project_kickoff.xml +3152 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--quarterly_review.xml +1253 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--work_report.xml +1099 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary.xml +4420 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary_report.xml +1523 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_logo_design.xml +1347 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_operations_plan.xml +1309 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--marketing_plan.xml +1469 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--product_promotion.xml +687 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--experience_sharing.xml +2242 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--personal_resume.xml +2047 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_defense.xml +1099 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_report.xml +1039 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--self_intro.xml +696 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--teaching_sharing.xml +3013 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--business_case_analysis.xml +1341 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--market_analysis.xml +898 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_analysis.xml +1537 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_intro.xml +2838 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion.xml +687 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion_2.xml +687 -0
- package/dist/skills/larksuite/lark-slides/references/examples.md +261 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-create.md +137 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-edit-workflows.md +142 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-media-upload.md +128 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-replace-slide.md +239 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-create.md +221 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-delete.md +123 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-get.md +110 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-replace.md +186 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentations-get.md +98 -0
- package/dist/skills/larksuite/lark-slides/references/slide-templates.md +201 -0
- package/dist/skills/larksuite/lark-slides/references/slides_demo.xml +226 -0
- package/dist/skills/larksuite/lark-slides/references/slides_xml_schema_definition.xml +3004 -0
- package/dist/skills/larksuite/lark-slides/references/template-catalog.md +464 -0
- package/dist/skills/larksuite/lark-slides/references/template-index.json +1853 -0
- package/dist/skills/larksuite/lark-slides/references/xml-format-guide.md +369 -0
- package/dist/skills/larksuite/lark-slides/references/xml-schema-quick-ref.md +215 -0
- package/dist/skills/larksuite/lark-slides/scripts/layout_lint.py +349 -0
- package/dist/skills/larksuite/lark-slides/scripts/layout_lint_test.py +159 -0
- package/dist/skills/larksuite/lark-slides/scripts/template_tool.py +970 -0
- package/dist/skills/larksuite/lark-slides/scripts/template_tool_test.py +177 -0
- package/dist/skills/larksuite/lark-task/SKILL.md +165 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-assign.md +38 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-comment.md +28 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-complete.md +27 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-create.md +57 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-followers.md +35 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-get-my-tasks.md +55 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-get-related-tasks.md +53 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-reminder.md +36 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-reopen.md +27 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-search.md +41 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-set-ancestor.md +32 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-subscribe-event.md +86 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-create.md +35 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-members.md +36 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-search.md +38 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-task-add.md +38 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-update.md +37 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-upload-attachment.md +59 -0
- package/dist/skills/larksuite/lark-vc/SKILL.md +168 -0
- package/dist/skills/larksuite/lark-vc/references/lark-vc-notes.md +126 -0
- package/dist/skills/larksuite/lark-vc/references/lark-vc-recording.md +153 -0
- package/dist/skills/larksuite/lark-vc/references/lark-vc-search.md +176 -0
- package/dist/skills/larksuite/lark-vc-agent/SKILL.md +121 -0
- package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-events.md +247 -0
- package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-join.md +133 -0
- package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-leave.md +111 -0
- package/dist/skills/larksuite/lark-whiteboard/SKILL.md +144 -0
- package/dist/skills/larksuite/lark-whiteboard/references/connectors.md +102 -0
- package/dist/skills/larksuite/lark-whiteboard/references/content.md +40 -0
- package/dist/skills/larksuite/lark-whiteboard/references/image.md +80 -0
- package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-query.md +49 -0
- package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-update.md +100 -0
- package/dist/skills/larksuite/lark-whiteboard/references/layout.md +374 -0
- package/dist/skills/larksuite/lark-whiteboard/references/schema.md +357 -0
- package/dist/skills/larksuite/lark-whiteboard/references/style.md +318 -0
- package/dist/skills/larksuite/lark-whiteboard/references/typography.md +73 -0
- package/dist/skills/larksuite/lark-whiteboard/routes/dsl.md +107 -0
- package/dist/skills/larksuite/lark-whiteboard/routes/mermaid.md +27 -0
- package/dist/skills/larksuite/lark-whiteboard/routes/svg.md +54 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/architecture.md +433 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/bar-chart.md +187 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/comparison.md +135 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/fishbone.md +238 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/flowchart.md +185 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/flywheel.md +195 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/funnel.md +101 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/line-chart.md +214 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/mermaid.md +130 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/milestone.md +139 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/organization.md +173 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/photo-showcase.md +126 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/pyramid.md +99 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/swimlane.md +371 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/treemap.md +216 -0
- package/dist/skills/larksuite/lark-wiki/SKILL.md +111 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-delete-space.md +205 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-move.md +183 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-copy.md +72 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-create.md +127 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-list.md +88 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-space-list.md +68 -0
- package/dist/skills/larksuite/lark-workflow-meeting-summary/SKILL.md +104 -0
- package/dist/skills/larksuite/lark-workflow-standup-report/SKILL.md +120 -0
- package/package.json +2 -1
|
@@ -0,0 +1,1347 @@
|
|
|
1
|
+
<presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
|
|
2
|
+
<title>品牌标志设计</title>
|
|
3
|
+
<theme>
|
|
4
|
+
<textStyles>
|
|
5
|
+
<title/>
|
|
6
|
+
<headline/>
|
|
7
|
+
<sub-headline/>
|
|
8
|
+
<body fontColor="#000000FF"/>
|
|
9
|
+
<caption fontColor="rgba(155, 157, 160, 1)" fontSize="14"/>
|
|
10
|
+
</textStyles>
|
|
11
|
+
</theme>
|
|
12
|
+
<slide>
|
|
13
|
+
<style>
|
|
14
|
+
<fill>
|
|
15
|
+
<fillImg src="Nz5gb0JwQoKtbWxj6vScCVdlnDg" alpha="1" rotateWithShape="false"/>
|
|
16
|
+
</fill>
|
|
17
|
+
</style>
|
|
18
|
+
<data>
|
|
19
|
+
<shape width="206" height="62" topLeftX="60" topLeftY="413" type="slides-full-round-rect">
|
|
20
|
+
<border color="rgba(0, 0, 0, 1)" lineJoin="miter" miterLimit="10"/>
|
|
21
|
+
</shape>
|
|
22
|
+
<shape width="124" height="41" topLeftX="82" topLeftY="424" type="text">
|
|
23
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(31, 35, 41, 1)" bold="true">
|
|
24
|
+
<p>
|
|
25
|
+
<strong>
|
|
26
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="14">April XX, 2026</span>
|
|
27
|
+
</strong>
|
|
28
|
+
</p>
|
|
29
|
+
</content>
|
|
30
|
+
</shape>
|
|
31
|
+
<line startX="215" startY="445" endX="245" endY="445">
|
|
32
|
+
<border lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
33
|
+
<endArrow type="arrow"/>
|
|
34
|
+
</line>
|
|
35
|
+
<shape width="157" height="42" topLeftX="60" topLeftY="170" presetHandlers="0" type="rect">
|
|
36
|
+
<fill>
|
|
37
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
38
|
+
</fill>
|
|
39
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(203, 205, 208, 1)">
|
|
40
|
+
<p letterSpacing="1">
|
|
41
|
+
<span color="rgba(203, 205, 208, 1)">XX 品牌</span>
|
|
42
|
+
</p>
|
|
43
|
+
</content>
|
|
44
|
+
</shape>
|
|
45
|
+
<shape width="454" height="110" topLeftX="46" topLeftY="211" type="text">
|
|
46
|
+
<content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="60" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
|
|
47
|
+
<p>
|
|
48
|
+
<strong>
|
|
49
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="60">品牌标志设计</span>
|
|
50
|
+
</strong>
|
|
51
|
+
</p>
|
|
52
|
+
</content>
|
|
53
|
+
</shape>
|
|
54
|
+
<shape width="132" height="41" topLeftX="85" topLeftY="54" type="text">
|
|
55
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(31, 35, 41, 1)" bold="false">
|
|
56
|
+
<p>
|
|
57
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="14" bold="false">YOUR LOGO</span>
|
|
58
|
+
</p>
|
|
59
|
+
</content>
|
|
60
|
+
</shape>
|
|
61
|
+
<img src="DD33b3w3XovpT9xFZpqco0TynEe" width="12" height="25" topLeftX="60" topLeftY="62" alpha="0.9">
|
|
62
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
63
|
+
</img>
|
|
64
|
+
<img src="DD33b3w3XovpT9xFZpqco0TynEe" width="12" height="25" topLeftX="74" topLeftY="62" alpha="0.9">
|
|
65
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
66
|
+
</img>
|
|
67
|
+
<shape width="124" height="38" topLeftX="787" topLeftY="57" type="text">
|
|
68
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(0, 0, 0, 1)" bold="false" textAlign="right">
|
|
69
|
+
<p>
|
|
70
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="12" bold="false">YOUR TEAM</span>
|
|
71
|
+
</p>
|
|
72
|
+
</content>
|
|
73
|
+
</shape>
|
|
74
|
+
</data>
|
|
75
|
+
<note>
|
|
76
|
+
<content/>
|
|
77
|
+
</note>
|
|
78
|
+
</slide>
|
|
79
|
+
<slide>
|
|
80
|
+
<style>
|
|
81
|
+
<fill>
|
|
82
|
+
<fillColor color="rgba(28, 102, 246, 1)"/>
|
|
83
|
+
</fill>
|
|
84
|
+
</style>
|
|
85
|
+
<data>
|
|
86
|
+
<img src="DYM4b6dzCoMD5gx4sn4cdPYlnxg" width="312" height="402" topLeftX="0" topLeftY="0" rotation="180">
|
|
87
|
+
<crop type="rect" leftOffset="0" rightOffset="86" topOffset="0" bottomOffset="186" presetHandlers="0"/>
|
|
88
|
+
</img>
|
|
89
|
+
<img src="ILOUbaURToeRBCx5VxicLMsKnsb" width="432" height="203" topLeftX="528" topLeftY="0">
|
|
90
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
91
|
+
</img>
|
|
92
|
+
<img src="K8w1bqqEzoTR1bxSqC2cZaQKnmM" width="216" height="337" topLeftX="744" topLeftY="203">
|
|
93
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="95" presetHandlers="0"/>
|
|
94
|
+
</img>
|
|
95
|
+
<shape width="357" height="44" topLeftX="471" topLeftY="371" type="text">
|
|
96
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 0.949)">
|
|
97
|
+
<p>
|
|
98
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="16">品牌标志方案二</span>
|
|
99
|
+
</p>
|
|
100
|
+
</content>
|
|
101
|
+
</shape>
|
|
102
|
+
<shape width="357" height="44" topLeftX="471" topLeftY="308" type="text">
|
|
103
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 0.949)">
|
|
104
|
+
<p>
|
|
105
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="16">品牌标志方案一</span>
|
|
106
|
+
</p>
|
|
107
|
+
</content>
|
|
108
|
+
</shape>
|
|
109
|
+
<shape width="357" height="44" topLeftX="471" topLeftY="246" type="text">
|
|
110
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 0.949)">
|
|
111
|
+
<p>
|
|
112
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="16">设计目标</span>
|
|
113
|
+
</p>
|
|
114
|
+
</content>
|
|
115
|
+
</shape>
|
|
116
|
+
<shape width="357" height="44" topLeftX="471" topLeftY="181" type="text">
|
|
117
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 0.949)">
|
|
118
|
+
<p>
|
|
119
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="16">品牌背景</span>
|
|
120
|
+
</p>
|
|
121
|
+
</content>
|
|
122
|
+
</shape>
|
|
123
|
+
<shape width="57" height="56" topLeftX="414" topLeftY="365" type="text">
|
|
124
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 0.949)" bold="true">
|
|
125
|
+
<p>04</p>
|
|
126
|
+
</content>
|
|
127
|
+
</shape>
|
|
128
|
+
<shape width="57" height="56" topLeftX="414" topLeftY="302" type="text">
|
|
129
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 0.949)" bold="true">
|
|
130
|
+
<p>03</p>
|
|
131
|
+
</content>
|
|
132
|
+
</shape>
|
|
133
|
+
<shape width="57" height="56" topLeftX="414" topLeftY="240" type="text">
|
|
134
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 0.949)" bold="true">
|
|
135
|
+
<p>02</p>
|
|
136
|
+
</content>
|
|
137
|
+
</shape>
|
|
138
|
+
<shape width="57" height="56" topLeftX="414" topLeftY="175" type="text">
|
|
139
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 0.949)" bold="true">
|
|
140
|
+
<p>01</p>
|
|
141
|
+
</content>
|
|
142
|
+
</shape>
|
|
143
|
+
<shape width="355" height="83" topLeftX="47" topLeftY="163" type="text">
|
|
144
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" color="rgba(255, 255, 255, 0.949)" bold="true">
|
|
145
|
+
<p>
|
|
146
|
+
<strong>
|
|
147
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="42">目录</span>
|
|
148
|
+
</strong>
|
|
149
|
+
</p>
|
|
150
|
+
</content>
|
|
151
|
+
</shape>
|
|
152
|
+
</data>
|
|
153
|
+
<note>
|
|
154
|
+
<content/>
|
|
155
|
+
</note>
|
|
156
|
+
</slide>
|
|
157
|
+
<slide>
|
|
158
|
+
<style>
|
|
159
|
+
<fill>
|
|
160
|
+
<fillColor color="rgba(251, 251, 251, 1)"/>
|
|
161
|
+
</fill>
|
|
162
|
+
</style>
|
|
163
|
+
<data>
|
|
164
|
+
<shape width="960" height="540" topLeftX="0" topLeftY="0" type="rect">
|
|
165
|
+
<fill>
|
|
166
|
+
<fillColor color="linear-gradient(306deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 26%,rgba(230, 241, 255, 0.1) 63%,rgba(8, 120, 255, 0.11) 100%)"/>
|
|
167
|
+
</fill>
|
|
168
|
+
</shape>
|
|
169
|
+
<img src="CfGzbrtZQogLbGxoQ6NcBVgTnud" width="219" height="219" topLeftX="741" topLeftY="321" alpha="0.25">
|
|
170
|
+
<crop type="rect" leftOffset="63" rightOffset="149" topOffset="38" bottomOffset="175" presetHandlers="0"/>
|
|
171
|
+
</img>
|
|
172
|
+
<shape width="311" height="291" topLeftX="-10" topLeftY="239" rotation="270" alpha="0.4" type="rect">
|
|
173
|
+
<fill>
|
|
174
|
+
<fillColor color="linear-gradient(90deg,rgba(19, 123, 255, 0) 0%,rgba(173, 230, 253, 0.4) 100%)"/>
|
|
175
|
+
</fill>
|
|
176
|
+
</shape>
|
|
177
|
+
<img src="FW7dbP5C1ol5nXxuNxEcNewknTd" width="210" height="295" topLeftX="250" topLeftY="-43" rotation="90" alpha="0.12">
|
|
178
|
+
<crop type="rect" leftOffset="50" rightOffset="0" topOffset="0" bottomOffset="87" presetHandlers="0"/>
|
|
179
|
+
</img>
|
|
180
|
+
<img src="I8dFbBRi4o5BJCx4XgycfspKnxI" width="362" height="540" topLeftX="0" topLeftY="0" exposure="12" contrast="-11" saturation="22" temperature="-82">
|
|
181
|
+
<crop type="rect" leftOffset="13" rightOffset="31" topOffset="7" bottomOffset="62" presetHandlers="0"/>
|
|
182
|
+
</img>
|
|
183
|
+
<shape width="106" height="106" topLeftX="302" topLeftY="105" presetHandlers="16" type="round-rect">
|
|
184
|
+
<fill>
|
|
185
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
186
|
+
</fill>
|
|
187
|
+
<border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
|
|
188
|
+
</shape>
|
|
189
|
+
<icon width="64" height="64" topLeftX="322" topLeftY="126" iconType="iconpark/Abstract/graphic-stitching.svg">
|
|
190
|
+
<border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
|
|
191
|
+
</icon>
|
|
192
|
+
<shape width="235" height="77" topLeftX="451" topLeftY="118" type="text">
|
|
193
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(43, 47, 54, 1)" bold="true">
|
|
194
|
+
<p>
|
|
195
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="38">品牌背景</span>
|
|
196
|
+
</p>
|
|
197
|
+
</content>
|
|
198
|
+
</shape>
|
|
199
|
+
<shape width="332" height="44" topLeftX="453" topLeftY="203" type="text">
|
|
200
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
|
|
201
|
+
<p>
|
|
202
|
+
<strong>
|
|
203
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="16">背景一</span>
|
|
204
|
+
</strong>
|
|
205
|
+
</p>
|
|
206
|
+
</content>
|
|
207
|
+
</shape>
|
|
208
|
+
<shape width="332" height="62" topLeftX="453" topLeftY="233" type="text">
|
|
209
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(155, 157, 160, 1)" textAlign="left">
|
|
210
|
+
<p>
|
|
211
|
+
<span color="rgba(155, 157, 160, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
|
|
212
|
+
</p>
|
|
213
|
+
</content>
|
|
214
|
+
</shape>
|
|
215
|
+
<shape width="332" height="44" topLeftX="453" topLeftY="313" type="text">
|
|
216
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
|
|
217
|
+
<p>
|
|
218
|
+
<strong>
|
|
219
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="16">背景二</span>
|
|
220
|
+
</strong>
|
|
221
|
+
</p>
|
|
222
|
+
</content>
|
|
223
|
+
</shape>
|
|
224
|
+
<shape width="332" height="62" topLeftX="453" topLeftY="343" type="text">
|
|
225
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(155, 157, 160, 1)" textAlign="left">
|
|
226
|
+
<p>
|
|
227
|
+
<span color="rgba(155, 157, 160, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
|
|
228
|
+
</p>
|
|
229
|
+
</content>
|
|
230
|
+
</shape>
|
|
231
|
+
</data>
|
|
232
|
+
<note>
|
|
233
|
+
<content/>
|
|
234
|
+
</note>
|
|
235
|
+
</slide>
|
|
236
|
+
<slide>
|
|
237
|
+
<style>
|
|
238
|
+
<fill>
|
|
239
|
+
<fillColor color="rgba(251, 251, 251, 1)"/>
|
|
240
|
+
</fill>
|
|
241
|
+
</style>
|
|
242
|
+
<data>
|
|
243
|
+
<img src="V3PFbTK7oo0k82x2N1Rcu5x0nBc" width="344" height="412" topLeftX="0" topLeftY="0" alpha="0.15">
|
|
244
|
+
<crop type="rect" leftOffset="81" rightOffset="0" topOffset="172" bottomOffset="43" presetHandlers="0"/>
|
|
245
|
+
</img>
|
|
246
|
+
<img src="X9O3bMXTQoPTsSxLF9XciJtwnAf" width="219" height="219" topLeftX="741" topLeftY="321" alpha="0.25">
|
|
247
|
+
<crop type="rect" leftOffset="63" rightOffset="149" topOffset="38" bottomOffset="175" presetHandlers="0"/>
|
|
248
|
+
</img>
|
|
249
|
+
<img src="PT8Vb5020oH4AjxP0hacPvwDnhq" width="540" height="960" topLeftX="455" topLeftY="510" rotation="270" alpha="0.5">
|
|
250
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
251
|
+
</img>
|
|
252
|
+
<shape width="249" height="77" topLeftX="47" topLeftY="150" type="text">
|
|
253
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(43, 47, 54, 1)" bold="true">
|
|
254
|
+
<p>
|
|
255
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="38">设计目标</span>
|
|
256
|
+
</p>
|
|
257
|
+
</content>
|
|
258
|
+
</shape>
|
|
259
|
+
<shape width="244" height="83" topLeftX="52" topLeftY="227" type="text">
|
|
260
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(121, 124, 129, 1)" textAlign="left">
|
|
261
|
+
<p>
|
|
262
|
+
<span color="rgba(121, 124, 129, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
|
|
263
|
+
</p>
|
|
264
|
+
</content>
|
|
265
|
+
</shape>
|
|
266
|
+
<shape width="236" height="44" topLeftX="683" topLeftY="174" type="text">
|
|
267
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true">
|
|
268
|
+
<p>
|
|
269
|
+
<strong>
|
|
270
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="16">目标二</span>
|
|
271
|
+
</strong>
|
|
272
|
+
</p>
|
|
273
|
+
</content>
|
|
274
|
+
</shape>
|
|
275
|
+
<shape width="236" height="74" topLeftX="684" topLeftY="207" type="text">
|
|
276
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(121, 124, 129, 1)">
|
|
277
|
+
<p>
|
|
278
|
+
<span color="rgba(121, 124, 129, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
|
|
279
|
+
</p>
|
|
280
|
+
</content>
|
|
281
|
+
</shape>
|
|
282
|
+
<shape width="78" height="78" topLeftX="683" topLeftY="91" type="ellipse">
|
|
283
|
+
<fill>
|
|
284
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
285
|
+
</fill>
|
|
286
|
+
</shape>
|
|
287
|
+
<icon width="40" height="40" topLeftX="702" topLeftY="110" iconType="iconpark/Charts/chart-proportion.svg">
|
|
288
|
+
<border color="linear-gradient(141deg,rgba(243, 249, 255, 1) 0%,rgba(244, 248, 253, 1) 27%,rgba(245, 246, 246, 1) 100%)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
289
|
+
</icon>
|
|
290
|
+
<shape width="236" height="44" topLeftX="683" topLeftY="401" type="text">
|
|
291
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true">
|
|
292
|
+
<p>
|
|
293
|
+
<strong>
|
|
294
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="16">目标四</span>
|
|
295
|
+
</strong>
|
|
296
|
+
</p>
|
|
297
|
+
</content>
|
|
298
|
+
</shape>
|
|
299
|
+
<shape width="236" height="74" topLeftX="684" topLeftY="434" type="text">
|
|
300
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(121, 124, 129, 1)">
|
|
301
|
+
<p>
|
|
302
|
+
<span color="rgba(121, 124, 129, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
|
|
303
|
+
</p>
|
|
304
|
+
</content>
|
|
305
|
+
</shape>
|
|
306
|
+
<shape width="78" height="78" topLeftX="683" topLeftY="318" type="ellipse">
|
|
307
|
+
<fill>
|
|
308
|
+
<fillColor color="rgba(16, 117, 239, 1)"/>
|
|
309
|
+
</fill>
|
|
310
|
+
</shape>
|
|
311
|
+
<icon width="40" height="40" topLeftX="702" topLeftY="337" iconType="iconpark/Abstract/triangular-pyramid.svg">
|
|
312
|
+
<border color="linear-gradient(141deg,rgba(243, 249, 255, 1) 0%,rgba(244, 248, 253, 1) 27%,rgba(245, 246, 246, 1) 100%)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
313
|
+
</icon>
|
|
314
|
+
<shape width="236" height="44" topLeftX="396" topLeftY="401" type="text">
|
|
315
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true">
|
|
316
|
+
<p>
|
|
317
|
+
<strong>
|
|
318
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="16">目标三</span>
|
|
319
|
+
</strong>
|
|
320
|
+
</p>
|
|
321
|
+
</content>
|
|
322
|
+
</shape>
|
|
323
|
+
<shape width="236" height="74" topLeftX="397" topLeftY="434" type="text">
|
|
324
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(121, 124, 129, 1)">
|
|
325
|
+
<p>
|
|
326
|
+
<span color="rgba(121, 124, 129, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
|
|
327
|
+
</p>
|
|
328
|
+
</content>
|
|
329
|
+
</shape>
|
|
330
|
+
<shape width="78" height="78" topLeftX="396" topLeftY="318" type="ellipse">
|
|
331
|
+
<fill>
|
|
332
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
333
|
+
</fill>
|
|
334
|
+
</shape>
|
|
335
|
+
<icon width="40" height="40" topLeftX="415" topLeftY="337" iconType="iconpark/Operate/color-filter.svg">
|
|
336
|
+
<border color="linear-gradient(141deg,rgba(243, 249, 255, 1) 0%,rgba(244, 248, 253, 1) 27%,rgba(245, 246, 246, 1) 100%)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
337
|
+
</icon>
|
|
338
|
+
<line startX="653" startY="91" endX="653" endY="502">
|
|
339
|
+
<border color="rgba(203, 205, 208, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
340
|
+
</line>
|
|
341
|
+
<line startX="370" startY="292" endX="905" endY="292">
|
|
342
|
+
<border color="rgba(203, 205, 208, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
343
|
+
</line>
|
|
344
|
+
<shape width="236" height="44" topLeftX="396" topLeftY="174" type="text">
|
|
345
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true">
|
|
346
|
+
<p>
|
|
347
|
+
<strong>
|
|
348
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="16">目标一</span>
|
|
349
|
+
</strong>
|
|
350
|
+
</p>
|
|
351
|
+
</content>
|
|
352
|
+
</shape>
|
|
353
|
+
<shape width="236" height="74" topLeftX="397" topLeftY="207" type="text">
|
|
354
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(121, 124, 129, 1)">
|
|
355
|
+
<p>
|
|
356
|
+
<span color="rgba(121, 124, 129, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
|
|
357
|
+
</p>
|
|
358
|
+
</content>
|
|
359
|
+
</shape>
|
|
360
|
+
<shape width="78" height="78" topLeftX="396" topLeftY="91" type="ellipse">
|
|
361
|
+
<fill>
|
|
362
|
+
<fillColor color="rgba(16, 117, 239, 1)"/>
|
|
363
|
+
</fill>
|
|
364
|
+
</shape>
|
|
365
|
+
<icon width="40" height="40" topLeftX="415" topLeftY="110" iconType="iconpark/Base/system.svg">
|
|
366
|
+
<border color="linear-gradient(141deg,rgba(243, 249, 255, 1) 0%,rgba(244, 248, 253, 1) 27%,rgba(245, 246, 246, 1) 100%)" width="2" lineJoin="miter" miterLimit="10"/>
|
|
367
|
+
</icon>
|
|
368
|
+
</data>
|
|
369
|
+
<note>
|
|
370
|
+
<content/>
|
|
371
|
+
</note>
|
|
372
|
+
</slide>
|
|
373
|
+
<slide>
|
|
374
|
+
<style>
|
|
375
|
+
<fill>
|
|
376
|
+
<fillImg src="BsaXbZFhXosMIaxe1q3cwVGinxh" alpha="1" rotateWithShape="false"/>
|
|
377
|
+
</fill>
|
|
378
|
+
</style>
|
|
379
|
+
<data>
|
|
380
|
+
<line startX="318" startY="298" endX="642" endY="298">
|
|
381
|
+
<border width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
382
|
+
</line>
|
|
383
|
+
<shape width="879" height="41" topLeftX="40" topLeftY="308" type="text">
|
|
384
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(78, 86, 102, 1)" textAlign="center">
|
|
385
|
+
<p letterSpacing="1">
|
|
386
|
+
<span color="rgba(78, 86, 102, 1)" fontSize="14">副标题信息</span>
|
|
387
|
+
</p>
|
|
388
|
+
</content>
|
|
389
|
+
</shape>
|
|
390
|
+
<shape width="879" height="83" topLeftX="40" topLeftY="210" type="text">
|
|
391
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" color="rgba(0, 0, 0, 1)" bold="true" textAlign="center">
|
|
392
|
+
<p>
|
|
393
|
+
<strong>
|
|
394
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="42">品牌标志方案一</span>
|
|
395
|
+
</strong>
|
|
396
|
+
</p>
|
|
397
|
+
</content>
|
|
398
|
+
</shape>
|
|
399
|
+
</data>
|
|
400
|
+
<note>
|
|
401
|
+
<content/>
|
|
402
|
+
</note>
|
|
403
|
+
</slide>
|
|
404
|
+
<slide>
|
|
405
|
+
<style/>
|
|
406
|
+
<data>
|
|
407
|
+
<img src="U9PNbCv3Loi5WNxYxvjclLXmn3e" width="241" height="540" topLeftX="-2" topLeftY="0" flipY="true" exposure="18" contrast="-7" saturation="14" temperature="-69">
|
|
408
|
+
<crop type="rect" leftOffset="15" rightOffset="14" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
409
|
+
</img>
|
|
410
|
+
<shape width="241" height="105" topLeftX="-2" topLeftY="435" type="rect">
|
|
411
|
+
<fill>
|
|
412
|
+
<fillColor color="rgba(28, 102, 246, 1)"/>
|
|
413
|
+
</fill>
|
|
414
|
+
</shape>
|
|
415
|
+
<shape width="195" height="56" topLeftX="21" topLeftY="459" alpha="0.9" type="text">
|
|
416
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(243, 244, 246, 1)">
|
|
417
|
+
<p>
|
|
418
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
|
|
419
|
+
</p>
|
|
420
|
+
</content>
|
|
421
|
+
</shape>
|
|
422
|
+
<shape width="241" height="248" topLeftX="-2" topLeftY="0" alpha="0.5" type="rect">
|
|
423
|
+
<fill>
|
|
424
|
+
<fillColor color="linear-gradient(180deg,rgba(255, 255, 255, 0.8) 0%,rgba(255, 255, 255, 0.4) 59%,rgba(255, 255, 255, 0) 100%)"/>
|
|
425
|
+
</fill>
|
|
426
|
+
</shape>
|
|
427
|
+
<shape width="195" height="59" topLeftX="21" topLeftY="78" type="text">
|
|
428
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="26" color="rgba(0, 0, 0, 1)" bold="true">
|
|
429
|
+
<p>
|
|
430
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="26">风格语言</span>
|
|
431
|
+
</p>
|
|
432
|
+
</content>
|
|
433
|
+
</shape>
|
|
434
|
+
<shape width="42" height="6" topLeftX="31" topLeftY="66" type="rect">
|
|
435
|
+
<fill>
|
|
436
|
+
<fillColor color="rgba(0, 0, 0, 1)"/>
|
|
437
|
+
</fill>
|
|
438
|
+
</shape>
|
|
439
|
+
<shape width="195" height="38" topLeftX="21" topLeftY="128" type="text">
|
|
440
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(0, 0, 0, 1)">
|
|
441
|
+
<p>
|
|
442
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="12">演示文稿是一种实用的工具。</span>
|
|
443
|
+
</p>
|
|
444
|
+
</content>
|
|
445
|
+
</shape>
|
|
446
|
+
<img src="GRNXbSx7OoO9Lhx1YEBctcvunKc" width="241" height="540" topLeftX="480" topLeftY="0" rotation="180" exposure="9" temperature="-42">
|
|
447
|
+
<crop type="rect" leftOffset="150" rightOffset="150" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
448
|
+
</img>
|
|
449
|
+
<shape width="241" height="105" topLeftX="480" topLeftY="435" type="rect">
|
|
450
|
+
<fill>
|
|
451
|
+
<fillColor color="rgba(28, 102, 246, 1)"/>
|
|
452
|
+
</fill>
|
|
453
|
+
</shape>
|
|
454
|
+
<shape width="195" height="56" topLeftX="503" topLeftY="459" alpha="0.9" type="text">
|
|
455
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(243, 244, 246, 1)">
|
|
456
|
+
<p>
|
|
457
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
|
|
458
|
+
</p>
|
|
459
|
+
</content>
|
|
460
|
+
</shape>
|
|
461
|
+
<shape width="241" height="248" topLeftX="480" topLeftY="0" alpha="0.5" type="rect">
|
|
462
|
+
<fill>
|
|
463
|
+
<fillColor color="linear-gradient(180deg,rgba(255, 255, 255, 0.8) 0%,rgba(255, 255, 255, 0.4) 59%,rgba(255, 255, 255, 0) 100%)"/>
|
|
464
|
+
</fill>
|
|
465
|
+
</shape>
|
|
466
|
+
<shape width="195" height="59" topLeftX="503" topLeftY="78" type="text">
|
|
467
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="26" color="rgba(0, 0, 0, 1)" bold="true">
|
|
468
|
+
<p>
|
|
469
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="26">风格语言</span>
|
|
470
|
+
</p>
|
|
471
|
+
</content>
|
|
472
|
+
</shape>
|
|
473
|
+
<shape width="42" height="6" topLeftX="513" topLeftY="66" type="rect">
|
|
474
|
+
<fill>
|
|
475
|
+
<fillColor color="rgba(0, 0, 0, 1)"/>
|
|
476
|
+
</fill>
|
|
477
|
+
</shape>
|
|
478
|
+
<shape width="195" height="38" topLeftX="503" topLeftY="128" type="text">
|
|
479
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(0, 0, 0, 1)">
|
|
480
|
+
<p>
|
|
481
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="12">演示文稿是一种实用的工具。</span>
|
|
482
|
+
</p>
|
|
483
|
+
</content>
|
|
484
|
+
</shape>
|
|
485
|
+
<img src="Jys9bL5AYoTbL7xxuGFcddJvnzz" width="241" height="540" topLeftX="719" topLeftY="0" exposure="14" contrast="-5" saturation="11" temperature="-26">
|
|
486
|
+
<crop type="rect" leftOffset="15" rightOffset="14" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
487
|
+
</img>
|
|
488
|
+
<shape width="241" height="105" topLeftX="719" topLeftY="435" type="rect">
|
|
489
|
+
<fill>
|
|
490
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
491
|
+
</fill>
|
|
492
|
+
</shape>
|
|
493
|
+
<shape width="195" height="56" topLeftX="742" topLeftY="459" alpha="0.9" type="text">
|
|
494
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(243, 244, 246, 1)">
|
|
495
|
+
<p>
|
|
496
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
|
|
497
|
+
</p>
|
|
498
|
+
</content>
|
|
499
|
+
</shape>
|
|
500
|
+
<shape width="241" height="248" topLeftX="719" topLeftY="0" alpha="0.5" type="rect">
|
|
501
|
+
<fill>
|
|
502
|
+
<fillColor color="linear-gradient(180deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.4) 59%,rgba(0, 0, 0, 0) 100%)"/>
|
|
503
|
+
</fill>
|
|
504
|
+
</shape>
|
|
505
|
+
<shape width="195" height="59" topLeftX="742" topLeftY="78" type="text">
|
|
506
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="26" color="rgba(255, 255, 255, 0.949)" bold="true">
|
|
507
|
+
<p>
|
|
508
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="26">风格语言</span>
|
|
509
|
+
</p>
|
|
510
|
+
</content>
|
|
511
|
+
</shape>
|
|
512
|
+
<shape width="42" height="6" topLeftX="751" topLeftY="66" type="rect">
|
|
513
|
+
<fill>
|
|
514
|
+
<fillColor color="rgba(243, 244, 246, 1)"/>
|
|
515
|
+
</fill>
|
|
516
|
+
</shape>
|
|
517
|
+
<shape width="195" height="38" topLeftX="742" topLeftY="128" type="text">
|
|
518
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 0.949)">
|
|
519
|
+
<p>
|
|
520
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="12">演示文稿是一种实用的工具。</span>
|
|
521
|
+
</p>
|
|
522
|
+
</content>
|
|
523
|
+
</shape>
|
|
524
|
+
<img src="HNMDbk5Afo4U9cx6RFec78s4npm" width="241" height="540" topLeftX="239" topLeftY="0" exposure="20" contrast="5" saturation="11" temperature="-20">
|
|
525
|
+
<crop type="rect" leftOffset="15" rightOffset="14" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
526
|
+
</img>
|
|
527
|
+
<shape width="194" height="56" topLeftX="263" topLeftY="459" alpha="0.9" type="text">
|
|
528
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(243, 244, 246, 1)">
|
|
529
|
+
<p>
|
|
530
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
|
|
531
|
+
</p>
|
|
532
|
+
</content>
|
|
533
|
+
</shape>
|
|
534
|
+
<shape width="195" height="56" topLeftX="262" topLeftY="459" alpha="0.9" type="text">
|
|
535
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(243, 244, 246, 1)">
|
|
536
|
+
<p>
|
|
537
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
|
|
538
|
+
</p>
|
|
539
|
+
</content>
|
|
540
|
+
</shape>
|
|
541
|
+
<shape width="241" height="105" topLeftX="239" topLeftY="435" type="rect">
|
|
542
|
+
<fill>
|
|
543
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
544
|
+
</fill>
|
|
545
|
+
</shape>
|
|
546
|
+
<shape width="194" height="56" topLeftX="263" topLeftY="459" alpha="0.9" type="text">
|
|
547
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(243, 244, 246, 1)">
|
|
548
|
+
<p>
|
|
549
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
|
|
550
|
+
</p>
|
|
551
|
+
</content>
|
|
552
|
+
</shape>
|
|
553
|
+
<shape width="241" height="248" topLeftX="239" topLeftY="0" alpha="0.5" type="rect">
|
|
554
|
+
<fill>
|
|
555
|
+
<fillColor color="linear-gradient(180deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.4) 59%,rgba(0, 0, 0, 0) 100%)"/>
|
|
556
|
+
</fill>
|
|
557
|
+
</shape>
|
|
558
|
+
<shape width="195" height="59" topLeftX="262" topLeftY="78" type="text">
|
|
559
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="26" color="rgba(255, 255, 255, 0.949)" bold="true">
|
|
560
|
+
<p>
|
|
561
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="26">风格语言</span>
|
|
562
|
+
</p>
|
|
563
|
+
</content>
|
|
564
|
+
</shape>
|
|
565
|
+
<shape width="42" height="6" topLeftX="271" topLeftY="66" type="rect">
|
|
566
|
+
<fill>
|
|
567
|
+
<fillColor color="rgba(243, 244, 246, 1)"/>
|
|
568
|
+
</fill>
|
|
569
|
+
</shape>
|
|
570
|
+
<shape width="195" height="38" topLeftX="262" topLeftY="128" type="text">
|
|
571
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 0.949)">
|
|
572
|
+
<p>
|
|
573
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="12">演示文稿是一种实用的工具。</span>
|
|
574
|
+
</p>
|
|
575
|
+
</content>
|
|
576
|
+
</shape>
|
|
577
|
+
<shape width="192" height="44" topLeftX="852" topLeftY="717" type="text">
|
|
578
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16"/>
|
|
579
|
+
</shape>
|
|
580
|
+
</data>
|
|
581
|
+
<note>
|
|
582
|
+
<content/>
|
|
583
|
+
</note>
|
|
584
|
+
</slide>
|
|
585
|
+
<slide>
|
|
586
|
+
<style/>
|
|
587
|
+
<data>
|
|
588
|
+
<shape width="480" height="540" topLeftX="480" topLeftY="0" presetHandlers="0" type="rect">
|
|
589
|
+
<fill>
|
|
590
|
+
<fillColor color="rgba(28, 102, 246, 1)"/>
|
|
591
|
+
</fill>
|
|
592
|
+
</shape>
|
|
593
|
+
<shape width="218" height="218" topLeftX="611" topLeftY="161" type="ellipse">
|
|
594
|
+
<border color="rgba(143, 156, 180, 1)" dashArray="dash" width="1" lineJoin="miter" miterLimit="10"/>
|
|
595
|
+
</shape>
|
|
596
|
+
<shape width="218" height="218" topLeftX="611" topLeftY="161" presetHandlers="16" type="round-rect">
|
|
597
|
+
<border color="rgba(143, 156, 180, 1)" dashArray="dash" width="1" lineJoin="miter" miterLimit="10"/>
|
|
598
|
+
</shape>
|
|
599
|
+
<shape width="161" height="161" topLeftX="639" topLeftY="189" presetHandlers="16" type="round-rect">
|
|
600
|
+
<border color="rgba(143, 156, 180, 1)" dashArray="dash" width="1" lineJoin="miter" miterLimit="10"/>
|
|
601
|
+
</shape>
|
|
602
|
+
<line startX="551" startY="270" endX="889" endY="270">
|
|
603
|
+
<border color="rgba(203, 205, 208, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
604
|
+
</line>
|
|
605
|
+
<line startX="720" startY="127" endX="720" endY="413">
|
|
606
|
+
<border color="rgba(203, 205, 208, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
607
|
+
</line>
|
|
608
|
+
<icon width="183" height="183" topLeftX="629" topLeftY="179" iconType="iconpark/Abstract/two-ellipses.svg">
|
|
609
|
+
<fill>
|
|
610
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
611
|
+
</fill>
|
|
612
|
+
<border color="rgba(251, 251, 251, 1)" width="9" lineJoin="miter" miterLimit="10"/>
|
|
613
|
+
</icon>
|
|
614
|
+
<shape width="480" height="540" topLeftX="0" topLeftY="0" presetHandlers="0" type="rect">
|
|
615
|
+
<fill>
|
|
616
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
617
|
+
</fill>
|
|
618
|
+
</shape>
|
|
619
|
+
<shape width="217" height="217" topLeftX="130" topLeftY="163" type="ellipse">
|
|
620
|
+
<border color="rgba(62, 63, 65, 1)" dashArray="dash" width="1" lineJoin="miter" miterLimit="10"/>
|
|
621
|
+
</shape>
|
|
622
|
+
<shape width="217" height="217" topLeftX="130" topLeftY="163" presetHandlers="16" type="round-rect">
|
|
623
|
+
<border color="rgba(62, 63, 65, 1)" dashArray="dash" width="1" lineJoin="miter" miterLimit="10"/>
|
|
624
|
+
</shape>
|
|
625
|
+
<shape width="161" height="161" topLeftX="158" topLeftY="191" presetHandlers="16" type="round-rect">
|
|
626
|
+
<border color="rgba(62, 63, 65, 1)" dashArray="dash" width="1" lineJoin="miter" miterLimit="10"/>
|
|
627
|
+
</shape>
|
|
628
|
+
<line startX="70" startY="271" endX="408" endY="271">
|
|
629
|
+
<border color="rgba(129, 132, 135, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
630
|
+
</line>
|
|
631
|
+
<line startX="239" startY="128" endX="239" endY="414">
|
|
632
|
+
<border color="rgba(129, 132, 135, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
633
|
+
</line>
|
|
634
|
+
<icon width="182" height="182" topLeftX="148" topLeftY="180" iconType="iconpark/Abstract/two-ellipses.svg">
|
|
635
|
+
<fill>
|
|
636
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
637
|
+
</fill>
|
|
638
|
+
<border color="rgba(255, 255, 255, 1)" width="9" lineJoin="miter" miterLimit="10"/>
|
|
639
|
+
</icon>
|
|
640
|
+
<shape width="389" height="56" topLeftX="522" topLeftY="445" rotation="360" type="text">
|
|
641
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(243, 244, 246, 1)" textAlign="left">
|
|
642
|
+
<p>
|
|
643
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
|
|
644
|
+
</p>
|
|
645
|
+
</content>
|
|
646
|
+
</shape>
|
|
647
|
+
<shape width="389" height="53" topLeftX="45" topLeftY="445" rotation="360" type="text">
|
|
648
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(243, 244, 246, 1)" bold="true" textAlign="left">
|
|
649
|
+
<p>
|
|
650
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="22">设计方案一</span>
|
|
651
|
+
</p>
|
|
652
|
+
</content>
|
|
653
|
+
</shape>
|
|
654
|
+
</data>
|
|
655
|
+
<note>
|
|
656
|
+
<content/>
|
|
657
|
+
</note>
|
|
658
|
+
</slide>
|
|
659
|
+
<slide>
|
|
660
|
+
<style>
|
|
661
|
+
<fill>
|
|
662
|
+
<fillImg src="V4dIb4GvwoHVZ3xEqMmcvcMfnPc" alpha="1" rotateWithShape="false"/>
|
|
663
|
+
</fill>
|
|
664
|
+
</style>
|
|
665
|
+
<data>
|
|
666
|
+
<shape width="303" height="83" topLeftX="52" topLeftY="229" type="text">
|
|
667
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(251, 251, 251, 1)" textAlign="left">
|
|
668
|
+
<p>
|
|
669
|
+
<span color="rgba(251, 251, 251, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
|
|
670
|
+
</p>
|
|
671
|
+
</content>
|
|
672
|
+
</shape>
|
|
673
|
+
</data>
|
|
674
|
+
<note>
|
|
675
|
+
<content/>
|
|
676
|
+
</note>
|
|
677
|
+
</slide>
|
|
678
|
+
<slide>
|
|
679
|
+
<style/>
|
|
680
|
+
<data>
|
|
681
|
+
<img src="V3PFbTK7oo0k82x2N1Rcu5x0nBc" width="344" height="412" topLeftX="0" topLeftY="0" alpha="0.15">
|
|
682
|
+
<crop type="rect" leftOffset="81" rightOffset="0" topOffset="172" bottomOffset="43" presetHandlers="0"/>
|
|
683
|
+
</img>
|
|
684
|
+
<img src="X9O3bMXTQoPTsSxLF9XciJtwnAf" width="219" height="219" topLeftX="741" topLeftY="321" alpha="0.25">
|
|
685
|
+
<crop type="rect" leftOffset="63" rightOffset="149" topOffset="38" bottomOffset="175" presetHandlers="0"/>
|
|
686
|
+
</img>
|
|
687
|
+
<shape width="864" height="62" topLeftX="47" topLeftY="411" type="text">
|
|
688
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(121, 124, 129, 1)" textAlign="left">
|
|
689
|
+
<p>
|
|
690
|
+
<span color="rgba(121, 124, 129, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。如果您想在演示文稿中展现内容,可以选择多种可以选择多种方式。</span>
|
|
691
|
+
</p>
|
|
692
|
+
</content>
|
|
693
|
+
</shape>
|
|
694
|
+
<shape width="296" height="263" topLeftX="47" topLeftY="125" type="text">
|
|
695
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="160" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" bold="false">
|
|
696
|
+
<p>
|
|
697
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="160" fontFamily="Arial Black" bold="false">Aa</span>
|
|
698
|
+
</p>
|
|
699
|
+
</content>
|
|
700
|
+
</shape>
|
|
701
|
+
<shape width="492" height="51" topLeftX="415" topLeftY="192" type="text">
|
|
702
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" bold="false">
|
|
703
|
+
<p>
|
|
704
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="20" fontFamily="Arial Black" bold="false">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn</span>
|
|
705
|
+
</p>
|
|
706
|
+
</content>
|
|
707
|
+
</shape>
|
|
708
|
+
<shape width="492" height="51" topLeftX="415" topLeftY="239" type="text">
|
|
709
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" bold="false" letterSpacing="8">
|
|
710
|
+
<p letterSpacing="8">
|
|
711
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="20" fontFamily="Arial Black" bold="false">1234567890</span>
|
|
712
|
+
</p>
|
|
713
|
+
</content>
|
|
714
|
+
</shape>
|
|
715
|
+
<shape width="492" height="51" topLeftX="415" topLeftY="286" type="text">
|
|
716
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" fontFamily="Arial Black" color="rgba(43, 47, 54, 1)" bold="false" letterSpacing="8">
|
|
717
|
+
<p letterSpacing="8">
|
|
718
|
+
<strong>
|
|
719
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="20" fontFamily="Arial Black">(<!</span>
|
|
720
|
+
</strong>
|
|
721
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="20" fontFamily="Arial Black" bold="false">#$&?]}</span>
|
|
722
|
+
</p>
|
|
723
|
+
</content>
|
|
724
|
+
</shape>
|
|
725
|
+
<line startX="355" startY="191" endX="355" endY="338">
|
|
726
|
+
<border width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
727
|
+
</line>
|
|
728
|
+
</data>
|
|
729
|
+
<note>
|
|
730
|
+
<content/>
|
|
731
|
+
</note>
|
|
732
|
+
</slide>
|
|
733
|
+
<slide>
|
|
734
|
+
<style/>
|
|
735
|
+
<data>
|
|
736
|
+
<img src="V3PFbTK7oo0k82x2N1Rcu5x0nBc" width="344" height="412" topLeftX="0" topLeftY="0" alpha="0.15">
|
|
737
|
+
<crop type="rect" leftOffset="81" rightOffset="0" topOffset="172" bottomOffset="43" presetHandlers="0"/>
|
|
738
|
+
</img>
|
|
739
|
+
<img src="X9O3bMXTQoPTsSxLF9XciJtwnAf" width="219" height="219" topLeftX="741" topLeftY="321" alpha="0.25">
|
|
740
|
+
<crop type="rect" leftOffset="63" rightOffset="149" topOffset="38" bottomOffset="175" presetHandlers="0"/>
|
|
741
|
+
</img>
|
|
742
|
+
<shape width="146" height="146" topLeftX="717" topLeftY="103" type="ellipse">
|
|
743
|
+
<fill>
|
|
744
|
+
<fillColor color="rgba(134, 219, 255, 1)"/>
|
|
745
|
+
</fill>
|
|
746
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(255, 255, 255, 0.949)" bold="true">
|
|
747
|
+
<p>
|
|
748
|
+
<strong>
|
|
749
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="28">25%</span>
|
|
750
|
+
</strong>
|
|
751
|
+
</p>
|
|
752
|
+
</content>
|
|
753
|
+
</shape>
|
|
754
|
+
<shape width="146" height="44" topLeftX="717" topLeftY="249" type="text">
|
|
755
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="center">
|
|
756
|
+
<p>
|
|
757
|
+
<strong>
|
|
758
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="16">#86DBFF</span>
|
|
759
|
+
</strong>
|
|
760
|
+
</p>
|
|
761
|
+
</content>
|
|
762
|
+
</shape>
|
|
763
|
+
<shape width="146" height="146" topLeftX="717" topLeftY="314" type="ellipse">
|
|
764
|
+
<fill>
|
|
765
|
+
<fillColor color="rgba(198, 231, 255, 1)"/>
|
|
766
|
+
</fill>
|
|
767
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(31, 35, 41, 1)" bold="true">
|
|
768
|
+
<p>
|
|
769
|
+
<strong>
|
|
770
|
+
<span fontSize="28">5%</span>
|
|
771
|
+
</strong>
|
|
772
|
+
</p>
|
|
773
|
+
</content>
|
|
774
|
+
</shape>
|
|
775
|
+
<shape width="146" height="44" topLeftX="717" topLeftY="460" type="text">
|
|
776
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="center">
|
|
777
|
+
<p>
|
|
778
|
+
<strong>
|
|
779
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="16">#C6E7FF</span>
|
|
780
|
+
</strong>
|
|
781
|
+
</p>
|
|
782
|
+
</content>
|
|
783
|
+
</shape>
|
|
784
|
+
<shape width="146" height="146" topLeftX="509" topLeftY="103" type="ellipse">
|
|
785
|
+
<fill>
|
|
786
|
+
<fillColor color="rgba(28, 102, 246, 1)"/>
|
|
787
|
+
</fill>
|
|
788
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="30" color="rgba(251, 251, 251, 1)" bold="true">
|
|
789
|
+
<p>
|
|
790
|
+
<strong>
|
|
791
|
+
<span color="rgba(251, 251, 251, 1)" fontSize="30">60%</span>
|
|
792
|
+
</strong>
|
|
793
|
+
</p>
|
|
794
|
+
</content>
|
|
795
|
+
</shape>
|
|
796
|
+
<shape width="146" height="44" topLeftX="509" topLeftY="249" type="text">
|
|
797
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="center">
|
|
798
|
+
<p>
|
|
799
|
+
<strong>
|
|
800
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="16">#1C66F6</span>
|
|
801
|
+
</strong>
|
|
802
|
+
</p>
|
|
803
|
+
</content>
|
|
804
|
+
</shape>
|
|
805
|
+
<shape width="146" height="146" topLeftX="509" topLeftY="314" type="ellipse">
|
|
806
|
+
<fill>
|
|
807
|
+
<fillColor color="rgba(0, 0, 0, 1)"/>
|
|
808
|
+
</fill>
|
|
809
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(255, 255, 255, 0.949)" bold="true">
|
|
810
|
+
<p>
|
|
811
|
+
<strong>
|
|
812
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="28">10%</span>
|
|
813
|
+
</strong>
|
|
814
|
+
</p>
|
|
815
|
+
</content>
|
|
816
|
+
</shape>
|
|
817
|
+
<shape width="146" height="44" topLeftX="509" topLeftY="460" type="text">
|
|
818
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="center">
|
|
819
|
+
<p>
|
|
820
|
+
<strong>
|
|
821
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="16">#000000</span>
|
|
822
|
+
</strong>
|
|
823
|
+
</p>
|
|
824
|
+
</content>
|
|
825
|
+
</shape>
|
|
826
|
+
<shape width="249" height="77" topLeftX="47" topLeftY="150" type="text">
|
|
827
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(43, 47, 54, 1)" bold="true">
|
|
828
|
+
<p>
|
|
829
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="38">色彩方案</span>
|
|
830
|
+
</p>
|
|
831
|
+
</content>
|
|
832
|
+
</shape>
|
|
833
|
+
<shape width="360" height="104" topLeftX="52" topLeftY="227" type="text">
|
|
834
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(121, 124, 129, 1)" textAlign="left">
|
|
835
|
+
<p>
|
|
836
|
+
<span color="rgba(121, 124, 129, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。如果您想在演示文稿中展现内容,可以选择多种可以选择多种方式。</span>
|
|
837
|
+
</p>
|
|
838
|
+
</content>
|
|
839
|
+
</shape>
|
|
840
|
+
</data>
|
|
841
|
+
<note>
|
|
842
|
+
<content/>
|
|
843
|
+
</note>
|
|
844
|
+
</slide>
|
|
845
|
+
<slide>
|
|
846
|
+
<style>
|
|
847
|
+
<fill>
|
|
848
|
+
<fillImg src="W9b6bRk6xoEMZJxK9SicuaaLnKp" alpha="1" rotateWithShape="false"/>
|
|
849
|
+
</fill>
|
|
850
|
+
</style>
|
|
851
|
+
<data>
|
|
852
|
+
<line startX="318" startY="298" endX="642" endY="298">
|
|
853
|
+
<border width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
854
|
+
</line>
|
|
855
|
+
<shape width="879" height="41" topLeftX="40" topLeftY="308" type="text">
|
|
856
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(78, 86, 102, 1)" textAlign="center">
|
|
857
|
+
<p letterSpacing="1">
|
|
858
|
+
<span color="rgba(78, 86, 102, 1)" fontSize="14">副标题信息</span>
|
|
859
|
+
</p>
|
|
860
|
+
</content>
|
|
861
|
+
</shape>
|
|
862
|
+
<shape width="879" height="83" topLeftX="40" topLeftY="210" type="text">
|
|
863
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" color="rgba(0, 0, 0, 1)" bold="true" textAlign="center">
|
|
864
|
+
<p>
|
|
865
|
+
<strong>
|
|
866
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="42">品牌标志方案二</span>
|
|
867
|
+
</strong>
|
|
868
|
+
</p>
|
|
869
|
+
</content>
|
|
870
|
+
</shape>
|
|
871
|
+
</data>
|
|
872
|
+
<note>
|
|
873
|
+
<content/>
|
|
874
|
+
</note>
|
|
875
|
+
</slide>
|
|
876
|
+
<slide>
|
|
877
|
+
<style/>
|
|
878
|
+
<data>
|
|
879
|
+
<img src="KXVybTHCGoY3Gjxsnb5clEdbnud" width="241" height="540" topLeftX="0" topLeftY="0" exposure="18" temperature="-100">
|
|
880
|
+
<crop type="rect" leftOffset="15" rightOffset="26" topOffset="23" bottomOffset="0" presetHandlers="0"/>
|
|
881
|
+
</img>
|
|
882
|
+
<shape width="241" height="105" topLeftX="0" topLeftY="435" type="rect">
|
|
883
|
+
<fill>
|
|
884
|
+
<fillColor color="rgba(28, 102, 246, 1)"/>
|
|
885
|
+
</fill>
|
|
886
|
+
</shape>
|
|
887
|
+
<shape width="195" height="56" topLeftX="23" topLeftY="459" alpha="0.9" type="text">
|
|
888
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(243, 244, 246, 1)">
|
|
889
|
+
<p>
|
|
890
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
|
|
891
|
+
</p>
|
|
892
|
+
</content>
|
|
893
|
+
</shape>
|
|
894
|
+
<shape width="241" height="248" topLeftX="0" topLeftY="0" alpha="0.5" type="rect">
|
|
895
|
+
<fill>
|
|
896
|
+
<fillColor color="linear-gradient(180deg,rgba(255, 255, 255, 0.8) 0%,rgba(255, 255, 255, 0.4) 59%,rgba(255, 255, 255, 0) 100%)"/>
|
|
897
|
+
</fill>
|
|
898
|
+
</shape>
|
|
899
|
+
<shape width="195" height="59" topLeftX="23" topLeftY="78" type="text">
|
|
900
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="26" color="rgba(0, 0, 0, 1)" bold="true">
|
|
901
|
+
<p>
|
|
902
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="26">风格语言</span>
|
|
903
|
+
</p>
|
|
904
|
+
</content>
|
|
905
|
+
</shape>
|
|
906
|
+
<shape width="42" height="6" topLeftX="33" topLeftY="66" type="rect">
|
|
907
|
+
<fill>
|
|
908
|
+
<fillColor color="rgba(0, 0, 0, 1)"/>
|
|
909
|
+
</fill>
|
|
910
|
+
</shape>
|
|
911
|
+
<shape width="195" height="38" topLeftX="23" topLeftY="128" type="text">
|
|
912
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(0, 0, 0, 1)">
|
|
913
|
+
<p>
|
|
914
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="12">演示文稿是一种实用的工具。</span>
|
|
915
|
+
</p>
|
|
916
|
+
</content>
|
|
917
|
+
</shape>
|
|
918
|
+
<img src="AyzzbZ5KUoncRaxxMwecWRHAnOd" width="241" height="540" topLeftX="480" topLeftY="0" exposure="-7" contrast="-12" saturation="15" temperature="-16">
|
|
919
|
+
<crop type="rect" leftOffset="15" rightOffset="14" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
920
|
+
</img>
|
|
921
|
+
<shape width="241" height="105" topLeftX="480" topLeftY="435" type="rect">
|
|
922
|
+
<fill>
|
|
923
|
+
<fillColor color="rgba(28, 102, 246, 1)"/>
|
|
924
|
+
</fill>
|
|
925
|
+
</shape>
|
|
926
|
+
<shape width="195" height="56" topLeftX="503" topLeftY="459" alpha="0.9" type="text">
|
|
927
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(243, 244, 246, 1)">
|
|
928
|
+
<p>
|
|
929
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
|
|
930
|
+
</p>
|
|
931
|
+
</content>
|
|
932
|
+
</shape>
|
|
933
|
+
<shape width="241" height="248" topLeftX="480" topLeftY="0" alpha="0.5" type="rect">
|
|
934
|
+
<fill>
|
|
935
|
+
<fillColor color="linear-gradient(180deg,rgba(255, 255, 255, 0.8) 0%,rgba(255, 255, 255, 0.4) 59%,rgba(255, 255, 255, 0) 100%)"/>
|
|
936
|
+
</fill>
|
|
937
|
+
</shape>
|
|
938
|
+
<shape width="195" height="59" topLeftX="503" topLeftY="78" type="text">
|
|
939
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="26" color="rgba(0, 0, 0, 1)" bold="true">
|
|
940
|
+
<p>
|
|
941
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="26">风格语言</span>
|
|
942
|
+
</p>
|
|
943
|
+
</content>
|
|
944
|
+
</shape>
|
|
945
|
+
<shape width="42" height="6" topLeftX="513" topLeftY="66" type="rect">
|
|
946
|
+
<fill>
|
|
947
|
+
<fillColor color="rgba(0, 0, 0, 1)"/>
|
|
948
|
+
</fill>
|
|
949
|
+
</shape>
|
|
950
|
+
<shape width="195" height="38" topLeftX="503" topLeftY="128" type="text">
|
|
951
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(0, 0, 0, 1)">
|
|
952
|
+
<p>
|
|
953
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="12">演示文稿是一种实用的工具。</span>
|
|
954
|
+
</p>
|
|
955
|
+
</content>
|
|
956
|
+
</shape>
|
|
957
|
+
<img src="EiPVblC7pomjKlxdqo1cXl89nBg" width="241" height="540" topLeftX="239" topLeftY="0" rotation="180" flipX="true" flipY="true" saturation="-22">
|
|
958
|
+
<crop type="rect" leftOffset="31" rightOffset="31" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
959
|
+
</img>
|
|
960
|
+
<shape width="194" height="56" topLeftX="262" topLeftY="459" alpha="0.9" type="text">
|
|
961
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(243, 244, 246, 1)">
|
|
962
|
+
<p>
|
|
963
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
|
|
964
|
+
</p>
|
|
965
|
+
</content>
|
|
966
|
+
</shape>
|
|
967
|
+
<shape width="195" height="56" topLeftX="262" topLeftY="459" alpha="0.9" type="text">
|
|
968
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(243, 244, 246, 1)">
|
|
969
|
+
<p>
|
|
970
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
|
|
971
|
+
</p>
|
|
972
|
+
</content>
|
|
973
|
+
</shape>
|
|
974
|
+
<shape width="241" height="105" topLeftX="239" topLeftY="435" type="rect">
|
|
975
|
+
<fill>
|
|
976
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
977
|
+
</fill>
|
|
978
|
+
</shape>
|
|
979
|
+
<shape width="194" height="56" topLeftX="263" topLeftY="459" alpha="0.9" type="text">
|
|
980
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(243, 244, 246, 1)">
|
|
981
|
+
<p>
|
|
982
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
|
|
983
|
+
</p>
|
|
984
|
+
</content>
|
|
985
|
+
</shape>
|
|
986
|
+
<shape width="241" height="248" topLeftX="239" topLeftY="0" alpha="0.5" type="rect">
|
|
987
|
+
<fill>
|
|
988
|
+
<fillColor color="linear-gradient(180deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.4) 59%,rgba(0, 0, 0, 0) 100%)"/>
|
|
989
|
+
</fill>
|
|
990
|
+
</shape>
|
|
991
|
+
<shape width="195" height="59" topLeftX="262" topLeftY="78" type="text">
|
|
992
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="26" color="rgba(255, 255, 255, 0.949)" bold="true">
|
|
993
|
+
<p>
|
|
994
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="26">风格语言</span>
|
|
995
|
+
</p>
|
|
996
|
+
</content>
|
|
997
|
+
</shape>
|
|
998
|
+
<shape width="42" height="6" topLeftX="271" topLeftY="66" type="rect">
|
|
999
|
+
<fill>
|
|
1000
|
+
<fillColor color="rgba(243, 244, 246, 1)"/>
|
|
1001
|
+
</fill>
|
|
1002
|
+
</shape>
|
|
1003
|
+
<shape width="195" height="38" topLeftX="262" topLeftY="128" type="text">
|
|
1004
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 0.949)">
|
|
1005
|
+
<p>
|
|
1006
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="12">演示文稿是一种实用的工具。</span>
|
|
1007
|
+
</p>
|
|
1008
|
+
</content>
|
|
1009
|
+
</shape>
|
|
1010
|
+
<img src="G3sIb7p4Qounv7xEwkMcuqfRnid" width="241" height="540" topLeftX="719" topLeftY="0" rotation="180" exposure="38" contrast="-8" saturation="9" temperature="-80">
|
|
1011
|
+
<crop type="rect" leftOffset="31" rightOffset="31" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
1012
|
+
</img>
|
|
1013
|
+
<shape width="241" height="105" topLeftX="719" topLeftY="435" type="rect">
|
|
1014
|
+
<fill>
|
|
1015
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1016
|
+
</fill>
|
|
1017
|
+
</shape>
|
|
1018
|
+
<shape width="195" height="56" topLeftX="742" topLeftY="459" alpha="0.9" type="text">
|
|
1019
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(243, 244, 246, 1)">
|
|
1020
|
+
<p>
|
|
1021
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
|
|
1022
|
+
</p>
|
|
1023
|
+
</content>
|
|
1024
|
+
</shape>
|
|
1025
|
+
<shape width="241" height="248" topLeftX="719" topLeftY="0" alpha="0.5" type="rect">
|
|
1026
|
+
<fill>
|
|
1027
|
+
<fillColor color="linear-gradient(180deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.4) 59%,rgba(0, 0, 0, 0) 100%)"/>
|
|
1028
|
+
</fill>
|
|
1029
|
+
</shape>
|
|
1030
|
+
<shape width="195" height="59" topLeftX="742" topLeftY="78" type="text">
|
|
1031
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="26" color="rgba(255, 255, 255, 0.949)" bold="true">
|
|
1032
|
+
<p>
|
|
1033
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="26">风格语言</span>
|
|
1034
|
+
</p>
|
|
1035
|
+
</content>
|
|
1036
|
+
</shape>
|
|
1037
|
+
<shape width="42" height="6" topLeftX="751" topLeftY="66" type="rect">
|
|
1038
|
+
<fill>
|
|
1039
|
+
<fillColor color="rgba(243, 244, 246, 1)"/>
|
|
1040
|
+
</fill>
|
|
1041
|
+
</shape>
|
|
1042
|
+
<shape width="195" height="38" topLeftX="742" topLeftY="128" type="text">
|
|
1043
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 0.949)">
|
|
1044
|
+
<p>
|
|
1045
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="12">演示文稿是一种实用的工具。</span>
|
|
1046
|
+
</p>
|
|
1047
|
+
</content>
|
|
1048
|
+
</shape>
|
|
1049
|
+
</data>
|
|
1050
|
+
<note>
|
|
1051
|
+
<content/>
|
|
1052
|
+
</note>
|
|
1053
|
+
</slide>
|
|
1054
|
+
<slide>
|
|
1055
|
+
<style/>
|
|
1056
|
+
<data>
|
|
1057
|
+
<shape width="480" height="540" topLeftX="480" topLeftY="0" presetHandlers="0" type="rect">
|
|
1058
|
+
<fill>
|
|
1059
|
+
<fillColor color="rgba(28, 102, 246, 1)"/>
|
|
1060
|
+
</fill>
|
|
1061
|
+
</shape>
|
|
1062
|
+
<shape width="218" height="218" topLeftX="611" topLeftY="161" type="ellipse">
|
|
1063
|
+
<border color="rgba(143, 156, 180, 1)" dashArray="dash" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1064
|
+
</shape>
|
|
1065
|
+
<shape width="218" height="218" topLeftX="611" topLeftY="161" presetHandlers="16" type="round-rect">
|
|
1066
|
+
<border color="rgba(143, 156, 180, 1)" dashArray="dash" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1067
|
+
</shape>
|
|
1068
|
+
<shape width="161" height="161" topLeftX="639" topLeftY="189" presetHandlers="16" type="round-rect">
|
|
1069
|
+
<border color="rgba(143, 156, 180, 1)" dashArray="dash" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1070
|
+
</shape>
|
|
1071
|
+
<line startX="551" startY="270" endX="889" endY="270">
|
|
1072
|
+
<border color="rgba(203, 205, 208, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
1073
|
+
</line>
|
|
1074
|
+
<line startX="720" startY="127" endX="720" endY="413">
|
|
1075
|
+
<border color="rgba(203, 205, 208, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
1076
|
+
</line>
|
|
1077
|
+
<icon width="183" height="183" topLeftX="629" topLeftY="179" iconType="iconpark/Abstract/api-app.svg">
|
|
1078
|
+
<fill>
|
|
1079
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1080
|
+
</fill>
|
|
1081
|
+
<border color="rgba(251, 251, 251, 1)" width="9" lineJoin="miter" miterLimit="10"/>
|
|
1082
|
+
</icon>
|
|
1083
|
+
<shape width="480" height="540" topLeftX="0" topLeftY="0" presetHandlers="0" type="rect">
|
|
1084
|
+
<fill>
|
|
1085
|
+
<fillColor color="rgba(31, 35, 41, 1)"/>
|
|
1086
|
+
</fill>
|
|
1087
|
+
</shape>
|
|
1088
|
+
<shape width="217" height="217" topLeftX="130" topLeftY="163" type="ellipse">
|
|
1089
|
+
<border color="rgba(62, 63, 65, 1)" dashArray="dash" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1090
|
+
</shape>
|
|
1091
|
+
<shape width="217" height="217" topLeftX="130" topLeftY="163" presetHandlers="16" type="round-rect">
|
|
1092
|
+
<border color="rgba(62, 63, 65, 1)" dashArray="dash" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1093
|
+
</shape>
|
|
1094
|
+
<shape width="161" height="161" topLeftX="158" topLeftY="191" presetHandlers="16" type="round-rect">
|
|
1095
|
+
<border color="rgba(62, 63, 65, 1)" dashArray="dash" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1096
|
+
</shape>
|
|
1097
|
+
<line startX="70" startY="271" endX="408" endY="271">
|
|
1098
|
+
<border color="rgba(129, 132, 135, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
1099
|
+
</line>
|
|
1100
|
+
<line startX="239" startY="128" endX="239" endY="414">
|
|
1101
|
+
<border color="rgba(129, 132, 135, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
1102
|
+
</line>
|
|
1103
|
+
<icon width="182" height="182" topLeftX="148" topLeftY="180" iconType="iconpark/Abstract/api-app.svg">
|
|
1104
|
+
<fill>
|
|
1105
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
1106
|
+
</fill>
|
|
1107
|
+
<border color="rgba(255, 255, 255, 1)" width="9" lineJoin="miter" miterLimit="10"/>
|
|
1108
|
+
</icon>
|
|
1109
|
+
<shape width="389" height="56" topLeftX="522" topLeftY="445" rotation="360" type="text">
|
|
1110
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(243, 244, 246, 1)" textAlign="left">
|
|
1111
|
+
<p>
|
|
1112
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
|
|
1113
|
+
</p>
|
|
1114
|
+
</content>
|
|
1115
|
+
</shape>
|
|
1116
|
+
<shape width="389" height="53" topLeftX="45" topLeftY="445" rotation="360" type="text">
|
|
1117
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(243, 244, 246, 1)" bold="true" textAlign="left">
|
|
1118
|
+
<p>
|
|
1119
|
+
<span color="rgba(243, 244, 246, 1)" fontSize="22">设计方案二</span>
|
|
1120
|
+
</p>
|
|
1121
|
+
</content>
|
|
1122
|
+
</shape>
|
|
1123
|
+
<shape width="132" height="41" topLeftX="85" topLeftY="54" type="text">
|
|
1124
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="false">
|
|
1125
|
+
<p>
|
|
1126
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14" bold="false">YOUR LOGO</span>
|
|
1127
|
+
</p>
|
|
1128
|
+
</content>
|
|
1129
|
+
</shape>
|
|
1130
|
+
<img src="KQ6ubZ4VJoHxRSxjPGecHsdHnNb" width="12" height="25" topLeftX="60" topLeftY="62">
|
|
1131
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1132
|
+
</img>
|
|
1133
|
+
<img src="Zte9b4vHRo6CjpxVGRvceHwtnWf" width="12" height="25" topLeftX="74" topLeftY="62">
|
|
1134
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1135
|
+
</img>
|
|
1136
|
+
<shape width="124" height="38" topLeftX="787" topLeftY="57" type="text">
|
|
1137
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(251, 251, 251, 1)" bold="false" textAlign="right">
|
|
1138
|
+
<p>
|
|
1139
|
+
<span color="rgba(251, 251, 251, 1)" fontSize="12" bold="false">YOUR TEAM</span>
|
|
1140
|
+
</p>
|
|
1141
|
+
</content>
|
|
1142
|
+
</shape>
|
|
1143
|
+
</data>
|
|
1144
|
+
<note>
|
|
1145
|
+
<content/>
|
|
1146
|
+
</note>
|
|
1147
|
+
</slide>
|
|
1148
|
+
<slide>
|
|
1149
|
+
<style/>
|
|
1150
|
+
<data>
|
|
1151
|
+
<img src="V3PFbTK7oo0k82x2N1Rcu5x0nBc" width="344" height="412" topLeftX="0" topLeftY="0" alpha="0.15">
|
|
1152
|
+
<crop type="rect" leftOffset="81" rightOffset="0" topOffset="172" bottomOffset="43" presetHandlers="0"/>
|
|
1153
|
+
</img>
|
|
1154
|
+
<img src="X9O3bMXTQoPTsSxLF9XciJtwnAf" width="219" height="219" topLeftX="741" topLeftY="321" alpha="0.25">
|
|
1155
|
+
<crop type="rect" leftOffset="63" rightOffset="149" topOffset="38" bottomOffset="175" presetHandlers="0"/>
|
|
1156
|
+
</img>
|
|
1157
|
+
<shape width="864" height="62" topLeftX="47" topLeftY="411" type="text">
|
|
1158
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(121, 124, 129, 1)" textAlign="left">
|
|
1159
|
+
<p>
|
|
1160
|
+
<span color="rgba(121, 124, 129, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。如果您想在演示文稿中展现内容,可以选择多种可以选择多种方式。</span>
|
|
1161
|
+
</p>
|
|
1162
|
+
</content>
|
|
1163
|
+
</shape>
|
|
1164
|
+
<shape width="296" height="263" topLeftX="47" topLeftY="125" type="text">
|
|
1165
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="160" fontFamily="Trebuchet MS" color="rgba(43, 47, 54, 1)" bold="false" letterSpacing="8">
|
|
1166
|
+
<p letterSpacing="8">
|
|
1167
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="160" fontFamily="Trebuchet MS" bold="false">Aa</span>
|
|
1168
|
+
</p>
|
|
1169
|
+
</content>
|
|
1170
|
+
</shape>
|
|
1171
|
+
<shape width="407" height="51" topLeftX="506" topLeftY="192" type="text">
|
|
1172
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" fontFamily="Trebuchet MS" color="rgba(43, 47, 54, 1)" bold="false">
|
|
1173
|
+
<p>
|
|
1174
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="20" fontFamily="Trebuchet MS" bold="false">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn</span>
|
|
1175
|
+
</p>
|
|
1176
|
+
</content>
|
|
1177
|
+
</shape>
|
|
1178
|
+
<shape width="407" height="51" topLeftX="506" topLeftY="239" type="text">
|
|
1179
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" fontFamily="Trebuchet MS" color="rgba(43, 47, 54, 1)" bold="false" letterSpacing="8">
|
|
1180
|
+
<p letterSpacing="8">
|
|
1181
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="20" fontFamily="Trebuchet MS" bold="false">1234567890</span>
|
|
1182
|
+
</p>
|
|
1183
|
+
</content>
|
|
1184
|
+
</shape>
|
|
1185
|
+
<shape width="407" height="51" topLeftX="506" topLeftY="286" type="text">
|
|
1186
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" fontFamily="Trebuchet MS" color="rgba(43, 47, 54, 1)" bold="false" letterSpacing="8">
|
|
1187
|
+
<p letterSpacing="8">
|
|
1188
|
+
<strong>
|
|
1189
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="20" fontFamily="Trebuchet MS">(<!</span>
|
|
1190
|
+
</strong>
|
|
1191
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="20" fontFamily="Trebuchet MS" bold="false">#$&?]}</span>
|
|
1192
|
+
</p>
|
|
1193
|
+
</content>
|
|
1194
|
+
</shape>
|
|
1195
|
+
<line startX="374" startY="197" endX="374" endY="343">
|
|
1196
|
+
<border width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
1197
|
+
</line>
|
|
1198
|
+
</data>
|
|
1199
|
+
<note>
|
|
1200
|
+
<content/>
|
|
1201
|
+
</note>
|
|
1202
|
+
</slide>
|
|
1203
|
+
<slide>
|
|
1204
|
+
<style/>
|
|
1205
|
+
<data>
|
|
1206
|
+
<img src="V3PFbTK7oo0k82x2N1Rcu5x0nBc" width="344" height="412" topLeftX="0" topLeftY="0" alpha="0.15">
|
|
1207
|
+
<crop type="rect" leftOffset="81" rightOffset="0" topOffset="172" bottomOffset="43" presetHandlers="0"/>
|
|
1208
|
+
</img>
|
|
1209
|
+
<img src="X9O3bMXTQoPTsSxLF9XciJtwnAf" width="219" height="219" topLeftX="741" topLeftY="321" alpha="0.25">
|
|
1210
|
+
<crop type="rect" leftOffset="63" rightOffset="149" topOffset="38" bottomOffset="175" presetHandlers="0"/>
|
|
1211
|
+
</img>
|
|
1212
|
+
<shape width="146" height="146" topLeftX="717" topLeftY="103" type="ellipse">
|
|
1213
|
+
<fill>
|
|
1214
|
+
<fillColor color="rgba(41, 185, 246, 1)"/>
|
|
1215
|
+
</fill>
|
|
1216
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(255, 255, 255, 0.949)" bold="true">
|
|
1217
|
+
<p>
|
|
1218
|
+
<strong>
|
|
1219
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="28">25%</span>
|
|
1220
|
+
</strong>
|
|
1221
|
+
</p>
|
|
1222
|
+
</content>
|
|
1223
|
+
</shape>
|
|
1224
|
+
<shape width="146" height="44" topLeftX="717" topLeftY="249" type="text">
|
|
1225
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="center">
|
|
1226
|
+
<p>
|
|
1227
|
+
<strong>
|
|
1228
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="16">#86DBFF</span>
|
|
1229
|
+
</strong>
|
|
1230
|
+
</p>
|
|
1231
|
+
</content>
|
|
1232
|
+
</shape>
|
|
1233
|
+
<shape width="146" height="146" topLeftX="717" topLeftY="314" type="ellipse">
|
|
1234
|
+
<fill>
|
|
1235
|
+
<fillColor color="rgba(225, 234, 255, 1)"/>
|
|
1236
|
+
</fill>
|
|
1237
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(31, 35, 41, 1)" bold="true">
|
|
1238
|
+
<p>
|
|
1239
|
+
<strong>
|
|
1240
|
+
<span fontSize="28">5%</span>
|
|
1241
|
+
</strong>
|
|
1242
|
+
</p>
|
|
1243
|
+
</content>
|
|
1244
|
+
</shape>
|
|
1245
|
+
<shape width="146" height="44" topLeftX="717" topLeftY="460" type="text">
|
|
1246
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="center">
|
|
1247
|
+
<p>
|
|
1248
|
+
<strong>
|
|
1249
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="16">#C6E7FF</span>
|
|
1250
|
+
</strong>
|
|
1251
|
+
</p>
|
|
1252
|
+
</content>
|
|
1253
|
+
</shape>
|
|
1254
|
+
<shape width="146" height="146" topLeftX="509" topLeftY="103" type="ellipse">
|
|
1255
|
+
<fill>
|
|
1256
|
+
<fillColor color="rgba(0, 145, 227, 1)"/>
|
|
1257
|
+
</fill>
|
|
1258
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="30" color="rgba(251, 251, 251, 1)" bold="true">
|
|
1259
|
+
<p>
|
|
1260
|
+
<strong>
|
|
1261
|
+
<span color="rgba(251, 251, 251, 1)" fontSize="30">60%</span>
|
|
1262
|
+
</strong>
|
|
1263
|
+
</p>
|
|
1264
|
+
</content>
|
|
1265
|
+
</shape>
|
|
1266
|
+
<shape width="146" height="44" topLeftX="509" topLeftY="249" type="text">
|
|
1267
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="center">
|
|
1268
|
+
<p>
|
|
1269
|
+
<strong>
|
|
1270
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="16">#1C66F6</span>
|
|
1271
|
+
</strong>
|
|
1272
|
+
</p>
|
|
1273
|
+
</content>
|
|
1274
|
+
</shape>
|
|
1275
|
+
<shape width="146" height="146" topLeftX="509" topLeftY="314" type="ellipse">
|
|
1276
|
+
<fill>
|
|
1277
|
+
<fillColor color="rgba(0, 0, 0, 1)"/>
|
|
1278
|
+
</fill>
|
|
1279
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(255, 255, 255, 0.949)" bold="true">
|
|
1280
|
+
<p>
|
|
1281
|
+
<strong>
|
|
1282
|
+
<span color="rgba(255, 255, 255, 0.949)" fontSize="28">10%</span>
|
|
1283
|
+
</strong>
|
|
1284
|
+
</p>
|
|
1285
|
+
</content>
|
|
1286
|
+
</shape>
|
|
1287
|
+
<shape width="146" height="44" topLeftX="509" topLeftY="460" type="text">
|
|
1288
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="center">
|
|
1289
|
+
<p>
|
|
1290
|
+
<strong>
|
|
1291
|
+
<span color="rgba(31, 35, 41, 1)" fontSize="16">#000000</span>
|
|
1292
|
+
</strong>
|
|
1293
|
+
</p>
|
|
1294
|
+
</content>
|
|
1295
|
+
</shape>
|
|
1296
|
+
<shape width="360" height="77" topLeftX="47" topLeftY="150" type="text">
|
|
1297
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(43, 47, 54, 1)" bold="true">
|
|
1298
|
+
<p>
|
|
1299
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="38">色彩方案</span>
|
|
1300
|
+
</p>
|
|
1301
|
+
</content>
|
|
1302
|
+
</shape>
|
|
1303
|
+
<shape width="360" height="104" topLeftX="52" topLeftY="227" type="text">
|
|
1304
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(121, 124, 129, 1)" textAlign="left">
|
|
1305
|
+
<p>
|
|
1306
|
+
<span color="rgba(121, 124, 129, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。如果您想在演示文稿中展现内容,可以选择多种可以选择多种方式。</span>
|
|
1307
|
+
</p>
|
|
1308
|
+
</content>
|
|
1309
|
+
</shape>
|
|
1310
|
+
</data>
|
|
1311
|
+
<note>
|
|
1312
|
+
<content/>
|
|
1313
|
+
</note>
|
|
1314
|
+
</slide>
|
|
1315
|
+
<slide>
|
|
1316
|
+
<style>
|
|
1317
|
+
<fill>
|
|
1318
|
+
<fillImg src="WsnNbo3j8oXqnWxynaZcVz6knrd" alpha="1" rotateWithShape="false"/>
|
|
1319
|
+
</fill>
|
|
1320
|
+
</style>
|
|
1321
|
+
<data>
|
|
1322
|
+
<shape width="132" height="41" topLeftX="85" topLeftY="54" type="text">
|
|
1323
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="false">
|
|
1324
|
+
<p>
|
|
1325
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14" bold="false">YOUR LOGO</span>
|
|
1326
|
+
</p>
|
|
1327
|
+
</content>
|
|
1328
|
+
</shape>
|
|
1329
|
+
<img src="CCJxbunFoosXKRxZiSwcrHKNnXe" width="12" height="25" topLeftX="60" topLeftY="62">
|
|
1330
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1331
|
+
</img>
|
|
1332
|
+
<img src="Um3Qb2dr1of3Swxw73Ec5hGlnyb" width="12" height="25" topLeftX="74" topLeftY="62">
|
|
1333
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1334
|
+
</img>
|
|
1335
|
+
<shape width="124" height="38" topLeftX="787" topLeftY="57" type="text">
|
|
1336
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(251, 251, 251, 1)" bold="false" textAlign="right">
|
|
1337
|
+
<p>
|
|
1338
|
+
<span color="rgba(251, 251, 251, 1)" fontSize="12" bold="false">YOUR TEAM</span>
|
|
1339
|
+
</p>
|
|
1340
|
+
</content>
|
|
1341
|
+
</shape>
|
|
1342
|
+
</data>
|
|
1343
|
+
<note>
|
|
1344
|
+
<content/>
|
|
1345
|
+
</note>
|
|
1346
|
+
</slide>
|
|
1347
|
+
</presentation>
|