@wagemule/daemon 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (341) hide show
  1. package/README.md +9 -1
  2. package/dist/main.cjs +246 -42
  3. package/dist/main.cjs.map +3 -3
  4. package/dist/skills/larksuite/lark-approval/SKILL.md +56 -0
  5. package/dist/skills/larksuite/lark-attendance/SKILL.md +57 -0
  6. package/dist/skills/larksuite/lark-base/SKILL.md +349 -0
  7. package/dist/skills/larksuite/lark-base/references/dashboard-block-data-config.md +350 -0
  8. package/dist/skills/larksuite/lark-base/references/examples.md +140 -0
  9. package/dist/skills/larksuite/lark-base/references/formula-field-guide.md +735 -0
  10. package/dist/skills/larksuite/lark-base/references/lark-base-advperm-disable.md +83 -0
  11. package/dist/skills/larksuite/lark-base/references/lark-base-advperm-enable.md +80 -0
  12. package/dist/skills/larksuite/lark-base/references/lark-base-base-copy.md +74 -0
  13. package/dist/skills/larksuite/lark-base/references/lark-base-base-create.md +68 -0
  14. package/dist/skills/larksuite/lark-base/references/lark-base-base-get.md +39 -0
  15. package/dist/skills/larksuite/lark-base/references/lark-base-cell-value.md +151 -0
  16. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-arrange.md +83 -0
  17. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-create.md +108 -0
  18. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-delete.md +46 -0
  19. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-get.md +57 -0
  20. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-list.md +53 -0
  21. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-update.md +84 -0
  22. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-create.md +73 -0
  23. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-delete.md +44 -0
  24. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-get.md +59 -0
  25. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-list.md +52 -0
  26. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-update.md +69 -0
  27. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard.md +240 -0
  28. package/dist/skills/larksuite/lark-base/references/lark-base-data-analysis-sop.md +88 -0
  29. package/dist/skills/larksuite/lark-base/references/lark-base-data-query.md +451 -0
  30. package/dist/skills/larksuite/lark-base/references/lark-base-field-create.md +104 -0
  31. package/dist/skills/larksuite/lark-base/references/lark-base-field-delete.md +51 -0
  32. package/dist/skills/larksuite/lark-base/references/lark-base-field-get.md +42 -0
  33. package/dist/skills/larksuite/lark-base/references/lark-base-field-list.md +44 -0
  34. package/dist/skills/larksuite/lark-base/references/lark-base-field-search-options.md +48 -0
  35. package/dist/skills/larksuite/lark-base/references/lark-base-field-update.md +166 -0
  36. package/dist/skills/larksuite/lark-base/references/lark-base-field.md +23 -0
  37. package/dist/skills/larksuite/lark-base/references/lark-base-form-create.md +87 -0
  38. package/dist/skills/larksuite/lark-base/references/lark-base-form-delete.md +64 -0
  39. package/dist/skills/larksuite/lark-base/references/lark-base-form-get.md +68 -0
  40. package/dist/skills/larksuite/lark-base/references/lark-base-form-list.md +73 -0
  41. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-create.md +118 -0
  42. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-delete.md +68 -0
  43. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-list.md +84 -0
  44. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-update.md +92 -0
  45. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions.md +23 -0
  46. package/dist/skills/larksuite/lark-base/references/lark-base-form-update.md +82 -0
  47. package/dist/skills/larksuite/lark-base/references/lark-base-form.md +24 -0
  48. package/dist/skills/larksuite/lark-base/references/lark-base-history.md +16 -0
  49. package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-create.md +58 -0
  50. package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-update.md +53 -0
  51. package/dist/skills/larksuite/lark-base/references/lark-base-record-delete.md +62 -0
  52. package/dist/skills/larksuite/lark-base/references/lark-base-record-history-list.md +86 -0
  53. package/dist/skills/larksuite/lark-base/references/lark-base-record-share-link-create.md +72 -0
  54. package/dist/skills/larksuite/lark-base/references/lark-base-record-upload-attachment.md +50 -0
  55. package/dist/skills/larksuite/lark-base/references/lark-base-record-upsert.md +64 -0
  56. package/dist/skills/larksuite/lark-base/references/lark-base-record.md +29 -0
  57. package/dist/skills/larksuite/lark-base/references/lark-base-role-create.md +89 -0
  58. package/dist/skills/larksuite/lark-base/references/lark-base-role-delete.md +83 -0
  59. package/dist/skills/larksuite/lark-base/references/lark-base-role-get.md +87 -0
  60. package/dist/skills/larksuite/lark-base/references/lark-base-role-list.md +81 -0
  61. package/dist/skills/larksuite/lark-base/references/lark-base-role-update.md +94 -0
  62. package/dist/skills/larksuite/lark-base/references/lark-base-shortcut-field-properties.md +481 -0
  63. package/dist/skills/larksuite/lark-base/references/lark-base-table-create.md +62 -0
  64. package/dist/skills/larksuite/lark-base/references/lark-base-table-delete.md +51 -0
  65. package/dist/skills/larksuite/lark-base/references/lark-base-table-get.md +46 -0
  66. package/dist/skills/larksuite/lark-base/references/lark-base-table-list.md +43 -0
  67. package/dist/skills/larksuite/lark-base/references/lark-base-table-update.md +49 -0
  68. package/dist/skills/larksuite/lark-base/references/lark-base-table.md +20 -0
  69. package/dist/skills/larksuite/lark-base/references/lark-base-view-create.md +50 -0
  70. package/dist/skills/larksuite/lark-base/references/lark-base-view-delete.md +48 -0
  71. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-card.md +38 -0
  72. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-filter.md +38 -0
  73. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-group.md +38 -0
  74. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-sort.md +38 -0
  75. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-timebar.md +38 -0
  76. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-visible-fields.md +28 -0
  77. package/dist/skills/larksuite/lark-base/references/lark-base-view-get.md +38 -0
  78. package/dist/skills/larksuite/lark-base/references/lark-base-view-list.md +44 -0
  79. package/dist/skills/larksuite/lark-base/references/lark-base-view-rename.md +44 -0
  80. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-card.md +55 -0
  81. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-filter.md +181 -0
  82. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-group.md +65 -0
  83. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-sort.md +63 -0
  84. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-timebar.md +51 -0
  85. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-visible-fields.md +46 -0
  86. package/dist/skills/larksuite/lark-base/references/lark-base-view.md +44 -0
  87. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-create.md +180 -0
  88. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-disable.md +94 -0
  89. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-enable.md +94 -0
  90. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-get.md +147 -0
  91. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-guide.md +718 -0
  92. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-list.md +124 -0
  93. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-schema.md +935 -0
  94. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-update.md +167 -0
  95. package/dist/skills/larksuite/lark-base/references/lark-base-workflow.md +23 -0
  96. package/dist/skills/larksuite/lark-base/references/lark-base-workspace.md +18 -0
  97. package/dist/skills/larksuite/lark-base/references/lookup-field-guide.md +510 -0
  98. package/dist/skills/larksuite/lark-base/references/role-config.md +539 -0
  99. package/dist/skills/larksuite/lark-calendar/SKILL.md +154 -0
  100. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-agenda.md +78 -0
  101. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-create.md +109 -0
  102. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-freebusy.md +124 -0
  103. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-room-find.md +113 -0
  104. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-rsvp.md +42 -0
  105. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-schedule-meeting.md +265 -0
  106. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-suggestion.md +125 -0
  107. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-update.md +105 -0
  108. package/dist/skills/larksuite/lark-contact/SKILL.md +45 -0
  109. package/dist/skills/larksuite/lark-contact/references/lark-contact-get-user.md +19 -0
  110. package/dist/skills/larksuite/lark-contact/references/lark-contact-search-user.md +124 -0
  111. package/dist/skills/larksuite/lark-doc/SKILL.md +69 -0
  112. package/dist/skills/larksuite/lark-doc/references/lark-doc-create.md +89 -0
  113. package/dist/skills/larksuite/lark-doc/references/lark-doc-fetch.md +141 -0
  114. package/dist/skills/larksuite/lark-doc/references/lark-doc-md.md +71 -0
  115. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-download.md +50 -0
  116. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-insert.md +114 -0
  117. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-preview.md +41 -0
  118. package/dist/skills/larksuite/lark-doc/references/lark-doc-search.md +217 -0
  119. package/dist/skills/larksuite/lark-doc/references/lark-doc-update.md +252 -0
  120. package/dist/skills/larksuite/lark-doc/references/lark-doc-whiteboard.md +100 -0
  121. package/dist/skills/larksuite/lark-doc/references/lark-doc-xml.md +169 -0
  122. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-create-workflow.md +56 -0
  123. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-style.md +106 -0
  124. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-update-workflow.md +54 -0
  125. package/dist/skills/larksuite/lark-drive/SKILL.md +343 -0
  126. package/dist/skills/larksuite/lark-drive/references/lark-drive-add-comment.md +169 -0
  127. package/dist/skills/larksuite/lark-drive/references/lark-drive-apply-permission.md +77 -0
  128. package/dist/skills/larksuite/lark-drive/references/lark-drive-create-folder.md +73 -0
  129. package/dist/skills/larksuite/lark-drive/references/lark-drive-create-shortcut.md +103 -0
  130. package/dist/skills/larksuite/lark-drive/references/lark-drive-delete.md +79 -0
  131. package/dist/skills/larksuite/lark-drive/references/lark-drive-download.md +31 -0
  132. package/dist/skills/larksuite/lark-drive/references/lark-drive-export-download.md +50 -0
  133. package/dist/skills/larksuite/lark-drive/references/lark-drive-export.md +119 -0
  134. package/dist/skills/larksuite/lark-drive/references/lark-drive-import.md +154 -0
  135. package/dist/skills/larksuite/lark-drive/references/lark-drive-move.md +120 -0
  136. package/dist/skills/larksuite/lark-drive/references/lark-drive-pull.md +137 -0
  137. package/dist/skills/larksuite/lark-drive/references/lark-drive-push.md +162 -0
  138. package/dist/skills/larksuite/lark-drive/references/lark-drive-reactions.md +113 -0
  139. package/dist/skills/larksuite/lark-drive/references/lark-drive-search.md +239 -0
  140. package/dist/skills/larksuite/lark-drive/references/lark-drive-status.md +137 -0
  141. package/dist/skills/larksuite/lark-drive/references/lark-drive-task-result.md +302 -0
  142. package/dist/skills/larksuite/lark-drive/references/lark-drive-upload.md +101 -0
  143. package/dist/skills/larksuite/lark-event/SKILL.md +145 -0
  144. package/dist/skills/larksuite/lark-event/references/lark-event-im.md +86 -0
  145. package/dist/skills/larksuite/lark-im/SKILL.md +162 -0
  146. package/dist/skills/larksuite/lark-im/references/lark-im-chat-create.md +162 -0
  147. package/dist/skills/larksuite/lark-im/references/lark-im-chat-identity.md +55 -0
  148. package/dist/skills/larksuite/lark-im/references/lark-im-chat-list.md +113 -0
  149. package/dist/skills/larksuite/lark-im/references/lark-im-chat-messages-list.md +142 -0
  150. package/dist/skills/larksuite/lark-im/references/lark-im-chat-search.md +136 -0
  151. package/dist/skills/larksuite/lark-im/references/lark-im-chat-update.md +84 -0
  152. package/dist/skills/larksuite/lark-im/references/lark-im-flag-cancel.md +67 -0
  153. package/dist/skills/larksuite/lark-im/references/lark-im-flag-create.md +67 -0
  154. package/dist/skills/larksuite/lark-im/references/lark-im-flag-list.md +100 -0
  155. package/dist/skills/larksuite/lark-im/references/lark-im-messages-mget.md +95 -0
  156. package/dist/skills/larksuite/lark-im/references/lark-im-messages-reply.md +222 -0
  157. package/dist/skills/larksuite/lark-im/references/lark-im-messages-resources-download.md +94 -0
  158. package/dist/skills/larksuite/lark-im/references/lark-im-messages-search.md +217 -0
  159. package/dist/skills/larksuite/lark-im/references/lark-im-messages-send.md +223 -0
  160. package/dist/skills/larksuite/lark-im/references/lark-im-reactions.md +297 -0
  161. package/dist/skills/larksuite/lark-im/references/lark-im-threads-messages-list.md +111 -0
  162. package/dist/skills/larksuite/lark-mail/SKILL.md +648 -0
  163. package/dist/skills/larksuite/lark-mail/references/lark-mail-decline-receipt.md +115 -0
  164. package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-create.md +123 -0
  165. package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-edit.md +400 -0
  166. package/dist/skills/larksuite/lark-mail/references/lark-mail-forward.md +232 -0
  167. package/dist/skills/larksuite/lark-mail/references/lark-mail-message.md +230 -0
  168. package/dist/skills/larksuite/lark-mail/references/lark-mail-messages.md +108 -0
  169. package/dist/skills/larksuite/lark-mail/references/lark-mail-reply-all.md +206 -0
  170. package/dist/skills/larksuite/lark-mail/references/lark-mail-reply.md +242 -0
  171. package/dist/skills/larksuite/lark-mail/references/lark-mail-send-receipt.md +120 -0
  172. package/dist/skills/larksuite/lark-mail/references/lark-mail-send.md +216 -0
  173. package/dist/skills/larksuite/lark-mail/references/lark-mail-share-to-chat.md +87 -0
  174. package/dist/skills/larksuite/lark-mail/references/lark-mail-signature.md +98 -0
  175. package/dist/skills/larksuite/lark-mail/references/lark-mail-template-create.md +129 -0
  176. package/dist/skills/larksuite/lark-mail/references/lark-mail-template-update.md +150 -0
  177. package/dist/skills/larksuite/lark-mail/references/lark-mail-thread.md +111 -0
  178. package/dist/skills/larksuite/lark-mail/references/lark-mail-triage.md +122 -0
  179. package/dist/skills/larksuite/lark-mail/references/lark-mail-watch.md +94 -0
  180. package/dist/skills/larksuite/lark-markdown/SKILL.md +46 -0
  181. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-create.md +86 -0
  182. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-fetch.md +79 -0
  183. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-overwrite.md +85 -0
  184. package/dist/skills/larksuite/lark-minutes/SKILL.md +139 -0
  185. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-download.md +137 -0
  186. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-search.md +206 -0
  187. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-upload.md +104 -0
  188. package/dist/skills/larksuite/lark-okr/SKILL.md +133 -0
  189. package/dist/skills/larksuite/lark-okr/references/lark-okr-contentblock.md +359 -0
  190. package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-detail.md +84 -0
  191. package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-list.md +90 -0
  192. package/dist/skills/larksuite/lark-okr/references/lark-okr-entities.md +329 -0
  193. package/dist/skills/larksuite/lark-okr/references/lark-okr-image-upload.md +116 -0
  194. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-create.md +81 -0
  195. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-delete.md +47 -0
  196. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-get.md +62 -0
  197. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-list.md +80 -0
  198. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-update.md +81 -0
  199. package/dist/skills/larksuite/lark-openapi-explorer/SKILL.md +153 -0
  200. package/dist/skills/larksuite/lark-shared/SKILL.md +138 -0
  201. package/dist/skills/larksuite/lark-sheets/SKILL.md +345 -0
  202. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-data.md +197 -0
  203. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-images.md +59 -0
  204. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-style-and-merge.md +141 -0
  205. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-dropdown.md +133 -0
  206. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-filter-views.md +193 -0
  207. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-float-images.md +125 -0
  208. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-formula.md +88 -0
  209. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-row-column-management.md +151 -0
  210. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-sheet-management.md +164 -0
  211. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-spreadsheet-management.md +134 -0
  212. package/dist/skills/larksuite/lark-skill-maker/SKILL.md +85 -0
  213. package/dist/skills/larksuite/lark-slides/SKILL.md +525 -0
  214. package/dist/skills/larksuite/lark-slides/assets/templates/administration--all_hands_meeting.xml +1999 -0
  215. package/dist/skills/larksuite/lark-slides/assets/templates/administration--annual_gala.xml +1160 -0
  216. package/dist/skills/larksuite/lark-slides/assets/templates/administration--company_intro.xml +1376 -0
  217. package/dist/skills/larksuite/lark-slides/assets/templates/administration--corporate_culture.xml +1765 -0
  218. package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training.xml +912 -0
  219. package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training_workshop.xml +1504 -0
  220. package/dist/skills/larksuite/lark-slides/assets/templates/hr--onboarding.xml +933 -0
  221. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_communication.xml +1367 -0
  222. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_logo_design.xml +1347 -0
  223. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_operations_plan.xml +1309 -0
  224. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--business_plan.xml +1646 -0
  225. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_plan.xml +1469 -0
  226. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_strategy.xml +1484 -0
  227. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--product_whitepaper.xml +1455 -0
  228. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--roadshow_business_plan.xml +1506 -0
  229. package/dist/skills/larksuite/lark-slides/assets/templates/misc--book_sharing.xml +1338 -0
  230. package/dist/skills/larksuite/lark-slides/assets/templates/misc--club_event_plan.xml +4885 -0
  231. package/dist/skills/larksuite/lark-slides/assets/templates/misc--student_career_plan.xml +1854 -0
  232. package/dist/skills/larksuite/lark-slides/assets/templates/office--dark_general.xml +3763 -0
  233. package/dist/skills/larksuite/lark-slides/assets/templates/office--dept_annual_report.xml +1192 -0
  234. package/dist/skills/larksuite/lark-slides/assets/templates/office--light_general.xml +3378 -0
  235. package/dist/skills/larksuite/lark-slides/assets/templates/office--project_kickoff.xml +3152 -0
  236. package/dist/skills/larksuite/lark-slides/assets/templates/office--quarterly_review.xml +1253 -0
  237. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_report.xml +1099 -0
  238. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary.xml +4420 -0
  239. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary_report.xml +1523 -0
  240. package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_logo_design.xml +1347 -0
  241. package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_operations_plan.xml +1309 -0
  242. package/dist/skills/larksuite/lark-slides/assets/templates/operations--marketing_plan.xml +1469 -0
  243. package/dist/skills/larksuite/lark-slides/assets/templates/operations--product_promotion.xml +687 -0
  244. package/dist/skills/larksuite/lark-slides/assets/templates/personal--experience_sharing.xml +2242 -0
  245. package/dist/skills/larksuite/lark-slides/assets/templates/personal--personal_resume.xml +2047 -0
  246. package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_defense.xml +1099 -0
  247. package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_report.xml +1039 -0
  248. package/dist/skills/larksuite/lark-slides/assets/templates/personal--self_intro.xml +696 -0
  249. package/dist/skills/larksuite/lark-slides/assets/templates/personal--teaching_sharing.xml +3013 -0
  250. package/dist/skills/larksuite/lark-slides/assets/templates/product--business_case_analysis.xml +1341 -0
  251. package/dist/skills/larksuite/lark-slides/assets/templates/product--market_analysis.xml +898 -0
  252. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_analysis.xml +1537 -0
  253. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_intro.xml +2838 -0
  254. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion.xml +687 -0
  255. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion_2.xml +687 -0
  256. package/dist/skills/larksuite/lark-slides/references/examples.md +261 -0
  257. package/dist/skills/larksuite/lark-slides/references/lark-slides-create.md +137 -0
  258. package/dist/skills/larksuite/lark-slides/references/lark-slides-edit-workflows.md +142 -0
  259. package/dist/skills/larksuite/lark-slides/references/lark-slides-media-upload.md +128 -0
  260. package/dist/skills/larksuite/lark-slides/references/lark-slides-replace-slide.md +239 -0
  261. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-create.md +221 -0
  262. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-delete.md +123 -0
  263. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-get.md +110 -0
  264. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-replace.md +186 -0
  265. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentations-get.md +98 -0
  266. package/dist/skills/larksuite/lark-slides/references/slide-templates.md +201 -0
  267. package/dist/skills/larksuite/lark-slides/references/slides_demo.xml +226 -0
  268. package/dist/skills/larksuite/lark-slides/references/slides_xml_schema_definition.xml +3004 -0
  269. package/dist/skills/larksuite/lark-slides/references/template-catalog.md +464 -0
  270. package/dist/skills/larksuite/lark-slides/references/template-index.json +1853 -0
  271. package/dist/skills/larksuite/lark-slides/references/xml-format-guide.md +369 -0
  272. package/dist/skills/larksuite/lark-slides/references/xml-schema-quick-ref.md +215 -0
  273. package/dist/skills/larksuite/lark-slides/scripts/layout_lint.py +349 -0
  274. package/dist/skills/larksuite/lark-slides/scripts/layout_lint_test.py +159 -0
  275. package/dist/skills/larksuite/lark-slides/scripts/template_tool.py +970 -0
  276. package/dist/skills/larksuite/lark-slides/scripts/template_tool_test.py +177 -0
  277. package/dist/skills/larksuite/lark-task/SKILL.md +165 -0
  278. package/dist/skills/larksuite/lark-task/references/lark-task-assign.md +38 -0
  279. package/dist/skills/larksuite/lark-task/references/lark-task-comment.md +28 -0
  280. package/dist/skills/larksuite/lark-task/references/lark-task-complete.md +27 -0
  281. package/dist/skills/larksuite/lark-task/references/lark-task-create.md +57 -0
  282. package/dist/skills/larksuite/lark-task/references/lark-task-followers.md +35 -0
  283. package/dist/skills/larksuite/lark-task/references/lark-task-get-my-tasks.md +55 -0
  284. package/dist/skills/larksuite/lark-task/references/lark-task-get-related-tasks.md +53 -0
  285. package/dist/skills/larksuite/lark-task/references/lark-task-reminder.md +36 -0
  286. package/dist/skills/larksuite/lark-task/references/lark-task-reopen.md +27 -0
  287. package/dist/skills/larksuite/lark-task/references/lark-task-search.md +41 -0
  288. package/dist/skills/larksuite/lark-task/references/lark-task-set-ancestor.md +32 -0
  289. package/dist/skills/larksuite/lark-task/references/lark-task-subscribe-event.md +86 -0
  290. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-create.md +35 -0
  291. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-members.md +36 -0
  292. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-search.md +38 -0
  293. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-task-add.md +38 -0
  294. package/dist/skills/larksuite/lark-task/references/lark-task-update.md +37 -0
  295. package/dist/skills/larksuite/lark-task/references/lark-task-upload-attachment.md +59 -0
  296. package/dist/skills/larksuite/lark-vc/SKILL.md +168 -0
  297. package/dist/skills/larksuite/lark-vc/references/lark-vc-notes.md +126 -0
  298. package/dist/skills/larksuite/lark-vc/references/lark-vc-recording.md +153 -0
  299. package/dist/skills/larksuite/lark-vc/references/lark-vc-search.md +176 -0
  300. package/dist/skills/larksuite/lark-vc-agent/SKILL.md +121 -0
  301. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-events.md +247 -0
  302. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-join.md +133 -0
  303. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-leave.md +111 -0
  304. package/dist/skills/larksuite/lark-whiteboard/SKILL.md +144 -0
  305. package/dist/skills/larksuite/lark-whiteboard/references/connectors.md +102 -0
  306. package/dist/skills/larksuite/lark-whiteboard/references/content.md +40 -0
  307. package/dist/skills/larksuite/lark-whiteboard/references/image.md +80 -0
  308. package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-query.md +49 -0
  309. package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-update.md +100 -0
  310. package/dist/skills/larksuite/lark-whiteboard/references/layout.md +374 -0
  311. package/dist/skills/larksuite/lark-whiteboard/references/schema.md +357 -0
  312. package/dist/skills/larksuite/lark-whiteboard/references/style.md +318 -0
  313. package/dist/skills/larksuite/lark-whiteboard/references/typography.md +73 -0
  314. package/dist/skills/larksuite/lark-whiteboard/routes/dsl.md +107 -0
  315. package/dist/skills/larksuite/lark-whiteboard/routes/mermaid.md +27 -0
  316. package/dist/skills/larksuite/lark-whiteboard/routes/svg.md +54 -0
  317. package/dist/skills/larksuite/lark-whiteboard/scenes/architecture.md +433 -0
  318. package/dist/skills/larksuite/lark-whiteboard/scenes/bar-chart.md +187 -0
  319. package/dist/skills/larksuite/lark-whiteboard/scenes/comparison.md +135 -0
  320. package/dist/skills/larksuite/lark-whiteboard/scenes/fishbone.md +238 -0
  321. package/dist/skills/larksuite/lark-whiteboard/scenes/flowchart.md +185 -0
  322. package/dist/skills/larksuite/lark-whiteboard/scenes/flywheel.md +195 -0
  323. package/dist/skills/larksuite/lark-whiteboard/scenes/funnel.md +101 -0
  324. package/dist/skills/larksuite/lark-whiteboard/scenes/line-chart.md +214 -0
  325. package/dist/skills/larksuite/lark-whiteboard/scenes/mermaid.md +130 -0
  326. package/dist/skills/larksuite/lark-whiteboard/scenes/milestone.md +139 -0
  327. package/dist/skills/larksuite/lark-whiteboard/scenes/organization.md +173 -0
  328. package/dist/skills/larksuite/lark-whiteboard/scenes/photo-showcase.md +126 -0
  329. package/dist/skills/larksuite/lark-whiteboard/scenes/pyramid.md +99 -0
  330. package/dist/skills/larksuite/lark-whiteboard/scenes/swimlane.md +371 -0
  331. package/dist/skills/larksuite/lark-whiteboard/scenes/treemap.md +216 -0
  332. package/dist/skills/larksuite/lark-wiki/SKILL.md +111 -0
  333. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-delete-space.md +205 -0
  334. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-move.md +183 -0
  335. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-copy.md +72 -0
  336. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-create.md +127 -0
  337. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-list.md +88 -0
  338. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-space-list.md +68 -0
  339. package/dist/skills/larksuite/lark-workflow-meeting-summary/SKILL.md +104 -0
  340. package/dist/skills/larksuite/lark-workflow-standup-report/SKILL.md +120 -0
  341. package/package.json +2 -1
