@wagemule/daemon 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (341) hide show
  1. package/README.md +9 -1
  2. package/dist/main.cjs +91 -32
  3. package/dist/main.cjs.map +2 -2
  4. package/dist/skills/larksuite/lark-approval/SKILL.md +56 -0
  5. package/dist/skills/larksuite/lark-attendance/SKILL.md +57 -0
  6. package/dist/skills/larksuite/lark-base/SKILL.md +349 -0
  7. package/dist/skills/larksuite/lark-base/references/dashboard-block-data-config.md +350 -0
  8. package/dist/skills/larksuite/lark-base/references/examples.md +140 -0
  9. package/dist/skills/larksuite/lark-base/references/formula-field-guide.md +735 -0
  10. package/dist/skills/larksuite/lark-base/references/lark-base-advperm-disable.md +83 -0
  11. package/dist/skills/larksuite/lark-base/references/lark-base-advperm-enable.md +80 -0
  12. package/dist/skills/larksuite/lark-base/references/lark-base-base-copy.md +74 -0
  13. package/dist/skills/larksuite/lark-base/references/lark-base-base-create.md +68 -0
  14. package/dist/skills/larksuite/lark-base/references/lark-base-base-get.md +39 -0
  15. package/dist/skills/larksuite/lark-base/references/lark-base-cell-value.md +151 -0
  16. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-arrange.md +83 -0
  17. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-create.md +108 -0
  18. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-delete.md +46 -0
  19. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-get.md +57 -0
  20. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-list.md +53 -0
  21. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-update.md +84 -0
  22. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-create.md +73 -0
  23. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-delete.md +44 -0
  24. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-get.md +59 -0
  25. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-list.md +52 -0
  26. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-update.md +69 -0
  27. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard.md +240 -0
  28. package/dist/skills/larksuite/lark-base/references/lark-base-data-analysis-sop.md +88 -0
  29. package/dist/skills/larksuite/lark-base/references/lark-base-data-query.md +451 -0
  30. package/dist/skills/larksuite/lark-base/references/lark-base-field-create.md +104 -0
  31. package/dist/skills/larksuite/lark-base/references/lark-base-field-delete.md +51 -0
  32. package/dist/skills/larksuite/lark-base/references/lark-base-field-get.md +42 -0
  33. package/dist/skills/larksuite/lark-base/references/lark-base-field-list.md +44 -0
  34. package/dist/skills/larksuite/lark-base/references/lark-base-field-search-options.md +48 -0
  35. package/dist/skills/larksuite/lark-base/references/lark-base-field-update.md +166 -0
  36. package/dist/skills/larksuite/lark-base/references/lark-base-field.md +23 -0
  37. package/dist/skills/larksuite/lark-base/references/lark-base-form-create.md +87 -0
  38. package/dist/skills/larksuite/lark-base/references/lark-base-form-delete.md +64 -0
  39. package/dist/skills/larksuite/lark-base/references/lark-base-form-get.md +68 -0
  40. package/dist/skills/larksuite/lark-base/references/lark-base-form-list.md +73 -0
  41. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-create.md +118 -0
  42. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-delete.md +68 -0
  43. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-list.md +84 -0
  44. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-update.md +92 -0
  45. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions.md +23 -0
  46. package/dist/skills/larksuite/lark-base/references/lark-base-form-update.md +82 -0
  47. package/dist/skills/larksuite/lark-base/references/lark-base-form.md +24 -0
  48. package/dist/skills/larksuite/lark-base/references/lark-base-history.md +16 -0
  49. package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-create.md +58 -0
  50. package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-update.md +53 -0
  51. package/dist/skills/larksuite/lark-base/references/lark-base-record-delete.md +62 -0
  52. package/dist/skills/larksuite/lark-base/references/lark-base-record-history-list.md +86 -0
  53. package/dist/skills/larksuite/lark-base/references/lark-base-record-share-link-create.md +72 -0
  54. package/dist/skills/larksuite/lark-base/references/lark-base-record-upload-attachment.md +50 -0
  55. package/dist/skills/larksuite/lark-base/references/lark-base-record-upsert.md +64 -0
  56. package/dist/skills/larksuite/lark-base/references/lark-base-record.md +29 -0
  57. package/dist/skills/larksuite/lark-base/references/lark-base-role-create.md +89 -0
  58. package/dist/skills/larksuite/lark-base/references/lark-base-role-delete.md +83 -0
  59. package/dist/skills/larksuite/lark-base/references/lark-base-role-get.md +87 -0
  60. package/dist/skills/larksuite/lark-base/references/lark-base-role-list.md +81 -0
  61. package/dist/skills/larksuite/lark-base/references/lark-base-role-update.md +94 -0
  62. package/dist/skills/larksuite/lark-base/references/lark-base-shortcut-field-properties.md +481 -0
  63. package/dist/skills/larksuite/lark-base/references/lark-base-table-create.md +62 -0
  64. package/dist/skills/larksuite/lark-base/references/lark-base-table-delete.md +51 -0
  65. package/dist/skills/larksuite/lark-base/references/lark-base-table-get.md +46 -0
  66. package/dist/skills/larksuite/lark-base/references/lark-base-table-list.md +43 -0
  67. package/dist/skills/larksuite/lark-base/references/lark-base-table-update.md +49 -0
  68. package/dist/skills/larksuite/lark-base/references/lark-base-table.md +20 -0
  69. package/dist/skills/larksuite/lark-base/references/lark-base-view-create.md +50 -0
  70. package/dist/skills/larksuite/lark-base/references/lark-base-view-delete.md +48 -0
  71. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-card.md +38 -0
  72. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-filter.md +38 -0
  73. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-group.md +38 -0
  74. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-sort.md +38 -0
  75. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-timebar.md +38 -0
  76. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-visible-fields.md +28 -0
  77. package/dist/skills/larksuite/lark-base/references/lark-base-view-get.md +38 -0
  78. package/dist/skills/larksuite/lark-base/references/lark-base-view-list.md +44 -0
  79. package/dist/skills/larksuite/lark-base/references/lark-base-view-rename.md +44 -0
  80. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-card.md +55 -0
  81. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-filter.md +181 -0
  82. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-group.md +65 -0
  83. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-sort.md +63 -0
  84. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-timebar.md +51 -0
  85. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-visible-fields.md +46 -0
  86. package/dist/skills/larksuite/lark-base/references/lark-base-view.md +44 -0
  87. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-create.md +180 -0
  88. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-disable.md +94 -0
  89. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-enable.md +94 -0
  90. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-get.md +147 -0
  91. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-guide.md +718 -0
  92. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-list.md +124 -0
  93. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-schema.md +935 -0
  94. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-update.md +167 -0
  95. package/dist/skills/larksuite/lark-base/references/lark-base-workflow.md +23 -0
  96. package/dist/skills/larksuite/lark-base/references/lark-base-workspace.md +18 -0
  97. package/dist/skills/larksuite/lark-base/references/lookup-field-guide.md +510 -0
  98. package/dist/skills/larksuite/lark-base/references/role-config.md +539 -0
  99. package/dist/skills/larksuite/lark-calendar/SKILL.md +154 -0
  100. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-agenda.md +78 -0
  101. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-create.md +109 -0
  102. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-freebusy.md +124 -0
  103. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-room-find.md +113 -0
  104. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-rsvp.md +42 -0
  105. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-schedule-meeting.md +265 -0
  106. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-suggestion.md +125 -0
  107. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-update.md +105 -0
  108. package/dist/skills/larksuite/lark-contact/SKILL.md +45 -0
  109. package/dist/skills/larksuite/lark-contact/references/lark-contact-get-user.md +19 -0
  110. package/dist/skills/larksuite/lark-contact/references/lark-contact-search-user.md +124 -0
  111. package/dist/skills/larksuite/lark-doc/SKILL.md +69 -0
  112. package/dist/skills/larksuite/lark-doc/references/lark-doc-create.md +89 -0
  113. package/dist/skills/larksuite/lark-doc/references/lark-doc-fetch.md +141 -0
  114. package/dist/skills/larksuite/lark-doc/references/lark-doc-md.md +71 -0
  115. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-download.md +50 -0
  116. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-insert.md +114 -0
  117. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-preview.md +41 -0
  118. package/dist/skills/larksuite/lark-doc/references/lark-doc-search.md +217 -0
  119. package/dist/skills/larksuite/lark-doc/references/lark-doc-update.md +252 -0
  120. package/dist/skills/larksuite/lark-doc/references/lark-doc-whiteboard.md +100 -0
  121. package/dist/skills/larksuite/lark-doc/references/lark-doc-xml.md +169 -0
  122. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-create-workflow.md +56 -0
  123. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-style.md +106 -0
  124. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-update-workflow.md +54 -0
  125. package/dist/skills/larksuite/lark-drive/SKILL.md +343 -0
  126. package/dist/skills/larksuite/lark-drive/references/lark-drive-add-comment.md +169 -0
  127. package/dist/skills/larksuite/lark-drive/references/lark-drive-apply-permission.md +77 -0
  128. package/dist/skills/larksuite/lark-drive/references/lark-drive-create-folder.md +73 -0
  129. package/dist/skills/larksuite/lark-drive/references/lark-drive-create-shortcut.md +103 -0
  130. package/dist/skills/larksuite/lark-drive/references/lark-drive-delete.md +79 -0
  131. package/dist/skills/larksuite/lark-drive/references/lark-drive-download.md +31 -0
  132. package/dist/skills/larksuite/lark-drive/references/lark-drive-export-download.md +50 -0
  133. package/dist/skills/larksuite/lark-drive/references/lark-drive-export.md +119 -0
  134. package/dist/skills/larksuite/lark-drive/references/lark-drive-import.md +154 -0
  135. package/dist/skills/larksuite/lark-drive/references/lark-drive-move.md +120 -0
  136. package/dist/skills/larksuite/lark-drive/references/lark-drive-pull.md +137 -0
  137. package/dist/skills/larksuite/lark-drive/references/lark-drive-push.md +162 -0
  138. package/dist/skills/larksuite/lark-drive/references/lark-drive-reactions.md +113 -0
  139. package/dist/skills/larksuite/lark-drive/references/lark-drive-search.md +239 -0
  140. package/dist/skills/larksuite/lark-drive/references/lark-drive-status.md +137 -0
  141. package/dist/skills/larksuite/lark-drive/references/lark-drive-task-result.md +302 -0
  142. package/dist/skills/larksuite/lark-drive/references/lark-drive-upload.md +101 -0
  143. package/dist/skills/larksuite/lark-event/SKILL.md +145 -0
  144. package/dist/skills/larksuite/lark-event/references/lark-event-im.md +86 -0
  145. package/dist/skills/larksuite/lark-im/SKILL.md +162 -0
  146. package/dist/skills/larksuite/lark-im/references/lark-im-chat-create.md +162 -0
  147. package/dist/skills/larksuite/lark-im/references/lark-im-chat-identity.md +55 -0
  148. package/dist/skills/larksuite/lark-im/references/lark-im-chat-list.md +113 -0
  149. package/dist/skills/larksuite/lark-im/references/lark-im-chat-messages-list.md +142 -0
  150. package/dist/skills/larksuite/lark-im/references/lark-im-chat-search.md +136 -0
  151. package/dist/skills/larksuite/lark-im/references/lark-im-chat-update.md +84 -0
  152. package/dist/skills/larksuite/lark-im/references/lark-im-flag-cancel.md +67 -0
  153. package/dist/skills/larksuite/lark-im/references/lark-im-flag-create.md +67 -0
  154. package/dist/skills/larksuite/lark-im/references/lark-im-flag-list.md +100 -0
  155. package/dist/skills/larksuite/lark-im/references/lark-im-messages-mget.md +95 -0
  156. package/dist/skills/larksuite/lark-im/references/lark-im-messages-reply.md +222 -0
  157. package/dist/skills/larksuite/lark-im/references/lark-im-messages-resources-download.md +94 -0
  158. package/dist/skills/larksuite/lark-im/references/lark-im-messages-search.md +217 -0
  159. package/dist/skills/larksuite/lark-im/references/lark-im-messages-send.md +223 -0
  160. package/dist/skills/larksuite/lark-im/references/lark-im-reactions.md +297 -0
  161. package/dist/skills/larksuite/lark-im/references/lark-im-threads-messages-list.md +111 -0
  162. package/dist/skills/larksuite/lark-mail/SKILL.md +648 -0
  163. package/dist/skills/larksuite/lark-mail/references/lark-mail-decline-receipt.md +115 -0
  164. package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-create.md +123 -0
  165. package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-edit.md +400 -0
  166. package/dist/skills/larksuite/lark-mail/references/lark-mail-forward.md +232 -0
  167. package/dist/skills/larksuite/lark-mail/references/lark-mail-message.md +230 -0
  168. package/dist/skills/larksuite/lark-mail/references/lark-mail-messages.md +108 -0
  169. package/dist/skills/larksuite/lark-mail/references/lark-mail-reply-all.md +206 -0
  170. package/dist/skills/larksuite/lark-mail/references/lark-mail-reply.md +242 -0
  171. package/dist/skills/larksuite/lark-mail/references/lark-mail-send-receipt.md +120 -0
  172. package/dist/skills/larksuite/lark-mail/references/lark-mail-send.md +216 -0
  173. package/dist/skills/larksuite/lark-mail/references/lark-mail-share-to-chat.md +87 -0
  174. package/dist/skills/larksuite/lark-mail/references/lark-mail-signature.md +98 -0
  175. package/dist/skills/larksuite/lark-mail/references/lark-mail-template-create.md +129 -0
  176. package/dist/skills/larksuite/lark-mail/references/lark-mail-template-update.md +150 -0
  177. package/dist/skills/larksuite/lark-mail/references/lark-mail-thread.md +111 -0
  178. package/dist/skills/larksuite/lark-mail/references/lark-mail-triage.md +122 -0
  179. package/dist/skills/larksuite/lark-mail/references/lark-mail-watch.md +94 -0
  180. package/dist/skills/larksuite/lark-markdown/SKILL.md +46 -0
  181. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-create.md +86 -0
  182. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-fetch.md +79 -0
  183. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-overwrite.md +85 -0
  184. package/dist/skills/larksuite/lark-minutes/SKILL.md +139 -0
  185. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-download.md +137 -0
  186. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-search.md +206 -0
  187. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-upload.md +104 -0
  188. package/dist/skills/larksuite/lark-okr/SKILL.md +133 -0
  189. package/dist/skills/larksuite/lark-okr/references/lark-okr-contentblock.md +359 -0
  190. package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-detail.md +84 -0
  191. package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-list.md +90 -0
  192. package/dist/skills/larksuite/lark-okr/references/lark-okr-entities.md +329 -0
  193. package/dist/skills/larksuite/lark-okr/references/lark-okr-image-upload.md +116 -0
  194. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-create.md +81 -0
  195. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-delete.md +47 -0
  196. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-get.md +62 -0
  197. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-list.md +80 -0
  198. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-update.md +81 -0
  199. package/dist/skills/larksuite/lark-openapi-explorer/SKILL.md +153 -0
  200. package/dist/skills/larksuite/lark-shared/SKILL.md +138 -0
  201. package/dist/skills/larksuite/lark-sheets/SKILL.md +345 -0
  202. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-data.md +197 -0
  203. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-images.md +59 -0
  204. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-style-and-merge.md +141 -0
  205. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-dropdown.md +133 -0
  206. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-filter-views.md +193 -0
  207. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-float-images.md +125 -0
  208. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-formula.md +88 -0
  209. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-row-column-management.md +151 -0
  210. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-sheet-management.md +164 -0
  211. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-spreadsheet-management.md +134 -0
  212. package/dist/skills/larksuite/lark-skill-maker/SKILL.md +85 -0
  213. package/dist/skills/larksuite/lark-slides/SKILL.md +525 -0
  214. package/dist/skills/larksuite/lark-slides/assets/templates/administration--all_hands_meeting.xml +1999 -0
  215. package/dist/skills/larksuite/lark-slides/assets/templates/administration--annual_gala.xml +1160 -0
  216. package/dist/skills/larksuite/lark-slides/assets/templates/administration--company_intro.xml +1376 -0
  217. package/dist/skills/larksuite/lark-slides/assets/templates/administration--corporate_culture.xml +1765 -0
  218. package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training.xml +912 -0
  219. package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training_workshop.xml +1504 -0
  220. package/dist/skills/larksuite/lark-slides/assets/templates/hr--onboarding.xml +933 -0
  221. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_communication.xml +1367 -0
  222. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_logo_design.xml +1347 -0
  223. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_operations_plan.xml +1309 -0
  224. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--business_plan.xml +1646 -0
  225. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_plan.xml +1469 -0
  226. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_strategy.xml +1484 -0
  227. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--product_whitepaper.xml +1455 -0
  228. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--roadshow_business_plan.xml +1506 -0
  229. package/dist/skills/larksuite/lark-slides/assets/templates/misc--book_sharing.xml +1338 -0
  230. package/dist/skills/larksuite/lark-slides/assets/templates/misc--club_event_plan.xml +4885 -0
  231. package/dist/skills/larksuite/lark-slides/assets/templates/misc--student_career_plan.xml +1854 -0
  232. package/dist/skills/larksuite/lark-slides/assets/templates/office--dark_general.xml +3763 -0
  233. package/dist/skills/larksuite/lark-slides/assets/templates/office--dept_annual_report.xml +1192 -0
  234. package/dist/skills/larksuite/lark-slides/assets/templates/office--light_general.xml +3378 -0
  235. package/dist/skills/larksuite/lark-slides/assets/templates/office--project_kickoff.xml +3152 -0
  236. package/dist/skills/larksuite/lark-slides/assets/templates/office--quarterly_review.xml +1253 -0
  237. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_report.xml +1099 -0
  238. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary.xml +4420 -0
  239. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary_report.xml +1523 -0
  240. package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_logo_design.xml +1347 -0
  241. package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_operations_plan.xml +1309 -0
  242. package/dist/skills/larksuite/lark-slides/assets/templates/operations--marketing_plan.xml +1469 -0
  243. package/dist/skills/larksuite/lark-slides/assets/templates/operations--product_promotion.xml +687 -0
  244. package/dist/skills/larksuite/lark-slides/assets/templates/personal--experience_sharing.xml +2242 -0
  245. package/dist/skills/larksuite/lark-slides/assets/templates/personal--personal_resume.xml +2047 -0
  246. package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_defense.xml +1099 -0
  247. package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_report.xml +1039 -0
  248. package/dist/skills/larksuite/lark-slides/assets/templates/personal--self_intro.xml +696 -0
  249. package/dist/skills/larksuite/lark-slides/assets/templates/personal--teaching_sharing.xml +3013 -0
  250. package/dist/skills/larksuite/lark-slides/assets/templates/product--business_case_analysis.xml +1341 -0
  251. package/dist/skills/larksuite/lark-slides/assets/templates/product--market_analysis.xml +898 -0
  252. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_analysis.xml +1537 -0
  253. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_intro.xml +2838 -0
  254. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion.xml +687 -0
  255. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion_2.xml +687 -0
  256. package/dist/skills/larksuite/lark-slides/references/examples.md +261 -0
  257. package/dist/skills/larksuite/lark-slides/references/lark-slides-create.md +137 -0
  258. package/dist/skills/larksuite/lark-slides/references/lark-slides-edit-workflows.md +142 -0
  259. package/dist/skills/larksuite/lark-slides/references/lark-slides-media-upload.md +128 -0
  260. package/dist/skills/larksuite/lark-slides/references/lark-slides-replace-slide.md +239 -0
  261. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-create.md +221 -0
  262. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-delete.md +123 -0
  263. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-get.md +110 -0
  264. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-replace.md +186 -0
  265. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentations-get.md +98 -0
  266. package/dist/skills/larksuite/lark-slides/references/slide-templates.md +201 -0
  267. package/dist/skills/larksuite/lark-slides/references/slides_demo.xml +226 -0
  268. package/dist/skills/larksuite/lark-slides/references/slides_xml_schema_definition.xml +3004 -0
  269. package/dist/skills/larksuite/lark-slides/references/template-catalog.md +464 -0
  270. package/dist/skills/larksuite/lark-slides/references/template-index.json +1853 -0
  271. package/dist/skills/larksuite/lark-slides/references/xml-format-guide.md +369 -0
  272. package/dist/skills/larksuite/lark-slides/references/xml-schema-quick-ref.md +215 -0
  273. package/dist/skills/larksuite/lark-slides/scripts/layout_lint.py +349 -0
  274. package/dist/skills/larksuite/lark-slides/scripts/layout_lint_test.py +159 -0
  275. package/dist/skills/larksuite/lark-slides/scripts/template_tool.py +970 -0
  276. package/dist/skills/larksuite/lark-slides/scripts/template_tool_test.py +177 -0
  277. package/dist/skills/larksuite/lark-task/SKILL.md +165 -0
  278. package/dist/skills/larksuite/lark-task/references/lark-task-assign.md +38 -0
  279. package/dist/skills/larksuite/lark-task/references/lark-task-comment.md +28 -0
  280. package/dist/skills/larksuite/lark-task/references/lark-task-complete.md +27 -0
  281. package/dist/skills/larksuite/lark-task/references/lark-task-create.md +57 -0
  282. package/dist/skills/larksuite/lark-task/references/lark-task-followers.md +35 -0
  283. package/dist/skills/larksuite/lark-task/references/lark-task-get-my-tasks.md +55 -0
  284. package/dist/skills/larksuite/lark-task/references/lark-task-get-related-tasks.md +53 -0
  285. package/dist/skills/larksuite/lark-task/references/lark-task-reminder.md +36 -0
  286. package/dist/skills/larksuite/lark-task/references/lark-task-reopen.md +27 -0
  287. package/dist/skills/larksuite/lark-task/references/lark-task-search.md +41 -0
  288. package/dist/skills/larksuite/lark-task/references/lark-task-set-ancestor.md +32 -0
  289. package/dist/skills/larksuite/lark-task/references/lark-task-subscribe-event.md +86 -0
  290. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-create.md +35 -0
  291. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-members.md +36 -0
  292. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-search.md +38 -0
  293. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-task-add.md +38 -0
  294. package/dist/skills/larksuite/lark-task/references/lark-task-update.md +37 -0
  295. package/dist/skills/larksuite/lark-task/references/lark-task-upload-attachment.md +59 -0
  296. package/dist/skills/larksuite/lark-vc/SKILL.md +168 -0
  297. package/dist/skills/larksuite/lark-vc/references/lark-vc-notes.md +126 -0
  298. package/dist/skills/larksuite/lark-vc/references/lark-vc-recording.md +153 -0
  299. package/dist/skills/larksuite/lark-vc/references/lark-vc-search.md +176 -0
  300. package/dist/skills/larksuite/lark-vc-agent/SKILL.md +121 -0
  301. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-events.md +247 -0
  302. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-join.md +133 -0
  303. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-leave.md +111 -0
  304. package/dist/skills/larksuite/lark-whiteboard/SKILL.md +144 -0
  305. package/dist/skills/larksuite/lark-whiteboard/references/connectors.md +102 -0
  306. package/dist/skills/larksuite/lark-whiteboard/references/content.md +40 -0
  307. package/dist/skills/larksuite/lark-whiteboard/references/image.md +80 -0
  308. package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-query.md +49 -0
  309. package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-update.md +100 -0
  310. package/dist/skills/larksuite/lark-whiteboard/references/layout.md +374 -0
  311. package/dist/skills/larksuite/lark-whiteboard/references/schema.md +357 -0
  312. package/dist/skills/larksuite/lark-whiteboard/references/style.md +318 -0
  313. package/dist/skills/larksuite/lark-whiteboard/references/typography.md +73 -0
  314. package/dist/skills/larksuite/lark-whiteboard/routes/dsl.md +107 -0
  315. package/dist/skills/larksuite/lark-whiteboard/routes/mermaid.md +27 -0
  316. package/dist/skills/larksuite/lark-whiteboard/routes/svg.md +54 -0
  317. package/dist/skills/larksuite/lark-whiteboard/scenes/architecture.md +433 -0
  318. package/dist/skills/larksuite/lark-whiteboard/scenes/bar-chart.md +187 -0
  319. package/dist/skills/larksuite/lark-whiteboard/scenes/comparison.md +135 -0
  320. package/dist/skills/larksuite/lark-whiteboard/scenes/fishbone.md +238 -0
  321. package/dist/skills/larksuite/lark-whiteboard/scenes/flowchart.md +185 -0
  322. package/dist/skills/larksuite/lark-whiteboard/scenes/flywheel.md +195 -0
  323. package/dist/skills/larksuite/lark-whiteboard/scenes/funnel.md +101 -0
  324. package/dist/skills/larksuite/lark-whiteboard/scenes/line-chart.md +214 -0
  325. package/dist/skills/larksuite/lark-whiteboard/scenes/mermaid.md +130 -0
  326. package/dist/skills/larksuite/lark-whiteboard/scenes/milestone.md +139 -0
  327. package/dist/skills/larksuite/lark-whiteboard/scenes/organization.md +173 -0
  328. package/dist/skills/larksuite/lark-whiteboard/scenes/photo-showcase.md +126 -0
  329. package/dist/skills/larksuite/lark-whiteboard/scenes/pyramid.md +99 -0
  330. package/dist/skills/larksuite/lark-whiteboard/scenes/swimlane.md +371 -0
  331. package/dist/skills/larksuite/lark-whiteboard/scenes/treemap.md +216 -0
  332. package/dist/skills/larksuite/lark-wiki/SKILL.md +111 -0
  333. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-delete-space.md +205 -0
  334. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-move.md +183 -0
  335. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-copy.md +72 -0
  336. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-create.md +127 -0
  337. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-list.md +88 -0
  338. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-space-list.md +68 -0
  339. package/dist/skills/larksuite/lark-workflow-meeting-summary/SKILL.md +104 -0
  340. package/dist/skills/larksuite/lark-workflow-standup-report/SKILL.md +120 -0
  341. package/package.json +2 -1
