@wagemule/daemon 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (341) hide show
  1. package/README.md +9 -1
  2. package/dist/main.cjs +91 -32
  3. package/dist/main.cjs.map +2 -2
  4. package/dist/skills/larksuite/lark-approval/SKILL.md +56 -0
  5. package/dist/skills/larksuite/lark-attendance/SKILL.md +57 -0
  6. package/dist/skills/larksuite/lark-base/SKILL.md +349 -0
  7. package/dist/skills/larksuite/lark-base/references/dashboard-block-data-config.md +350 -0
  8. package/dist/skills/larksuite/lark-base/references/examples.md +140 -0
  9. package/dist/skills/larksuite/lark-base/references/formula-field-guide.md +735 -0
  10. package/dist/skills/larksuite/lark-base/references/lark-base-advperm-disable.md +83 -0
  11. package/dist/skills/larksuite/lark-base/references/lark-base-advperm-enable.md +80 -0
  12. package/dist/skills/larksuite/lark-base/references/lark-base-base-copy.md +74 -0
  13. package/dist/skills/larksuite/lark-base/references/lark-base-base-create.md +68 -0
  14. package/dist/skills/larksuite/lark-base/references/lark-base-base-get.md +39 -0
  15. package/dist/skills/larksuite/lark-base/references/lark-base-cell-value.md +151 -0
  16. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-arrange.md +83 -0
  17. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-create.md +108 -0
  18. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-delete.md +46 -0
  19. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-get.md +57 -0
  20. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-list.md +53 -0
  21. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-update.md +84 -0
  22. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-create.md +73 -0
  23. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-delete.md +44 -0
  24. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-get.md +59 -0
  25. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-list.md +52 -0
  26. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-update.md +69 -0
  27. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard.md +240 -0
  28. package/dist/skills/larksuite/lark-base/references/lark-base-data-analysis-sop.md +88 -0
  29. package/dist/skills/larksuite/lark-base/references/lark-base-data-query.md +451 -0
  30. package/dist/skills/larksuite/lark-base/references/lark-base-field-create.md +104 -0
  31. package/dist/skills/larksuite/lark-base/references/lark-base-field-delete.md +51 -0
  32. package/dist/skills/larksuite/lark-base/references/lark-base-field-get.md +42 -0
  33. package/dist/skills/larksuite/lark-base/references/lark-base-field-list.md +44 -0
  34. package/dist/skills/larksuite/lark-base/references/lark-base-field-search-options.md +48 -0
  35. package/dist/skills/larksuite/lark-base/references/lark-base-field-update.md +166 -0
  36. package/dist/skills/larksuite/lark-base/references/lark-base-field.md +23 -0
  37. package/dist/skills/larksuite/lark-base/references/lark-base-form-create.md +87 -0
  38. package/dist/skills/larksuite/lark-base/references/lark-base-form-delete.md +64 -0
  39. package/dist/skills/larksuite/lark-base/references/lark-base-form-get.md +68 -0
  40. package/dist/skills/larksuite/lark-base/references/lark-base-form-list.md +73 -0
  41. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-create.md +118 -0
  42. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-delete.md +68 -0
  43. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-list.md +84 -0
  44. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-update.md +92 -0
  45. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions.md +23 -0
  46. package/dist/skills/larksuite/lark-base/references/lark-base-form-update.md +82 -0
  47. package/dist/skills/larksuite/lark-base/references/lark-base-form.md +24 -0
  48. package/dist/skills/larksuite/lark-base/references/lark-base-history.md +16 -0
  49. package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-create.md +58 -0
  50. package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-update.md +53 -0
  51. package/dist/skills/larksuite/lark-base/references/lark-base-record-delete.md +62 -0
  52. package/dist/skills/larksuite/lark-base/references/lark-base-record-history-list.md +86 -0
  53. package/dist/skills/larksuite/lark-base/references/lark-base-record-share-link-create.md +72 -0
  54. package/dist/skills/larksuite/lark-base/references/lark-base-record-upload-attachment.md +50 -0
  55. package/dist/skills/larksuite/lark-base/references/lark-base-record-upsert.md +64 -0
  56. package/dist/skills/larksuite/lark-base/references/lark-base-record.md +29 -0
  57. package/dist/skills/larksuite/lark-base/references/lark-base-role-create.md +89 -0
  58. package/dist/skills/larksuite/lark-base/references/lark-base-role-delete.md +83 -0
  59. package/dist/skills/larksuite/lark-base/references/lark-base-role-get.md +87 -0
  60. package/dist/skills/larksuite/lark-base/references/lark-base-role-list.md +81 -0
  61. package/dist/skills/larksuite/lark-base/references/lark-base-role-update.md +94 -0
  62. package/dist/skills/larksuite/lark-base/references/lark-base-shortcut-field-properties.md +481 -0
  63. package/dist/skills/larksuite/lark-base/references/lark-base-table-create.md +62 -0
  64. package/dist/skills/larksuite/lark-base/references/lark-base-table-delete.md +51 -0
  65. package/dist/skills/larksuite/lark-base/references/lark-base-table-get.md +46 -0
  66. package/dist/skills/larksuite/lark-base/references/lark-base-table-list.md +43 -0
  67. package/dist/skills/larksuite/lark-base/references/lark-base-table-update.md +49 -0
  68. package/dist/skills/larksuite/lark-base/references/lark-base-table.md +20 -0
  69. package/dist/skills/larksuite/lark-base/references/lark-base-view-create.md +50 -0
  70. package/dist/skills/larksuite/lark-base/references/lark-base-view-delete.md +48 -0
  71. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-card.md +38 -0
  72. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-filter.md +38 -0
  73. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-group.md +38 -0
  74. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-sort.md +38 -0
  75. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-timebar.md +38 -0
  76. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-visible-fields.md +28 -0
  77. package/dist/skills/larksuite/lark-base/references/lark-base-view-get.md +38 -0
  78. package/dist/skills/larksuite/lark-base/references/lark-base-view-list.md +44 -0
  79. package/dist/skills/larksuite/lark-base/references/lark-base-view-rename.md +44 -0
  80. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-card.md +55 -0
  81. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-filter.md +181 -0
  82. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-group.md +65 -0
  83. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-sort.md +63 -0
  84. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-timebar.md +51 -0
  85. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-visible-fields.md +46 -0
  86. package/dist/skills/larksuite/lark-base/references/lark-base-view.md +44 -0
  87. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-create.md +180 -0
  88. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-disable.md +94 -0
  89. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-enable.md +94 -0
  90. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-get.md +147 -0
  91. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-guide.md +718 -0
  92. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-list.md +124 -0
  93. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-schema.md +935 -0
  94. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-update.md +167 -0
  95. package/dist/skills/larksuite/lark-base/references/lark-base-workflow.md +23 -0
  96. package/dist/skills/larksuite/lark-base/references/lark-base-workspace.md +18 -0
  97. package/dist/skills/larksuite/lark-base/references/lookup-field-guide.md +510 -0
  98. package/dist/skills/larksuite/lark-base/references/role-config.md +539 -0
  99. package/dist/skills/larksuite/lark-calendar/SKILL.md +154 -0
  100. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-agenda.md +78 -0
  101. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-create.md +109 -0
  102. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-freebusy.md +124 -0
  103. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-room-find.md +113 -0
  104. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-rsvp.md +42 -0
  105. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-schedule-meeting.md +265 -0
  106. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-suggestion.md +125 -0
  107. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-update.md +105 -0
  108. package/dist/skills/larksuite/lark-contact/SKILL.md +45 -0
  109. package/dist/skills/larksuite/lark-contact/references/lark-contact-get-user.md +19 -0
  110. package/dist/skills/larksuite/lark-contact/references/lark-contact-search-user.md +124 -0
  111. package/dist/skills/larksuite/lark-doc/SKILL.md +69 -0
  112. package/dist/skills/larksuite/lark-doc/references/lark-doc-create.md +89 -0
  113. package/dist/skills/larksuite/lark-doc/references/lark-doc-fetch.md +141 -0
  114. package/dist/skills/larksuite/lark-doc/references/lark-doc-md.md +71 -0
  115. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-download.md +50 -0
  116. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-insert.md +114 -0
  117. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-preview.md +41 -0
  118. package/dist/skills/larksuite/lark-doc/references/lark-doc-search.md +217 -0
  119. package/dist/skills/larksuite/lark-doc/references/lark-doc-update.md +252 -0
  120. package/dist/skills/larksuite/lark-doc/references/lark-doc-whiteboard.md +100 -0
  121. package/dist/skills/larksuite/lark-doc/references/lark-doc-xml.md +169 -0
  122. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-create-workflow.md +56 -0
  123. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-style.md +106 -0
  124. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-update-workflow.md +54 -0
  125. package/dist/skills/larksuite/lark-drive/SKILL.md +343 -0
  126. package/dist/skills/larksuite/lark-drive/references/lark-drive-add-comment.md +169 -0
  127. package/dist/skills/larksuite/lark-drive/references/lark-drive-apply-permission.md +77 -0
  128. package/dist/skills/larksuite/lark-drive/references/lark-drive-create-folder.md +73 -0
  129. package/dist/skills/larksuite/lark-drive/references/lark-drive-create-shortcut.md +103 -0
  130. package/dist/skills/larksuite/lark-drive/references/lark-drive-delete.md +79 -0
  131. package/dist/skills/larksuite/lark-drive/references/lark-drive-download.md +31 -0
  132. package/dist/skills/larksuite/lark-drive/references/lark-drive-export-download.md +50 -0
  133. package/dist/skills/larksuite/lark-drive/references/lark-drive-export.md +119 -0
  134. package/dist/skills/larksuite/lark-drive/references/lark-drive-import.md +154 -0
  135. package/dist/skills/larksuite/lark-drive/references/lark-drive-move.md +120 -0
  136. package/dist/skills/larksuite/lark-drive/references/lark-drive-pull.md +137 -0
  137. package/dist/skills/larksuite/lark-drive/references/lark-drive-push.md +162 -0
  138. package/dist/skills/larksuite/lark-drive/references/lark-drive-reactions.md +113 -0
  139. package/dist/skills/larksuite/lark-drive/references/lark-drive-search.md +239 -0
  140. package/dist/skills/larksuite/lark-drive/references/lark-drive-status.md +137 -0
  141. package/dist/skills/larksuite/lark-drive/references/lark-drive-task-result.md +302 -0
  142. package/dist/skills/larksuite/lark-drive/references/lark-drive-upload.md +101 -0
  143. package/dist/skills/larksuite/lark-event/SKILL.md +145 -0
  144. package/dist/skills/larksuite/lark-event/references/lark-event-im.md +86 -0
  145. package/dist/skills/larksuite/lark-im/SKILL.md +162 -0
  146. package/dist/skills/larksuite/lark-im/references/lark-im-chat-create.md +162 -0
  147. package/dist/skills/larksuite/lark-im/references/lark-im-chat-identity.md +55 -0
  148. package/dist/skills/larksuite/lark-im/references/lark-im-chat-list.md +113 -0
  149. package/dist/skills/larksuite/lark-im/references/lark-im-chat-messages-list.md +142 -0
  150. package/dist/skills/larksuite/lark-im/references/lark-im-chat-search.md +136 -0
  151. package/dist/skills/larksuite/lark-im/references/lark-im-chat-update.md +84 -0
  152. package/dist/skills/larksuite/lark-im/references/lark-im-flag-cancel.md +67 -0
  153. package/dist/skills/larksuite/lark-im/references/lark-im-flag-create.md +67 -0
  154. package/dist/skills/larksuite/lark-im/references/lark-im-flag-list.md +100 -0
  155. package/dist/skills/larksuite/lark-im/references/lark-im-messages-mget.md +95 -0
  156. package/dist/skills/larksuite/lark-im/references/lark-im-messages-reply.md +222 -0
  157. package/dist/skills/larksuite/lark-im/references/lark-im-messages-resources-download.md +94 -0
  158. package/dist/skills/larksuite/lark-im/references/lark-im-messages-search.md +217 -0
  159. package/dist/skills/larksuite/lark-im/references/lark-im-messages-send.md +223 -0
  160. package/dist/skills/larksuite/lark-im/references/lark-im-reactions.md +297 -0
  161. package/dist/skills/larksuite/lark-im/references/lark-im-threads-messages-list.md +111 -0
  162. package/dist/skills/larksuite/lark-mail/SKILL.md +648 -0
  163. package/dist/skills/larksuite/lark-mail/references/lark-mail-decline-receipt.md +115 -0
  164. package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-create.md +123 -0
  165. package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-edit.md +400 -0
  166. package/dist/skills/larksuite/lark-mail/references/lark-mail-forward.md +232 -0
  167. package/dist/skills/larksuite/lark-mail/references/lark-mail-message.md +230 -0
  168. package/dist/skills/larksuite/lark-mail/references/lark-mail-messages.md +108 -0
  169. package/dist/skills/larksuite/lark-mail/references/lark-mail-reply-all.md +206 -0
  170. package/dist/skills/larksuite/lark-mail/references/lark-mail-reply.md +242 -0
  171. package/dist/skills/larksuite/lark-mail/references/lark-mail-send-receipt.md +120 -0
  172. package/dist/skills/larksuite/lark-mail/references/lark-mail-send.md +216 -0
  173. package/dist/skills/larksuite/lark-mail/references/lark-mail-share-to-chat.md +87 -0
  174. package/dist/skills/larksuite/lark-mail/references/lark-mail-signature.md +98 -0
  175. package/dist/skills/larksuite/lark-mail/references/lark-mail-template-create.md +129 -0
  176. package/dist/skills/larksuite/lark-mail/references/lark-mail-template-update.md +150 -0
  177. package/dist/skills/larksuite/lark-mail/references/lark-mail-thread.md +111 -0
  178. package/dist/skills/larksuite/lark-mail/references/lark-mail-triage.md +122 -0
  179. package/dist/skills/larksuite/lark-mail/references/lark-mail-watch.md +94 -0
  180. package/dist/skills/larksuite/lark-markdown/SKILL.md +46 -0
  181. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-create.md +86 -0
  182. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-fetch.md +79 -0
  183. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-overwrite.md +85 -0
  184. package/dist/skills/larksuite/lark-minutes/SKILL.md +139 -0
  185. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-download.md +137 -0
  186. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-search.md +206 -0
  187. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-upload.md +104 -0
  188. package/dist/skills/larksuite/lark-okr/SKILL.md +133 -0
  189. package/dist/skills/larksuite/lark-okr/references/lark-okr-contentblock.md +359 -0
  190. package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-detail.md +84 -0
  191. package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-list.md +90 -0
  192. package/dist/skills/larksuite/lark-okr/references/lark-okr-entities.md +329 -0
  193. package/dist/skills/larksuite/lark-okr/references/lark-okr-image-upload.md +116 -0
  194. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-create.md +81 -0
  195. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-delete.md +47 -0
  196. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-get.md +62 -0
  197. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-list.md +80 -0
  198. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-update.md +81 -0
  199. package/dist/skills/larksuite/lark-openapi-explorer/SKILL.md +153 -0
  200. package/dist/skills/larksuite/lark-shared/SKILL.md +138 -0
  201. package/dist/skills/larksuite/lark-sheets/SKILL.md +345 -0
  202. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-data.md +197 -0
  203. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-images.md +59 -0
  204. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-style-and-merge.md +141 -0
  205. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-dropdown.md +133 -0
  206. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-filter-views.md +193 -0
  207. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-float-images.md +125 -0
  208. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-formula.md +88 -0
  209. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-row-column-management.md +151 -0
  210. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-sheet-management.md +164 -0
  211. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-spreadsheet-management.md +134 -0
  212. package/dist/skills/larksuite/lark-skill-maker/SKILL.md +85 -0
  213. package/dist/skills/larksuite/lark-slides/SKILL.md +525 -0
  214. package/dist/skills/larksuite/lark-slides/assets/templates/administration--all_hands_meeting.xml +1999 -0
  215. package/dist/skills/larksuite/lark-slides/assets/templates/administration--annual_gala.xml +1160 -0
  216. package/dist/skills/larksuite/lark-slides/assets/templates/administration--company_intro.xml +1376 -0
  217. package/dist/skills/larksuite/lark-slides/assets/templates/administration--corporate_culture.xml +1765 -0
  218. package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training.xml +912 -0
  219. package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training_workshop.xml +1504 -0
  220. package/dist/skills/larksuite/lark-slides/assets/templates/hr--onboarding.xml +933 -0
  221. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_communication.xml +1367 -0
  222. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_logo_design.xml +1347 -0
  223. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_operations_plan.xml +1309 -0
  224. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--business_plan.xml +1646 -0
  225. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_plan.xml +1469 -0
  226. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_strategy.xml +1484 -0
  227. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--product_whitepaper.xml +1455 -0
  228. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--roadshow_business_plan.xml +1506 -0
  229. package/dist/skills/larksuite/lark-slides/assets/templates/misc--book_sharing.xml +1338 -0
  230. package/dist/skills/larksuite/lark-slides/assets/templates/misc--club_event_plan.xml +4885 -0
  231. package/dist/skills/larksuite/lark-slides/assets/templates/misc--student_career_plan.xml +1854 -0
  232. package/dist/skills/larksuite/lark-slides/assets/templates/office--dark_general.xml +3763 -0
  233. package/dist/skills/larksuite/lark-slides/assets/templates/office--dept_annual_report.xml +1192 -0
  234. package/dist/skills/larksuite/lark-slides/assets/templates/office--light_general.xml +3378 -0
  235. package/dist/skills/larksuite/lark-slides/assets/templates/office--project_kickoff.xml +3152 -0
  236. package/dist/skills/larksuite/lark-slides/assets/templates/office--quarterly_review.xml +1253 -0
  237. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_report.xml +1099 -0
  238. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary.xml +4420 -0
  239. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary_report.xml +1523 -0
  240. package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_logo_design.xml +1347 -0
  241. package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_operations_plan.xml +1309 -0
  242. package/dist/skills/larksuite/lark-slides/assets/templates/operations--marketing_plan.xml +1469 -0
  243. package/dist/skills/larksuite/lark-slides/assets/templates/operations--product_promotion.xml +687 -0
  244. package/dist/skills/larksuite/lark-slides/assets/templates/personal--experience_sharing.xml +2242 -0
  245. package/dist/skills/larksuite/lark-slides/assets/templates/personal--personal_resume.xml +2047 -0
  246. package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_defense.xml +1099 -0
  247. package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_report.xml +1039 -0
  248. package/dist/skills/larksuite/lark-slides/assets/templates/personal--self_intro.xml +696 -0
  249. package/dist/skills/larksuite/lark-slides/assets/templates/personal--teaching_sharing.xml +3013 -0
  250. package/dist/skills/larksuite/lark-slides/assets/templates/product--business_case_analysis.xml +1341 -0
  251. package/dist/skills/larksuite/lark-slides/assets/templates/product--market_analysis.xml +898 -0
  252. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_analysis.xml +1537 -0
  253. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_intro.xml +2838 -0
  254. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion.xml +687 -0
  255. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion_2.xml +687 -0
  256. package/dist/skills/larksuite/lark-slides/references/examples.md +261 -0
  257. package/dist/skills/larksuite/lark-slides/references/lark-slides-create.md +137 -0
  258. package/dist/skills/larksuite/lark-slides/references/lark-slides-edit-workflows.md +142 -0
  259. package/dist/skills/larksuite/lark-slides/references/lark-slides-media-upload.md +128 -0
  260. package/dist/skills/larksuite/lark-slides/references/lark-slides-replace-slide.md +239 -0
  261. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-create.md +221 -0
  262. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-delete.md +123 -0
  263. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-get.md +110 -0
  264. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-replace.md +186 -0
  265. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentations-get.md +98 -0
  266. package/dist/skills/larksuite/lark-slides/references/slide-templates.md +201 -0
  267. package/dist/skills/larksuite/lark-slides/references/slides_demo.xml +226 -0
  268. package/dist/skills/larksuite/lark-slides/references/slides_xml_schema_definition.xml +3004 -0
  269. package/dist/skills/larksuite/lark-slides/references/template-catalog.md +464 -0
  270. package/dist/skills/larksuite/lark-slides/references/template-index.json +1853 -0
  271. package/dist/skills/larksuite/lark-slides/references/xml-format-guide.md +369 -0
  272. package/dist/skills/larksuite/lark-slides/references/xml-schema-quick-ref.md +215 -0
  273. package/dist/skills/larksuite/lark-slides/scripts/layout_lint.py +349 -0
  274. package/dist/skills/larksuite/lark-slides/scripts/layout_lint_test.py +159 -0
  275. package/dist/skills/larksuite/lark-slides/scripts/template_tool.py +970 -0
  276. package/dist/skills/larksuite/lark-slides/scripts/template_tool_test.py +177 -0
  277. package/dist/skills/larksuite/lark-task/SKILL.md +165 -0
  278. package/dist/skills/larksuite/lark-task/references/lark-task-assign.md +38 -0
  279. package/dist/skills/larksuite/lark-task/references/lark-task-comment.md +28 -0
  280. package/dist/skills/larksuite/lark-task/references/lark-task-complete.md +27 -0
  281. package/dist/skills/larksuite/lark-task/references/lark-task-create.md +57 -0
  282. package/dist/skills/larksuite/lark-task/references/lark-task-followers.md +35 -0
  283. package/dist/skills/larksuite/lark-task/references/lark-task-get-my-tasks.md +55 -0
  284. package/dist/skills/larksuite/lark-task/references/lark-task-get-related-tasks.md +53 -0
  285. package/dist/skills/larksuite/lark-task/references/lark-task-reminder.md +36 -0
  286. package/dist/skills/larksuite/lark-task/references/lark-task-reopen.md +27 -0
  287. package/dist/skills/larksuite/lark-task/references/lark-task-search.md +41 -0
  288. package/dist/skills/larksuite/lark-task/references/lark-task-set-ancestor.md +32 -0
  289. package/dist/skills/larksuite/lark-task/references/lark-task-subscribe-event.md +86 -0
  290. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-create.md +35 -0
  291. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-members.md +36 -0
  292. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-search.md +38 -0
  293. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-task-add.md +38 -0
  294. package/dist/skills/larksuite/lark-task/references/lark-task-update.md +37 -0
  295. package/dist/skills/larksuite/lark-task/references/lark-task-upload-attachment.md +59 -0
  296. package/dist/skills/larksuite/lark-vc/SKILL.md +168 -0
  297. package/dist/skills/larksuite/lark-vc/references/lark-vc-notes.md +126 -0
  298. package/dist/skills/larksuite/lark-vc/references/lark-vc-recording.md +153 -0
  299. package/dist/skills/larksuite/lark-vc/references/lark-vc-search.md +176 -0
  300. package/dist/skills/larksuite/lark-vc-agent/SKILL.md +121 -0
  301. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-events.md +247 -0
  302. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-join.md +133 -0
  303. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-leave.md +111 -0
  304. package/dist/skills/larksuite/lark-whiteboard/SKILL.md +144 -0
  305. package/dist/skills/larksuite/lark-whiteboard/references/connectors.md +102 -0
  306. package/dist/skills/larksuite/lark-whiteboard/references/content.md +40 -0
  307. package/dist/skills/larksuite/lark-whiteboard/references/image.md +80 -0
  308. package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-query.md +49 -0
  309. package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-update.md +100 -0
  310. package/dist/skills/larksuite/lark-whiteboard/references/layout.md +374 -0
  311. package/dist/skills/larksuite/lark-whiteboard/references/schema.md +357 -0
  312. package/dist/skills/larksuite/lark-whiteboard/references/style.md +318 -0
  313. package/dist/skills/larksuite/lark-whiteboard/references/typography.md +73 -0
  314. package/dist/skills/larksuite/lark-whiteboard/routes/dsl.md +107 -0
  315. package/dist/skills/larksuite/lark-whiteboard/routes/mermaid.md +27 -0
  316. package/dist/skills/larksuite/lark-whiteboard/routes/svg.md +54 -0
  317. package/dist/skills/larksuite/lark-whiteboard/scenes/architecture.md +433 -0
  318. package/dist/skills/larksuite/lark-whiteboard/scenes/bar-chart.md +187 -0
  319. package/dist/skills/larksuite/lark-whiteboard/scenes/comparison.md +135 -0
  320. package/dist/skills/larksuite/lark-whiteboard/scenes/fishbone.md +238 -0
  321. package/dist/skills/larksuite/lark-whiteboard/scenes/flowchart.md +185 -0
  322. package/dist/skills/larksuite/lark-whiteboard/scenes/flywheel.md +195 -0
  323. package/dist/skills/larksuite/lark-whiteboard/scenes/funnel.md +101 -0
  324. package/dist/skills/larksuite/lark-whiteboard/scenes/line-chart.md +214 -0
  325. package/dist/skills/larksuite/lark-whiteboard/scenes/mermaid.md +130 -0
  326. package/dist/skills/larksuite/lark-whiteboard/scenes/milestone.md +139 -0
  327. package/dist/skills/larksuite/lark-whiteboard/scenes/organization.md +173 -0
  328. package/dist/skills/larksuite/lark-whiteboard/scenes/photo-showcase.md +126 -0
  329. package/dist/skills/larksuite/lark-whiteboard/scenes/pyramid.md +99 -0
  330. package/dist/skills/larksuite/lark-whiteboard/scenes/swimlane.md +371 -0
  331. package/dist/skills/larksuite/lark-whiteboard/scenes/treemap.md +216 -0
  332. package/dist/skills/larksuite/lark-wiki/SKILL.md +111 -0
  333. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-delete-space.md +205 -0
  334. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-move.md +183 -0
  335. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-copy.md +72 -0
  336. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-create.md +127 -0
  337. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-list.md +88 -0
  338. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-space-list.md +68 -0
  339. package/dist/skills/larksuite/lark-workflow-meeting-summary/SKILL.md +104 -0
  340. package/dist/skills/larksuite/lark-workflow-standup-report/SKILL.md +120 -0
  341. package/package.json +2 -1