@@ -0,0 +1,1765 @@
1
+ <presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
2
+ <title>企业文化宣传</title>
3
+ <theme>
4
+ <textStyles>
5
+ <title fontColor="#000000FF"/>
6
+ <headline fontColor="#000000FF"/>
7
+ <sub-headline fontColor="#000000FF"/>
8
+ <body fontColor="#000000FF"/>
9
+ <caption fontColor="#808080FF" fontSize="14"/>
10
+ </textStyles>
11
+ </theme>
12
+ <slide>
13
+ <style>
14
+ <fill>
15
+ <fillColor color="rgba(246, 246, 246, 1)"/>
16
+ </fill>
17
+ </style>
18
+ <data>
19
+ <shape width="1" height="374" topLeftX="31" topLeftY="0" type="rect">
20
+ <fill>
21
+ <fillColor color="rgba(172, 175, 181, 1)"/>
22
+ </fill>
23
+ </shape>
24
+ <img src="Nw3pbLRCVoSKVMxNJJ2cdJaUnAn" width="270" height="432" topLeftX="635" topLeftY="69" flipX="true" exposure="8" saturation="-100">
25
+ <crop type="rect" leftOffset="114" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
26
+ </img>
27
+ <shape width="55" height="371" topLeftX="905" topLeftY="0" type="rect">
28
+ <fill>
29
+ <fillColor color="rgba(255, 104, 68, 1)"/>
30
+ </fill>
31
+ </shape>
32
+ <shape width="100" height="24" topLeftX="805" topLeftY="371" type="rect">
33
+ <fill>
34
+ <fillColor color="rgba(43, 47, 54, 1)"/>
35
+ </fill>
36
+ </shape>
37
+ <img src="CGuCbw8Tboqg2VxtQdWcbFhQnne" width="53" height="53" topLeftX="878" topLeftY="31">
38
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
39
+ </img>
40
+ <shape width="32" height="169" topLeftX="0" topLeftY="371" type="rect">
41
+ <fill>
42
+ <fillColor color="rgba(255, 104, 68, 1)"/>
43
+ </fill>
44
+ </shape>
45
+ <shape width="490" height="101" topLeftX="48" topLeftY="352" type="text">
46
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="54" bold="true">
47
+ <p>企业文化宣传</p>
48
+ </content>
49
+ </shape>
50
+ <shape width="137" height="44" topLeftX="52" topLeftY="451" type="text">
51
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(116, 119, 122, 1)" bold="false">
52
+ <p>
53
+ <span color="rgba(116, 119, 122, 1)" fontSize="16" bold="false">汇报人:小李</span>
54
+ </p>
55
+ </content>
56
+ </shape>
57
+ <shape width="137" height="44" topLeftX="199" topLeftY="451" type="text">
58
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(116, 119, 122, 1)" bold="false">
59
+ <p>
60
+ <span color="rgba(116, 119, 122, 1)" fontSize="16" bold="false">2026 / 10 / 23</span>
61
+ </p>
62
+ </content>
63
+ </shape>
64
+ <line startX="185" startY="465" endX="185" endY="485">
65
+ <border color="rgba(172, 175, 181, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
66
+ </line>
67
+ <shape width="54" height="41" topLeftX="78" topLeftY="48" type="text">
68
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="false" textAlign="left">
69
+ <p>
70
+ <strong>
71
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">Logo</span>
72
+ </strong>
73
+ </p>
74
+ </content>
75
+ </shape>
76
+ <img src="AFsQbNvkVooQFYxLPFucGo81nge" width="26" height="26" topLeftX="56" topLeftY="55" alpha="0.8">
77
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
78
+ </img>
79
+ </data>
80
+ <note>
81
+ <content/>
82
+ </note>
83
+ </slide>
84
+ <slide>
85
+ <style>
86
+ <fill>
87
+ <fillColor color="rgba(255, 255, 255, 1)"/>
88
+ </fill>
89
+ </style>
90
+ <data>
91
+ <shape width="1" height="540" topLeftX="932" topLeftY="0" type="rect">
92
+ <fill>
93
+ <fillColor color="rgba(172, 175, 181, 1)"/>
94
+ </fill>
95
+ </shape>
96
+ <shape width="55" height="94" topLeftX="905" topLeftY="0" type="rect">
97
+ <fill>
98
+ <fillColor color="rgba(255, 104, 68, 1)"/>
99
+ </fill>
100
+ </shape>
101
+ <shape width="52" height="28" topLeftX="920" topLeftY="446" rotation="270" type="rect">
102
+ <fill>
103
+ <fillColor color="rgba(43, 47, 54, 1)"/>
104
+ </fill>
105
+ </shape>
106
+ <shape width="131" height="414" topLeftX="262" topLeftY="94" rotation="0" type="rect">
107
+ <fill>
108
+ <fillColor color="rgba(255, 104, 68, 1)"/>
109
+ </fill>
110
+ </shape>
111
+ <img src="JzS9bSzFYoEnwxx8hQ2ciCvened" width="306" height="366" topLeftX="57" topLeftY="119" exposure="19" saturation="-100">
112
+ <crop type="rect" leftOffset="24" rightOffset="31" topOffset="36" bottomOffset="34" presetHandlers="0"/>
113
+ </img>
114
+ <shape width="457" height="77" topLeftX="434" topLeftY="167" type="text">
115
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" bold="true">
116
+ <p>
117
+ <span fontSize="38">前言</span>
118
+ </p>
119
+ </content>
120
+ </shape>
121
+ <shape width="456" height="74" topLeftX="436" topLeftY="247" type="text">
122
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
123
+ <p>
124
+ <span color="rgba(147, 149, 152, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
125
+ </p>
126
+ </content>
127
+ </shape>
128
+ <shape width="248" height="41" topLeftX="73" topLeftY="48" type="text">
129
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
130
+ <p>
131
+ <strong>
132
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">Logo</span>
133
+ </strong>
134
+ </p>
135
+ </content>
136
+ </shape>
137
+ <img src="NQh5bzWRwo3Rdfx73FzcGtLanzd" width="26" height="26" topLeftX="51" topLeftY="55" alpha="0.8">
138
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
139
+ </img>
140
+ </data>
141
+ <note>
142
+ <content/>
143
+ </note>
144
+ </slide>
145
+ <slide>
146
+ <style/>
147
+ <data>
148
+ <shape width="960" height="270" topLeftX="0" topLeftY="0" type="rect">
149
+ <fill>
150
+ <fillColor color="rgba(31, 35, 41, 1)"/>
151
+ </fill>
152
+ </shape>
153
+ <img src="G5u8bcdFcogtlExDIW0cU3ranZg" width="960" height="270" topLeftX="0" topLeftY="0" alpha="0.3" saturation="-100">
154
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="134" bottomOffset="134" presetHandlers="0"/>
155
+ </img>
156
+ <shape width="206" height="129" topLeftX="0" topLeftY="71" type="rect">
157
+ <fill>
158
+ <fillColor color="rgba(255, 104, 68, 1)"/>
159
+ </fill>
160
+ </shape>
161
+ <shape width="113" height="36" topLeftX="486" topLeftY="308" alpha="0.06" type="text">
162
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
163
+ <p lineSpacing="multiple:1">
164
+ <strong>3</strong>
165
+ </p>
166
+ </content>
167
+ </shape>
168
+ <shape width="113" height="36" topLeftX="714" topLeftY="308" alpha="0.06" type="text">
169
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
170
+ <p lineSpacing="multiple:1">
171
+ <strong>4</strong>
172
+ </p>
173
+ </content>
174
+ </shape>
175
+ <shape width="330" height="80" topLeftX="48" topLeftY="83" type="text">
176
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="40" color="rgba(255, 255, 255, 1)" bold="true">
177
+ <p>
178
+ <span color="rgba(255, 255, 255, 1)" fontSize="40">目录</span>
179
+ </p>
180
+ </content>
181
+ </shape>
182
+ <shape width="330" height="41" topLeftX="50" topLeftY="146" alpha="0.7" type="text">
183
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="false">
184
+ <p>
185
+ <span color="rgba(255, 255, 255, 1)" fontSize="14" bold="false">输入副标题</span>
186
+ </p>
187
+ </content>
188
+ </shape>
189
+ <shape width="206" height="100" topLeftX="49" topLeftY="308" alpha="0.05" type="text">
190
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
191
+ <p lineSpacing="multiple:1">
192
+ <strong>
193
+ <span color="rgba(31, 35, 41, 1)" fontSize="80">01</span>
194
+ </strong>
195
+ </p>
196
+ </content>
197
+ </shape>
198
+ <shape width="206" height="59" topLeftX="49" topLeftY="360" type="text">
199
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="26" color="rgba(0, 0, 0, 1)" bold="true">
200
+ <p>
201
+ <span color="rgba(0, 0, 0, 1)" fontSize="26">公司介绍</span>
202
+ </p>
203
+ </content>
204
+ </shape>
205
+ <shape width="206" height="56" topLeftX="49" topLeftY="408" type="text">
206
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
207
+ <p>
208
+ <span color="rgba(147, 149, 152, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
209
+ </p>
210
+ </content>
211
+ </shape>
212
+ <shape width="206" height="100" topLeftX="268" topLeftY="308" alpha="0.05" type="text">
213
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
214
+ <p lineSpacing="multiple:1">
215
+ <strong>
216
+ <span color="rgba(31, 35, 41, 1)" fontSize="80">02</span>
217
+ </strong>
218
+ </p>
219
+ </content>
220
+ </shape>
221
+ <shape width="206" height="59" topLeftX="268" topLeftY="360" type="text">
222
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="26" color="rgba(0, 0, 0, 1)" bold="true">
223
+ <p>公司愿景</p>
224
+ </content>
225
+ </shape>
226
+ <shape width="206" height="56" topLeftX="268" topLeftY="408" type="text">
227
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
228
+ <p>
229
+ <span color="rgba(147, 149, 152, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
230
+ </p>
231
+ </content>
232
+ </shape>
233
+ <shape width="206" height="100" topLeftX="486" topLeftY="308" alpha="0.05" type="text">
234
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
235
+ <p lineSpacing="multiple:1">
236
+ <strong>
237
+ <span color="rgba(31, 35, 41, 1)" fontSize="80">03</span>
238
+ </strong>
239
+ </p>
240
+ </content>
241
+ </shape>
242
+ <shape width="206" height="59" topLeftX="486" topLeftY="360" type="text">
243
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="26" color="rgba(0, 0, 0, 1)" bold="true">
244
+ <p>
245
+ <span color="rgba(0, 0, 0, 1)" fontSize="26">产品介绍</span>
246
+ </p>
247
+ </content>
248
+ </shape>
249
+ <shape width="206" height="56" topLeftX="486" topLeftY="408" type="text">
250
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
251
+ <p>
252
+ <span color="rgba(147, 149, 152, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
253
+ </p>
254
+ </content>
255
+ </shape>
256
+ <shape width="206" height="100" topLeftX="705" topLeftY="308" alpha="0.05" type="text">
257
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
258
+ <p lineSpacing="multiple:1">
259
+ <strong>
260
+ <span color="rgba(31, 35, 41, 1)" fontSize="80">04</span>
261
+ </strong>
262
+ </p>
263
+ </content>
264
+ </shape>
265
+ <shape width="206" height="59" topLeftX="705" topLeftY="360" type="text">
266
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="26" color="rgba(0, 0, 0, 1)" bold="true">
267
+ <p>战略规划</p>
268
+ </content>
269
+ </shape>
270
+ <shape width="206" height="56" topLeftX="705" topLeftY="408" type="text">
271
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
272
+ <p>
273
+ <span color="rgba(147, 149, 152, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
274
+ </p>
275
+ </content>
276
+ </shape>
277
+ </data>
278
+ <note>
279
+ <content/>
280
+ </note>
281
+ </slide>
282
+ <slide>
283
+ <style>
284
+ <fill>
285
+ <fillImg src="YDWabyhLGoz1IAx2kdlcR7YTnG5" alpha="1" rotateWithShape="false"/>
286
+ </fill>
287
+ </style>
288
+ <data>
289
+ <shape width="1" height="402" topLeftX="930" topLeftY="84" flipX="true" alpha="0.5" type="rect">
290
+ <fill>
291
+ <fillColor color="rgba(51, 51, 51, 1)"/>
292
+ </fill>
293
+ </shape>
294
+ <shape width="56" height="30" topLeftX="889" topLeftY="497" rotation="270" type="rect">
295
+ <fill>
296
+ <fillColor color="rgba(255, 104, 68, 1)"/>
297
+ </fill>
298
+ </shape>
299
+ <shape width="30" height="85" topLeftX="930" topLeftY="0" type="rect">
300
+ <fill>
301
+ <fillColor color="rgba(51, 51, 51, 1)"/>
302
+ </fill>
303
+ </shape>
304
+ <shape width="254" height="56" topLeftX="199" topLeftY="271" type="text">
305
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(116, 119, 122, 1)">
306
+ <p>
307
+ <span color="rgba(116, 119, 122, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
308
+ </p>
309
+ </content>
310
+ </shape>
311
+ <shape width="400" height="77" topLeftX="196" topLeftY="205" type="text">
312
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(0, 0, 0, 1)" bold="true">
313
+ <p>
314
+ <span fontSize="38">公司介绍</span>
315
+ </p>
316
+ </content>
317
+ </shape>
318
+ <shape width="122" height="94" topLeftX="84" topLeftY="193" type="text">
319
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="74" color="rgba(255, 104, 68, 1)" bold="true" textAlign="left">
320
+ <p lineSpacing="multiple:1">
321
+ <strong>
322
+ <span color="rgba(255, 104, 68, 1)" fontSize="74">01</span>
323
+ </strong>
324
+ </p>
325
+ </content>
326
+ </shape>
327
+ <line startX="86" startY="217" endX="55" endY="273">
328
+ <border width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
329
+ </line>
330
+ <shape width="248" height="41" topLeftX="73" topLeftY="48" type="text">
331
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
332
+ <p>
333
+ <strong>
334
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">Logo</span>
335
+ </strong>
336
+ </p>
337
+ </content>
338
+ </shape>
339
+ <img src="NQh5bzWRwo3Rdfx73FzcGtLanzd" width="26" height="26" topLeftX="51" topLeftY="55" alpha="0.8">
340
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
341
+ </img>
342
+ </data>
343
+ <note>
344
+ <content/>
345
+ </note>
346
+ </slide>
347
+ <slide>
348
+ <style/>
349
+ <data>
350
+ <img src="FGVdbv20Uo0H78xXFCDca2FinEd" width="690" height="486" topLeftX="0" topLeftY="54" exposure="3" contrast="-3" saturation="-100">
351
+ <crop type="rect" leftOffset="185" rightOffset="172" topOffset="101" bottomOffset="0" presetHandlers="0"/>
352
+ </img>
353
+ <shape width="424" height="309" topLeftX="481" topLeftY="145" type="rect">
354
+ <fill>
355
+ <fillColor color="rgba(255, 255, 255, 1)"/>
356
+ </fill>
357
+ </shape>
358
+ <shape width="45" height="45" topLeftX="0" topLeftY="54" type="rect">
359
+ <fill>
360
+ <fillColor color="rgba(255, 104, 68, 1)"/>
361
+ </fill>
362
+ </shape>
363
+ <shape width="376" height="68" topLeftX="504" topLeftY="201" type="text">
364
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" bold="true">
365
+ <p>
366
+ <span fontSize="32">公司概述</span>
367
+ </p>
368
+ </content>
369
+ </shape>
370
+ <shape width="376" height="92" topLeftX="506" topLeftY="334" rotation="0" type="text">
371
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
372
+ <p>
373
+ <span color="rgba(147, 149, 152, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
374
+ </p>
375
+ </content>
376
+ </shape>
377
+ <shape width="74" height="10" topLeftX="515" topLeftY="184" type="rect">
378
+ <fill>
379
+ <fillColor color="rgba(43, 47, 54, 1)"/>
380
+ </fill>
381
+ </shape>
382
+ <img src="CGuCbw8Tboqg2VxtQdWcbFhQnne" width="53" height="53" topLeftX="878" topLeftY="31">
383
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
384
+ </img>
385
+ </data>
386
+ <note>
387
+ <content/>
388
+ </note>
389
+ </slide>
390
+ <slide>
391
+ <style/>
392
+ <data>
393
+ <shape width="30" height="67" topLeftX="0" topLeftY="0" type="rect">
394
+ <fill>
395
+ <fillColor color="rgba(255, 104, 68, 1)"/>
396
+ </fill>
397
+ </shape>
398
+ <shape width="850" height="56" topLeftX="45" topLeftY="119" type="text">
399
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="Arial Black" color="rgba(147, 149, 152, 1)">
400
+ <p>
401
+ <span color="rgba(147, 149, 152, 1)" fontSize="12" fontFamily="Arial Black">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
402
+ </p>
403
+ </content>
404
+ </shape>
405
+ <shape width="572" height="69" topLeftX="45" topLeftY="44" type="text">
406
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" fontFamily="Arial Black" color="rgba(0, 0, 0, 1)" bold="true">
407
+ <p>
408
+ <span color="rgba(0, 0, 0, 1)" fontSize="32" fontFamily="Arial Black">发展历程</span>
409
+ </p>
410
+ </content>
411
+ </shape>
412
+ <undefined type="fallback"/>
413
+ </data>
414
+ <note>
415
+ <content/>
416
+ </note>
417
+ </slide>
418
+ <slide>
419
+ <style>
420
+ <fill>
421
+ <fillColor color="rgba(246, 246, 246, 1)"/>
422
+ </fill>
423
+ </style>
424
+ <data>
425
+ <line startX="79" startY="292" endX="79" endY="465">
426
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
427
+ </line>
428
+ <line startX="702" startY="294" endX="702" endY="466">
429
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
430
+ </line>
431
+ <line startX="741" startY="466" endX="703" endY="466">
432
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
433
+ </line>
434
+ <line startX="737" startY="338" endX="701" endY="338">
435
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
436
+ </line>
437
+ <line startX="737" startY="404" endX="701" endY="404">
438
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
439
+ </line>
440
+ <line startX="118" startY="465" endX="80" endY="465">
441
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
442
+ </line>
443
+ <line startX="114" startY="337" endX="78" endY="337">
444
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
445
+ </line>
446
+ <line startX="114" startY="402" endX="78" endY="402">
447
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
448
+ </line>
449
+ <line startX="462" startY="148" endX="462" endY="238">
450
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
451
+ </line>
452
+ <line startX="755" startY="227" endX="131" endY="227">
453
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
454
+ </line>
455
+ <line startX="131" startY="226" endX="131" endY="248">
456
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
457
+ </line>
458
+ <line startX="462" startY="226" endX="462" endY="248">
459
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
460
+ </line>
461
+ <line startX="755" startY="226" endX="755" endY="248">
462
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
463
+ </line>
464
+ <line startX="574" startY="185" endX="462" endY="185">
465
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
466
+ </line>
467
+ <shape width="165" height="58" topLeftX="559" topLeftY="157" type="slides-full-round-rect">
468
+ <fill>
469
+ <fillColor color="rgba(255, 104, 68, 1)"/>
470
+ </fill>
471
+ </shape>
472
+ <shape width="99" height="44" topLeftX="613" topLeftY="154" type="text">
473
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(246, 246, 246, 1)" bold="true">
474
+ <p>
475
+ <span color="rgba(246, 246, 246, 1)">总经理</span>
476
+ </p>
477
+ </content>
478
+ </shape>
479
+ <shape width="99" height="38" topLeftX="613" topLeftY="178" type="text">
480
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(239, 219, 211, 1)">
481
+ <p>
482
+ <span color="rgba(239, 219, 211, 1)" fontSize="12">副标题</span>
483
+ </p>
484
+ </content>
485
+ </shape>
486
+ <img src="UPkebcdE1oy6NtxIMlzclVaNnWd" width="49" height="49" topLeftX="564" topLeftY="161" exposure="-4" saturation="-100">
487
+ <crop type="rect" leftOffset="19" rightOffset="19" topOffset="0" bottomOffset="0" presetHandlers="30"/>
488
+ </img>
489
+ <shape width="165" height="58" topLeftX="380" topLeftY="96" type="slides-full-round-rect">
490
+ <fill>
491
+ <fillColor color="rgba(50, 50, 50, 1)"/>
492
+ </fill>
493
+ </shape>
494
+ <shape width="99" height="44" topLeftX="434" topLeftY="93" type="text">
495
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true">
496
+ <p>
497
+ <span color="rgba(255, 255, 255, 1)">董事会</span>
498
+ </p>
499
+ </content>
500
+ </shape>
501
+ <shape width="99" height="38" topLeftX="434" topLeftY="117" type="text">
502
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(184, 184, 184, 1)">
503
+ <p>
504
+ <span color="rgba(184, 184, 184, 1)" fontSize="12">副标题</span>
505
+ </p>
506
+ </content>
507
+ </shape>
508
+ <img src="MztAbK7Ykos8qOxXujKcCd7Kn3d" width="49" height="49" topLeftX="384" topLeftY="101" exposure="1" saturation="-100">
509
+ <crop type="rect" leftOffset="19" rightOffset="19" topOffset="0" bottomOffset="0" presetHandlers="30"/>
510
+ </img>
511
+ <shape width="165" height="58" topLeftX="50" topLeftY="241" type="slides-full-round-rect">
512
+ <fill>
513
+ <fillColor color="rgba(255, 255, 255, 1)"/>
514
+ </fill>
515
+ </shape>
516
+ <shape width="99" height="44" topLeftX="104" topLeftY="239" type="text">
517
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
518
+ <p>
519
+ <strong>行政部</strong>
520
+ </p>
521
+ </content>
522
+ </shape>
523
+ <shape width="99" height="38" topLeftX="104" topLeftY="263" type="text">
524
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(172, 175, 181, 1)">
525
+ <p>
526
+ <span fontSize="12">副标题</span>
527
+ </p>
528
+ </content>
529
+ </shape>
530
+ <img src="EVxRbnLE5osTcMxaxZAcJ4O6nld" width="49" height="49" topLeftX="55" topLeftY="246" exposure="1" contrast="12" saturation="-100">
531
+ <crop type="rect" leftOffset="19" rightOffset="19" topOffset="0" bottomOffset="0" presetHandlers="30"/>
532
+ </img>
533
+ <shape width="165" height="58" topLeftX="361" topLeftY="241" type="slides-full-round-rect">
534
+ <fill>
535
+ <fillColor color="rgba(255, 255, 255, 1)"/>
536
+ </fill>
537
+ </shape>
538
+ <shape width="99" height="44" topLeftX="416" topLeftY="239" type="text">
539
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
540
+ <p>
541
+ <strong>产研部</strong>
542
+ </p>
543
+ </content>
544
+ </shape>
545
+ <shape width="99" height="38" topLeftX="416" topLeftY="263" type="text">
546
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(172, 175, 181, 1)">
547
+ <p>
548
+ <span fontSize="12">副标题</span>
549
+ </p>
550
+ </content>
551
+ </shape>
552
+ <img src="C4SSbCFbpoCE4exRWzjcD6MGnWf" width="49" height="49" topLeftX="367" topLeftY="246" exposure="-8" contrast="15" saturation="-100">
553
+ <crop type="rect" leftOffset="19" rightOffset="19" topOffset="0" bottomOffset="0" presetHandlers="30"/>
554
+ </img>
555
+ <shape width="165" height="58" topLeftX="673" topLeftY="241" type="slides-full-round-rect">
556
+ <fill>
557
+ <fillColor color="rgba(255, 255, 255, 1)"/>
558
+ </fill>
559
+ </shape>
560
+ <shape width="99" height="44" topLeftX="728" topLeftY="239" type="text">
561
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
562
+ <p>市场部</p>
563
+ </content>
564
+ </shape>
565
+ <shape width="99" height="38" topLeftX="728" topLeftY="263" type="text">
566
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(172, 175, 181, 1)">
567
+ <p>
568
+ <span fontSize="12">副标题</span>
569
+ </p>
570
+ </content>
571
+ </shape>
572
+ <img src="P0BRbWkhsousWJxYywacDaYcnfh" width="49" height="49" topLeftX="679" topLeftY="246" exposure="-8" saturation="-100">
573
+ <crop type="rect" leftOffset="19" rightOffset="19" topOffset="0" bottomOffset="0" presetHandlers="30"/>
574
+ </img>
575
+ <shape width="572" height="69" topLeftX="45" topLeftY="44" type="text">
576
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" fontFamily="Arial Black" color="rgba(0, 0, 0, 1)" bold="true">
577
+ <p>
578
+ <span color="rgba(0, 0, 0, 1)" fontSize="32" fontFamily="Arial Black">组织架构</span>
579
+ </p>
580
+ </content>
581
+ </shape>
582
+ <shape width="165" height="58" topLeftX="113" topLeftY="313" type="slides-full-round-rect">
583
+ <fill>
584
+ <fillColor color="rgba(255, 255, 255, 1)"/>
585
+ </fill>
586
+ </shape>
587
+ <shape width="99" height="44" topLeftX="168" topLeftY="310" type="text">
588
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
589
+ <p>财务部</p>
590
+ </content>
591
+ </shape>
592
+ <shape width="99" height="38" topLeftX="168" topLeftY="334" type="text">
593
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(172, 175, 181, 1)">
594
+ <p>
595
+ <span fontSize="12">副标题</span>
596
+ </p>
597
+ </content>
598
+ </shape>
599
+ <img src="EVxRbnLE5osTcMxaxZAcJ4O6nld" width="49" height="49" topLeftX="119" topLeftY="317" exposure="1" contrast="12" saturation="-100">
600
+ <crop type="rect" leftOffset="19" rightOffset="19" topOffset="0" bottomOffset="0" presetHandlers="30"/>
601
+ </img>
602
+ <shape width="165" height="58" topLeftX="113" topLeftY="376" type="slides-full-round-rect">
603
+ <fill>
604
+ <fillColor color="rgba(255, 255, 255, 1)"/>
605
+ </fill>
606
+ </shape>
607
+ <shape width="99" height="44" topLeftX="168" topLeftY="374" type="text">
608
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
609
+ <p>人事处</p>
610
+ </content>
611
+ </shape>
612
+ <shape width="99" height="38" topLeftX="168" topLeftY="398" type="text">
613
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(172, 175, 181, 1)">
614
+ <p>
615
+ <span fontSize="12">副标题</span>
616
+ </p>
617
+ </content>
618
+ </shape>
619
+ <img src="EVxRbnLE5osTcMxaxZAcJ4O6nld" width="49" height="49" topLeftX="119" topLeftY="381" exposure="1" contrast="12" saturation="-100">
620
+ <crop type="rect" leftOffset="19" rightOffset="19" topOffset="0" bottomOffset="0" presetHandlers="30"/>
621
+ </img>
622
+ <shape width="165" height="58" topLeftX="113" topLeftY="440" type="slides-full-round-rect">
623
+ <fill>
624
+ <fillColor color="rgba(255, 255, 255, 1)"/>
625
+ </fill>
626
+ </shape>
627
+ <shape width="99" height="44" topLeftX="168" topLeftY="437" type="text">
628
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
629
+ <p>后勤部</p>
630
+ </content>
631
+ </shape>
632
+ <shape width="99" height="38" topLeftX="168" topLeftY="461" type="text">
633
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(172, 175, 181, 1)">
634
+ <p>
635
+ <span fontSize="12">副标题</span>
636
+ </p>
637
+ </content>
638
+ </shape>
639
+ <img src="EVxRbnLE5osTcMxaxZAcJ4O6nld" width="49" height="49" topLeftX="119" topLeftY="444" exposure="1" contrast="12" saturation="-100">
640
+ <crop type="rect" leftOffset="19" rightOffset="19" topOffset="0" bottomOffset="0" presetHandlers="30"/>
641
+ </img>
642
+ <shape width="165" height="58" topLeftX="425" topLeftY="313" type="slides-full-round-rect">
643
+ <fill>
644
+ <fillColor color="rgba(255, 255, 255, 1)"/>
645
+ </fill>
646
+ </shape>
647
+ <shape width="99" height="44" topLeftX="479" topLeftY="310" type="text">
648
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
649
+ <p>前端</p>
650
+ </content>
651
+ </shape>
652
+ <shape width="99" height="38" topLeftX="479" topLeftY="334" type="text">
653
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(172, 175, 181, 1)">
654
+ <p>副标题</p>
655
+ </content>
656
+ </shape>
657
+ <img src="VAyqbIxsLo0EznxQquEcu5ixn1g" width="49" height="49" topLeftX="430" topLeftY="317" exposure="-9" contrast="12" saturation="-100">
658
+ <crop type="rect" leftOffset="19" rightOffset="19" topOffset="0" bottomOffset="0" presetHandlers="30"/>
659
+ </img>
660
+ <shape width="165" height="58" topLeftX="425" topLeftY="376" type="slides-full-round-rect">
661
+ <fill>
662
+ <fillColor color="rgba(255, 255, 255, 1)"/>
663
+ </fill>
664
+ </shape>
665
+ <shape width="99" height="44" topLeftX="479" topLeftY="374" type="text">
666
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
667
+ <p>服务端</p>
668
+ </content>
669
+ </shape>
670
+ <shape width="99" height="38" topLeftX="479" topLeftY="398" type="text">
671
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(172, 175, 181, 1)">
672
+ <p>副标题</p>
673
+ </content>
674
+ </shape>
675
+ <img src="VAyqbIxsLo0EznxQquEcu5ixn1g" width="49" height="49" topLeftX="430" topLeftY="381" exposure="-9" contrast="12" saturation="-100">
676
+ <crop type="rect" leftOffset="19" rightOffset="19" topOffset="0" bottomOffset="0" presetHandlers="30"/>
677
+ </img>
678
+ <shape width="165" height="58" topLeftX="736" topLeftY="313" type="slides-full-round-rect">
679
+ <fill>
680
+ <fillColor color="rgba(255, 255, 255, 1)"/>
681
+ </fill>
682
+ </shape>
683
+ <shape width="99" height="44" topLeftX="791" topLeftY="310" type="text">
684
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
685
+ <p>销售部</p>
686
+ </content>
687
+ </shape>
688
+ <shape width="99" height="38" topLeftX="791" topLeftY="334" type="text">
689
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(172, 175, 181, 1)">
690
+ <p>
691
+ <span fontSize="12">副标题</span>
692
+ </p>
693
+ </content>
694
+ </shape>
695
+ <img src="DAizb7LdCoiG36xNHDhcTgvWnVb" width="49" height="49" topLeftX="742" topLeftY="317" exposure="-8" saturation="-100">
696
+ <crop type="rect" leftOffset="19" rightOffset="19" topOffset="0" bottomOffset="0" presetHandlers="30"/>
697
+ </img>
698
+ <shape width="165" height="58" topLeftX="736" topLeftY="440" type="slides-full-round-rect">
699
+ <fill>
700
+ <fillColor color="rgba(255, 255, 255, 1)"/>
701
+ </fill>
702
+ </shape>
703
+ <shape width="99" height="44" topLeftX="791" topLeftY="437" type="text">
704
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
705
+ <p>品牌部</p>
706
+ </content>
707
+ </shape>
708
+ <shape width="99" height="38" topLeftX="791" topLeftY="461" type="text">
709
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(172, 175, 181, 1)">
710
+ <p>
711
+ <span fontSize="12">副标题</span>
712
+ </p>
713
+ </content>
714
+ </shape>
715
+ <img src="DAizb7LdCoiG36xNHDhcTgvWnVb" width="49" height="49" topLeftX="742" topLeftY="444" exposure="-8" saturation="-100">
716
+ <crop type="rect" leftOffset="19" rightOffset="19" topOffset="0" bottomOffset="0" presetHandlers="30"/>
717
+ </img>
718
+ <shape width="165" height="58" topLeftX="736" topLeftY="376" type="slides-full-round-rect">
719
+ <fill>
720
+ <fillColor color="rgba(255, 255, 255, 1)"/>
721
+ </fill>
722
+ </shape>
723
+ <shape width="99" height="44" topLeftX="791" topLeftY="374" type="text">
724
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
725
+ <p>客服部</p>
726
+ </content>
727
+ </shape>
728
+ <shape width="99" height="38" topLeftX="791" topLeftY="398" type="text">
729
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(172, 175, 181, 1)">
730
+ <p>
731
+ <span fontSize="12">副标题</span>
732
+ </p>
733
+ </content>
734
+ </shape>
735
+ <img src="DQxgb7Ok9oz6p3xUXkucZKZInRg" width="49" height="49" topLeftX="742" topLeftY="381" exposure="-8" saturation="-100">
736
+ <crop type="rect" leftOffset="19" rightOffset="19" topOffset="0" bottomOffset="0" presetHandlers="30"/>
737
+ </img>
738
+ <shape width="165" height="58" topLeftX="425" topLeftY="440" type="slides-full-round-rect">
739
+ <fill>
740
+ <fillColor color="rgba(255, 255, 255, 1)"/>
741
+ </fill>
742
+ </shape>
743
+ <shape width="99" height="44" topLeftX="479" topLeftY="437" type="text">
744
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true">
745
+ <p>测试</p>
746
+ </content>
747
+ </shape>
748
+ <shape width="99" height="38" topLeftX="479" topLeftY="461" type="text">
749
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(172, 175, 181, 1)">
750
+ <p>副标题</p>
751
+ </content>
752
+ </shape>
753
+ <img src="YWw1bGQxJozaiqxPUYAc7rjAnBg" width="49" height="49" topLeftX="430" topLeftY="444" exposure="-9" contrast="12" saturation="-100">
754
+ <crop type="rect" leftOffset="19" rightOffset="19" topOffset="0" bottomOffset="0" presetHandlers="30"/>
755
+ </img>
756
+ <line startX="391" startY="294" endX="391" endY="466">
757
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
758
+ </line>
759
+ <line startX="429" startY="466" endX="392" endY="466">
760
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
761
+ </line>
762
+ <line startX="426" startY="338" endX="390" endY="338">
763
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
764
+ </line>
765
+ <line startX="426" startY="404" endX="390" endY="404">
766
+ <border color="rgba(219, 221, 225, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
767
+ </line>
768
+ </data>
769
+ <note>
770
+ <content/>
771
+ </note>
772
+ </slide>
773
+ <slide>
774
+ <style>
775
+ <fill>
776
+ <fillImg src="TokNblhQbo6EvdxefALcm9HonKA" alpha="1" rotateWithShape="false"/>
777
+ </fill>
778
+ </style>
779
+ <data>
780
+ <shape width="1" height="402" topLeftX="930" topLeftY="84" flipX="true" alpha="0.5" type="rect">
781
+ <fill>
782
+ <fillColor color="rgba(51, 51, 51, 1)"/>
783
+ </fill>
784
+ </shape>
785
+ <shape width="56" height="30" topLeftX="889" topLeftY="497" rotation="270" type="rect">
786
+ <fill>
787
+ <fillColor color="rgba(255, 104, 68, 1)"/>
788
+ </fill>
789
+ </shape>
790
+ <shape width="30" height="85" topLeftX="930" topLeftY="0" type="rect">
791
+ <fill>
792
+ <fillColor color="rgba(51, 51, 51, 1)"/>
793
+ </fill>
794
+ </shape>
795
+ <shape width="182" height="56" topLeftX="199" topLeftY="245" type="text">
796
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(116, 119, 122, 1)">
797
+ <p>
798
+ <span color="rgba(116, 119, 122, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
799
+ </p>
800
+ </content>
801
+ </shape>
802
+ <shape width="400" height="77" topLeftX="196" topLeftY="180" type="text">
803
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(0, 0, 0, 1)" bold="true">
804
+ <p>
805
+ <span fontSize="38">企业文化</span>
806
+ </p>
807
+ </content>
808
+ </shape>
809
+ <shape width="122" height="94" topLeftX="84" topLeftY="168" type="text">
810
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="74" color="rgba(255, 104, 68, 1)" bold="true" textAlign="left">
811
+ <p lineSpacing="multiple:1">
812
+ <strong>
813
+ <span color="rgba(255, 104, 68, 1)" fontSize="74">02</span>
814
+ </strong>
815
+ </p>
816
+ </content>
817
+ </shape>
818
+ <line startX="86" startY="192" endX="55" endY="247">
819
+ <border width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
820
+ </line>
821
+ <shape width="248" height="41" topLeftX="73" topLeftY="48" type="text">
822
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
823
+ <p>
824
+ <strong>
825
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">Logo</span>
826
+ </strong>
827
+ </p>
828
+ </content>
829
+ </shape>
830
+ <img src="Tgvqb7QwjojIMbxu7QIcy8mpnnf" width="26" height="26" topLeftX="51" topLeftY="55" alpha="0.8">
831
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
832
+ </img>
833
+ </data>
834
+ <note>
835
+ <content/>
836
+ </note>
837
+ </slide>
838
+ <slide>
839
+ <style/>
840
+ <data>
841
+ <shape width="30" height="67" topLeftX="0" topLeftY="0" type="rect">
842
+ <fill>
843
+ <fillColor color="rgba(255, 104, 68, 1)"/>
844
+ </fill>
845
+ </shape>
846
+ <shape width="257" height="540" topLeftX="703" topLeftY="0" type="rect">
847
+ <fill>
848
+ <fillColor color="rgba(238, 239, 239, 1)"/>
849
+ </fill>
850
+ </shape>
851
+ <shape width="376" height="69" topLeftX="45" topLeftY="44" type="text">
852
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" bold="true">
853
+ <p>
854
+ <span color="rgba(0, 0, 0, 1)" fontSize="32" fontFamily="Arial Black">企业愿景</span>
855
+ </p>
856
+ </content>
857
+ </shape>
858
+ <img src="JhAsbKc0RoroepxyRx9clt0Znle" width="404" height="206" topLeftX="501" topLeftY="280" exposure="9" contrast="7" saturation="-100" temperature="-12">
859
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="20" presetHandlers="0"/>
860
+ </img>
861
+ <img src="GqpNbBmK0oDUJ1xawgmcONDBnKc" width="404" height="206" topLeftX="501" topLeftY="54" exposure="8" contrast="4" saturation="-100" temperature="-27">
862
+ <crop type="rect" leftOffset="4" rightOffset="4" topOffset="0" bottomOffset="0" presetHandlers="0"/>
863
+ </img>
864
+ <shape width="435" height="56" topLeftX="45" topLeftY="190" rotation="0" type="text">
865
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
866
+ <p>
867
+ <span color="rgba(147, 149, 152, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。</span>
868
+ </p>
869
+ </content>
870
+ </shape>
871
+ <shape width="435" height="50" topLeftX="45" topLeftY="148" rotation="0" type="text">
872
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" bold="true">
873
+ <p>
874
+ <strong>
875
+ <span fontSize="20">愿景一</span>
876
+ </strong>
877
+ </p>
878
+ </content>
879
+ </shape>
880
+ <shape width="435" height="56" topLeftX="45" topLeftY="337" rotation="0" type="text">
881
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
882
+ <p>
883
+ <span color="rgba(147, 149, 152, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。</span>
884
+ </p>
885
+ </content>
886
+ </shape>
887
+ <shape width="435" height="50" topLeftX="45" topLeftY="295" rotation="0" type="text">
888
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" bold="true">
889
+ <p>
890
+ <strong>
891
+ <span fontSize="20">愿景二</span>
892
+ </strong>
893
+ </p>
894
+ </content>
895
+ </shape>
896
+ </data>
897
+ <note>
898
+ <content/>
899
+ </note>
900
+ </slide>
901
+ <slide>
902
+ <style>
903
+ <fill>
904
+ <fillColor color="rgba(255, 255, 255, 1)"/>
905
+ </fill>
906
+ </style>
907
+ <data>
908
+ <shape width="272" height="154" topLeftX="55" topLeftY="158" presetHandlers="4" type="round-rect">
909
+ <fill>
910
+ <fillColor color="rgba(246, 246, 246, 1)"/>
911
+ </fill>
912
+ <border color="rgba(219, 221, 225, 1)" width="1" lineJoin="miter" miterLimit="10"/>
913
+ </shape>
914
+ <icon width="35" height="35" topLeftX="82" topLeftY="182" iconType="iconpark/Peoples/peoples.svg">
915
+ <fill>
916
+ <fillColor color="rgba(50, 50, 50, 1)"/>
917
+ </fill>
918
+ </icon>
919
+ <shape width="176" height="56" topLeftX="122" topLeftY="215" type="text">
920
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="Arial Black" color="rgba(172, 175, 181, 1)">
921
+ <p>
922
+ <span color="rgba(172, 175, 181, 1)" fontSize="12" fontFamily="Arial Black">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
923
+ </p>
924
+ </content>
925
+ </shape>
926
+ <shape width="176" height="53" topLeftX="121" topLeftY="172" type="text">
927
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(50, 50, 50, 1)" bold="true">
928
+ <p>
929
+ <span color="rgba(50, 50, 50, 1)" fontSize="22">服务客户</span>
930
+ </p>
931
+ </content>
932
+ </shape>
933
+ <shape width="272" height="154" topLeftX="632" topLeftY="158" presetHandlers="4" type="round-rect">
934
+ <fill>
935
+ <fillColor color="rgba(246, 246, 246, 1)"/>
936
+ </fill>
937
+ <border color="rgba(219, 221, 225, 1)" width="1" lineJoin="miter" miterLimit="10"/>
938
+ </shape>
939
+ <shape width="176" height="56" topLeftX="698" topLeftY="215" type="text">
940
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="Arial Black" color="rgba(172, 175, 181, 1)">
941
+ <p>
942
+ <span color="rgba(172, 175, 181, 1)" fontSize="12" fontFamily="Arial Black">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
943
+ </p>
944
+ </content>
945
+ </shape>
946
+ <shape width="176" height="53" topLeftX="698" topLeftY="172" type="text">
947
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(50, 50, 50, 1)" bold="true">
948
+ <p>
949
+ <span fontSize="22">开放包容</span>
950
+ </p>
951
+ </content>
952
+ </shape>
953
+ <icon width="35" height="35" topLeftX="657" topLeftY="182" iconType="iconpark/Abstract/triangle-round-rectangle.svg">
954
+ <fill>
955
+ <fillColor color="rgba(50, 50, 50, 1)"/>
956
+ </fill>
957
+ </icon>
958
+ <shape width="272" height="154" topLeftX="344" topLeftY="158" presetHandlers="4" type="round-rect">
959
+ <fill>
960
+ <fillColor color="rgba(255, 104, 68, 1)"/>
961
+ </fill>
962
+ </shape>
963
+ <icon width="35" height="35" topLeftX="369" topLeftY="182" iconType="iconpark/Edit/star.svg">
964
+ <fill>
965
+ <fillColor color="rgba(255, 255, 255, 1)"/>
966
+ </fill>
967
+ </icon>
968
+ <shape width="176" height="56" topLeftX="411" topLeftY="215" type="text">
969
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="Arial Black" color="rgba(239, 219, 211, 1)">
970
+ <p>
971
+ <span color="rgba(239, 219, 211, 1)" fontSize="12" fontFamily="Arial Black">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
972
+ </p>
973
+ </content>
974
+ </shape>
975
+ <shape width="176" height="53" topLeftX="410" topLeftY="172" type="text">
976
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(255, 255, 255, 1)" bold="true">
977
+ <p>
978
+ <span fontSize="22">创新进取</span>
979
+ </p>
980
+ </content>
981
+ </shape>
982
+ <shape width="272" height="154" topLeftX="345" topLeftY="332" presetHandlers="4" type="round-rect">
983
+ <fill>
984
+ <fillColor color="rgba(246, 246, 246, 1)"/>
985
+ </fill>
986
+ <border color="rgba(219, 221, 225, 1)" width="1" lineJoin="miter" miterLimit="10"/>
987
+ </shape>
988
+ <shape width="176" height="56" topLeftX="412" topLeftY="389" type="text">
989
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="Arial Black" color="rgba(172, 175, 181, 1)">
990
+ <p>
991
+ <span color="rgba(172, 175, 181, 1)" fontSize="12" fontFamily="Arial Black">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
992
+ </p>
993
+ </content>
994
+ </shape>
995
+ <shape width="176" height="53" topLeftX="411" topLeftY="347" type="text">
996
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(50, 50, 50, 1)" bold="true">
997
+ <p>
998
+ <span fontSize="22">合作共赢</span>
999
+ </p>
1000
+ </content>
1001
+ </shape>
1002
+ <icon width="35" height="35" topLeftX="372" topLeftY="357" iconType="iconpark/Abstract/two-semicircles.svg">
1003
+ <fill>
1004
+ <fillColor color="rgba(50, 50, 50, 1)"/>
1005
+ </fill>
1006
+ </icon>
1007
+ <shape width="272" height="154" topLeftX="55" topLeftY="332" presetHandlers="4" type="round-rect">
1008
+ <fill>
1009
+ <fillColor color="rgba(50, 50, 50, 1)"/>
1010
+ </fill>
1011
+ </shape>
1012
+ <icon width="35" height="35" topLeftX="80" topLeftY="357" iconType="iconpark/Industry/spanner.svg">
1013
+ <fill>
1014
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1015
+ </fill>
1016
+ <border color="rgba(50, 50, 50, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1017
+ </icon>
1018
+ <shape width="176" height="56" topLeftX="122" topLeftY="389" type="text">
1019
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="Arial Black" color="rgba(172, 175, 181, 1)">
1020
+ <p>
1021
+ <span color="rgba(172, 175, 181, 1)" fontSize="12" fontFamily="Arial Black">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
1022
+ </p>
1023
+ </content>
1024
+ </shape>
1025
+ <shape width="176" height="53" topLeftX="121" topLeftY="347" type="text">
1026
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(246, 246, 246, 1)" bold="true">
1027
+ <p>
1028
+ <span color="rgba(246, 246, 246, 1)" fontSize="22">精益求精</span>
1029
+ </p>
1030
+ </content>
1031
+ </shape>
1032
+ <shape width="272" height="154" topLeftX="632" topLeftY="332" presetHandlers="4" type="round-rect">
1033
+ <fill>
1034
+ <fillColor color="rgba(50, 50, 50, 1)"/>
1035
+ </fill>
1036
+ </shape>
1037
+ <shape width="176" height="56" topLeftX="699" topLeftY="389" type="text">
1038
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="Arial Black" color="rgba(172, 175, 181, 1)">
1039
+ <p>
1040
+ <span color="rgba(172, 175, 181, 1)" fontSize="12" fontFamily="Arial Black">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
1041
+ </p>
1042
+ </content>
1043
+ </shape>
1044
+ <shape width="176" height="53" topLeftX="698" topLeftY="347" type="text">
1045
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(246, 246, 246, 1)" bold="true">
1046
+ <p>
1047
+ <span color="rgba(246, 246, 246, 1)" fontSize="22">社会关怀</span>
1048
+ </p>
1049
+ </content>
1050
+ </shape>
1051
+ <icon width="35" height="35" topLeftX="657" topLeftY="357" iconType="iconpark/Base/like.svg">
1052
+ <fill>
1053
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1054
+ </fill>
1055
+ </icon>
1056
+ <shape width="869" height="69" topLeftX="45" topLeftY="48" type="text">
1057
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" bold="true" textAlign="center">
1058
+ <p>
1059
+ <span color="rgba(0, 0, 0, 1)" fontSize="32" fontFamily="Arial Black">企业价值观</span>
1060
+ </p>
1061
+ </content>
1062
+ </shape>
1063
+ </data>
1064
+ <note>
1065
+ <content/>
1066
+ </note>
1067
+ </slide>
1068
+ <slide>
1069
+ <style>
1070
+ <fill>
1071
+ <fillImg src="JD1kbXuJzocwekxSLvKcOvp2nxc" alpha="1" rotateWithShape="false"/>
1072
+ </fill>
1073
+ </style>
1074
+ <data>
1075
+ <shape width="960" height="540" topLeftX="0" topLeftY="0" alpha="0.66" type="rect">
1076
+ <fill>
1077
+ <fillColor color="linear-gradient(172deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 24%,rgba(255, 255, 255, 0.34) 54%,rgba(0, 0, 0, 0.51) 85%,rgba(17, 17, 17, 1) 100%)"/>
1078
+ </fill>
1079
+ </shape>
1080
+ <shape width="409" height="38" topLeftX="199" topLeftY="243" type="text">
1081
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(116, 119, 122, 1)">
1082
+ <p>
1083
+ <span color="rgba(116, 119, 122, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
1084
+ </p>
1085
+ </content>
1086
+ </shape>
1087
+ <shape width="400" height="77" topLeftX="196" topLeftY="177" type="text">
1088
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(0, 0, 0, 1)" bold="true">
1089
+ <p>
1090
+ <span fontSize="38">产品介绍</span>
1091
+ </p>
1092
+ </content>
1093
+ </shape>
1094
+ <shape width="122" height="94" topLeftX="84" topLeftY="165" type="text">
1095
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="74" color="rgba(255, 104, 68, 1)" bold="true" textAlign="left">
1096
+ <p lineSpacing="multiple:1">
1097
+ <strong>
1098
+ <span color="rgba(255, 104, 68, 1)" fontSize="74">03</span>
1099
+ </strong>
1100
+ </p>
1101
+ </content>
1102
+ </shape>
1103
+ <line startX="86" startY="189" endX="55" endY="245">
1104
+ <border width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
1105
+ </line>
1106
+ <shape width="1" height="402" topLeftX="930" topLeftY="84" flipX="true" alpha="0.5" type="rect">
1107
+ <fill>
1108
+ <fillColor color="rgba(51, 51, 51, 1)"/>
1109
+ </fill>
1110
+ </shape>
1111
+ <shape width="56" height="30" topLeftX="889" topLeftY="497" rotation="270" type="rect">
1112
+ <fill>
1113
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1114
+ </fill>
1115
+ </shape>
1116
+ <shape width="30" height="85" topLeftX="930" topLeftY="0" type="rect">
1117
+ <fill>
1118
+ <fillColor color="rgba(51, 51, 51, 1)"/>
1119
+ </fill>
1120
+ </shape>
1121
+ <shape width="248" height="41" topLeftX="73" topLeftY="48" type="text">
1122
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
1123
+ <p>
1124
+ <strong>
1125
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">Logo</span>
1126
+ </strong>
1127
+ </p>
1128
+ </content>
1129
+ </shape>
1130
+ <img src="Tgvqb7QwjojIMbxu7QIcy8mpnnf" width="26" height="26" topLeftX="51" topLeftY="55" alpha="0.8">
1131
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1132
+ </img>
1133
+ </data>
1134
+ <note>
1135
+ <content/>
1136
+ </note>
1137
+ </slide>
1138
+ <slide>
1139
+ <style>
1140
+ <fill>
1141
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1142
+ </fill>
1143
+ </style>
1144
+ <data>
1145
+ <shape width="116" height="116" topLeftX="844" topLeftY="0" rotation="0" type="rect">
1146
+ <fill>
1147
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1148
+ </fill>
1149
+ </shape>
1150
+ <shape width="255" height="92" topLeftX="45" topLeftY="206" rotation="0" type="text">
1151
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
1152
+ <p>
1153
+ <span color="rgba(147, 149, 152, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。</span>
1154
+ </p>
1155
+ </content>
1156
+ </shape>
1157
+ <shape width="255" height="68" topLeftX="45" topLeftY="139" type="text">
1158
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" bold="true">
1159
+ <p>
1160
+ <span fontSize="32">核心产品介绍</span>
1161
+ </p>
1162
+ </content>
1163
+ </shape>
1164
+ <shape width="187" height="47" topLeftX="326" topLeftY="394" type="text">
1165
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true">
1166
+ <p>
1167
+ <strong>
1168
+ <span fontSize="18">产品 A</span>
1169
+ </strong>
1170
+ </p>
1171
+ </content>
1172
+ </shape>
1173
+ <shape width="187" height="56" topLeftX="326" topLeftY="428" type="text">
1174
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="Arial Black" color="rgba(147, 149, 152, 1)">
1175
+ <p>
1176
+ <span color="rgba(147, 149, 152, 1)" fontSize="12" fontFamily="Arial Black">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
1177
+ </p>
1178
+ </content>
1179
+ </shape>
1180
+ <img src="MOTZbhyLPon20UxwKe0caOFzn7g" width="178" height="328" topLeftX="335" topLeftY="54" exposure="-1" contrast="7" saturation="-100">
1181
+ <crop type="rect" leftOffset="138" rightOffset="138" topOffset="0" bottomOffset="0" presetHandlers="4"/>
1182
+ </img>
1183
+ <img src="AxeSbPOgBoL1MqxJYrtcf48znec" width="178" height="328" topLeftX="531" topLeftY="54" exposure="11" contrast="5" saturation="-100">
1184
+ <crop type="rect" leftOffset="173" rightOffset="102" topOffset="0" bottomOffset="0" presetHandlers="4"/>
1185
+ </img>
1186
+ <shape width="187" height="47" topLeftX="522" topLeftY="394" type="text">
1187
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true">
1188
+ <p>
1189
+ <strong>
1190
+ <span fontSize="18">产品 B</span>
1191
+ </strong>
1192
+ </p>
1193
+ </content>
1194
+ </shape>
1195
+ <shape width="187" height="56" topLeftX="522" topLeftY="428" type="text">
1196
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="Arial Black" color="rgba(147, 149, 152, 1)">
1197
+ <p>
1198
+ <span color="rgba(147, 149, 152, 1)" fontSize="12" fontFamily="Arial Black">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
1199
+ </p>
1200
+ </content>
1201
+ </shape>
1202
+ <img src="ZDhbb914Xoq7Xzxor1Bc2y0DnOe" width="178" height="328" topLeftX="727" topLeftY="54" exposure="-1" contrast="15" saturation="-100">
1203
+ <crop type="rect" leftOffset="106" rightOffset="45" topOffset="0" bottomOffset="174" presetHandlers="4"/>
1204
+ </img>
1205
+ <shape width="187" height="47" topLeftX="718" topLeftY="394" type="text">
1206
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true">
1207
+ <p>
1208
+ <strong>
1209
+ <span fontSize="18">产品 C</span>
1210
+ </strong>
1211
+ </p>
1212
+ </content>
1213
+ </shape>
1214
+ <shape width="187" height="56" topLeftX="718" topLeftY="428" type="text">
1215
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="Arial Black" color="rgba(147, 149, 152, 1)">
1216
+ <p>
1217
+ <span color="rgba(147, 149, 152, 1)" fontSize="12" fontFamily="Arial Black">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
1218
+ </p>
1219
+ </content>
1220
+ </shape>
1221
+ <img src="V9A6bjCLVoz4L5x2WKQcoeCJnKf" width="53" height="53" topLeftX="878" topLeftY="31">
1222
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1223
+ </img>
1224
+ <shape width="16" height="116" topLeftX="0" topLeftY="424" rotation="0" type="rect">
1225
+ <fill>
1226
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1227
+ </fill>
1228
+ </shape>
1229
+ </data>
1230
+ <note>
1231
+ <content/>
1232
+ </note>
1233
+ </slide>
1234
+ <slide>
1235
+ <style>
1236
+ <fill>
1237
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1238
+ </fill>
1239
+ </style>
1240
+ <data>
1241
+ <shape width="1" height="540" topLeftX="932" topLeftY="0" type="rect">
1242
+ <fill>
1243
+ <fillColor color="rgba(172, 175, 181, 1)"/>
1244
+ </fill>
1245
+ </shape>
1246
+ <shape width="55" height="94" topLeftX="905" topLeftY="0" type="rect">
1247
+ <fill>
1248
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1249
+ </fill>
1250
+ </shape>
1251
+ <shape width="52" height="28" topLeftX="920" topLeftY="446" rotation="270" type="rect">
1252
+ <fill>
1253
+ <fillColor color="rgba(43, 47, 54, 1)"/>
1254
+ </fill>
1255
+ </shape>
1256
+ <shape width="472" height="354" topLeftX="55" topLeftY="132" presetHandlers="4" type="round-rect">
1257
+ <fill>
1258
+ <fillColor color="rgba(246, 246, 246, 1)"/>
1259
+ </fill>
1260
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1261
+ </shape>
1262
+ <line startX="97" startY="439" endX="509" endY="440" alpha="0.15">
1263
+ <border color="rgba(31, 35, 41, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1264
+ </line>
1265
+ <line startX="97" startY="167" endX="509" endY="168" alpha="0.15">
1266
+ <border color="rgba(31, 35, 41, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1267
+ </line>
1268
+ <line startX="97" startY="221" endX="509" endY="222" alpha="0.15">
1269
+ <border color="rgba(31, 35, 41, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1270
+ </line>
1271
+ <line startX="98" startY="273" endX="510" endY="274" alpha="0.15">
1272
+ <border color="rgba(31, 35, 41, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1273
+ </line>
1274
+ <line startX="97" startY="330" endX="509" endY="331" alpha="0.15">
1275
+ <border color="rgba(31, 35, 41, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1276
+ </line>
1277
+ <line startX="98" startY="385" endX="510" endY="386" alpha="0.15">
1278
+ <border color="rgba(31, 35, 41, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1279
+ </line>
1280
+ <shape width="66" height="38" topLeftX="89" topLeftY="438" type="text">
1281
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="center">
1282
+ <p>
1283
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">2021</span>
1284
+ </p>
1285
+ </content>
1286
+ </shape>
1287
+ <shape width="48" height="38" topLeftX="49" topLeftY="150" alpha="0.3" type="text">
1288
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="right">
1289
+ <p>
1290
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">100</span>
1291
+ </p>
1292
+ </content>
1293
+ </shape>
1294
+ <shape width="48" height="38" topLeftX="49" topLeftY="200" alpha="0.3" type="text">
1295
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="right">
1296
+ <p>
1297
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">80</span>
1298
+ </p>
1299
+ </content>
1300
+ </shape>
1301
+ <shape width="48" height="38" topLeftX="49" topLeftY="256" alpha="0.3" type="text">
1302
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="right">
1303
+ <p>
1304
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">60</span>
1305
+ </p>
1306
+ </content>
1307
+ </shape>
1308
+ <shape width="48" height="38" topLeftX="50" topLeftY="313" alpha="0.3" type="text">
1309
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="right">
1310
+ <p>
1311
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">40</span>
1312
+ </p>
1313
+ </content>
1314
+ </shape>
1315
+ <shape width="48" height="38" topLeftX="49" topLeftY="368" alpha="0.3" type="text">
1316
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="right">
1317
+ <p>
1318
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">20</span>
1319
+ </p>
1320
+ </content>
1321
+ </shape>
1322
+ <shape width="64" height="38" topLeftX="161" topLeftY="438" type="text">
1323
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="center">
1324
+ <p>
1325
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">2022</span>
1326
+ </p>
1327
+ </content>
1328
+ </shape>
1329
+ <shape width="65" height="38" topLeftX="233" topLeftY="438" type="text">
1330
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="center">
1331
+ <p>
1332
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">2023</span>
1333
+ </p>
1334
+ </content>
1335
+ </shape>
1336
+ <shape width="64" height="38" topLeftX="305" topLeftY="438" type="text">
1337
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="center">
1338
+ <p>
1339
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">2024</span>
1340
+ </p>
1341
+ </content>
1342
+ </shape>
1343
+ <shape width="66" height="38" topLeftX="376" topLeftY="438" type="text">
1344
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="center">
1345
+ <p>
1346
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">2025</span>
1347
+ </p>
1348
+ </content>
1349
+ </shape>
1350
+ <shape width="66" height="38" topLeftX="448" topLeftY="438" type="text">
1351
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" textAlign="center">
1352
+ <p>
1353
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">2026</span>
1354
+ </p>
1355
+ </content>
1356
+ </shape>
1357
+ <shape width="16" height="228" topLeftX="472" topLeftY="211" presetHandlers="19" alpha="0.15" type="round-rect">
1358
+ <fill>
1359
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1360
+ </fill>
1361
+ </shape>
1362
+ <shape width="16" height="141" topLeftX="472" topLeftY="298" presetHandlers="19" type="round-rect">
1363
+ <fill>
1364
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1365
+ </fill>
1366
+ </shape>
1367
+ <shape width="16" height="248" topLeftX="401" topLeftY="191" presetHandlers="19" alpha="0.15" type="round-rect">
1368
+ <fill>
1369
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1370
+ </fill>
1371
+ </shape>
1372
+ <shape width="16" height="153" topLeftX="401" topLeftY="284" presetHandlers="19" type="round-rect">
1373
+ <fill>
1374
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1375
+ </fill>
1376
+ </shape>
1377
+ <shape width="16" height="194" topLeftX="329" topLeftY="244" presetHandlers="19" alpha="0.15" type="round-rect">
1378
+ <fill>
1379
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1380
+ </fill>
1381
+ </shape>
1382
+ <shape width="16" height="84" topLeftX="329" topLeftY="355" presetHandlers="19" type="round-rect">
1383
+ <fill>
1384
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1385
+ </fill>
1386
+ </shape>
1387
+ <shape width="16" height="135" topLeftX="257" topLeftY="304" presetHandlers="19" alpha="0.15" type="round-rect">
1388
+ <fill>
1389
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1390
+ </fill>
1391
+ </shape>
1392
+ <shape width="16" height="109" topLeftX="257" topLeftY="330" presetHandlers="19" type="round-rect">
1393
+ <fill>
1394
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1395
+ </fill>
1396
+ </shape>
1397
+ <shape width="16" height="195" topLeftX="185" topLeftY="244" presetHandlers="19" alpha="0.15" type="round-rect">
1398
+ <fill>
1399
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1400
+ </fill>
1401
+ </shape>
1402
+ <shape width="16" height="129" topLeftX="185" topLeftY="310" presetHandlers="19" type="round-rect">
1403
+ <fill>
1404
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1405
+ </fill>
1406
+ </shape>
1407
+ <shape width="16" height="85" topLeftX="113" topLeftY="354" presetHandlers="19" alpha="0.15" type="round-rect">
1408
+ <fill>
1409
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1410
+ </fill>
1411
+ </shape>
1412
+ <shape width="16" height="70" topLeftX="113" topLeftY="369" presetHandlers="19" type="round-rect">
1413
+ <fill>
1414
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1415
+ </fill>
1416
+ </shape>
1417
+ <shape width="323" height="56" topLeftX="572" topLeftY="163" rotation="0" type="text">
1418
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
1419
+ <p>
1420
+ <span color="rgba(147, 149, 152, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
1421
+ </p>
1422
+ </content>
1423
+ </shape>
1424
+ <shape width="323" height="50" topLeftX="572" topLeftY="121" rotation="0" type="text">
1425
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" bold="true">
1426
+ <p>前景一</p>
1427
+ </content>
1428
+ </shape>
1429
+ <shape width="323" height="56" topLeftX="572" topLeftY="293" rotation="0" type="text">
1430
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
1431
+ <p>
1432
+ <span color="rgba(147, 149, 152, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
1433
+ </p>
1434
+ </content>
1435
+ </shape>
1436
+ <shape width="323" height="50" topLeftX="572" topLeftY="251" rotation="0" type="text">
1437
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" bold="true">
1438
+ <p>前景二</p>
1439
+ </content>
1440
+ </shape>
1441
+ <shape width="323" height="56" topLeftX="572" topLeftY="422" rotation="0" type="text">
1442
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
1443
+ <p>
1444
+ <span color="rgba(147, 149, 152, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。</span>
1445
+ </p>
1446
+ </content>
1447
+ </shape>
1448
+ <shape width="323" height="50" topLeftX="572" topLeftY="380" rotation="0" type="text">
1449
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" bold="true">
1450
+ <p>前景三</p>
1451
+ </content>
1452
+ </shape>
1453
+ <shape width="376" height="68" topLeftX="45" topLeftY="44" type="text">
1454
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" bold="true">
1455
+ <p>
1456
+ <span fontSize="32">市场前景</span>
1457
+ </p>
1458
+ </content>
1459
+ </shape>
1460
+ </data>
1461
+ <note>
1462
+ <content/>
1463
+ </note>
1464
+ </slide>
1465
+ <slide>
1466
+ <style>
1467
+ <fill>
1468
+ <fillImg src="JgftbWuCcoHDfgxe15wcHxWQnih" alpha="1" rotateWithShape="false"/>
1469
+ </fill>
1470
+ </style>
1471
+ <data>
1472
+ <shape width="960" height="540" topLeftX="0" topLeftY="0" alpha="0.3" type="rect">
1473
+ <fill>
1474
+ <fillColor color="linear-gradient(135deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%)"/>
1475
+ </fill>
1476
+ </shape>
1477
+ <shape width="177" height="56" topLeftX="199" topLeftY="243" type="text">
1478
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(116, 119, 122, 1)">
1479
+ <p>
1480
+ <span color="rgba(116, 119, 122, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
1481
+ </p>
1482
+ </content>
1483
+ </shape>
1484
+ <shape width="400" height="77" topLeftX="196" topLeftY="177" type="text">
1485
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(0, 0, 0, 1)" bold="true">
1486
+ <p>战略规划</p>
1487
+ </content>
1488
+ </shape>
1489
+ <shape width="122" height="94" topLeftX="84" topLeftY="165" type="text">
1490
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="74" color="rgba(255, 104, 68, 1)" bold="true" textAlign="left">
1491
+ <p lineSpacing="multiple:1">
1492
+ <strong>
1493
+ <span color="rgba(255, 104, 68, 1)" fontSize="74">04</span>
1494
+ </strong>
1495
+ </p>
1496
+ </content>
1497
+ </shape>
1498
+ <line startX="86" startY="189" endX="55" endY="245">
1499
+ <border width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
1500
+ </line>
1501
+ <shape width="1" height="402" topLeftX="930" topLeftY="84" flipX="true" alpha="0.5" type="rect">
1502
+ <fill>
1503
+ <fillColor color="rgba(51, 51, 51, 1)"/>
1504
+ </fill>
1505
+ </shape>
1506
+ <shape width="56" height="30" topLeftX="889" topLeftY="497" rotation="270" type="rect">
1507
+ <fill>
1508
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1509
+ </fill>
1510
+ </shape>
1511
+ <shape width="30" height="85" topLeftX="930" topLeftY="0" type="rect">
1512
+ <fill>
1513
+ <fillColor color="rgba(51, 51, 51, 1)"/>
1514
+ </fill>
1515
+ </shape>
1516
+ <shape width="248" height="41" topLeftX="73" topLeftY="48" type="text">
1517
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
1518
+ <p>
1519
+ <strong>
1520
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">Logo</span>
1521
+ </strong>
1522
+ </p>
1523
+ </content>
1524
+ </shape>
1525
+ <img src="Tgvqb7QwjojIMbxu7QIcy8mpnnf" width="26" height="26" topLeftX="51" topLeftY="55" alpha="0.8">
1526
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1527
+ </img>
1528
+ </data>
1529
+ <note>
1530
+ <content/>
1531
+ </note>
1532
+ </slide>
1533
+ <slide>
1534
+ <style>
1535
+ <fill>
1536
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1537
+ </fill>
1538
+ </style>
1539
+ <data>
1540
+ <shape width="282" height="201" topLeftX="322" topLeftY="56" presetHandlers="4" type="round-rect">
1541
+ <fill>
1542
+ <fillColor color="rgba(246, 246, 246, 1)"/>
1543
+ </fill>
1544
+ <border color="rgba(219, 221, 225, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1545
+ </shape>
1546
+ <img src="DQEVbHjTKodA9OxGSM7c1L4Vnvd" width="68" height="68" topLeftX="341" topLeftY="75" exposure="28" contrast="43" saturation="-100">
1547
+ <crop type="rect" leftOffset="13" rightOffset="23" topOffset="34" bottomOffset="0.83" presetHandlers="4"/>
1548
+ </img>
1549
+ <shape width="255" height="56" topLeftX="333" topLeftY="189" type="text">
1550
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
1551
+ <p>
1552
+ <span color="rgba(147, 149, 152, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
1553
+ </p>
1554
+ </content>
1555
+ </shape>
1556
+ <shape width="256" height="53" topLeftX="333" topLeftY="146" type="text">
1557
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
1558
+ <p>
1559
+ <span color="rgba(0, 0, 0, 1)">项目一</span>
1560
+ </p>
1561
+ </content>
1562
+ </shape>
1563
+ <shape width="282" height="201" topLeftX="623" topLeftY="278" presetHandlers="4" type="round-rect">
1564
+ <fill>
1565
+ <fillColor color="rgba(246, 246, 246, 1)"/>
1566
+ </fill>
1567
+ <border color="rgba(219, 221, 225, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1568
+ </shape>
1569
+ <img src="NX6cbPBttocUDrxQo5Gc5t25nIe" width="68" height="68" topLeftX="642" topLeftY="297" exposure="28" contrast="43" saturation="-100">
1570
+ <crop type="rect" leftOffset="48" rightOffset="0.75" topOffset="49" bottomOffset="0" presetHandlers="4"/>
1571
+ </img>
1572
+ <shape width="255" height="56" topLeftX="634" topLeftY="411" type="text">
1573
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
1574
+ <p>
1575
+ <span color="rgba(147, 149, 152, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
1576
+ </p>
1577
+ </content>
1578
+ </shape>
1579
+ <shape width="256" height="53" topLeftX="634" topLeftY="368" type="text">
1580
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(0, 0, 0, 1)" bold="true" textAlign="left">
1581
+ <p>
1582
+ <span color="rgba(0, 0, 0, 1)">项目四</span>
1583
+ </p>
1584
+ </content>
1585
+ </shape>
1586
+ <shape width="282" height="201" topLeftX="322" topLeftY="278" presetHandlers="4" type="round-rect">
1587
+ <fill>
1588
+ <fillColor color="rgba(50, 50, 50, 1)"/>
1589
+ </fill>
1590
+ </shape>
1591
+ <shape width="255" height="56" topLeftX="333" topLeftY="411" type="text">
1592
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(172, 175, 181, 1)">
1593
+ <p>
1594
+ <span color="rgba(172, 175, 181, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
1595
+ </p>
1596
+ </content>
1597
+ </shape>
1598
+ <shape width="256" height="53" topLeftX="333" topLeftY="368" type="text">
1599
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(246, 246, 246, 1)" bold="true" textAlign="left">
1600
+ <p>
1601
+ <span color="rgba(246, 246, 246, 1)">项目三</span>
1602
+ </p>
1603
+ </content>
1604
+ </shape>
1605
+ <img src="GbuebbRm4o5oPDxDA9ScCT7innc" width="68" height="68" topLeftX="341" topLeftY="297" exposure="-1" contrast="15" saturation="-100">
1606
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="11" bottomOffset="11" presetHandlers="4"/>
1607
+ <border color="rgba(219, 221, 225, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1608
+ </img>
1609
+ <shape width="282" height="201" topLeftX="623" topLeftY="56" presetHandlers="4" type="round-rect">
1610
+ <fill>
1611
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1612
+ </fill>
1613
+ </shape>
1614
+ <shape width="255" height="56" topLeftX="634" topLeftY="189" type="text">
1615
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(239, 219, 211, 1)">
1616
+ <p>
1617
+ <span color="rgba(239, 219, 211, 1)" fontSize="12">演示文稿是一种实用的工具,可以是演示,演讲,报告等。</span>
1618
+ </p>
1619
+ </content>
1620
+ </shape>
1621
+ <shape width="256" height="53" topLeftX="634" topLeftY="146" type="text">
1622
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(246, 246, 246, 1)" bold="true" textAlign="left">
1623
+ <p>
1624
+ <span color="rgba(246, 246, 246, 1)">项目二</span>
1625
+ </p>
1626
+ </content>
1627
+ </shape>
1628
+ <img src="VyEQbKSykol0lix7IgFc3mwNn4e" width="68" height="68" topLeftX="642" topLeftY="75" saturation="-100">
1629
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="11" bottomOffset="11" presetHandlers="4"/>
1630
+ <border color="rgba(219, 221, 225, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1631
+ </img>
1632
+ <shape width="255" height="92" topLeftX="45" topLeftY="245" rotation="0" type="text">
1633
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
1634
+ <p>
1635
+ <span color="rgba(147, 149, 152, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。</span>
1636
+ </p>
1637
+ </content>
1638
+ </shape>
1639
+ <shape width="255" height="68" topLeftX="45" topLeftY="178" type="text">
1640
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" bold="true">
1641
+ <p>
1642
+ <span fontSize="32">重点项目</span>
1643
+ </p>
1644
+ </content>
1645
+ </shape>
1646
+ <shape width="30" height="28" topLeftX="0" topLeftY="512" rotation="0" type="rect">
1647
+ <fill>
1648
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1649
+ </fill>
1650
+ </shape>
1651
+ </data>
1652
+ <note>
1653
+ <content/>
1654
+ </note>
1655
+ </slide>
1656
+ <slide>
1657
+ <style/>
1658
+ <data>
1659
+ <shape width="43" height="482" topLeftX="862" topLeftY="58" type="rect">
1660
+ <fill>
1661
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1662
+ </fill>
1663
+ </shape>
1664
+ <img src="InrKbmSgIongY7xDWWoc6B04nZe" width="424" height="540" topLeftX="439" topLeftY="0" exposure="24" contrast="-15" saturation="-100">
1665
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="1" bottomOffset="1" presetHandlers="0"/>
1666
+ </img>
1667
+ <img src="CzqsbJfHboX3TJxKUOJcMK5Inxh" width="53" height="53" topLeftX="878" topLeftY="31">
1668
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1669
+ </img>
1670
+ <shape width="16" height="80" topLeftX="0" topLeftY="460" rotation="0" type="rect">
1671
+ <fill>
1672
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1673
+ </fill>
1674
+ </shape>
1675
+ <shape width="376" height="68" topLeftX="45" topLeftY="44" type="text">
1676
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" bold="true">
1677
+ <p>
1678
+ <span fontSize="32">展望未来</span>
1679
+ </p>
1680
+ </content>
1681
+ </shape>
1682
+ <shape width="352" height="74" topLeftX="45" topLeftY="190" rotation="0" type="text">
1683
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
1684
+ <p>
1685
+ <span color="rgba(147, 149, 152, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。</span>
1686
+ </p>
1687
+ </content>
1688
+ </shape>
1689
+ <shape width="352" height="50" topLeftX="45" topLeftY="148" rotation="0" type="text">
1690
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" bold="true">
1691
+ <p>发展方向一</p>
1692
+ </content>
1693
+ </shape>
1694
+ <shape width="352" height="74" topLeftX="45" topLeftY="337" rotation="0" type="text">
1695
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 149, 152, 1)">
1696
+ <p>
1697
+ <span color="rgba(147, 149, 152, 1)">演示文稿是一种实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。</span>
1698
+ </p>
1699
+ </content>
1700
+ </shape>
1701
+ <shape width="352" height="50" topLeftX="45" topLeftY="295" rotation="0" type="text">
1702
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" bold="true">
1703
+ <p>
1704
+ <strong>
1705
+ <span fontSize="20">发展方向二</span>
1706
+ </strong>
1707
+ </p>
1708
+ </content>
1709
+ </shape>
1710
+ </data>
1711
+ <note>
1712
+ <content/>
1713
+ </note>
1714
+ </slide>
1715
+ <slide>
1716
+ <style>
1717
+ <fill>
1718
+ <fillColor color="rgba(246, 246, 246, 1)"/>
1719
+ </fill>
1720
+ </style>
1721
+ <data>
1722
+ <shape width="248" height="41" topLeftX="73" topLeftY="48" type="text">
1723
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
1724
+ <p>
1725
+ <strong>
1726
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">Logo</span>
1727
+ </strong>
1728
+ </p>
1729
+ </content>
1730
+ </shape>
1731
+ <img src="QX1Lb2owNoIphsxBImZccHudnid" width="26" height="26" topLeftX="51" topLeftY="55" alpha="0.8">
1732
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1733
+ </img>
1734
+ <shape width="490" height="104" topLeftX="235" topLeftY="196" type="text">
1735
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="56" color="rgba(0, 0, 0, 1)" bold="true" textAlign="center">
1736
+ <p>
1737
+ <strong>
1738
+ <span color="rgba(0, 0, 0, 1)" fontSize="56">谢谢观看</span>
1739
+ </strong>
1740
+ </p>
1741
+ </content>
1742
+ </shape>
1743
+ <shape width="355" height="50" topLeftX="307" topLeftY="290" type="text">
1744
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(116, 119, 122, 1)" bold="false" textAlign="center">
1745
+ <p>
1746
+ <span color="rgba(116, 119, 122, 1)" fontSize="20" bold="false">期待您的加入!</span>
1747
+ </p>
1748
+ </content>
1749
+ </shape>
1750
+ <shape width="22" height="17" topLeftX="370" topLeftY="306" type="rect">
1751
+ <fill>
1752
+ <fillColor color="rgba(43, 47, 54, 1)"/>
1753
+ </fill>
1754
+ </shape>
1755
+ <shape width="22" height="17" topLeftX="567" topLeftY="306" type="rect">
1756
+ <fill>
1757
+ <fillColor color="rgba(255, 104, 68, 1)"/>
1758
+ </fill>
1759
+ </shape>
1760
+ </data>
1761
+ <note>
1762
+ <content/>
1763
+ </note>
1764
+ </slide>
1765
+ </presentation>