@@ -0,0 +1,2838 @@
1
+ <presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
2
+ <title>产品介绍</title>
3
+ <theme>
4
+ <textStyles>
5
+ <title fontColor="#000000FF"/>
6
+ <headline fontColor="#000000FF"/>
7
+ <sub-headline fontColor="#000000FF"/>
8
+ <body fontColor="#000000FF"/>
9
+ <caption fontColor="#808080FF" fontSize="14"/>
10
+ </textStyles>
11
+ </theme>
12
+ <slide>
13
+ <style>
14
+ <fill>
15
+ <fillImg src="NfQpb6aAAoZAcMxsdPvccrL2nFb" alpha="1" rotateWithShape="false"/>
16
+ </fill>
17
+ </style>
18
+ <data>
19
+ <shape width="72" height="18" topLeftX="64" topLeftY="26" type="text">
20
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
21
+ <p lineSpacing="multiple:1">
22
+ <strong>
23
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
24
+ </strong>
25
+ </p>
26
+ </content>
27
+ </shape>
28
+ <icon width="23" height="23" topLeftX="36" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
29
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
30
+ </icon>
31
+ <shape width="200" height="30" topLeftX="722" topLeftY="24" type="text">
32
+ <content textType="caption" fontSize="20" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="true" italic="false">
33
+ <p textAlign="right">未来已至 感谢观看</p>
34
+ </content>
35
+ </shape>
36
+ <shape width="160" height="42" topLeftX="762" topLeftY="61" type="text">
37
+ <content textType="caption" fontSize="14" fontFamily="Arial" color="rgba(222, 224, 227, 1)" italic="true">
38
+ <p textAlign="right">The Future is Here. Thank you for Watching</p>
39
+ </content>
40
+ </shape>
41
+ <shape width="400" height="63" topLeftX="62" topLeftY="420" type="text">
42
+ <content textType="caption" fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
43
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
44
+ </content>
45
+ </shape>
46
+ <shape width="648" height="60" topLeftX="62" topLeftY="261" type="text">
47
+ <content textType="title" fontSize="40" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" italic="true">
48
+ <p>Product Introduction</p>
49
+ </content>
50
+ </shape>
51
+ <shape width="648" height="90" topLeftX="62" topLeftY="166" type="text">
52
+ <content textType="title" fontSize="60" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
53
+ <p>产品介绍</p>
54
+ </content>
55
+ </shape>
56
+ </data>
57
+ <note>
58
+ <content/>
59
+ </note>
60
+ </slide>
61
+ <slide>
62
+ <style>
63
+ <fill>
64
+ <fillImg src="CJRQbqIpcoDNJ6x6R8EcqhRMnAb" alpha="1" rotateWithShape="false"/>
65
+ </fill>
66
+ </style>
67
+ <data>
68
+ <img src="NIsYbsdhZoR2xJx1MBncO7kjnzd" width="687" height="406" topLeftX="42" topLeftY="0">
69
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="121" bottomOffset="0" presetHandlers="0"/>
70
+ </img>
71
+ <shape width="531" height="54" topLeftX="214" topLeftY="136" type="text">
72
+ <content textType="title" fontSize="54" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="center">
73
+ <p textAlign="center">
74
+ <span color="rgba(255, 255, 255, 1)" fontSize="54" fontFamily="Arial">CONTENTS</span>
75
+ </p>
76
+ </content>
77
+ </shape>
78
+ <shape width="272" height="48" topLeftX="42" topLeftY="22" type="text">
79
+ <content textType="headline" fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
80
+ <p textAlign="left">
81
+ <span color="rgba(255, 255, 255, 1)" fontSize="32">目录</span>
82
+ </p>
83
+ </content>
84
+ </shape>
85
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
86
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
87
+ <p lineSpacing="multiple:1">
88
+ <strong>
89
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
90
+ </strong>
91
+ </p>
92
+ </content>
93
+ </shape>
94
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
95
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
96
+ </icon>
97
+ <line startX="87" startY="317" endX="840" endY="317">
98
+ <border color="rgba(155, 158, 162, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
99
+ </line>
100
+ <shape width="8" height="8" topLeftX="279" topLeftY="312" type="ellipse">
101
+ <fill>
102
+ <fillColor/>
103
+ </fill>
104
+ </shape>
105
+ <shape width="8" height="8" topLeftX="472" topLeftY="312" type="ellipse">
106
+ <fill>
107
+ <fillColor/>
108
+ </fill>
109
+ </shape>
110
+ <shape width="8" height="8" topLeftX="664" topLeftY="312" type="ellipse">
111
+ <fill>
112
+ <fillColor/>
113
+ </fill>
114
+ </shape>
115
+ <shape width="167" height="30" topLeftX="87" topLeftY="261" type="text">
116
+ <content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
117
+ <p>
118
+ <strong>
119
+ <span color="rgba(255, 255, 255, 1)" fontSize="20">01 产品介绍</span>
120
+ </strong>
121
+ </p>
122
+ </content>
123
+ </shape>
124
+ <shape width="167" height="84" topLeftX="87" topLeftY="338" type="text">
125
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
126
+ <p>
127
+ <span color="rgba(222, 224, 227, 1)" fontSize="14">产品概述</span>
128
+ </p>
129
+ <p>
130
+ <span color="rgba(222, 224, 227, 1)" fontSize="14">核心能力</span>
131
+ </p>
132
+ <p>
133
+ <span color="rgba(222, 224, 227, 1)" fontSize="14">产品解决方案</span>
134
+ </p>
135
+ <p>
136
+ <span color="rgba(222, 224, 227, 1)" fontSize="14">产品发展历程</span>
137
+ </p>
138
+ </content>
139
+ </shape>
140
+ <shape width="167" height="30" topLeftX="283" topLeftY="261" type="text">
141
+ <content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
142
+ <p>
143
+ <strong>
144
+ <span color="rgba(255, 255, 255, 1)" fontSize="20">02 产品优势</span>
145
+ </strong>
146
+ </p>
147
+ </content>
148
+ </shape>
149
+ <shape width="167" height="63" topLeftX="283" topLeftY="338" type="text">
150
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
151
+ <p>
152
+ <span color="rgba(222, 224, 227, 1)" fontSize="14">产品优势</span>
153
+ </p>
154
+ <p>
155
+ <span color="rgba(222, 224, 227, 1)" fontSize="14">行业地位</span>
156
+ </p>
157
+ <p>
158
+ <span color="rgba(222, 224, 227, 1)" fontSize="14">最佳实践</span>
159
+ </p>
160
+ </content>
161
+ </shape>
162
+ <shape width="167" height="30" topLeftX="472" topLeftY="261" type="text">
163
+ <content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
164
+ <p>
165
+ <strong>
166
+ <span color="rgba(255, 255, 255, 1)" fontSize="20">03 产品费用</span>
167
+ </strong>
168
+ </p>
169
+ </content>
170
+ </shape>
171
+ <shape width="167" height="42" topLeftX="472" topLeftY="338" type="text">
172
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
173
+ <p>产品价格体系</p>
174
+ <p>客户评价</p>
175
+ </content>
176
+ </shape>
177
+ <shape width="167" height="30" topLeftX="664" topLeftY="261" type="text">
178
+ <content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
179
+ <p>
180
+ <strong>
181
+ <span color="rgba(255, 255, 255, 1)" fontSize="20">04 未来展望</span>
182
+ </strong>
183
+ </p>
184
+ </content>
185
+ </shape>
186
+ <shape width="167" height="42" topLeftX="664" topLeftY="338" type="text">
187
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
188
+ <p>产品布局</p>
189
+ <p>未来展望</p>
190
+ </content>
191
+ </shape>
192
+ <shape width="8" height="8" topLeftX="87" topLeftY="312" type="ellipse">
193
+ <fill>
194
+ <fillColor/>
195
+ </fill>
196
+ </shape>
197
+ </data>
198
+ <note>
199
+ <content/>
200
+ </note>
201
+ </slide>
202
+ <slide>
203
+ <style>
204
+ <fill>
205
+ <fillImg src="XZAxbIhLsok8UFxXIsvcb8r7nad" alpha="1" rotateWithShape="false"/>
206
+ </fill>
207
+ </style>
208
+ <data>
209
+ <shape width="100" height="34" topLeftX="480" topLeftY="351" presetHandlers="8" type="round-rect">
210
+ <fill>
211
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 1) 0%,rgba(66, 62, 237, 1) 66%,rgba(56, 137, 234, 1) 100%)"/>
212
+ </fill>
213
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
214
+ <p>
215
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">查看详情</span>
216
+ </p>
217
+ </content>
218
+ </shape>
219
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
220
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
221
+ <p lineSpacing="multiple:1">
222
+ <strong>
223
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
224
+ </strong>
225
+ </p>
226
+ </content>
227
+ </shape>
228
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
229
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
230
+ </icon>
231
+ <img src="G9dVbubk3offfzxETDFciwB5n8d" width="328" height="368" topLeftX="83" topLeftY="87" exposure="14" contrast="-5" saturation="11" temperature="-26">
232
+ <crop type="rect" leftOffset="20" rightOffset="20" topOffset="0" bottomOffset="0" presetHandlers="8"/>
233
+ </img>
234
+ <shape width="431" height="42" topLeftX="480" topLeftY="270" type="text">
235
+ <content textType="title" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="false">
236
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
237
+ </content>
238
+ </shape>
239
+ <shape width="431" height="40" topLeftX="480" topLeftY="202" type="text">
240
+ <content textType="title" fontSize="40" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
241
+ <p>产品介绍</p>
242
+ </content>
243
+ </shape>
244
+ <shape width="431" height="54" topLeftX="480" topLeftY="145" type="text">
245
+ <content textType="title" fontSize="54" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
246
+ <p textAlign="left">PART 1</p>
247
+ </content>
248
+ </shape>
249
+ </data>
250
+ <note>
251
+ <content/>
252
+ </note>
253
+ </slide>
254
+ <slide>
255
+ <style>
256
+ <fill>
257
+ <fillImg src="EHSwbpJS0o0vOZxVKxTcc5yqnyd" alpha="1" rotateWithShape="false"/>
258
+ </fill>
259
+ </style>
260
+ <data>
261
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
262
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
263
+ <p lineSpacing="multiple:1">
264
+ <strong>
265
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
266
+ </strong>
267
+ </p>
268
+ </content>
269
+ </shape>
270
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
271
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
272
+ </icon>
273
+ <shape width="653" height="42" topLeftX="42" topLeftY="17" type="text">
274
+ <content textType="sub-headline" fontSize="28" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
275
+ <p>核心能力</p>
276
+ </content>
277
+ </shape>
278
+ <shape width="269" height="114" topLeftX="46" topLeftY="88" presetHandlers="8" type="round-rect">
279
+ <fill>
280
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
281
+ </fill>
282
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
283
+ </shape>
284
+ <shape width="235" height="24" topLeftX="63" topLeftY="102" type="text">
285
+ <content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
286
+ <p>
287
+ <strong>
288
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">01 核心能力</span>
289
+ </strong>
290
+ </p>
291
+ </content>
292
+ </shape>
293
+ <shape width="235" height="42" topLeftX="63" topLeftY="142" type="text">
294
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
295
+ <p>输入相关的描述信息描述标题,输入相关的描述信息描述标题</p>
296
+ </content>
297
+ </shape>
298
+ <shape width="269" height="114" topLeftX="46" topLeftY="230" presetHandlers="8" type="round-rect">
299
+ <fill>
300
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
301
+ </fill>
302
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
303
+ </shape>
304
+ <shape width="235" height="24" topLeftX="63" topLeftY="245" type="text">
305
+ <content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
306
+ <p>
307
+ <strong>
308
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">02 核心能力</span>
309
+ </strong>
310
+ </p>
311
+ </content>
312
+ </shape>
313
+ <shape width="235" height="42" topLeftX="63" topLeftY="284" type="text">
314
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
315
+ <p>输入相关的描述信息描述标题,输入相关的描述信息描述标题</p>
316
+ </content>
317
+ </shape>
318
+ <shape width="269" height="114" topLeftX="46" topLeftY="372" presetHandlers="8" type="round-rect">
319
+ <fill>
320
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
321
+ </fill>
322
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
323
+ </shape>
324
+ <shape width="235" height="24" topLeftX="63" topLeftY="387" type="text">
325
+ <content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
326
+ <p>
327
+ <strong>
328
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">03 核心能力</span>
329
+ </strong>
330
+ </p>
331
+ </content>
332
+ </shape>
333
+ <shape width="235" height="42" topLeftX="63" topLeftY="427" type="text">
334
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
335
+ <p>输入相关的描述信息描述标题,输入相关的描述信息描述标题</p>
336
+ </content>
337
+ </shape>
338
+ <shape width="269" height="114" topLeftX="339" topLeftY="372" presetHandlers="8" type="round-rect">
339
+ <fill>
340
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
341
+ </fill>
342
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
343
+ </shape>
344
+ <shape width="235" height="24" topLeftX="355" topLeftY="387" type="text">
345
+ <content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
346
+ <p>
347
+ <strong>
348
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">04 核心能力</span>
349
+ </strong>
350
+ </p>
351
+ </content>
352
+ </shape>
353
+ <shape width="235" height="42" topLeftX="355" topLeftY="427" type="text">
354
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
355
+ <p>输入相关的描述信息描述标题,输入相关的描述信息描述标题</p>
356
+ </content>
357
+ </shape>
358
+ <shape width="269" height="114" topLeftX="632" topLeftY="88" presetHandlers="8" type="round-rect">
359
+ <fill>
360
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
361
+ </fill>
362
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
363
+ </shape>
364
+ <shape width="235" height="24" topLeftX="649" topLeftY="102" type="text">
365
+ <content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
366
+ <p>
367
+ <strong>
368
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">07 核心能力</span>
369
+ </strong>
370
+ </p>
371
+ </content>
372
+ </shape>
373
+ <shape width="235" height="42" topLeftX="649" topLeftY="142" type="text">
374
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
375
+ <p>输入相关的描述信息描述标题,输入相关的描述信息描述标题</p>
376
+ </content>
377
+ </shape>
378
+ <shape width="269" height="114" topLeftX="632" topLeftY="230" presetHandlers="8" type="round-rect">
379
+ <fill>
380
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
381
+ </fill>
382
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
383
+ </shape>
384
+ <shape width="235" height="24" topLeftX="649" topLeftY="245" type="text">
385
+ <content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
386
+ <p>
387
+ <strong>
388
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">06 核心能力</span>
389
+ </strong>
390
+ </p>
391
+ </content>
392
+ </shape>
393
+ <shape width="235" height="42" topLeftX="649" topLeftY="284" type="text">
394
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
395
+ <p>输入相关的描述信息描述标题,输入相关的描述信息描述标题</p>
396
+ </content>
397
+ </shape>
398
+ <shape width="269" height="114" topLeftX="632" topLeftY="372" presetHandlers="8" type="round-rect">
399
+ <fill>
400
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
401
+ </fill>
402
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
403
+ </shape>
404
+ <shape width="235" height="24" topLeftX="649" topLeftY="387" type="text">
405
+ <content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
406
+ <p>
407
+ <strong>
408
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">05 核心能力</span>
409
+ </strong>
410
+ </p>
411
+ </content>
412
+ </shape>
413
+ <shape width="235" height="42" topLeftX="649" topLeftY="427" type="text">
414
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
415
+ <p>输入相关的描述信息描述标题,输入相关的描述信息描述标题</p>
416
+ </content>
417
+ </shape>
418
+ <shape width="160" height="160" topLeftX="393" topLeftY="131" presetHandlers="88" type="round-rect">
419
+ <fill>
420
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
421
+ </fill>
422
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
423
+ </shape>
424
+ <shape width="140" height="140" topLeftX="403" topLeftY="141" presetHandlers="73" type="round-rect">
425
+ <fill>
426
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 1) 0%,rgba(66, 62, 237, 1) 66%,rgba(56, 137, 234, 1) 100%)"/>
427
+ </fill>
428
+ <shadow offset="11" angle="90" blur="28" color="rgba(75, 112, 226, 0.51)"/>
429
+ </shape>
430
+ <icon width="41" height="41" topLeftX="452" topLeftY="170" iconType="iconpark/Base/all-application.svg">
431
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
432
+ </icon>
433
+ <shape width="114" height="30" topLeftX="416" topLeftY="215" type="text">
434
+ <content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
435
+ <p textAlign="center">核心能力</p>
436
+ </content>
437
+ </shape>
438
+ <shape width="42" height="25" topLeftX="342" topLeftY="150" rotation="208" alpha="0.8" type="right-arrow">
439
+ <fill>
440
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0) 0%,rgba(74, 60, 243, 1) 100%)"/>
441
+ </fill>
442
+ </shape>
443
+ <shape width="42" height="25" topLeftX="347" topLeftY="265" rotation="149" alpha="0.8" type="right-arrow">
444
+ <fill>
445
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0) 0%,rgba(74, 60, 243, 1) 100%)"/>
446
+ </fill>
447
+ </shape>
448
+ <shape width="42" height="25" topLeftX="452" topLeftY="317" rotation="90" alpha="0.8" type="right-arrow">
449
+ <fill>
450
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0) 0%,rgba(74, 60, 243, 1) 100%)"/>
451
+ </fill>
452
+ </shape>
453
+ <shape width="39" height="25" topLeftX="566" topLeftY="150" rotation="149" flipX="true" alpha="0.8" type="right-arrow">
454
+ <fill>
455
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0) 0%,rgba(74, 60, 243, 1) 100%)"/>
456
+ </fill>
457
+ </shape>
458
+ <shape width="39" height="25" topLeftX="561" topLeftY="266" rotation="214" flipX="true" alpha="0.8" type="right-arrow">
459
+ <fill>
460
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0) 0%,rgba(74, 60, 243, 1) 100%)"/>
461
+ </fill>
462
+ </shape>
463
+ </data>
464
+ <note>
465
+ <content/>
466
+ </note>
467
+ </slide>
468
+ <slide>
469
+ <style>
470
+ <fill>
471
+ <fillImg src="EHSwbpJS0o0vOZxVKxTcc5yqnyd" alpha="1" rotateWithShape="false"/>
472
+ </fill>
473
+ </style>
474
+ <data>
475
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
476
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
477
+ <p lineSpacing="multiple:1">
478
+ <strong>
479
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
480
+ </strong>
481
+ </p>
482
+ </content>
483
+ </shape>
484
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
485
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
486
+ </icon>
487
+ <shape width="653" height="42" topLeftX="42" topLeftY="17" type="text">
488
+ <content textType="sub-headline" fontSize="28" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
489
+ <p>解决方案</p>
490
+ </content>
491
+ </shape>
492
+ <shape width="269" height="383" topLeftX="389" topLeftY="99" presetHandlers="8" type="round-rect">
493
+ <fill>
494
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
495
+ </fill>
496
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
497
+ </shape>
498
+ <shape width="269" height="383" topLeftX="46" topLeftY="99" presetHandlers="8" alpha="0.5" type="round-rect">
499
+ <fill>
500
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
501
+ </fill>
502
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
503
+ </shape>
504
+ <shape width="100" height="30" topLeftX="131" topLeftY="124" type="text">
505
+ <content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
506
+ <p textAlign="center">
507
+ <strong>
508
+ <span color="rgba(255, 255, 255, 1)" fontSize="20">过去</span>
509
+ </strong>
510
+ </p>
511
+ </content>
512
+ </shape>
513
+ <shape width="235" height="21" topLeftX="63" topLeftY="158" type="text">
514
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
515
+ <p textAlign="center">输入相关的描述信息描述标题</p>
516
+ </content>
517
+ </shape>
518
+ <line startX="63" startY="141" endX="135" endY="141">
519
+ <border color="linear-gradient(90deg,rgba(0, 209, 240, 0) 0%,rgba(147, 151, 244, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
520
+ </line>
521
+ <line startX="298" startY="141" endX="221" endY="141">
522
+ <border color="linear-gradient(90deg,rgba(0, 209, 240, 0) 0%,rgba(147, 151, 244, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
523
+ </line>
524
+ <shape width="230" height="34" topLeftX="63" topLeftY="214" presetHandlers="8" type="round-rect">
525
+ <fill>
526
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
527
+ </fill>
528
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
529
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
530
+ <p>
531
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">痛点一</span>
532
+ </p>
533
+ </content>
534
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
535
+ </shape>
536
+ <shape width="230" height="34" topLeftX="63" topLeftY="275" presetHandlers="8" type="round-rect">
537
+ <fill>
538
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
539
+ </fill>
540
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
541
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
542
+ <p>
543
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">痛点二</span>
544
+ </p>
545
+ </content>
546
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
547
+ </shape>
548
+ <shape width="230" height="34" topLeftX="63" topLeftY="336" presetHandlers="8" type="round-rect">
549
+ <fill>
550
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
551
+ </fill>
552
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
553
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
554
+ <p>
555
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">痛点三</span>
556
+ </p>
557
+ </content>
558
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
559
+ </shape>
560
+ <shape width="230" height="34" topLeftX="63" topLeftY="397" presetHandlers="8" type="round-rect">
561
+ <fill>
562
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
563
+ </fill>
564
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
565
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
566
+ <p>
567
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">痛点三</span>
568
+ </p>
569
+ </content>
570
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
571
+ </shape>
572
+ <shape width="100" height="30" topLeftX="473" topLeftY="124" type="text">
573
+ <content fontSize="20" fontFamily="思源黑体" color="linear-gradient(135deg,rgba(193, 208, 250, 1) 0%,rgba(133, 167, 255, 1) 54%,rgba(166, 68, 255, 1) 100%)" bold="true" textAlign="center">
574
+ <p textAlign="center">
575
+ <strong>
576
+ <span color="linear-gradient(135deg,rgba(193, 208, 250, 1) 0%,rgba(133, 167, 255, 1) 54%,rgba(166, 68, 255, 1) 100%)" fontSize="20">现在</span>
577
+ </strong>
578
+ </p>
579
+ </content>
580
+ </shape>
581
+ <shape width="235" height="21" topLeftX="405" topLeftY="158" type="text">
582
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
583
+ <p textAlign="center">输入相关的描述信息描述标题</p>
584
+ </content>
585
+ </shape>
586
+ <line startX="405" startY="141" endX="477" endY="141">
587
+ <border color="linear-gradient(90deg,rgba(0, 209, 240, 0) 0%,rgba(147, 151, 244, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
588
+ </line>
589
+ <line startX="640" startY="141" endX="563" endY="141">
590
+ <border color="linear-gradient(90deg,rgba(0, 209, 240, 0) 0%,rgba(147, 151, 244, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
591
+ </line>
592
+ <shape width="230" height="34" topLeftX="405" topLeftY="214" presetHandlers="8" type="round-rect">
593
+ <fill>
594
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
595
+ </fill>
596
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
597
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
598
+ <p>
599
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">卖点一</span>
600
+ </p>
601
+ </content>
602
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
603
+ </shape>
604
+ <shape width="230" height="34" topLeftX="405" topLeftY="275" presetHandlers="8" type="round-rect">
605
+ <fill>
606
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
607
+ </fill>
608
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
609
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
610
+ <p>卖点二</p>
611
+ </content>
612
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
613
+ </shape>
614
+ <shape width="230" height="34" topLeftX="405" topLeftY="336" presetHandlers="8" type="round-rect">
615
+ <fill>
616
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
617
+ </fill>
618
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
619
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
620
+ <p>卖点三</p>
621
+ </content>
622
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
623
+ </shape>
624
+ <shape width="230" height="34" topLeftX="405" topLeftY="397" presetHandlers="8" type="round-rect">
625
+ <fill>
626
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
627
+ </fill>
628
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
629
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
630
+ <p>卖点四</p>
631
+ </content>
632
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
633
+ </shape>
634
+ <shape width="245" height="176" topLeftX="684" topLeftY="99" presetHandlers="8" type="round-rect">
635
+ <fill>
636
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
637
+ </fill>
638
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
639
+ </shape>
640
+ <shape width="245" height="176" topLeftX="684" topLeftY="305" presetHandlers="8" type="round-rect">
641
+ <fill>
642
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
643
+ </fill>
644
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
645
+ </shape>
646
+ <icon width="32" height="32" topLeftX="711" topLeftY="145" iconType="iconpark/Charts/chart-line.svg">
647
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
648
+ </icon>
649
+ <shape width="154" height="30" topLeftX="753" topLeftY="143" type="text">
650
+ <content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
651
+ <p textAlign="left">
652
+ <span fontSize="20">全球排名</span>
653
+ </p>
654
+ </content>
655
+ </shape>
656
+ <shape width="154" height="44" topLeftX="753" topLeftY="184" type="text">
657
+ <content textType="title" fontSize="44" fontFamily="Arial" color="linear-gradient(135deg,rgba(193, 208, 250, 1) 0%,rgba(133, 167, 255, 1) 54%,rgba(166, 68, 255, 1) 100%)" bold="false" lineSpacing="multiple:1" textAlign="left">
658
+ <p textAlign="left">
659
+ <span color="linear-gradient(135deg,rgba(193, 208, 250, 1) 0%,rgba(133, 167, 255, 1) 54%,rgba(166, 68, 255, 1) 100%)" fontSize="44" bold="false">3</span>
660
+ </p>
661
+ </content>
662
+ </shape>
663
+ <icon width="32" height="32" topLeftX="711" topLeftY="349" iconType="iconpark/Charts/chart-line.svg">
664
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
665
+ </icon>
666
+ <shape width="154" height="30" topLeftX="753" topLeftY="347" type="text">
667
+ <content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
668
+ <p textAlign="left">
669
+ <span fontSize="20">研发规模</span>
670
+ </p>
671
+ </content>
672
+ </shape>
673
+ <shape width="154" height="44" topLeftX="753" topLeftY="388" type="text">
674
+ <content textType="title" fontSize="44" fontFamily="Arial" color="linear-gradient(135deg,rgba(193, 208, 250, 1) 0%,rgba(133, 167, 255, 1) 54%,rgba(166, 68, 255, 1) 100%)" bold="false" lineSpacing="multiple:1" textAlign="left">
675
+ <p textAlign="left">
676
+ <span color="linear-gradient(135deg,rgba(193, 208, 250, 1) 0%,rgba(133, 167, 255, 1) 54%,rgba(166, 68, 255, 1) 100%)" fontSize="44" bold="false">1000+</span>
677
+ </p>
678
+ </content>
679
+ </shape>
680
+ <shape width="63" height="48" topLeftX="321" topLeftY="267" type="text">
681
+ <content fontSize="32" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
682
+ <p textAlign="center">
683
+ <strong>
684
+ <span color="rgba(255, 255, 255, 1)" fontSize="32">VS</span>
685
+ </strong>
686
+ </p>
687
+ </content>
688
+ </shape>
689
+ </data>
690
+ <note>
691
+ <content/>
692
+ </note>
693
+ </slide>
694
+ <slide>
695
+ <style>
696
+ <fill>
697
+ <fillImg src="EHSwbpJS0o0vOZxVKxTcc5yqnyd" alpha="1" rotateWithShape="false"/>
698
+ </fill>
699
+ </style>
700
+ <data>
701
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
702
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
703
+ <p lineSpacing="multiple:1">
704
+ <strong>
705
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
706
+ </strong>
707
+ </p>
708
+ </content>
709
+ </shape>
710
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
711
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
712
+ </icon>
713
+ <shape width="653" height="42" topLeftX="42" topLeftY="17" type="text">
714
+ <content textType="sub-headline" fontSize="28" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
715
+ <p textAlign="left">产品发展历程</p>
716
+ </content>
717
+ </shape>
718
+ <line startX="-6" startY="149" endX="960" endY="149">
719
+ <border color="rgba(155, 158, 162, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
720
+ </line>
721
+ <shape width="8" height="8" topLeftX="307" topLeftY="145" type="ellipse">
722
+ <fill>
723
+ <fillColor/>
724
+ </fill>
725
+ </shape>
726
+ <shape width="8" height="8" topLeftX="479" topLeftY="145" type="ellipse">
727
+ <fill>
728
+ <fillColor/>
729
+ </fill>
730
+ </shape>
731
+ <shape width="8" height="8" topLeftX="652" topLeftY="145" type="ellipse">
732
+ <fill>
733
+ <fillColor/>
734
+ </fill>
735
+ </shape>
736
+ <shape width="51" height="30" topLeftX="801" topLeftY="99" type="text">
737
+ <content fontSize="20" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
738
+ <p>
739
+ <strong>
740
+ <span color="rgba(255, 255, 255, 1)" fontSize="20" fontFamily="Arial">2026</span>
741
+ </strong>
742
+ </p>
743
+ </content>
744
+ </shape>
745
+ <shape width="8" height="8" topLeftX="134" topLeftY="145" type="ellipse">
746
+ <fill>
747
+ <fillColor/>
748
+ </fill>
749
+ </shape>
750
+ <shape width="8" height="8" topLeftX="823" topLeftY="145" type="ellipse">
751
+ <fill>
752
+ <fillColor/>
753
+ </fill>
754
+ </shape>
755
+ <shape width="51" height="30" topLeftX="631" topLeftY="99" type="text">
756
+ <content fontSize="20" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
757
+ <p>
758
+ <strong>
759
+ <span color="rgba(255, 255, 255, 1)" fontSize="20" fontFamily="Arial">2025</span>
760
+ </strong>
761
+ </p>
762
+ </content>
763
+ </shape>
764
+ <shape width="51" height="30" topLeftX="462" topLeftY="99" type="text">
765
+ <content fontSize="20" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
766
+ <p>
767
+ <strong>
768
+ <span color="rgba(255, 255, 255, 1)" fontSize="20" fontFamily="Arial">2024</span>
769
+ </strong>
770
+ </p>
771
+ </content>
772
+ </shape>
773
+ <shape width="51" height="30" topLeftX="285" topLeftY="99" type="text">
774
+ <content fontSize="20" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
775
+ <p>
776
+ <strong>
777
+ <span color="rgba(255, 255, 255, 1)" fontSize="20" fontFamily="Arial">2023</span>
778
+ </strong>
779
+ </p>
780
+ </content>
781
+ </shape>
782
+ <shape width="51" height="30" topLeftX="112" topLeftY="99" type="text">
783
+ <content fontSize="20" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
784
+ <p>2022</p>
785
+ </content>
786
+ </shape>
787
+ <shape width="136" height="34" topLeftX="70" topLeftY="176" presetHandlers="8" type="round-rect">
788
+ <fill>
789
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
790
+ </fill>
791
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
792
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
793
+ <p>
794
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
795
+ </p>
796
+ </content>
797
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
798
+ </shape>
799
+ <shape width="136" height="34" topLeftX="243" topLeftY="176" presetHandlers="8" type="round-rect">
800
+ <fill>
801
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
802
+ </fill>
803
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
804
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
805
+ <p>
806
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
807
+ </p>
808
+ </content>
809
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
810
+ </shape>
811
+ <shape width="136" height="34" topLeftX="415" topLeftY="176" presetHandlers="8" type="round-rect">
812
+ <fill>
813
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
814
+ </fill>
815
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
816
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
817
+ <p>
818
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
819
+ </p>
820
+ </content>
821
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
822
+ </shape>
823
+ <shape width="136" height="34" topLeftX="588" topLeftY="176" presetHandlers="8" type="round-rect">
824
+ <fill>
825
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
826
+ </fill>
827
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
828
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
829
+ <p>
830
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
831
+ </p>
832
+ </content>
833
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
834
+ </shape>
835
+ <shape width="136" height="34" topLeftX="761" topLeftY="176" presetHandlers="8" type="round-rect">
836
+ <fill>
837
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
838
+ </fill>
839
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
840
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
841
+ <p>
842
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
843
+ </p>
844
+ </content>
845
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
846
+ </shape>
847
+ <shape width="136" height="34" topLeftX="70" topLeftY="230" presetHandlers="8" type="round-rect">
848
+ <fill>
849
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
850
+ </fill>
851
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
852
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
853
+ <p>
854
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
855
+ </p>
856
+ </content>
857
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
858
+ </shape>
859
+ <shape width="136" height="34" topLeftX="243" topLeftY="230" presetHandlers="8" type="round-rect">
860
+ <fill>
861
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
862
+ </fill>
863
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
864
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
865
+ <p>
866
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
867
+ </p>
868
+ </content>
869
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
870
+ </shape>
871
+ <shape width="136" height="34" topLeftX="415" topLeftY="230" presetHandlers="8" type="round-rect">
872
+ <fill>
873
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
874
+ </fill>
875
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
876
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
877
+ <p>
878
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
879
+ </p>
880
+ </content>
881
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
882
+ </shape>
883
+ <shape width="136" height="34" topLeftX="588" topLeftY="230" presetHandlers="8" type="round-rect">
884
+ <fill>
885
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
886
+ </fill>
887
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
888
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
889
+ <p>
890
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
891
+ </p>
892
+ </content>
893
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
894
+ </shape>
895
+ <shape width="136" height="34" topLeftX="761" topLeftY="230" presetHandlers="8" type="round-rect">
896
+ <fill>
897
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
898
+ </fill>
899
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
900
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
901
+ <p>
902
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
903
+ </p>
904
+ </content>
905
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
906
+ </shape>
907
+ <shape width="136" height="34" topLeftX="243" topLeftY="287" presetHandlers="8" type="round-rect">
908
+ <fill>
909
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
910
+ </fill>
911
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
912
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
913
+ <p>
914
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
915
+ </p>
916
+ </content>
917
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
918
+ </shape>
919
+ <shape width="136" height="34" topLeftX="415" topLeftY="287" presetHandlers="8" type="round-rect">
920
+ <fill>
921
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
922
+ </fill>
923
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
924
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
925
+ <p>
926
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
927
+ </p>
928
+ </content>
929
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
930
+ </shape>
931
+ <shape width="136" height="34" topLeftX="588" topLeftY="287" presetHandlers="8" type="round-rect">
932
+ <fill>
933
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
934
+ </fill>
935
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
936
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
937
+ <p>
938
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
939
+ </p>
940
+ </content>
941
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
942
+ </shape>
943
+ <shape width="136" height="34" topLeftX="761" topLeftY="287" presetHandlers="8" type="round-rect">
944
+ <fill>
945
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
946
+ </fill>
947
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
948
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
949
+ <p>
950
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
951
+ </p>
952
+ </content>
953
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
954
+ </shape>
955
+ <shape width="136" height="34" topLeftX="588" topLeftY="344" presetHandlers="8" type="round-rect">
956
+ <fill>
957
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
958
+ </fill>
959
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
960
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
961
+ <p>
962
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
963
+ </p>
964
+ </content>
965
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
966
+ </shape>
967
+ <shape width="136" height="34" topLeftX="761" topLeftY="344" presetHandlers="8" type="round-rect">
968
+ <fill>
969
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
970
+ </fill>
971
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
972
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
973
+ <p>
974
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
975
+ </p>
976
+ </content>
977
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
978
+ </shape>
979
+ <shape width="136" height="34" topLeftX="588" topLeftY="403" presetHandlers="8" type="round-rect">
980
+ <fill>
981
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
982
+ </fill>
983
+ <border color="linear-gradient(135deg,rgba(208, 241, 247, 0.12) 0%,rgba(229, 228, 250, 0.2) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
984
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
985
+ <p>
986
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">产品能力</span>
987
+ </p>
988
+ </content>
989
+ <shadow offset="25" blur="26" color="rgba(33, 47, 64, 0.32)"/>
990
+ </shape>
991
+ </data>
992
+ <note>
993
+ <content/>
994
+ </note>
995
+ </slide>
996
+ <slide>
997
+ <style>
998
+ <fill>
999
+ <fillImg src="XZAxbIhLsok8UFxXIsvcb8r7nad" alpha="1" rotateWithShape="false"/>
1000
+ </fill>
1001
+ </style>
1002
+ <data>
1003
+ <shape width="100" height="34" topLeftX="480" topLeftY="351" presetHandlers="8" type="round-rect">
1004
+ <fill>
1005
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 1) 0%,rgba(66, 62, 237, 1) 66%,rgba(56, 137, 234, 1) 100%)"/>
1006
+ </fill>
1007
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
1008
+ <p>
1009
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">查看详情</span>
1010
+ </p>
1011
+ </content>
1012
+ </shape>
1013
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
1014
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
1015
+ <p lineSpacing="multiple:1">
1016
+ <strong>
1017
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
1018
+ </strong>
1019
+ </p>
1020
+ </content>
1021
+ </shape>
1022
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
1023
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1024
+ </icon>
1025
+ <img src="C8zPbiwfJoUX2xxi8UpckM0mnDb" width="328" height="368" topLeftX="83" topLeftY="87" exposure="14" contrast="-5" saturation="11" temperature="-26">
1026
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="108" bottomOffset="108" presetHandlers="8"/>
1027
+ </img>
1028
+ <shape width="431" height="42" topLeftX="480" topLeftY="270" type="text">
1029
+ <content textType="title" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="false">
1030
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
1031
+ </content>
1032
+ </shape>
1033
+ <shape width="431" height="40" topLeftX="480" topLeftY="202" type="text">
1034
+ <content textType="title" fontSize="40" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
1035
+ <p>产品优势</p>
1036
+ </content>
1037
+ </shape>
1038
+ <shape width="431" height="54" topLeftX="480" topLeftY="145" type="text">
1039
+ <content textType="title" fontSize="54" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
1040
+ <p textAlign="left">PART 2</p>
1041
+ </content>
1042
+ </shape>
1043
+ </data>
1044
+ <note>
1045
+ <content/>
1046
+ </note>
1047
+ </slide>
1048
+ <slide>
1049
+ <style>
1050
+ <fill>
1051
+ <fillImg src="EHSwbpJS0o0vOZxVKxTcc5yqnyd" alpha="1" rotateWithShape="false"/>
1052
+ </fill>
1053
+ </style>
1054
+ <data>
1055
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
1056
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
1057
+ <p lineSpacing="multiple:1">
1058
+ <strong>
1059
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
1060
+ </strong>
1061
+ </p>
1062
+ </content>
1063
+ </shape>
1064
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
1065
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1066
+ </icon>
1067
+ <shape width="653" height="42" topLeftX="42" topLeftY="17" type="text">
1068
+ <content textType="sub-headline" fontSize="28" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
1069
+ <p textAlign="left">产品优势</p>
1070
+ </content>
1071
+ </shape>
1072
+ <shape width="269" height="254" topLeftX="42" topLeftY="179" presetHandlers="8" alpha="0.5" type="round-rect">
1073
+ <fill>
1074
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
1075
+ </fill>
1076
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
1077
+ </shape>
1078
+ <shape width="100" height="30" topLeftX="126" topLeftY="124" type="text">
1079
+ <content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1080
+ <p textAlign="center">
1081
+ <strong>
1082
+ <span color="rgba(255, 255, 255, 1)" fontSize="20">优势一</span>
1083
+ </strong>
1084
+ </p>
1085
+ </content>
1086
+ </shape>
1087
+ <shape width="235" height="21" topLeftX="59" topLeftY="207" type="text">
1088
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="true" textAlign="center">
1089
+ <p textAlign="center">
1090
+ <strong>输入相关的描述信息描述标题</strong>
1091
+ </p>
1092
+ </content>
1093
+ </shape>
1094
+ <line startX="59" startY="141" endX="131" endY="141">
1095
+ <border color="linear-gradient(90deg,rgba(0, 209, 240, 0) 0%,rgba(147, 151, 244, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1096
+ </line>
1097
+ <line startX="294" startY="141" endX="217" endY="141">
1098
+ <border color="linear-gradient(90deg,rgba(0, 209, 240, 0) 0%,rgba(147, 151, 244, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1099
+ </line>
1100
+ <shape width="77" height="18" topLeftX="56" topLeftY="300" type="text">
1101
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1102
+ <p textAlign="center">
1103
+ <span fontSize="12">描述信息</span>
1104
+ </p>
1105
+ </content>
1106
+ </shape>
1107
+ <shape width="40" height="40" topLeftX="74" topLeftY="252" type="ellipse">
1108
+ <fill>
1109
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
1110
+ </fill>
1111
+ </shape>
1112
+ <icon width="20" height="20" topLeftX="83" topLeftY="262" iconType="iconpark/Charts/chart-line.svg">
1113
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1114
+ </icon>
1115
+ <shape width="77" height="18" topLeftX="137" topLeftY="300" type="text">
1116
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1117
+ <p textAlign="center">
1118
+ <span fontSize="12">描述信息</span>
1119
+ </p>
1120
+ </content>
1121
+ </shape>
1122
+ <shape width="40" height="40" topLeftX="155" topLeftY="252" type="ellipse">
1123
+ <fill>
1124
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
1125
+ </fill>
1126
+ </shape>
1127
+ <icon width="20" height="20" topLeftX="165" topLeftY="262" iconType="iconpark/Charts/histogram.svg">
1128
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1129
+ </icon>
1130
+ <shape width="77" height="18" topLeftX="219" topLeftY="300" type="text">
1131
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1132
+ <p textAlign="center">
1133
+ <span fontSize="12">描述信息</span>
1134
+ </p>
1135
+ </content>
1136
+ </shape>
1137
+ <shape width="40" height="40" topLeftX="237" topLeftY="252" type="ellipse">
1138
+ <fill>
1139
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
1140
+ </fill>
1141
+ </shape>
1142
+ <icon width="20" height="20" topLeftX="247" topLeftY="262" iconType="iconpark/Charts/material-three.svg">
1143
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1144
+ </icon>
1145
+ <shape width="77" height="18" topLeftX="56" topLeftY="392" type="text">
1146
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1147
+ <p textAlign="center">
1148
+ <span fontSize="12">描述信息</span>
1149
+ </p>
1150
+ </content>
1151
+ </shape>
1152
+ <shape width="40" height="40" topLeftX="74" topLeftY="344" type="ellipse">
1153
+ <fill>
1154
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
1155
+ </fill>
1156
+ </shape>
1157
+ <icon width="20" height="20" topLeftX="83" topLeftY="354" iconType="iconpark/Charts/viencharts.svg">
1158
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1159
+ </icon>
1160
+ <shape width="77" height="18" topLeftX="137" topLeftY="392" type="text">
1161
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1162
+ <p textAlign="center">
1163
+ <span fontSize="12">描述信息</span>
1164
+ </p>
1165
+ </content>
1166
+ </shape>
1167
+ <shape width="40" height="40" topLeftX="155" topLeftY="344" type="ellipse">
1168
+ <fill>
1169
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
1170
+ </fill>
1171
+ </shape>
1172
+ <icon width="20" height="20" topLeftX="164" topLeftY="354" iconType="iconpark/Clothes/vest.svg">
1173
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1174
+ </icon>
1175
+ <shape width="77" height="18" topLeftX="219" topLeftY="392" type="text">
1176
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1177
+ <p textAlign="center">
1178
+ <span fontSize="12">描述信息</span>
1179
+ </p>
1180
+ </content>
1181
+ </shape>
1182
+ <shape width="40" height="40" topLeftX="237" topLeftY="344" type="ellipse">
1183
+ <fill>
1184
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
1185
+ </fill>
1186
+ </shape>
1187
+ <icon width="20" height="20" topLeftX="246" topLeftY="354" iconType="iconpark/Travel/flight-safety.svg">
1188
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1189
+ </icon>
1190
+ <shape width="269" height="254" topLeftX="343" topLeftY="179" presetHandlers="8" alpha="0.5" type="round-rect">
1191
+ <fill>
1192
+ <fillColor color="rgba(255, 255, 255, 0.1)"/>
1193
+ </fill>
1194
+ <border color="linear-gradient(135deg,rgba(231, 151, 30, 1) 0%,rgba(232, 81, 49, 1) 63%,rgba(240, 193, 123, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
1195
+ </shape>
1196
+ <shape width="100" height="30" topLeftX="427" topLeftY="124" type="text">
1197
+ <content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1198
+ <p textAlign="center">
1199
+ <strong>
1200
+ <span color="rgba(255, 255, 255, 1)" fontSize="20">优势二</span>
1201
+ </strong>
1202
+ </p>
1203
+ </content>
1204
+ </shape>
1205
+ <shape width="235" height="21" topLeftX="360" topLeftY="207" type="text">
1206
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="true" textAlign="center">
1207
+ <p textAlign="center">
1208
+ <strong>输入相关的描述信息描述标题</strong>
1209
+ </p>
1210
+ </content>
1211
+ </shape>
1212
+ <line startX="360" startY="141" endX="432" endY="141">
1213
+ <border color="linear-gradient(90deg,rgba(0, 209, 240, 0) 0%,rgba(147, 151, 244, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1214
+ </line>
1215
+ <line startX="595" startY="141" endX="518" endY="141">
1216
+ <border color="linear-gradient(90deg,rgba(0, 209, 240, 0) 0%,rgba(147, 151, 244, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1217
+ </line>
1218
+ <shape width="77" height="18" topLeftX="357" topLeftY="300" type="text">
1219
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1220
+ <p textAlign="center">
1221
+ <span fontSize="12">描述信息</span>
1222
+ </p>
1223
+ </content>
1224
+ </shape>
1225
+ <shape width="40" height="40" topLeftX="375" topLeftY="252" type="ellipse">
1226
+ <fill>
1227
+ <fillColor color="linear-gradient(135deg,rgba(231, 151, 30, 1) 0%,rgba(232, 81, 49, 1) 63%,rgba(240, 193, 123, 1) 100%)"/>
1228
+ </fill>
1229
+ </shape>
1230
+ <icon width="20" height="20" topLeftX="385" topLeftY="262" iconType="iconpark/Base/home.svg">
1231
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1232
+ </icon>
1233
+ <shape width="77" height="18" topLeftX="438" topLeftY="300" type="text">
1234
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1235
+ <p textAlign="center">
1236
+ <span fontSize="12">描述信息</span>
1237
+ </p>
1238
+ </content>
1239
+ </shape>
1240
+ <shape width="40" height="40" topLeftX="456" topLeftY="252" type="ellipse">
1241
+ <fill>
1242
+ <fillColor color="linear-gradient(135deg,rgba(231, 151, 30, 1) 0%,rgba(232, 81, 49, 1) 63%,rgba(240, 193, 123, 1) 100%)"/>
1243
+ </fill>
1244
+ </shape>
1245
+ <icon width="20" height="20" topLeftX="466" topLeftY="262" iconType="iconpark/Base/hourglass-full.svg">
1246
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1247
+ </icon>
1248
+ <shape width="77" height="18" topLeftX="520" topLeftY="300" type="text">
1249
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1250
+ <p textAlign="center">
1251
+ <span fontSize="12">描述信息</span>
1252
+ </p>
1253
+ </content>
1254
+ </shape>
1255
+ <shape width="40" height="40" topLeftX="538" topLeftY="252" type="ellipse">
1256
+ <fill>
1257
+ <fillColor color="linear-gradient(135deg,rgba(231, 151, 30, 1) 0%,rgba(232, 81, 49, 1) 63%,rgba(240, 193, 123, 1) 100%)"/>
1258
+ </fill>
1259
+ </shape>
1260
+ <icon width="20" height="20" topLeftX="548" topLeftY="262" iconType="iconpark/Base/more-app.svg">
1261
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1262
+ </icon>
1263
+ <shape width="77" height="18" topLeftX="357" topLeftY="392" type="text">
1264
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1265
+ <p textAlign="center">
1266
+ <span fontSize="12">描述信息</span>
1267
+ </p>
1268
+ </content>
1269
+ </shape>
1270
+ <shape width="40" height="40" topLeftX="375" topLeftY="344" type="ellipse">
1271
+ <fill>
1272
+ <fillColor color="linear-gradient(135deg,rgba(231, 151, 30, 1) 0%,rgba(232, 81, 49, 1) 63%,rgba(240, 193, 123, 1) 100%)"/>
1273
+ </fill>
1274
+ </shape>
1275
+ <icon width="20" height="20" topLeftX="385" topLeftY="354" iconType="iconpark/Base/pic.svg">
1276
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1277
+ </icon>
1278
+ <shape width="77" height="18" topLeftX="438" topLeftY="392" type="text">
1279
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1280
+ <p textAlign="center">
1281
+ <span fontSize="12">描述信息</span>
1282
+ </p>
1283
+ </content>
1284
+ </shape>
1285
+ <shape width="40" height="40" topLeftX="456" topLeftY="344" type="ellipse">
1286
+ <fill>
1287
+ <fillColor color="linear-gradient(135deg,rgba(231, 151, 30, 1) 0%,rgba(232, 81, 49, 1) 63%,rgba(240, 193, 123, 1) 100%)"/>
1288
+ </fill>
1289
+ </shape>
1290
+ <icon width="20" height="20" topLeftX="466" topLeftY="354" iconType="iconpark/Base/all-application.svg">
1291
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1292
+ </icon>
1293
+ <shape width="77" height="18" topLeftX="520" topLeftY="392" type="text">
1294
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1295
+ <p textAlign="center">
1296
+ <span fontSize="12">描述信息</span>
1297
+ </p>
1298
+ </content>
1299
+ </shape>
1300
+ <shape width="40" height="40" topLeftX="538" topLeftY="344" type="ellipse">
1301
+ <fill>
1302
+ <fillColor color="linear-gradient(135deg,rgba(231, 151, 30, 1) 0%,rgba(232, 81, 49, 1) 63%,rgba(240, 193, 123, 1) 100%)"/>
1303
+ </fill>
1304
+ </shape>
1305
+ <icon width="20" height="20" topLeftX="548" topLeftY="354" iconType="iconpark/Base/aiming.svg">
1306
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1307
+ </icon>
1308
+ <shape width="269" height="254" topLeftX="644" topLeftY="179" presetHandlers="8" alpha="0.5" type="round-rect">
1309
+ <fill>
1310
+ <fillColor color="rgba(255, 255, 255, 0.1)"/>
1311
+ </fill>
1312
+ <border color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
1313
+ </shape>
1314
+ <shape width="100" height="30" topLeftX="728" topLeftY="124" type="text">
1315
+ <content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1316
+ <p textAlign="center">
1317
+ <strong>
1318
+ <span color="rgba(255, 255, 255, 1)" fontSize="20">优势三</span>
1319
+ </strong>
1320
+ </p>
1321
+ </content>
1322
+ </shape>
1323
+ <shape width="235" height="21" topLeftX="661" topLeftY="207" type="text">
1324
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="true" textAlign="center">
1325
+ <p textAlign="center">
1326
+ <strong>输入相关的描述信息描述标题</strong>
1327
+ </p>
1328
+ </content>
1329
+ </shape>
1330
+ <line startX="661" startY="141" endX="733" endY="141">
1331
+ <border color="linear-gradient(90deg,rgba(0, 209, 240, 0) 0%,rgba(147, 151, 244, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1332
+ </line>
1333
+ <line startX="896" startY="141" endX="819" endY="141">
1334
+ <border color="linear-gradient(90deg,rgba(0, 209, 240, 0) 0%,rgba(147, 151, 244, 1) 100%)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1335
+ </line>
1336
+ <shape width="77" height="18" topLeftX="658" topLeftY="300" type="text">
1337
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1338
+ <p textAlign="center">
1339
+ <span fontSize="12">描述信息</span>
1340
+ </p>
1341
+ </content>
1342
+ </shape>
1343
+ <shape width="40" height="40" topLeftX="676" topLeftY="252" type="ellipse">
1344
+ <fill>
1345
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
1346
+ </fill>
1347
+ </shape>
1348
+ <icon width="20" height="20" topLeftX="686" topLeftY="262" iconType="iconpark/Office/file-txt.svg">
1349
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1350
+ </icon>
1351
+ <shape width="77" height="18" topLeftX="739" topLeftY="300" type="text">
1352
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1353
+ <p textAlign="center">
1354
+ <span fontSize="12">描述信息</span>
1355
+ </p>
1356
+ </content>
1357
+ </shape>
1358
+ <shape width="40" height="40" topLeftX="757" topLeftY="252" type="ellipse">
1359
+ <fill>
1360
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
1361
+ </fill>
1362
+ </shape>
1363
+ <icon width="20" height="20" topLeftX="767" topLeftY="262" iconType="iconpark/Office/file-editing.svg">
1364
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1365
+ </icon>
1366
+ <shape width="77" height="18" topLeftX="821" topLeftY="300" type="text">
1367
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1368
+ <p textAlign="center">
1369
+ <span fontSize="12">描述信息</span>
1370
+ </p>
1371
+ </content>
1372
+ </shape>
1373
+ <shape width="40" height="40" topLeftX="839" topLeftY="252" type="ellipse">
1374
+ <fill>
1375
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
1376
+ </fill>
1377
+ </shape>
1378
+ <icon width="20" height="20" topLeftX="849" topLeftY="262" iconType="iconpark/Office/box.svg">
1379
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1380
+ </icon>
1381
+ <shape width="77" height="18" topLeftX="658" topLeftY="392" type="text">
1382
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1383
+ <p textAlign="center">
1384
+ <span fontSize="12">描述信息</span>
1385
+ </p>
1386
+ </content>
1387
+ </shape>
1388
+ <shape width="40" height="40" topLeftX="676" topLeftY="344" type="ellipse">
1389
+ <fill>
1390
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
1391
+ </fill>
1392
+ </shape>
1393
+ <icon width="20" height="20" topLeftX="686" topLeftY="354" iconType="iconpark/Base/setting-one.svg">
1394
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1395
+ </icon>
1396
+ <shape width="77" height="18" topLeftX="739" topLeftY="392" type="text">
1397
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1398
+ <p textAlign="center">
1399
+ <span fontSize="12">描述信息</span>
1400
+ </p>
1401
+ </content>
1402
+ </shape>
1403
+ <shape width="40" height="40" topLeftX="757" topLeftY="344" type="ellipse">
1404
+ <fill>
1405
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
1406
+ </fill>
1407
+ </shape>
1408
+ <icon width="20" height="20" topLeftX="767" topLeftY="354" iconType="iconpark/Office/compression.svg">
1409
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1410
+ </icon>
1411
+ <shape width="77" height="18" topLeftX="821" topLeftY="392" type="text">
1412
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="center">
1413
+ <p textAlign="center">
1414
+ <span fontSize="12">描述信息</span>
1415
+ </p>
1416
+ </content>
1417
+ </shape>
1418
+ <shape width="40" height="40" topLeftX="839" topLeftY="344" type="ellipse">
1419
+ <fill>
1420
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
1421
+ </fill>
1422
+ </shape>
1423
+ <icon width="20" height="20" topLeftX="849" topLeftY="354" iconType="iconpark/Office/copy-one.svg">
1424
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1425
+ </icon>
1426
+ </data>
1427
+ <note>
1428
+ <content/>
1429
+ </note>
1430
+ </slide>
1431
+ <slide>
1432
+ <style>
1433
+ <fill>
1434
+ <fillImg src="EHSwbpJS0o0vOZxVKxTcc5yqnyd" alpha="1" rotateWithShape="false"/>
1435
+ </fill>
1436
+ </style>
1437
+ <data>
1438
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
1439
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
1440
+ <p lineSpacing="multiple:1">
1441
+ <strong>
1442
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
1443
+ </strong>
1444
+ </p>
1445
+ </content>
1446
+ </shape>
1447
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
1448
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1449
+ </icon>
1450
+ <shape width="653" height="42" topLeftX="42" topLeftY="17" type="text">
1451
+ <content textType="sub-headline" fontSize="28" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
1452
+ <p textAlign="left">行业地位</p>
1453
+ </content>
1454
+ </shape>
1455
+ <shape width="434" height="42" topLeftX="42" topLeftY="91" type="text">
1456
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
1457
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
1458
+ </content>
1459
+ </shape>
1460
+ <shape width="199" height="254" topLeftX="42" topLeftY="179" presetHandlers="8" type="round-rect">
1461
+ <fill>
1462
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
1463
+ </fill>
1464
+ <border color="rgba(255, 255, 255, 0.3)" width="1" lineJoin="miter" miterLimit="10"/>
1465
+ </shape>
1466
+ <shape width="161" height="54" topLeftX="61" topLeftY="252" type="text">
1467
+ <content textType="title" fontSize="54" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="left">
1468
+ <p textAlign="left">
1469
+ <span color="rgba(255, 255, 255, 1)" fontSize="54" fontFamily="Arial">80</span>
1470
+ <span color="rgba(255, 255, 255, 1)" fontSize="24" fontFamily="Arial">%</span>
1471
+ </p>
1472
+ </content>
1473
+ </shape>
1474
+ <shape width="161" height="63" topLeftX="61" topLeftY="324" type="text">
1475
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
1476
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
1477
+ </content>
1478
+ </shape>
1479
+ <icon width="73" height="73" topLeftX="158" topLeftY="191" alpha="0.2" iconType="iconpark/Charts/chart-line.svg">
1480
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
1481
+ </icon>
1482
+ <shape width="199" height="254" topLeftX="268" topLeftY="179" presetHandlers="8" type="round-rect">
1483
+ <fill>
1484
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
1485
+ </fill>
1486
+ <border color="rgba(255, 255, 255, 0.3)" width="1" lineJoin="miter" miterLimit="10"/>
1487
+ </shape>
1488
+ <shape width="170" height="54" topLeftX="287" topLeftY="252" type="text">
1489
+ <content textType="title" fontSize="54" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="left">
1490
+ <p textAlign="left">
1491
+ <span color="rgba(255, 255, 255, 1)" fontSize="54" fontFamily="Arial">18.5</span>
1492
+ <span color="rgba(255, 255, 255, 1)" fontSize="24" fontFamily="Arial">万方</span>
1493
+ </p>
1494
+ </content>
1495
+ </shape>
1496
+ <shape width="161" height="63" topLeftX="287" topLeftY="324" type="text">
1497
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
1498
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
1499
+ </content>
1500
+ </shape>
1501
+ <icon width="73" height="73" topLeftX="384" topLeftY="191" alpha="0.2" iconType="iconpark/Travel/international.svg">
1502
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
1503
+ </icon>
1504
+ <shape width="199" height="254" topLeftX="493" topLeftY="179" presetHandlers="8" type="round-rect">
1505
+ <fill>
1506
+ <fillColor color="linear-gradient(135deg,rgba(231, 151, 30, 1) 0%,rgba(232, 81, 49, 1) 63%,rgba(240, 193, 123, 1) 100%)"/>
1507
+ </fill>
1508
+ <border color="rgba(255, 255, 255, 0.3)" width="1" lineJoin="miter" miterLimit="10"/>
1509
+ </shape>
1510
+ <shape width="161" height="54" topLeftX="512" topLeftY="252" type="text">
1511
+ <content textType="title" fontSize="54" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="left">
1512
+ <p textAlign="left">
1513
+ <span color="rgba(255, 255, 255, 1)" fontSize="54" fontFamily="Arial">1000</span>
1514
+ <span color="rgba(255, 255, 255, 1)" fontSize="24" fontFamily="Arial">+</span>
1515
+ </p>
1516
+ </content>
1517
+ </shape>
1518
+ <shape width="161" height="63" topLeftX="512" topLeftY="324" type="text">
1519
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
1520
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
1521
+ </content>
1522
+ </shape>
1523
+ <icon width="73" height="73" topLeftX="609" topLeftY="191" alpha="0.2" iconType="iconpark/Base/more-app.svg">
1524
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
1525
+ </icon>
1526
+ <shape width="199" height="254" topLeftX="719" topLeftY="179" presetHandlers="8" type="round-rect">
1527
+ <fill>
1528
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 1) 0%,rgba(66, 62, 237, 1) 66%,rgba(56, 137, 234, 1) 100%)"/>
1529
+ </fill>
1530
+ <border color="rgba(255, 255, 255, 0.3)" width="1" lineJoin="miter" miterLimit="10"/>
1531
+ </shape>
1532
+ <shape width="123" height="54" topLeftX="738" topLeftY="252" type="text">
1533
+ <content textType="title" fontSize="54" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="left">
1534
+ <p textAlign="left">
1535
+ <span color="rgba(255, 255, 255, 1)" fontSize="54" fontFamily="Arial">3</span>
1536
+ <span color="rgba(255, 255, 255, 1)" fontSize="24" fontFamily="Arial">名</span>
1537
+ </p>
1538
+ </content>
1539
+ </shape>
1540
+ <shape width="161" height="63" topLeftX="738" topLeftY="324" type="text">
1541
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
1542
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
1543
+ </content>
1544
+ </shape>
1545
+ <icon width="73" height="73" topLeftX="835" topLeftY="191" alpha="0.2" iconType="iconpark/Charts/chart-histogram-two.svg">
1546
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
1547
+ </icon>
1548
+ </data>
1549
+ <note>
1550
+ <content/>
1551
+ </note>
1552
+ </slide>
1553
+ <slide>
1554
+ <style>
1555
+ <fill>
1556
+ <fillImg src="EHSwbpJS0o0vOZxVKxTcc5yqnyd" alpha="1" rotateWithShape="false"/>
1557
+ </fill>
1558
+ </style>
1559
+ <data>
1560
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
1561
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
1562
+ <p lineSpacing="multiple:1">
1563
+ <strong>
1564
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
1565
+ </strong>
1566
+ </p>
1567
+ </content>
1568
+ </shape>
1569
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
1570
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1571
+ </icon>
1572
+ <shape width="653" height="42" topLeftX="42" topLeftY="17" type="text">
1573
+ <content textType="sub-headline" fontSize="28" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
1574
+ <p textAlign="left">行业地位</p>
1575
+ </content>
1576
+ </shape>
1577
+ <shape width="260" height="63" topLeftX="35" topLeftY="393" type="text">
1578
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
1579
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
1580
+ </content>
1581
+ </shape>
1582
+ <img src="VCNKb70k1oe0cnx188YcDSc0neg" width="177" height="317" topLeftX="737" topLeftY="139" exposure="14" contrast="-5" saturation="11" temperature="-26">
1583
+ <crop type="rect" leftOffset="0.27" rightOffset="0.27" topOffset="0" bottomOffset="0" presetHandlers="8"/>
1584
+ </img>
1585
+ <img src="OvArbORrPod2quxk3DncfEFMnEg" width="177" height="317" topLeftX="543" topLeftY="139" exposure="14" contrast="-5" saturation="11" temperature="-26">
1586
+ <crop type="rect" leftOffset="31" rightOffset="31" topOffset="0" bottomOffset="0" presetHandlers="8"/>
1587
+ </img>
1588
+ <img src="OVKjbsCsFof2vdxs3V0csFisnaf" width="177" height="317" topLeftX="339" topLeftY="139" exposure="14" contrast="-5" saturation="11" temperature="-26">
1589
+ <crop type="rect" leftOffset="0.27" rightOffset="0.27" topOffset="0" bottomOffset="0" presetHandlers="8"/>
1590
+ </img>
1591
+ <shape width="260" height="10" topLeftX="35" topLeftY="220" presetHandlers="16" alpha="0.1" type="round-rect">
1592
+ <fill>
1593
+ <fillColor/>
1594
+ </fill>
1595
+ </shape>
1596
+ <shape width="200" height="10" topLeftX="35" topLeftY="220" presetHandlers="16" type="round-rect">
1597
+ <fill>
1598
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 1) 0%,rgba(66, 62, 237, 1) 66%,rgba(56, 137, 234, 1) 100%)"/>
1599
+ </fill>
1600
+ </shape>
1601
+ <shape width="177" height="21" topLeftX="35" topLeftY="193" type="text">
1602
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
1603
+ <p>数据</p>
1604
+ </content>
1605
+ </shape>
1606
+ <shape width="60" height="21" topLeftX="235" topLeftY="193" type="text">
1607
+ <content fontSize="14" fontFamily="Arial" color="rgba(222, 224, 227, 1)" textAlign="right">
1608
+ <p textAlign="right">
1609
+ <span fontFamily="Arial">77%</span>
1610
+ </p>
1611
+ </content>
1612
+ </shape>
1613
+ <shape width="260" height="10" topLeftX="35" topLeftY="287" presetHandlers="16" alpha="0.1" type="round-rect">
1614
+ <fill>
1615
+ <fillColor/>
1616
+ </fill>
1617
+ </shape>
1618
+ <shape width="140" height="10" topLeftX="35" topLeftY="287" presetHandlers="16" type="round-rect">
1619
+ <fill>
1620
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 1) 0%,rgba(66, 62, 237, 1) 66%,rgba(56, 137, 234, 1) 100%)"/>
1621
+ </fill>
1622
+ </shape>
1623
+ <shape width="177" height="21" topLeftX="35" topLeftY="260" type="text">
1624
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
1625
+ <p>数据</p>
1626
+ </content>
1627
+ </shape>
1628
+ <shape width="60" height="21" topLeftX="235" topLeftY="260" type="text">
1629
+ <content fontSize="14" fontFamily="Arial" color="rgba(222, 224, 227, 1)" textAlign="right">
1630
+ <p textAlign="right">
1631
+ <span fontFamily="Arial">55%</span>
1632
+ </p>
1633
+ </content>
1634
+ </shape>
1635
+ <shape width="260" height="10" topLeftX="35" topLeftY="355" presetHandlers="16" alpha="0.1" type="round-rect">
1636
+ <fill>
1637
+ <fillColor/>
1638
+ </fill>
1639
+ </shape>
1640
+ <shape width="220" height="10" topLeftX="35" topLeftY="355" presetHandlers="16" type="round-rect">
1641
+ <fill>
1642
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 1) 0%,rgba(66, 62, 237, 1) 66%,rgba(56, 137, 234, 1) 100%)"/>
1643
+ </fill>
1644
+ </shape>
1645
+ <shape width="177" height="21" topLeftX="35" topLeftY="328" type="text">
1646
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
1647
+ <p>数据</p>
1648
+ </content>
1649
+ </shape>
1650
+ <shape width="60" height="21" topLeftX="235" topLeftY="328" type="text">
1651
+ <content fontSize="14" fontFamily="Arial" color="rgba(222, 224, 227, 1)" textAlign="right">
1652
+ <p textAlign="right">
1653
+ <span fontFamily="Arial">88%</span>
1654
+ </p>
1655
+ </content>
1656
+ </shape>
1657
+ </data>
1658
+ <note>
1659
+ <content/>
1660
+ </note>
1661
+ </slide>
1662
+ <slide>
1663
+ <style>
1664
+ <fill>
1665
+ <fillImg src="EHSwbpJS0o0vOZxVKxTcc5yqnyd" alpha="1" rotateWithShape="false"/>
1666
+ </fill>
1667
+ </style>
1668
+ <data>
1669
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
1670
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
1671
+ <p lineSpacing="multiple:1">
1672
+ <strong>
1673
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
1674
+ </strong>
1675
+ </p>
1676
+ </content>
1677
+ </shape>
1678
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
1679
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1680
+ </icon>
1681
+ <shape width="653" height="42" topLeftX="42" topLeftY="17" type="text">
1682
+ <content textType="sub-headline" fontSize="28" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
1683
+ <p textAlign="left">最佳实践</p>
1684
+ </content>
1685
+ </shape>
1686
+ <img src="XluEbobgOoQWwpxksqicuH8SnKb" width="287" height="179" topLeftX="331" topLeftY="287">
1687
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1688
+ </img>
1689
+ <shape width="72" height="18" topLeftX="455" topLeftY="303" type="text">
1690
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
1691
+ <p lineSpacing="multiple:1">
1692
+ <strong>
1693
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
1694
+ </strong>
1695
+ </p>
1696
+ </content>
1697
+ </shape>
1698
+ <icon width="23" height="23" topLeftX="427" topLeftY="301" iconType="iconpark/Abstract/api-app.svg">
1699
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1700
+ </icon>
1701
+ <shape width="60" height="60" topLeftX="331" topLeftY="195" type="ellipse">
1702
+ <fill>
1703
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
1704
+ </fill>
1705
+ <content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2">
1706
+ <p lineSpacing="multiple:1.2">
1707
+ <span color="rgba(255, 255, 255, 1)">最佳实践</span>
1708
+ </p>
1709
+ </content>
1710
+ </shape>
1711
+ <img src="YgCMbbIkio2VjFxGAjYcpNYInDc" width="277" height="77" topLeftX="37" topLeftY="286">
1712
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1713
+ </img>
1714
+ <img src="LAMDbYeWToVWy6xzO7hc87e3nLg" width="284" height="82" topLeftX="636" topLeftY="282">
1715
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1716
+ </img>
1717
+ <shape width="224" height="30" topLeftX="42" topLeftY="225" type="text">
1718
+ <content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1719
+ <p textAlign="center">
1720
+ <strong>
1721
+ <span color="rgba(255, 255, 255, 1)" fontSize="20">标题</span>
1722
+ </strong>
1723
+ </p>
1724
+ </content>
1725
+ </shape>
1726
+ <shape width="224" height="21" topLeftX="42" topLeftY="261" type="text">
1727
+ <content fontSize="14" fontFamily="思源黑体" color="linear-gradient(135deg,rgba(193, 208, 250, 1) 0%,rgba(133, 167, 255, 1) 54%,rgba(166, 68, 255, 1) 100%)" bold="true" textAlign="center">
1728
+ <p textAlign="center">
1729
+ <strong>
1730
+ <span color="linear-gradient(135deg,rgba(193, 208, 250, 1) 0%,rgba(133, 167, 255, 1) 54%,rgba(166, 68, 255, 1) 100%)">输入相关的描述信息描述标题</span>
1731
+ </strong>
1732
+ </p>
1733
+ </content>
1734
+ </shape>
1735
+ <shape width="224" height="30" topLeftX="696" topLeftY="225" type="text">
1736
+ <content fontSize="20" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1737
+ <p textAlign="center">
1738
+ <strong>
1739
+ <span color="rgba(255, 255, 255, 1)" fontSize="20">标题</span>
1740
+ </strong>
1741
+ </p>
1742
+ </content>
1743
+ </shape>
1744
+ <shape width="224" height="21" topLeftX="696" topLeftY="261" type="text">
1745
+ <content fontSize="14" fontFamily="思源黑体" color="linear-gradient(135deg,rgba(193, 208, 250, 1) 0%,rgba(133, 167, 255, 1) 54%,rgba(166, 68, 255, 1) 100%)" bold="true" textAlign="center">
1746
+ <p textAlign="center">
1747
+ <strong>
1748
+ <span color="linear-gradient(135deg,rgba(193, 208, 250, 1) 0%,rgba(133, 167, 255, 1) 54%,rgba(166, 68, 255, 1) 100%)">输入相关的描述信息描述标题</span>
1749
+ </strong>
1750
+ </p>
1751
+ </content>
1752
+ </shape>
1753
+ <shape width="60" height="60" topLeftX="437" topLeftY="195" type="ellipse">
1754
+ <fill>
1755
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
1756
+ </fill>
1757
+ <content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2">
1758
+ <p lineSpacing="multiple:1.2">
1759
+ <span color="rgba(255, 255, 255, 1)">最佳实践</span>
1760
+ </p>
1761
+ </content>
1762
+ </shape>
1763
+ <shape width="60" height="60" topLeftX="543" topLeftY="195" type="ellipse">
1764
+ <fill>
1765
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 1) 0%,rgba(66, 62, 237, 1) 66%,rgba(56, 137, 234, 1) 100%)"/>
1766
+ </fill>
1767
+ <content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2">
1768
+ <p lineSpacing="multiple:1.2">
1769
+ <span color="rgba(255, 255, 255, 1)">最佳实践</span>
1770
+ </p>
1771
+ </content>
1772
+ </shape>
1773
+ <shape width="60" height="60" topLeftX="386" topLeftY="114" type="ellipse">
1774
+ <fill>
1775
+ <fillColor color="linear-gradient(135deg,rgba(231, 151, 30, 1) 0%,rgba(232, 81, 49, 1) 63%,rgba(240, 193, 123, 1) 100%)"/>
1776
+ </fill>
1777
+ <content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2">
1778
+ <p lineSpacing="multiple:1.2">
1779
+ <span color="rgba(255, 255, 255, 1)">最佳实践</span>
1780
+ </p>
1781
+ </content>
1782
+ </shape>
1783
+ <shape width="60" height="60" topLeftX="492" topLeftY="114" type="ellipse">
1784
+ <fill>
1785
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
1786
+ </fill>
1787
+ <content fontSize="16" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2">
1788
+ <p lineSpacing="multiple:1.2">
1789
+ <span color="rgba(255, 255, 255, 1)">最佳实践</span>
1790
+ </p>
1791
+ </content>
1792
+ </shape>
1793
+ </data>
1794
+ <note>
1795
+ <content/>
1796
+ </note>
1797
+ </slide>
1798
+ <slide>
1799
+ <style>
1800
+ <fill>
1801
+ <fillImg src="XZAxbIhLsok8UFxXIsvcb8r7nad" alpha="1" rotateWithShape="false"/>
1802
+ </fill>
1803
+ </style>
1804
+ <data>
1805
+ <shape width="100" height="34" topLeftX="480" topLeftY="351" presetHandlers="8" type="round-rect">
1806
+ <fill>
1807
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 1) 0%,rgba(66, 62, 237, 1) 66%,rgba(56, 137, 234, 1) 100%)"/>
1808
+ </fill>
1809
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
1810
+ <p>
1811
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">查看详情</span>
1812
+ </p>
1813
+ </content>
1814
+ </shape>
1815
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
1816
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
1817
+ <p lineSpacing="multiple:1">
1818
+ <strong>
1819
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
1820
+ </strong>
1821
+ </p>
1822
+ </content>
1823
+ </shape>
1824
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
1825
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1826
+ </icon>
1827
+ <img src="IWHzb12C1oNer1xCqNmch9FunBc" width="328" height="368" topLeftX="83" topLeftY="87" exposure="14" contrast="-5" saturation="11" temperature="-26">
1828
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="34" bottomOffset="34" presetHandlers="8"/>
1829
+ </img>
1830
+ <shape width="431" height="42" topLeftX="480" topLeftY="270" type="text">
1831
+ <content textType="title" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="false">
1832
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
1833
+ </content>
1834
+ </shape>
1835
+ <shape width="431" height="40" topLeftX="480" topLeftY="202" type="text">
1836
+ <content textType="title" fontSize="40" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
1837
+ <p>产品价格</p>
1838
+ </content>
1839
+ </shape>
1840
+ <shape width="431" height="54" topLeftX="480" topLeftY="145" type="text">
1841
+ <content textType="title" fontSize="54" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
1842
+ <p textAlign="left">PART 3</p>
1843
+ </content>
1844
+ </shape>
1845
+ </data>
1846
+ <note>
1847
+ <content/>
1848
+ </note>
1849
+ </slide>
1850
+ <slide>
1851
+ <style>
1852
+ <fill>
1853
+ <fillImg src="EHSwbpJS0o0vOZxVKxTcc5yqnyd" alpha="1" rotateWithShape="false"/>
1854
+ </fill>
1855
+ </style>
1856
+ <data>
1857
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
1858
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
1859
+ <p lineSpacing="multiple:1">
1860
+ <strong>
1861
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
1862
+ </strong>
1863
+ </p>
1864
+ </content>
1865
+ </shape>
1866
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
1867
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1868
+ </icon>
1869
+ <shape width="653" height="42" topLeftX="42" topLeftY="17" type="text">
1870
+ <content textType="sub-headline" fontSize="28" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
1871
+ <p>产品价格体系</p>
1872
+ </content>
1873
+ </shape>
1874
+ <shape width="270" height="376" topLeftX="647" topLeftY="99" presetHandlers="8" type="round-rect">
1875
+ <fill>
1876
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
1877
+ </fill>
1878
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
1879
+ </shape>
1880
+ <shape width="270" height="376" topLeftX="42" topLeftY="99" presetHandlers="8" type="round-rect">
1881
+ <border color="rgba(255, 255, 255, 0.2)" width="1" lineJoin="miter" miterLimit="10"/>
1882
+ </shape>
1883
+ <shape width="270" height="376" topLeftX="345" topLeftY="99" presetHandlers="8" type="round-rect">
1884
+ <fill>
1885
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
1886
+ </fill>
1887
+ <border color="rgba(255, 255, 255, 0.3)" width="1" lineJoin="miter" miterLimit="10"/>
1888
+ <shadow/>
1889
+ </shape>
1890
+ <shape width="238" height="21" topLeftX="362" topLeftY="123" type="text">
1891
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="true" textAlign="left">
1892
+ <p textAlign="left">
1893
+ <strong>高级版价格</strong>
1894
+ </p>
1895
+ </content>
1896
+ </shape>
1897
+ <shape width="205" height="18" topLeftX="395" topLeftY="210" type="text">
1898
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
1899
+ <p textAlign="left">
1900
+ <span fontSize="12">描述信息描述信息描述信息</span>
1901
+ </p>
1902
+ </content>
1903
+ </shape>
1904
+ <shape width="238" height="36" topLeftX="362" topLeftY="151" type="text">
1905
+ <content fontSize="24" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="true" textAlign="left">
1906
+ <p textAlign="left">
1907
+ <strong>
1908
+ <span color="rgba(255, 255, 255, 1)" fontSize="24">16,888</span>
1909
+ </strong>
1910
+ </p>
1911
+ </content>
1912
+ </shape>
1913
+ <shape width="205" height="18" topLeftX="395" topLeftY="247" type="text">
1914
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
1915
+ <p textAlign="left">描述信息描述信息描述信息</p>
1916
+ </content>
1917
+ </shape>
1918
+ <shape width="205" height="18" topLeftX="395" topLeftY="284" type="text">
1919
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
1920
+ <p textAlign="left">描述信息描述信息描述信息</p>
1921
+ </content>
1922
+ </shape>
1923
+ <icon width="23" height="23" topLeftX="359" topLeftY="207" iconType="iconpark/Character/check-one.svg">
1924
+ <fill>
1925
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1926
+ </fill>
1927
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1928
+ </icon>
1929
+ <icon width="23" height="23" topLeftX="359" topLeftY="245" iconType="iconpark/Character/check-one.svg">
1930
+ <fill>
1931
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1932
+ </fill>
1933
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1934
+ </icon>
1935
+ <icon width="23" height="23" topLeftX="359" topLeftY="282" iconType="iconpark/Character/check-one.svg">
1936
+ <fill>
1937
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1938
+ </fill>
1939
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1940
+ </icon>
1941
+ <icon width="23" height="23" topLeftX="359" topLeftY="393" iconType="iconpark/Character/close-one.svg">
1942
+ <fill>
1943
+ <fillColor color="rgba(255, 227, 227, 1)"/>
1944
+ </fill>
1945
+ <border color="rgba(216, 57, 49, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1946
+ </icon>
1947
+ <icon width="23" height="23" topLeftX="359" topLeftY="430" iconType="iconpark/Character/close-one.svg">
1948
+ <fill>
1949
+ <fillColor color="rgba(255, 227, 227, 1)"/>
1950
+ </fill>
1951
+ <border color="rgba(216, 57, 49, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1952
+ </icon>
1953
+ <shape width="205" height="18" topLeftX="395" topLeftY="321" type="text">
1954
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
1955
+ <p textAlign="left">
1956
+ <span fontSize="12">描述信息描述信息描述信息</span>
1957
+ </p>
1958
+ </content>
1959
+ </shape>
1960
+ <shape width="205" height="18" topLeftX="395" topLeftY="358" type="text">
1961
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
1962
+ <p textAlign="left">描述信息描述信息描述信息</p>
1963
+ </content>
1964
+ </shape>
1965
+ <shape width="205" height="18" topLeftX="395" topLeftY="395" type="text">
1966
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
1967
+ <p textAlign="left">描述信息描述信息描述信息</p>
1968
+ </content>
1969
+ </shape>
1970
+ <shape width="205" height="18" topLeftX="395" topLeftY="433" type="text">
1971
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
1972
+ <p textAlign="left">描述信息描述信息描述信息</p>
1973
+ </content>
1974
+ </shape>
1975
+ <shape width="46" height="46" topLeftX="554" topLeftY="121" alpha="0.1" type="ellipse">
1976
+ <fill>
1977
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1978
+ </fill>
1979
+ </shape>
1980
+ <shape width="32" height="32" topLeftX="561" topLeftY="129" alpha="0.2" type="ellipse">
1981
+ <fill>
1982
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1983
+ </fill>
1984
+ </shape>
1985
+ <icon width="16" height="16" topLeftX="569" topLeftY="138" iconType="iconpark/Game/trophy.svg">
1986
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1987
+ </icon>
1988
+ <shape width="238" height="21" topLeftX="59" topLeftY="123" type="text">
1989
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="true" textAlign="left">
1990
+ <p textAlign="left">
1991
+ <strong>基础价格</strong>
1992
+ </p>
1993
+ </content>
1994
+ </shape>
1995
+ <shape width="205" height="18" topLeftX="92" topLeftY="210" type="text">
1996
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
1997
+ <p textAlign="left">
1998
+ <span fontSize="12">描述信息描述信息描述信息</span>
1999
+ </p>
2000
+ </content>
2001
+ </shape>
2002
+ <shape width="238" height="36" topLeftX="59" topLeftY="151" type="text">
2003
+ <content fontSize="24" fontFamily="思源黑体" color="linear-gradient(135deg,rgba(193, 208, 250, 1) 0%,rgba(133, 167, 255, 1) 54%,rgba(166, 68, 255, 1) 100%)" bold="true" textAlign="left">
2004
+ <p textAlign="left">
2005
+ <strong>
2006
+ <span color="linear-gradient(135deg,rgba(193, 208, 250, 1) 0%,rgba(133, 167, 255, 1) 54%,rgba(166, 68, 255, 1) 100%)" fontSize="24">12,888</span>
2007
+ </strong>
2008
+ </p>
2009
+ </content>
2010
+ </shape>
2011
+ <shape width="205" height="18" topLeftX="92" topLeftY="247" type="text">
2012
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2013
+ <p textAlign="left">描述信息描述信息描述信息</p>
2014
+ </content>
2015
+ </shape>
2016
+ <shape width="205" height="18" topLeftX="92" topLeftY="284" type="text">
2017
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2018
+ <p textAlign="left">描述信息描述信息描述信息</p>
2019
+ </content>
2020
+ </shape>
2021
+ <icon width="23" height="23" topLeftX="57" topLeftY="319" iconType="iconpark/Character/close-one.svg">
2022
+ <fill>
2023
+ <fillColor color="rgba(255, 227, 227, 1)"/>
2024
+ </fill>
2025
+ <border color="rgba(216, 57, 49, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2026
+ </icon>
2027
+ <icon width="23" height="23" topLeftX="57" topLeftY="356" iconType="iconpark/Character/close-one.svg">
2028
+ <fill>
2029
+ <fillColor color="rgba(255, 227, 227, 1)"/>
2030
+ </fill>
2031
+ <border color="rgba(216, 57, 49, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2032
+ </icon>
2033
+ <icon width="23" height="23" topLeftX="57" topLeftY="207" iconType="iconpark/Character/check-one.svg">
2034
+ <fill>
2035
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2036
+ </fill>
2037
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2038
+ </icon>
2039
+ <icon width="23" height="23" topLeftX="57" topLeftY="245" iconType="iconpark/Character/check-one.svg">
2040
+ <fill>
2041
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2042
+ </fill>
2043
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2044
+ </icon>
2045
+ <icon width="23" height="23" topLeftX="57" topLeftY="282" iconType="iconpark/Character/check-one.svg">
2046
+ <fill>
2047
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2048
+ </fill>
2049
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2050
+ </icon>
2051
+ <icon width="23" height="23" topLeftX="57" topLeftY="393" iconType="iconpark/Character/close-one.svg">
2052
+ <fill>
2053
+ <fillColor color="rgba(255, 227, 227, 1)"/>
2054
+ </fill>
2055
+ <border color="rgba(216, 57, 49, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2056
+ </icon>
2057
+ <icon width="23" height="23" topLeftX="57" topLeftY="430" iconType="iconpark/Character/close-one.svg">
2058
+ <fill>
2059
+ <fillColor color="rgba(255, 227, 227, 1)"/>
2060
+ </fill>
2061
+ <border color="rgba(216, 57, 49, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2062
+ </icon>
2063
+ <shape width="205" height="18" topLeftX="92" topLeftY="321" type="text">
2064
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2065
+ <p textAlign="left">
2066
+ <span fontSize="12">描述信息描述信息描述信息</span>
2067
+ </p>
2068
+ </content>
2069
+ </shape>
2070
+ <shape width="205" height="18" topLeftX="92" topLeftY="358" type="text">
2071
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2072
+ <p textAlign="left">描述信息描述信息描述信息</p>
2073
+ </content>
2074
+ </shape>
2075
+ <shape width="205" height="18" topLeftX="92" topLeftY="395" type="text">
2076
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2077
+ <p textAlign="left">描述信息描述信息描述信息</p>
2078
+ </content>
2079
+ </shape>
2080
+ <shape width="205" height="18" topLeftX="92" topLeftY="433" type="text">
2081
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2082
+ <p textAlign="left">描述信息描述信息描述信息</p>
2083
+ </content>
2084
+ </shape>
2085
+ <shape width="46" height="46" topLeftX="251" topLeftY="121" alpha="0.3" type="ellipse">
2086
+ <fill>
2087
+ <fillColor color="linear-gradient(135deg,rgba(102, 51, 231, 1) 0%,rgba(145, 122, 215, 1) 100%)"/>
2088
+ </fill>
2089
+ </shape>
2090
+ <shape width="32" height="32" topLeftX="258" topLeftY="129" alpha="0.3" type="ellipse">
2091
+ <fill>
2092
+ <fillColor color="linear-gradient(135deg,rgba(102, 51, 231, 1) 0%,rgba(145, 122, 215, 1) 100%)"/>
2093
+ </fill>
2094
+ </shape>
2095
+ <icon width="16" height="16" topLeftX="266" topLeftY="138" iconType="iconpark/Game/trophy.svg">
2096
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2097
+ </icon>
2098
+ <shape width="238" height="21" topLeftX="664" topLeftY="123" type="text">
2099
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="true" textAlign="left">
2100
+ <p textAlign="left">
2101
+ <strong>专业版价格</strong>
2102
+ </p>
2103
+ </content>
2104
+ </shape>
2105
+ <shape width="205" height="18" topLeftX="697" topLeftY="210" type="text">
2106
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2107
+ <p textAlign="left">
2108
+ <span fontSize="12">描述信息描述信息描述信息</span>
2109
+ </p>
2110
+ </content>
2111
+ </shape>
2112
+ <shape width="238" height="36" topLeftX="664" topLeftY="151" type="text">
2113
+ <content fontSize="24" fontFamily="思源黑体" color="linear-gradient(135deg,rgba(193, 208, 250, 1) 0%,rgba(133, 167, 255, 1) 54%,rgba(166, 68, 255, 1) 100%)" bold="true" textAlign="left">
2114
+ <p textAlign="left">
2115
+ <strong>
2116
+ <span color="linear-gradient(135deg,rgba(193, 208, 250, 1) 0%,rgba(133, 167, 255, 1) 54%,rgba(166, 68, 255, 1) 100%)" fontSize="24">20,888</span>
2117
+ </strong>
2118
+ </p>
2119
+ </content>
2120
+ </shape>
2121
+ <shape width="205" height="18" topLeftX="697" topLeftY="247" type="text">
2122
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2123
+ <p textAlign="left">描述信息描述信息描述信息</p>
2124
+ </content>
2125
+ </shape>
2126
+ <shape width="205" height="18" topLeftX="697" topLeftY="284" type="text">
2127
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2128
+ <p textAlign="left">描述信息描述信息描述信息</p>
2129
+ </content>
2130
+ </shape>
2131
+ <icon width="23" height="23" topLeftX="663" topLeftY="207" iconType="iconpark/Character/check-one.svg">
2132
+ <fill>
2133
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2134
+ </fill>
2135
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2136
+ </icon>
2137
+ <icon width="23" height="23" topLeftX="663" topLeftY="245" iconType="iconpark/Character/check-one.svg">
2138
+ <fill>
2139
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2140
+ </fill>
2141
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2142
+ </icon>
2143
+ <icon width="23" height="23" topLeftX="663" topLeftY="282" iconType="iconpark/Character/check-one.svg">
2144
+ <fill>
2145
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2146
+ </fill>
2147
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2148
+ </icon>
2149
+ <shape width="205" height="18" topLeftX="697" topLeftY="321" type="text">
2150
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2151
+ <p textAlign="left">
2152
+ <span fontSize="12">描述信息描述信息描述信息</span>
2153
+ </p>
2154
+ </content>
2155
+ </shape>
2156
+ <shape width="205" height="18" topLeftX="697" topLeftY="358" type="text">
2157
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2158
+ <p textAlign="left">描述信息描述信息描述信息</p>
2159
+ </content>
2160
+ </shape>
2161
+ <shape width="205" height="18" topLeftX="697" topLeftY="395" type="text">
2162
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2163
+ <p textAlign="left">描述信息描述信息描述信息</p>
2164
+ </content>
2165
+ </shape>
2166
+ <shape width="205" height="18" topLeftX="697" topLeftY="433" type="text">
2167
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2168
+ <p textAlign="left">描述信息描述信息描述信息</p>
2169
+ </content>
2170
+ </shape>
2171
+ <shape width="46" height="46" topLeftX="856" topLeftY="121" alpha="0.3" type="ellipse">
2172
+ <fill>
2173
+ <fillColor color="linear-gradient(135deg,rgba(102, 51, 231, 1) 0%,rgba(145, 122, 215, 1) 100%)"/>
2174
+ </fill>
2175
+ </shape>
2176
+ <shape width="32" height="32" topLeftX="863" topLeftY="129" alpha="0.3" type="ellipse">
2177
+ <fill>
2178
+ <fillColor color="linear-gradient(135deg,rgba(102, 51, 231, 1) 0%,rgba(145, 122, 215, 1) 100%)"/>
2179
+ </fill>
2180
+ </shape>
2181
+ <icon width="16" height="16" topLeftX="871" topLeftY="138" iconType="iconpark/Game/trophy.svg">
2182
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2183
+ </icon>
2184
+ <icon width="23" height="23" topLeftX="359" topLeftY="316" iconType="iconpark/Character/check-one.svg">
2185
+ <fill>
2186
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2187
+ </fill>
2188
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2189
+ </icon>
2190
+ <icon width="23" height="23" topLeftX="359" topLeftY="355" iconType="iconpark/Character/check-one.svg">
2191
+ <fill>
2192
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2193
+ </fill>
2194
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2195
+ </icon>
2196
+ <icon width="23" height="23" topLeftX="663" topLeftY="319" iconType="iconpark/Character/check-one.svg">
2197
+ <fill>
2198
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2199
+ </fill>
2200
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2201
+ </icon>
2202
+ <icon width="23" height="23" topLeftX="663" topLeftY="356" iconType="iconpark/Character/check-one.svg">
2203
+ <fill>
2204
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2205
+ </fill>
2206
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2207
+ </icon>
2208
+ <icon width="23" height="23" topLeftX="663" topLeftY="393" iconType="iconpark/Character/check-one.svg">
2209
+ <fill>
2210
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2211
+ </fill>
2212
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2213
+ </icon>
2214
+ <icon width="23" height="23" topLeftX="663" topLeftY="430" iconType="iconpark/Character/check-one.svg">
2215
+ <fill>
2216
+ <fillColor color="rgba(255, 255, 255, 1)"/>
2217
+ </fill>
2218
+ <border color="rgba(46, 161, 33, 1)" width="1" lineJoin="miter" miterLimit="10"/>
2219
+ </icon>
2220
+ </data>
2221
+ <note>
2222
+ <content/>
2223
+ </note>
2224
+ </slide>
2225
+ <slide>
2226
+ <style>
2227
+ <fill>
2228
+ <fillImg src="EHSwbpJS0o0vOZxVKxTcc5yqnyd" alpha="1" rotateWithShape="false"/>
2229
+ </fill>
2230
+ </style>
2231
+ <data>
2232
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
2233
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
2234
+ <p lineSpacing="multiple:1">
2235
+ <strong>
2236
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
2237
+ </strong>
2238
+ </p>
2239
+ </content>
2240
+ </shape>
2241
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
2242
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
2243
+ </icon>
2244
+ <shape width="653" height="42" topLeftX="42" topLeftY="17" type="text">
2245
+ <content textType="sub-headline" fontSize="28" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
2246
+ <p>客户评价</p>
2247
+ </content>
2248
+ </shape>
2249
+ <shape width="419" height="175" topLeftX="42" topLeftY="98" presetHandlers="8" type="round-rect">
2250
+ <fill>
2251
+ <fillColor color="linear-gradient(135deg,rgba(92, 135, 245, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
2252
+ </fill>
2253
+ <border color="rgba(255, 255, 255, 0.3)" width="1" lineJoin="miter" miterLimit="10"/>
2254
+ <shadow/>
2255
+ </shape>
2256
+ <shape width="72" height="21" topLeftX="106" topLeftY="213" type="text">
2257
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2258
+ <p textAlign="left">姓名</p>
2259
+ </content>
2260
+ </shape>
2261
+ <shape width="72" height="18" topLeftX="106" topLeftY="232" type="text">
2262
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2263
+ <p textAlign="left">
2264
+ <span fontSize="12">Title</span>
2265
+ </p>
2266
+ </content>
2267
+ </shape>
2268
+ <img src="AxddbMhlFoFVBrxBsi9cQfx1nTd" width="32" height="32" topLeftX="66" topLeftY="216">
2269
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="216"/>
2270
+ </img>
2271
+ <shape width="72" height="18" topLeftX="378" topLeftY="223" type="text">
2272
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
2273
+ <p lineSpacing="multiple:1">
2274
+ <strong>
2275
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
2276
+ </strong>
2277
+ </p>
2278
+ </content>
2279
+ </shape>
2280
+ <icon width="23" height="23" topLeftX="349" topLeftY="221" iconType="iconpark/Abstract/api-app.svg">
2281
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
2282
+ </icon>
2283
+ <shape width="32" height="54" topLeftX="50" topLeftY="105" alpha="0.25" type="text">
2284
+ <content textType="title" fontSize="54" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="left">
2285
+ <p textAlign="left">
2286
+ <span color="rgba(255, 255, 255, 1)" fontSize="54" fontFamily="Arial">“</span>
2287
+ </p>
2288
+ </content>
2289
+ </shape>
2290
+ <shape width="371" height="63" topLeftX="66" topLeftY="125" type="text">
2291
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
2292
+ <p>输入相关的描述信息描述客户评价,输入相关的描述信息描述客户评价,输入相关的描述信息描述客户评价,输入相关的描述信息描述客户评价</p>
2293
+ </content>
2294
+ </shape>
2295
+ <shape width="419" height="175" topLeftX="496" topLeftY="98" presetHandlers="8" type="round-rect">
2296
+ <fill>
2297
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
2298
+ </fill>
2299
+ <border color="rgba(255, 255, 255, 0.3)" width="1" lineJoin="miter" miterLimit="10"/>
2300
+ <shadow/>
2301
+ </shape>
2302
+ <shape width="72" height="21" topLeftX="560" topLeftY="213" type="text">
2303
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2304
+ <p textAlign="left">姓名</p>
2305
+ </content>
2306
+ </shape>
2307
+ <shape width="72" height="18" topLeftX="560" topLeftY="232" type="text">
2308
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2309
+ <p textAlign="left">
2310
+ <span fontSize="12">Title</span>
2311
+ </p>
2312
+ </content>
2313
+ </shape>
2314
+ <img src="AxddbMhlFoFVBrxBsi9cQfx1nTd" width="32" height="32" topLeftX="520" topLeftY="216">
2315
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="216"/>
2316
+ </img>
2317
+ <shape width="72" height="18" topLeftX="832" topLeftY="223" type="text">
2318
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
2319
+ <p lineSpacing="multiple:1">
2320
+ <strong>
2321
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
2322
+ </strong>
2323
+ </p>
2324
+ </content>
2325
+ </shape>
2326
+ <icon width="23" height="23" topLeftX="803" topLeftY="221" iconType="iconpark/Abstract/api-app.svg">
2327
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
2328
+ </icon>
2329
+ <shape width="32" height="54" topLeftX="504" topLeftY="105" alpha="0.25" type="text">
2330
+ <content textType="title" fontSize="54" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="left">
2331
+ <p textAlign="left">
2332
+ <span color="rgba(255, 255, 255, 1)" fontSize="54" fontFamily="Arial">“</span>
2333
+ </p>
2334
+ </content>
2335
+ </shape>
2336
+ <shape width="371" height="63" topLeftX="520" topLeftY="125" type="text">
2337
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
2338
+ <p>输入相关的描述信息描述客户评价,输入相关的描述信息描述客户评价,输入相关的描述信息描述客户评价,输入相关的描述信息描述客户评价</p>
2339
+ </content>
2340
+ </shape>
2341
+ <shape width="419" height="175" topLeftX="42" topLeftY="314" presetHandlers="8" type="round-rect">
2342
+ <fill>
2343
+ <fillColor color="linear-gradient(135deg,rgba(231, 151, 30, 1) 0%,rgba(232, 81, 49, 1) 63%,rgba(240, 193, 123, 1) 100%)"/>
2344
+ </fill>
2345
+ <border color="rgba(255, 255, 255, 0.3)" width="1" lineJoin="miter" miterLimit="10"/>
2346
+ <shadow/>
2347
+ </shape>
2348
+ <shape width="72" height="21" topLeftX="106" topLeftY="430" type="text">
2349
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2350
+ <p textAlign="left">姓名</p>
2351
+ </content>
2352
+ </shape>
2353
+ <shape width="72" height="18" topLeftX="106" topLeftY="449" type="text">
2354
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2355
+ <p textAlign="left">
2356
+ <span fontSize="12">Title</span>
2357
+ </p>
2358
+ </content>
2359
+ </shape>
2360
+ <img src="AxddbMhlFoFVBrxBsi9cQfx1nTd" width="32" height="32" topLeftX="66" topLeftY="433">
2361
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="216"/>
2362
+ </img>
2363
+ <shape width="72" height="18" topLeftX="378" topLeftY="440" type="text">
2364
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
2365
+ <p lineSpacing="multiple:1">
2366
+ <strong>
2367
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
2368
+ </strong>
2369
+ </p>
2370
+ </content>
2371
+ </shape>
2372
+ <icon width="23" height="23" topLeftX="349" topLeftY="438" iconType="iconpark/Abstract/api-app.svg">
2373
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
2374
+ </icon>
2375
+ <shape width="32" height="54" topLeftX="50" topLeftY="322" alpha="0.25" type="text">
2376
+ <content textType="title" fontSize="54" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="left">
2377
+ <p textAlign="left">
2378
+ <span color="rgba(255, 255, 255, 1)" fontSize="54" fontFamily="Arial">“</span>
2379
+ </p>
2380
+ </content>
2381
+ </shape>
2382
+ <shape width="371" height="63" topLeftX="66" topLeftY="341" type="text">
2383
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
2384
+ <p>输入相关的描述信息描述客户评价,输入相关的描述信息描述客户评价,输入相关的描述信息描述客户评价,输入相关的描述信息描述客户评价</p>
2385
+ </content>
2386
+ </shape>
2387
+ <shape width="419" height="175" topLeftX="496" topLeftY="314" presetHandlers="8" type="round-rect">
2388
+ <fill>
2389
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 1) 0%,rgba(66, 62, 237, 1) 66%,rgba(56, 137, 234, 1) 100%)"/>
2390
+ </fill>
2391
+ <border color="rgba(255, 255, 255, 0.3)" width="1" lineJoin="miter" miterLimit="10"/>
2392
+ <shadow/>
2393
+ </shape>
2394
+ <shape width="72" height="21" topLeftX="560" topLeftY="430" type="text">
2395
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2396
+ <p textAlign="left">姓名</p>
2397
+ </content>
2398
+ </shape>
2399
+ <shape width="72" height="18" topLeftX="560" topLeftY="449" type="text">
2400
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2401
+ <p textAlign="left">
2402
+ <span fontSize="12">Title</span>
2403
+ </p>
2404
+ </content>
2405
+ </shape>
2406
+ <img src="AxddbMhlFoFVBrxBsi9cQfx1nTd" width="32" height="32" topLeftX="520" topLeftY="433">
2407
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="216"/>
2408
+ </img>
2409
+ <shape width="72" height="18" topLeftX="832" topLeftY="440" type="text">
2410
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
2411
+ <p lineSpacing="multiple:1">
2412
+ <strong>
2413
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
2414
+ </strong>
2415
+ </p>
2416
+ </content>
2417
+ </shape>
2418
+ <icon width="23" height="23" topLeftX="803" topLeftY="438" iconType="iconpark/Abstract/api-app.svg">
2419
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
2420
+ </icon>
2421
+ <shape width="32" height="54" topLeftX="504" topLeftY="322" alpha="0.25" type="text">
2422
+ <content textType="title" fontSize="54" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="left">
2423
+ <p textAlign="left">
2424
+ <span color="rgba(255, 255, 255, 1)" fontSize="54" fontFamily="Arial">“</span>
2425
+ </p>
2426
+ </content>
2427
+ </shape>
2428
+ <shape width="371" height="63" topLeftX="520" topLeftY="341" type="text">
2429
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
2430
+ <p>输入相关的描述信息描述客户评价,输入相关的描述信息描述客户评价,输入相关的描述信息描述客户评价,输入相关的描述信息描述客户评价</p>
2431
+ </content>
2432
+ </shape>
2433
+ </data>
2434
+ <note>
2435
+ <content/>
2436
+ </note>
2437
+ </slide>
2438
+ <slide>
2439
+ <style>
2440
+ <fill>
2441
+ <fillImg src="XZAxbIhLsok8UFxXIsvcb8r7nad" alpha="1" rotateWithShape="false"/>
2442
+ </fill>
2443
+ </style>
2444
+ <data>
2445
+ <shape width="100" height="34" topLeftX="480" topLeftY="351" presetHandlers="8" type="round-rect">
2446
+ <fill>
2447
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 1) 0%,rgba(66, 62, 237, 1) 66%,rgba(56, 137, 234, 1) 100%)"/>
2448
+ </fill>
2449
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)">
2450
+ <p>
2451
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">查看详情</span>
2452
+ </p>
2453
+ </content>
2454
+ </shape>
2455
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
2456
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
2457
+ <p lineSpacing="multiple:1">
2458
+ <strong>
2459
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
2460
+ </strong>
2461
+ </p>
2462
+ </content>
2463
+ </shape>
2464
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
2465
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
2466
+ </icon>
2467
+ <img src="Ywdkb7xP8oZYI5xjy9lcnAaMn63" width="328" height="368" topLeftX="83" topLeftY="87" exposure="14" contrast="-5" saturation="11" temperature="-26">
2468
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="108" bottomOffset="108" presetHandlers="8"/>
2469
+ </img>
2470
+ <shape width="431" height="42" topLeftX="480" topLeftY="270" type="text">
2471
+ <content textType="title" fontSize="14" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="false">
2472
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
2473
+ </content>
2474
+ </shape>
2475
+ <shape width="431" height="40" topLeftX="480" topLeftY="202" type="text">
2476
+ <content textType="title" fontSize="40" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
2477
+ <p>未来展望</p>
2478
+ </content>
2479
+ </shape>
2480
+ <shape width="431" height="54" topLeftX="480" topLeftY="145" type="text">
2481
+ <content textType="title" fontSize="54" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
2482
+ <p textAlign="left">PART 4</p>
2483
+ </content>
2484
+ </shape>
2485
+ </data>
2486
+ <note>
2487
+ <content/>
2488
+ </note>
2489
+ </slide>
2490
+ <slide>
2491
+ <style>
2492
+ <fill>
2493
+ <fillImg src="EHSwbpJS0o0vOZxVKxTcc5yqnyd" alpha="1" rotateWithShape="false"/>
2494
+ </fill>
2495
+ </style>
2496
+ <data>
2497
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
2498
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
2499
+ <p lineSpacing="multiple:1">
2500
+ <strong>
2501
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
2502
+ </strong>
2503
+ </p>
2504
+ </content>
2505
+ </shape>
2506
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
2507
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
2508
+ </icon>
2509
+ <shape width="653" height="42" topLeftX="42" topLeftY="17" type="text">
2510
+ <content textType="sub-headline" fontSize="28" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
2511
+ <p>产品布局</p>
2512
+ </content>
2513
+ </shape>
2514
+ <img src="IqXXbL1bJoyXO2xZnLgcAQYSn7d" width="768" height="375" topLeftX="96" topLeftY="82">
2515
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2516
+ </img>
2517
+ <shape width="180" height="80" topLeftX="73" topLeftY="192" presetHandlers="8" type="round-rect">
2518
+ <fill>
2519
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
2520
+ </fill>
2521
+ <border color="rgba(255, 255, 255, 0.3)" width="1" lineJoin="miter" miterLimit="10"/>
2522
+ <shadow/>
2523
+ </shape>
2524
+ <shape width="161" height="54" topLeftX="83" topLeftY="205" type="text">
2525
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
2526
+ <p>
2527
+ <span fontSize="12">输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</span>
2528
+ </p>
2529
+ </content>
2530
+ </shape>
2531
+ <shape width="180" height="80" topLeftX="253" topLeftY="394" presetHandlers="8" type="round-rect">
2532
+ <fill>
2533
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
2534
+ </fill>
2535
+ <border color="rgba(255, 255, 255, 0.3)" width="1" lineJoin="miter" miterLimit="10"/>
2536
+ <shadow/>
2537
+ </shape>
2538
+ <shape width="161" height="54" topLeftX="263" topLeftY="407" type="text">
2539
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
2540
+ <p>
2541
+ <span fontSize="12">输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</span>
2542
+ </p>
2543
+ </content>
2544
+ </shape>
2545
+ <shape width="180" height="80" topLeftX="419" topLeftY="63" presetHandlers="8" type="round-rect">
2546
+ <fill>
2547
+ <fillColor color="linear-gradient(135deg,rgba(231, 151, 30, 1) 0%,rgba(232, 81, 49, 1) 63%,rgba(240, 193, 123, 1) 100%)"/>
2548
+ </fill>
2549
+ <border color="rgba(255, 255, 255, 0.3)" width="1" lineJoin="miter" miterLimit="10"/>
2550
+ <shadow/>
2551
+ </shape>
2552
+ <shape width="161" height="54" topLeftX="428" topLeftY="76" type="text">
2553
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
2554
+ <p>
2555
+ <span fontSize="12">输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</span>
2556
+ </p>
2557
+ </content>
2558
+ </shape>
2559
+ <shape width="180" height="80" topLeftX="630" topLeftY="304" presetHandlers="8" type="round-rect">
2560
+ <fill>
2561
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 1) 0%,rgba(66, 62, 237, 1) 66%,rgba(56, 137, 234, 1) 100%)"/>
2562
+ </fill>
2563
+ <border color="rgba(255, 255, 255, 0.3)" width="1" lineJoin="miter" miterLimit="10"/>
2564
+ <shadow/>
2565
+ </shape>
2566
+ <shape width="161" height="54" topLeftX="639" topLeftY="317" type="text">
2567
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
2568
+ <p>
2569
+ <span fontSize="12">输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</span>
2570
+ </p>
2571
+ </content>
2572
+ </shape>
2573
+ <shape width="179" height="155" topLeftX="35" topLeftY="348" presetHandlers="8" alpha="0.5" type="round-rect">
2574
+ <fill>
2575
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 0.1) 0%,rgba(74, 60, 243, 0.1) 100%)"/>
2576
+ </fill>
2577
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
2578
+ </shape>
2579
+ <shape width="155" height="21" topLeftX="45" topLeftY="363" type="text">
2580
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="true">
2581
+ <p>
2582
+ <strong>说明</strong>
2583
+ </p>
2584
+ </content>
2585
+ </shape>
2586
+ <shape width="139" height="18" topLeftX="65" topLeftY="390" type="text">
2587
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2588
+ <p textAlign="left">
2589
+ <span fontSize="12">输入相关的描述信息</span>
2590
+ </p>
2591
+ </content>
2592
+ </shape>
2593
+ <shape width="10" height="10" topLeftX="46" topLeftY="394" type="ellipse">
2594
+ <fill>
2595
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
2596
+ </fill>
2597
+ </shape>
2598
+ <shape width="139" height="18" topLeftX="65" topLeftY="415" type="text">
2599
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2600
+ <p textAlign="left">
2601
+ <span fontSize="12">输入相关的描述信息</span>
2602
+ </p>
2603
+ </content>
2604
+ </shape>
2605
+ <shape width="10" height="10" topLeftX="46" topLeftY="419" type="ellipse">
2606
+ <fill>
2607
+ <fillColor color="linear-gradient(135deg,rgba(231, 151, 30, 1) 0%,rgba(232, 81, 49, 1) 63%,rgba(240, 193, 123, 1) 100%)"/>
2608
+ </fill>
2609
+ </shape>
2610
+ <shape width="139" height="18" topLeftX="65" topLeftY="440" type="text">
2611
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2612
+ <p textAlign="left">
2613
+ <span fontSize="12">输入相关的描述信息</span>
2614
+ </p>
2615
+ </content>
2616
+ </shape>
2617
+ <shape width="10" height="10" topLeftX="46" topLeftY="444" type="ellipse">
2618
+ <fill>
2619
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
2620
+ </fill>
2621
+ </shape>
2622
+ <shape width="139" height="18" topLeftX="65" topLeftY="465" type="text">
2623
+ <content fontSize="12" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" textAlign="left">
2624
+ <p textAlign="left">
2625
+ <span fontSize="12">输入相关的描述信息</span>
2626
+ </p>
2627
+ </content>
2628
+ </shape>
2629
+ <shape width="10" height="10" topLeftX="46" topLeftY="469" type="ellipse">
2630
+ <fill>
2631
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 1) 0%,rgba(66, 62, 237, 1) 66%,rgba(56, 137, 234, 1) 100%)"/>
2632
+ </fill>
2633
+ </shape>
2634
+ <shape width="10" height="10" topLeftX="163" topLeftY="170" type="ellipse">
2635
+ <fill>
2636
+ <fillColor color="linear-gradient(135deg,rgba(14, 198, 215, 1) 0%,rgba(0, 137, 181, 1) 63%,rgba(17, 198, 154, 1) 100%)"/>
2637
+ </fill>
2638
+ </shape>
2639
+ <shape width="10" height="10" topLeftX="516" topLeftY="149" type="ellipse">
2640
+ <fill>
2641
+ <fillColor color="linear-gradient(135deg,rgba(231, 151, 30, 1) 0%,rgba(232, 81, 49, 1) 63%,rgba(240, 193, 123, 1) 100%)"/>
2642
+ </fill>
2643
+ </shape>
2644
+ <shape width="10" height="10" topLeftX="338" topLeftY="371" type="ellipse">
2645
+ <fill>
2646
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
2647
+ </fill>
2648
+ </shape>
2649
+ <shape width="10" height="10" topLeftX="674" topLeftY="272" type="ellipse">
2650
+ <fill>
2651
+ <fillColor color="linear-gradient(135deg,rgba(55, 182, 207, 1) 0%,rgba(66, 62, 237, 1) 66%,rgba(56, 137, 234, 1) 100%)"/>
2652
+ </fill>
2653
+ </shape>
2654
+ </data>
2655
+ <note>
2656
+ <content/>
2657
+ </note>
2658
+ </slide>
2659
+ <slide>
2660
+ <style>
2661
+ <fill>
2662
+ <fillImg src="L76CbnVyxo5C2yxuas1csfaqn1c" alpha="1" rotateWithShape="false"/>
2663
+ </fill>
2664
+ </style>
2665
+ <data>
2666
+ <img src="GhNsbFJ2toyerNx34evcOKrDnkd" width="768" height="375" topLeftX="96" topLeftY="82" alpha="0.5">
2667
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2668
+ </img>
2669
+ <shape width="72" height="18" topLeftX="869" topLeftY="26" type="text">
2670
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
2671
+ <p lineSpacing="multiple:1">
2672
+ <strong>
2673
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
2674
+ </strong>
2675
+ </p>
2676
+ </content>
2677
+ </shape>
2678
+ <icon width="23" height="23" topLeftX="840" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
2679
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
2680
+ </icon>
2681
+ <shape width="653" height="42" topLeftX="42" topLeftY="17" type="text">
2682
+ <content textType="sub-headline" fontSize="28" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true">
2683
+ <p>未来展望</p>
2684
+ </content>
2685
+ </shape>
2686
+ <shape width="885" height="269" topLeftX="38" topLeftY="234" presetHandlers="8" type="round-rect">
2687
+ <fill>
2688
+ <fillColor color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)"/>
2689
+ </fill>
2690
+ <border color="linear-gradient(135deg,rgba(116, 154, 253, 1) 0%,rgba(80, 86, 231, 1) 55%,rgba(153, 55, 242, 1) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
2691
+ <shadow/>
2692
+ </shape>
2693
+ <shape width="204" height="54" topLeftX="38" topLeftY="105" type="text">
2694
+ <content textType="title" fontSize="54" fontFamily="Arial" color="linear-gradient(135deg,rgba(0, 209, 240, 1) 0%,rgba(95, 173, 243, 1) 55%,rgba(147, 151, 244, 1) 100%)" bold="true" lineSpacing="multiple:1" textAlign="left">
2695
+ <p textAlign="left">
2696
+ <span color="linear-gradient(135deg,rgba(0, 209, 240, 1) 0%,rgba(95, 173, 243, 1) 55%,rgba(147, 151, 244, 1) 100%)" fontSize="54" fontFamily="Arial">19,810</span>
2697
+ </p>
2698
+ </content>
2699
+ </shape>
2700
+ <shape width="653" height="84" topLeftX="269" topLeftY="110" type="text">
2701
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)">
2702
+ <p>输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题,输入相关的描述信息描述上述标题</p>
2703
+ </content>
2704
+ </shape>
2705
+ <shape width="200" height="30" topLeftX="42" topLeftY="169" type="text">
2706
+ <content fontSize="20" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="true">
2707
+ <p>
2708
+ <strong>
2709
+ <span fontSize="20">数据描述</span>
2710
+ </strong>
2711
+ </p>
2712
+ </content>
2713
+ </shape>
2714
+ <shape width="830" height="48" topLeftX="65" topLeftY="273" presetHandlers="8" alpha="0.3" type="round-rect">
2715
+ <fill>
2716
+ <fillColor color="rgba(23, 29, 99, 1)"/>
2717
+ </fill>
2718
+ </shape>
2719
+ <shape width="245" height="21" topLeftX="92" topLeftY="286" type="text">
2720
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="true" textAlign="center">
2721
+ <p textAlign="center">
2722
+ <strong>标题</strong>
2723
+ </p>
2724
+ </content>
2725
+ </shape>
2726
+ <shape width="245" height="21" topLeftX="355" topLeftY="286" type="text">
2727
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="true" textAlign="center">
2728
+ <p textAlign="center">
2729
+ <strong>标题</strong>
2730
+ </p>
2731
+ </content>
2732
+ </shape>
2733
+ <shape width="245" height="21" topLeftX="619" topLeftY="286" type="text">
2734
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="true" textAlign="center">
2735
+ <p textAlign="center">
2736
+ <strong>标题</strong>
2737
+ </p>
2738
+ </content>
2739
+ </shape>
2740
+ <shape width="245" height="21" topLeftX="92" topLeftY="336" type="text">
2741
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false" textAlign="center">
2742
+ <p textAlign="center">
2743
+ <span bold="false">描述信息</span>
2744
+ </p>
2745
+ </content>
2746
+ </shape>
2747
+ <shape width="245" height="21" topLeftX="355" topLeftY="336" type="text">
2748
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false" textAlign="center">
2749
+ <p textAlign="center">描述信息</p>
2750
+ </content>
2751
+ </shape>
2752
+ <shape width="245" height="21" topLeftX="619" topLeftY="336" type="text">
2753
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false" textAlign="center">
2754
+ <p textAlign="center">描述信息</p>
2755
+ </content>
2756
+ </shape>
2757
+ <shape width="245" height="21" topLeftX="92" topLeftY="388" type="text">
2758
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false" textAlign="center">
2759
+ <p textAlign="center">
2760
+ <span bold="false">描述信息</span>
2761
+ </p>
2762
+ </content>
2763
+ </shape>
2764
+ <shape width="245" height="21" topLeftX="355" topLeftY="388" type="text">
2765
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false" textAlign="center">
2766
+ <p textAlign="center">描述信息</p>
2767
+ </content>
2768
+ </shape>
2769
+ <shape width="245" height="21" topLeftX="619" topLeftY="388" type="text">
2770
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false" textAlign="center">
2771
+ <p textAlign="center">描述信息</p>
2772
+ </content>
2773
+ </shape>
2774
+ <shape width="245" height="21" topLeftX="92" topLeftY="440" type="text">
2775
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false" textAlign="center">
2776
+ <p textAlign="center">
2777
+ <span bold="false">描述信息</span>
2778
+ </p>
2779
+ </content>
2780
+ </shape>
2781
+ <shape width="245" height="21" topLeftX="355" topLeftY="440" type="text">
2782
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false" textAlign="center">
2783
+ <p textAlign="center">描述信息</p>
2784
+ </content>
2785
+ </shape>
2786
+ <shape width="245" height="21" topLeftX="619" topLeftY="440" type="text">
2787
+ <content fontSize="14" fontFamily="思源黑体" color="rgba(222, 224, 227, 1)" bold="false" textAlign="center">
2788
+ <p textAlign="center">描述信息</p>
2789
+ </content>
2790
+ </shape>
2791
+ <shape width="830" height="48" topLeftX="65" topLeftY="374" presetHandlers="8" alpha="0.1" type="round-rect">
2792
+ <fill>
2793
+ <fillColor color="rgba(23, 29, 99, 1)"/>
2794
+ </fill>
2795
+ </shape>
2796
+ </data>
2797
+ <note>
2798
+ <content/>
2799
+ </note>
2800
+ </slide>
2801
+ <slide>
2802
+ <style>
2803
+ <fill>
2804
+ <fillImg src="KYXNb7bSmoFNDvxOgNvcycZJnBf" alpha="1" rotateWithShape="false"/>
2805
+ </fill>
2806
+ </style>
2807
+ <data>
2808
+ <img src="FyQzbLdIRokiRZxiHdVcsbCcnog" width="1088" height="369" topLeftX="-59" topLeftY="85" rotation="180" alpha="0.8">
2809
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
2810
+ </img>
2811
+ <shape width="72" height="18" topLeftX="64" topLeftY="26" type="text">
2812
+ <content fontSize="18" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
2813
+ <p lineSpacing="multiple:1">
2814
+ <strong>
2815
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Arial">LOGO</span>
2816
+ </strong>
2817
+ </p>
2818
+ </content>
2819
+ </shape>
2820
+ <icon width="23" height="23" topLeftX="36" topLeftY="24" iconType="iconpark/Abstract/api-app.svg">
2821
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
2822
+ </icon>
2823
+ <shape width="842" height="42" topLeftX="64" topLeftY="270" type="text">
2824
+ <content textType="title" fontSize="28" fontFamily="Arial" color="rgba(255, 255, 255, 1)" bold="true" italic="true" textAlign="center">
2825
+ <p textAlign="center">The Future is Here. Thank you for Watching</p>
2826
+ </content>
2827
+ </shape>
2828
+ <shape width="842" height="90" topLeftX="64" topLeftY="177" type="text">
2829
+ <content textType="title" fontSize="60" fontFamily="思源黑体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
2830
+ <p textAlign="center">未来已至 感谢观看</p>
2831
+ </content>
2832
+ </shape>
2833
+ </data>
2834
+ <note>
2835
+ <content/>
2836
+ </note>
2837
+ </slide>
2838
+ </presentation>