@wagemule/daemon 0.1.2 → 0.1.4

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