@@ -0,0 +1,4420 @@
1
+ <presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
2
+ <title>工作总结</title>
3
+ <theme>
4
+ <textStyles>
5
+ <title fontColor="#000000FF"/>
6
+ <headline fontColor="#000000FF"/>
7
+ <sub-headline fontColor="#000000FF"/>
8
+ <body fontColor="#000000FF"/>
9
+ <caption fontColor="#808080FF" fontSize="14"/>
10
+ </textStyles>
11
+ </theme>
12
+ <slide>
13
+ <style>
14
+ <fill>
15
+ <fillColor color="rgba(34, 38, 41, 1)"/>
16
+ </fill>
17
+ </style>
18
+ <data>
19
+ <shape width="211" height="270" topLeftX="749" topLeftY="270" type="rect">
20
+ <fill>
21
+ <fillColor color="rgba(255, 255, 255, 1)"/>
22
+ </fill>
23
+ </shape>
24
+ <shape width="470" height="470" topLeftX="520" topLeftY="0" type="ellipse">
25
+ <fill>
26
+ <fillColor color="rgba(255, 255, 255, 1)"/>
27
+ </fill>
28
+ </shape>
29
+ <shape width="410" height="410" topLeftX="550" topLeftY="30" type="pie">
30
+ <fill>
31
+ <fillColor color="rgba(141, 201, 236, 1)"/>
32
+ </fill>
33
+ </shape>
34
+ <img src="JNIDbOa9roxVVfxojZkcAW3XnPd" width="346" height="346" topLeftX="582" topLeftY="62">
35
+ <crop type="rect" leftOffset="136" rightOffset="136" topOffset="0" bottomOffset="0" presetHandlers="200"/>
36
+ </img>
37
+ <shape width="37" height="37" topLeftX="466" topLeftY="58" type="ellipse">
38
+ <border color="rgba(102, 102, 102, 1)" width="1" lineJoin="miter" miterLimit="10"/>
39
+ </shape>
40
+ <img src="QsFDbyJTOobre4x5WAZcrLF3npf" width="46" height="77" topLeftX="503" topLeftY="418" alpha="0.7">
41
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
42
+ </img>
43
+ <shape width="10" height="10" topLeftX="486" topLeftY="87" type="ellipse">
44
+ <fill>
45
+ <fillColor color="rgba(141, 201, 236, 1)"/>
46
+ </fill>
47
+ </shape>
48
+ <img src="Fb4FbjKWCo130dxrMgQcdpBxnTg" width="86" height="10" topLeftX="31" topLeftY="271">
49
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
50
+ </img>
51
+ <img src="MoiqbBVA1oXix5xxcvhcQLk3nAb" width="46" height="16" topLeftX="31" topLeftY="524">
52
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
53
+ </img>
54
+ <shape width="37" height="37" topLeftX="836" topLeftY="470" type="ellipse">
55
+ <border color="rgba(222, 224, 227, 1)" width="1" lineJoin="miter" miterLimit="10"/>
56
+ </shape>
57
+ <shape width="10" height="10" topLeftX="831" topLeftY="479" type="ellipse">
58
+ <fill>
59
+ <fillColor color="rgba(141, 201, 236, 1)"/>
60
+ </fill>
61
+ </shape>
62
+ <shape width="407" height="42" topLeftX="31" topLeftY="448" type="text">
63
+ <content textType="title" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="false">
64
+ <p>2026 Q1 </p>
65
+ <p>By 姓名</p>
66
+ </content>
67
+ </shape>
68
+ <shape width="407" height="63" topLeftX="31" topLeftY="305" type="text">
69
+ <content textType="title" fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false">
70
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
71
+ </content>
72
+ </shape>
73
+ <shape width="408" height="48" topLeftX="31" topLeftY="224" type="text">
74
+ <content textType="title" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
75
+ <p>某某团队</p>
76
+ </content>
77
+ </shape>
78
+ <shape width="408" height="90" topLeftX="31" topLeftY="134" type="text">
79
+ <content textType="title" fontSize="60" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
80
+ <p>工作总结</p>
81
+ </content>
82
+ </shape>
83
+ <shape width="72" height="18" topLeftX="68" topLeftY="40" type="text">
84
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
85
+ <p lineSpacing="multiple:1">
86
+ <strong>
87
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
88
+ </strong>
89
+ </p>
90
+ </content>
91
+ </shape>
92
+ <img src="SJrybASt7oIAmKxh6Xac4NYhnxh" width="24" height="24" topLeftX="31" topLeftY="37" rotation="90">
93
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
94
+ </img>
95
+ </data>
96
+ <note>
97
+ <content/>
98
+ </note>
99
+ </slide>
100
+ <slide>
101
+ <style/>
102
+ <data>
103
+ <shape width="298" height="540" topLeftX="0" topLeftY="0" type="rect">
104
+ <fill>
105
+ <fillColor color="rgba(31, 35, 41, 1)"/>
106
+ </fill>
107
+ </shape>
108
+ <shape width="47" height="46" topLeftX="516" topLeftY="101" type="round2diag-rect">
109
+ <fill>
110
+ <fillColor color="rgba(43, 47, 54, 1)"/>
111
+ </fill>
112
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
113
+ <content fontSize="16" fontFamily="Arial" color="rgba(31, 35, 41, 1)" bold="true">
114
+ <p>
115
+ <strong>
116
+ <span color="rgba(31, 35, 41, 1)" fontFamily="Arial">01</span>
117
+ </strong>
118
+ </p>
119
+ </content>
120
+ </shape>
121
+ <shape width="47" height="46" topLeftX="516" topLeftY="194" type="round2diag-rect">
122
+ <fill>
123
+ <fillColor color="rgba(43, 47, 54, 1)"/>
124
+ </fill>
125
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
126
+ <content fontSize="16" fontFamily="Arial" color="rgba(31, 35, 41, 1)" bold="true">
127
+ <p>
128
+ <strong>
129
+ <span color="rgba(31, 35, 41, 1)" fontFamily="Arial">02</span>
130
+ </strong>
131
+ </p>
132
+ </content>
133
+ </shape>
134
+ <shape width="47" height="46" topLeftX="516" topLeftY="290" type="round2diag-rect">
135
+ <fill>
136
+ <fillColor color="rgba(43, 47, 54, 1)"/>
137
+ </fill>
138
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
139
+ <content fontSize="16" fontFamily="Arial" color="rgba(31, 35, 41, 1)" bold="true">
140
+ <p>
141
+ <strong>
142
+ <span color="rgba(31, 35, 41, 1)" fontFamily="Arial">03</span>
143
+ </strong>
144
+ </p>
145
+ </content>
146
+ </shape>
147
+ <shape width="47" height="46" topLeftX="516" topLeftY="384" type="round2diag-rect">
148
+ <fill>
149
+ <fillColor color="rgba(43, 47, 54, 1)"/>
150
+ </fill>
151
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
152
+ <content fontSize="16" fontFamily="Arial" color="rgba(31, 35, 41, 1)" bold="true">
153
+ <p>
154
+ <strong>
155
+ <span color="rgba(31, 35, 41, 1)" fontFamily="Arial">04</span>
156
+ </strong>
157
+ </p>
158
+ </content>
159
+ </shape>
160
+ <shape width="404" height="404" topLeftX="95" topLeftY="80" type="ellipse">
161
+ <fill>
162
+ <fillColor color="rgba(255, 255, 255, 1)"/>
163
+ </fill>
164
+ </shape>
165
+ <shape width="353" height="353" topLeftX="121" topLeftY="105" type="pie">
166
+ <fill>
167
+ <fillColor color="rgba(141, 201, 236, 1)"/>
168
+ </fill>
169
+ </shape>
170
+ <img src="F9pLbUiZiohvrSxwtyzcf6dfnQK" width="298" height="298" topLeftX="149" topLeftY="133">
171
+ <crop type="rect" leftOffset="117" rightOffset="117" topOffset="0" bottomOffset="0" presetHandlers="200"/>
172
+ </img>
173
+ <shape width="233" height="60" topLeftX="52" topLeftY="45" type="text">
174
+ <content textType="headline" fontSize="40" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
175
+ <p>
176
+ <span color="rgba(255, 255, 255, 1)" fontSize="40" fontFamily="思源黑体">目录</span>
177
+ </p>
178
+ </content>
179
+ </shape>
180
+ <shape width="233" height="30" topLeftX="52" topLeftY="102" type="text">
181
+ <content textType="headline" fontSize="20" fontFamily="Arial" color="rgba(255, 224, 136, 1)" bold="true">
182
+ <p>
183
+ <span color="rgba(255, 224, 136, 1)" fontSize="20" fontFamily="Arial">CONTENTS</span>
184
+ </p>
185
+ </content>
186
+ </shape>
187
+ <img src="GcEOb8DiHogACrxPz3KcQZomnGg" width="86" height="10" topLeftX="825" topLeftY="491">
188
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
189
+ </img>
190
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="851" topLeftY="-29" rotation="270">
191
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
192
+ </img>
193
+ <shape width="47" height="46" topLeftX="514" topLeftY="99" type="round2diag-rect">
194
+ <fill>
195
+ <fillColor color="rgba(141, 201, 236, 1)"/>
196
+ </fill>
197
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
198
+ <content fontSize="16" fontFamily="Arial" color="rgba(43, 47, 54, 1)" bold="true">
199
+ <p>
200
+ <strong>
201
+ <span color="rgba(43, 47, 54, 1)" fontFamily="Arial">01</span>
202
+ </strong>
203
+ </p>
204
+ </content>
205
+ </shape>
206
+ <shape width="47" height="46" topLeftX="514" topLeftY="192" type="round2diag-rect">
207
+ <fill>
208
+ <fillColor color="rgba(141, 201, 236, 1)"/>
209
+ </fill>
210
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
211
+ <content fontSize="16" fontFamily="Arial" color="rgba(43, 47, 54, 1)" bold="true">
212
+ <p>
213
+ <strong>
214
+ <span color="rgba(43, 47, 54, 1)" fontFamily="Arial">02</span>
215
+ </strong>
216
+ </p>
217
+ </content>
218
+ </shape>
219
+ <shape width="47" height="46" topLeftX="514" topLeftY="288" type="round2diag-rect">
220
+ <fill>
221
+ <fillColor color="rgba(141, 201, 236, 1)"/>
222
+ </fill>
223
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
224
+ <content fontSize="16" fontFamily="Arial" color="rgba(43, 47, 54, 1)" bold="true">
225
+ <p>
226
+ <strong>
227
+ <span color="rgba(43, 47, 54, 1)" fontFamily="Arial">03</span>
228
+ </strong>
229
+ </p>
230
+ </content>
231
+ </shape>
232
+ <shape width="47" height="46" topLeftX="514" topLeftY="382" type="round2diag-rect">
233
+ <fill>
234
+ <fillColor color="rgba(141, 201, 236, 1)"/>
235
+ </fill>
236
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
237
+ <content fontSize="16" fontFamily="Arial" color="rgba(43, 47, 54, 1)" bold="true">
238
+ <p>
239
+ <strong>
240
+ <span color="rgba(43, 47, 54, 1)" fontFamily="Arial">04</span>
241
+ </strong>
242
+ </p>
243
+ </content>
244
+ </shape>
245
+ <shape width="37" height="37" topLeftX="52" topLeftY="470" type="ellipse">
246
+ <border color="rgba(102, 102, 102, 1)" width="1" lineJoin="miter" miterLimit="10"/>
247
+ </shape>
248
+ <shape width="10" height="10" topLeftX="79" topLeftY="474" type="ellipse">
249
+ <fill>
250
+ <fillColor color="rgba(141, 201, 236, 1)"/>
251
+ </fill>
252
+ </shape>
253
+ <shape width="332" height="42" topLeftX="579" topLeftY="412" type="text">
254
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
255
+ <p textAlign="left">输入相关的描述信息以解释标题,输入相关的描述信息以解释标题</p>
256
+ </content>
257
+ </shape>
258
+ <shape width="332" height="30" topLeftX="579" topLeftY="376" type="text">
259
+ <content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
260
+ <p textAlign="left">后续计划</p>
261
+ </content>
262
+ </shape>
263
+ <shape width="332" height="42" topLeftX="579" topLeftY="318" type="text">
264
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
265
+ <p textAlign="left">输入相关的描述信息以解释标题,输入相关的描述信息以解释标题</p>
266
+ </content>
267
+ </shape>
268
+ <shape width="332" height="30" topLeftX="579" topLeftY="282" type="text">
269
+ <content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
270
+ <p textAlign="left">经验反思</p>
271
+ </content>
272
+ </shape>
273
+ <shape width="332" height="42" topLeftX="579" topLeftY="224" type="text">
274
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
275
+ <p textAlign="left">输入相关的描述信息以解释标题,输入相关的描述信息以解释标题</p>
276
+ </content>
277
+ </shape>
278
+ <shape width="332" height="30" topLeftX="579" topLeftY="188" type="text">
279
+ <content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
280
+ <p textAlign="left">完成情况</p>
281
+ </content>
282
+ </shape>
283
+ <shape width="332" height="42" topLeftX="579" topLeftY="130" type="text">
284
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
285
+ <p textAlign="left">输入相关的描述信息以解释标题,输入相关的描述信息以解释标题</p>
286
+ </content>
287
+ </shape>
288
+ <shape width="332" height="30" topLeftX="579" topLeftY="94" type="text">
289
+ <content textType="sub-headline" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
290
+ <p textAlign="left">工作概况</p>
291
+ </content>
292
+ </shape>
293
+ <img src="F9pLbUiZiohvrSxwtyzcf6dfnQK" width="298" height="298" topLeftX="149" topLeftY="133">
294
+ <crop type="rect" leftOffset="117" rightOffset="117" topOffset="0" bottomOffset="0" presetHandlers="200"/>
295
+ </img>
296
+ </data>
297
+ <note>
298
+ <content/>
299
+ </note>
300
+ </slide>
301
+ <slide>
302
+ <style>
303
+ <fill>
304
+ <fillColor color="rgba(34, 38, 41, 1)"/>
305
+ </fill>
306
+ </style>
307
+ <data>
308
+ <img src="BbgxbapUsowgUxxvPq1cc2TJnYd" width="960" height="540" topLeftX="0" topLeftY="0" alpha="0.5">
309
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
310
+ </img>
311
+ <img src="GYslbhG0AoRPLbxG4QPcbTpunTc" width="960" height="540" topLeftX="0" topLeftY="0">
312
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="75" bottomOffset="116" presetHandlers="0"/>
313
+ </img>
314
+ <img src="FnAFboETEoDtHdxsLZIcto8nnYc" width="103" height="12" topLeftX="809" topLeftY="489">
315
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
316
+ </img>
317
+ <shape width="100" height="99" topLeftX="196" topLeftY="223" type="round2diag-rect">
318
+ <fill>
319
+ <fillColor color="rgba(255, 255, 255, 1)"/>
320
+ </fill>
321
+ <border color="rgba(31, 35, 41, 1)" width="1" lineJoin="miter" miterLimit="10"/>
322
+ </shape>
323
+ <shape width="132" height="132" topLeftX="769" topLeftY="-17" type="ellipse">
324
+ <border color="rgba(102, 102, 102, 1)" width="1" lineJoin="miter" miterLimit="10"/>
325
+ </shape>
326
+ <shape width="12" height="12" topLeftX="769" topLeftY="74" type="ellipse">
327
+ <fill>
328
+ <fillColor color="rgba(141, 201, 236, 1)"/>
329
+ </fill>
330
+ </shape>
331
+ <shape width="100" height="99" topLeftX="191" topLeftY="218" type="round2diag-rect">
332
+ <fill>
333
+ <fillColor color="rgba(141, 201, 236, 1)"/>
334
+ </fill>
335
+ <border color="rgba(31, 35, 41, 1)" width="1" lineJoin="miter" miterLimit="10"/>
336
+ </shape>
337
+ <shape width="72" height="18" topLeftX="68" topLeftY="40" type="text">
338
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
339
+ <p lineSpacing="multiple:1">
340
+ <strong>
341
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
342
+ </strong>
343
+ </p>
344
+ </content>
345
+ </shape>
346
+ <img src="OvVIbXxqioTTT8xXAckcWzYBnYg" width="24" height="24" topLeftX="31" topLeftY="37" rotation="90">
347
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
348
+ </img>
349
+ <img src="BiE0bg77Poe1ZTxonW1ckyVBnfg" width="12" height="32" topLeftX="31" topLeftY="479">
350
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
351
+ </img>
352
+ <shape width="100" height="30" topLeftX="191" topLeftY="275" type="text">
353
+ <content textType="sub-headline" fontSize="20" fontFamily="Arial" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
354
+ <p textAlign="center">PART 1</p>
355
+ </content>
356
+ </shape>
357
+ <shape width="407" height="63" topLeftX="335" topLeftY="284" type="text">
358
+ <content textType="title" fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false">
359
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
360
+ </content>
361
+ </shape>
362
+ <shape width="407" height="72" topLeftX="334" topLeftY="199" type="text">
363
+ <content textType="title" fontSize="48" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
364
+ <p>工作概况</p>
365
+ </content>
366
+ </shape>
367
+ <icon width="40" height="40" topLeftX="221" topLeftY="232" iconType="iconpark/Office/compression.svg">
368
+ <fill>
369
+ <fillColor color="rgba(255, 255, 255, 1)"/>
370
+ </fill>
371
+ <border color="rgba(43, 47, 54, 1)" width="3" lineJoin="miter" miterLimit="10"/>
372
+ </icon>
373
+ <shape width="15" height="15" topLeftX="531" topLeftY="205" type="ellipse">
374
+ <border color="rgba(102, 102, 102, 1)" width="4" lineJoin="miter" miterLimit="10"/>
375
+ </shape>
376
+ </data>
377
+ <note>
378
+ <content/>
379
+ </note>
380
+ </slide>
381
+ <slide>
382
+ <style/>
383
+ <data>
384
+ <shape width="963" height="540" topLeftX="-3" topLeftY="0" type="rect">
385
+ <fill>
386
+ <fillColor color="rgba(244, 244, 242, 1)"/>
387
+ </fill>
388
+ </shape>
389
+ <shape width="963" height="540" topLeftX="-1" topLeftY="0" type="rect">
390
+ <fill>
391
+ <fillColor color="rgba(255, 255, 255, 1)"/>
392
+ </fill>
393
+ </shape>
394
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="29" topLeftY="431" rotation="90">
395
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
396
+ </img>
397
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="851" topLeftY="-29" rotation="270">
398
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
399
+ </img>
400
+ <img src="E3p7boCbJoZiGsxZ98ucT5DbnRf" width="24" height="12" topLeftX="816" topLeftY="30">
401
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
402
+ </img>
403
+ <img src="OaLab1wvOo648bxy3ejcT72inIe" width="14" height="41" topLeftX="55" topLeftY="39">
404
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
405
+ </img>
406
+ <shape width="403" height="21" topLeftX="77" topLeftY="67" type="text">
407
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
408
+ <p>Project Background</p>
409
+ </content>
410
+ </shape>
411
+ <shape width="403" height="36" topLeftX="77" topLeftY="30" type="text">
412
+ <content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
413
+ <p textAlign="left">项目背景</p>
414
+ </content>
415
+ </shape>
416
+ <img src="JbFjbAlFNootaExzwGzcaS1anQx" width="103" height="12" topLeftX="215" topLeftY="71">
417
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
418
+ </img>
419
+ <img src="Apqqb1aFfoxZUQxeoUXc5Wgnn8b" width="163" height="378" topLeftX="577" topLeftY="120">
420
+ <crop type="round1rect" leftOffset="256" rightOffset="256" topOffset="0" bottomOffset="0" presetHandlers="21"/>
421
+ <border width="1" lineJoin="miter" miterLimit="10"/>
422
+ </img>
423
+ <img src="VN8wbAk7EoYO0Nxe5NjclG1bn7g" width="163" height="378" topLeftX="390" topLeftY="120">
424
+ <crop type="round1rect" leftOffset="256" rightOffset="256" topOffset="0" bottomOffset="0" presetHandlers="21"/>
425
+ <border width="1" lineJoin="miter" miterLimit="10"/>
426
+ </img>
427
+ <shape width="283" height="168" topLeftX="57" topLeftY="326" flipX="true" type="round1rect">
428
+ <fill>
429
+ <fillColor color="rgba(43, 47, 54, 1)"/>
430
+ </fill>
431
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
432
+ </shape>
433
+ <shape width="283" height="168" topLeftX="55" topLeftY="324" flipX="true" type="round1rect">
434
+ <fill>
435
+ <fillColor color="rgba(255, 255, 255, 1)"/>
436
+ </fill>
437
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
438
+ </shape>
439
+ <shape width="283" height="168" topLeftX="56" topLeftY="122" flipX="true" type="round1rect">
440
+ <fill>
441
+ <fillColor color="rgba(43, 47, 54, 1)"/>
442
+ </fill>
443
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
444
+ </shape>
445
+ <shape width="283" height="168" topLeftX="54" topLeftY="120" flipX="true" type="round1rect">
446
+ <fill>
447
+ <fillColor color="rgba(255, 255, 255, 1)"/>
448
+ </fill>
449
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
450
+ </shape>
451
+ <shape width="230" height="24" topLeftX="91" topLeftY="141" type="text">
452
+ <content textType="headline" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
453
+ <p textAlign="left">
454
+ <span color="rgba(43, 47, 54, 1)" fontSize="16">项目背景</span>
455
+ </p>
456
+ </content>
457
+ </shape>
458
+ <shape width="230" height="84" topLeftX="91" topLeftY="177" type="text">
459
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
460
+ <p textAlign="left">
461
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题,输入相关的描述信息以解释标题,输入相关的描述信息以解释标题,输入相关的描述信息以解释标题</span>
462
+ </p>
463
+ </content>
464
+ </shape>
465
+ <img src="LOi9b6WueojLw8xFM6Scuq1vnCb" width="163" height="378" topLeftX="765" topLeftY="120">
466
+ <crop type="round1rect" leftOffset="256" rightOffset="256" topOffset="0" bottomOffset="0" presetHandlers="21"/>
467
+ <border width="1" lineJoin="miter" miterLimit="10"/>
468
+ </img>
469
+ <icon width="20" height="20" topLeftX="67" topLeftY="144" iconType="iconpark/Office/table.svg">
470
+ <fill>
471
+ <fillColor color="rgba(255, 224, 136, 1)"/>
472
+ </fill>
473
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
474
+ </icon>
475
+ <shape width="230" height="24" topLeftX="91" topLeftY="348" type="text">
476
+ <content textType="headline" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
477
+ <p textAlign="left">
478
+ <span color="rgba(43, 47, 54, 1)" fontSize="16">项目目标</span>
479
+ </p>
480
+ </content>
481
+ </shape>
482
+ <icon width="20" height="20" topLeftX="67" topLeftY="351" iconType="iconpark/Base/bookmark-one.svg">
483
+ <fill>
484
+ <fillColor color="rgba(255, 224, 136, 1)"/>
485
+ </fill>
486
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
487
+ </icon>
488
+ <img src="Kgh0b2HQroD3CDx2WBecvrD1nYv" width="40" height="12" topLeftX="298" topLeftY="114">
489
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
490
+ </img>
491
+ <img src="Kgh0b2HQroD3CDx2WBecvrD1nYv" width="40" height="12" topLeftX="298" topLeftY="318">
492
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
493
+ </img>
494
+ <shape width="230" height="84" topLeftX="91" topLeftY="384" type="text">
495
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
496
+ <p textAlign="left">
497
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题,输入相关的描述信息以解释标题,输入相关的描述信息以解释标题,输入相关的描述信息以解释标题</span>
498
+ </p>
499
+ </content>
500
+ </shape>
501
+ </data>
502
+ <note>
503
+ <content/>
504
+ </note>
505
+ </slide>
506
+ <slide>
507
+ <style>
508
+ <fill>
509
+ <fillColor color="rgba(221, 239, 247, 1)"/>
510
+ </fill>
511
+ </style>
512
+ <data>
513
+ <img src="PZwgbRQYEohPXzxJeNkcTBqDnUb" width="80" height="139" topLeftX="29" topLeftY="431" rotation="90">
514
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
515
+ </img>
516
+ <img src="GOIIbzQj8ojJ0YxXVO4cvaGMn7b" width="80" height="139" topLeftX="851" topLeftY="-29" rotation="270">
517
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
518
+ </img>
519
+ <img src="E3p7boCbJoZiGsxZ98ucT5DbnRf" width="24" height="12" topLeftX="816" topLeftY="30">
520
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
521
+ </img>
522
+ <img src="OaLab1wvOo648bxy3ejcT72inIe" width="14" height="41" topLeftX="55" topLeftY="39">
523
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
524
+ </img>
525
+ <shape width="403" height="21" topLeftX="77" topLeftY="67" type="text">
526
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
527
+ <p>Team Members</p>
528
+ </content>
529
+ </shape>
530
+ <shape width="403" height="36" topLeftX="77" topLeftY="30" type="text">
531
+ <content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
532
+ <p textAlign="left">团队成员</p>
533
+ </content>
534
+ </shape>
535
+ <shape width="128" height="144" topLeftX="73" topLeftY="129" flipX="true" type="round1rect">
536
+ <fill>
537
+ <fillColor color="rgba(43, 47, 54, 1)"/>
538
+ </fill>
539
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
540
+ </shape>
541
+ <shape width="128" height="144" topLeftX="73" topLeftY="128" flipX="true" type="round1rect">
542
+ <fill>
543
+ <fillColor color="rgba(255, 255, 255, 1)"/>
544
+ </fill>
545
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
546
+ </shape>
547
+ <img src="NagwbhT1UoRHSAxoKNQcXsEMngg" width="63" height="63" topLeftX="106" topLeftY="145">
548
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="200"/>
549
+ </img>
550
+ <shape width="114" height="21" topLeftX="80" topLeftY="217" type="text">
551
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
552
+ <p textAlign="center">
553
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">姓名</span>
554
+ </p>
555
+ </content>
556
+ </shape>
557
+ <shape width="114" height="18" topLeftX="80" topLeftY="241" type="text">
558
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="center">
559
+ <p textAlign="center">
560
+ <span fontSize="12">职能</span>
561
+ </p>
562
+ </content>
563
+ </shape>
564
+ <shape width="128" height="144" topLeftX="242" topLeftY="129" flipX="true" type="round1rect">
565
+ <fill>
566
+ <fillColor color="rgba(43, 47, 54, 1)"/>
567
+ </fill>
568
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
569
+ </shape>
570
+ <shape width="128" height="144" topLeftX="242" topLeftY="128" flipX="true" type="round1rect">
571
+ <fill>
572
+ <fillColor color="rgba(255, 255, 255, 1)"/>
573
+ </fill>
574
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
575
+ </shape>
576
+ <img src="Lv7cbt82ZoJ6baxmadfczk7Enze" width="63" height="63" topLeftX="274" topLeftY="145">
577
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="200"/>
578
+ </img>
579
+ <shape width="114" height="21" topLeftX="249" topLeftY="217" type="text">
580
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
581
+ <p textAlign="center">
582
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">姓名</span>
583
+ </p>
584
+ </content>
585
+ </shape>
586
+ <shape width="114" height="18" topLeftX="249" topLeftY="241" type="text">
587
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="center">
588
+ <p textAlign="center">
589
+ <span fontSize="12">职能</span>
590
+ </p>
591
+ </content>
592
+ </shape>
593
+ <shape width="128" height="144" topLeftX="409" topLeftY="129" flipX="true" type="round1rect">
594
+ <fill>
595
+ <fillColor color="rgba(43, 47, 54, 1)"/>
596
+ </fill>
597
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
598
+ </shape>
599
+ <shape width="128" height="144" topLeftX="409" topLeftY="128" flipX="true" type="round1rect">
600
+ <fill>
601
+ <fillColor color="rgba(255, 255, 255, 1)"/>
602
+ </fill>
603
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
604
+ </shape>
605
+ <img src="V2dYbtxU9oMorhxRmqncilzQnQe" width="63" height="63" topLeftX="442" topLeftY="145">
606
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="200"/>
607
+ </img>
608
+ <shape width="114" height="21" topLeftX="416" topLeftY="217" type="text">
609
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
610
+ <p textAlign="center">
611
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">姓名</span>
612
+ </p>
613
+ </content>
614
+ </shape>
615
+ <shape width="114" height="18" topLeftX="416" topLeftY="241" type="text">
616
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="center">
617
+ <p textAlign="center">
618
+ <span fontSize="12">职能</span>
619
+ </p>
620
+ </content>
621
+ </shape>
622
+ <shape width="128" height="144" topLeftX="585" topLeftY="129" flipX="true" type="round1rect">
623
+ <fill>
624
+ <fillColor color="rgba(43, 47, 54, 1)"/>
625
+ </fill>
626
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
627
+ </shape>
628
+ <shape width="128" height="144" topLeftX="585" topLeftY="128" flipX="true" type="round1rect">
629
+ <fill>
630
+ <fillColor color="rgba(255, 255, 255, 1)"/>
631
+ </fill>
632
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
633
+ </shape>
634
+ <img src="BS1MbloA4oGLVExMBsXcJ9G2ngg" width="63" height="63" topLeftX="617" topLeftY="145">
635
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="200"/>
636
+ </img>
637
+ <shape width="114" height="21" topLeftX="592" topLeftY="217" type="text">
638
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
639
+ <p textAlign="center">
640
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">姓名</span>
641
+ </p>
642
+ </content>
643
+ </shape>
644
+ <shape width="114" height="18" topLeftX="592" topLeftY="241" type="text">
645
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="center">
646
+ <p textAlign="center">
647
+ <span fontSize="12">职能</span>
648
+ </p>
649
+ </content>
650
+ </shape>
651
+ <shape width="128" height="144" topLeftX="750" topLeftY="129" flipX="true" type="round1rect">
652
+ <fill>
653
+ <fillColor color="rgba(43, 47, 54, 1)"/>
654
+ </fill>
655
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
656
+ </shape>
657
+ <shape width="128" height="144" topLeftX="750" topLeftY="128" flipX="true" type="round1rect">
658
+ <fill>
659
+ <fillColor color="rgba(255, 255, 255, 1)"/>
660
+ </fill>
661
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
662
+ </shape>
663
+ <img src="Vpepbbwz4oxM7RxYNc6ckhHMnMb" width="63" height="63" topLeftX="782" topLeftY="145">
664
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="200"/>
665
+ </img>
666
+ <shape width="114" height="21" topLeftX="756" topLeftY="217" type="text">
667
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
668
+ <p textAlign="center">
669
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">姓名</span>
670
+ </p>
671
+ </content>
672
+ </shape>
673
+ <shape width="114" height="18" topLeftX="756" topLeftY="241" type="text">
674
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="center">
675
+ <p textAlign="center">
676
+ <span fontSize="12">职能</span>
677
+ </p>
678
+ </content>
679
+ </shape>
680
+ <shape width="128" height="144" topLeftX="73" topLeftY="311" flipX="true" type="round1rect">
681
+ <fill>
682
+ <fillColor color="rgba(43, 47, 54, 1)"/>
683
+ </fill>
684
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
685
+ </shape>
686
+ <shape width="128" height="144" topLeftX="73" topLeftY="309" flipX="true" type="round1rect">
687
+ <fill>
688
+ <fillColor color="rgba(255, 255, 255, 1)"/>
689
+ </fill>
690
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
691
+ </shape>
692
+ <img src="F8Hrb0kCpoEb3DxYimocy5qxnUe" width="63" height="63" topLeftX="106" topLeftY="326">
693
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="200"/>
694
+ </img>
695
+ <shape width="114" height="21" topLeftX="80" topLeftY="397" type="text">
696
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
697
+ <p textAlign="center">
698
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">姓名</span>
699
+ </p>
700
+ </content>
701
+ </shape>
702
+ <shape width="114" height="18" topLeftX="80" topLeftY="422" type="text">
703
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="center">
704
+ <p textAlign="center">
705
+ <span fontSize="12">职能</span>
706
+ </p>
707
+ </content>
708
+ </shape>
709
+ <shape width="128" height="144" topLeftX="242" topLeftY="311" flipX="true" type="round1rect">
710
+ <fill>
711
+ <fillColor color="rgba(43, 47, 54, 1)"/>
712
+ </fill>
713
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
714
+ </shape>
715
+ <shape width="128" height="144" topLeftX="242" topLeftY="309" flipX="true" type="round1rect">
716
+ <fill>
717
+ <fillColor color="rgba(255, 255, 255, 1)"/>
718
+ </fill>
719
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
720
+ </shape>
721
+ <img src="Vo3obQJMOopPLTxtdK4cSYXVnrf" width="63" height="63" topLeftX="274" topLeftY="326">
722
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="200"/>
723
+ </img>
724
+ <shape width="114" height="21" topLeftX="249" topLeftY="397" type="text">
725
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
726
+ <p textAlign="center">
727
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">姓名</span>
728
+ </p>
729
+ </content>
730
+ </shape>
731
+ <shape width="114" height="18" topLeftX="249" topLeftY="422" type="text">
732
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="center">
733
+ <p textAlign="center">
734
+ <span fontSize="12">职能</span>
735
+ </p>
736
+ </content>
737
+ </shape>
738
+ <shape width="128" height="144" topLeftX="409" topLeftY="311" flipX="true" type="round1rect">
739
+ <fill>
740
+ <fillColor color="rgba(43, 47, 54, 1)"/>
741
+ </fill>
742
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
743
+ </shape>
744
+ <shape width="128" height="144" topLeftX="409" topLeftY="309" flipX="true" type="round1rect">
745
+ <fill>
746
+ <fillColor color="rgba(255, 255, 255, 1)"/>
747
+ </fill>
748
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
749
+ </shape>
750
+ <img src="QQ67by8a0oaYk9xephYc6gAAnUb" width="63" height="63" topLeftX="442" topLeftY="326">
751
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="200"/>
752
+ </img>
753
+ <shape width="114" height="21" topLeftX="416" topLeftY="397" type="text">
754
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
755
+ <p textAlign="center">
756
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">姓名</span>
757
+ </p>
758
+ </content>
759
+ </shape>
760
+ <shape width="114" height="18" topLeftX="416" topLeftY="422" type="text">
761
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="center">
762
+ <p textAlign="center">
763
+ <span fontSize="12">职能</span>
764
+ </p>
765
+ </content>
766
+ </shape>
767
+ <shape width="128" height="144" topLeftX="585" topLeftY="311" flipX="true" type="round1rect">
768
+ <fill>
769
+ <fillColor color="rgba(43, 47, 54, 1)"/>
770
+ </fill>
771
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
772
+ </shape>
773
+ <shape width="128" height="144" topLeftX="585" topLeftY="309" flipX="true" type="round1rect">
774
+ <fill>
775
+ <fillColor color="rgba(255, 255, 255, 1)"/>
776
+ </fill>
777
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
778
+ </shape>
779
+ <img src="XURgb0FxIow7VnxlJw0c2U5RnGd" width="63" height="63" topLeftX="617" topLeftY="326">
780
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="200"/>
781
+ </img>
782
+ <shape width="114" height="21" topLeftX="592" topLeftY="397" type="text">
783
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
784
+ <p textAlign="center">
785
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">姓名</span>
786
+ </p>
787
+ </content>
788
+ </shape>
789
+ <shape width="114" height="18" topLeftX="592" topLeftY="422" type="text">
790
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="center">
791
+ <p textAlign="center">
792
+ <span fontSize="12">职能</span>
793
+ </p>
794
+ </content>
795
+ </shape>
796
+ <shape width="128" height="144" topLeftX="750" topLeftY="311" flipX="true" type="round1rect">
797
+ <fill>
798
+ <fillColor color="rgba(43, 47, 54, 1)"/>
799
+ </fill>
800
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
801
+ </shape>
802
+ <shape width="128" height="144" topLeftX="750" topLeftY="309" flipX="true" type="round1rect">
803
+ <fill>
804
+ <fillColor color="rgba(255, 255, 255, 1)"/>
805
+ </fill>
806
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
807
+ </shape>
808
+ <img src="UNDMbqjOzo02bPxl4eMcBP41nmc" width="63" height="63" topLeftX="782" topLeftY="326">
809
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="200"/>
810
+ </img>
811
+ <shape width="114" height="21" topLeftX="756" topLeftY="397" type="text">
812
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
813
+ <p textAlign="center">
814
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">姓名</span>
815
+ </p>
816
+ </content>
817
+ </shape>
818
+ <shape width="114" height="18" topLeftX="756" topLeftY="422" type="text">
819
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="center">
820
+ <p textAlign="center">
821
+ <span fontSize="12">职能</span>
822
+ </p>
823
+ </content>
824
+ </shape>
825
+ <img src="Nz2Bbvq9joLfAxxjnA1c2d2dnyc" width="38" height="40" topLeftX="163" topLeftY="231" alpha="0.8">
826
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
827
+ </img>
828
+ <img src="Nz2Bbvq9joLfAxxjnA1c2d2dnyc" width="38" height="40" topLeftX="331" topLeftY="127" rotation="270" alpha="0.8">
829
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
830
+ </img>
831
+ <img src="Nz2Bbvq9joLfAxxjnA1c2d2dnyc" width="38" height="40" topLeftX="409" topLeftY="232" rotation="90" alpha="0.8">
832
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
833
+ </img>
834
+ <img src="Nz2Bbvq9joLfAxxjnA1c2d2dnyc" width="38" height="40" topLeftX="674" topLeftY="127" rotation="270" alpha="0.8">
835
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
836
+ </img>
837
+ <img src="Nz2Bbvq9joLfAxxjnA1c2d2dnyc" width="38" height="40" topLeftX="750" topLeftY="233" rotation="90" alpha="0.8">
838
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
839
+ </img>
840
+ <img src="KljObYVJUoEkGnx7C3qcENPknHb" width="38" height="40" topLeftX="164" topLeftY="308" rotation="270" alpha="0.8">
841
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
842
+ </img>
843
+ <img src="KljObYVJUoEkGnx7C3qcENPknHb" width="38" height="40" topLeftX="241" topLeftY="413" rotation="90" alpha="0.8">
844
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
845
+ </img>
846
+ <img src="KljObYVJUoEkGnx7C3qcENPknHb" width="38" height="40" topLeftX="497" topLeftY="308" rotation="270" alpha="0.8">
847
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
848
+ </img>
849
+ <img src="KljObYVJUoEkGnx7C3qcENPknHb" width="38" height="40" topLeftX="678" topLeftY="413" alpha="0.8">
850
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
851
+ </img>
852
+ <img src="KljObYVJUoEkGnx7C3qcENPknHb" width="38" height="40" topLeftX="750" topLeftY="413" rotation="90" alpha="0.8">
853
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
854
+ </img>
855
+ <img src="OnEabmzmnoWL07xAWancWJhun3f" width="103" height="12" topLeftX="186" topLeftY="71">
856
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
857
+ </img>
858
+ </data>
859
+ <note>
860
+ <content/>
861
+ </note>
862
+ </slide>
863
+ <slide>
864
+ <style/>
865
+ <data>
866
+ <shape width="963" height="540" topLeftX="-3" topLeftY="0" type="rect">
867
+ <fill>
868
+ <fillColor color="rgba(244, 244, 242, 1)"/>
869
+ </fill>
870
+ </shape>
871
+ <shape width="963" height="540" topLeftX="-1" topLeftY="0" type="rect">
872
+ <fill>
873
+ <fillColor color="rgba(255, 255, 255, 1)"/>
874
+ </fill>
875
+ </shape>
876
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="29" topLeftY="431" rotation="90">
877
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
878
+ </img>
879
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="851" topLeftY="-29" rotation="270">
880
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
881
+ </img>
882
+ <img src="E3p7boCbJoZiGsxZ98ucT5DbnRf" width="24" height="12" topLeftX="816" topLeftY="30">
883
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
884
+ </img>
885
+ <img src="OaLab1wvOo648bxy3ejcT72inIe" width="14" height="41" topLeftX="55" topLeftY="39">
886
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
887
+ </img>
888
+ <shape width="403" height="21" topLeftX="77" topLeftY="67" type="text">
889
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
890
+ <p>Business Objective</p>
891
+ </content>
892
+ </shape>
893
+ <shape width="403" height="36" topLeftX="77" topLeftY="30" type="text">
894
+ <content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
895
+ <p textAlign="left">业务目标</p>
896
+ </content>
897
+ </shape>
898
+ <img src="RElNb64QeopwDaxjD6CcK0FGnwv" width="103" height="12" topLeftX="215" topLeftY="71">
899
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
900
+ </img>
901
+ <shape width="261" height="362" topLeftX="51" topLeftY="123" flipX="true" type="round1rect">
902
+ <fill>
903
+ <fillColor color="rgba(43, 47, 54, 1)"/>
904
+ </fill>
905
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
906
+ </shape>
907
+ <shape width="261" height="362" topLeftX="49" topLeftY="120" flipX="true" type="round1rect">
908
+ <fill>
909
+ <fillColor color="rgba(255, 255, 255, 1)"/>
910
+ </fill>
911
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
912
+ </shape>
913
+ <shape width="230" height="42" topLeftX="66" topLeftY="137" type="text">
914
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
915
+ <p textAlign="left">
916
+ <strong>
917
+ <span color="rgba(19, 147, 207, 1)" fontSize="14">O1:</span>
918
+ </strong>
919
+ <span color="rgba(19, 147, 207, 1)" fontSize="14"> </span>
920
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的业务目标,输入相关的业务目标</span>
921
+ </p>
922
+ </content>
923
+ </shape>
924
+ <shape width="32" height="20" topLeftX="67" topLeftY="197" presetHandlers="4" type="round-rect">
925
+ <fill>
926
+ <fillColor color="rgba(141, 201, 236, 1)"/>
927
+ </fill>
928
+ </shape>
929
+ <shape width="30" height="18" topLeftX="68" topLeftY="198" type="text">
930
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
931
+ <p textAlign="center">
932
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR1</span>
933
+ </p>
934
+ </content>
935
+ </shape>
936
+ <shape width="32" height="20" topLeftX="67" topLeftY="292" presetHandlers="4" type="round-rect">
937
+ <fill>
938
+ <fillColor color="rgba(141, 201, 236, 1)"/>
939
+ </fill>
940
+ </shape>
941
+ <shape width="30" height="18" topLeftX="68" topLeftY="293" type="text">
942
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
943
+ <p textAlign="center">
944
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR2</span>
945
+ </p>
946
+ </content>
947
+ </shape>
948
+ <shape width="32" height="20" topLeftX="67" topLeftY="388" presetHandlers="4" type="round-rect">
949
+ <fill>
950
+ <fillColor color="rgba(141, 201, 236, 1)"/>
951
+ </fill>
952
+ </shape>
953
+ <shape width="30" height="18" topLeftX="68" topLeftY="389" type="text">
954
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
955
+ <p textAlign="center">
956
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR3</span>
957
+ </p>
958
+ </content>
959
+ </shape>
960
+ <line startX="83" startY="213" endX="83" endY="386">
961
+ <border color="rgba(141, 201, 236, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
962
+ </line>
963
+ <shape width="183" height="54" topLeftX="108" topLeftY="192" type="text">
964
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
965
+ <p textAlign="left">
966
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
967
+ </p>
968
+ </content>
969
+ </shape>
970
+ <shape width="183" height="18" topLeftX="108" topLeftY="250" type="text">
971
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
972
+ <p textAlign="left">
973
+ <span fontSize="12">负责人:</span>
974
+ <em>
975
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
976
+ </em>
977
+ </p>
978
+ </content>
979
+ </shape>
980
+ <shape width="183" height="54" topLeftX="108" topLeftY="288" type="text">
981
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
982
+ <p textAlign="left">
983
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
984
+ </p>
985
+ </content>
986
+ </shape>
987
+ <shape width="183" height="18" topLeftX="108" topLeftY="346" type="text">
988
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
989
+ <p textAlign="left">
990
+ <span fontSize="12">负责人:</span>
991
+ <em>
992
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
993
+ </em>
994
+ </p>
995
+ </content>
996
+ </shape>
997
+ <shape width="183" height="54" topLeftX="108" topLeftY="384" type="text">
998
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
999
+ <p textAlign="left">
1000
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
1001
+ </p>
1002
+ </content>
1003
+ </shape>
1004
+ <shape width="183" height="18" topLeftX="108" topLeftY="441" type="text">
1005
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
1006
+ <p textAlign="left">
1007
+ <span fontSize="12">负责人:</span>
1008
+ <em>
1009
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
1010
+ </em>
1011
+ </p>
1012
+ </content>
1013
+ </shape>
1014
+ <shape width="261" height="362" topLeftX="351" topLeftY="123" flipX="true" type="round1rect">
1015
+ <fill>
1016
+ <fillColor color="rgba(43, 47, 54, 1)"/>
1017
+ </fill>
1018
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1019
+ </shape>
1020
+ <shape width="261" height="362" topLeftX="349" topLeftY="120" flipX="true" type="round1rect">
1021
+ <fill>
1022
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1023
+ </fill>
1024
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1025
+ </shape>
1026
+ <shape width="230" height="42" topLeftX="366" topLeftY="137" type="text">
1027
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
1028
+ <p textAlign="left">
1029
+ <strong>
1030
+ <span color="rgba(247, 193, 95, 1)" fontSize="14">O2:</span>
1031
+ </strong>
1032
+ <span color="rgba(247, 193, 95, 1)" fontSize="14"> </span>
1033
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的业务目标,输入相关的业务目标</span>
1034
+ </p>
1035
+ </content>
1036
+ </shape>
1037
+ <shape width="32" height="20" topLeftX="367" topLeftY="197" presetHandlers="4" type="round-rect">
1038
+ <fill>
1039
+ <fillColor color="rgba(255, 224, 136, 1)"/>
1040
+ </fill>
1041
+ </shape>
1042
+ <shape width="30" height="18" topLeftX="368" topLeftY="198" type="text">
1043
+ <content fontSize="16" fontFamily="Arial" color="rgba(43, 47, 54, 1)" textAlign="center">
1044
+ <p textAlign="center">
1045
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" fontFamily="Arial">KR1</span>
1046
+ </p>
1047
+ </content>
1048
+ </shape>
1049
+ <shape width="32" height="20" topLeftX="367" topLeftY="292" presetHandlers="4" type="round-rect">
1050
+ <fill>
1051
+ <fillColor color="rgba(255, 224, 136, 1)"/>
1052
+ </fill>
1053
+ </shape>
1054
+ <shape width="32" height="20" topLeftX="367" topLeftY="388" presetHandlers="4" type="round-rect">
1055
+ <fill>
1056
+ <fillColor color="rgba(255, 224, 136, 1)"/>
1057
+ </fill>
1058
+ </shape>
1059
+ <line startX="383" startY="213" endX="383" endY="386">
1060
+ <border color="rgba(255, 224, 136, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1061
+ </line>
1062
+ <shape width="183" height="54" topLeftX="408" topLeftY="192" type="text">
1063
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
1064
+ <p textAlign="left">
1065
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
1066
+ </p>
1067
+ </content>
1068
+ </shape>
1069
+ <shape width="183" height="18" topLeftX="408" topLeftY="250" type="text">
1070
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
1071
+ <p textAlign="left">
1072
+ <span fontSize="12">负责人:</span>
1073
+ <em>
1074
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
1075
+ </em>
1076
+ </p>
1077
+ </content>
1078
+ </shape>
1079
+ <shape width="183" height="54" topLeftX="408" topLeftY="288" type="text">
1080
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
1081
+ <p textAlign="left">
1082
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
1083
+ </p>
1084
+ </content>
1085
+ </shape>
1086
+ <shape width="183" height="18" topLeftX="408" topLeftY="346" type="text">
1087
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
1088
+ <p textAlign="left">
1089
+ <span fontSize="12">负责人:</span>
1090
+ <em>
1091
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
1092
+ </em>
1093
+ </p>
1094
+ </content>
1095
+ </shape>
1096
+ <shape width="183" height="54" topLeftX="408" topLeftY="384" type="text">
1097
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
1098
+ <p textAlign="left">
1099
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
1100
+ </p>
1101
+ </content>
1102
+ </shape>
1103
+ <shape width="183" height="18" topLeftX="408" topLeftY="441" type="text">
1104
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
1105
+ <p textAlign="left">
1106
+ <span fontSize="12">负责人:</span>
1107
+ <em>
1108
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
1109
+ </em>
1110
+ </p>
1111
+ </content>
1112
+ </shape>
1113
+ <shape width="261" height="362" topLeftX="651" topLeftY="123" flipX="true" type="round1rect">
1114
+ <fill>
1115
+ <fillColor color="rgba(43, 47, 54, 1)"/>
1116
+ </fill>
1117
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1118
+ </shape>
1119
+ <shape width="261" height="362" topLeftX="649" topLeftY="120" flipX="true" type="round1rect">
1120
+ <fill>
1121
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1122
+ </fill>
1123
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1124
+ </shape>
1125
+ <shape width="230" height="42" topLeftX="666" topLeftY="137" type="text">
1126
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
1127
+ <p textAlign="left">
1128
+ <strong>
1129
+ <span color="rgba(84, 213, 217, 1)" fontSize="14">O3:</span>
1130
+ </strong>
1131
+ <span color="rgba(35, 195, 192, 1)" fontSize="14"> </span>
1132
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的业务目标,输入相关的业务目标</span>
1133
+ </p>
1134
+ </content>
1135
+ </shape>
1136
+ <shape width="32" height="20" topLeftX="667" topLeftY="197" presetHandlers="4" type="round-rect">
1137
+ <fill>
1138
+ <fillColor color="rgba(35, 195, 192, 1)"/>
1139
+ </fill>
1140
+ </shape>
1141
+ <shape width="32" height="20" topLeftX="667" topLeftY="292" presetHandlers="4" type="round-rect">
1142
+ <fill>
1143
+ <fillColor color="rgba(35, 195, 192, 1)"/>
1144
+ </fill>
1145
+ </shape>
1146
+ <shape width="32" height="20" topLeftX="667" topLeftY="388" presetHandlers="4" type="round-rect">
1147
+ <fill>
1148
+ <fillColor color="rgba(35, 195, 192, 1)"/>
1149
+ </fill>
1150
+ </shape>
1151
+ <line startX="683" startY="213" endX="683" endY="386">
1152
+ <border color="rgba(35, 195, 192, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1153
+ </line>
1154
+ <shape width="183" height="54" topLeftX="708" topLeftY="192" type="text">
1155
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
1156
+ <p textAlign="left">
1157
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
1158
+ </p>
1159
+ </content>
1160
+ </shape>
1161
+ <shape width="183" height="18" topLeftX="708" topLeftY="250" type="text">
1162
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
1163
+ <p textAlign="left">
1164
+ <span fontSize="12">负责人:</span>
1165
+ <em>
1166
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
1167
+ </em>
1168
+ </p>
1169
+ </content>
1170
+ </shape>
1171
+ <shape width="183" height="54" topLeftX="708" topLeftY="288" type="text">
1172
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
1173
+ <p textAlign="left">
1174
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
1175
+ </p>
1176
+ </content>
1177
+ </shape>
1178
+ <shape width="183" height="18" topLeftX="708" topLeftY="346" type="text">
1179
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
1180
+ <p textAlign="left">
1181
+ <span fontSize="12">负责人:</span>
1182
+ <em>
1183
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名</span>
1184
+ </em>
1185
+ <span fontSize="12">”</span>
1186
+ </p>
1187
+ </content>
1188
+ </shape>
1189
+ <shape width="183" height="54" topLeftX="708" topLeftY="384" type="text">
1190
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
1191
+ <p textAlign="left">
1192
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
1193
+ </p>
1194
+ </content>
1195
+ </shape>
1196
+ <shape width="183" height="18" topLeftX="708" topLeftY="441" type="text">
1197
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
1198
+ <p textAlign="left">
1199
+ <span fontSize="12">负责人:</span>
1200
+ <em>
1201
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
1202
+ </em>
1203
+ </p>
1204
+ </content>
1205
+ </shape>
1206
+ <shape width="30" height="18" topLeftX="368" topLeftY="293" type="text">
1207
+ <content fontSize="16" fontFamily="Arial" color="rgba(43, 47, 54, 1)" textAlign="center">
1208
+ <p textAlign="center">
1209
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" fontFamily="Arial">KR2</span>
1210
+ </p>
1211
+ </content>
1212
+ </shape>
1213
+ <shape width="30" height="18" topLeftX="368" topLeftY="389" type="text">
1214
+ <content fontSize="16" fontFamily="Arial" color="rgba(43, 47, 54, 1)" textAlign="center">
1215
+ <p textAlign="center">
1216
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" fontFamily="Arial">KR3</span>
1217
+ </p>
1218
+ </content>
1219
+ </shape>
1220
+ <shape width="30" height="18" topLeftX="668" topLeftY="198" type="text">
1221
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
1222
+ <p textAlign="center">
1223
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR1</span>
1224
+ </p>
1225
+ </content>
1226
+ </shape>
1227
+ <shape width="30" height="18" topLeftX="668" topLeftY="293" type="text">
1228
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
1229
+ <p textAlign="center">
1230
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR2</span>
1231
+ </p>
1232
+ </content>
1233
+ </shape>
1234
+ <shape width="30" height="18" topLeftX="668" topLeftY="389" type="text">
1235
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
1236
+ <p textAlign="center">
1237
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR3</span>
1238
+ </p>
1239
+ </content>
1240
+ </shape>
1241
+ </data>
1242
+ <note>
1243
+ <content/>
1244
+ </note>
1245
+ </slide>
1246
+ <slide>
1247
+ <style>
1248
+ <fill>
1249
+ <fillColor color="rgba(255, 246, 220, 1)"/>
1250
+ </fill>
1251
+ </style>
1252
+ <data>
1253
+ <img src="AZbNbhTvDo08gzx2zmTc5jfwnMg" width="80" height="139" topLeftX="29" topLeftY="431" rotation="90">
1254
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1255
+ </img>
1256
+ <img src="E3p7boCbJoZiGsxZ98ucT5DbnRf" width="24" height="12" topLeftX="816" topLeftY="30">
1257
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1258
+ </img>
1259
+ <img src="OaLab1wvOo648bxy3ejcT72inIe" width="14" height="41" topLeftX="55" topLeftY="39">
1260
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1261
+ </img>
1262
+ <img src="EP1JbjIGzoTdKHx0hNFclSWjnpd" width="135" height="77" topLeftX="828" topLeftY="0" alpha="0.6">
1263
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1264
+ </img>
1265
+ <img src="EP1JbjIGzoTdKHx0hNFclSWjnpd" width="135" height="77" topLeftX="0" topLeftY="463" rotation="180" alpha="0.6">
1266
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1267
+ </img>
1268
+ <shape width="403" height="21" topLeftX="77" topLeftY="67" type="text">
1269
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
1270
+ <p>Business Decomposition</p>
1271
+ </content>
1272
+ </shape>
1273
+ <shape width="403" height="36" topLeftX="77" topLeftY="30" type="text">
1274
+ <content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
1275
+ <p>业务拆解</p>
1276
+ </content>
1277
+ </shape>
1278
+ <shape width="193" height="257" topLeftX="52" topLeftY="170" flipX="true" type="round1rect">
1279
+ <fill>
1280
+ <fillColor color="rgba(43, 47, 54, 1)"/>
1281
+ </fill>
1282
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1283
+ </shape>
1284
+ <shape width="193" height="257" topLeftX="51" topLeftY="167" flipX="true" type="round1rect">
1285
+ <fill>
1286
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1287
+ </fill>
1288
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1289
+ </shape>
1290
+ <shape width="193" height="257" topLeftX="275" topLeftY="170" flipX="true" type="round1rect">
1291
+ <fill>
1292
+ <fillColor color="rgba(43, 47, 54, 1)"/>
1293
+ </fill>
1294
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1295
+ </shape>
1296
+ <shape width="193" height="257" topLeftX="273" topLeftY="167" flipX="true" type="round1rect">
1297
+ <fill>
1298
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1299
+ </fill>
1300
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1301
+ </shape>
1302
+ <shape width="193" height="257" topLeftX="497" topLeftY="170" flipX="true" type="round1rect">
1303
+ <fill>
1304
+ <fillColor color="rgba(43, 47, 54, 1)"/>
1305
+ </fill>
1306
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1307
+ </shape>
1308
+ <shape width="193" height="257" topLeftX="496" topLeftY="167" flipX="true" type="round1rect">
1309
+ <fill>
1310
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1311
+ </fill>
1312
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1313
+ </shape>
1314
+ <shape width="193" height="257" topLeftX="720" topLeftY="170" flipX="true" type="round1rect">
1315
+ <fill>
1316
+ <fillColor color="rgba(43, 47, 54, 1)"/>
1317
+ </fill>
1318
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1319
+ </shape>
1320
+ <shape width="193" height="257" topLeftX="718" topLeftY="167" flipX="true" type="round1rect">
1321
+ <fill>
1322
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1323
+ </fill>
1324
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1325
+ </shape>
1326
+ <shape width="152" height="42" topLeftX="78" topLeftY="207" type="text">
1327
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
1328
+ <p textAlign="left">
1329
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">业务拆解一标题,业务拆解一标题</span>
1330
+ </p>
1331
+ </content>
1332
+ </shape>
1333
+ <shape width="152" height="54" topLeftX="78" topLeftY="262" type="text">
1334
+ <content textType="headline" fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false" textAlign="left">
1335
+ <p textAlign="left">
1336
+ <span color="rgba(102, 102, 102, 1)">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
1337
+ </p>
1338
+ </content>
1339
+ </shape>
1340
+ <shape width="12" height="8" topLeftX="63" topLeftY="268" rotation="90" type="triangle">
1341
+ <fill>
1342
+ <fillColor color="rgba(247, 193, 95, 1)"/>
1343
+ </fill>
1344
+ </shape>
1345
+ <shape width="152" height="54" topLeftX="78" topLeftY="330" type="text">
1346
+ <content textType="headline" fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false" textAlign="left">
1347
+ <p textAlign="left">
1348
+ <span color="rgba(102, 102, 102, 1)">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
1349
+ </p>
1350
+ </content>
1351
+ </shape>
1352
+ <shape width="12" height="8" topLeftX="63" topLeftY="335" rotation="90" type="triangle">
1353
+ <fill>
1354
+ <fillColor color="rgba(247, 193, 95, 1)"/>
1355
+ </fill>
1356
+ </shape>
1357
+ <shape width="152" height="42" topLeftX="299" topLeftY="207" type="text">
1358
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
1359
+ <p textAlign="left">
1360
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">业务拆解一标题,业务拆解一标题</span>
1361
+ </p>
1362
+ </content>
1363
+ </shape>
1364
+ <shape width="152" height="42" topLeftX="522" topLeftY="207" type="text">
1365
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
1366
+ <p textAlign="left">
1367
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">业务拆解一标题,业务拆解一标题</span>
1368
+ </p>
1369
+ </content>
1370
+ </shape>
1371
+ <shape width="152" height="54" topLeftX="522" topLeftY="262" type="text">
1372
+ <content textType="headline" fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false" textAlign="left">
1373
+ <p textAlign="left">
1374
+ <span color="rgba(102, 102, 102, 1)">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
1375
+ </p>
1376
+ </content>
1377
+ </shape>
1378
+ <shape width="12" height="8" topLeftX="507" topLeftY="268" rotation="90" type="triangle">
1379
+ <fill>
1380
+ <fillColor color="rgba(247, 193, 95, 1)"/>
1381
+ </fill>
1382
+ </shape>
1383
+ <shape width="152" height="54" topLeftX="522" topLeftY="330" type="text">
1384
+ <content textType="headline" fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false" textAlign="left">
1385
+ <p textAlign="left">
1386
+ <span color="rgba(102, 102, 102, 1)">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
1387
+ </p>
1388
+ </content>
1389
+ </shape>
1390
+ <shape width="12" height="8" topLeftX="507" topLeftY="335" rotation="90" type="triangle">
1391
+ <fill>
1392
+ <fillColor color="rgba(247, 193, 95, 1)"/>
1393
+ </fill>
1394
+ </shape>
1395
+ <shape width="152" height="42" topLeftX="742" topLeftY="207" type="text">
1396
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
1397
+ <p textAlign="left">
1398
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">业务拆解一标题,业务拆解一标题</span>
1399
+ </p>
1400
+ </content>
1401
+ </shape>
1402
+ <shape width="152" height="36" topLeftX="742" topLeftY="262" type="text">
1403
+ <content textType="headline" fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false" textAlign="left">
1404
+ <p textAlign="left">
1405
+ <span color="rgba(102, 102, 102, 1)">输入相关的描述信息以解释标题</span>
1406
+ </p>
1407
+ </content>
1408
+ </shape>
1409
+ <shape width="12" height="8" topLeftX="727" topLeftY="268" rotation="90" type="triangle">
1410
+ <fill>
1411
+ <fillColor color="rgba(247, 193, 95, 1)"/>
1412
+ </fill>
1413
+ </shape>
1414
+ <shape width="152" height="36" topLeftX="742" topLeftY="308" type="text">
1415
+ <content textType="headline" fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false" textAlign="left">
1416
+ <p textAlign="left">
1417
+ <span color="rgba(102, 102, 102, 1)">输入相关的描述信息以解释标题</span>
1418
+ </p>
1419
+ </content>
1420
+ </shape>
1421
+ <shape width="12" height="8" topLeftX="727" topLeftY="314" rotation="90" type="triangle">
1422
+ <fill>
1423
+ <fillColor color="rgba(247, 193, 95, 1)"/>
1424
+ </fill>
1425
+ </shape>
1426
+ <shape width="60" height="60" topLeftX="119" topLeftY="137" type="ellipse">
1427
+ <fill>
1428
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1429
+ </fill>
1430
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1431
+ </shape>
1432
+ <shape width="50" height="50" topLeftX="124" topLeftY="142" type="ellipse">
1433
+ <fill>
1434
+ <fillColor color="rgba(141, 201, 236, 1)"/>
1435
+ </fill>
1436
+ </shape>
1437
+ <icon width="24" height="24" topLeftX="137" topLeftY="154" iconType="iconpark/Office/compression.svg">
1438
+ <fill>
1439
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1440
+ </fill>
1441
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1442
+ </icon>
1443
+ <shape width="60" height="60" topLeftX="342" topLeftY="137" type="ellipse">
1444
+ <fill>
1445
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1446
+ </fill>
1447
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1448
+ </shape>
1449
+ <shape width="50" height="50" topLeftX="347" topLeftY="142" type="ellipse">
1450
+ <fill>
1451
+ <fillColor color="rgba(255, 224, 136, 1)"/>
1452
+ </fill>
1453
+ </shape>
1454
+ <icon width="24" height="24" topLeftX="360" topLeftY="154" iconType="iconpark/Base/save-one.svg">
1455
+ <fill>
1456
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1457
+ </fill>
1458
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1459
+ </icon>
1460
+ <shape width="60" height="60" topLeftX="564" topLeftY="137" type="ellipse">
1461
+ <fill>
1462
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1463
+ </fill>
1464
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1465
+ </shape>
1466
+ <shape width="50" height="50" topLeftX="569" topLeftY="142" type="ellipse">
1467
+ <fill>
1468
+ <fillColor color="rgba(84, 213, 217, 1)"/>
1469
+ </fill>
1470
+ </shape>
1471
+ <icon width="24" height="24" topLeftX="582" topLeftY="154" iconType="iconpark/Office/file-cabinet.svg">
1472
+ <fill>
1473
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1474
+ </fill>
1475
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1476
+ </icon>
1477
+ <shape width="60" height="60" topLeftX="787" topLeftY="137" type="ellipse">
1478
+ <fill>
1479
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1480
+ </fill>
1481
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1482
+ </shape>
1483
+ <shape width="50" height="50" topLeftX="792" topLeftY="142" type="ellipse">
1484
+ <fill>
1485
+ <fillColor color="rgba(141, 201, 236, 1)"/>
1486
+ </fill>
1487
+ </shape>
1488
+ <icon width="24" height="24" topLeftX="805" topLeftY="154" iconType="iconpark/Office/folder-code.svg">
1489
+ <fill>
1490
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1491
+ </fill>
1492
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1493
+ </icon>
1494
+ <shape width="152" height="36" topLeftX="742" topLeftY="356" type="text">
1495
+ <content textType="headline" fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false" textAlign="left">
1496
+ <p textAlign="left">
1497
+ <span color="rgba(102, 102, 102, 1)">输入相关的描述信息以解释标题</span>
1498
+ </p>
1499
+ </content>
1500
+ </shape>
1501
+ <shape width="12" height="8" topLeftX="727" topLeftY="361" rotation="90" type="triangle">
1502
+ <fill>
1503
+ <fillColor color="rgba(247, 193, 95, 1)"/>
1504
+ </fill>
1505
+ </shape>
1506
+ <shape width="152" height="36" topLeftX="299" topLeftY="262" type="text">
1507
+ <content textType="headline" fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false" textAlign="left">
1508
+ <p textAlign="left">
1509
+ <span color="rgba(102, 102, 102, 1)">输入相关的描述信息以解释标题</span>
1510
+ </p>
1511
+ </content>
1512
+ </shape>
1513
+ <shape width="12" height="8" topLeftX="284" topLeftY="268" rotation="90" type="triangle">
1514
+ <fill>
1515
+ <fillColor color="rgba(247, 193, 95, 1)"/>
1516
+ </fill>
1517
+ </shape>
1518
+ <shape width="152" height="36" topLeftX="299" topLeftY="308" type="text">
1519
+ <content textType="headline" fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false" textAlign="left">
1520
+ <p textAlign="left">
1521
+ <span color="rgba(102, 102, 102, 1)">输入相关的描述信息以解释标题</span>
1522
+ </p>
1523
+ </content>
1524
+ </shape>
1525
+ <shape width="12" height="8" topLeftX="284" topLeftY="314" rotation="90" type="triangle">
1526
+ <fill>
1527
+ <fillColor color="rgba(247, 193, 95, 1)"/>
1528
+ </fill>
1529
+ </shape>
1530
+ <shape width="152" height="36" topLeftX="299" topLeftY="356" type="text">
1531
+ <content textType="headline" fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false" textAlign="left">
1532
+ <p textAlign="left">
1533
+ <span color="rgba(102, 102, 102, 1)">输入相关的描述信息以解释标题</span>
1534
+ </p>
1535
+ </content>
1536
+ </shape>
1537
+ <shape width="12" height="8" topLeftX="284" topLeftY="361" rotation="90" type="triangle">
1538
+ <fill>
1539
+ <fillColor color="rgba(247, 193, 95, 1)"/>
1540
+ </fill>
1541
+ </shape>
1542
+ <img src="CjHhbWKFfowop0xU6lycd2r8nFf" width="103" height="12" topLeftX="248" topLeftY="71">
1543
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1544
+ </img>
1545
+ </data>
1546
+ <note>
1547
+ <content/>
1548
+ </note>
1549
+ </slide>
1550
+ <slide>
1551
+ <style>
1552
+ <fill>
1553
+ <fillColor color="rgba(34, 38, 41, 1)"/>
1554
+ </fill>
1555
+ </style>
1556
+ <data>
1557
+ <img src="BbgxbapUsowgUxxvPq1cc2TJnYd" width="960" height="540" topLeftX="0" topLeftY="0" alpha="0.5">
1558
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1559
+ </img>
1560
+ <img src="GYslbhG0AoRPLbxG4QPcbTpunTc" width="960" height="540" topLeftX="0" topLeftY="0">
1561
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="75" bottomOffset="116" presetHandlers="0"/>
1562
+ </img>
1563
+ <img src="FnAFboETEoDtHdxsLZIcto8nnYc" width="103" height="12" topLeftX="809" topLeftY="489">
1564
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1565
+ </img>
1566
+ <shape width="100" height="99" topLeftX="196" topLeftY="223" type="round2diag-rect">
1567
+ <fill>
1568
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1569
+ </fill>
1570
+ <border color="rgba(31, 35, 41, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1571
+ </shape>
1572
+ <shape width="132" height="132" topLeftX="769" topLeftY="-17" type="ellipse">
1573
+ <border color="rgba(102, 102, 102, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1574
+ </shape>
1575
+ <shape width="12" height="12" topLeftX="769" topLeftY="74" type="ellipse">
1576
+ <fill>
1577
+ <fillColor color="rgba(141, 201, 236, 1)"/>
1578
+ </fill>
1579
+ </shape>
1580
+ <shape width="100" height="99" topLeftX="191" topLeftY="218" type="round2diag-rect">
1581
+ <fill>
1582
+ <fillColor color="rgba(141, 201, 236, 1)"/>
1583
+ </fill>
1584
+ <border color="rgba(31, 35, 41, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1585
+ </shape>
1586
+ <shape width="72" height="18" topLeftX="68" topLeftY="40" type="text">
1587
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
1588
+ <p lineSpacing="multiple:1">
1589
+ <strong>
1590
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
1591
+ </strong>
1592
+ </p>
1593
+ </content>
1594
+ </shape>
1595
+ <img src="OvVIbXxqioTTT8xXAckcWzYBnYg" width="24" height="24" topLeftX="31" topLeftY="37" rotation="90">
1596
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1597
+ </img>
1598
+ <img src="BiE0bg77Poe1ZTxonW1ckyVBnfg" width="12" height="32" topLeftX="31" topLeftY="479">
1599
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1600
+ </img>
1601
+ <shape width="100" height="30" topLeftX="191" topLeftY="275" type="text">
1602
+ <content textType="sub-headline" fontSize="20" fontFamily="Arial" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
1603
+ <p textAlign="center">PART 2</p>
1604
+ </content>
1605
+ </shape>
1606
+ <shape width="407" height="63" topLeftX="335" topLeftY="284" type="text">
1607
+ <content textType="title" fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false">
1608
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
1609
+ </content>
1610
+ </shape>
1611
+ <shape width="407" height="72" topLeftX="334" topLeftY="199" type="text">
1612
+ <content textType="title" fontSize="48" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
1613
+ <p>完成情况</p>
1614
+ </content>
1615
+ </shape>
1616
+ <icon width="40" height="40" topLeftX="221" topLeftY="232" iconType="iconpark/Character/check-one.svg">
1617
+ <fill>
1618
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1619
+ </fill>
1620
+ <border color="rgba(43, 47, 54, 1)" width="3" lineJoin="miter" miterLimit="10"/>
1621
+ </icon>
1622
+ </data>
1623
+ <note>
1624
+ <content/>
1625
+ </note>
1626
+ </slide>
1627
+ <slide>
1628
+ <style/>
1629
+ <data>
1630
+ <shape width="963" height="540" topLeftX="-3" topLeftY="0" type="rect">
1631
+ <fill>
1632
+ <fillColor color="rgba(244, 244, 242, 1)"/>
1633
+ </fill>
1634
+ </shape>
1635
+ <shape width="963" height="540" topLeftX="-1" topLeftY="0" type="rect">
1636
+ <fill>
1637
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1638
+ </fill>
1639
+ </shape>
1640
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="29" topLeftY="431" rotation="90">
1641
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1642
+ </img>
1643
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="851" topLeftY="-29" rotation="270">
1644
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1645
+ </img>
1646
+ <img src="E3p7boCbJoZiGsxZ98ucT5DbnRf" width="24" height="12" topLeftX="816" topLeftY="30">
1647
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1648
+ </img>
1649
+ <img src="OaLab1wvOo648bxy3ejcT72inIe" width="14" height="41" topLeftX="55" topLeftY="39">
1650
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1651
+ </img>
1652
+ <shape width="403" height="21" topLeftX="77" topLeftY="67" type="text">
1653
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
1654
+ <p>Task Achievement</p>
1655
+ </content>
1656
+ </shape>
1657
+ <shape width="403" height="36" topLeftX="77" topLeftY="30" type="text">
1658
+ <content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
1659
+ <p textAlign="left">完成情况</p>
1660
+ </content>
1661
+ </shape>
1662
+ <img src="RElNb64QeopwDaxjD6CcK0FGnwv" width="103" height="12" topLeftX="209" topLeftY="72">
1663
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1664
+ </img>
1665
+ <line startX="51" startY="254" endX="909" endY="254">
1666
+ <border color="rgba(155, 158, 162, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1667
+ </line>
1668
+ <line startX="51" startY="364" endX="909" endY="364">
1669
+ <border color="rgba(155, 158, 162, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1670
+ </line>
1671
+ <line startX="694" startY="131" endX="694" endY="467">
1672
+ <border color="rgba(155, 158, 162, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1673
+ </line>
1674
+ <line startX="464" startY="131" endX="464" endY="467">
1675
+ <border color="rgba(155, 158, 162, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1676
+ </line>
1677
+ <line startX="234" startY="131" endX="234" endY="467">
1678
+ <border color="rgba(155, 158, 162, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1679
+ </line>
1680
+ <shape width="174" height="42" topLeftX="51" topLeftY="177" type="text">
1681
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
1682
+ <p textAlign="left">
1683
+ <span color="rgba(19, 147, 207, 1)" fontSize="14">O1:</span>
1684
+ <span color="rgba(41, 71, 152, 1)" fontSize="14"> </span>
1685
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的描述信息以解释标题</span>
1686
+ </p>
1687
+ </content>
1688
+ </shape>
1689
+ <shape width="174" height="42" topLeftX="51" topLeftY="394" type="text">
1690
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
1691
+ <p textAlign="left">
1692
+ <span color="rgba(35, 195, 192, 1)" fontSize="14">O3: </span>
1693
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的描述信息以解释标题</span>
1694
+ </p>
1695
+ </content>
1696
+ </shape>
1697
+ <shape width="174" height="42" topLeftX="51" topLeftY="289" type="text">
1698
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
1699
+ <p textAlign="left">
1700
+ <span color="rgba(247, 193, 95, 1)" fontSize="14">O2: </span>
1701
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的描述信息以解释标题</span>
1702
+ </p>
1703
+ </content>
1704
+ </shape>
1705
+ <shape width="200" height="24" topLeftX="249" topLeftY="128" type="text">
1706
+ <content textType="headline" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
1707
+ <p textAlign="left">
1708
+ <span color="rgba(43, 47, 54, 1)" fontSize="16">6 月</span>
1709
+ </p>
1710
+ </content>
1711
+ </shape>
1712
+ <shape width="200" height="24" topLeftX="479" topLeftY="128" type="text">
1713
+ <content textType="headline" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
1714
+ <p textAlign="left">
1715
+ <span color="rgba(43, 47, 54, 1)" fontSize="16">7月</span>
1716
+ </p>
1717
+ </content>
1718
+ </shape>
1719
+ <shape width="200" height="24" topLeftX="709" topLeftY="128" type="text">
1720
+ <content textType="headline" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
1721
+ <p textAlign="left">
1722
+ <span color="rgba(43, 47, 54, 1)" fontSize="16">8月</span>
1723
+ </p>
1724
+ </content>
1725
+ </shape>
1726
+ <shape width="240" height="20" topLeftX="243" topLeftY="172" presetHandlers="4" type="round-rect">
1727
+ <fill>
1728
+ <fillColor color="rgba(141, 201, 236, 1)"/>
1729
+ </fill>
1730
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1731
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
1732
+ <p>
1733
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" fontFamily="思源黑体" bold="false">子任务</span>
1734
+ </p>
1735
+ </content>
1736
+ </shape>
1737
+ <shape width="160" height="20" topLeftX="379" topLeftY="198" presetHandlers="4" type="round-rect">
1738
+ <fill>
1739
+ <fillColor color="rgba(141, 201, 236, 1)"/>
1740
+ </fill>
1741
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1742
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
1743
+ <p>
1744
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
1745
+ </p>
1746
+ </content>
1747
+ </shape>
1748
+ <shape width="300" height="20" topLeftX="609" topLeftY="224" presetHandlers="4" type="round-rect">
1749
+ <fill>
1750
+ <fillColor color="rgba(141, 201, 236, 1)"/>
1751
+ </fill>
1752
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1753
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
1754
+ <p>
1755
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
1756
+ </p>
1757
+ </content>
1758
+ </shape>
1759
+ <shape width="212" height="18" topLeftX="343" topLeftY="263" presetHandlers="4" type="round-rect">
1760
+ <fill>
1761
+ <fillColor color="rgba(255, 224, 136, 1)"/>
1762
+ </fill>
1763
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1764
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
1765
+ <p>
1766
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
1767
+ </p>
1768
+ </content>
1769
+ </shape>
1770
+ <shape width="212" height="18" topLeftX="482" topLeftY="288" presetHandlers="4" type="round-rect">
1771
+ <fill>
1772
+ <fillColor color="rgba(255, 224, 136, 1)"/>
1773
+ </fill>
1774
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1775
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
1776
+ <p>
1777
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
1778
+ </p>
1779
+ </content>
1780
+ </shape>
1781
+ <shape width="265" height="18" topLeftX="458" topLeftY="313" presetHandlers="4" type="round-rect">
1782
+ <fill>
1783
+ <fillColor color="rgba(255, 224, 136, 1)"/>
1784
+ </fill>
1785
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1786
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
1787
+ <p>
1788
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
1789
+ </p>
1790
+ </content>
1791
+ </shape>
1792
+ <shape width="240" height="20" topLeftX="408" topLeftY="370" presetHandlers="4" type="round-rect">
1793
+ <fill>
1794
+ <fillColor color="rgba(84, 213, 217, 1)"/>
1795
+ </fill>
1796
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1797
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
1798
+ <p>
1799
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
1800
+ </p>
1801
+ </content>
1802
+ </shape>
1803
+ <shape width="200" height="20" topLeftX="591" topLeftY="395" presetHandlers="4" type="round-rect">
1804
+ <fill>
1805
+ <fillColor color="rgba(84, 213, 217, 1)"/>
1806
+ </fill>
1807
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1808
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
1809
+ <p>
1810
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
1811
+ </p>
1812
+ </content>
1813
+ </shape>
1814
+ <shape width="180" height="20" topLeftX="729" topLeftY="420" presetHandlers="4" type="round-rect">
1815
+ <fill>
1816
+ <fillColor color="rgba(84, 213, 217, 1)"/>
1817
+ </fill>
1818
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1819
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
1820
+ <p>
1821
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
1822
+ </p>
1823
+ </content>
1824
+ </shape>
1825
+ <shape width="400" height="20" topLeftX="375" topLeftY="445" presetHandlers="4" type="round-rect">
1826
+ <fill>
1827
+ <fillColor color="rgba(84, 213, 217, 1)"/>
1828
+ </fill>
1829
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1830
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
1831
+ <p>
1832
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
1833
+ </p>
1834
+ </content>
1835
+ </shape>
1836
+ <shape width="240" height="20" topLeftX="633" topLeftY="340" presetHandlers="4" type="round-rect">
1837
+ <fill>
1838
+ <fillColor color="rgba(255, 224, 136, 1)"/>
1839
+ </fill>
1840
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1841
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
1842
+ <p>
1843
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
1844
+ </p>
1845
+ </content>
1846
+ </shape>
1847
+ </data>
1848
+ <note>
1849
+ <content/>
1850
+ </note>
1851
+ </slide>
1852
+ <slide>
1853
+ <style/>
1854
+ <data>
1855
+ <shape width="963" height="540" topLeftX="-3" topLeftY="0" type="rect">
1856
+ <fill>
1857
+ <fillColor color="rgba(244, 244, 242, 1)"/>
1858
+ </fill>
1859
+ </shape>
1860
+ <shape width="963" height="540" topLeftX="-1" topLeftY="0" type="rect">
1861
+ <fill>
1862
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1863
+ </fill>
1864
+ </shape>
1865
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="29" topLeftY="431" rotation="90">
1866
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1867
+ </img>
1868
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="851" topLeftY="-29" rotation="270">
1869
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1870
+ </img>
1871
+ <img src="E3p7boCbJoZiGsxZ98ucT5DbnRf" width="24" height="12" topLeftX="816" topLeftY="30">
1872
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1873
+ </img>
1874
+ <img src="OaLab1wvOo648bxy3ejcT72inIe" width="14" height="41" topLeftX="55" topLeftY="39">
1875
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1876
+ </img>
1877
+ <shape width="403" height="21" topLeftX="77" topLeftY="67" type="text">
1878
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
1879
+ <p>Task Achievement</p>
1880
+ </content>
1881
+ </shape>
1882
+ <shape width="403" height="36" topLeftX="77" topLeftY="30" type="text">
1883
+ <content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
1884
+ <p textAlign="left">完成情况</p>
1885
+ </content>
1886
+ </shape>
1887
+ <img src="C8c6bWxJFo1IPXxoIyfc70XYnzS" width="103" height="12" topLeftX="209" topLeftY="72">
1888
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1889
+ </img>
1890
+ <shape width="261" height="362" topLeftX="51" topLeftY="123" flipX="true" type="round1rect">
1891
+ <fill>
1892
+ <fillColor color="rgba(43, 47, 54, 1)"/>
1893
+ </fill>
1894
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1895
+ </shape>
1896
+ <shape width="261" height="362" topLeftX="49" topLeftY="120" flipX="true" type="round1rect">
1897
+ <fill>
1898
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1899
+ </fill>
1900
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1901
+ </shape>
1902
+ <line startX="83" startY="213" endX="83" endY="386">
1903
+ <border color="rgba(141, 201, 236, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1904
+ </line>
1905
+ <shape width="183" height="36" topLeftX="108" topLeftY="192" type="text">
1906
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
1907
+ <p textAlign="left">
1908
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
1909
+ </p>
1910
+ </content>
1911
+ </shape>
1912
+ <shape width="183" height="18" topLeftX="108" topLeftY="233" type="text">
1913
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
1914
+ <p textAlign="left">
1915
+ <span fontSize="12">进度: 90%</span>
1916
+ </p>
1917
+ </content>
1918
+ </shape>
1919
+ <shape width="115" height="6" topLeftX="175" topLeftY="240" presetHandlers="16" type="round-rect">
1920
+ <fill>
1921
+ <fillColor/>
1922
+ </fill>
1923
+ </shape>
1924
+ <shape width="100" height="6" topLeftX="175" topLeftY="240" presetHandlers="16" type="round-rect">
1925
+ <fill>
1926
+ <fillColor color="rgba(141, 201, 236, 1)"/>
1927
+ </fill>
1928
+ </shape>
1929
+ <shape width="183" height="18" topLeftX="108" topLeftY="255" type="text">
1930
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
1931
+ <p textAlign="left">
1932
+ <span fontSize="12">负责人:</span>
1933
+ <em>
1934
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
1935
+ </em>
1936
+ </p>
1937
+ </content>
1938
+ </shape>
1939
+ <shape width="183" height="36" topLeftX="108" topLeftY="288" type="text">
1940
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
1941
+ <p textAlign="left">
1942
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
1943
+ </p>
1944
+ </content>
1945
+ </shape>
1946
+ <shape width="183" height="18" topLeftX="108" topLeftY="329" type="text">
1947
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
1948
+ <p textAlign="left">
1949
+ <span fontSize="12">进度: 100%</span>
1950
+ </p>
1951
+ </content>
1952
+ </shape>
1953
+ <shape width="115" height="6" topLeftX="175" topLeftY="336" presetHandlers="16" type="round-rect">
1954
+ <fill>
1955
+ <fillColor/>
1956
+ </fill>
1957
+ </shape>
1958
+ <shape width="115" height="6" topLeftX="175" topLeftY="336" presetHandlers="16" type="round-rect">
1959
+ <fill>
1960
+ <fillColor color="rgba(141, 201, 236, 1)"/>
1961
+ </fill>
1962
+ </shape>
1963
+ <shape width="183" height="18" topLeftX="108" topLeftY="351" type="text">
1964
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
1965
+ <p textAlign="left">
1966
+ <span fontSize="12">负责人:</span>
1967
+ <em>
1968
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
1969
+ </em>
1970
+ </p>
1971
+ </content>
1972
+ </shape>
1973
+ <shape width="183" height="36" topLeftX="108" topLeftY="384" type="text">
1974
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
1975
+ <p textAlign="left">
1976
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
1977
+ </p>
1978
+ </content>
1979
+ </shape>
1980
+ <shape width="183" height="18" topLeftX="108" topLeftY="425" type="text">
1981
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
1982
+ <p textAlign="left">
1983
+ <span fontSize="12">进度: 100%</span>
1984
+ </p>
1985
+ </content>
1986
+ </shape>
1987
+ <shape width="115" height="6" topLeftX="175" topLeftY="432" presetHandlers="16" type="round-rect">
1988
+ <fill>
1989
+ <fillColor/>
1990
+ </fill>
1991
+ </shape>
1992
+ <shape width="115" height="6" topLeftX="175" topLeftY="432" presetHandlers="16" type="round-rect">
1993
+ <fill>
1994
+ <fillColor color="rgba(141, 201, 236, 1)"/>
1995
+ </fill>
1996
+ </shape>
1997
+ <shape width="183" height="18" topLeftX="108" topLeftY="447" type="text">
1998
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
1999
+ <p textAlign="left">
2000
+ <span fontSize="12">负责人:</span>
2001
+ <em>
2002
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
2003
+ </em>
2004
+ </p>
2005
+ </content>
2006
+ </shape>
2007
+ <shape width="261" height="362" topLeftX="351" topLeftY="123" flipX="true" type="round1rect">
2008
+ <fill>
2009
+ <fillColor color="rgba(43, 47, 54, 1)"/>
2010
+ </fill>
2011
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2012
+ </shape>
2013
+ <shape width="261" height="362" topLeftX="349" topLeftY="120" flipX="true" type="round1rect">
2014
+ <fill>
2015
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2016
+ </fill>
2017
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2018
+ </shape>
2019
+ <shape width="32" height="20" topLeftX="367" topLeftY="197" presetHandlers="4" type="round-rect">
2020
+ <fill>
2021
+ <fillColor color="rgba(255, 224, 136, 1)"/>
2022
+ </fill>
2023
+ </shape>
2024
+ <shape width="30" height="18" topLeftX="368" topLeftY="198" type="text">
2025
+ <content fontSize="16" fontFamily="Arial" color="rgba(43, 47, 54, 1)" textAlign="center">
2026
+ <p textAlign="center">
2027
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" fontFamily="Arial">KR1</span>
2028
+ </p>
2029
+ </content>
2030
+ </shape>
2031
+ <shape width="32" height="20" topLeftX="367" topLeftY="292" presetHandlers="4" type="round-rect">
2032
+ <fill>
2033
+ <fillColor color="rgba(255, 224, 136, 1)"/>
2034
+ </fill>
2035
+ </shape>
2036
+ <shape width="32" height="20" topLeftX="367" topLeftY="388" presetHandlers="4" type="round-rect">
2037
+ <fill>
2038
+ <fillColor color="rgba(255, 224, 136, 1)"/>
2039
+ </fill>
2040
+ </shape>
2041
+ <line startX="383" startY="213" endX="383" endY="386">
2042
+ <border color="rgba(247, 193, 95, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
2043
+ </line>
2044
+ <shape width="183" height="36" topLeftX="408" topLeftY="192" type="text">
2045
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
2046
+ <p textAlign="left">
2047
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2048
+ </p>
2049
+ </content>
2050
+ </shape>
2051
+ <shape width="183" height="18" topLeftX="408" topLeftY="233" type="text">
2052
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2053
+ <p textAlign="left">
2054
+ <span fontSize="12">进度: 85%</span>
2055
+ </p>
2056
+ </content>
2057
+ </shape>
2058
+ <shape width="115" height="6" topLeftX="475" topLeftY="240" presetHandlers="16" type="round-rect">
2059
+ <fill>
2060
+ <fillColor/>
2061
+ </fill>
2062
+ </shape>
2063
+ <shape width="80" height="6" topLeftX="475" topLeftY="240" presetHandlers="16" type="round-rect">
2064
+ <fill>
2065
+ <fillColor color="rgba(255, 224, 136, 1)"/>
2066
+ </fill>
2067
+ </shape>
2068
+ <shape width="183" height="18" topLeftX="408" topLeftY="255" type="text">
2069
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2070
+ <p textAlign="left">
2071
+ <span fontSize="12">负责人:</span>
2072
+ <em>
2073
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
2074
+ </em>
2075
+ </p>
2076
+ </content>
2077
+ </shape>
2078
+ <shape width="183" height="36" topLeftX="408" topLeftY="288" type="text">
2079
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
2080
+ <p textAlign="left">
2081
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2082
+ </p>
2083
+ </content>
2084
+ </shape>
2085
+ <shape width="183" height="18" topLeftX="408" topLeftY="329" type="text">
2086
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2087
+ <p textAlign="left">
2088
+ <span fontSize="12">进度: 80%</span>
2089
+ </p>
2090
+ </content>
2091
+ </shape>
2092
+ <shape width="115" height="6" topLeftX="475" topLeftY="336" presetHandlers="16" type="round-rect">
2093
+ <fill>
2094
+ <fillColor/>
2095
+ </fill>
2096
+ </shape>
2097
+ <shape width="80" height="6" topLeftX="475" topLeftY="336" presetHandlers="16" type="round-rect">
2098
+ <fill>
2099
+ <fillColor color="rgba(255, 224, 136, 1)"/>
2100
+ </fill>
2101
+ </shape>
2102
+ <shape width="183" height="18" topLeftX="408" topLeftY="351" type="text">
2103
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2104
+ <p textAlign="left">
2105
+ <span fontSize="12">负责人:</span>
2106
+ <em>
2107
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
2108
+ </em>
2109
+ </p>
2110
+ </content>
2111
+ </shape>
2112
+ <shape width="183" height="36" topLeftX="408" topLeftY="384" type="text">
2113
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
2114
+ <p textAlign="left">
2115
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2116
+ </p>
2117
+ </content>
2118
+ </shape>
2119
+ <shape width="183" height="18" topLeftX="408" topLeftY="425" type="text">
2120
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2121
+ <p textAlign="left">
2122
+ <span fontSize="12">进度: 100%</span>
2123
+ </p>
2124
+ </content>
2125
+ </shape>
2126
+ <shape width="115" height="6" topLeftX="475" topLeftY="432" presetHandlers="16" type="round-rect">
2127
+ <fill>
2128
+ <fillColor/>
2129
+ </fill>
2130
+ </shape>
2131
+ <shape width="115" height="6" topLeftX="475" topLeftY="432" presetHandlers="16" type="round-rect">
2132
+ <fill>
2133
+ <fillColor color="rgba(255, 224, 136, 1)"/>
2134
+ </fill>
2135
+ </shape>
2136
+ <shape width="183" height="18" topLeftX="408" topLeftY="447" type="text">
2137
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2138
+ <p textAlign="left">
2139
+ <span fontSize="12">负责人:</span>
2140
+ <em>
2141
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
2142
+ </em>
2143
+ </p>
2144
+ </content>
2145
+ </shape>
2146
+ <shape width="30" height="18" topLeftX="368" topLeftY="293" type="text">
2147
+ <content fontSize="16" fontFamily="Arial" color="rgba(43, 47, 54, 1)" textAlign="center">
2148
+ <p textAlign="center">
2149
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" fontFamily="Arial">KR2</span>
2150
+ </p>
2151
+ </content>
2152
+ </shape>
2153
+ <shape width="30" height="18" topLeftX="368" topLeftY="389" type="text">
2154
+ <content fontSize="16" fontFamily="Arial" color="rgba(43, 47, 54, 1)" textAlign="center">
2155
+ <p textAlign="center">
2156
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" fontFamily="Arial">KR3</span>
2157
+ </p>
2158
+ </content>
2159
+ </shape>
2160
+ <shape width="32" height="20" topLeftX="67" topLeftY="197" presetHandlers="4" type="round-rect">
2161
+ <fill>
2162
+ <fillColor color="rgba(141, 201, 236, 1)"/>
2163
+ </fill>
2164
+ </shape>
2165
+ <shape width="30" height="18" topLeftX="68" topLeftY="198" type="text">
2166
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
2167
+ <p textAlign="center">
2168
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR1</span>
2169
+ </p>
2170
+ </content>
2171
+ </shape>
2172
+ <shape width="32" height="20" topLeftX="67" topLeftY="292" presetHandlers="4" type="round-rect">
2173
+ <fill>
2174
+ <fillColor color="rgba(141, 201, 236, 1)"/>
2175
+ </fill>
2176
+ </shape>
2177
+ <shape width="30" height="18" topLeftX="68" topLeftY="293" type="text">
2178
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
2179
+ <p textAlign="center">
2180
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR2</span>
2181
+ </p>
2182
+ </content>
2183
+ </shape>
2184
+ <shape width="32" height="20" topLeftX="67" topLeftY="388" presetHandlers="4" type="round-rect">
2185
+ <fill>
2186
+ <fillColor color="rgba(141, 201, 236, 1)"/>
2187
+ </fill>
2188
+ </shape>
2189
+ <shape width="30" height="18" topLeftX="68" topLeftY="389" type="text">
2190
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
2191
+ <p textAlign="center">
2192
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR3</span>
2193
+ </p>
2194
+ </content>
2195
+ </shape>
2196
+ <shape width="261" height="362" topLeftX="645" topLeftY="123" flipX="true" type="round1rect">
2197
+ <fill>
2198
+ <fillColor color="rgba(43, 47, 54, 1)"/>
2199
+ </fill>
2200
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2201
+ </shape>
2202
+ <shape width="261" height="362" topLeftX="642" topLeftY="120" flipX="true" type="round1rect">
2203
+ <fill>
2204
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2205
+ </fill>
2206
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2207
+ </shape>
2208
+ <shape width="32" height="20" topLeftX="661" topLeftY="197" presetHandlers="4" type="round-rect">
2209
+ <fill>
2210
+ <fillColor color="rgba(84, 213, 217, 1)"/>
2211
+ </fill>
2212
+ </shape>
2213
+ <shape width="30" height="18" topLeftX="662" topLeftY="198" type="text">
2214
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
2215
+ <p textAlign="center">
2216
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR1</span>
2217
+ </p>
2218
+ </content>
2219
+ </shape>
2220
+ <shape width="32" height="20" topLeftX="661" topLeftY="292" presetHandlers="4" type="round-rect">
2221
+ <fill>
2222
+ <fillColor color="rgba(84, 213, 217, 1)"/>
2223
+ </fill>
2224
+ </shape>
2225
+ <shape width="32" height="20" topLeftX="661" topLeftY="388" presetHandlers="4" type="round-rect">
2226
+ <fill>
2227
+ <fillColor color="rgba(84, 213, 217, 1)"/>
2228
+ </fill>
2229
+ </shape>
2230
+ <line startX="677" startY="213" endX="677" endY="386">
2231
+ <border color="rgba(84, 213, 217, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
2232
+ </line>
2233
+ <shape width="183" height="36" topLeftX="701" topLeftY="192" type="text">
2234
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
2235
+ <p textAlign="left">
2236
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2237
+ </p>
2238
+ </content>
2239
+ </shape>
2240
+ <shape width="183" height="18" topLeftX="701" topLeftY="233" type="text">
2241
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2242
+ <p textAlign="left">
2243
+ <span fontSize="12">进度: 100%</span>
2244
+ </p>
2245
+ </content>
2246
+ </shape>
2247
+ <shape width="115" height="6" topLeftX="768" topLeftY="240" presetHandlers="16" type="round-rect">
2248
+ <fill>
2249
+ <fillColor/>
2250
+ </fill>
2251
+ </shape>
2252
+ <shape width="115" height="6" topLeftX="768" topLeftY="240" presetHandlers="16" type="round-rect">
2253
+ <fill>
2254
+ <fillColor color="rgba(84, 213, 217, 1)"/>
2255
+ </fill>
2256
+ </shape>
2257
+ <shape width="183" height="18" topLeftX="701" topLeftY="255" type="text">
2258
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2259
+ <p textAlign="left">
2260
+ <span fontSize="12">负责人:</span>
2261
+ <em>
2262
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
2263
+ </em>
2264
+ </p>
2265
+ </content>
2266
+ </shape>
2267
+ <shape width="183" height="36" topLeftX="701" topLeftY="288" type="text">
2268
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
2269
+ <p textAlign="left">
2270
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2271
+ </p>
2272
+ </content>
2273
+ </shape>
2274
+ <shape width="183" height="18" topLeftX="701" topLeftY="329" type="text">
2275
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2276
+ <p textAlign="left">
2277
+ <span fontSize="12">进度: 86%</span>
2278
+ </p>
2279
+ </content>
2280
+ </shape>
2281
+ <shape width="115" height="6" topLeftX="768" topLeftY="336" presetHandlers="16" type="round-rect">
2282
+ <fill>
2283
+ <fillColor/>
2284
+ </fill>
2285
+ </shape>
2286
+ <shape width="90" height="6" topLeftX="768" topLeftY="336" presetHandlers="16" type="round-rect">
2287
+ <fill>
2288
+ <fillColor color="rgba(84, 213, 217, 1)"/>
2289
+ </fill>
2290
+ </shape>
2291
+ <shape width="183" height="18" topLeftX="701" topLeftY="351" type="text">
2292
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2293
+ <p textAlign="left">
2294
+ <span fontSize="12">负责人:</span>
2295
+ <em>
2296
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
2297
+ </em>
2298
+ </p>
2299
+ </content>
2300
+ </shape>
2301
+ <shape width="183" height="36" topLeftX="701" topLeftY="384" type="text">
2302
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
2303
+ <p textAlign="left">
2304
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2305
+ </p>
2306
+ </content>
2307
+ </shape>
2308
+ <shape width="183" height="18" topLeftX="701" topLeftY="425" type="text">
2309
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2310
+ <p textAlign="left">
2311
+ <span fontSize="12">进度: 100%</span>
2312
+ </p>
2313
+ </content>
2314
+ </shape>
2315
+ <shape width="115" height="6" topLeftX="768" topLeftY="432" presetHandlers="16" type="round-rect">
2316
+ <fill>
2317
+ <fillColor/>
2318
+ </fill>
2319
+ </shape>
2320
+ <shape width="115" height="6" topLeftX="768" topLeftY="432" presetHandlers="16" type="round-rect">
2321
+ <fill>
2322
+ <fillColor color="rgba(84, 213, 217, 1)"/>
2323
+ </fill>
2324
+ </shape>
2325
+ <shape width="183" height="18" topLeftX="701" topLeftY="447" type="text">
2326
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2327
+ <p textAlign="left">
2328
+ <span fontSize="12">负责人:</span>
2329
+ <em>
2330
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
2331
+ </em>
2332
+ </p>
2333
+ </content>
2334
+ </shape>
2335
+ <shape width="30" height="18" topLeftX="662" topLeftY="293" type="text">
2336
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
2337
+ <p textAlign="center">
2338
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR2</span>
2339
+ </p>
2340
+ </content>
2341
+ </shape>
2342
+ <shape width="30" height="18" topLeftX="662" topLeftY="389" type="text">
2343
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
2344
+ <p textAlign="center">
2345
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR3</span>
2346
+ </p>
2347
+ </content>
2348
+ </shape>
2349
+ <shape width="230" height="42" topLeftX="66" topLeftY="137" type="text">
2350
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
2351
+ <p textAlign="left">
2352
+ <strong>
2353
+ <span color="rgba(19, 147, 207, 1)" fontSize="14">O1:</span>
2354
+ </strong>
2355
+ <span color="rgba(19, 147, 207, 1)" fontSize="14"> </span>
2356
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的业务目标,输入相关的业务目标</span>
2357
+ </p>
2358
+ </content>
2359
+ </shape>
2360
+ <shape width="230" height="42" topLeftX="366" topLeftY="137" type="text">
2361
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
2362
+ <p textAlign="left">
2363
+ <strong>
2364
+ <span color="rgba(247, 193, 95, 1)" fontSize="14">O2:</span>
2365
+ </strong>
2366
+ <span color="rgba(247, 193, 95, 1)" fontSize="14"> </span>
2367
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的业务目标,输入相关的业务目标</span>
2368
+ </p>
2369
+ </content>
2370
+ </shape>
2371
+ <shape width="230" height="42" topLeftX="666" topLeftY="137" type="text">
2372
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
2373
+ <p textAlign="left">
2374
+ <strong>
2375
+ <span color="rgba(84, 213, 217, 1)" fontSize="14">O3:</span>
2376
+ </strong>
2377
+ <span color="rgba(35, 195, 192, 1)" fontSize="14"> </span>
2378
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的业务目标,输入相关的业务目标</span>
2379
+ </p>
2380
+ </content>
2381
+ </shape>
2382
+ </data>
2383
+ <note>
2384
+ <content/>
2385
+ </note>
2386
+ </slide>
2387
+ <slide>
2388
+ <style>
2389
+ <fill>
2390
+ <fillColor color="rgba(221, 239, 247, 1)"/>
2391
+ </fill>
2392
+ </style>
2393
+ <data>
2394
+ <img src="PZwgbRQYEohPXzxJeNkcTBqDnUb" width="80" height="139" topLeftX="29" topLeftY="431" rotation="90">
2395
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2396
+ </img>
2397
+ <img src="GOIIbzQj8ojJ0YxXVO4cvaGMn7b" width="80" height="139" topLeftX="851" topLeftY="-29" rotation="270">
2398
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2399
+ </img>
2400
+ <img src="E3p7boCbJoZiGsxZ98ucT5DbnRf" width="24" height="12" topLeftX="816" topLeftY="30">
2401
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2402
+ </img>
2403
+ <img src="OaLab1wvOo648bxy3ejcT72inIe" width="14" height="41" topLeftX="55" topLeftY="39">
2404
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2405
+ </img>
2406
+ <shape width="403" height="21" topLeftX="77" topLeftY="67" type="text">
2407
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
2408
+ <p>Task Achievement</p>
2409
+ </content>
2410
+ </shape>
2411
+ <shape width="403" height="36" topLeftX="77" topLeftY="30" type="text">
2412
+ <content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
2413
+ <p textAlign="left">完成情况</p>
2414
+ </content>
2415
+ </shape>
2416
+ <shape width="283" height="98" topLeftX="53" topLeftY="148" flipX="true" type="round1rect">
2417
+ <fill>
2418
+ <fillColor color="rgba(43, 47, 54, 1)"/>
2419
+ </fill>
2420
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2421
+ </shape>
2422
+ <shape width="283" height="98" topLeftX="51" topLeftY="149" flipX="true" type="round1rect">
2423
+ <fill>
2424
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2425
+ </fill>
2426
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2427
+ </shape>
2428
+ <shape width="568" height="36" topLeftX="356" topLeftY="148" type="text">
2429
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
2430
+ <p textAlign="left">
2431
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">进展 1:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2432
+ <span color="rgba(0, 0, 0, 1)" fontSize="12"> </span>
2433
+ <em>
2434
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
2435
+ </em>
2436
+ </p>
2437
+ </content>
2438
+ </shape>
2439
+ <line startX="344" startY="252" endX="909" endY="252">
2440
+ <border color="rgba(155, 158, 162, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
2441
+ </line>
2442
+ <shape width="553" height="18" topLeftX="356" topLeftY="195" type="text">
2443
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
2444
+ <p textAlign="left">
2445
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">进展 2:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2446
+ <span color="rgba(0, 0, 0, 1)" fontSize="12"> </span>
2447
+ <em>
2448
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
2449
+ </em>
2450
+ </p>
2451
+ </content>
2452
+ </shape>
2453
+ <shape width="553" height="18" topLeftX="356" topLeftY="221" type="text">
2454
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
2455
+ <p textAlign="left">
2456
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">进展 3:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2457
+ <span color="rgba(0, 0, 0, 1)" fontSize="12"> </span>
2458
+ <em>
2459
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
2460
+ </em>
2461
+ </p>
2462
+ </content>
2463
+ </shape>
2464
+ <shape width="283" height="98" topLeftX="53" topLeftY="270" flipX="true" type="round1rect">
2465
+ <fill>
2466
+ <fillColor color="rgba(43, 47, 54, 1)"/>
2467
+ </fill>
2468
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2469
+ </shape>
2470
+ <shape width="283" height="98" topLeftX="51" topLeftY="270" flipX="true" type="round1rect">
2471
+ <fill>
2472
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2473
+ </fill>
2474
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2475
+ </shape>
2476
+ <shape width="243" height="36" topLeftX="71" topLeftY="287" type="text">
2477
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2478
+ <p textAlign="left">
2479
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">KR2:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2480
+ </p>
2481
+ </content>
2482
+ </shape>
2483
+ <shape width="552" height="36" topLeftX="356" topLeftY="270" type="text">
2484
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
2485
+ <p textAlign="left">
2486
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">进展 1:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2487
+ </p>
2488
+ </content>
2489
+ </shape>
2490
+ <line startX="344" startY="374" endX="909" endY="374">
2491
+ <border color="rgba(155, 158, 162, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
2492
+ </line>
2493
+ <shape width="553" height="18" topLeftX="356" topLeftY="317" type="text">
2494
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
2495
+ <p textAlign="left">
2496
+ <span color="rgba(43, 47, 54, 1)">进展 2:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2497
+ <em>
2498
+ <span color="rgba(155, 158, 162, 1)">输入“@+人名”</span>
2499
+ </em>
2500
+ </p>
2501
+ </content>
2502
+ </shape>
2503
+ <shape width="553" height="18" topLeftX="356" topLeftY="344" type="text">
2504
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
2505
+ <p textAlign="left">
2506
+ <span color="rgba(43, 47, 54, 1)">进展 3:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2507
+ <em>
2508
+ <span color="rgba(155, 158, 162, 1)">输入“@+人名”</span>
2509
+ </em>
2510
+ </p>
2511
+ </content>
2512
+ </shape>
2513
+ <shape width="283" height="98" topLeftX="53" topLeftY="393" flipX="true" type="round1rect">
2514
+ <fill>
2515
+ <fillColor color="rgba(43, 47, 54, 1)"/>
2516
+ </fill>
2517
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2518
+ </shape>
2519
+ <shape width="283" height="98" topLeftX="51" topLeftY="393" flipX="true" type="round1rect">
2520
+ <fill>
2521
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2522
+ </fill>
2523
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2524
+ </shape>
2525
+ <shape width="243" height="36" topLeftX="71" topLeftY="411" type="text">
2526
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2527
+ <p textAlign="left">
2528
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">KR3:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2529
+ </p>
2530
+ </content>
2531
+ </shape>
2532
+ <shape width="552" height="36" topLeftX="356" topLeftY="393" type="text">
2533
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
2534
+ <p textAlign="left">
2535
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">进展 1:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2536
+ </p>
2537
+ </content>
2538
+ </shape>
2539
+ <line startX="344" startY="496" endX="909" endY="496">
2540
+ <border color="rgba(155, 158, 162, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
2541
+ </line>
2542
+ <shape width="553" height="18" topLeftX="356" topLeftY="440" type="text">
2543
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
2544
+ <p textAlign="left">
2545
+ <span color="rgba(43, 47, 54, 1)">进展 2:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2546
+ <em>
2547
+ <span color="rgba(155, 158, 162, 1)">输入“@+人名”</span>
2548
+ </em>
2549
+ </p>
2550
+ </content>
2551
+ </shape>
2552
+ <shape width="553" height="18" topLeftX="356" topLeftY="467" type="text">
2553
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(0, 0, 0, 1)" textAlign="left">
2554
+ <p textAlign="left">
2555
+ <span color="rgba(43, 47, 54, 1)">进展 3:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2556
+ <em>
2557
+ <span color="rgba(155, 158, 162, 1)">输入“@+人名”</span>
2558
+ </em>
2559
+ </p>
2560
+ </content>
2561
+ </shape>
2562
+ <shape width="243" height="36" topLeftX="71" topLeftY="165" type="text">
2563
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2564
+ <p textAlign="left">
2565
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">KR1:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2566
+ </p>
2567
+ </content>
2568
+ </shape>
2569
+ <shape width="868" height="30" topLeftX="51" topLeftY="101" type="text">
2570
+ <content textType="headline" fontSize="20" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
2571
+ <p textAlign="left">
2572
+ <span color="rgba(19, 147, 207, 1)">O1: </span>
2573
+ <span color="rgba(43, 47, 54, 1)">输入相关的描述信息以解释标题</span>
2574
+ </p>
2575
+ </content>
2576
+ </shape>
2577
+ <shape width="183" height="18" topLeftX="71" topLeftY="213" type="text">
2578
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2579
+ <p textAlign="left">
2580
+ <span fontSize="12">进度: 90%</span>
2581
+ </p>
2582
+ </content>
2583
+ </shape>
2584
+ <shape width="180" height="6" topLeftX="138" topLeftY="220" presetHandlers="16" type="round-rect">
2585
+ <fill>
2586
+ <fillColor/>
2587
+ </fill>
2588
+ </shape>
2589
+ <shape width="183" height="18" topLeftX="71" topLeftY="332" type="text">
2590
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2591
+ <p textAlign="left">
2592
+ <span fontSize="12">进度: 100%</span>
2593
+ </p>
2594
+ </content>
2595
+ </shape>
2596
+ <shape width="115" height="6" topLeftX="138" topLeftY="339" presetHandlers="16" type="round-rect">
2597
+ <fill>
2598
+ <fillColor/>
2599
+ </fill>
2600
+ </shape>
2601
+ <shape width="247" height="18" topLeftX="71" topLeftY="458" type="text">
2602
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2603
+ <p textAlign="left">
2604
+ <span fontSize="12">进度: 100%</span>
2605
+ </p>
2606
+ </content>
2607
+ </shape>
2608
+ <shape width="115" height="6" topLeftX="138" topLeftY="465" presetHandlers="16" type="round-rect">
2609
+ <fill>
2610
+ <fillColor/>
2611
+ </fill>
2612
+ </shape>
2613
+ <img src="SLMUb0IB4ohwq2xY9lBcR5KTnWd" width="38" height="40" topLeftX="295" topLeftY="328" alpha="0.6">
2614
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2615
+ </img>
2616
+ <img src="SLMUb0IB4ohwq2xY9lBcR5KTnWd" width="38" height="40" topLeftX="295" topLeftY="207" alpha="0.6">
2617
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2618
+ </img>
2619
+ <img src="SLMUb0IB4ohwq2xY9lBcR5KTnWd" width="38" height="40" topLeftX="295" topLeftY="451" alpha="0.6">
2620
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2621
+ </img>
2622
+ <shape width="160" height="6" topLeftX="138" topLeftY="220" presetHandlers="16" type="round-rect">
2623
+ <fill>
2624
+ <fillColor color="rgba(141, 201, 236, 1)"/>
2625
+ </fill>
2626
+ </shape>
2627
+ <shape width="180" height="6" topLeftX="138" topLeftY="339" presetHandlers="16" type="round-rect">
2628
+ <fill>
2629
+ <fillColor color="rgba(255, 224, 136, 1)"/>
2630
+ </fill>
2631
+ </shape>
2632
+ <shape width="180" height="6" topLeftX="138" topLeftY="465" presetHandlers="16" type="round-rect">
2633
+ <fill>
2634
+ <fillColor color="rgba(84, 213, 217, 1)"/>
2635
+ </fill>
2636
+ </shape>
2637
+ <img src="KFarbLFdZoZUyQxszvxc4jmFnYg" width="103" height="12" topLeftX="209" topLeftY="72">
2638
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2639
+ </img>
2640
+ </data>
2641
+ <note>
2642
+ <content/>
2643
+ </note>
2644
+ </slide>
2645
+ <slide>
2646
+ <style>
2647
+ <fill>
2648
+ <fillColor color="rgba(255, 246, 220, 1)"/>
2649
+ </fill>
2650
+ </style>
2651
+ <data>
2652
+ <img src="AZbNbhTvDo08gzx2zmTc5jfwnMg" width="80" height="139" topLeftX="29" topLeftY="431" rotation="90">
2653
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2654
+ </img>
2655
+ <img src="E3p7boCbJoZiGsxZ98ucT5DbnRf" width="24" height="12" topLeftX="816" topLeftY="30">
2656
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2657
+ </img>
2658
+ <img src="OaLab1wvOo648bxy3ejcT72inIe" width="14" height="41" topLeftX="55" topLeftY="39">
2659
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2660
+ </img>
2661
+ <img src="EP1JbjIGzoTdKHx0hNFclSWjnpd" width="135" height="77" topLeftX="828" topLeftY="0" alpha="0.6">
2662
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2663
+ </img>
2664
+ <img src="EP1JbjIGzoTdKHx0hNFclSWjnpd" width="135" height="77" topLeftX="0" topLeftY="463" rotation="180" alpha="0.6">
2665
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2666
+ </img>
2667
+ <shape width="403" height="21" topLeftX="77" topLeftY="67" type="text">
2668
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
2669
+ <p>Task Achievement</p>
2670
+ </content>
2671
+ </shape>
2672
+ <shape width="403" height="36" topLeftX="77" topLeftY="30" type="text">
2673
+ <content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
2674
+ <p textAlign="left">完成情况</p>
2675
+ </content>
2676
+ </shape>
2677
+ <shape width="260" height="323" topLeftX="644" topLeftY="181" flipX="true" type="round1rect">
2678
+ <fill>
2679
+ <fillColor color="rgba(43, 47, 54, 1)"/>
2680
+ </fill>
2681
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2682
+ </shape>
2683
+ <shape width="260" height="323" topLeftX="644" topLeftY="178" flipX="true" type="round1rect">
2684
+ <fill>
2685
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2686
+ </fill>
2687
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2688
+ </shape>
2689
+ <shape width="260" height="323" topLeftX="50" topLeftY="181" flipX="true" type="round1rect">
2690
+ <fill>
2691
+ <fillColor color="rgba(43, 47, 54, 1)"/>
2692
+ </fill>
2693
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2694
+ </shape>
2695
+ <shape width="260" height="323" topLeftX="51" topLeftY="178" flipX="true" type="round1rect">
2696
+ <fill>
2697
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2698
+ </fill>
2699
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2700
+ </shape>
2701
+ <shape width="240" height="42" topLeftX="61" topLeftY="260" type="text">
2702
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
2703
+ <p textAlign="left">
2704
+ <span color="rgba(43, 47, 54, 1)">进展 1:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2705
+ </p>
2706
+ </content>
2707
+ </shape>
2708
+ <shape width="260" height="323" topLeftX="348" topLeftY="181" flipX="true" type="round1rect">
2709
+ <fill>
2710
+ <fillColor color="rgba(43, 47, 54, 1)"/>
2711
+ </fill>
2712
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2713
+ </shape>
2714
+ <shape width="260" height="323" topLeftX="347" topLeftY="178" flipX="true" type="round1rect">
2715
+ <fill>
2716
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2717
+ </fill>
2718
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2719
+ </shape>
2720
+ <shape width="240" height="42" topLeftX="357" topLeftY="260" type="text">
2721
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
2722
+ <p textAlign="left">
2723
+ <span color="rgba(43, 47, 54, 1)">进展 2:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2724
+ </p>
2725
+ </content>
2726
+ </shape>
2727
+ <shape width="240" height="42" topLeftX="654" topLeftY="260" type="text">
2728
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
2729
+ <p textAlign="left">
2730
+ <span color="rgba(43, 47, 54, 1)">进展 3:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2731
+ </p>
2732
+ </content>
2733
+ </shape>
2734
+ <img src="CYN0bNVzJoNkE6xrzygcvi4zndh" width="240" height="170" topLeftX="61" topLeftY="319">
2735
+ <crop type="round-rect" leftOffset="32" rightOffset="32" topOffset="0" bottomOffset="0" presetHandlers="4"/>
2736
+ <border width="1" lineJoin="miter" miterLimit="10"/>
2737
+ </img>
2738
+ <img src="V5cDb09NbomVpexuCDycvZuinBe" width="240" height="170" topLeftX="357" topLeftY="319">
2739
+ <crop type="round-rect" leftOffset="32" rightOffset="32" topOffset="0" bottomOffset="0" presetHandlers="4"/>
2740
+ <border width="1" lineJoin="miter" miterLimit="10"/>
2741
+ </img>
2742
+ <img src="UERRbDVXkoFMX5x7Jidca4Lsnzf" width="240" height="170" topLeftX="654" topLeftY="319">
2743
+ <crop type="round-rect" leftOffset="32" rightOffset="32" topOffset="0" bottomOffset="0" presetHandlers="4"/>
2744
+ <border width="1" lineJoin="miter" miterLimit="10"/>
2745
+ </img>
2746
+ <shape width="60" height="60" topLeftX="744" topLeftY="192" type="ellipse">
2747
+ <fill>
2748
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2749
+ </fill>
2750
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2751
+ </shape>
2752
+ <shape width="50" height="50" topLeftX="749" topLeftY="197" type="ellipse">
2753
+ <fill>
2754
+ <fillColor color="rgba(84, 213, 217, 1)"/>
2755
+ </fill>
2756
+ </shape>
2757
+ <icon width="24" height="24" topLeftX="762" topLeftY="210" iconType="iconpark/Office/folder-focus.svg">
2758
+ <fill>
2759
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2760
+ </fill>
2761
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2762
+ </icon>
2763
+ <shape width="60" height="60" topLeftX="447" topLeftY="192" type="ellipse">
2764
+ <fill>
2765
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2766
+ </fill>
2767
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2768
+ </shape>
2769
+ <shape width="50" height="50" topLeftX="452" topLeftY="197" type="ellipse">
2770
+ <fill>
2771
+ <fillColor color="rgba(255, 224, 136, 1)"/>
2772
+ </fill>
2773
+ </shape>
2774
+ <icon width="24" height="24" topLeftX="465" topLeftY="210" iconType="iconpark/Office/file-cabinet.svg">
2775
+ <fill>
2776
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2777
+ </fill>
2778
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2779
+ </icon>
2780
+ <shape width="60" height="60" topLeftX="151" topLeftY="192" type="ellipse">
2781
+ <fill>
2782
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2783
+ </fill>
2784
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2785
+ </shape>
2786
+ <shape width="50" height="50" topLeftX="156" topLeftY="197" type="ellipse">
2787
+ <fill>
2788
+ <fillColor color="rgba(141, 201, 236, 1)"/>
2789
+ </fill>
2790
+ </shape>
2791
+ <icon width="24" height="24" topLeftX="169" topLeftY="210" iconType="iconpark/Office/file-conversion.svg">
2792
+ <fill>
2793
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2794
+ </fill>
2795
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2796
+ </icon>
2797
+ <shape width="859" height="30" topLeftX="51" topLeftY="101" type="text">
2798
+ <content textType="headline" fontSize="20" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
2799
+ <p textAlign="left">
2800
+ <span color="rgba(19, 147, 207, 1)">O1: </span>
2801
+ <span color="rgba(43, 47, 54, 1)">输入相关的描述信息以解释标题</span>
2802
+ </p>
2803
+ </content>
2804
+ </shape>
2805
+ <shape width="859" height="21" topLeftX="51" topLeftY="135" type="text">
2806
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2807
+ <p textAlign="left">
2808
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">KR1:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
2809
+ </p>
2810
+ </content>
2811
+ </shape>
2812
+ <img src="Vxtbbvy1SoHnhPxqu5jcO1CmnEb" width="103" height="12" topLeftX="209" topLeftY="72">
2813
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2814
+ </img>
2815
+ </data>
2816
+ <note>
2817
+ <content/>
2818
+ </note>
2819
+ </slide>
2820
+ <slide>
2821
+ <style/>
2822
+ <data>
2823
+ <shape width="963" height="540" topLeftX="-3" topLeftY="0" type="rect">
2824
+ <fill>
2825
+ <fillColor color="rgba(244, 244, 242, 1)"/>
2826
+ </fill>
2827
+ </shape>
2828
+ <shape width="963" height="540" topLeftX="-1" topLeftY="0" type="rect">
2829
+ <fill>
2830
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2831
+ </fill>
2832
+ </shape>
2833
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="29" topLeftY="431" rotation="90">
2834
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2835
+ </img>
2836
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="851" topLeftY="-29" rotation="270">
2837
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2838
+ </img>
2839
+ <img src="E3p7boCbJoZiGsxZ98ucT5DbnRf" width="24" height="12" topLeftX="816" topLeftY="30">
2840
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2841
+ </img>
2842
+ <img src="OaLab1wvOo648bxy3ejcT72inIe" width="14" height="41" topLeftX="55" topLeftY="39">
2843
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2844
+ </img>
2845
+ <shape width="403" height="21" topLeftX="77" topLeftY="67" type="text">
2846
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
2847
+ <p>Task Achievement</p>
2848
+ </content>
2849
+ </shape>
2850
+ <shape width="403" height="36" topLeftX="77" topLeftY="30" type="text">
2851
+ <content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
2852
+ <p textAlign="left">完成情况</p>
2853
+ </content>
2854
+ </shape>
2855
+ <img src="WUA5bK6EuoiZ9dxYr92cHormnLd" width="103" height="12" topLeftX="209" topLeftY="72">
2856
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2857
+ </img>
2858
+ <shape width="868" height="30" topLeftX="49" topLeftY="101" type="text">
2859
+ <content textType="headline" fontSize="20" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
2860
+ <p textAlign="left">
2861
+ <span color="rgba(43, 47, 54, 1)">某数据同步增长近五成</span>
2862
+ </p>
2863
+ </content>
2864
+ </shape>
2865
+ <shape width="870" height="21" topLeftX="49" topLeftY="136" type="text">
2866
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
2867
+ <p textAlign="left">
2868
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题。</span>
2869
+ </p>
2870
+ </content>
2871
+ </shape>
2872
+ <shape width="336" height="284" topLeftX="53" topLeftY="180" flipX="true" type="round1rect">
2873
+ <fill>
2874
+ <fillColor color="rgba(43, 47, 54, 1)"/>
2875
+ </fill>
2876
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2877
+ </shape>
2878
+ <shape width="335" height="284" topLeftX="51" topLeftY="180" flipX="true" type="round1rect">
2879
+ <fill>
2880
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2881
+ </fill>
2882
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2883
+ </shape>
2884
+ <line startX="91" startY="223" endX="362" endY="223">
2885
+ <border color="rgba(155, 158, 162, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
2886
+ </line>
2887
+ <line startX="91" startY="265" endX="362" endY="265">
2888
+ <border color="rgba(155, 158, 162, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
2889
+ </line>
2890
+ <line startX="91" startY="348" endX="362" endY="348">
2891
+ <border color="rgba(155, 158, 162, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
2892
+ </line>
2893
+ <line startX="91" startY="306" endX="362" endY="306">
2894
+ <border color="rgba(155, 158, 162, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
2895
+ </line>
2896
+ <line startX="91" startY="389" endX="362" endY="389">
2897
+ <border color="rgba(155, 158, 162, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
2898
+ </line>
2899
+ <shape width="319" height="21" topLeftX="61" topLeftY="191" type="text">
2900
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
2901
+ <p textAlign="center">
2902
+ <span color="rgba(43, 47, 54, 1)">标题</span>
2903
+ </p>
2904
+ </content>
2905
+ </shape>
2906
+ <shape width="20" height="18" topLeftX="65" topLeftY="375" type="text">
2907
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="right">
2908
+ <p textAlign="right">
2909
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">0</span>
2910
+ </p>
2911
+ </content>
2912
+ </shape>
2913
+ <shape width="20" height="18" topLeftX="65" topLeftY="334" type="text">
2914
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="right">
2915
+ <p textAlign="right">
2916
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">10</span>
2917
+ </p>
2918
+ </content>
2919
+ </shape>
2920
+ <shape width="20" height="18" topLeftX="65" topLeftY="293" type="text">
2921
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="right">
2922
+ <p textAlign="right">
2923
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">20</span>
2924
+ </p>
2925
+ </content>
2926
+ </shape>
2927
+ <shape width="20" height="18" topLeftX="65" topLeftY="252" type="text">
2928
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="right">
2929
+ <p textAlign="right">
2930
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">30</span>
2931
+ </p>
2932
+ </content>
2933
+ </shape>
2934
+ <shape width="20" height="18" topLeftX="65" topLeftY="210" type="text">
2935
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="right">
2936
+ <p textAlign="right">
2937
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">40</span>
2938
+ </p>
2939
+ </content>
2940
+ </shape>
2941
+ <shape width="10" height="98" topLeftX="99" topLeftY="292" type="rect">
2942
+ <fill>
2943
+ <fillColor color="rgba(141, 201, 236, 1)"/>
2944
+ </fill>
2945
+ </shape>
2946
+ <shape width="10" height="50" topLeftX="116" topLeftY="339" type="rect">
2947
+ <fill>
2948
+ <fillColor color="rgba(255, 224, 136, 1)"/>
2949
+ </fill>
2950
+ </shape>
2951
+ <shape width="10" height="160" topLeftX="134" topLeftY="229" type="rect">
2952
+ <fill>
2953
+ <fillColor color="rgba(84, 213, 217, 1)"/>
2954
+ </fill>
2955
+ </shape>
2956
+ <shape width="10" height="84" topLeftX="171" topLeftY="306" type="rect">
2957
+ <fill>
2958
+ <fillColor color="rgba(141, 201, 236, 1)"/>
2959
+ </fill>
2960
+ </shape>
2961
+ <shape width="10" height="100" topLeftX="189" topLeftY="289" type="rect">
2962
+ <fill>
2963
+ <fillColor color="rgba(255, 224, 136, 1)"/>
2964
+ </fill>
2965
+ </shape>
2966
+ <shape width="10" height="137" topLeftX="207" topLeftY="252" type="rect">
2967
+ <fill>
2968
+ <fillColor color="rgba(84, 213, 217, 1)"/>
2969
+ </fill>
2970
+ </shape>
2971
+ <shape width="10" height="113" topLeftX="244" topLeftY="276" type="rect">
2972
+ <fill>
2973
+ <fillColor color="rgba(141, 201, 236, 1)"/>
2974
+ </fill>
2975
+ </shape>
2976
+ <shape width="10" height="58" topLeftX="262" topLeftY="331" type="rect">
2977
+ <fill>
2978
+ <fillColor color="rgba(255, 224, 136, 1)"/>
2979
+ </fill>
2980
+ </shape>
2981
+ <shape width="10" height="120" topLeftX="280" topLeftY="269" type="rect">
2982
+ <fill>
2983
+ <fillColor color="rgba(84, 213, 217, 1)"/>
2984
+ </fill>
2985
+ </shape>
2986
+ <shape width="10" height="120" topLeftX="317" topLeftY="269" type="rect">
2987
+ <fill>
2988
+ <fillColor color="rgba(141, 201, 236, 1)"/>
2989
+ </fill>
2990
+ </shape>
2991
+ <shape width="10" height="80" topLeftX="334" topLeftY="309" type="rect">
2992
+ <fill>
2993
+ <fillColor color="rgba(255, 224, 136, 1)"/>
2994
+ </fill>
2995
+ </shape>
2996
+ <shape width="10" height="120" topLeftX="352" topLeftY="269" type="rect">
2997
+ <fill>
2998
+ <fillColor color="rgba(84, 213, 217, 1)"/>
2999
+ </fill>
3000
+ </shape>
3001
+ <shape width="50" height="18" topLeftX="95" topLeftY="392" type="text">
3002
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="center">
3003
+ <p textAlign="center">
3004
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">数据</span>
3005
+ </p>
3006
+ </content>
3007
+ </shape>
3008
+ <shape width="50" height="18" topLeftX="168" topLeftY="392" type="text">
3009
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="center">
3010
+ <p textAlign="center">
3011
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">数据</span>
3012
+ </p>
3013
+ </content>
3014
+ </shape>
3015
+ <shape width="50" height="18" topLeftX="241" topLeftY="392" type="text">
3016
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="center">
3017
+ <p textAlign="center">
3018
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">数据</span>
3019
+ </p>
3020
+ </content>
3021
+ </shape>
3022
+ <shape width="50" height="18" topLeftX="315" topLeftY="392" type="text">
3023
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="center">
3024
+ <p textAlign="center">
3025
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">数据</span>
3026
+ </p>
3027
+ </content>
3028
+ </shape>
3029
+ <shape width="10" height="10" topLeftX="72" topLeftY="422" type="rect">
3030
+ <fill>
3031
+ <fillColor color="rgba(141, 201, 236, 1)"/>
3032
+ </fill>
3033
+ </shape>
3034
+ <shape width="50" height="18" topLeftX="89" topLeftY="417" type="text">
3035
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3036
+ <p textAlign="left">
3037
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">数据</span>
3038
+ </p>
3039
+ </content>
3040
+ </shape>
3041
+ <shape width="50" height="18" topLeftX="199" topLeftY="417" type="text">
3042
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3043
+ <p textAlign="left">
3044
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">数据</span>
3045
+ </p>
3046
+ </content>
3047
+ </shape>
3048
+ <shape width="50" height="18" topLeftX="309" topLeftY="417" type="text">
3049
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3050
+ <p textAlign="left">
3051
+ <span color="rgba(102, 102, 102, 1)" fontSize="12">数据</span>
3052
+ </p>
3053
+ </content>
3054
+ </shape>
3055
+ <shape width="10" height="10" topLeftX="185" topLeftY="422" type="rect">
3056
+ <fill>
3057
+ <fillColor color="rgba(255, 224, 136, 1)"/>
3058
+ </fill>
3059
+ </shape>
3060
+ <shape width="10" height="10" topLeftX="291" topLeftY="422" type="rect">
3061
+ <fill>
3062
+ <fillColor color="rgba(84, 213, 217, 1)"/>
3063
+ </fill>
3064
+ </shape>
3065
+ <shape width="233" height="80" topLeftX="418" topLeftY="179" type="round1rect">
3066
+ <fill>
3067
+ <fillColor color="rgba(141, 201, 236, 0.1)"/>
3068
+ </fill>
3069
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3070
+ </shape>
3071
+ <shape width="88" height="36" topLeftX="433" topLeftY="201" type="text">
3072
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
3073
+ <p textAlign="left">
3074
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">订单量同步去年增长近</span>
3075
+ </p>
3076
+ </content>
3077
+ </shape>
3078
+ <shape width="40" height="25" topLeftX="522" topLeftY="206" rotation="270" type="right-arrow">
3079
+ <fill>
3080
+ <fillColor color="linear-gradient(90deg,rgba(255, 255, 253, 1) 0%,rgba(144, 201, 236, 1) 100%)"/>
3081
+ </fill>
3082
+ </shape>
3083
+ <shape width="103" height="60" topLeftX="562" topLeftY="189" type="text">
3084
+ <content fontSize="12" fontFamily="Arial" color="rgba(19, 147, 207, 1)" textAlign="left">
3085
+ <p textAlign="left">
3086
+ <span color="rgba(19, 147, 207, 1)" fontSize="40" fontFamily="Arial">160</span>
3087
+ <span color="rgba(19, 147, 207, 1)" fontSize="12" fontFamily="Arial">%</span>
3088
+ </p>
3089
+ </content>
3090
+ </shape>
3091
+ <shape width="233" height="80" topLeftX="676" topLeftY="179" type="round1rect">
3092
+ <fill>
3093
+ <fillColor color="rgba(141, 201, 236, 0.1)"/>
3094
+ </fill>
3095
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3096
+ </shape>
3097
+ <shape width="88" height="36" topLeftX="691" topLeftY="201" type="text">
3098
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
3099
+ <p textAlign="left">
3100
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">订单量同步去年增长近</span>
3101
+ </p>
3102
+ </content>
3103
+ </shape>
3104
+ <shape width="40" height="25" topLeftX="779" topLeftY="207" rotation="270" type="right-arrow">
3105
+ <fill>
3106
+ <fillColor color="linear-gradient(90deg,rgba(255, 255, 253, 1) 0%,rgba(144, 201, 236, 1) 100%)"/>
3107
+ </fill>
3108
+ </shape>
3109
+ <shape width="103" height="60" topLeftX="820" topLeftY="189" type="text">
3110
+ <content fontSize="12" fontFamily="Arial" color="rgba(19, 147, 207, 1)" textAlign="left">
3111
+ <p textAlign="left">
3112
+ <span color="rgba(19, 147, 207, 1)" fontSize="40" fontFamily="Arial">90</span>
3113
+ <span color="rgba(19, 147, 207, 1)" fontSize="12" fontFamily="Arial">%</span>
3114
+ </p>
3115
+ </content>
3116
+ </shape>
3117
+ <shape width="233" height="80" topLeftX="418" topLeftY="286" type="round1rect">
3118
+ <fill>
3119
+ <fillColor color="rgba(141, 201, 236, 0.1)"/>
3120
+ </fill>
3121
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3122
+ </shape>
3123
+ <shape width="88" height="36" topLeftX="433" topLeftY="308" type="text">
3124
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
3125
+ <p textAlign="left">
3126
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">订单量同步去年增长近</span>
3127
+ </p>
3128
+ </content>
3129
+ </shape>
3130
+ <shape width="40" height="25" topLeftX="522" topLeftY="313" rotation="270" type="right-arrow">
3131
+ <fill>
3132
+ <fillColor color="linear-gradient(90deg,rgba(255, 255, 253, 1) 0%,rgba(144, 201, 236, 1) 100%)"/>
3133
+ </fill>
3134
+ </shape>
3135
+ <shape width="103" height="60" topLeftX="562" topLeftY="296" type="text">
3136
+ <content fontSize="12" fontFamily="Arial" color="rgba(19, 147, 207, 1)" textAlign="left">
3137
+ <p textAlign="left">
3138
+ <span color="rgba(19, 147, 207, 1)" fontSize="40" fontFamily="Arial">120</span>
3139
+ <span color="rgba(19, 147, 207, 1)" fontSize="12" fontFamily="Arial">%</span>
3140
+ </p>
3141
+ </content>
3142
+ </shape>
3143
+ <shape width="233" height="80" topLeftX="418" topLeftY="390" type="round1rect">
3144
+ <fill>
3145
+ <fillColor color="rgba(141, 201, 236, 0.1)"/>
3146
+ </fill>
3147
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3148
+ </shape>
3149
+ <shape width="88" height="36" topLeftX="433" topLeftY="412" type="text">
3150
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
3151
+ <p textAlign="left">
3152
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">订单量同步去年增长近</span>
3153
+ </p>
3154
+ </content>
3155
+ </shape>
3156
+ <shape width="40" height="25" topLeftX="522" topLeftY="417" rotation="270" type="right-arrow">
3157
+ <fill>
3158
+ <fillColor color="linear-gradient(90deg,rgba(255, 255, 253, 1) 0%,rgba(144, 201, 236, 1) 100%)"/>
3159
+ </fill>
3160
+ </shape>
3161
+ <shape width="103" height="60" topLeftX="562" topLeftY="400" type="text">
3162
+ <content fontSize="12" fontFamily="Arial" color="rgba(19, 147, 207, 1)" textAlign="left">
3163
+ <p textAlign="left">
3164
+ <span color="rgba(19, 147, 207, 1)" fontSize="40" fontFamily="Arial">280</span>
3165
+ <span color="rgba(19, 147, 207, 1)" fontSize="12" fontFamily="Arial">%</span>
3166
+ </p>
3167
+ </content>
3168
+ </shape>
3169
+ <shape width="233" height="80" topLeftX="676" topLeftY="390" type="round1rect">
3170
+ <fill>
3171
+ <fillColor color="rgba(141, 201, 236, 0.1)"/>
3172
+ </fill>
3173
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3174
+ </shape>
3175
+ <shape width="88" height="36" topLeftX="691" topLeftY="412" type="text">
3176
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
3177
+ <p textAlign="left">
3178
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">订单量同步去年增长近</span>
3179
+ </p>
3180
+ </content>
3181
+ </shape>
3182
+ <shape width="40" height="25" topLeftX="779" topLeftY="418" rotation="270" type="right-arrow">
3183
+ <fill>
3184
+ <fillColor color="linear-gradient(90deg,rgba(255, 255, 253, 1) 0%,rgba(144, 201, 236, 1) 100%)"/>
3185
+ </fill>
3186
+ </shape>
3187
+ <shape width="103" height="60" topLeftX="820" topLeftY="400" type="text">
3188
+ <content fontSize="12" fontFamily="Arial" color="rgba(19, 147, 207, 1)" textAlign="left">
3189
+ <p textAlign="left">
3190
+ <span color="rgba(19, 147, 207, 1)" fontSize="40" fontFamily="Arial">20</span>
3191
+ <span color="rgba(19, 147, 207, 1)" fontSize="12" fontFamily="Arial">%</span>
3192
+ </p>
3193
+ </content>
3194
+ </shape>
3195
+ <shape width="233" height="80" topLeftX="676" topLeftY="286" type="round1rect">
3196
+ <fill>
3197
+ <fillColor color="rgba(141, 201, 236, 0.1)"/>
3198
+ </fill>
3199
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3200
+ </shape>
3201
+ <shape width="88" height="36" topLeftX="691" topLeftY="308" type="text">
3202
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
3203
+ <p textAlign="left">
3204
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">订单量同步去年增长近</span>
3205
+ </p>
3206
+ </content>
3207
+ </shape>
3208
+ <shape width="40" height="25" topLeftX="779" topLeftY="313" rotation="270" type="right-arrow">
3209
+ <fill>
3210
+ <fillColor color="linear-gradient(90deg,rgba(255, 255, 253, 1) 0%,rgba(144, 201, 236, 1) 100%)"/>
3211
+ </fill>
3212
+ </shape>
3213
+ <shape width="103" height="60" topLeftX="820" topLeftY="296" type="text">
3214
+ <content fontSize="12" fontFamily="Arial" color="rgba(19, 147, 207, 1)" textAlign="left">
3215
+ <p textAlign="left">
3216
+ <span color="rgba(19, 147, 207, 1)" fontSize="40" fontFamily="Arial">170</span>
3217
+ <span color="rgba(19, 147, 207, 1)" fontSize="12" fontFamily="Arial">%</span>
3218
+ </p>
3219
+ </content>
3220
+ </shape>
3221
+ <img src="Brebbm81boxxu9x7lNScnFUqndh" width="40" height="12" topLeftX="200" topLeftY="173">
3222
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3223
+ </img>
3224
+ </data>
3225
+ <note>
3226
+ <content/>
3227
+ </note>
3228
+ </slide>
3229
+ <slide>
3230
+ <style>
3231
+ <fill>
3232
+ <fillColor color="rgba(34, 38, 41, 1)"/>
3233
+ </fill>
3234
+ </style>
3235
+ <data>
3236
+ <img src="BbgxbapUsowgUxxvPq1cc2TJnYd" width="960" height="540" topLeftX="0" topLeftY="0" alpha="0.5">
3237
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3238
+ </img>
3239
+ <img src="GYslbhG0AoRPLbxG4QPcbTpunTc" width="960" height="540" topLeftX="0" topLeftY="0">
3240
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="75" bottomOffset="116" presetHandlers="0"/>
3241
+ </img>
3242
+ <img src="FnAFboETEoDtHdxsLZIcto8nnYc" width="103" height="12" topLeftX="809" topLeftY="489">
3243
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3244
+ </img>
3245
+ <shape width="100" height="99" topLeftX="196" topLeftY="223" type="round2diag-rect">
3246
+ <fill>
3247
+ <fillColor color="rgba(255, 255, 255, 1)"/>
3248
+ </fill>
3249
+ <border color="rgba(31, 35, 41, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3250
+ </shape>
3251
+ <shape width="132" height="132" topLeftX="769" topLeftY="-17" type="ellipse">
3252
+ <border color="rgba(102, 102, 102, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3253
+ </shape>
3254
+ <shape width="12" height="12" topLeftX="769" topLeftY="74" type="ellipse">
3255
+ <fill>
3256
+ <fillColor color="rgba(141, 201, 236, 1)"/>
3257
+ </fill>
3258
+ </shape>
3259
+ <shape width="100" height="99" topLeftX="191" topLeftY="218" type="round2diag-rect">
3260
+ <fill>
3261
+ <fillColor color="rgba(141, 201, 236, 1)"/>
3262
+ </fill>
3263
+ <border color="rgba(31, 35, 41, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3264
+ </shape>
3265
+ <shape width="72" height="18" topLeftX="68" topLeftY="40" type="text">
3266
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
3267
+ <p lineSpacing="multiple:1">
3268
+ <strong>
3269
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
3270
+ </strong>
3271
+ </p>
3272
+ </content>
3273
+ </shape>
3274
+ <img src="OvVIbXxqioTTT8xXAckcWzYBnYg" width="24" height="24" topLeftX="31" topLeftY="37" rotation="90">
3275
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3276
+ </img>
3277
+ <img src="BiE0bg77Poe1ZTxonW1ckyVBnfg" width="12" height="32" topLeftX="31" topLeftY="479">
3278
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3279
+ </img>
3280
+ <shape width="100" height="30" topLeftX="191" topLeftY="275" type="text">
3281
+ <content textType="sub-headline" fontSize="20" fontFamily="Arial" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
3282
+ <p textAlign="center">PART 3</p>
3283
+ </content>
3284
+ </shape>
3285
+ <shape width="407" height="63" topLeftX="335" topLeftY="284" type="text">
3286
+ <content textType="title" fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false">
3287
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
3288
+ </content>
3289
+ </shape>
3290
+ <shape width="407" height="72" topLeftX="334" topLeftY="199" type="text">
3291
+ <content textType="title" fontSize="48" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
3292
+ <p>经验反思</p>
3293
+ </content>
3294
+ </shape>
3295
+ <icon width="40" height="40" topLeftX="221" topLeftY="232" iconType="iconpark/Base/tips.svg">
3296
+ <fill>
3297
+ <fillColor color="rgba(255, 255, 255, 1)"/>
3298
+ </fill>
3299
+ <border color="rgba(43, 47, 54, 1)" width="3" lineJoin="miter" miterLimit="10"/>
3300
+ </icon>
3301
+ </data>
3302
+ <note>
3303
+ <content/>
3304
+ </note>
3305
+ </slide>
3306
+ <slide>
3307
+ <style>
3308
+ <fill>
3309
+ <fillColor color="rgba(255, 246, 220, 1)"/>
3310
+ </fill>
3311
+ </style>
3312
+ <data>
3313
+ <img src="AZbNbhTvDo08gzx2zmTc5jfwnMg" width="80" height="139" topLeftX="29" topLeftY="431" rotation="90">
3314
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3315
+ </img>
3316
+ <img src="E3p7boCbJoZiGsxZ98ucT5DbnRf" width="24" height="12" topLeftX="816" topLeftY="30">
3317
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3318
+ </img>
3319
+ <img src="OaLab1wvOo648bxy3ejcT72inIe" width="14" height="41" topLeftX="55" topLeftY="39">
3320
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3321
+ </img>
3322
+ <img src="EP1JbjIGzoTdKHx0hNFclSWjnpd" width="135" height="77" topLeftX="828" topLeftY="0" alpha="0.6">
3323
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3324
+ </img>
3325
+ <img src="EP1JbjIGzoTdKHx0hNFclSWjnpd" width="135" height="77" topLeftX="0" topLeftY="463" rotation="180" alpha="0.6">
3326
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3327
+ </img>
3328
+ <shape width="403" height="21" topLeftX="77" topLeftY="67" type="text">
3329
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
3330
+ <p>Review And Summary</p>
3331
+ </content>
3332
+ </shape>
3333
+ <shape width="403" height="36" topLeftX="77" topLeftY="30" type="text">
3334
+ <content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
3335
+ <p textAlign="left">业务复盘</p>
3336
+ </content>
3337
+ </shape>
3338
+ <shape width="868" height="30" topLeftX="51" topLeftY="101" type="text">
3339
+ <content textType="headline" fontSize="20" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
3340
+ <p textAlign="left">
3341
+ <span color="rgba(19, 147, 207, 1)">O1: </span>
3342
+ <span color="rgba(43, 47, 54, 1)">输入相关的描述信息以解释标题</span>
3343
+ </p>
3344
+ </content>
3345
+ </shape>
3346
+ <shape width="864" height="21" topLeftX="51" topLeftY="135" type="text">
3347
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3348
+ <p textAlign="left">
3349
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">KR1:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3350
+ </p>
3351
+ </content>
3352
+ </shape>
3353
+ <shape width="524" height="140" topLeftX="53" topLeftY="174" flipX="true" type="round1rect">
3354
+ <fill>
3355
+ <fillColor color="rgba(43, 47, 54, 1)"/>
3356
+ </fill>
3357
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3358
+ </shape>
3359
+ <shape width="524" height="140" topLeftX="51" topLeftY="172" flipX="true" type="round1rect">
3360
+ <fill>
3361
+ <fillColor color="rgba(255, 255, 255, 1)"/>
3362
+ </fill>
3363
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3364
+ </shape>
3365
+ <shape width="470" height="24" topLeftX="87" topLeftY="190" type="text">
3366
+ <content textType="headline" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
3367
+ <p>
3368
+ <span color="rgba(43, 47, 54, 1)" fontSize="16">做的好的</span>
3369
+ </p>
3370
+ </content>
3371
+ </shape>
3372
+ <shape width="491" height="63" topLeftX="67" topLeftY="227" type="text">
3373
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3374
+ <ul>
3375
+ <li>
3376
+ <p textAlign="left">
3377
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3378
+ </p>
3379
+ </li>
3380
+ <li>
3381
+ <p textAlign="left">
3382
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3383
+ </p>
3384
+ </li>
3385
+ <li>
3386
+ <p textAlign="left">
3387
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3388
+ </p>
3389
+ </li>
3390
+ </ul>
3391
+ </content>
3392
+ </shape>
3393
+ <shape width="524" height="140" topLeftX="387" topLeftY="343" flipX="true" type="round1rect">
3394
+ <fill>
3395
+ <fillColor color="rgba(43, 47, 54, 1)"/>
3396
+ </fill>
3397
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3398
+ </shape>
3399
+ <shape width="524" height="140" topLeftX="385" topLeftY="341" flipX="true" type="round1rect">
3400
+ <fill>
3401
+ <fillColor color="rgba(255, 255, 255, 1)"/>
3402
+ </fill>
3403
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3404
+ </shape>
3405
+ <shape width="470" height="24" topLeftX="421" topLeftY="359" type="text">
3406
+ <content textType="headline" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
3407
+ <p>
3408
+ <span color="rgba(43, 47, 54, 1)" fontSize="16">待改进点</span>
3409
+ </p>
3410
+ </content>
3411
+ </shape>
3412
+ <shape width="491" height="63" topLeftX="401" topLeftY="396" type="text">
3413
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3414
+ <ul>
3415
+ <li>
3416
+ <p textAlign="left">
3417
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3418
+ </p>
3419
+ </li>
3420
+ <li>
3421
+ <p textAlign="left">
3422
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3423
+ </p>
3424
+ </li>
3425
+ <li>
3426
+ <p textAlign="left">
3427
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3428
+ </p>
3429
+ </li>
3430
+ </ul>
3431
+ </content>
3432
+ </shape>
3433
+ <img src="KPu8b7LzBoWDKlxVPhTcOpexndd" width="306" height="144" topLeftX="609" topLeftY="172">
3434
+ <crop type="round1rect" leftOffset="0" rightOffset="0" topOffset="12" bottomOffset="12" presetHandlers="21"/>
3435
+ <border width="1" lineJoin="miter" miterLimit="10"/>
3436
+ </img>
3437
+ <img src="JKqHbAW8aoe0HQxplScc7RFTn9b" width="306" height="144" topLeftX="51" topLeftY="341">
3438
+ <crop type="round1rect" leftOffset="0" rightOffset="0" topOffset="12" bottomOffset="12" presetHandlers="21"/>
3439
+ <border width="1" lineJoin="miter" miterLimit="10"/>
3440
+ </img>
3441
+ <img src="NrvbbvoUIoLyqVxG4cbcYt4inNb" width="40" height="12" topLeftX="536" topLeftY="166">
3442
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3443
+ </img>
3444
+ <img src="NrvbbvoUIoLyqVxG4cbcYt4inNb" width="40" height="12" topLeftX="869" topLeftY="335">
3445
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3446
+ </img>
3447
+ <icon width="20" height="20" topLeftX="63" topLeftY="193" iconType="iconpark/Hands/good-two.svg">
3448
+ <fill>
3449
+ <fillColor color="rgba(255, 224, 136, 1)"/>
3450
+ </fill>
3451
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3452
+ </icon>
3453
+ <icon width="20" height="20" topLeftX="396" topLeftY="362" iconType="iconpark/Charts/data-arrival.svg">
3454
+ <fill>
3455
+ <fillColor color="rgba(255, 224, 136, 1)"/>
3456
+ </fill>
3457
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3458
+ </icon>
3459
+ <img src="WRLPbnASJoO8KixZpffcmaGanTe" width="103" height="12" topLeftX="232" topLeftY="72">
3460
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3461
+ </img>
3462
+ </data>
3463
+ <note>
3464
+ <content/>
3465
+ </note>
3466
+ </slide>
3467
+ <slide>
3468
+ <style>
3469
+ <fill>
3470
+ <fillColor color="rgba(221, 239, 247, 1)"/>
3471
+ </fill>
3472
+ </style>
3473
+ <data>
3474
+ <img src="PZwgbRQYEohPXzxJeNkcTBqDnUb" width="80" height="139" topLeftX="29" topLeftY="431" rotation="90">
3475
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3476
+ </img>
3477
+ <img src="GOIIbzQj8ojJ0YxXVO4cvaGMn7b" width="80" height="139" topLeftX="851" topLeftY="-29" rotation="270">
3478
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3479
+ </img>
3480
+ <img src="E3p7boCbJoZiGsxZ98ucT5DbnRf" width="24" height="12" topLeftX="816" topLeftY="30">
3481
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3482
+ </img>
3483
+ <img src="OaLab1wvOo648bxy3ejcT72inIe" width="14" height="41" topLeftX="55" topLeftY="39">
3484
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3485
+ </img>
3486
+ <shape width="403" height="21" topLeftX="77" topLeftY="67" type="text">
3487
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
3488
+ <p>Review And Summary</p>
3489
+ </content>
3490
+ </shape>
3491
+ <shape width="403" height="36" topLeftX="77" topLeftY="30" type="text">
3492
+ <content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
3493
+ <p textAlign="left">业务复盘</p>
3494
+ </content>
3495
+ </shape>
3496
+ <shape width="868" height="30" topLeftX="51" topLeftY="101" type="text">
3497
+ <content textType="headline" fontSize="20" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
3498
+ <p textAlign="left">
3499
+ <span color="rgba(19, 147, 207, 1)">O1:</span>
3500
+ <span color="rgba(41, 71, 152, 1)"> </span>
3501
+ <span color="rgba(43, 47, 54, 1)">输入相关的描述信息以解释标题</span>
3502
+ </p>
3503
+ </content>
3504
+ </shape>
3505
+ <shape width="828" height="21" topLeftX="51" topLeftY="135" type="text">
3506
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3507
+ <p textAlign="left">
3508
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">KR1:输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3509
+ </p>
3510
+ </content>
3511
+ </shape>
3512
+ <shape width="401" height="308" topLeftX="59" topLeftY="187" flipX="true" type="round1rect">
3513
+ <fill>
3514
+ <fillColor color="rgba(43, 47, 54, 1)"/>
3515
+ </fill>
3516
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3517
+ </shape>
3518
+ <shape width="401" height="316" topLeftX="59" topLeftY="176" flipX="true" type="round1rect">
3519
+ <fill>
3520
+ <fillColor color="rgba(255, 255, 255, 1)"/>
3521
+ </fill>
3522
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3523
+ </shape>
3524
+ <shape width="352" height="24" topLeftX="99" topLeftY="192" type="text">
3525
+ <content textType="headline" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
3526
+ <p>
3527
+ <span color="rgba(43, 47, 54, 1)" fontSize="16">遇到问题</span>
3528
+ </p>
3529
+ </content>
3530
+ </shape>
3531
+ <shape width="352" height="105" topLeftX="84" topLeftY="228" type="text">
3532
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3533
+ <ul>
3534
+ <li>
3535
+ <p textAlign="left">
3536
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3537
+ </p>
3538
+ </li>
3539
+ <li>
3540
+ <p textAlign="left">
3541
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3542
+ </p>
3543
+ </li>
3544
+ <li>
3545
+ <p textAlign="left">
3546
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题</span>
3547
+ </p>
3548
+ </li>
3549
+ </ul>
3550
+ </content>
3551
+ </shape>
3552
+ <img src="GNFJb9cTnoQ7eExha71cQJ7wnDb" width="386" height="128" topLeftX="66" topLeftY="356">
3553
+ <crop type="round-rect" leftOffset="0" rightOffset="0" topOffset="44" bottomOffset="44" presetHandlers="4"/>
3554
+ <border width="1" lineJoin="miter" miterLimit="10"/>
3555
+ </img>
3556
+ <shape width="401" height="308" topLeftX="499" topLeftY="187" flipX="true" type="round1rect">
3557
+ <fill>
3558
+ <fillColor color="rgba(43, 47, 54, 1)"/>
3559
+ </fill>
3560
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3561
+ </shape>
3562
+ <shape width="401" height="316" topLeftX="499" topLeftY="176" flipX="true" type="round1rect">
3563
+ <fill>
3564
+ <fillColor color="rgba(255, 255, 255, 1)"/>
3565
+ </fill>
3566
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3567
+ </shape>
3568
+ <shape width="344" height="24" topLeftX="547" topLeftY="192" type="text">
3569
+ <content textType="headline" fontSize="16" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
3570
+ <p>
3571
+ <span color="rgba(43, 47, 54, 1)" fontSize="16">改进措施</span>
3572
+ </p>
3573
+ </content>
3574
+ </shape>
3575
+ <shape width="344" height="105" topLeftX="532" topLeftY="228" type="text">
3576
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3577
+ <ul>
3578
+ <li>
3579
+ <p textAlign="left">
3580
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3581
+ </p>
3582
+ </li>
3583
+ <li>
3584
+ <p textAlign="left">
3585
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3586
+ </p>
3587
+ </li>
3588
+ <li>
3589
+ <p textAlign="left">
3590
+ <span color="rgba(102, 102, 102, 1)" fontSize="14">输入相关的描述信息以解释标题</span>
3591
+ </p>
3592
+ </li>
3593
+ </ul>
3594
+ </content>
3595
+ </shape>
3596
+ <img src="Ao2dbDGVco9V2wxLKS9cFtWynzb" width="386" height="128" topLeftX="506" topLeftY="356">
3597
+ <crop type="round-rect" leftOffset="0" rightOffset="0" topOffset="44" bottomOffset="44" presetHandlers="4"/>
3598
+ <border width="1" lineJoin="miter" miterLimit="10"/>
3599
+ </img>
3600
+ <icon width="20" height="20" topLeftX="72" topLeftY="195" iconType="iconpark/Others/thinking-problem.svg">
3601
+ <fill>
3602
+ <fillColor color="rgba(255, 224, 136, 1)"/>
3603
+ </fill>
3604
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3605
+ </icon>
3606
+ <icon width="20" height="20" topLeftX="517" topLeftY="195" iconType="iconpark/Office/level.svg">
3607
+ <fill>
3608
+ <fillColor color="rgba(255, 224, 136, 1)"/>
3609
+ </fill>
3610
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3611
+ </icon>
3612
+ <img src="BKLubjyl2ocINoxtwo8cQehinKg" width="103" height="12" topLeftX="232" topLeftY="72">
3613
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3614
+ </img>
3615
+ <img src="F9ysbSCvVo4CWFxjdhXcp9Gxndb" width="40" height="12" topLeftX="860" topLeftY="170">
3616
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3617
+ </img>
3618
+ <img src="F9ysbSCvVo4CWFxjdhXcp9Gxndb" width="40" height="12" topLeftX="421" topLeftY="170">
3619
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3620
+ </img>
3621
+ </data>
3622
+ <note>
3623
+ <content/>
3624
+ </note>
3625
+ </slide>
3626
+ <slide>
3627
+ <style>
3628
+ <fill>
3629
+ <fillColor color="rgba(34, 38, 41, 1)"/>
3630
+ </fill>
3631
+ </style>
3632
+ <data>
3633
+ <img src="BbgxbapUsowgUxxvPq1cc2TJnYd" width="960" height="540" topLeftX="0" topLeftY="0" alpha="0.5">
3634
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3635
+ </img>
3636
+ <img src="GYslbhG0AoRPLbxG4QPcbTpunTc" width="960" height="540" topLeftX="0" topLeftY="0">
3637
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="75" bottomOffset="116" presetHandlers="0"/>
3638
+ </img>
3639
+ <img src="FnAFboETEoDtHdxsLZIcto8nnYc" width="103" height="12" topLeftX="809" topLeftY="489">
3640
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3641
+ </img>
3642
+ <shape width="100" height="99" topLeftX="196" topLeftY="223" type="round2diag-rect">
3643
+ <fill>
3644
+ <fillColor color="rgba(255, 255, 255, 1)"/>
3645
+ </fill>
3646
+ <border color="rgba(31, 35, 41, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3647
+ </shape>
3648
+ <shape width="132" height="132" topLeftX="769" topLeftY="-17" type="ellipse">
3649
+ <border color="rgba(102, 102, 102, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3650
+ </shape>
3651
+ <shape width="12" height="12" topLeftX="769" topLeftY="74" type="ellipse">
3652
+ <fill>
3653
+ <fillColor color="rgba(141, 201, 236, 1)"/>
3654
+ </fill>
3655
+ </shape>
3656
+ <shape width="100" height="99" topLeftX="191" topLeftY="218" type="round2diag-rect">
3657
+ <fill>
3658
+ <fillColor color="rgba(141, 201, 236, 1)"/>
3659
+ </fill>
3660
+ <border color="rgba(31, 35, 41, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3661
+ </shape>
3662
+ <shape width="72" height="18" topLeftX="68" topLeftY="40" type="text">
3663
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
3664
+ <p lineSpacing="multiple:1">
3665
+ <strong>
3666
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
3667
+ </strong>
3668
+ </p>
3669
+ </content>
3670
+ </shape>
3671
+ <img src="OvVIbXxqioTTT8xXAckcWzYBnYg" width="24" height="24" topLeftX="31" topLeftY="37" rotation="90">
3672
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3673
+ </img>
3674
+ <img src="BiE0bg77Poe1ZTxonW1ckyVBnfg" width="12" height="32" topLeftX="31" topLeftY="479">
3675
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3676
+ </img>
3677
+ <shape width="100" height="30" topLeftX="191" topLeftY="275" type="text">
3678
+ <content textType="sub-headline" fontSize="20" fontFamily="Arial" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
3679
+ <p textAlign="center">PART 4</p>
3680
+ </content>
3681
+ </shape>
3682
+ <shape width="407" height="63" topLeftX="335" topLeftY="284" type="text">
3683
+ <content textType="title" fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false">
3684
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
3685
+ </content>
3686
+ </shape>
3687
+ <shape width="407" height="72" topLeftX="334" topLeftY="199" type="text">
3688
+ <content textType="title" fontSize="48" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
3689
+ <p>后续计划</p>
3690
+ </content>
3691
+ </shape>
3692
+ <icon width="40" height="40" topLeftX="221" topLeftY="232" iconType="iconpark/Office/doc-detail.svg">
3693
+ <fill>
3694
+ <fillColor color="rgba(255, 255, 255, 1)"/>
3695
+ </fill>
3696
+ <border color="rgba(43, 47, 54, 1)" width="3" lineJoin="miter" miterLimit="10"/>
3697
+ </icon>
3698
+ </data>
3699
+ <note>
3700
+ <content/>
3701
+ </note>
3702
+ </slide>
3703
+ <slide>
3704
+ <style/>
3705
+ <data>
3706
+ <shape width="963" height="540" topLeftX="-3" topLeftY="0" type="rect">
3707
+ <fill>
3708
+ <fillColor color="rgba(244, 244, 242, 1)"/>
3709
+ </fill>
3710
+ </shape>
3711
+ <shape width="963" height="540" topLeftX="-1" topLeftY="0" type="rect">
3712
+ <fill>
3713
+ <fillColor color="rgba(255, 255, 255, 1)"/>
3714
+ </fill>
3715
+ </shape>
3716
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="29" topLeftY="431" rotation="90">
3717
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3718
+ </img>
3719
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="851" topLeftY="-29" rotation="270">
3720
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3721
+ </img>
3722
+ <img src="E3p7boCbJoZiGsxZ98ucT5DbnRf" width="24" height="12" topLeftX="816" topLeftY="30">
3723
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3724
+ </img>
3725
+ <img src="OaLab1wvOo648bxy3ejcT72inIe" width="14" height="41" topLeftX="55" topLeftY="39">
3726
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3727
+ </img>
3728
+ <shape width="403" height="21" topLeftX="77" topLeftY="67" type="text">
3729
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
3730
+ <p>Short-Term Objective</p>
3731
+ </content>
3732
+ </shape>
3733
+ <shape width="403" height="36" topLeftX="77" topLeftY="30" type="text">
3734
+ <content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
3735
+ <p>短期目标</p>
3736
+ </content>
3737
+ </shape>
3738
+ <img src="FcRsb15VFojqK6xzvkNco7Vin3f" width="103" height="12" topLeftX="224" topLeftY="71">
3739
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
3740
+ </img>
3741
+ <shape width="261" height="362" topLeftX="51" topLeftY="123" flipX="true" type="round1rect">
3742
+ <fill>
3743
+ <fillColor color="rgba(43, 47, 54, 1)"/>
3744
+ </fill>
3745
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3746
+ </shape>
3747
+ <shape width="261" height="362" topLeftX="49" topLeftY="120" flipX="true" type="round1rect">
3748
+ <fill>
3749
+ <fillColor color="rgba(255, 255, 255, 1)"/>
3750
+ </fill>
3751
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3752
+ </shape>
3753
+ <shape width="230" height="42" topLeftX="66" topLeftY="137" type="text">
3754
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
3755
+ <p textAlign="left">
3756
+ <strong>
3757
+ <span color="rgba(19, 147, 207, 1)" fontSize="14">O1:</span>
3758
+ </strong>
3759
+ <span color="rgba(19, 147, 207, 1)" fontSize="14"> </span>
3760
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的业务目标,输入相关的业务目标</span>
3761
+ </p>
3762
+ </content>
3763
+ </shape>
3764
+ <shape width="32" height="20" topLeftX="67" topLeftY="197" presetHandlers="4" type="round-rect">
3765
+ <fill>
3766
+ <fillColor color="rgba(141, 201, 236, 1)"/>
3767
+ </fill>
3768
+ </shape>
3769
+ <shape width="30" height="18" topLeftX="68" topLeftY="198" type="text">
3770
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
3771
+ <p textAlign="center">
3772
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR1</span>
3773
+ </p>
3774
+ </content>
3775
+ </shape>
3776
+ <shape width="32" height="20" topLeftX="67" topLeftY="292" presetHandlers="4" type="round-rect">
3777
+ <fill>
3778
+ <fillColor color="rgba(141, 201, 236, 1)"/>
3779
+ </fill>
3780
+ </shape>
3781
+ <shape width="30" height="18" topLeftX="68" topLeftY="293" type="text">
3782
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
3783
+ <p textAlign="center">
3784
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR2</span>
3785
+ </p>
3786
+ </content>
3787
+ </shape>
3788
+ <shape width="32" height="20" topLeftX="67" topLeftY="388" presetHandlers="4" type="round-rect">
3789
+ <fill>
3790
+ <fillColor color="rgba(141, 201, 236, 1)"/>
3791
+ </fill>
3792
+ </shape>
3793
+ <shape width="30" height="18" topLeftX="68" topLeftY="389" type="text">
3794
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
3795
+ <p textAlign="center">
3796
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR3</span>
3797
+ </p>
3798
+ </content>
3799
+ </shape>
3800
+ <line startX="83" startY="213" endX="83" endY="386">
3801
+ <border color="rgba(141, 201, 236, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
3802
+ </line>
3803
+ <shape width="183" height="54" topLeftX="108" topLeftY="192" type="text">
3804
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
3805
+ <p textAlign="left">
3806
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3807
+ </p>
3808
+ </content>
3809
+ </shape>
3810
+ <shape width="183" height="18" topLeftX="108" topLeftY="250" type="text">
3811
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3812
+ <p textAlign="left">
3813
+ <span fontSize="12">负责人:</span>
3814
+ <em>
3815
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
3816
+ </em>
3817
+ </p>
3818
+ </content>
3819
+ </shape>
3820
+ <shape width="183" height="54" topLeftX="108" topLeftY="288" type="text">
3821
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
3822
+ <p textAlign="left">
3823
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3824
+ </p>
3825
+ </content>
3826
+ </shape>
3827
+ <shape width="183" height="18" topLeftX="108" topLeftY="346" type="text">
3828
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3829
+ <p textAlign="left">
3830
+ <span fontSize="12">负责人:</span>
3831
+ <em>
3832
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
3833
+ </em>
3834
+ </p>
3835
+ </content>
3836
+ </shape>
3837
+ <shape width="183" height="54" topLeftX="108" topLeftY="384" type="text">
3838
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
3839
+ <p textAlign="left">
3840
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3841
+ </p>
3842
+ </content>
3843
+ </shape>
3844
+ <shape width="183" height="18" topLeftX="108" topLeftY="441" type="text">
3845
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3846
+ <p textAlign="left">
3847
+ <span fontSize="12">负责人:</span>
3848
+ <em>
3849
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
3850
+ </em>
3851
+ </p>
3852
+ </content>
3853
+ </shape>
3854
+ <shape width="261" height="362" topLeftX="351" topLeftY="123" flipX="true" type="round1rect">
3855
+ <fill>
3856
+ <fillColor color="rgba(43, 47, 54, 1)"/>
3857
+ </fill>
3858
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3859
+ </shape>
3860
+ <shape width="261" height="362" topLeftX="349" topLeftY="120" flipX="true" type="round1rect">
3861
+ <fill>
3862
+ <fillColor color="rgba(255, 255, 255, 1)"/>
3863
+ </fill>
3864
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3865
+ </shape>
3866
+ <shape width="230" height="42" topLeftX="366" topLeftY="137" type="text">
3867
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
3868
+ <p textAlign="left">
3869
+ <strong>
3870
+ <span color="rgba(247, 193, 95, 1)" fontSize="14">O2:</span>
3871
+ </strong>
3872
+ <span color="rgba(247, 193, 95, 1)" fontSize="14"> </span>
3873
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的业务目标,输入相关的业务目标</span>
3874
+ </p>
3875
+ </content>
3876
+ </shape>
3877
+ <shape width="32" height="20" topLeftX="367" topLeftY="197" presetHandlers="4" type="round-rect">
3878
+ <fill>
3879
+ <fillColor color="rgba(255, 224, 136, 1)"/>
3880
+ </fill>
3881
+ </shape>
3882
+ <shape width="30" height="18" topLeftX="368" topLeftY="198" type="text">
3883
+ <content fontSize="16" fontFamily="Arial" color="rgba(43, 47, 54, 1)" textAlign="center">
3884
+ <p textAlign="center">
3885
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" fontFamily="Arial">KR1</span>
3886
+ </p>
3887
+ </content>
3888
+ </shape>
3889
+ <shape width="32" height="20" topLeftX="367" topLeftY="292" presetHandlers="4" type="round-rect">
3890
+ <fill>
3891
+ <fillColor color="rgba(255, 224, 136, 1)"/>
3892
+ </fill>
3893
+ </shape>
3894
+ <shape width="32" height="20" topLeftX="367" topLeftY="388" presetHandlers="4" type="round-rect">
3895
+ <fill>
3896
+ <fillColor color="rgba(255, 224, 136, 1)"/>
3897
+ </fill>
3898
+ </shape>
3899
+ <line startX="383" startY="213" endX="383" endY="386">
3900
+ <border color="rgba(255, 224, 136, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
3901
+ </line>
3902
+ <shape width="183" height="54" topLeftX="408" topLeftY="192" type="text">
3903
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
3904
+ <p textAlign="left">
3905
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3906
+ </p>
3907
+ </content>
3908
+ </shape>
3909
+ <shape width="183" height="18" topLeftX="408" topLeftY="250" type="text">
3910
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3911
+ <p textAlign="left">
3912
+ <span fontSize="12">负责人:</span>
3913
+ <em>
3914
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
3915
+ </em>
3916
+ </p>
3917
+ </content>
3918
+ </shape>
3919
+ <shape width="183" height="54" topLeftX="408" topLeftY="288" type="text">
3920
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
3921
+ <p textAlign="left">
3922
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3923
+ </p>
3924
+ </content>
3925
+ </shape>
3926
+ <shape width="183" height="18" topLeftX="408" topLeftY="346" type="text">
3927
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3928
+ <p textAlign="left">
3929
+ <span fontSize="12">负责人:</span>
3930
+ <em>
3931
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
3932
+ </em>
3933
+ </p>
3934
+ </content>
3935
+ </shape>
3936
+ <shape width="183" height="54" topLeftX="408" topLeftY="384" type="text">
3937
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
3938
+ <p textAlign="left">
3939
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3940
+ </p>
3941
+ </content>
3942
+ </shape>
3943
+ <shape width="183" height="18" topLeftX="408" topLeftY="441" type="text">
3944
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
3945
+ <p textAlign="left">
3946
+ <span fontSize="12">负责人:</span>
3947
+ <em>
3948
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
3949
+ </em>
3950
+ </p>
3951
+ </content>
3952
+ </shape>
3953
+ <shape width="261" height="362" topLeftX="651" topLeftY="123" flipX="true" type="round1rect">
3954
+ <fill>
3955
+ <fillColor color="rgba(43, 47, 54, 1)"/>
3956
+ </fill>
3957
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3958
+ </shape>
3959
+ <shape width="261" height="362" topLeftX="649" topLeftY="120" flipX="true" type="round1rect">
3960
+ <fill>
3961
+ <fillColor color="rgba(255, 255, 255, 1)"/>
3962
+ </fill>
3963
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
3964
+ </shape>
3965
+ <shape width="230" height="42" topLeftX="666" topLeftY="137" type="text">
3966
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
3967
+ <p textAlign="left">
3968
+ <strong>
3969
+ <span color="rgba(84, 213, 217, 1)" fontSize="14">O3:</span>
3970
+ </strong>
3971
+ <span color="rgba(35, 195, 192, 1)" fontSize="14"> </span>
3972
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的业务目标,输入相关的业务目标</span>
3973
+ </p>
3974
+ </content>
3975
+ </shape>
3976
+ <shape width="32" height="20" topLeftX="667" topLeftY="197" presetHandlers="4" type="round-rect">
3977
+ <fill>
3978
+ <fillColor color="rgba(35, 195, 192, 1)"/>
3979
+ </fill>
3980
+ </shape>
3981
+ <shape width="32" height="20" topLeftX="667" topLeftY="292" presetHandlers="4" type="round-rect">
3982
+ <fill>
3983
+ <fillColor color="rgba(35, 195, 192, 1)"/>
3984
+ </fill>
3985
+ </shape>
3986
+ <shape width="32" height="20" topLeftX="667" topLeftY="388" presetHandlers="4" type="round-rect">
3987
+ <fill>
3988
+ <fillColor color="rgba(35, 195, 192, 1)"/>
3989
+ </fill>
3990
+ </shape>
3991
+ <line startX="683" startY="213" endX="683" endY="386">
3992
+ <border color="rgba(35, 195, 192, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
3993
+ </line>
3994
+ <shape width="183" height="54" topLeftX="708" topLeftY="192" type="text">
3995
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
3996
+ <p textAlign="left">
3997
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
3998
+ </p>
3999
+ </content>
4000
+ </shape>
4001
+ <shape width="183" height="18" topLeftX="708" topLeftY="250" type="text">
4002
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
4003
+ <p textAlign="left">
4004
+ <span fontSize="12">负责人:</span>
4005
+ <em>
4006
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
4007
+ </em>
4008
+ </p>
4009
+ </content>
4010
+ </shape>
4011
+ <shape width="183" height="54" topLeftX="708" topLeftY="288" type="text">
4012
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
4013
+ <p textAlign="left">
4014
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
4015
+ </p>
4016
+ </content>
4017
+ </shape>
4018
+ <shape width="183" height="18" topLeftX="708" topLeftY="346" type="text">
4019
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
4020
+ <p textAlign="left">
4021
+ <span fontSize="12">负责人:</span>
4022
+ <em>
4023
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名</span>
4024
+ </em>
4025
+ <span fontSize="12">”</span>
4026
+ </p>
4027
+ </content>
4028
+ </shape>
4029
+ <shape width="183" height="54" topLeftX="708" topLeftY="384" type="text">
4030
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" textAlign="left">
4031
+ <p textAlign="left">
4032
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">输入相关的描述信息以解释标题;输入相关的描述信息以解释标题;输入相关的描述信息以解释标题</span>
4033
+ </p>
4034
+ </content>
4035
+ </shape>
4036
+ <shape width="183" height="18" topLeftX="708" topLeftY="441" type="text">
4037
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" textAlign="left">
4038
+ <p textAlign="left">
4039
+ <span fontSize="12">负责人:</span>
4040
+ <em>
4041
+ <span color="rgba(155, 158, 162, 1)" fontSize="12">输入“@+人名”</span>
4042
+ </em>
4043
+ </p>
4044
+ </content>
4045
+ </shape>
4046
+ <shape width="30" height="18" topLeftX="368" topLeftY="293" type="text">
4047
+ <content fontSize="16" fontFamily="Arial" color="rgba(43, 47, 54, 1)" textAlign="center">
4048
+ <p textAlign="center">
4049
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" fontFamily="Arial">KR2</span>
4050
+ </p>
4051
+ </content>
4052
+ </shape>
4053
+ <shape width="30" height="18" topLeftX="368" topLeftY="389" type="text">
4054
+ <content fontSize="16" fontFamily="Arial" color="rgba(43, 47, 54, 1)" textAlign="center">
4055
+ <p textAlign="center">
4056
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" fontFamily="Arial">KR3</span>
4057
+ </p>
4058
+ </content>
4059
+ </shape>
4060
+ <shape width="30" height="18" topLeftX="668" topLeftY="198" type="text">
4061
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
4062
+ <p textAlign="center">
4063
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR1</span>
4064
+ </p>
4065
+ </content>
4066
+ </shape>
4067
+ <shape width="30" height="18" topLeftX="668" topLeftY="293" type="text">
4068
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
4069
+ <p textAlign="center">
4070
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR2</span>
4071
+ </p>
4072
+ </content>
4073
+ </shape>
4074
+ <shape width="30" height="18" topLeftX="668" topLeftY="389" type="text">
4075
+ <content fontSize="16" fontFamily="Arial" color="rgba(255, 255, 255, 1)" textAlign="center">
4076
+ <p textAlign="center">
4077
+ <span color="rgba(255, 255, 255, 1)" fontSize="12" fontFamily="Arial">KR3</span>
4078
+ </p>
4079
+ </content>
4080
+ </shape>
4081
+ </data>
4082
+ <note>
4083
+ <content/>
4084
+ </note>
4085
+ </slide>
4086
+ <slide>
4087
+ <style/>
4088
+ <data>
4089
+ <shape width="963" height="540" topLeftX="-3" topLeftY="0" type="rect">
4090
+ <fill>
4091
+ <fillColor color="rgba(244, 244, 242, 1)"/>
4092
+ </fill>
4093
+ </shape>
4094
+ <shape width="963" height="540" topLeftX="-1" topLeftY="0" type="rect">
4095
+ <fill>
4096
+ <fillColor color="rgba(255, 255, 255, 1)"/>
4097
+ </fill>
4098
+ </shape>
4099
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="29" topLeftY="431" rotation="90">
4100
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
4101
+ </img>
4102
+ <img src="HFdYbDeNvosW0BxcRdBcxRPonsh" width="80" height="139" topLeftX="851" topLeftY="-29" rotation="270">
4103
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
4104
+ </img>
4105
+ <img src="E3p7boCbJoZiGsxZ98ucT5DbnRf" width="24" height="12" topLeftX="816" topLeftY="30">
4106
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
4107
+ </img>
4108
+ <img src="OaLab1wvOo648bxy3ejcT72inIe" width="14" height="41" topLeftX="55" topLeftY="39">
4109
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
4110
+ </img>
4111
+ <line startX="587" startY="131" endX="587" endY="467">
4112
+ <border color="rgba(155, 158, 162, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
4113
+ </line>
4114
+ <line startX="409" startY="131" endX="409" endY="467">
4115
+ <border color="rgba(155, 158, 162, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
4116
+ </line>
4117
+ <line startX="764" startY="131" endX="764" endY="467">
4118
+ <border color="rgba(155, 158, 162, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
4119
+ </line>
4120
+ <shape width="160" height="21" topLeftX="241" topLeftY="120" type="text">
4121
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
4122
+ <p textAlign="left">
4123
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">Q1</span>
4124
+ </p>
4125
+ </content>
4126
+ </shape>
4127
+ <shape width="160" height="21" topLeftX="418" topLeftY="120" type="text">
4128
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
4129
+ <p textAlign="left">
4130
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">Q2</span>
4131
+ </p>
4132
+ </content>
4133
+ </shape>
4134
+ <shape width="160" height="21" topLeftX="595" topLeftY="120" type="text">
4135
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
4136
+ <p textAlign="left">
4137
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">Q3</span>
4138
+ </p>
4139
+ </content>
4140
+ </shape>
4141
+ <shape width="160" height="21" topLeftX="773" topLeftY="120" type="text">
4142
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
4143
+ <p textAlign="left">
4144
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">Q4</span>
4145
+ </p>
4146
+ </content>
4147
+ </shape>
4148
+ <shape width="403" height="21" topLeftX="77" topLeftY="67" type="text">
4149
+ <content textType="sub-headline" fontSize="14" fontFamily="思源黑体" color="rgba(102, 102, 102, 1)" bold="false">
4150
+ <p>Long-Term Objectives</p>
4151
+ </content>
4152
+ </shape>
4153
+ <shape width="403" height="36" topLeftX="77" topLeftY="30" type="text">
4154
+ <content textType="sub-headline" fontSize="24" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="true">
4155
+ <p>长期目标</p>
4156
+ </content>
4157
+ </shape>
4158
+ <img src="FcRsb15VFojqK6xzvkNco7Vin3f" width="103" height="12" topLeftX="224" topLeftY="71">
4159
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
4160
+ </img>
4161
+ <line startX="51" startY="254" endX="909" endY="254">
4162
+ <border color="rgba(155, 158, 162, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
4163
+ </line>
4164
+ <line startX="51" startY="364" endX="909" endY="364">
4165
+ <border color="rgba(155, 158, 162, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
4166
+ </line>
4167
+ <line startX="234" startY="131" endX="234" endY="467">
4168
+ <border color="rgba(155, 158, 162, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
4169
+ </line>
4170
+ <shape width="174" height="42" topLeftX="51" topLeftY="177" type="text">
4171
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
4172
+ <p textAlign="left">
4173
+ <span color="rgba(19, 147, 207, 1)" fontSize="14">O1:</span>
4174
+ <span color="rgba(41, 71, 152, 1)" fontSize="14"> </span>
4175
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的描述信息以解释标题</span>
4176
+ </p>
4177
+ </content>
4178
+ </shape>
4179
+ <shape width="174" height="42" topLeftX="51" topLeftY="394" type="text">
4180
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
4181
+ <p textAlign="left">
4182
+ <span color="rgba(35, 195, 192, 1)" fontSize="14">O3: </span>
4183
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的描述信息以解释标题</span>
4184
+ </p>
4185
+ </content>
4186
+ </shape>
4187
+ <shape width="174" height="42" topLeftX="51" topLeftY="289" type="text">
4188
+ <content textType="headline" fontSize="14" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
4189
+ <p textAlign="left">
4190
+ <span color="rgba(247, 193, 95, 1)" fontSize="14">O2: </span>
4191
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">输入相关的描述信息以解释标题</span>
4192
+ </p>
4193
+ </content>
4194
+ </shape>
4195
+ <shape width="240" height="20" topLeftX="243" topLeftY="156" presetHandlers="4" type="round-rect">
4196
+ <fill>
4197
+ <fillColor color="rgba(141, 201, 236, 1)"/>
4198
+ </fill>
4199
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
4200
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
4201
+ <p>
4202
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" fontFamily="思源黑体" bold="false">子任务</span>
4203
+ </p>
4204
+ </content>
4205
+ </shape>
4206
+ <shape width="160" height="20" topLeftX="448" topLeftY="180" presetHandlers="4" type="round-rect">
4207
+ <fill>
4208
+ <fillColor color="rgba(141, 201, 236, 1)"/>
4209
+ </fill>
4210
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
4211
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
4212
+ <p>
4213
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
4214
+ </p>
4215
+ </content>
4216
+ </shape>
4217
+ <shape width="300" height="20" topLeftX="609" topLeftY="228" presetHandlers="4" type="round-rect">
4218
+ <fill>
4219
+ <fillColor color="rgba(141, 201, 236, 1)"/>
4220
+ </fill>
4221
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
4222
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
4223
+ <p>
4224
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
4225
+ </p>
4226
+ </content>
4227
+ </shape>
4228
+ <shape width="212" height="18" topLeftX="257" topLeftY="260" presetHandlers="4" type="round-rect">
4229
+ <fill>
4230
+ <fillColor color="rgba(255, 224, 136, 1)"/>
4231
+ </fill>
4232
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
4233
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="false">
4234
+ <p>
4235
+ <span color="rgba(31, 35, 41, 1)">子任务</span>
4236
+ </p>
4237
+ </content>
4238
+ </shape>
4239
+ <shape width="212" height="18" topLeftX="482" topLeftY="285" presetHandlers="4" type="round-rect">
4240
+ <fill>
4241
+ <fillColor color="rgba(255, 224, 136, 1)"/>
4242
+ </fill>
4243
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
4244
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="false">
4245
+ <p>
4246
+ <span color="rgba(31, 35, 41, 1)">子任务</span>
4247
+ </p>
4248
+ </content>
4249
+ </shape>
4250
+ <shape width="265" height="18" topLeftX="363" topLeftY="310" presetHandlers="4" type="round-rect">
4251
+ <fill>
4252
+ <fillColor color="rgba(255, 224, 136, 1)"/>
4253
+ </fill>
4254
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
4255
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="false">
4256
+ <p>
4257
+ <span color="rgba(31, 35, 41, 1)">子任务</span>
4258
+ </p>
4259
+ </content>
4260
+ </shape>
4261
+ <shape width="240" height="20" topLeftX="279" topLeftY="370" presetHandlers="4" type="round-rect">
4262
+ <fill>
4263
+ <fillColor color="rgba(84, 213, 217, 1)"/>
4264
+ </fill>
4265
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
4266
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
4267
+ <p>
4268
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
4269
+ </p>
4270
+ </content>
4271
+ </shape>
4272
+ <shape width="200" height="20" topLeftX="591" topLeftY="395" presetHandlers="4" type="round-rect">
4273
+ <fill>
4274
+ <fillColor color="rgba(84, 213, 217, 1)"/>
4275
+ </fill>
4276
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
4277
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
4278
+ <p>
4279
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
4280
+ </p>
4281
+ </content>
4282
+ </shape>
4283
+ <shape width="180" height="20" topLeftX="701" topLeftY="420" presetHandlers="4" type="round-rect">
4284
+ <fill>
4285
+ <fillColor color="rgba(84, 213, 217, 1)"/>
4286
+ </fill>
4287
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
4288
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
4289
+ <p>
4290
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
4291
+ </p>
4292
+ </content>
4293
+ </shape>
4294
+ <shape width="400" height="20" topLeftX="375" topLeftY="445" presetHandlers="4" type="round-rect">
4295
+ <fill>
4296
+ <fillColor color="rgba(84, 213, 217, 1)"/>
4297
+ </fill>
4298
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
4299
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
4300
+ <p>
4301
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
4302
+ </p>
4303
+ </content>
4304
+ </shape>
4305
+ <shape width="240" height="20" topLeftX="633" topLeftY="337" presetHandlers="4" type="round-rect">
4306
+ <fill>
4307
+ <fillColor color="rgba(255, 224, 136, 1)"/>
4308
+ </fill>
4309
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
4310
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)" bold="false">
4311
+ <p>
4312
+ <span color="rgba(31, 35, 41, 1)">子任务</span>
4313
+ </p>
4314
+ </content>
4315
+ </shape>
4316
+ <shape width="280" height="20" topLeftX="418" topLeftY="204" presetHandlers="4" type="round-rect">
4317
+ <fill>
4318
+ <fillColor color="rgba(141, 201, 236, 1)"/>
4319
+ </fill>
4320
+ <border color="rgba(43, 47, 54, 1)" width="1" lineJoin="miter" miterLimit="10"/>
4321
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(43, 47, 54, 1)" bold="false">
4322
+ <p>
4323
+ <span color="rgba(43, 47, 54, 1)">子任务</span>
4324
+ </p>
4325
+ </content>
4326
+ </shape>
4327
+ </data>
4328
+ <note>
4329
+ <content/>
4330
+ </note>
4331
+ </slide>
4332
+ <slide>
4333
+ <style>
4334
+ <fill>
4335
+ <fillColor color="rgba(34, 38, 41, 1)"/>
4336
+ </fill>
4337
+ </style>
4338
+ <data>
4339
+ <shape width="245" height="321" topLeftX="-18" topLeftY="219" type="rect">
4340
+ <fill>
4341
+ <fillColor color="rgba(255, 255, 255, 1)"/>
4342
+ </fill>
4343
+ </shape>
4344
+ <shape width="470" height="470" topLeftX="-242" topLeftY="0" type="ellipse">
4345
+ <fill>
4346
+ <fillColor color="rgba(255, 255, 255, 1)"/>
4347
+ </fill>
4348
+ </shape>
4349
+ <shape width="410" height="410" topLeftX="-212" topLeftY="30" type="slides-block-arc">
4350
+ <fill>
4351
+ <fillColor color="rgba(141, 201, 236, 1)"/>
4352
+ </fill>
4353
+ </shape>
4354
+ <img src="CHIvb1lRHoFw5PxLzlwc29OVnx1" width="346" height="346" topLeftX="-180" topLeftY="62">
4355
+ <crop type="rect" leftOffset="136" rightOffset="136" topOffset="0" bottomOffset="0" presetHandlers="200"/>
4356
+ </img>
4357
+ <shape width="37" height="37" topLeftX="286" topLeftY="58" type="ellipse">
4358
+ <border color="rgba(102, 102, 102, 1)" width="1" lineJoin="miter" miterLimit="10"/>
4359
+ </shape>
4360
+ <shape width="12" height="12" topLeftX="306" topLeftY="87" type="ellipse">
4361
+ <fill>
4362
+ <fillColor color="rgba(141, 201, 236, 1)"/>
4363
+ </fill>
4364
+ </shape>
4365
+ <img src="Vt4Vbmu6gourQ6xmTUqc0ZSgnIb" width="86" height="10" topLeftX="349" topLeftY="281">
4366
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
4367
+ </img>
4368
+ <img src="KzXbbB6C0opXSZxxBvwcNZvJnNg" width="46" height="77" topLeftX="780" topLeftY="408" alpha="0.7">
4369
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
4370
+ </img>
4371
+ <img src="LHgHbwvKUo3nWKxW65XccGhenSD" width="46" height="16" topLeftX="874" topLeftY="524">
4372
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
4373
+ </img>
4374
+ <shape width="37" height="37" topLeftX="86" topLeftY="464" type="ellipse">
4375
+ <border color="rgba(222, 224, 227, 1)" width="1" lineJoin="miter" miterLimit="10"/>
4376
+ </shape>
4377
+ <shape width="12" height="12" topLeftX="111" topLeftY="464" type="ellipse">
4378
+ <fill>
4379
+ <fillColor color="rgba(141, 201, 236, 1)"/>
4380
+ </fill>
4381
+ </shape>
4382
+ <shape width="407" height="63" topLeftX="349" topLeftY="353" type="text">
4383
+ <content textType="title" fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false">
4384
+ <p>
4385
+ <span color="rgba(222, 224, 227, 1)">输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</span>
4386
+ </p>
4387
+ </content>
4388
+ </shape>
4389
+ <shape width="407" height="36" topLeftX="349" topLeftY="248" type="text">
4390
+ <content textType="title" fontSize="24" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
4391
+ <p>
4392
+ <span fontFamily="Arial">For Your Attention</span>
4393
+ </p>
4394
+ </content>
4395
+ </shape>
4396
+ <shape width="408" height="90" topLeftX="349" topLeftY="158" type="text">
4397
+ <content textType="title" fontSize="60" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true">
4398
+ <p>
4399
+ <span fontFamily="Arial">Thank You</span>
4400
+ </p>
4401
+ </content>
4402
+ </shape>
4403
+ <shape width="72" height="18" topLeftX="863" topLeftY="40" type="text">
4404
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
4405
+ <p lineSpacing="multiple:1">
4406
+ <strong>
4407
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
4408
+ </strong>
4409
+ </p>
4410
+ </content>
4411
+ </shape>
4412
+ <img src="SJrybASt7oIAmKxh6Xac4NYhnxh" width="28" height="28" topLeftX="826" topLeftY="35" rotation="90">
4413
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
4414
+ </img>
4415
+ </data>
4416
+ <note>
4417
+ <content/>
4418
+ </note>
4419
+ </slide>
4420
+ </presentation>