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