@wagemule/daemon 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -2
- package/dist/main.cjs +270 -101
- package/dist/main.cjs.map +3 -3
- package/dist/skills/larksuite/lark-approval/SKILL.md +56 -0
- package/dist/skills/larksuite/lark-attendance/SKILL.md +57 -0
- package/dist/skills/larksuite/lark-base/SKILL.md +349 -0
- package/dist/skills/larksuite/lark-base/references/dashboard-block-data-config.md +350 -0
- package/dist/skills/larksuite/lark-base/references/examples.md +140 -0
- package/dist/skills/larksuite/lark-base/references/formula-field-guide.md +735 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-advperm-disable.md +83 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-advperm-enable.md +80 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-base-copy.md +74 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-base-create.md +68 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-base-get.md +39 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-cell-value.md +151 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-arrange.md +83 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-create.md +108 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-delete.md +46 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-get.md +57 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-list.md +53 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-update.md +84 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-create.md +73 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-delete.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-get.md +59 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-list.md +52 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-update.md +69 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-dashboard.md +240 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-data-analysis-sop.md +88 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-data-query.md +451 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-create.md +104 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-delete.md +51 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-get.md +42 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-list.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-search-options.md +48 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field-update.md +166 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-field.md +23 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-create.md +87 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-delete.md +64 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-get.md +68 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-list.md +73 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-create.md +118 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-delete.md +68 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-list.md +84 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-update.md +92 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-questions.md +23 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form-update.md +82 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-form.md +24 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-history.md +16 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-create.md +58 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-update.md +53 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-delete.md +62 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-history-list.md +86 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-share-link-create.md +72 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-upload-attachment.md +50 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record-upsert.md +64 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-record.md +29 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-create.md +89 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-delete.md +83 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-get.md +87 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-list.md +81 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-role-update.md +94 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-shortcut-field-properties.md +481 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-create.md +62 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-delete.md +51 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-get.md +46 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-list.md +43 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table-update.md +49 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-table.md +20 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-create.md +50 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-delete.md +48 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-card.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-filter.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-group.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-sort.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-timebar.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get-visible-fields.md +28 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-get.md +38 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-list.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-rename.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-card.md +55 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-filter.md +181 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-group.md +65 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-sort.md +63 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-timebar.md +51 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view-set-visible-fields.md +46 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-view.md +44 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-create.md +180 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-disable.md +94 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-enable.md +94 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-get.md +147 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-guide.md +718 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-list.md +124 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-schema.md +935 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow-update.md +167 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workflow.md +23 -0
- package/dist/skills/larksuite/lark-base/references/lark-base-workspace.md +18 -0
- package/dist/skills/larksuite/lark-base/references/lookup-field-guide.md +510 -0
- package/dist/skills/larksuite/lark-base/references/role-config.md +539 -0
- package/dist/skills/larksuite/lark-calendar/SKILL.md +154 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-agenda.md +78 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-create.md +109 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-freebusy.md +124 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-room-find.md +113 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-rsvp.md +42 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-schedule-meeting.md +265 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-suggestion.md +125 -0
- package/dist/skills/larksuite/lark-calendar/references/lark-calendar-update.md +105 -0
- package/dist/skills/larksuite/lark-contact/SKILL.md +45 -0
- package/dist/skills/larksuite/lark-contact/references/lark-contact-get-user.md +19 -0
- package/dist/skills/larksuite/lark-contact/references/lark-contact-search-user.md +124 -0
- package/dist/skills/larksuite/lark-doc/SKILL.md +69 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-create.md +89 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-fetch.md +141 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-md.md +71 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-media-download.md +50 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-media-insert.md +114 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-media-preview.md +41 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-search.md +217 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-update.md +252 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-whiteboard.md +100 -0
- package/dist/skills/larksuite/lark-doc/references/lark-doc-xml.md +169 -0
- package/dist/skills/larksuite/lark-doc/references/style/lark-doc-create-workflow.md +56 -0
- package/dist/skills/larksuite/lark-doc/references/style/lark-doc-style.md +106 -0
- package/dist/skills/larksuite/lark-doc/references/style/lark-doc-update-workflow.md +54 -0
- package/dist/skills/larksuite/lark-drive/SKILL.md +343 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-add-comment.md +169 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-apply-permission.md +77 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-create-folder.md +73 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-create-shortcut.md +103 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-delete.md +79 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-download.md +31 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-export-download.md +50 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-export.md +119 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-import.md +154 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-move.md +120 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-pull.md +137 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-push.md +162 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-reactions.md +113 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-search.md +239 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-status.md +137 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-task-result.md +302 -0
- package/dist/skills/larksuite/lark-drive/references/lark-drive-upload.md +101 -0
- package/dist/skills/larksuite/lark-event/SKILL.md +145 -0
- package/dist/skills/larksuite/lark-event/references/lark-event-im.md +86 -0
- package/dist/skills/larksuite/lark-im/SKILL.md +162 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-create.md +162 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-identity.md +55 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-list.md +113 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-messages-list.md +142 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-search.md +136 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-chat-update.md +84 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-flag-cancel.md +67 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-flag-create.md +67 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-flag-list.md +100 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-mget.md +95 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-reply.md +222 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-resources-download.md +94 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-search.md +217 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-messages-send.md +223 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-reactions.md +297 -0
- package/dist/skills/larksuite/lark-im/references/lark-im-threads-messages-list.md +111 -0
- package/dist/skills/larksuite/lark-mail/SKILL.md +648 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-decline-receipt.md +115 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-create.md +123 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-edit.md +400 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-forward.md +232 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-message.md +230 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-messages.md +108 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-reply-all.md +206 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-reply.md +242 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-send-receipt.md +120 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-send.md +216 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-share-to-chat.md +87 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-signature.md +98 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-template-create.md +129 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-template-update.md +150 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-thread.md +111 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-triage.md +122 -0
- package/dist/skills/larksuite/lark-mail/references/lark-mail-watch.md +94 -0
- package/dist/skills/larksuite/lark-markdown/SKILL.md +46 -0
- package/dist/skills/larksuite/lark-markdown/references/lark-markdown-create.md +86 -0
- package/dist/skills/larksuite/lark-markdown/references/lark-markdown-fetch.md +79 -0
- package/dist/skills/larksuite/lark-markdown/references/lark-markdown-overwrite.md +85 -0
- package/dist/skills/larksuite/lark-minutes/SKILL.md +139 -0
- package/dist/skills/larksuite/lark-minutes/references/lark-minutes-download.md +137 -0
- package/dist/skills/larksuite/lark-minutes/references/lark-minutes-search.md +206 -0
- package/dist/skills/larksuite/lark-minutes/references/lark-minutes-upload.md +104 -0
- package/dist/skills/larksuite/lark-okr/SKILL.md +133 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-contentblock.md +359 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-detail.md +84 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-list.md +90 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-entities.md +329 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-image-upload.md +116 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-create.md +81 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-delete.md +47 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-get.md +62 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-list.md +80 -0
- package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-update.md +81 -0
- package/dist/skills/larksuite/lark-openapi-explorer/SKILL.md +153 -0
- package/dist/skills/larksuite/lark-shared/SKILL.md +138 -0
- package/dist/skills/larksuite/lark-sheets/SKILL.md +345 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-data.md +197 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-images.md +59 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-style-and-merge.md +141 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-dropdown.md +133 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-filter-views.md +193 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-float-images.md +125 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-formula.md +88 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-row-column-management.md +151 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-sheet-management.md +164 -0
- package/dist/skills/larksuite/lark-sheets/references/lark-sheets-spreadsheet-management.md +134 -0
- package/dist/skills/larksuite/lark-skill-maker/SKILL.md +85 -0
- package/dist/skills/larksuite/lark-slides/SKILL.md +525 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--all_hands_meeting.xml +1999 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--annual_gala.xml +1160 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--company_intro.xml +1376 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/administration--corporate_culture.xml +1765 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training.xml +912 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training_workshop.xml +1504 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/hr--onboarding.xml +933 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_communication.xml +1367 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_logo_design.xml +1347 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_operations_plan.xml +1309 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--business_plan.xml +1646 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_plan.xml +1469 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_strategy.xml +1484 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--product_whitepaper.xml +1455 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/marketing--roadshow_business_plan.xml +1506 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/misc--book_sharing.xml +1338 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/misc--club_event_plan.xml +4885 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/misc--student_career_plan.xml +1854 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--dark_general.xml +3763 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--dept_annual_report.xml +1192 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--light_general.xml +3378 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--project_kickoff.xml +3152 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--quarterly_review.xml +1253 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--work_report.xml +1099 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary.xml +4420 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary_report.xml +1523 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_logo_design.xml +1347 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_operations_plan.xml +1309 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--marketing_plan.xml +1469 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/operations--product_promotion.xml +687 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--experience_sharing.xml +2242 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--personal_resume.xml +2047 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_defense.xml +1099 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_report.xml +1039 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--self_intro.xml +696 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/personal--teaching_sharing.xml +3013 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--business_case_analysis.xml +1341 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--market_analysis.xml +898 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_analysis.xml +1537 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_intro.xml +2838 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion.xml +687 -0
- package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion_2.xml +687 -0
- package/dist/skills/larksuite/lark-slides/references/examples.md +261 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-create.md +137 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-edit-workflows.md +142 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-media-upload.md +128 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-replace-slide.md +239 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-create.md +221 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-delete.md +123 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-get.md +110 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-replace.md +186 -0
- package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentations-get.md +98 -0
- package/dist/skills/larksuite/lark-slides/references/slide-templates.md +201 -0
- package/dist/skills/larksuite/lark-slides/references/slides_demo.xml +226 -0
- package/dist/skills/larksuite/lark-slides/references/slides_xml_schema_definition.xml +3004 -0
- package/dist/skills/larksuite/lark-slides/references/template-catalog.md +464 -0
- package/dist/skills/larksuite/lark-slides/references/template-index.json +1853 -0
- package/dist/skills/larksuite/lark-slides/references/xml-format-guide.md +369 -0
- package/dist/skills/larksuite/lark-slides/references/xml-schema-quick-ref.md +215 -0
- package/dist/skills/larksuite/lark-slides/scripts/layout_lint.py +349 -0
- package/dist/skills/larksuite/lark-slides/scripts/layout_lint_test.py +159 -0
- package/dist/skills/larksuite/lark-slides/scripts/template_tool.py +970 -0
- package/dist/skills/larksuite/lark-slides/scripts/template_tool_test.py +177 -0
- package/dist/skills/larksuite/lark-task/SKILL.md +165 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-assign.md +38 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-comment.md +28 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-complete.md +27 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-create.md +57 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-followers.md +35 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-get-my-tasks.md +55 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-get-related-tasks.md +53 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-reminder.md +36 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-reopen.md +27 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-search.md +41 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-set-ancestor.md +32 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-subscribe-event.md +86 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-create.md +35 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-members.md +36 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-search.md +38 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-task-add.md +38 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-update.md +37 -0
- package/dist/skills/larksuite/lark-task/references/lark-task-upload-attachment.md +59 -0
- package/dist/skills/larksuite/lark-vc/SKILL.md +168 -0
- package/dist/skills/larksuite/lark-vc/references/lark-vc-notes.md +126 -0
- package/dist/skills/larksuite/lark-vc/references/lark-vc-recording.md +153 -0
- package/dist/skills/larksuite/lark-vc/references/lark-vc-search.md +176 -0
- package/dist/skills/larksuite/lark-vc-agent/SKILL.md +121 -0
- package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-events.md +247 -0
- package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-join.md +133 -0
- package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-leave.md +111 -0
- package/dist/skills/larksuite/lark-whiteboard/SKILL.md +144 -0
- package/dist/skills/larksuite/lark-whiteboard/references/connectors.md +102 -0
- package/dist/skills/larksuite/lark-whiteboard/references/content.md +40 -0
- package/dist/skills/larksuite/lark-whiteboard/references/image.md +80 -0
- package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-query.md +49 -0
- package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-update.md +100 -0
- package/dist/skills/larksuite/lark-whiteboard/references/layout.md +374 -0
- package/dist/skills/larksuite/lark-whiteboard/references/schema.md +357 -0
- package/dist/skills/larksuite/lark-whiteboard/references/style.md +318 -0
- package/dist/skills/larksuite/lark-whiteboard/references/typography.md +73 -0
- package/dist/skills/larksuite/lark-whiteboard/routes/dsl.md +107 -0
- package/dist/skills/larksuite/lark-whiteboard/routes/mermaid.md +27 -0
- package/dist/skills/larksuite/lark-whiteboard/routes/svg.md +54 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/architecture.md +433 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/bar-chart.md +187 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/comparison.md +135 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/fishbone.md +238 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/flowchart.md +185 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/flywheel.md +195 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/funnel.md +101 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/line-chart.md +214 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/mermaid.md +130 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/milestone.md +139 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/organization.md +173 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/photo-showcase.md +126 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/pyramid.md +99 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/swimlane.md +371 -0
- package/dist/skills/larksuite/lark-whiteboard/scenes/treemap.md +216 -0
- package/dist/skills/larksuite/lark-wiki/SKILL.md +111 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-delete-space.md +205 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-move.md +183 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-copy.md +72 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-create.md +127 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-list.md +88 -0
- package/dist/skills/larksuite/lark-wiki/references/lark-wiki-space-list.md +68 -0
- package/dist/skills/larksuite/lark-workflow-meeting-summary/SKILL.md +104 -0
- package/dist/skills/larksuite/lark-workflow-standup-report/SKILL.md +120 -0
- package/package.json +2 -1
|
@@ -0,0 +1,1455 @@
|
|
|
1
|
+
<presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
|
|
2
|
+
<title>产品白皮书</title>
|
|
3
|
+
<theme>
|
|
4
|
+
<fill alpha="1">
|
|
5
|
+
<fillImg src="KRmObhqQgoUyBAxPT9UcF2v9n3b" alpha="1" rotateWithShape="false"/>
|
|
6
|
+
</fill>
|
|
7
|
+
<textStyles>
|
|
8
|
+
<title fontColor="#000000FF" fontSize="90"/>
|
|
9
|
+
<headline fontColor="#000000FF" fontSize="42"/>
|
|
10
|
+
<sub-headline fontColor="#000000FF" fontSize="18"/>
|
|
11
|
+
<body fontColor="#000000FF"/>
|
|
12
|
+
<caption fontColor="#808080FF"/>
|
|
13
|
+
</textStyles>
|
|
14
|
+
</theme>
|
|
15
|
+
<slide>
|
|
16
|
+
<style>
|
|
17
|
+
<fill>
|
|
18
|
+
<fillImg src="Iag8bM9Nvo5gGFxoktKcGdaqnEd" alpha="1" rotateWithShape="false"/>
|
|
19
|
+
</fill>
|
|
20
|
+
</style>
|
|
21
|
+
<data>
|
|
22
|
+
<shape width="488" height="44" topLeftX="28" topLeftY="311" alpha="0.5" type="text">
|
|
23
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 64, 58, 1)">
|
|
24
|
+
<p lineSpacing="multiple:1.4">
|
|
25
|
+
<span color="rgba(255, 64, 58, 1)" fontSize="16">你要做的第一件事是定义你正在开发的新产品。</span>
|
|
26
|
+
</p>
|
|
27
|
+
</content>
|
|
28
|
+
</shape>
|
|
29
|
+
<shape width="698" height="146" topLeftX="23" topLeftY="175" type="text">
|
|
30
|
+
<content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="90" color="linear-gradient(60deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" bold="true" lineSpacing="multiple:1.4">
|
|
31
|
+
<p>
|
|
32
|
+
<strong>
|
|
33
|
+
<span color="linear-gradient(60deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" fontSize="90">互联网产品展示</span>
|
|
34
|
+
</strong>
|
|
35
|
+
</p>
|
|
36
|
+
</content>
|
|
37
|
+
</shape>
|
|
38
|
+
<shape width="176" height="39" topLeftX="28" topLeftY="476" alpha="0.5" type="text">
|
|
39
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="undefined" color="rgba(43, 47, 54, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="false" italic="false" underline="false" strikethrough="false" list="none" listStyle="circle-hollow-square" textAlign="left">
|
|
40
|
+
<p>团队名称</p>
|
|
41
|
+
</content>
|
|
42
|
+
</shape>
|
|
43
|
+
<shape width="178" height="38" topLeftX="28" topLeftY="19" alpha="0.5" type="text">
|
|
44
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 1)" textAlign="left">
|
|
45
|
+
<p>
|
|
46
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="12">品牌 LOGO</span>
|
|
47
|
+
</p>
|
|
48
|
+
</content>
|
|
49
|
+
</shape>
|
|
50
|
+
</data>
|
|
51
|
+
<note>
|
|
52
|
+
<content/>
|
|
53
|
+
</note>
|
|
54
|
+
</slide>
|
|
55
|
+
<slide>
|
|
56
|
+
<style>
|
|
57
|
+
<fill>
|
|
58
|
+
<fillImg src="KRmObhqQgoUyBAxPT9UcF2v9n3b" alpha="1" rotateWithShape="false"/>
|
|
59
|
+
</fill>
|
|
60
|
+
</style>
|
|
61
|
+
<data>
|
|
62
|
+
<line startX="189" startY="234" endX="189" endY="389" alpha="0.5">
|
|
63
|
+
<border color="rgba(255, 64, 58, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
64
|
+
</line>
|
|
65
|
+
<shape width="125" height="77" topLeftX="164" topLeftY="112" type="text">
|
|
66
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
|
|
67
|
+
<p>
|
|
68
|
+
<span color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)">目录</span>
|
|
69
|
+
</p>
|
|
70
|
+
</content>
|
|
71
|
+
</shape>
|
|
72
|
+
<shape width="328" height="77" topLeftX="289" topLeftY="112" type="text">
|
|
73
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" color="rgba(43, 47, 54, 1)" bold="true" lineSpacing="multiple:1.35">
|
|
74
|
+
<p>
|
|
75
|
+
<span color="rgba(43, 47, 54, 1)">CONTENTS</span>
|
|
76
|
+
</p>
|
|
77
|
+
</content>
|
|
78
|
+
</shape>
|
|
79
|
+
<shape width="125" height="44" topLeftX="200" topLeftY="216" type="text">
|
|
80
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
|
|
81
|
+
<p>
|
|
82
|
+
<strong>产品功能</strong>
|
|
83
|
+
</p>
|
|
84
|
+
</content>
|
|
85
|
+
</shape>
|
|
86
|
+
<shape width="125" height="44" topLeftX="200" topLeftY="267" type="text">
|
|
87
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
|
|
88
|
+
<p>
|
|
89
|
+
<strong>功能展示</strong>
|
|
90
|
+
</p>
|
|
91
|
+
</content>
|
|
92
|
+
</shape>
|
|
93
|
+
<shape width="139" height="44" topLeftX="200" topLeftY="317" type="text">
|
|
94
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
|
|
95
|
+
<p>
|
|
96
|
+
<strong>来自用户的声音</strong>
|
|
97
|
+
</p>
|
|
98
|
+
</content>
|
|
99
|
+
</shape>
|
|
100
|
+
<shape width="157" height="44" topLeftX="200" topLeftY="368" type="text">
|
|
101
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
|
|
102
|
+
<p>
|
|
103
|
+
<strong>适合你的付费计划</strong>
|
|
104
|
+
</p>
|
|
105
|
+
</content>
|
|
106
|
+
</shape>
|
|
107
|
+
<shape width="385" height="38" topLeftX="391" topLeftY="371" alpha="0.5" type="text">
|
|
108
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
109
|
+
<p>单击此处输入关于主题的简单介绍,为了更好的演示效果</p>
|
|
110
|
+
</content>
|
|
111
|
+
</shape>
|
|
112
|
+
<shape width="11" height="11" topLeftX="183" topLeftY="385" type="ellipse">
|
|
113
|
+
<fill>
|
|
114
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
115
|
+
</fill>
|
|
116
|
+
<border color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" width="4" lineJoin="miter" miterLimit="10"/>
|
|
117
|
+
</shape>
|
|
118
|
+
<shape width="385" height="38" topLeftX="391" topLeftY="320" alpha="0.5" type="text">
|
|
119
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
120
|
+
<p>单击此处输入关于主题的简单介绍,为了更好的演示效果</p>
|
|
121
|
+
</content>
|
|
122
|
+
</shape>
|
|
123
|
+
<shape width="11" height="11" topLeftX="183" topLeftY="334" type="ellipse">
|
|
124
|
+
<fill>
|
|
125
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
126
|
+
</fill>
|
|
127
|
+
<border color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" width="4" lineJoin="miter" miterLimit="10"/>
|
|
128
|
+
</shape>
|
|
129
|
+
<shape width="385" height="38" topLeftX="391" topLeftY="270" alpha="0.5" type="text">
|
|
130
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
131
|
+
<p>单击此处输入关于主题的简单介绍,为了更好的演示效果</p>
|
|
132
|
+
</content>
|
|
133
|
+
</shape>
|
|
134
|
+
<shape width="11" height="11" topLeftX="183" topLeftY="283" type="ellipse">
|
|
135
|
+
<fill>
|
|
136
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
137
|
+
</fill>
|
|
138
|
+
<border color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" width="4" lineJoin="miter" miterLimit="10"/>
|
|
139
|
+
</shape>
|
|
140
|
+
<shape width="385" height="38" topLeftX="391" topLeftY="219" alpha="0.5" type="text">
|
|
141
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
142
|
+
<p>单击此处输入关于主题的简单介绍,为了更好的演示效果</p>
|
|
143
|
+
</content>
|
|
144
|
+
</shape>
|
|
145
|
+
<shape width="11" height="11" topLeftX="183" topLeftY="232" type="ellipse">
|
|
146
|
+
<fill>
|
|
147
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
148
|
+
</fill>
|
|
149
|
+
<border color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" width="4" lineJoin="miter" miterLimit="10"/>
|
|
150
|
+
</shape>
|
|
151
|
+
</data>
|
|
152
|
+
<note>
|
|
153
|
+
<content/>
|
|
154
|
+
</note>
|
|
155
|
+
</slide>
|
|
156
|
+
<slide>
|
|
157
|
+
<style>
|
|
158
|
+
<fill>
|
|
159
|
+
<fillImg src="ZUPsb9AoMoZJrTxfBrycsE04nzb" alpha="1" rotateWithShape="false"/>
|
|
160
|
+
</fill>
|
|
161
|
+
</style>
|
|
162
|
+
<data>
|
|
163
|
+
<shape width="587" height="107" topLeftX="126" topLeftY="203" type="text">
|
|
164
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" color="rgba(43, 47, 54, 1)" bold="true" lineSpacing="multiple:1.35">
|
|
165
|
+
<p>产品介绍</p>
|
|
166
|
+
</content>
|
|
167
|
+
</shape>
|
|
168
|
+
<shape width="115" height="106" topLeftX="23" topLeftY="203" type="text">
|
|
169
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
|
|
170
|
+
<p>01</p>
|
|
171
|
+
</content>
|
|
172
|
+
</shape>
|
|
173
|
+
</data>
|
|
174
|
+
<note>
|
|
175
|
+
<content/>
|
|
176
|
+
</note>
|
|
177
|
+
</slide>
|
|
178
|
+
<slide>
|
|
179
|
+
<style>
|
|
180
|
+
<fill>
|
|
181
|
+
<fillImg src="KRmObhqQgoUyBAxPT9UcF2v9n3b" alpha="1" rotateWithShape="false"/>
|
|
182
|
+
</fill>
|
|
183
|
+
</style>
|
|
184
|
+
<data>
|
|
185
|
+
<shape width="548" height="77" topLeftX="99" topLeftY="48" type="text">
|
|
186
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" bold="true" lineSpacing="multiple:1.35">
|
|
187
|
+
<p lineSpacing="multiple:1" letterSpacing="2">
|
|
188
|
+
<strong>
|
|
189
|
+
<span fontSize="42">产品名称</span>
|
|
190
|
+
</strong>
|
|
191
|
+
</p>
|
|
192
|
+
</content>
|
|
193
|
+
</shape>
|
|
194
|
+
<shape width="196" height="44" topLeftX="99" topLeftY="26" alpha="0.5" type="text">
|
|
195
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16">
|
|
196
|
+
<p lineSpacing="multiple:1">
|
|
197
|
+
<span fontSize="16">PRODUCT NAME</span>
|
|
198
|
+
</p>
|
|
199
|
+
</content>
|
|
200
|
+
</shape>
|
|
201
|
+
<shape width="608" height="61" topLeftX="105" topLeftY="114" alpha="0.5" type="text">
|
|
202
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
203
|
+
<p lineSpacing="multiple:1.7" letterSpacing="1">
|
|
204
|
+
<span fontSize="12">单击此处输入你的正文,文字是您思想的提炼,为了最终演示发布的良好效果,请尽量言简意赅的阐述观点;根据需要可酌情增减文字,以便观者可以准确理解您所传达的信息。</span>
|
|
205
|
+
</p>
|
|
206
|
+
</content>
|
|
207
|
+
</shape>
|
|
208
|
+
<img src="HjPWbeFxAocdZqxrXwUcCmUBnUf" width="717" height="340" topLeftX="121" topLeftY="200">
|
|
209
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="79" presetHandlers="0"/>
|
|
210
|
+
</img>
|
|
211
|
+
<img src="BqdMbEXRRoU0PdxalK8cNrojnOe" width="899" height="354" topLeftX="31" topLeftY="186" saturation="-100">
|
|
212
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="189"/>
|
|
213
|
+
</img>
|
|
214
|
+
<img src="Enr0be8iBoP2Q0xE7n3cHA2CnFb" width="169" height="265" topLeftX="730" topLeftY="275">
|
|
215
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="102" presetHandlers="0"/>
|
|
216
|
+
</img>
|
|
217
|
+
<img src="Y8U2b9kf1ozJAgx5752ciAvCnSg" width="184" height="270" topLeftX="723" topLeftY="270">
|
|
218
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="101" presetHandlers="0"/>
|
|
219
|
+
</img>
|
|
220
|
+
</data>
|
|
221
|
+
<note>
|
|
222
|
+
<content/>
|
|
223
|
+
</note>
|
|
224
|
+
</slide>
|
|
225
|
+
<slide>
|
|
226
|
+
<style>
|
|
227
|
+
<fill>
|
|
228
|
+
<fillImg src="VZcZbYmGWovJc9xYjxYcMwDrnRh" alpha="1" rotateWithShape="false"/>
|
|
229
|
+
</fill>
|
|
230
|
+
</style>
|
|
231
|
+
<data>
|
|
232
|
+
<shape width="359" height="110" topLeftX="65" topLeftY="157" alpha="0.5" type="text">
|
|
233
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
234
|
+
<p>请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。</p>
|
|
235
|
+
</content>
|
|
236
|
+
</shape>
|
|
237
|
+
<shape width="364" height="77" topLeftX="64" topLeftY="92" type="text">
|
|
238
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" bold="true" lineSpacing="multiple:1.35">
|
|
239
|
+
<p lineSpacing="multiple:1" letterSpacing="2">
|
|
240
|
+
<strong>
|
|
241
|
+
<span fontSize="42">产品名称</span>
|
|
242
|
+
</strong>
|
|
243
|
+
</p>
|
|
244
|
+
</content>
|
|
245
|
+
</shape>
|
|
246
|
+
<shape width="196" height="44" topLeftX="69" topLeftY="70" alpha="0.5" type="text">
|
|
247
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="false" lineSpacing="multiple:1.35">
|
|
248
|
+
<p lineSpacing="multiple:1">
|
|
249
|
+
<span fontSize="16">PRODUCT NAME</span>
|
|
250
|
+
</p>
|
|
251
|
+
</content>
|
|
252
|
+
</shape>
|
|
253
|
+
<img src="HWIFbnYcfoIOYTx0iuYcmgK3nqh" width="339" height="466" topLeftX="498" topLeftY="74">
|
|
254
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="268" presetHandlers="0"/>
|
|
255
|
+
</img>
|
|
256
|
+
<img src="DNFgbeqhGocMcfxBkB8clhzbn3f" width="376" height="478" topLeftX="480" topLeftY="62">
|
|
257
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="284" presetHandlers="0"/>
|
|
258
|
+
</img>
|
|
259
|
+
</data>
|
|
260
|
+
<note>
|
|
261
|
+
<content/>
|
|
262
|
+
</note>
|
|
263
|
+
</slide>
|
|
264
|
+
<slide>
|
|
265
|
+
<style>
|
|
266
|
+
<fill>
|
|
267
|
+
<fillImg src="KRmObhqQgoUyBAxPT9UcF2v9n3b" alpha="1" rotateWithShape="false"/>
|
|
268
|
+
</fill>
|
|
269
|
+
</style>
|
|
270
|
+
<data>
|
|
271
|
+
<shape width="359" height="140" topLeftX="415" topLeftY="230" alpha="0.5" type="text">
|
|
272
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
273
|
+
<p lineSpacing="multiple:1.7" letterSpacing="1">
|
|
274
|
+
<span fontSize="12">请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。</span>
|
|
275
|
+
</p>
|
|
276
|
+
<p lineSpacing="multiple:1.7" letterSpacing="1"/>
|
|
277
|
+
<p lineSpacing="multiple:1.7" letterSpacing="1">
|
|
278
|
+
<span fontSize="12">请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。</span>
|
|
279
|
+
</p>
|
|
280
|
+
</content>
|
|
281
|
+
</shape>
|
|
282
|
+
<shape width="364" height="77" topLeftX="410" topLeftY="165" type="text">
|
|
283
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" bold="true" lineSpacing="multiple:1.35">
|
|
284
|
+
<p lineSpacing="multiple:1" letterSpacing="2">
|
|
285
|
+
<strong>
|
|
286
|
+
<span fontSize="42">产品名称</span>
|
|
287
|
+
</strong>
|
|
288
|
+
</p>
|
|
289
|
+
</content>
|
|
290
|
+
</shape>
|
|
291
|
+
<shape width="196" height="45" topLeftX="415" topLeftY="143" alpha="0.5" type="text">
|
|
292
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="false" lineSpacing="multiple:1.35">
|
|
293
|
+
<p lineSpacing="multiple:1">
|
|
294
|
+
<span fontSize="18" bold="false">PRODUCT NAME</span>
|
|
295
|
+
</p>
|
|
296
|
+
</content>
|
|
297
|
+
</shape>
|
|
298
|
+
<img src="Htanbhm8Ioj6WIxnTkCcllaMnLf" width="196" height="424" topLeftX="160" topLeftY="59">
|
|
299
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
300
|
+
</img>
|
|
301
|
+
<img src="KgrfbVWYnoqsorx2v5zcApudnRe" width="217" height="438" topLeftX="150" topLeftY="51">
|
|
302
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
303
|
+
</img>
|
|
304
|
+
</data>
|
|
305
|
+
<note>
|
|
306
|
+
<content/>
|
|
307
|
+
</note>
|
|
308
|
+
</slide>
|
|
309
|
+
<slide>
|
|
310
|
+
<style>
|
|
311
|
+
<fill>
|
|
312
|
+
<fillImg src="ZUPsb9AoMoZJrTxfBrycsE04nzb" alpha="1" rotateWithShape="false"/>
|
|
313
|
+
</fill>
|
|
314
|
+
</style>
|
|
315
|
+
<data>
|
|
316
|
+
<shape width="587" height="107" topLeftX="126" topLeftY="203" type="text">
|
|
317
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" color="rgba(43, 47, 54, 1)" bold="true" lineSpacing="multiple:1.35">
|
|
318
|
+
<p>功能展示</p>
|
|
319
|
+
</content>
|
|
320
|
+
</shape>
|
|
321
|
+
<shape width="115" height="106" topLeftX="23" topLeftY="203" type="text">
|
|
322
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
|
|
323
|
+
<p>02</p>
|
|
324
|
+
</content>
|
|
325
|
+
</shape>
|
|
326
|
+
</data>
|
|
327
|
+
<note>
|
|
328
|
+
<content/>
|
|
329
|
+
</note>
|
|
330
|
+
</slide>
|
|
331
|
+
<slide>
|
|
332
|
+
<style>
|
|
333
|
+
<fill>
|
|
334
|
+
<fillImg src="KRmObhqQgoUyBAxPT9UcF2v9n3b" alpha="1" rotateWithShape="false"/>
|
|
335
|
+
</fill>
|
|
336
|
+
</style>
|
|
337
|
+
<data>
|
|
338
|
+
<img src="N2MJbJN1OoLokkxeqF2cidMinth" width="623" height="359" topLeftX="169" topLeftY="181">
|
|
339
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="2" bottomOffset="2" presetHandlers="0"/>
|
|
340
|
+
</img>
|
|
341
|
+
<img src="XLL8bZvomo41W5xzPX9cZ9NknVE" width="780" height="372" topLeftX="90" topLeftY="168" saturation="-100">
|
|
342
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="99" presetHandlers="0"/>
|
|
343
|
+
</img>
|
|
344
|
+
<shape width="472" height="56" topLeftX="244" topLeftY="103" alpha="0.5" type="text">
|
|
345
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="center">
|
|
346
|
+
<p>
|
|
347
|
+
<span fontSize="12">请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。</span>
|
|
348
|
+
</p>
|
|
349
|
+
</content>
|
|
350
|
+
</shape>
|
|
351
|
+
<shape width="548" height="77" topLeftX="206" topLeftY="37" type="text">
|
|
352
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" bold="true" lineSpacing="multiple:1.35" textAlign="center">
|
|
353
|
+
<p>功能演示</p>
|
|
354
|
+
</content>
|
|
355
|
+
</shape>
|
|
356
|
+
<line startX="556" startY="368" endX="829" endY="367">
|
|
357
|
+
<border color="rgba(31, 35, 41, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
358
|
+
<startArrow type="solid-circle"/>
|
|
359
|
+
</line>
|
|
360
|
+
<shape width="124" height="30" topLeftX="819" topLeftY="352" type="slides-full-round-rect">
|
|
361
|
+
<fill>
|
|
362
|
+
<fillColor color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)"/>
|
|
363
|
+
</fill>
|
|
364
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
|
|
365
|
+
<p lineSpacing="multiple:1" letterSpacing="2">
|
|
366
|
+
<strong>
|
|
367
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="12">功能 #2</span>
|
|
368
|
+
</strong>
|
|
369
|
+
</p>
|
|
370
|
+
</content>
|
|
371
|
+
</shape>
|
|
372
|
+
<line startX="254" startY="287" endX="124" endY="287">
|
|
373
|
+
<border color="rgba(31, 35, 41, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
374
|
+
<startArrow type="solid-circle"/>
|
|
375
|
+
</line>
|
|
376
|
+
<shape width="124" height="30" topLeftX="18" topLeftY="272" type="slides-full-round-rect">
|
|
377
|
+
<fill>
|
|
378
|
+
<fillColor color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)"/>
|
|
379
|
+
</fill>
|
|
380
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
|
|
381
|
+
<p lineSpacing="multiple:1" letterSpacing="2">
|
|
382
|
+
<strong>
|
|
383
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="12">功能 #1</span>
|
|
384
|
+
</strong>
|
|
385
|
+
</p>
|
|
386
|
+
</content>
|
|
387
|
+
</shape>
|
|
388
|
+
<line startX="254" startY="466" endX="124" endY="465">
|
|
389
|
+
<border color="rgba(31, 35, 41, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
390
|
+
<startArrow type="solid-circle"/>
|
|
391
|
+
</line>
|
|
392
|
+
<shape width="124" height="30" topLeftX="18" topLeftY="450" type="slides-full-round-rect">
|
|
393
|
+
<fill>
|
|
394
|
+
<fillColor color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)"/>
|
|
395
|
+
</fill>
|
|
396
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
|
|
397
|
+
<p lineSpacing="multiple:1" letterSpacing="2">
|
|
398
|
+
<strong>
|
|
399
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="12">功能 #3</span>
|
|
400
|
+
</strong>
|
|
401
|
+
</p>
|
|
402
|
+
</content>
|
|
403
|
+
</shape>
|
|
404
|
+
</data>
|
|
405
|
+
<note>
|
|
406
|
+
<content/>
|
|
407
|
+
</note>
|
|
408
|
+
</slide>
|
|
409
|
+
<slide>
|
|
410
|
+
<style>
|
|
411
|
+
<fill>
|
|
412
|
+
<fillImg src="FYWBbVp0toMv72xFHL3cgVrenag" alpha="1" rotateWithShape="false"/>
|
|
413
|
+
</fill>
|
|
414
|
+
</style>
|
|
415
|
+
<data>
|
|
416
|
+
<shape width="240" height="44" topLeftX="80" topLeftY="368" type="text">
|
|
417
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.35" textAlign="center">
|
|
418
|
+
<p>功能名字 #1</p>
|
|
419
|
+
</content>
|
|
420
|
+
</shape>
|
|
421
|
+
<shape width="240" height="44" topLeftX="360" topLeftY="368" type="text">
|
|
422
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.35" textAlign="center">
|
|
423
|
+
<p>功能名字 #2</p>
|
|
424
|
+
</content>
|
|
425
|
+
</shape>
|
|
426
|
+
<shape width="240" height="44" topLeftX="640" topLeftY="368" type="text">
|
|
427
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.35" textAlign="center">
|
|
428
|
+
<p>功能名字 #3</p>
|
|
429
|
+
</content>
|
|
430
|
+
</shape>
|
|
431
|
+
<shape width="240" height="56" topLeftX="80" topLeftY="398" alpha="0.5" type="text">
|
|
432
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="center">
|
|
433
|
+
<p>
|
|
434
|
+
<span fontSize="12">请在此输入功能的亮点、价值等信息。</span>
|
|
435
|
+
</p>
|
|
436
|
+
<p>
|
|
437
|
+
<span fontSize="12">请在此输入功能的亮点、价值等信息。</span>
|
|
438
|
+
</p>
|
|
439
|
+
</content>
|
|
440
|
+
</shape>
|
|
441
|
+
<shape width="240" height="56" topLeftX="360" topLeftY="398" alpha="0.5" type="text">
|
|
442
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="center">
|
|
443
|
+
<p>
|
|
444
|
+
<span fontSize="12">请在此输入功能的亮点、价值等信息。</span>
|
|
445
|
+
</p>
|
|
446
|
+
<p>
|
|
447
|
+
<span fontSize="12">请在此输入功能的亮点、价值等信息。</span>
|
|
448
|
+
</p>
|
|
449
|
+
</content>
|
|
450
|
+
</shape>
|
|
451
|
+
<shape width="240" height="56" topLeftX="640" topLeftY="398" alpha="0.5" type="text">
|
|
452
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="center">
|
|
453
|
+
<p>
|
|
454
|
+
<span fontSize="12">请在此输入功能的亮点、价值等信息。</span>
|
|
455
|
+
</p>
|
|
456
|
+
<p>
|
|
457
|
+
<span fontSize="12">请在此输入功能的亮点、价值等信息。</span>
|
|
458
|
+
</p>
|
|
459
|
+
</content>
|
|
460
|
+
</shape>
|
|
461
|
+
<shape width="240" height="275" topLeftX="80" topLeftY="86" presetHandlers="8" alpha="0.12" type="round-rect">
|
|
462
|
+
<fill>
|
|
463
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
464
|
+
</fill>
|
|
465
|
+
<border color="rgba(66, 24, 21, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
466
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
467
|
+
</shape>
|
|
468
|
+
<shape width="240" height="275" topLeftX="360" topLeftY="86" presetHandlers="8" alpha="0.12" type="round-rect">
|
|
469
|
+
<fill>
|
|
470
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
471
|
+
</fill>
|
|
472
|
+
<border color="rgba(66, 24, 21, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
473
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
474
|
+
</shape>
|
|
475
|
+
<shape width="240" height="275" topLeftX="640" topLeftY="86" presetHandlers="8" alpha="0.12" type="round-rect">
|
|
476
|
+
<fill>
|
|
477
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
478
|
+
</fill>
|
|
479
|
+
<border color="rgba(66, 24, 21, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
480
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
481
|
+
</shape>
|
|
482
|
+
<img src="RUWVbhfBYogphYxc7esc1NRznBc" width="150" height="203" topLeftX="125" topLeftY="159">
|
|
483
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="122" presetHandlers="0"/>
|
|
484
|
+
</img>
|
|
485
|
+
<img src="EwnnbNJh4ocDBDxGtdJceAEnnh4" width="168" height="210" topLeftX="116" topLeftY="151">
|
|
486
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="129" presetHandlers="0"/>
|
|
487
|
+
</img>
|
|
488
|
+
<img src="WwAlbmoGnofr2MxpY1qc5vkHn9b" width="151" height="204" topLeftX="405" topLeftY="157">
|
|
489
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="122" presetHandlers="0"/>
|
|
490
|
+
</img>
|
|
491
|
+
<img src="CbcvbbpX4oHR5gxjAAyc4tD9nvc" width="168" height="210" topLeftX="396" topLeftY="151">
|
|
492
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="130" presetHandlers="0"/>
|
|
493
|
+
</img>
|
|
494
|
+
<img src="BqIHbeIjnokuhUxjUlZcUkmHnhb" width="151" height="203" topLeftX="685" topLeftY="159">
|
|
495
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="124" presetHandlers="0"/>
|
|
496
|
+
</img>
|
|
497
|
+
<img src="M18cbwdukopqVaxtnPvcey9anrc" width="169" height="210" topLeftX="676" topLeftY="151">
|
|
498
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="132" presetHandlers="0"/>
|
|
499
|
+
</img>
|
|
500
|
+
</data>
|
|
501
|
+
<note>
|
|
502
|
+
<content/>
|
|
503
|
+
</note>
|
|
504
|
+
</slide>
|
|
505
|
+
<slide>
|
|
506
|
+
<style>
|
|
507
|
+
<fill>
|
|
508
|
+
<fillImg src="FYWBbVp0toMv72xFHL3cgVrenag" alpha="1" rotateWithShape="false"/>
|
|
509
|
+
</fill>
|
|
510
|
+
</style>
|
|
511
|
+
<data>
|
|
512
|
+
<shape width="191" height="244" topLeftX="697" topLeftY="176" presetHandlers="8" alpha="0.12" type="round-rect">
|
|
513
|
+
<fill>
|
|
514
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
515
|
+
</fill>
|
|
516
|
+
<border color="rgba(66, 24, 21, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
517
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
518
|
+
</shape>
|
|
519
|
+
<img src="Ae64bWfE0ohJ2IxqIrgc6C35ntf" width="165" height="120" topLeftX="710" topLeftY="191">
|
|
520
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="23" bottomOffset="23" presetHandlers="8"/>
|
|
521
|
+
</img>
|
|
522
|
+
<shape width="191" height="244" topLeftX="489" topLeftY="176" presetHandlers="8" alpha="0.12" type="round-rect">
|
|
523
|
+
<fill>
|
|
524
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
525
|
+
</fill>
|
|
526
|
+
<border color="rgba(66, 24, 21, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
527
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
528
|
+
</shape>
|
|
529
|
+
<img src="IL58bdiheo3EUyxiQ5kcrlalnvh" width="165" height="120" topLeftX="502" topLeftY="191">
|
|
530
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="79" bottomOffset="18" presetHandlers="8"/>
|
|
531
|
+
</img>
|
|
532
|
+
<shape width="191" height="244" topLeftX="280" topLeftY="176" presetHandlers="8" alpha="0.12" type="round-rect">
|
|
533
|
+
<fill>
|
|
534
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
535
|
+
</fill>
|
|
536
|
+
<border color="rgba(66, 24, 21, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
537
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
538
|
+
</shape>
|
|
539
|
+
<img src="F63obrRbBormf2xAM6Uc5Tqjn5f" width="165" height="120" topLeftX="293" topLeftY="191">
|
|
540
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="23" bottomOffset="23" presetHandlers="8"/>
|
|
541
|
+
</img>
|
|
542
|
+
<shape width="191" height="244" topLeftX="72" topLeftY="176" presetHandlers="8" alpha="0.12" type="round-rect">
|
|
543
|
+
<fill>
|
|
544
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
545
|
+
</fill>
|
|
546
|
+
<border color="rgba(66, 24, 21, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
547
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
548
|
+
</shape>
|
|
549
|
+
<img src="W21Lb9z2VoGRYVxlnZhc92XAn2d" width="165" height="120" topLeftX="85" topLeftY="191">
|
|
550
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="97" bottomOffset="0" presetHandlers="8"/>
|
|
551
|
+
</img>
|
|
552
|
+
<shape width="608" height="56" topLeftX="176" topLeftY="103" alpha="0.5" type="text">
|
|
553
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="center">
|
|
554
|
+
<p>
|
|
555
|
+
<span fontSize="12">请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。</span>
|
|
556
|
+
</p>
|
|
557
|
+
</content>
|
|
558
|
+
</shape>
|
|
559
|
+
<shape width="548" height="77" topLeftX="206" topLeftY="37" type="text">
|
|
560
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" bold="true" lineSpacing="multiple:1.35" textAlign="center">
|
|
561
|
+
<p>功能演示</p>
|
|
562
|
+
</content>
|
|
563
|
+
</shape>
|
|
564
|
+
<shape width="191" height="44" topLeftX="72" topLeftY="314" type="text">
|
|
565
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="center">
|
|
566
|
+
<p>
|
|
567
|
+
<span color="rgba(31, 35, 41, 1)">功能 #1</span>
|
|
568
|
+
</p>
|
|
569
|
+
</content>
|
|
570
|
+
</shape>
|
|
571
|
+
<shape width="191" height="56" topLeftX="72" topLeftY="351" alpha="0.5" type="text">
|
|
572
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="center">
|
|
573
|
+
<p>
|
|
574
|
+
<span color="rgba(43, 47, 54, 1)">单击此处输入你的正文,</span>
|
|
575
|
+
</p>
|
|
576
|
+
<p>
|
|
577
|
+
<span color="rgba(43, 47, 54, 1)">为了更好地演示发布效果</span>
|
|
578
|
+
</p>
|
|
579
|
+
</content>
|
|
580
|
+
</shape>
|
|
581
|
+
<shape width="191" height="44" topLeftX="280" topLeftY="314" type="text">
|
|
582
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="center">
|
|
583
|
+
<p>
|
|
584
|
+
<span color="rgba(31, 35, 41, 1)">功能 #2</span>
|
|
585
|
+
</p>
|
|
586
|
+
</content>
|
|
587
|
+
</shape>
|
|
588
|
+
<shape width="191" height="56" topLeftX="280" topLeftY="351" alpha="0.5" type="text">
|
|
589
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="center">
|
|
590
|
+
<p>
|
|
591
|
+
<span color="rgba(43, 47, 54, 1)">单击此处输入你的正文,</span>
|
|
592
|
+
</p>
|
|
593
|
+
<p>
|
|
594
|
+
<span color="rgba(43, 47, 54, 1)">为了更好地演示发布效果</span>
|
|
595
|
+
</p>
|
|
596
|
+
</content>
|
|
597
|
+
</shape>
|
|
598
|
+
<shape width="191" height="44" topLeftX="489" topLeftY="314" type="text">
|
|
599
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="center">
|
|
600
|
+
<p>
|
|
601
|
+
<span color="rgba(31, 35, 41, 1)">功能 #3</span>
|
|
602
|
+
</p>
|
|
603
|
+
</content>
|
|
604
|
+
</shape>
|
|
605
|
+
<shape width="191" height="56" topLeftX="489" topLeftY="351" alpha="0.5" type="text">
|
|
606
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="center">
|
|
607
|
+
<p>
|
|
608
|
+
<span color="rgba(43, 47, 54, 1)">单击此处输入你的正文,</span>
|
|
609
|
+
</p>
|
|
610
|
+
<p>
|
|
611
|
+
<span color="rgba(43, 47, 54, 1)">为了更好地演示发布效果</span>
|
|
612
|
+
</p>
|
|
613
|
+
</content>
|
|
614
|
+
</shape>
|
|
615
|
+
<shape width="191" height="44" topLeftX="697" topLeftY="314" type="text">
|
|
616
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="center">
|
|
617
|
+
<p>
|
|
618
|
+
<span color="rgba(31, 35, 41, 1)">功能 #4</span>
|
|
619
|
+
</p>
|
|
620
|
+
</content>
|
|
621
|
+
</shape>
|
|
622
|
+
<shape width="191" height="56" topLeftX="697" topLeftY="351" alpha="0.5" type="text">
|
|
623
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="center">
|
|
624
|
+
<p>
|
|
625
|
+
<span color="rgba(43, 47, 54, 1)">单击此处输入你的正文,</span>
|
|
626
|
+
</p>
|
|
627
|
+
<p>
|
|
628
|
+
<span color="rgba(43, 47, 54, 1)">为了更好地演示发布效果</span>
|
|
629
|
+
</p>
|
|
630
|
+
</content>
|
|
631
|
+
</shape>
|
|
632
|
+
</data>
|
|
633
|
+
<note>
|
|
634
|
+
<content/>
|
|
635
|
+
</note>
|
|
636
|
+
</slide>
|
|
637
|
+
<slide>
|
|
638
|
+
<style>
|
|
639
|
+
<fill>
|
|
640
|
+
<fillImg src="KRmObhqQgoUyBAxPT9UcF2v9n3b" alpha="1" rotateWithShape="false"/>
|
|
641
|
+
</fill>
|
|
642
|
+
</style>
|
|
643
|
+
<data>
|
|
644
|
+
<img src="O3u4bxvhYooIFOxtEIZcg5t6n8f" width="196" height="424" topLeftX="160" topLeftY="59">
|
|
645
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
646
|
+
</img>
|
|
647
|
+
<img src="RJ0kbLgPUok4P7xV57pc3EORnGf" width="217" height="438" topLeftX="150" topLeftY="51">
|
|
648
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
649
|
+
</img>
|
|
650
|
+
<shape width="260" height="44" topLeftX="447" topLeftY="385" type="text">
|
|
651
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.35">
|
|
652
|
+
<p>功能</p>
|
|
653
|
+
</content>
|
|
654
|
+
</shape>
|
|
655
|
+
<shape width="260" height="56" topLeftX="447" topLeftY="415" alpha="0.5" type="text">
|
|
656
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
657
|
+
<p>
|
|
658
|
+
<span fontSize="12">单击此处输入你的正文,文字是您思想的提炼</span>
|
|
659
|
+
</p>
|
|
660
|
+
<p>
|
|
661
|
+
<span fontSize="12">为了最终演示发布的良好效果</span>
|
|
662
|
+
</p>
|
|
663
|
+
</content>
|
|
664
|
+
</shape>
|
|
665
|
+
<line startX="432" startY="62" endX="432" endY="335">
|
|
666
|
+
<border color="linear-gradient(90deg,rgba(31, 35, 41, 0) 0%,rgba(31, 35, 41, 1) 30%,rgba(31, 35, 41, 1) 56%,rgba(31, 35, 41, 0) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
667
|
+
</line>
|
|
668
|
+
<line startX="314" startY="169" endX="432" endY="169">
|
|
669
|
+
<border width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
670
|
+
<startArrow type="solid-circle"/>
|
|
671
|
+
</line>
|
|
672
|
+
<img src="RchVbkX58oLbYQxsLWocrYdPnSg" width="206" height="313" topLeftX="447" topLeftY="62">
|
|
673
|
+
<shadow offset="10" angle="90" blur="28" color="rgba(0, 0, 0, 0.05)"/>
|
|
674
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
675
|
+
</img>
|
|
676
|
+
<img src="UogWbolgfoRv7dxhodzcRraWnsf" width="206" height="249" topLeftX="659" topLeftY="62">
|
|
677
|
+
<shadow offset="10" angle="90" blur="28" color="rgba(0, 0, 0, 0.05)"/>
|
|
678
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
679
|
+
</img>
|
|
680
|
+
</data>
|
|
681
|
+
<note>
|
|
682
|
+
<content/>
|
|
683
|
+
</note>
|
|
684
|
+
</slide>
|
|
685
|
+
<slide>
|
|
686
|
+
<style>
|
|
687
|
+
<fill>
|
|
688
|
+
<fillImg src="KRmObhqQgoUyBAxPT9UcF2v9n3b" alpha="1" rotateWithShape="false"/>
|
|
689
|
+
</fill>
|
|
690
|
+
</style>
|
|
691
|
+
<data>
|
|
692
|
+
<shape width="400" height="298" topLeftX="485" topLeftY="180" presetHandlers="8" alpha="0.12" type="round-rect">
|
|
693
|
+
<fill>
|
|
694
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
695
|
+
</fill>
|
|
696
|
+
<border color="rgba(66, 24, 21, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
697
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
698
|
+
</shape>
|
|
699
|
+
<shape width="400" height="298" topLeftX="74" topLeftY="180" presetHandlers="8" alpha="0.12" type="round-rect">
|
|
700
|
+
<fill>
|
|
701
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
702
|
+
</fill>
|
|
703
|
+
<border color="rgba(66, 24, 21, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
704
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
705
|
+
</shape>
|
|
706
|
+
<shape width="374" height="44" topLeftX="87" topLeftY="372" type="text">
|
|
707
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="center">
|
|
708
|
+
<p>
|
|
709
|
+
<span color="rgba(31, 35, 41, 1)">功能 #1</span>
|
|
710
|
+
</p>
|
|
711
|
+
</content>
|
|
712
|
+
</shape>
|
|
713
|
+
<shape width="374" height="56" topLeftX="87" topLeftY="409" alpha="0.5" type="text">
|
|
714
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="center">
|
|
715
|
+
<p>
|
|
716
|
+
<span color="rgba(43, 47, 54, 1)">单击此处输入你的正文,文字是您思想的提炼</span>
|
|
717
|
+
</p>
|
|
718
|
+
<p>
|
|
719
|
+
<span color="rgba(43, 47, 54, 1)">为了最终演示发布的良好效果</span>
|
|
720
|
+
</p>
|
|
721
|
+
</content>
|
|
722
|
+
</shape>
|
|
723
|
+
<img src="NIIabnaeoo3QffxQeyzcddQBnih" width="374" height="174" topLeftX="87" topLeftY="191" alpha="0.85">
|
|
724
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="266" bottomOffset="53" presetHandlers="8"/>
|
|
725
|
+
</img>
|
|
726
|
+
<img src="ICuBbn3tQofEW9xdikZcoghnnyz" width="374" height="174" topLeftX="498" topLeftY="191" alpha="0.85">
|
|
727
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="100" bottomOffset="100" presetHandlers="8"/>
|
|
728
|
+
</img>
|
|
729
|
+
<shape width="472" height="56" topLeftX="244" topLeftY="103" alpha="0.5" type="text">
|
|
730
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="center">
|
|
731
|
+
<p>
|
|
732
|
+
<span fontSize="12">请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。</span>
|
|
733
|
+
</p>
|
|
734
|
+
</content>
|
|
735
|
+
</shape>
|
|
736
|
+
<shape width="548" height="77" topLeftX="206" topLeftY="37" type="text">
|
|
737
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" bold="true" lineSpacing="multiple:1.35" textAlign="center">
|
|
738
|
+
<p>产品功能</p>
|
|
739
|
+
</content>
|
|
740
|
+
</shape>
|
|
741
|
+
<shape width="374" height="44" topLeftX="498" topLeftY="372" type="text">
|
|
742
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="center">
|
|
743
|
+
<p>
|
|
744
|
+
<span color="rgba(31, 35, 41, 1)">功能 #2</span>
|
|
745
|
+
</p>
|
|
746
|
+
</content>
|
|
747
|
+
</shape>
|
|
748
|
+
<shape width="374" height="56" topLeftX="498" topLeftY="409" alpha="0.5" type="text">
|
|
749
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="center">
|
|
750
|
+
<p>
|
|
751
|
+
<span color="rgba(43, 47, 54, 1)">单击此处输入你的正文,文字是您思想的提炼</span>
|
|
752
|
+
</p>
|
|
753
|
+
<p>
|
|
754
|
+
<span color="rgba(43, 47, 54, 1)">为了最终演示发布的良好效果</span>
|
|
755
|
+
</p>
|
|
756
|
+
</content>
|
|
757
|
+
</shape>
|
|
758
|
+
</data>
|
|
759
|
+
<note>
|
|
760
|
+
<content/>
|
|
761
|
+
</note>
|
|
762
|
+
</slide>
|
|
763
|
+
<slide>
|
|
764
|
+
<style>
|
|
765
|
+
<fill>
|
|
766
|
+
<fillImg src="KRmObhqQgoUyBAxPT9UcF2v9n3b" alpha="1" rotateWithShape="false"/>
|
|
767
|
+
</fill>
|
|
768
|
+
</style>
|
|
769
|
+
<data>
|
|
770
|
+
<img src="Nyz2b1635odqLaxRkoEc4ZwXnfc" width="196" height="424" topLeftX="382" topLeftY="59">
|
|
771
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
772
|
+
</img>
|
|
773
|
+
<img src="EPAEbtakjolYMRxZWboc2BtvnUg" width="217" height="438" topLeftX="372" topLeftY="51">
|
|
774
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
775
|
+
</img>
|
|
776
|
+
<shape width="260" height="44" topLeftX="608" topLeftY="172" type="text">
|
|
777
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.35">
|
|
778
|
+
<p>功能 #1</p>
|
|
779
|
+
</content>
|
|
780
|
+
</shape>
|
|
781
|
+
<shape width="260" height="56" topLeftX="608" topLeftY="201" alpha="0.5" type="text">
|
|
782
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
783
|
+
<p>
|
|
784
|
+
<span fontSize="12">单击此处输入你的正文,文字是您思想的提炼</span>
|
|
785
|
+
</p>
|
|
786
|
+
<p>
|
|
787
|
+
<span fontSize="12">为了最终演示发布的良好效果</span>
|
|
788
|
+
</p>
|
|
789
|
+
</content>
|
|
790
|
+
</shape>
|
|
791
|
+
<line startX="564" startY="162" endX="774" endY="162">
|
|
792
|
+
<border width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
793
|
+
<startArrow type="solid-circle"/>
|
|
794
|
+
</line>
|
|
795
|
+
<line startX="176" startY="388" endX="393" endY="388">
|
|
796
|
+
<border width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
|
|
797
|
+
<endArrow type="solid-circle"/>
|
|
798
|
+
</line>
|
|
799
|
+
<shape width="260" height="44" topLeftX="91" topLeftY="288" type="text">
|
|
800
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.35" textAlign="right">
|
|
801
|
+
<p>功能 #2</p>
|
|
802
|
+
</content>
|
|
803
|
+
</shape>
|
|
804
|
+
<shape width="260" height="56" topLeftX="91" topLeftY="317" alpha="0.5" type="text">
|
|
805
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="right">
|
|
806
|
+
<p>
|
|
807
|
+
<span fontSize="12">单击此处输入你的正文,文字是您思想的提炼</span>
|
|
808
|
+
</p>
|
|
809
|
+
<p>
|
|
810
|
+
<span fontSize="12">为了最终演示发布的良好效果</span>
|
|
811
|
+
</p>
|
|
812
|
+
</content>
|
|
813
|
+
</shape>
|
|
814
|
+
</data>
|
|
815
|
+
<note>
|
|
816
|
+
<content/>
|
|
817
|
+
</note>
|
|
818
|
+
</slide>
|
|
819
|
+
<slide>
|
|
820
|
+
<style>
|
|
821
|
+
<fill>
|
|
822
|
+
<fillImg src="ZUPsb9AoMoZJrTxfBrycsE04nzb" alpha="1" rotateWithShape="false"/>
|
|
823
|
+
</fill>
|
|
824
|
+
</style>
|
|
825
|
+
<data>
|
|
826
|
+
<shape width="587" height="107" topLeftX="126" topLeftY="203" type="text">
|
|
827
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" color="rgba(43, 47, 54, 1)" bold="true" lineSpacing="multiple:1.35">
|
|
828
|
+
<p>来自客户的声音</p>
|
|
829
|
+
</content>
|
|
830
|
+
</shape>
|
|
831
|
+
<shape width="115" height="106" topLeftX="23" topLeftY="203" type="text">
|
|
832
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
|
|
833
|
+
<p>03</p>
|
|
834
|
+
</content>
|
|
835
|
+
</shape>
|
|
836
|
+
</data>
|
|
837
|
+
<note>
|
|
838
|
+
<content/>
|
|
839
|
+
</note>
|
|
840
|
+
</slide>
|
|
841
|
+
<slide>
|
|
842
|
+
<style>
|
|
843
|
+
<fill>
|
|
844
|
+
<fillImg src="DRk9boPBao4Fawxbtpwc6gz0nqf" alpha="1" rotateWithShape="false"/>
|
|
845
|
+
</fill>
|
|
846
|
+
</style>
|
|
847
|
+
<data>
|
|
848
|
+
<img src="Xf3lbN1csoErflxFfXtc2swPnce" width="635" height="426" topLeftX="275" topLeftY="68" alpha="0.15">
|
|
849
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
850
|
+
</img>
|
|
851
|
+
<shape width="278" height="56" topLeftX="50" topLeftY="356" alpha="0.5" type="text">
|
|
852
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 1)">
|
|
853
|
+
<p>
|
|
854
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
|
|
855
|
+
</p>
|
|
856
|
+
</content>
|
|
857
|
+
</shape>
|
|
858
|
+
<shape width="359" height="77" topLeftX="50" topLeftY="287" type="text">
|
|
859
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" color="rgba(43, 47, 54, 1)" bold="true" lineSpacing="multiple:1.35">
|
|
860
|
+
<p lineSpacing="multiple:1.2">
|
|
861
|
+
<strong>
|
|
862
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="42">主要使用国家</span>
|
|
863
|
+
</strong>
|
|
864
|
+
</p>
|
|
865
|
+
</content>
|
|
866
|
+
</shape>
|
|
867
|
+
<shape width="8" height="8" topLeftX="348" topLeftY="228" type="ellipse">
|
|
868
|
+
<fill>
|
|
869
|
+
<fillColor color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)"/>
|
|
870
|
+
</fill>
|
|
871
|
+
</shape>
|
|
872
|
+
<shape width="16" height="12" topLeftX="344" topLeftY="211" rotation="180" type="triangle">
|
|
873
|
+
<fill>
|
|
874
|
+
<fillColor color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)"/>
|
|
875
|
+
</fill>
|
|
876
|
+
</shape>
|
|
877
|
+
<shape width="140" height="35" topLeftX="282" topLeftY="177" type="slides-full-round-rect">
|
|
878
|
+
<fill>
|
|
879
|
+
<fillColor color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)"/>
|
|
880
|
+
</fill>
|
|
881
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true">
|
|
882
|
+
<p>国家 A</p>
|
|
883
|
+
</content>
|
|
884
|
+
</shape>
|
|
885
|
+
<shape width="8" height="8" topLeftX="584" topLeftY="328" type="ellipse">
|
|
886
|
+
<fill>
|
|
887
|
+
<fillColor color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)"/>
|
|
888
|
+
</fill>
|
|
889
|
+
</shape>
|
|
890
|
+
<shape width="16" height="12" topLeftX="580" topLeftY="311" rotation="180" type="triangle">
|
|
891
|
+
<fill>
|
|
892
|
+
<fillColor color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)"/>
|
|
893
|
+
</fill>
|
|
894
|
+
</shape>
|
|
895
|
+
<shape width="140" height="35" topLeftX="518" topLeftY="277" type="slides-full-round-rect">
|
|
896
|
+
<fill>
|
|
897
|
+
<fillColor color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)"/>
|
|
898
|
+
</fill>
|
|
899
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true">
|
|
900
|
+
<p>
|
|
901
|
+
<strong>
|
|
902
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14">国家 B</span>
|
|
903
|
+
</strong>
|
|
904
|
+
</p>
|
|
905
|
+
</content>
|
|
906
|
+
</shape>
|
|
907
|
+
<shape width="8" height="8" topLeftX="810" topLeftY="255" type="ellipse">
|
|
908
|
+
<fill>
|
|
909
|
+
<fillColor color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)"/>
|
|
910
|
+
</fill>
|
|
911
|
+
</shape>
|
|
912
|
+
<shape width="16" height="12" topLeftX="806" topLeftY="238" rotation="180" type="triangle">
|
|
913
|
+
<fill>
|
|
914
|
+
<fillColor color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)"/>
|
|
915
|
+
</fill>
|
|
916
|
+
</shape>
|
|
917
|
+
<shape width="140" height="35" topLeftX="744" topLeftY="204" type="slides-full-round-rect">
|
|
918
|
+
<fill>
|
|
919
|
+
<fillColor color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)"/>
|
|
920
|
+
</fill>
|
|
921
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true">
|
|
922
|
+
<p>
|
|
923
|
+
<strong>
|
|
924
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="14">国家 C</span>
|
|
925
|
+
</strong>
|
|
926
|
+
</p>
|
|
927
|
+
</content>
|
|
928
|
+
</shape>
|
|
929
|
+
</data>
|
|
930
|
+
<note>
|
|
931
|
+
<content/>
|
|
932
|
+
</note>
|
|
933
|
+
</slide>
|
|
934
|
+
<slide>
|
|
935
|
+
<style>
|
|
936
|
+
<fill>
|
|
937
|
+
<fillImg src="DYTDbcVzaocBYbxvvcXcS75Gnze" alpha="1" rotateWithShape="false"/>
|
|
938
|
+
</fill>
|
|
939
|
+
</style>
|
|
940
|
+
<data>
|
|
941
|
+
<shape width="818" height="392" topLeftX="71" topLeftY="74" presetHandlers="12" alpha="0.08" type="round-rect">
|
|
942
|
+
<fill>
|
|
943
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
944
|
+
</fill>
|
|
945
|
+
<border color="rgba(66, 24, 21, 1)" lineJoin="miter" miterLimit="10"/>
|
|
946
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
947
|
+
</shape>
|
|
948
|
+
<img src="JqvmbzTyPoEp9XxySs1cXck4nyc" width="278" height="368" topLeftX="83" topLeftY="86">
|
|
949
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0.6" bottomOffset="0.6" presetHandlers="8"/>
|
|
950
|
+
</img>
|
|
951
|
+
<shape width="482" height="77" topLeftX="382" topLeftY="97" type="text">
|
|
952
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
|
|
953
|
+
<p lineSpacing="multiple:1" letterSpacing="2">
|
|
954
|
+
<strong>
|
|
955
|
+
<span color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" fontSize="42">用户反馈</span>
|
|
956
|
+
</strong>
|
|
957
|
+
</p>
|
|
958
|
+
</content>
|
|
959
|
+
</shape>
|
|
960
|
+
<shape width="193" height="44" topLeftX="382" topLeftY="159" alpha="0.5" type="text">
|
|
961
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16">
|
|
962
|
+
<p>FEEDBACK</p>
|
|
963
|
+
</content>
|
|
964
|
+
</shape>
|
|
965
|
+
<shape width="364" height="140" topLeftX="382" topLeftY="220" alpha="0.5" type="text">
|
|
966
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
967
|
+
<p lineSpacing="multiple:1.7" letterSpacing="1">
|
|
968
|
+
<span fontSize="12">请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。</span>
|
|
969
|
+
</p>
|
|
970
|
+
<p lineSpacing="multiple:1.7" letterSpacing="1"/>
|
|
971
|
+
<p lineSpacing="multiple:1.7" letterSpacing="1">
|
|
972
|
+
<span fontSize="12">请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。</span>
|
|
973
|
+
</p>
|
|
974
|
+
</content>
|
|
975
|
+
</shape>
|
|
976
|
+
</data>
|
|
977
|
+
<note>
|
|
978
|
+
<content/>
|
|
979
|
+
</note>
|
|
980
|
+
</slide>
|
|
981
|
+
<slide>
|
|
982
|
+
<style>
|
|
983
|
+
<fill>
|
|
984
|
+
<fillImg src="BT3Zb3NHLodP3PxZ7uXcK1NZnHd" alpha="1" rotateWithShape="false"/>
|
|
985
|
+
</fill>
|
|
986
|
+
</style>
|
|
987
|
+
<data>
|
|
988
|
+
<shape width="281" height="181" topLeftX="45" topLeftY="278" presetHandlers="8" alpha="0.28" type="round-rect">
|
|
989
|
+
<fill>
|
|
990
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
991
|
+
</fill>
|
|
992
|
+
<border color="rgba(232, 134, 125, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
993
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
994
|
+
</shape>
|
|
995
|
+
<shape width="231" height="77" topLeftX="50" topLeftY="83" type="text">
|
|
996
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
|
|
997
|
+
<p lineSpacing="multiple:1" letterSpacing="2">
|
|
998
|
+
<strong>
|
|
999
|
+
<span color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" fontSize="42">用户反馈</span>
|
|
1000
|
+
</strong>
|
|
1001
|
+
</p>
|
|
1002
|
+
</content>
|
|
1003
|
+
</shape>
|
|
1004
|
+
<shape width="176" height="44" topLeftX="50" topLeftY="142" alpha="0.5" type="text">
|
|
1005
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16">
|
|
1006
|
+
<p>FEEDBACK</p>
|
|
1007
|
+
</content>
|
|
1008
|
+
</shape>
|
|
1009
|
+
<shape width="281" height="181" topLeftX="338" topLeftY="83" presetHandlers="8" alpha="0.28" type="round-rect">
|
|
1010
|
+
<fill>
|
|
1011
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
1012
|
+
</fill>
|
|
1013
|
+
<border color="rgba(232, 134, 125, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1014
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
1015
|
+
</shape>
|
|
1016
|
+
<shape width="281" height="181" topLeftX="631" topLeftY="83" presetHandlers="8" alpha="0.28" type="round-rect">
|
|
1017
|
+
<fill>
|
|
1018
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
1019
|
+
</fill>
|
|
1020
|
+
<border color="rgba(232, 134, 125, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1021
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
1022
|
+
</shape>
|
|
1023
|
+
<shape width="281" height="181" topLeftX="338" topLeftY="278" presetHandlers="8" alpha="0.28" type="round-rect">
|
|
1024
|
+
<fill>
|
|
1025
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
1026
|
+
</fill>
|
|
1027
|
+
<border color="rgba(232, 134, 125, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1028
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
1029
|
+
</shape>
|
|
1030
|
+
<img src="YSprbZcsRoq7Jjx13qVcghZanoe" width="40" height="40" topLeftX="355" topLeftY="99">
|
|
1031
|
+
<crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
|
|
1032
|
+
</img>
|
|
1033
|
+
<shape width="208" height="44" topLeftX="402" topLeftY="99" type="text">
|
|
1034
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.35" textAlign="left">
|
|
1035
|
+
<p>用户 #1</p>
|
|
1036
|
+
</content>
|
|
1037
|
+
</shape>
|
|
1038
|
+
<shape width="264" height="74" topLeftX="347" topLeftY="147" type="text">
|
|
1039
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1040
|
+
<p>如果你做了一件事,结果还不错,那么你应该去做其他精彩的事,不要在上面纠缠太久。只要想清楚下一步是什么</p>
|
|
1041
|
+
</content>
|
|
1042
|
+
</shape>
|
|
1043
|
+
<img src="QJl8b4OgkoLXNqxLyoUcXalpngg" width="40" height="40" topLeftX="648" topLeftY="103">
|
|
1044
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
1045
|
+
</img>
|
|
1046
|
+
<shape width="208" height="44" topLeftX="694" topLeftY="103" type="text">
|
|
1047
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.35" textAlign="left">
|
|
1048
|
+
<p lineSpacing="multiple:1.35">
|
|
1049
|
+
<span color="rgba(31, 35, 41, 1)">用户 #2</span>
|
|
1050
|
+
</p>
|
|
1051
|
+
</content>
|
|
1052
|
+
</shape>
|
|
1053
|
+
<shape width="264" height="74" topLeftX="639" topLeftY="151" type="text">
|
|
1054
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1055
|
+
<p>如果你做了一件事,结果还不错,那么你应该去做其他精彩的事,不要在上面纠缠太久。只要想清楚下一步是什么</p>
|
|
1056
|
+
</content>
|
|
1057
|
+
</shape>
|
|
1058
|
+
<img src="XluDbd7wcoPQttxUCkicuv8YnLh" width="40" height="40" topLeftX="355" topLeftY="296">
|
|
1059
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
1060
|
+
</img>
|
|
1061
|
+
<shape width="208" height="44" topLeftX="402" topLeftY="296" type="text">
|
|
1062
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.35" textAlign="left">
|
|
1063
|
+
<p lineSpacing="multiple:1.35">
|
|
1064
|
+
<strong>
|
|
1065
|
+
<span fontSize="18">用户 #4</span>
|
|
1066
|
+
</strong>
|
|
1067
|
+
</p>
|
|
1068
|
+
</content>
|
|
1069
|
+
</shape>
|
|
1070
|
+
<shape width="264" height="74" topLeftX="347" topLeftY="344" type="text">
|
|
1071
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1072
|
+
<p>如果你做了一件事,结果还不错,那么你应该去做其他精彩的事,不要在上面纠缠太久。只要想清楚下一步是什么</p>
|
|
1073
|
+
</content>
|
|
1074
|
+
</shape>
|
|
1075
|
+
<img src="DX3Lb5lFnowGa8xuAjWchM6dn7e" width="40" height="40" topLeftX="63" topLeftY="296">
|
|
1076
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
1077
|
+
</img>
|
|
1078
|
+
<shape width="208" height="44" topLeftX="109" topLeftY="296" type="text">
|
|
1079
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.35" textAlign="left">
|
|
1080
|
+
<p lineSpacing="multiple:1.35">
|
|
1081
|
+
<span color="rgba(31, 35, 41, 1)">用户 #3</span>
|
|
1082
|
+
</p>
|
|
1083
|
+
</content>
|
|
1084
|
+
</shape>
|
|
1085
|
+
<shape width="264" height="74" topLeftX="54" topLeftY="344" type="text">
|
|
1086
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1087
|
+
<p>如果你做了一件事,结果还不错,那么你应该去做其他精彩的事,不要在上面纠缠太久。只要想清楚下一步是什么</p>
|
|
1088
|
+
</content>
|
|
1089
|
+
</shape>
|
|
1090
|
+
<shape width="281" height="181" topLeftX="631" topLeftY="278" presetHandlers="8" alpha="0.28" type="round-rect">
|
|
1091
|
+
<fill>
|
|
1092
|
+
<fillColor color="linear-gradient(90deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
1093
|
+
</fill>
|
|
1094
|
+
<border color="rgba(232, 134, 125, 1)" width="1" lineJoin="miter" miterLimit="10"/>
|
|
1095
|
+
<shadow offset="10" angle="54" blur="24" color="rgba(147, 78, 95, 0.76)"/>
|
|
1096
|
+
</shape>
|
|
1097
|
+
<img src="HAPPbtkfJoqOvLxVZm6cSo6HnFf" width="40" height="40" topLeftX="648" topLeftY="296">
|
|
1098
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="20"/>
|
|
1099
|
+
</img>
|
|
1100
|
+
<shape width="208" height="44" topLeftX="694" topLeftY="296" type="text">
|
|
1101
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.35" textAlign="left">
|
|
1102
|
+
<p lineSpacing="multiple:1.35">
|
|
1103
|
+
<strong>
|
|
1104
|
+
<span fontSize="18">用户 #5</span>
|
|
1105
|
+
</strong>
|
|
1106
|
+
</p>
|
|
1107
|
+
</content>
|
|
1108
|
+
</shape>
|
|
1109
|
+
<shape width="264" height="74" topLeftX="639" topLeftY="344" type="text">
|
|
1110
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1111
|
+
<p>如果你做了一件事,结果还不错,那么你应该去做其他精彩的事,不要在上面纠缠太久。只要想清楚下一步是什么</p>
|
|
1112
|
+
</content>
|
|
1113
|
+
</shape>
|
|
1114
|
+
</data>
|
|
1115
|
+
<note>
|
|
1116
|
+
<content/>
|
|
1117
|
+
</note>
|
|
1118
|
+
</slide>
|
|
1119
|
+
<slide>
|
|
1120
|
+
<style>
|
|
1121
|
+
<fill>
|
|
1122
|
+
<fillImg src="KRmObhqQgoUyBAxPT9UcF2v9n3b" alpha="1" rotateWithShape="false"/>
|
|
1123
|
+
</fill>
|
|
1124
|
+
</style>
|
|
1125
|
+
<data>
|
|
1126
|
+
<icon width="55" height="55" topLeftX="50" topLeftY="124" iconType="iconpark/Music/voice.svg">
|
|
1127
|
+
<border color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" width="6" lineJoin="miter" miterLimit="10"/>
|
|
1128
|
+
</icon>
|
|
1129
|
+
<shape width="176" height="38" topLeftX="630" topLeftY="384" alpha="0.5" type="text">
|
|
1130
|
+
<content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="right">
|
|
1131
|
+
<p>
|
|
1132
|
+
<span fontSize="12"> XXX. 创始人</span>
|
|
1133
|
+
</p>
|
|
1134
|
+
</content>
|
|
1135
|
+
</shape>
|
|
1136
|
+
<shape width="739" height="149" topLeftX="110" topLeftY="190" type="text">
|
|
1137
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="30">
|
|
1138
|
+
<p lineSpacing="multiple:1.4">
|
|
1139
|
+
<span fontSize="30">如果你做了一件事,结果还不错,那么你应该去做其他精彩的事,不要在上面纠缠太久。只要想清楚下一步是什么</span>
|
|
1140
|
+
</p>
|
|
1141
|
+
</content>
|
|
1142
|
+
</shape>
|
|
1143
|
+
<shape width="221" height="77" topLeftX="110" topLeftY="113" type="text">
|
|
1144
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
|
|
1145
|
+
<p lineSpacing="multiple:1">
|
|
1146
|
+
<strong>
|
|
1147
|
+
<span color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" fontSize="42">用户反馈</span>
|
|
1148
|
+
</strong>
|
|
1149
|
+
</p>
|
|
1150
|
+
</content>
|
|
1151
|
+
</shape>
|
|
1152
|
+
<shape width="482" height="77" topLeftX="297" topLeftY="113" type="text">
|
|
1153
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" bold="true" lineSpacing="multiple:1.35">
|
|
1154
|
+
<p lineSpacing="multiple:1.2">
|
|
1155
|
+
<strong>
|
|
1156
|
+
<span fontSize="42">FEEDBACK</span>
|
|
1157
|
+
</strong>
|
|
1158
|
+
</p>
|
|
1159
|
+
</content>
|
|
1160
|
+
</shape>
|
|
1161
|
+
<img src="Svapb9omnoLhHdxYWmpcxiwdnGt" width="65" height="65" topLeftX="806" topLeftY="357">
|
|
1162
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="33"/>
|
|
1163
|
+
</img>
|
|
1164
|
+
<shape width="196" height="44" topLeftX="610" topLeftY="357" type="text">
|
|
1165
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true" textAlign="right">
|
|
1166
|
+
<p>
|
|
1167
|
+
<strong>
|
|
1168
|
+
<span fontSize="16">Jessica Davis</span>
|
|
1169
|
+
</strong>
|
|
1170
|
+
</p>
|
|
1171
|
+
</content>
|
|
1172
|
+
</shape>
|
|
1173
|
+
</data>
|
|
1174
|
+
<note>
|
|
1175
|
+
<content/>
|
|
1176
|
+
</note>
|
|
1177
|
+
</slide>
|
|
1178
|
+
<slide>
|
|
1179
|
+
<style>
|
|
1180
|
+
<fill>
|
|
1181
|
+
<fillImg src="ZUPsb9AoMoZJrTxfBrycsE04nzb" alpha="1" rotateWithShape="false"/>
|
|
1182
|
+
</fill>
|
|
1183
|
+
</style>
|
|
1184
|
+
<data>
|
|
1185
|
+
<shape width="587" height="107" topLeftX="126" topLeftY="203" type="text">
|
|
1186
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" color="rgba(43, 47, 54, 1)" bold="true" lineSpacing="multiple:1.35">
|
|
1187
|
+
<p>付费计划</p>
|
|
1188
|
+
</content>
|
|
1189
|
+
</shape>
|
|
1190
|
+
<shape width="115" height="106" topLeftX="23" topLeftY="203" type="text">
|
|
1191
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
|
|
1192
|
+
<p>04</p>
|
|
1193
|
+
</content>
|
|
1194
|
+
</shape>
|
|
1195
|
+
</data>
|
|
1196
|
+
<note>
|
|
1197
|
+
<content/>
|
|
1198
|
+
</note>
|
|
1199
|
+
</slide>
|
|
1200
|
+
<slide>
|
|
1201
|
+
<style>
|
|
1202
|
+
<fill>
|
|
1203
|
+
<fillColor color="linear-gradient(150deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)"/>
|
|
1204
|
+
</fill>
|
|
1205
|
+
</style>
|
|
1206
|
+
<data>
|
|
1207
|
+
<shape width="160" height="377" topLeftX="529" topLeftY="121" presetHandlers="8" alpha="0.6" type="round-rect">
|
|
1208
|
+
<fill>
|
|
1209
|
+
<fillColor color="linear-gradient(330deg,rgba(255, 174, 172, 1) 0%,rgba(255, 230, 200, 1) 100%)"/>
|
|
1210
|
+
</fill>
|
|
1211
|
+
<shadow offset="0" blur="21" color="rgba(202, 43, 38, 0.2)"/>
|
|
1212
|
+
</shape>
|
|
1213
|
+
<table topLeftX="174" topLeftY="142">
|
|
1214
|
+
<colgroup>
|
|
1215
|
+
<col span="4" width="180"/>
|
|
1216
|
+
</colgroup>
|
|
1217
|
+
<tr height="75">
|
|
1218
|
+
<td>
|
|
1219
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1220
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12"/>
|
|
1221
|
+
</td>
|
|
1222
|
+
<td>
|
|
1223
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1224
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24">
|
|
1225
|
+
<p>
|
|
1226
|
+
<strong>
|
|
1227
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="24">免费</span>
|
|
1228
|
+
</strong>
|
|
1229
|
+
</p>
|
|
1230
|
+
</content>
|
|
1231
|
+
</td>
|
|
1232
|
+
<td>
|
|
1233
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1234
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 64, 58, 1)">
|
|
1235
|
+
<p>
|
|
1236
|
+
<strong>
|
|
1237
|
+
<span color="rgba(255, 64, 58, 1)" fontSize="24">¥150/ 人月</span>
|
|
1238
|
+
</strong>
|
|
1239
|
+
</p>
|
|
1240
|
+
</content>
|
|
1241
|
+
</td>
|
|
1242
|
+
<td>
|
|
1243
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1244
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24">
|
|
1245
|
+
<p>
|
|
1246
|
+
<strong>
|
|
1247
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="24">¥500/人月</span>
|
|
1248
|
+
</strong>
|
|
1249
|
+
</p>
|
|
1250
|
+
</content>
|
|
1251
|
+
</td>
|
|
1252
|
+
</tr>
|
|
1253
|
+
<tr height="51">
|
|
1254
|
+
<td>
|
|
1255
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1256
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1257
|
+
<p>
|
|
1258
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12">标题</span>
|
|
1259
|
+
</p>
|
|
1260
|
+
</content>
|
|
1261
|
+
</td>
|
|
1262
|
+
<td>
|
|
1263
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1264
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1265
|
+
<p>
|
|
1266
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12"> 1 个团队账号</span>
|
|
1267
|
+
</p>
|
|
1268
|
+
</content>
|
|
1269
|
+
</td>
|
|
1270
|
+
<td>
|
|
1271
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1272
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 64, 58, 1)">
|
|
1273
|
+
<p>
|
|
1274
|
+
<span color="rgba(255, 64, 58, 1)" fontSize="12">5 个团队账号</span>
|
|
1275
|
+
</p>
|
|
1276
|
+
</content>
|
|
1277
|
+
</td>
|
|
1278
|
+
<td>
|
|
1279
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1280
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" underline="false">
|
|
1281
|
+
<p>
|
|
1282
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12" underline="false"> 100 个团队账号</span>
|
|
1283
|
+
</p>
|
|
1284
|
+
</content>
|
|
1285
|
+
</td>
|
|
1286
|
+
</tr>
|
|
1287
|
+
<tr height="51">
|
|
1288
|
+
<td>
|
|
1289
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1290
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1291
|
+
<p>
|
|
1292
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12">标题</span>
|
|
1293
|
+
</p>
|
|
1294
|
+
</content>
|
|
1295
|
+
</td>
|
|
1296
|
+
<td>
|
|
1297
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1298
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1299
|
+
<p>
|
|
1300
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12">3 个可保存模板</span>
|
|
1301
|
+
</p>
|
|
1302
|
+
</content>
|
|
1303
|
+
</td>
|
|
1304
|
+
<td>
|
|
1305
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1306
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 64, 58, 1)">
|
|
1307
|
+
<p>
|
|
1308
|
+
<span color="rgba(255, 64, 58, 1)" fontSize="12">10 个可保存的模板</span>
|
|
1309
|
+
</p>
|
|
1310
|
+
</content>
|
|
1311
|
+
</td>
|
|
1312
|
+
<td>
|
|
1313
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1314
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" underline="false">
|
|
1315
|
+
<p>
|
|
1316
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12" underline="false">50 个可保存模板</span>
|
|
1317
|
+
</p>
|
|
1318
|
+
</content>
|
|
1319
|
+
</td>
|
|
1320
|
+
</tr>
|
|
1321
|
+
<tr height="51">
|
|
1322
|
+
<td>
|
|
1323
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1324
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1325
|
+
<p>
|
|
1326
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12">标题</span>
|
|
1327
|
+
</p>
|
|
1328
|
+
</content>
|
|
1329
|
+
</td>
|
|
1330
|
+
<td>
|
|
1331
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1332
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1333
|
+
<p>
|
|
1334
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12">一些资源</span>
|
|
1335
|
+
</p>
|
|
1336
|
+
</content>
|
|
1337
|
+
</td>
|
|
1338
|
+
<td>
|
|
1339
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1340
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 64, 58, 1)">
|
|
1341
|
+
<p>
|
|
1342
|
+
<span color="rgba(255, 64, 58, 1)" fontSize="12">大量资源</span>
|
|
1343
|
+
</p>
|
|
1344
|
+
</content>
|
|
1345
|
+
</td>
|
|
1346
|
+
<td>
|
|
1347
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1348
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" underline="false">
|
|
1349
|
+
<p>
|
|
1350
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12" underline="false">全部资源</span>
|
|
1351
|
+
</p>
|
|
1352
|
+
</content>
|
|
1353
|
+
</td>
|
|
1354
|
+
</tr>
|
|
1355
|
+
<tr height="51">
|
|
1356
|
+
<td>
|
|
1357
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1358
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1359
|
+
<p>
|
|
1360
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12">标题</span>
|
|
1361
|
+
</p>
|
|
1362
|
+
</content>
|
|
1363
|
+
</td>
|
|
1364
|
+
<td>
|
|
1365
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1366
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1367
|
+
<p>
|
|
1368
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12">10 - 50</span>
|
|
1369
|
+
</p>
|
|
1370
|
+
</content>
|
|
1371
|
+
</td>
|
|
1372
|
+
<td>
|
|
1373
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1374
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 64, 58, 1)">
|
|
1375
|
+
<p>
|
|
1376
|
+
<span color="rgba(255, 64, 58, 1)" fontSize="12">50 -100</span>
|
|
1377
|
+
</p>
|
|
1378
|
+
</content>
|
|
1379
|
+
</td>
|
|
1380
|
+
<td>
|
|
1381
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1382
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" underline="false">
|
|
1383
|
+
<p>
|
|
1384
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12" underline="false">100 -500</span>
|
|
1385
|
+
</p>
|
|
1386
|
+
</content>
|
|
1387
|
+
</td>
|
|
1388
|
+
</tr>
|
|
1389
|
+
<tr height="51">
|
|
1390
|
+
<td>
|
|
1391
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1392
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1393
|
+
<p>
|
|
1394
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12">标题</span>
|
|
1395
|
+
</p>
|
|
1396
|
+
</content>
|
|
1397
|
+
</td>
|
|
1398
|
+
<td>
|
|
1399
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1400
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12">
|
|
1401
|
+
<p>
|
|
1402
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12">导入 1 款自定义字体</span>
|
|
1403
|
+
</p>
|
|
1404
|
+
</content>
|
|
1405
|
+
</td>
|
|
1406
|
+
<td>
|
|
1407
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1408
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 64, 58, 1)">
|
|
1409
|
+
<p>
|
|
1410
|
+
<span color="rgba(255, 64, 58, 1)" fontSize="12">导入 3 款自定义字体</span>
|
|
1411
|
+
</p>
|
|
1412
|
+
</content>
|
|
1413
|
+
</td>
|
|
1414
|
+
<td>
|
|
1415
|
+
<borderBottom color="rgba(255, 150, 150, 1)" lineJoin="miter" miterLimit="10"/>
|
|
1416
|
+
<content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" underline="false">
|
|
1417
|
+
<p>
|
|
1418
|
+
<span color="rgba(242, 243, 245, 1)" fontSize="12" underline="false">导入无限款自定义字体</span>
|
|
1419
|
+
</p>
|
|
1420
|
+
</content>
|
|
1421
|
+
</td>
|
|
1422
|
+
</tr>
|
|
1423
|
+
</table>
|
|
1424
|
+
<shape width="461" height="77" topLeftX="33" topLeftY="33" type="text">
|
|
1425
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
|
|
1426
|
+
<p>
|
|
1427
|
+
<span color="rgba(255, 255, 255, 1)">付费计划</span>
|
|
1428
|
+
</p>
|
|
1429
|
+
</content>
|
|
1430
|
+
</shape>
|
|
1431
|
+
</data>
|
|
1432
|
+
<note>
|
|
1433
|
+
<content/>
|
|
1434
|
+
</note>
|
|
1435
|
+
</slide>
|
|
1436
|
+
<slide>
|
|
1437
|
+
<style>
|
|
1438
|
+
<fill>
|
|
1439
|
+
<fillImg src="FYWBbVp0toMv72xFHL3cgVrenag" alpha="1" rotateWithShape="false"/>
|
|
1440
|
+
</fill>
|
|
1441
|
+
</style>
|
|
1442
|
+
<data>
|
|
1443
|
+
<shape width="691" height="77" topLeftX="134" topLeftY="228" type="text">
|
|
1444
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" color="linear-gradient(60deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)" bold="true" lineSpacing="multiple:1.35" textAlign="center">
|
|
1445
|
+
<p>
|
|
1446
|
+
<span color="linear-gradient(60deg,rgba(255, 125, 52, 1) 0%,rgba(255, 110, 29, 1) 2%,rgba(255, 62, 189, 1) 100%)">感谢观看</span>
|
|
1447
|
+
</p>
|
|
1448
|
+
</content>
|
|
1449
|
+
</shape>
|
|
1450
|
+
</data>
|
|
1451
|
+
<note>
|
|
1452
|
+
<content/>
|
|
1453
|
+
</note>
|
|
1454
|
+
</slide>
|
|
1455
|
+
</presentation>
|