@wagemule/daemon 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (341) hide show
  1. package/README.md +9 -1
  2. package/dist/main.cjs +91 -32
  3. package/dist/main.cjs.map +2 -2
  4. package/dist/skills/larksuite/lark-approval/SKILL.md +56 -0
  5. package/dist/skills/larksuite/lark-attendance/SKILL.md +57 -0
  6. package/dist/skills/larksuite/lark-base/SKILL.md +349 -0
  7. package/dist/skills/larksuite/lark-base/references/dashboard-block-data-config.md +350 -0
  8. package/dist/skills/larksuite/lark-base/references/examples.md +140 -0
  9. package/dist/skills/larksuite/lark-base/references/formula-field-guide.md +735 -0
  10. package/dist/skills/larksuite/lark-base/references/lark-base-advperm-disable.md +83 -0
  11. package/dist/skills/larksuite/lark-base/references/lark-base-advperm-enable.md +80 -0
  12. package/dist/skills/larksuite/lark-base/references/lark-base-base-copy.md +74 -0
  13. package/dist/skills/larksuite/lark-base/references/lark-base-base-create.md +68 -0
  14. package/dist/skills/larksuite/lark-base/references/lark-base-base-get.md +39 -0
  15. package/dist/skills/larksuite/lark-base/references/lark-base-cell-value.md +151 -0
  16. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-arrange.md +83 -0
  17. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-create.md +108 -0
  18. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-delete.md +46 -0
  19. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-get.md +57 -0
  20. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-list.md +53 -0
  21. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-update.md +84 -0
  22. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-create.md +73 -0
  23. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-delete.md +44 -0
  24. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-get.md +59 -0
  25. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-list.md +52 -0
  26. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-update.md +69 -0
  27. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard.md +240 -0
  28. package/dist/skills/larksuite/lark-base/references/lark-base-data-analysis-sop.md +88 -0
  29. package/dist/skills/larksuite/lark-base/references/lark-base-data-query.md +451 -0
  30. package/dist/skills/larksuite/lark-base/references/lark-base-field-create.md +104 -0
  31. package/dist/skills/larksuite/lark-base/references/lark-base-field-delete.md +51 -0
  32. package/dist/skills/larksuite/lark-base/references/lark-base-field-get.md +42 -0
  33. package/dist/skills/larksuite/lark-base/references/lark-base-field-list.md +44 -0
  34. package/dist/skills/larksuite/lark-base/references/lark-base-field-search-options.md +48 -0
  35. package/dist/skills/larksuite/lark-base/references/lark-base-field-update.md +166 -0
  36. package/dist/skills/larksuite/lark-base/references/lark-base-field.md +23 -0
  37. package/dist/skills/larksuite/lark-base/references/lark-base-form-create.md +87 -0
  38. package/dist/skills/larksuite/lark-base/references/lark-base-form-delete.md +64 -0
  39. package/dist/skills/larksuite/lark-base/references/lark-base-form-get.md +68 -0
  40. package/dist/skills/larksuite/lark-base/references/lark-base-form-list.md +73 -0
  41. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-create.md +118 -0
  42. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-delete.md +68 -0
  43. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-list.md +84 -0
  44. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-update.md +92 -0
  45. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions.md +23 -0
  46. package/dist/skills/larksuite/lark-base/references/lark-base-form-update.md +82 -0
  47. package/dist/skills/larksuite/lark-base/references/lark-base-form.md +24 -0
  48. package/dist/skills/larksuite/lark-base/references/lark-base-history.md +16 -0
  49. package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-create.md +58 -0
  50. package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-update.md +53 -0
  51. package/dist/skills/larksuite/lark-base/references/lark-base-record-delete.md +62 -0
  52. package/dist/skills/larksuite/lark-base/references/lark-base-record-history-list.md +86 -0
  53. package/dist/skills/larksuite/lark-base/references/lark-base-record-share-link-create.md +72 -0
  54. package/dist/skills/larksuite/lark-base/references/lark-base-record-upload-attachment.md +50 -0
  55. package/dist/skills/larksuite/lark-base/references/lark-base-record-upsert.md +64 -0
  56. package/dist/skills/larksuite/lark-base/references/lark-base-record.md +29 -0
  57. package/dist/skills/larksuite/lark-base/references/lark-base-role-create.md +89 -0
  58. package/dist/skills/larksuite/lark-base/references/lark-base-role-delete.md +83 -0
  59. package/dist/skills/larksuite/lark-base/references/lark-base-role-get.md +87 -0
  60. package/dist/skills/larksuite/lark-base/references/lark-base-role-list.md +81 -0
  61. package/dist/skills/larksuite/lark-base/references/lark-base-role-update.md +94 -0
  62. package/dist/skills/larksuite/lark-base/references/lark-base-shortcut-field-properties.md +481 -0
  63. package/dist/skills/larksuite/lark-base/references/lark-base-table-create.md +62 -0
  64. package/dist/skills/larksuite/lark-base/references/lark-base-table-delete.md +51 -0
  65. package/dist/skills/larksuite/lark-base/references/lark-base-table-get.md +46 -0
  66. package/dist/skills/larksuite/lark-base/references/lark-base-table-list.md +43 -0
  67. package/dist/skills/larksuite/lark-base/references/lark-base-table-update.md +49 -0
  68. package/dist/skills/larksuite/lark-base/references/lark-base-table.md +20 -0
  69. package/dist/skills/larksuite/lark-base/references/lark-base-view-create.md +50 -0
  70. package/dist/skills/larksuite/lark-base/references/lark-base-view-delete.md +48 -0
  71. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-card.md +38 -0
  72. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-filter.md +38 -0
  73. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-group.md +38 -0
  74. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-sort.md +38 -0
  75. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-timebar.md +38 -0
  76. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-visible-fields.md +28 -0
  77. package/dist/skills/larksuite/lark-base/references/lark-base-view-get.md +38 -0
  78. package/dist/skills/larksuite/lark-base/references/lark-base-view-list.md +44 -0
  79. package/dist/skills/larksuite/lark-base/references/lark-base-view-rename.md +44 -0
  80. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-card.md +55 -0
  81. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-filter.md +181 -0
  82. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-group.md +65 -0
  83. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-sort.md +63 -0
  84. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-timebar.md +51 -0
  85. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-visible-fields.md +46 -0
  86. package/dist/skills/larksuite/lark-base/references/lark-base-view.md +44 -0
  87. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-create.md +180 -0
  88. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-disable.md +94 -0
  89. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-enable.md +94 -0
  90. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-get.md +147 -0
  91. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-guide.md +718 -0
  92. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-list.md +124 -0
  93. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-schema.md +935 -0
  94. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-update.md +167 -0
  95. package/dist/skills/larksuite/lark-base/references/lark-base-workflow.md +23 -0
  96. package/dist/skills/larksuite/lark-base/references/lark-base-workspace.md +18 -0
  97. package/dist/skills/larksuite/lark-base/references/lookup-field-guide.md +510 -0
  98. package/dist/skills/larksuite/lark-base/references/role-config.md +539 -0
  99. package/dist/skills/larksuite/lark-calendar/SKILL.md +154 -0
  100. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-agenda.md +78 -0
  101. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-create.md +109 -0
  102. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-freebusy.md +124 -0
  103. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-room-find.md +113 -0
  104. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-rsvp.md +42 -0
  105. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-schedule-meeting.md +265 -0
  106. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-suggestion.md +125 -0
  107. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-update.md +105 -0
  108. package/dist/skills/larksuite/lark-contact/SKILL.md +45 -0
  109. package/dist/skills/larksuite/lark-contact/references/lark-contact-get-user.md +19 -0
  110. package/dist/skills/larksuite/lark-contact/references/lark-contact-search-user.md +124 -0
  111. package/dist/skills/larksuite/lark-doc/SKILL.md +69 -0
  112. package/dist/skills/larksuite/lark-doc/references/lark-doc-create.md +89 -0
  113. package/dist/skills/larksuite/lark-doc/references/lark-doc-fetch.md +141 -0
  114. package/dist/skills/larksuite/lark-doc/references/lark-doc-md.md +71 -0
  115. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-download.md +50 -0
  116. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-insert.md +114 -0
  117. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-preview.md +41 -0
  118. package/dist/skills/larksuite/lark-doc/references/lark-doc-search.md +217 -0
  119. package/dist/skills/larksuite/lark-doc/references/lark-doc-update.md +252 -0
  120. package/dist/skills/larksuite/lark-doc/references/lark-doc-whiteboard.md +100 -0
  121. package/dist/skills/larksuite/lark-doc/references/lark-doc-xml.md +169 -0
  122. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-create-workflow.md +56 -0
  123. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-style.md +106 -0
  124. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-update-workflow.md +54 -0
  125. package/dist/skills/larksuite/lark-drive/SKILL.md +343 -0
  126. package/dist/skills/larksuite/lark-drive/references/lark-drive-add-comment.md +169 -0
  127. package/dist/skills/larksuite/lark-drive/references/lark-drive-apply-permission.md +77 -0
  128. package/dist/skills/larksuite/lark-drive/references/lark-drive-create-folder.md +73 -0
  129. package/dist/skills/larksuite/lark-drive/references/lark-drive-create-shortcut.md +103 -0
  130. package/dist/skills/larksuite/lark-drive/references/lark-drive-delete.md +79 -0
  131. package/dist/skills/larksuite/lark-drive/references/lark-drive-download.md +31 -0
  132. package/dist/skills/larksuite/lark-drive/references/lark-drive-export-download.md +50 -0
  133. package/dist/skills/larksuite/lark-drive/references/lark-drive-export.md +119 -0
  134. package/dist/skills/larksuite/lark-drive/references/lark-drive-import.md +154 -0
  135. package/dist/skills/larksuite/lark-drive/references/lark-drive-move.md +120 -0
  136. package/dist/skills/larksuite/lark-drive/references/lark-drive-pull.md +137 -0
  137. package/dist/skills/larksuite/lark-drive/references/lark-drive-push.md +162 -0
  138. package/dist/skills/larksuite/lark-drive/references/lark-drive-reactions.md +113 -0
  139. package/dist/skills/larksuite/lark-drive/references/lark-drive-search.md +239 -0
  140. package/dist/skills/larksuite/lark-drive/references/lark-drive-status.md +137 -0
  141. package/dist/skills/larksuite/lark-drive/references/lark-drive-task-result.md +302 -0
  142. package/dist/skills/larksuite/lark-drive/references/lark-drive-upload.md +101 -0
  143. package/dist/skills/larksuite/lark-event/SKILL.md +145 -0
  144. package/dist/skills/larksuite/lark-event/references/lark-event-im.md +86 -0
  145. package/dist/skills/larksuite/lark-im/SKILL.md +162 -0
  146. package/dist/skills/larksuite/lark-im/references/lark-im-chat-create.md +162 -0
  147. package/dist/skills/larksuite/lark-im/references/lark-im-chat-identity.md +55 -0
  148. package/dist/skills/larksuite/lark-im/references/lark-im-chat-list.md +113 -0
  149. package/dist/skills/larksuite/lark-im/references/lark-im-chat-messages-list.md +142 -0
  150. package/dist/skills/larksuite/lark-im/references/lark-im-chat-search.md +136 -0
  151. package/dist/skills/larksuite/lark-im/references/lark-im-chat-update.md +84 -0
  152. package/dist/skills/larksuite/lark-im/references/lark-im-flag-cancel.md +67 -0
  153. package/dist/skills/larksuite/lark-im/references/lark-im-flag-create.md +67 -0
  154. package/dist/skills/larksuite/lark-im/references/lark-im-flag-list.md +100 -0
  155. package/dist/skills/larksuite/lark-im/references/lark-im-messages-mget.md +95 -0
  156. package/dist/skills/larksuite/lark-im/references/lark-im-messages-reply.md +222 -0
  157. package/dist/skills/larksuite/lark-im/references/lark-im-messages-resources-download.md +94 -0
  158. package/dist/skills/larksuite/lark-im/references/lark-im-messages-search.md +217 -0
  159. package/dist/skills/larksuite/lark-im/references/lark-im-messages-send.md +223 -0
  160. package/dist/skills/larksuite/lark-im/references/lark-im-reactions.md +297 -0
  161. package/dist/skills/larksuite/lark-im/references/lark-im-threads-messages-list.md +111 -0
  162. package/dist/skills/larksuite/lark-mail/SKILL.md +648 -0
  163. package/dist/skills/larksuite/lark-mail/references/lark-mail-decline-receipt.md +115 -0
  164. package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-create.md +123 -0
  165. package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-edit.md +400 -0
  166. package/dist/skills/larksuite/lark-mail/references/lark-mail-forward.md +232 -0
  167. package/dist/skills/larksuite/lark-mail/references/lark-mail-message.md +230 -0
  168. package/dist/skills/larksuite/lark-mail/references/lark-mail-messages.md +108 -0
  169. package/dist/skills/larksuite/lark-mail/references/lark-mail-reply-all.md +206 -0
  170. package/dist/skills/larksuite/lark-mail/references/lark-mail-reply.md +242 -0
  171. package/dist/skills/larksuite/lark-mail/references/lark-mail-send-receipt.md +120 -0
  172. package/dist/skills/larksuite/lark-mail/references/lark-mail-send.md +216 -0
  173. package/dist/skills/larksuite/lark-mail/references/lark-mail-share-to-chat.md +87 -0
  174. package/dist/skills/larksuite/lark-mail/references/lark-mail-signature.md +98 -0
  175. package/dist/skills/larksuite/lark-mail/references/lark-mail-template-create.md +129 -0
  176. package/dist/skills/larksuite/lark-mail/references/lark-mail-template-update.md +150 -0
  177. package/dist/skills/larksuite/lark-mail/references/lark-mail-thread.md +111 -0
  178. package/dist/skills/larksuite/lark-mail/references/lark-mail-triage.md +122 -0
  179. package/dist/skills/larksuite/lark-mail/references/lark-mail-watch.md +94 -0
  180. package/dist/skills/larksuite/lark-markdown/SKILL.md +46 -0
  181. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-create.md +86 -0
  182. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-fetch.md +79 -0
  183. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-overwrite.md +85 -0
  184. package/dist/skills/larksuite/lark-minutes/SKILL.md +139 -0
  185. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-download.md +137 -0
  186. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-search.md +206 -0
  187. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-upload.md +104 -0
  188. package/dist/skills/larksuite/lark-okr/SKILL.md +133 -0
  189. package/dist/skills/larksuite/lark-okr/references/lark-okr-contentblock.md +359 -0
  190. package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-detail.md +84 -0
  191. package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-list.md +90 -0
  192. package/dist/skills/larksuite/lark-okr/references/lark-okr-entities.md +329 -0
  193. package/dist/skills/larksuite/lark-okr/references/lark-okr-image-upload.md +116 -0
  194. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-create.md +81 -0
  195. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-delete.md +47 -0
  196. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-get.md +62 -0
  197. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-list.md +80 -0
  198. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-update.md +81 -0
  199. package/dist/skills/larksuite/lark-openapi-explorer/SKILL.md +153 -0
  200. package/dist/skills/larksuite/lark-shared/SKILL.md +138 -0
  201. package/dist/skills/larksuite/lark-sheets/SKILL.md +345 -0
  202. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-data.md +197 -0
  203. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-images.md +59 -0
  204. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-style-and-merge.md +141 -0
  205. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-dropdown.md +133 -0
  206. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-filter-views.md +193 -0
  207. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-float-images.md +125 -0
  208. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-formula.md +88 -0
  209. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-row-column-management.md +151 -0
  210. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-sheet-management.md +164 -0
  211. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-spreadsheet-management.md +134 -0
  212. package/dist/skills/larksuite/lark-skill-maker/SKILL.md +85 -0
  213. package/dist/skills/larksuite/lark-slides/SKILL.md +525 -0
  214. package/dist/skills/larksuite/lark-slides/assets/templates/administration--all_hands_meeting.xml +1999 -0
  215. package/dist/skills/larksuite/lark-slides/assets/templates/administration--annual_gala.xml +1160 -0
  216. package/dist/skills/larksuite/lark-slides/assets/templates/administration--company_intro.xml +1376 -0
  217. package/dist/skills/larksuite/lark-slides/assets/templates/administration--corporate_culture.xml +1765 -0
  218. package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training.xml +912 -0
  219. package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training_workshop.xml +1504 -0
  220. package/dist/skills/larksuite/lark-slides/assets/templates/hr--onboarding.xml +933 -0
  221. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_communication.xml +1367 -0
  222. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_logo_design.xml +1347 -0
  223. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_operations_plan.xml +1309 -0
  224. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--business_plan.xml +1646 -0
  225. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_plan.xml +1469 -0
  226. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_strategy.xml +1484 -0
  227. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--product_whitepaper.xml +1455 -0
  228. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--roadshow_business_plan.xml +1506 -0
  229. package/dist/skills/larksuite/lark-slides/assets/templates/misc--book_sharing.xml +1338 -0
  230. package/dist/skills/larksuite/lark-slides/assets/templates/misc--club_event_plan.xml +4885 -0
  231. package/dist/skills/larksuite/lark-slides/assets/templates/misc--student_career_plan.xml +1854 -0
  232. package/dist/skills/larksuite/lark-slides/assets/templates/office--dark_general.xml +3763 -0
  233. package/dist/skills/larksuite/lark-slides/assets/templates/office--dept_annual_report.xml +1192 -0
  234. package/dist/skills/larksuite/lark-slides/assets/templates/office--light_general.xml +3378 -0
  235. package/dist/skills/larksuite/lark-slides/assets/templates/office--project_kickoff.xml +3152 -0
  236. package/dist/skills/larksuite/lark-slides/assets/templates/office--quarterly_review.xml +1253 -0
  237. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_report.xml +1099 -0
  238. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary.xml +4420 -0
  239. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary_report.xml +1523 -0
  240. package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_logo_design.xml +1347 -0
  241. package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_operations_plan.xml +1309 -0
  242. package/dist/skills/larksuite/lark-slides/assets/templates/operations--marketing_plan.xml +1469 -0
  243. package/dist/skills/larksuite/lark-slides/assets/templates/operations--product_promotion.xml +687 -0
  244. package/dist/skills/larksuite/lark-slides/assets/templates/personal--experience_sharing.xml +2242 -0
  245. package/dist/skills/larksuite/lark-slides/assets/templates/personal--personal_resume.xml +2047 -0
  246. package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_defense.xml +1099 -0
  247. package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_report.xml +1039 -0
  248. package/dist/skills/larksuite/lark-slides/assets/templates/personal--self_intro.xml +696 -0
  249. package/dist/skills/larksuite/lark-slides/assets/templates/personal--teaching_sharing.xml +3013 -0
  250. package/dist/skills/larksuite/lark-slides/assets/templates/product--business_case_analysis.xml +1341 -0
  251. package/dist/skills/larksuite/lark-slides/assets/templates/product--market_analysis.xml +898 -0
  252. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_analysis.xml +1537 -0
  253. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_intro.xml +2838 -0
  254. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion.xml +687 -0
  255. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion_2.xml +687 -0
  256. package/dist/skills/larksuite/lark-slides/references/examples.md +261 -0
  257. package/dist/skills/larksuite/lark-slides/references/lark-slides-create.md +137 -0
  258. package/dist/skills/larksuite/lark-slides/references/lark-slides-edit-workflows.md +142 -0
  259. package/dist/skills/larksuite/lark-slides/references/lark-slides-media-upload.md +128 -0
  260. package/dist/skills/larksuite/lark-slides/references/lark-slides-replace-slide.md +239 -0
  261. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-create.md +221 -0
  262. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-delete.md +123 -0
  263. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-get.md +110 -0
  264. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-replace.md +186 -0
  265. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentations-get.md +98 -0
  266. package/dist/skills/larksuite/lark-slides/references/slide-templates.md +201 -0
  267. package/dist/skills/larksuite/lark-slides/references/slides_demo.xml +226 -0
  268. package/dist/skills/larksuite/lark-slides/references/slides_xml_schema_definition.xml +3004 -0
  269. package/dist/skills/larksuite/lark-slides/references/template-catalog.md +464 -0
  270. package/dist/skills/larksuite/lark-slides/references/template-index.json +1853 -0
  271. package/dist/skills/larksuite/lark-slides/references/xml-format-guide.md +369 -0
  272. package/dist/skills/larksuite/lark-slides/references/xml-schema-quick-ref.md +215 -0
  273. package/dist/skills/larksuite/lark-slides/scripts/layout_lint.py +349 -0
  274. package/dist/skills/larksuite/lark-slides/scripts/layout_lint_test.py +159 -0
  275. package/dist/skills/larksuite/lark-slides/scripts/template_tool.py +970 -0
  276. package/dist/skills/larksuite/lark-slides/scripts/template_tool_test.py +177 -0
  277. package/dist/skills/larksuite/lark-task/SKILL.md +165 -0
  278. package/dist/skills/larksuite/lark-task/references/lark-task-assign.md +38 -0
  279. package/dist/skills/larksuite/lark-task/references/lark-task-comment.md +28 -0
  280. package/dist/skills/larksuite/lark-task/references/lark-task-complete.md +27 -0
  281. package/dist/skills/larksuite/lark-task/references/lark-task-create.md +57 -0
  282. package/dist/skills/larksuite/lark-task/references/lark-task-followers.md +35 -0
  283. package/dist/skills/larksuite/lark-task/references/lark-task-get-my-tasks.md +55 -0
  284. package/dist/skills/larksuite/lark-task/references/lark-task-get-related-tasks.md +53 -0
  285. package/dist/skills/larksuite/lark-task/references/lark-task-reminder.md +36 -0
  286. package/dist/skills/larksuite/lark-task/references/lark-task-reopen.md +27 -0
  287. package/dist/skills/larksuite/lark-task/references/lark-task-search.md +41 -0
  288. package/dist/skills/larksuite/lark-task/references/lark-task-set-ancestor.md +32 -0
  289. package/dist/skills/larksuite/lark-task/references/lark-task-subscribe-event.md +86 -0
  290. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-create.md +35 -0
  291. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-members.md +36 -0
  292. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-search.md +38 -0
  293. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-task-add.md +38 -0
  294. package/dist/skills/larksuite/lark-task/references/lark-task-update.md +37 -0
  295. package/dist/skills/larksuite/lark-task/references/lark-task-upload-attachment.md +59 -0
  296. package/dist/skills/larksuite/lark-vc/SKILL.md +168 -0
  297. package/dist/skills/larksuite/lark-vc/references/lark-vc-notes.md +126 -0
  298. package/dist/skills/larksuite/lark-vc/references/lark-vc-recording.md +153 -0
  299. package/dist/skills/larksuite/lark-vc/references/lark-vc-search.md +176 -0
  300. package/dist/skills/larksuite/lark-vc-agent/SKILL.md +121 -0
  301. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-events.md +247 -0
  302. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-join.md +133 -0
  303. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-leave.md +111 -0
  304. package/dist/skills/larksuite/lark-whiteboard/SKILL.md +144 -0
  305. package/dist/skills/larksuite/lark-whiteboard/references/connectors.md +102 -0
  306. package/dist/skills/larksuite/lark-whiteboard/references/content.md +40 -0
  307. package/dist/skills/larksuite/lark-whiteboard/references/image.md +80 -0
  308. package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-query.md +49 -0
  309. package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-update.md +100 -0
  310. package/dist/skills/larksuite/lark-whiteboard/references/layout.md +374 -0
  311. package/dist/skills/larksuite/lark-whiteboard/references/schema.md +357 -0
  312. package/dist/skills/larksuite/lark-whiteboard/references/style.md +318 -0
  313. package/dist/skills/larksuite/lark-whiteboard/references/typography.md +73 -0
  314. package/dist/skills/larksuite/lark-whiteboard/routes/dsl.md +107 -0
  315. package/dist/skills/larksuite/lark-whiteboard/routes/mermaid.md +27 -0
  316. package/dist/skills/larksuite/lark-whiteboard/routes/svg.md +54 -0
  317. package/dist/skills/larksuite/lark-whiteboard/scenes/architecture.md +433 -0
  318. package/dist/skills/larksuite/lark-whiteboard/scenes/bar-chart.md +187 -0
  319. package/dist/skills/larksuite/lark-whiteboard/scenes/comparison.md +135 -0
  320. package/dist/skills/larksuite/lark-whiteboard/scenes/fishbone.md +238 -0
  321. package/dist/skills/larksuite/lark-whiteboard/scenes/flowchart.md +185 -0
  322. package/dist/skills/larksuite/lark-whiteboard/scenes/flywheel.md +195 -0
  323. package/dist/skills/larksuite/lark-whiteboard/scenes/funnel.md +101 -0
  324. package/dist/skills/larksuite/lark-whiteboard/scenes/line-chart.md +214 -0
  325. package/dist/skills/larksuite/lark-whiteboard/scenes/mermaid.md +130 -0
  326. package/dist/skills/larksuite/lark-whiteboard/scenes/milestone.md +139 -0
  327. package/dist/skills/larksuite/lark-whiteboard/scenes/organization.md +173 -0
  328. package/dist/skills/larksuite/lark-whiteboard/scenes/photo-showcase.md +126 -0
  329. package/dist/skills/larksuite/lark-whiteboard/scenes/pyramid.md +99 -0
  330. package/dist/skills/larksuite/lark-whiteboard/scenes/swimlane.md +371 -0
  331. package/dist/skills/larksuite/lark-whiteboard/scenes/treemap.md +216 -0
  332. package/dist/skills/larksuite/lark-wiki/SKILL.md +111 -0
  333. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-delete-space.md +205 -0
  334. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-move.md +183 -0
  335. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-copy.md +72 -0
  336. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-create.md +127 -0
  337. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-list.md +88 -0
  338. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-space-list.md +68 -0
  339. package/dist/skills/larksuite/lark-workflow-meeting-summary/SKILL.md +104 -0
  340. package/dist/skills/larksuite/lark-workflow-standup-report/SKILL.md +120 -0
  341. package/package.json +2 -1
@@ -0,0 +1,1309 @@
1
+ <presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
2
+ <title>品牌运营计划-裂图重新上传</title>
3
+ <theme>
4
+ <textStyles>
5
+ <title fontColor="rgba(43, 47, 54, 1)" fontSize="80"/>
6
+ <headline fontColor="rgba(43, 47, 54, 1)" fontSize="48"/>
7
+ <sub-headline fontColor="rgba(43, 47, 54, 1)"/>
8
+ <body fontColor="rgba(43, 47, 54, 1)" fontSize="14"/>
9
+ <caption fontColor="rgba(43, 47, 54, 1)"/>
10
+ </textStyles>
11
+ </theme>
12
+ <slide>
13
+ <style>
14
+ <fill>
15
+ <fillColor color="rgba(60, 111, 229, 1)"/>
16
+ </fill>
17
+ </style>
18
+ <data>
19
+ <shape width="542" height="116" topLeftX="26" topLeftY="375" type="text">
20
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="80" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
21
+ <p lineSpacing="multiple:1.2">
22
+ <span color="rgba(255, 255, 255, 1)">品牌提案</span>
23
+ </p>
24
+ </content>
25
+ </shape>
26
+ <shape width="464" height="62" topLeftX="33" topLeftY="326" type="text">
27
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(255, 255, 255, 1)">
28
+ <p>
29
+ <span color="rgba(255, 255, 255, 1)">Brand proposal</span>
30
+ </p>
31
+ </content>
32
+ </shape>
33
+ <img src="XLyZb9phHo2eqMxA4TFcsriAnYg" width="459" height="464" topLeftX="501" topLeftY="0">
34
+ <crop type="rect" leftOffset="0" rightOffset="22" topOffset="160" bottomOffset="0" presetHandlers="0"/>
35
+ </img>
36
+ <shape width="73" height="38" topLeftX="59" topLeftY="24" type="text">
37
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
38
+ <p lineSpacing="multiple:1">
39
+ <strong>
40
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">LOGO</span>
41
+ </strong>
42
+ </p>
43
+ </content>
44
+ </shape>
45
+ <icon width="23" height="23" topLeftX="40" topLeftY="31" iconType="iconpark/Abstract/api-app.svg">
46
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
47
+ </icon>
48
+ </data>
49
+ <note>
50
+ <content/>
51
+ </note>
52
+ </slide>
53
+ <slide>
54
+ <style>
55
+ <fill>
56
+ <fillColor color="rgba(239, 242, 246, 1)"/>
57
+ </fill>
58
+ </style>
59
+ <data>
60
+ <shape width="175" height="92" topLeftX="54" topLeftY="93" type="text">
61
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" color="rgba(43, 47, 54, 1)" bold="true">
62
+ <p>
63
+ <span color="rgba(43, 47, 54, 1)">目录</span>
64
+ </p>
65
+ </content>
66
+ </shape>
67
+ <shape width="175" height="68" topLeftX="60" topLeftY="165" type="text">
68
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(43, 47, 54, 1)" bold="false">
69
+ <p>
70
+ <span color="rgba(43, 47, 54, 1)">Contents</span>
71
+ </p>
72
+ </content>
73
+ </shape>
74
+ <shape width="59" height="50" topLeftX="484" topLeftY="113" type="text">
75
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(60, 111, 229, 1)" bold="true">
76
+ <p>
77
+ <strong>
78
+ <span color="rgba(60, 111, 229, 1)" fontSize="20">01</span>
79
+ </strong>
80
+ </p>
81
+ </content>
82
+ </shape>
83
+ <shape width="175" height="50" topLeftX="551" topLeftY="113" type="text">
84
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(60, 111, 229, 1)" bold="true">
85
+ <p>
86
+ <strong>
87
+ <span color="rgba(60, 111, 229, 1)" fontSize="20">品牌介绍</span>
88
+ </strong>
89
+ </p>
90
+ </content>
91
+ </shape>
92
+ <shape width="59" height="50" topLeftX="484" topLeftY="170" type="text">
93
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(43, 47, 54, 1)" bold="true">
94
+ <p>
95
+ <strong>
96
+ <span color="rgba(43, 47, 54, 1)" fontSize="20">02</span>
97
+ </strong>
98
+ </p>
99
+ </content>
100
+ </shape>
101
+ <shape width="175" height="50" topLeftX="551" topLeftY="170" type="text">
102
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(43, 47, 54, 1)">
103
+ <p>
104
+ <span color="rgba(43, 47, 54, 1)" fontSize="20">产品介绍</span>
105
+ </p>
106
+ </content>
107
+ </shape>
108
+ <shape width="59" height="50" topLeftX="484" topLeftY="226" type="text">
109
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(43, 47, 54, 1)" bold="true">
110
+ <p>
111
+ <strong>
112
+ <span color="rgba(43, 47, 54, 1)" fontSize="20">03</span>
113
+ </strong>
114
+ </p>
115
+ </content>
116
+ </shape>
117
+ <shape width="175" height="50" topLeftX="551" topLeftY="226" type="text">
118
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(43, 47, 54, 1)">
119
+ <p>
120
+ <span color="rgba(43, 47, 54, 1)" fontSize="20">市场分析</span>
121
+ </p>
122
+ </content>
123
+ </shape>
124
+ <shape width="59" height="50" topLeftX="484" topLeftY="282" type="text">
125
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(43, 47, 54, 1)" bold="true">
126
+ <p>
127
+ <strong>
128
+ <span color="rgba(43, 47, 54, 1)" fontSize="20">04</span>
129
+ </strong>
130
+ </p>
131
+ </content>
132
+ </shape>
133
+ <shape width="175" height="50" topLeftX="551" topLeftY="282" type="text">
134
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(43, 47, 54, 1)">
135
+ <p>
136
+ <span color="rgba(43, 47, 54, 1)" fontSize="20">活动思路</span>
137
+ </p>
138
+ </content>
139
+ </shape>
140
+ <shape width="59" height="50" topLeftX="484" topLeftY="338" type="text">
141
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(43, 47, 54, 1)" bold="true">
142
+ <p>
143
+ <strong>
144
+ <span color="rgba(43, 47, 54, 1)" fontSize="20">05</span>
145
+ </strong>
146
+ </p>
147
+ </content>
148
+ </shape>
149
+ <shape width="175" height="50" topLeftX="551" topLeftY="338" type="text">
150
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(43, 47, 54, 1)">
151
+ <p>
152
+ <span color="rgba(43, 47, 54, 1)" fontSize="20">营销推广</span>
153
+ </p>
154
+ </content>
155
+ </shape>
156
+ <shape width="5" height="32" topLeftX="468" topLeftY="123" type="rect">
157
+ <fill>
158
+ <fillColor color="rgba(60, 111, 229, 1)"/>
159
+ </fill>
160
+ </shape>
161
+ <shape width="5" height="32" topLeftX="468" topLeftY="179" type="rect">
162
+ <fill>
163
+ <fillColor color="rgba(43, 47, 54, 1)"/>
164
+ </fill>
165
+ </shape>
166
+ <shape width="5" height="32" topLeftX="468" topLeftY="235" type="rect">
167
+ <fill>
168
+ <fillColor color="rgba(43, 47, 54, 1)"/>
169
+ </fill>
170
+ </shape>
171
+ <shape width="5" height="32" topLeftX="468" topLeftY="291" type="rect">
172
+ <fill>
173
+ <fillColor color="rgba(43, 47, 54, 1)"/>
174
+ </fill>
175
+ </shape>
176
+ <shape width="5" height="32" topLeftX="468" topLeftY="347" type="rect">
177
+ <fill>
178
+ <fillColor color="rgba(43, 47, 54, 1)"/>
179
+ </fill>
180
+ </shape>
181
+ </data>
182
+ <note>
183
+ <content/>
184
+ </note>
185
+ </slide>
186
+ <slide>
187
+ <style>
188
+ <fill>
189
+ <fillColor color="rgba(60, 111, 229, 1)"/>
190
+ </fill>
191
+ </style>
192
+ <data>
193
+ <img src="PBaBbVkouoPSSDxKzfDcg0pFn3d" width="810" height="504" topLeftX="150" topLeftY="0">
194
+ <crop type="rect" leftOffset="0" rightOffset="160" topOffset="309" bottomOffset="0" presetHandlers="0"/>
195
+ </img>
196
+ <shape width="150" height="163" topLeftX="151" topLeftY="134" type="text">
197
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="96" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
198
+ <p>
199
+ <span color="rgba(255, 255, 255, 1)" fontSize="96">01</span>
200
+ </p>
201
+ </content>
202
+ </shape>
203
+ <shape width="175" height="67" topLeftX="289" topLeftY="203" type="text">
204
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="31" color="rgba(255, 255, 255, 1)">
205
+ <p>
206
+ <span color="rgba(255, 255, 255, 1)" fontSize="31">品牌介绍</span>
207
+ </p>
208
+ </content>
209
+ </shape>
210
+ </data>
211
+ <note>
212
+ <content/>
213
+ </note>
214
+ </slide>
215
+ <slide>
216
+ <style/>
217
+ <data>
218
+ <shape width="296" height="543" topLeftX="0" topLeftY="-3" type="rect">
219
+ <fill>
220
+ <fillColor color="rgba(239, 242, 246, 1)"/>
221
+ </fill>
222
+ </shape>
223
+ <shape width="225" height="41" topLeftX="32" topLeftY="167" type="text">
224
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="false">
225
+ <p>Brand Story</p>
226
+ </content>
227
+ </shape>
228
+ <shape width="207" height="74" topLeftX="32" topLeftY="239" type="text">
229
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
230
+ <p>
231
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
232
+ </p>
233
+ </content>
234
+ </shape>
235
+ <shape width="207" height="74" topLeftX="32" topLeftY="317" type="text">
236
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
237
+ <p>
238
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
239
+ </p>
240
+ </content>
241
+ </shape>
242
+ <shape width="225" height="92" topLeftX="27" topLeftY="93" type="text">
243
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" color="rgba(60, 111, 229, 1)" bold="true">
244
+ <p>
245
+ <span color="rgba(60, 111, 229, 1)">品牌故事</span>
246
+ </p>
247
+ </content>
248
+ </shape>
249
+ <img src="Ob67bcca3obkWzxh5LtcdaEYnQh" width="248" height="361" topLeftX="350" topLeftY="89">
250
+ <crop type="rect" leftOffset="0" rightOffset="347" topOffset="127" bottomOffset="107" presetHandlers="0"/>
251
+ </img>
252
+ <img src="GsGwbhbE0oRA2pxH46BcHtBZnOp" width="225" height="361" topLeftX="610" topLeftY="89">
253
+ <crop type="rect" leftOffset="270" rightOffset="100" topOffset="128" bottomOffset="106" presetHandlers="0"/>
254
+ </img>
255
+ <img src="GYwAbOu11ofIfYxkiSlcX00bnvl" width="93" height="361" topLeftX="848" topLeftY="89">
256
+ <crop type="rect" leftOffset="502" rightOffset="0" topOffset="128" bottomOffset="105" presetHandlers="0"/>
257
+ </img>
258
+ </data>
259
+ <note>
260
+ <content/>
261
+ </note>
262
+ </slide>
263
+ <slide>
264
+ <style/>
265
+ <data>
266
+ <shape width="296" height="543" topLeftX="0" topLeftY="-3" type="rect">
267
+ <fill>
268
+ <fillColor color="rgba(239, 242, 246, 1)"/>
269
+ </fill>
270
+ </shape>
271
+ <shape width="225" height="41" topLeftX="32" topLeftY="167" type="text">
272
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="false">
273
+ <p>Milestone</p>
274
+ </content>
275
+ </shape>
276
+ <shape width="207" height="74" topLeftX="32" topLeftY="239" type="text">
277
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
278
+ <p>
279
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
280
+ </p>
281
+ </content>
282
+ </shape>
283
+ <shape width="207" height="74" topLeftX="32" topLeftY="317" type="text">
284
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
285
+ <p>
286
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
287
+ </p>
288
+ </content>
289
+ </shape>
290
+ <shape width="246" height="92" topLeftX="27" topLeftY="93" type="text">
291
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" color="rgba(60, 111, 229, 1)" bold="true">
292
+ <p>发展回顾</p>
293
+ </content>
294
+ </shape>
295
+ <undefined type="fallback"/>
296
+ </data>
297
+ <note>
298
+ <content/>
299
+ </note>
300
+ </slide>
301
+ <slide>
302
+ <style>
303
+ <fill>
304
+ <fillColor color="rgba(60, 111, 229, 1)"/>
305
+ </fill>
306
+ </style>
307
+ <data>
308
+ <img src="PBaBbVkouoPSSDxKzfDcg0pFn3d" width="810" height="504" topLeftX="150" topLeftY="0">
309
+ <crop type="rect" leftOffset="0" rightOffset="160" topOffset="309" bottomOffset="0" presetHandlers="0"/>
310
+ </img>
311
+ <shape width="150" height="164" topLeftX="151" topLeftY="134" type="text">
312
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="96" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
313
+ <p>
314
+ <span color="rgba(255, 255, 255, 1)" fontSize="96">02</span>
315
+ </p>
316
+ </content>
317
+ </shape>
318
+ <shape width="175" height="67" topLeftX="289" topLeftY="203" type="text">
319
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="31" color="rgba(255, 255, 255, 1)">
320
+ <p>产品介绍</p>
321
+ </content>
322
+ </shape>
323
+ </data>
324
+ <note>
325
+ <content/>
326
+ </note>
327
+ </slide>
328
+ <slide>
329
+ <style/>
330
+ <data>
331
+ <shape width="296" height="543" topLeftX="0" topLeftY="-3" type="rect">
332
+ <fill>
333
+ <fillColor color="rgba(239, 242, 246, 1)"/>
334
+ </fill>
335
+ </shape>
336
+ <shape width="225" height="41" topLeftX="32" topLeftY="167" type="text">
337
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="false">
338
+ <p>Product Line</p>
339
+ </content>
340
+ </shape>
341
+ <shape width="207" height="74" topLeftX="32" topLeftY="239" type="text">
342
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
343
+ <p>
344
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
345
+ </p>
346
+ </content>
347
+ </shape>
348
+ <shape width="207" height="74" topLeftX="32" topLeftY="317" type="text">
349
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
350
+ <p>
351
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
352
+ </p>
353
+ </content>
354
+ </shape>
355
+ <shape width="246" height="92" topLeftX="27" topLeftY="93" type="text">
356
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" color="rgba(60, 111, 229, 1)" bold="true">
357
+ <p>产品线</p>
358
+ </content>
359
+ </shape>
360
+ <undefined type="fallback"/>
361
+ </data>
362
+ <note>
363
+ <content/>
364
+ </note>
365
+ </slide>
366
+ <slide>
367
+ <style/>
368
+ <data>
369
+ <shape width="296" height="543" topLeftX="0" topLeftY="-3" type="rect">
370
+ <fill>
371
+ <fillColor color="rgba(239, 242, 246, 1)"/>
372
+ </fill>
373
+ </shape>
374
+ <shape width="248" height="371" topLeftX="619" topLeftY="78" type="rect">
375
+ <border color="rgba(222, 224, 227, 1)" width="1" lineJoin="miter" miterLimit="10"/>
376
+ </shape>
377
+ <shape width="248" height="371" topLeftX="351" topLeftY="79" type="rect">
378
+ <border color="rgba(222, 224, 227, 1)" width="1" lineJoin="miter" miterLimit="10"/>
379
+ </shape>
380
+ <shape width="225" height="41" topLeftX="32" topLeftY="167" type="text">
381
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="false">
382
+ <p>Highlights</p>
383
+ </content>
384
+ </shape>
385
+ <shape width="207" height="74" topLeftX="32" topLeftY="239" type="text">
386
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
387
+ <p>
388
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
389
+ </p>
390
+ </content>
391
+ </shape>
392
+ <shape width="207" height="74" topLeftX="32" topLeftY="317" type="text">
393
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
394
+ <p>
395
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
396
+ </p>
397
+ </content>
398
+ </shape>
399
+ <shape width="246" height="92" topLeftX="27" topLeftY="93" type="text">
400
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" color="rgba(60, 111, 229, 1)" bold="true">
401
+ <p>产品亮点</p>
402
+ </content>
403
+ </shape>
404
+ <shape width="180" height="41" topLeftX="644" topLeftY="205" type="text">
405
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
406
+ <p>
407
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">亮点 </span>
408
+ <strong>
409
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">#2</span>
410
+ </strong>
411
+ </p>
412
+ </content>
413
+ </shape>
414
+ <shape width="180" height="92" topLeftX="644" topLeftY="240" alpha="0.5" type="text">
415
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" textAlign="left">
416
+ <p>
417
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。</span>
418
+ </p>
419
+ </content>
420
+ </shape>
421
+ <shape width="72" height="72" topLeftX="649" topLeftY="115" type="ellipse">
422
+ <fill>
423
+ <fillColor color="rgba(43, 47, 54, 1)"/>
424
+ </fill>
425
+ </shape>
426
+ <icon width="33" height="33" topLeftX="669" topLeftY="135" iconType="iconpark/Abstract/cylinder.svg">
427
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
428
+ </icon>
429
+ <shape width="180" height="41" topLeftX="370" topLeftY="205" type="text">
430
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
431
+ <p>
432
+ <strong>
433
+ <span color="rgba(43, 47, 54, 1)" fontSize="14">亮点 #1</span>
434
+ </strong>
435
+ </p>
436
+ </content>
437
+ </shape>
438
+ <shape width="205" height="92" topLeftX="370" topLeftY="240" alpha="0.5" type="text">
439
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" textAlign="left">
440
+ <p>
441
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。</span>
442
+ </p>
443
+ </content>
444
+ </shape>
445
+ <shape width="72" height="72" topLeftX="375" topLeftY="115" type="ellipse">
446
+ <fill>
447
+ <fillColor color="rgba(60, 111, 229, 1)"/>
448
+ </fill>
449
+ </shape>
450
+ <icon width="32" height="32" topLeftX="395" topLeftY="135" iconType="iconpark/Abstract/six-points.svg">
451
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
452
+ </icon>
453
+ <shape width="205" height="74" topLeftX="370" topLeftY="332" alpha="0.5" type="text">
454
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 1)" textAlign="left">
455
+ <ul>
456
+ <li>
457
+ <p>
458
+ <span fontSize="12">要点描述</span>
459
+ </p>
460
+ </li>
461
+ <li>
462
+ <p>
463
+ <span fontSize="12">要点描述</span>
464
+ </p>
465
+ </li>
466
+ <li>
467
+ <p>
468
+ <span fontSize="12">要点描述</span>
469
+ </p>
470
+ </li>
471
+ </ul>
472
+ </content>
473
+ </shape>
474
+ <shape width="205" height="74" topLeftX="644" topLeftY="332" alpha="0.5" type="text">
475
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 1)" textAlign="left">
476
+ <ul>
477
+ <li>
478
+ <p>
479
+ <span fontSize="12">要点描述</span>
480
+ </p>
481
+ </li>
482
+ <li>
483
+ <p>
484
+ <span fontSize="12">要点描述</span>
485
+ </p>
486
+ </li>
487
+ <li>
488
+ <p>
489
+ <span fontSize="12">要点描述</span>
490
+ </p>
491
+ </li>
492
+ </ul>
493
+ </content>
494
+ </shape>
495
+ </data>
496
+ <note>
497
+ <content/>
498
+ </note>
499
+ </slide>
500
+ <slide>
501
+ <style>
502
+ <fill>
503
+ <fillColor color="rgba(60, 111, 229, 1)"/>
504
+ </fill>
505
+ </style>
506
+ <data>
507
+ <img src="PBaBbVkouoPSSDxKzfDcg0pFn3d" width="810" height="504" topLeftX="150" topLeftY="0">
508
+ <crop type="rect" leftOffset="0" rightOffset="160" topOffset="309" bottomOffset="0" presetHandlers="0"/>
509
+ </img>
510
+ <shape width="150" height="163" topLeftX="151" topLeftY="134" type="text">
511
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="96" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
512
+ <p>
513
+ <span color="rgba(255, 255, 255, 1)" fontSize="96">03</span>
514
+ </p>
515
+ </content>
516
+ </shape>
517
+ <shape width="175" height="67" topLeftX="289" topLeftY="203" type="text">
518
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="31" color="rgba(255, 255, 255, 1)">
519
+ <p>市场分析</p>
520
+ </content>
521
+ </shape>
522
+ </data>
523
+ <note>
524
+ <content/>
525
+ </note>
526
+ </slide>
527
+ <slide>
528
+ <style/>
529
+ <data>
530
+ <shape width="296" height="543" topLeftX="0" topLeftY="-3" type="rect">
531
+ <fill>
532
+ <fillColor color="rgba(239, 242, 246, 1)"/>
533
+ </fill>
534
+ </shape>
535
+ <shape width="225" height="41" topLeftX="32" topLeftY="167" type="text">
536
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="false">
537
+ <p>Market Environment</p>
538
+ </content>
539
+ </shape>
540
+ <shape width="207" height="74" topLeftX="32" topLeftY="239" type="text">
541
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
542
+ <p>
543
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
544
+ </p>
545
+ </content>
546
+ </shape>
547
+ <shape width="207" height="74" topLeftX="32" topLeftY="317" type="text">
548
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
549
+ <p>
550
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
551
+ </p>
552
+ </content>
553
+ </shape>
554
+ <shape width="308" height="92" topLeftX="27" topLeftY="93" type="text">
555
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" color="rgba(60, 111, 229, 1)" bold="true">
556
+ <p>市场环境</p>
557
+ </content>
558
+ </shape>
559
+ <shape width="310" height="310" topLeftX="334" topLeftY="110" type="ellipse">
560
+ <fill>
561
+ <fillColor color="rgba(60, 111, 229, 1)"/>
562
+ </fill>
563
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
564
+ </shape>
565
+ <shape width="310" height="310" topLeftX="605" topLeftY="111" type="ellipse">
566
+ <fill>
567
+ <fillColor color="rgba(43, 47, 54, 1)"/>
568
+ </fill>
569
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
570
+ </shape>
571
+ <shape width="180" height="44" topLeftX="387" topLeftY="205" type="text">
572
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
573
+ <p>
574
+ <strong>
575
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">国内市场</span>
576
+ </strong>
577
+ </p>
578
+ </content>
579
+ </shape>
580
+ <shape width="205" height="92" topLeftX="387" topLeftY="240" alpha="0.5" type="text">
581
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" textAlign="left">
582
+ <p>
583
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。</span>
584
+ </p>
585
+ </content>
586
+ </shape>
587
+ <shape width="180" height="44" topLeftX="657" topLeftY="205" type="text">
588
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
589
+ <p>
590
+ <strong>
591
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">国际市场</span>
592
+ </strong>
593
+ </p>
594
+ </content>
595
+ </shape>
596
+ <shape width="205" height="92" topLeftX="657" topLeftY="240" alpha="0.5" type="text">
597
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" textAlign="left">
598
+ <p>
599
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。</span>
600
+ </p>
601
+ </content>
602
+ </shape>
603
+ </data>
604
+ <note>
605
+ <content/>
606
+ </note>
607
+ </slide>
608
+ <slide>
609
+ <style/>
610
+ <data>
611
+ <shape width="296" height="543" topLeftX="0" topLeftY="-3" type="rect">
612
+ <fill>
613
+ <fillColor color="rgba(239, 242, 246, 1)"/>
614
+ </fill>
615
+ </shape>
616
+ <shape width="225" height="41" topLeftX="32" topLeftY="167" type="text">
617
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="false">
618
+ <p>Consumer Group</p>
619
+ </content>
620
+ </shape>
621
+ <shape width="207" height="74" topLeftX="32" topLeftY="239" type="text">
622
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
623
+ <p>
624
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
625
+ </p>
626
+ </content>
627
+ </shape>
628
+ <shape width="207" height="74" topLeftX="32" topLeftY="317" type="text">
629
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
630
+ <p>
631
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
632
+ </p>
633
+ </content>
634
+ </shape>
635
+ <shape width="308" height="92" topLeftX="27" topLeftY="93" type="text">
636
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" color="rgba(60, 111, 229, 1)" bold="true">
637
+ <p>消费人群</p>
638
+ </content>
639
+ </shape>
640
+ <shape width="79" height="32" topLeftX="415" topLeftY="257" type="text">
641
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 1)" bold="true" lineSpacing="multiple:1" textAlign="right">
642
+ <p lineSpacing="multiple:1">
643
+ <strong>
644
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">18</span>
645
+ </strong>
646
+ </p>
647
+ </content>
648
+ </shape>
649
+ <shape width="80" height="32" topLeftX="415" topLeftY="289" type="text">
650
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 1)" bold="true" lineSpacing="multiple:1" textAlign="right">
651
+ <p lineSpacing="multiple:1">
652
+ <strong>
653
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">18-25</span>
654
+ </strong>
655
+ </p>
656
+ </content>
657
+ </shape>
658
+ <shape width="80" height="32" topLeftX="414" topLeftY="321" type="text">
659
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 1)" bold="true" lineSpacing="multiple:1" textAlign="right">
660
+ <p lineSpacing="multiple:1">
661
+ <strong>
662
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">25-35</span>
663
+ </strong>
664
+ </p>
665
+ </content>
666
+ </shape>
667
+ <shape width="79" height="32" topLeftX="414" topLeftY="351" type="text">
668
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 1)" bold="true" lineSpacing="multiple:1" textAlign="right">
669
+ <p lineSpacing="multiple:1">
670
+ <strong>
671
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">35 以上</span>
672
+ </strong>
673
+ </p>
674
+ </content>
675
+ </shape>
676
+ <shape width="307" height="12" topLeftX="513" topLeftY="267" presetHandlers="0" type="rect">
677
+ <fill>
678
+ <fillColor/>
679
+ </fill>
680
+ </shape>
681
+ <shape width="188" height="12" topLeftX="513" topLeftY="267" presetHandlers="0" type="rect">
682
+ <fill>
683
+ <fillColor color="rgba(60, 111, 229, 1)"/>
684
+ </fill>
685
+ </shape>
686
+ <shape width="307" height="12" topLeftX="513" topLeftY="299" presetHandlers="0" type="rect">
687
+ <fill>
688
+ <fillColor/>
689
+ </fill>
690
+ </shape>
691
+ <shape width="92" height="12" topLeftX="513" topLeftY="299" presetHandlers="0" type="rect">
692
+ <fill>
693
+ <fillColor color="rgba(60, 111, 229, 1)"/>
694
+ </fill>
695
+ </shape>
696
+ <shape width="307" height="12" topLeftX="513" topLeftY="331" presetHandlers="0" type="rect">
697
+ <fill>
698
+ <fillColor/>
699
+ </fill>
700
+ </shape>
701
+ <shape width="256" height="12" topLeftX="513" topLeftY="331" presetHandlers="0" type="rect">
702
+ <fill>
703
+ <fillColor color="rgba(60, 111, 229, 1)"/>
704
+ </fill>
705
+ </shape>
706
+ <shape width="307" height="12" topLeftX="513" topLeftY="361" presetHandlers="0" type="rect">
707
+ <fill>
708
+ <fillColor/>
709
+ </fill>
710
+ </shape>
711
+ <shape width="188" height="12" topLeftX="513" topLeftY="361" presetHandlers="0" type="rect">
712
+ <fill>
713
+ <fillColor color="rgba(60, 111, 229, 1)"/>
714
+ </fill>
715
+ </shape>
716
+ <shape width="38" height="32" topLeftX="513" topLeftY="381" type="text">
717
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 1)" bold="false" lineSpacing="multiple:1" textAlign="center">
718
+ <p lineSpacing="multiple:1">
719
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" bold="false">0</span>
720
+ </p>
721
+ </content>
722
+ </shape>
723
+ <shape width="38" height="32" topLeftX="603" topLeftY="381" type="text">
724
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 1)" bold="false" lineSpacing="multiple:1" textAlign="center">
725
+ <p lineSpacing="multiple:1">
726
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" bold="false">10</span>
727
+ </p>
728
+ </content>
729
+ </shape>
730
+ <shape width="38" height="32" topLeftX="693" topLeftY="381" type="text">
731
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 1)" bold="false" lineSpacing="multiple:1" textAlign="center">
732
+ <p lineSpacing="multiple:1">
733
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" bold="false">20</span>
734
+ </p>
735
+ </content>
736
+ </shape>
737
+ <shape width="38" height="32" topLeftX="782" topLeftY="381" type="text">
738
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 1)" bold="false" lineSpacing="multiple:1" textAlign="center">
739
+ <p lineSpacing="multiple:1">
740
+ <span color="rgba(43, 47, 54, 1)" fontSize="12" bold="false">30</span>
741
+ </p>
742
+ </content>
743
+ </shape>
744
+ <shape width="386" height="74" topLeftX="448" topLeftY="141" type="text">
745
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
746
+ <p>
747
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
748
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">。</span>
749
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
750
+ </p>
751
+ </content>
752
+ </shape>
753
+ <shape width="180" height="41" topLeftX="448" topLeftY="107" type="text">
754
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true">
755
+ <p>
756
+ <span color="rgba(43, 47, 54, 1)">洞察分析</span>
757
+ </p>
758
+ </content>
759
+ </shape>
760
+ </data>
761
+ <note>
762
+ <content/>
763
+ </note>
764
+ </slide>
765
+ <slide>
766
+ <style/>
767
+ <data>
768
+ <shape width="296" height="543" topLeftX="0" topLeftY="-3" type="rect">
769
+ <fill>
770
+ <fillColor color="rgba(239, 242, 246, 1)"/>
771
+ </fill>
772
+ </shape>
773
+ <shape width="225" height="41" topLeftX="32" topLeftY="167" type="text">
774
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="false">
775
+ <p>Competition Analysis</p>
776
+ </content>
777
+ </shape>
778
+ <shape width="207" height="74" topLeftX="32" topLeftY="239" type="text">
779
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
780
+ <p>
781
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
782
+ </p>
783
+ </content>
784
+ </shape>
785
+ <shape width="207" height="74" topLeftX="32" topLeftY="317" type="text">
786
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
787
+ <p>
788
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
789
+ </p>
790
+ </content>
791
+ </shape>
792
+ <shape width="269" height="92" topLeftX="27" topLeftY="93" type="text">
793
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" color="rgba(60, 111, 229, 1)" bold="true">
794
+ <p>竞对分析</p>
795
+ </content>
796
+ </shape>
797
+ <shape width="146" height="146" topLeftX="559" topLeftY="79" type="ellipse">
798
+ <fill>
799
+ <fillColor color="rgba(60, 111, 229, 1)"/>
800
+ </fill>
801
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
802
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(255, 255, 255, 1)">
803
+ <p>
804
+ <span color="rgba(255, 255, 255, 1)" fontSize="20">竞品 #1</span>
805
+ </p>
806
+ </content>
807
+ </shape>
808
+ <shape width="146" height="146" topLeftX="559" topLeftY="194" type="ellipse">
809
+ <fill>
810
+ <fillColor/>
811
+ </fill>
812
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
813
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20">
814
+ <p>
815
+ <span fontSize="20">竞品 #2</span>
816
+ </p>
817
+ </content>
818
+ </shape>
819
+ <shape width="146" height="146" topLeftX="559" topLeftY="315" type="ellipse">
820
+ <fill>
821
+ <fillColor color="rgba(43, 47, 54, 1)"/>
822
+ </fill>
823
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
824
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(255, 255, 255, 1)">
825
+ <p>
826
+ <span color="rgba(255, 255, 255, 1)" fontSize="20">竞品 #3</span>
827
+ </p>
828
+ </content>
829
+ </shape>
830
+ <shape width="146" height="41" topLeftX="374" topLeftY="79" type="text">
831
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
832
+ <p>
833
+ <strong>优势</strong>
834
+ </p>
835
+ </content>
836
+ </shape>
837
+ <shape width="146" height="74" topLeftX="374" topLeftY="120" type="text">
838
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)" textAlign="center">
839
+ <p>
840
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">描述相关的信息以解释你的标题。写任何你想表达的内容</span>
841
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">。</span>
842
+ </p>
843
+ </content>
844
+ </shape>
845
+ <shape width="146" height="74" topLeftX="374" topLeftY="233" type="text">
846
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)" textAlign="center">
847
+ <p>
848
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">描述相关的信息以解释你的标题。写任何你想表达的内容</span>
849
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">。</span>
850
+ </p>
851
+ </content>
852
+ </shape>
853
+ <shape width="146" height="74" topLeftX="374" topLeftY="354" type="text">
854
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)" textAlign="center">
855
+ <p>
856
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">描述相关的信息以解释你的标题。写任何你想表达的内容</span>
857
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">。</span>
858
+ </p>
859
+ </content>
860
+ </shape>
861
+ <shape width="146" height="41" topLeftX="745" topLeftY="79" type="text">
862
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
863
+ <p>劣势</p>
864
+ </content>
865
+ </shape>
866
+ <shape width="146" height="74" topLeftX="745" topLeftY="120" type="text">
867
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)" textAlign="center">
868
+ <p>
869
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">描述相关的信息以解释你的标题。写任何你想表达的内容</span>
870
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">。</span>
871
+ </p>
872
+ </content>
873
+ </shape>
874
+ <shape width="146" height="74" topLeftX="745" topLeftY="233" type="text">
875
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)" textAlign="center">
876
+ <p>
877
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">描述相关的信息以解释你的标题。写任何你想表达的内容</span>
878
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">。</span>
879
+ </p>
880
+ </content>
881
+ </shape>
882
+ <shape width="146" height="74" topLeftX="745" topLeftY="354" type="text">
883
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)" textAlign="center">
884
+ <p>
885
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">描述相关的信息以解释你的标题。写任何你想表达的内容</span>
886
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">。</span>
887
+ </p>
888
+ </content>
889
+ </shape>
890
+ <line startX="352" startY="208" endX="542" endY="208">
891
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
892
+ </line>
893
+ <line startX="352" startY="332" endX="542" endY="332">
894
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
895
+ </line>
896
+ <line startX="722" startY="208" endX="913" endY="208">
897
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
898
+ </line>
899
+ <line startX="722" startY="331" endX="913" endY="331">
900
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
901
+ </line>
902
+ </data>
903
+ <note>
904
+ <content/>
905
+ </note>
906
+ </slide>
907
+ <slide>
908
+ <style>
909
+ <fill>
910
+ <fillColor color="rgba(60, 111, 229, 1)"/>
911
+ </fill>
912
+ </style>
913
+ <data>
914
+ <img src="PBaBbVkouoPSSDxKzfDcg0pFn3d" width="810" height="504" topLeftX="150" topLeftY="0">
915
+ <crop type="rect" leftOffset="0" rightOffset="160" topOffset="309" bottomOffset="0" presetHandlers="0"/>
916
+ </img>
917
+ <shape width="150" height="164" topLeftX="151" topLeftY="134" type="text">
918
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="96" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
919
+ <p>
920
+ <span color="rgba(255, 255, 255, 1)" fontSize="96">04</span>
921
+ </p>
922
+ </content>
923
+ </shape>
924
+ <shape width="175" height="67" topLeftX="289" topLeftY="203" type="text">
925
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="31" color="rgba(255, 255, 255, 1)">
926
+ <p>活动思路</p>
927
+ </content>
928
+ </shape>
929
+ </data>
930
+ <note>
931
+ <content/>
932
+ </note>
933
+ </slide>
934
+ <slide>
935
+ <style/>
936
+ <data>
937
+ <shape width="296" height="543" topLeftX="0" topLeftY="-3" type="rect">
938
+ <fill>
939
+ <fillColor color="rgba(239, 242, 246, 1)"/>
940
+ </fill>
941
+ </shape>
942
+ <shape width="225" height="41" topLeftX="32" topLeftY="167" type="text">
943
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="false">
944
+ <p> Activity Ideas</p>
945
+ </content>
946
+ </shape>
947
+ <shape width="207" height="74" topLeftX="32" topLeftY="239" type="text">
948
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
949
+ <p>
950
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
951
+ </p>
952
+ </content>
953
+ </shape>
954
+ <shape width="207" height="74" topLeftX="32" topLeftY="317" type="text">
955
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
956
+ <p>
957
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
958
+ </p>
959
+ </content>
960
+ </shape>
961
+ <shape width="308" height="92" topLeftX="27" topLeftY="93" type="text">
962
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" color="rgba(60, 111, 229, 1)" bold="true">
963
+ <p>活动思路</p>
964
+ </content>
965
+ </shape>
966
+ <img src="CZOnbA1troRlwZxlAtPcPnZynJh" width="244" height="150" topLeftX="366" topLeftY="120">
967
+ <crop type="rect" leftOffset="46" rightOffset="0" topOffset="64" bottomOffset="77" presetHandlers="0"/>
968
+ </img>
969
+ <img src="Dwj0bfLj6oNOvfxDDTPcXP38nQg" width="244" height="158" topLeftX="649" topLeftY="270">
970
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="29" bottomOffset="57" presetHandlers="0"/>
971
+ </img>
972
+ <shape width="261" height="74" topLeftX="641" topLeftY="175" type="text">
973
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
974
+ <p>
975
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
976
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">。</span>
977
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">描述相关的信息以解释你的标题。</span>
978
+ </p>
979
+ </content>
980
+ </shape>
981
+ <shape width="180" height="41" topLeftX="641" topLeftY="141" type="text">
982
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true">
983
+ <p>促销活动</p>
984
+ </content>
985
+ </shape>
986
+ <shape width="261" height="74" topLeftX="358" topLeftY="329" type="text">
987
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
988
+ <p>
989
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
990
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">。</span>
991
+ <span color="rgba(124, 125, 126, 1)" fontSize="12">描述相关的信息以解释你的标题。</span>
992
+ </p>
993
+ </content>
994
+ </shape>
995
+ <shape width="180" height="41" topLeftX="358" topLeftY="294" type="text">
996
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true">
997
+ <p> 试用活动</p>
998
+ </content>
999
+ </shape>
1000
+ </data>
1001
+ <note>
1002
+ <content/>
1003
+ </note>
1004
+ </slide>
1005
+ <slide>
1006
+ <style>
1007
+ <fill>
1008
+ <fillColor color="rgba(60, 111, 229, 1)"/>
1009
+ </fill>
1010
+ </style>
1011
+ <data>
1012
+ <img src="PBaBbVkouoPSSDxKzfDcg0pFn3d" width="810" height="504" topLeftX="150" topLeftY="0">
1013
+ <crop type="rect" leftOffset="0" rightOffset="160" topOffset="309" bottomOffset="0" presetHandlers="0"/>
1014
+ </img>
1015
+ <shape width="150" height="164" topLeftX="151" topLeftY="134" type="text">
1016
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="96" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
1017
+ <p>
1018
+ <span color="rgba(255, 255, 255, 1)" fontSize="96">05</span>
1019
+ </p>
1020
+ </content>
1021
+ </shape>
1022
+ <shape width="175" height="67" topLeftX="289" topLeftY="203" type="text">
1023
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="31" color="rgba(255, 255, 255, 1)">
1024
+ <p>营销推广</p>
1025
+ </content>
1026
+ </shape>
1027
+ </data>
1028
+ <note>
1029
+ <content/>
1030
+ </note>
1031
+ </slide>
1032
+ <slide>
1033
+ <style/>
1034
+ <data>
1035
+ <shape width="296" height="543" topLeftX="0" topLeftY="-3" type="rect">
1036
+ <fill>
1037
+ <fillColor color="rgba(239, 242, 246, 1)"/>
1038
+ </fill>
1039
+ </shape>
1040
+ <shape width="225" height="41" topLeftX="32" topLeftY="167" type="text">
1041
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="false">
1042
+ <p> Activity Ideas</p>
1043
+ </content>
1044
+ </shape>
1045
+ <shape width="207" height="74" topLeftX="32" topLeftY="239" type="text">
1046
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
1047
+ <p>
1048
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
1049
+ </p>
1050
+ </content>
1051
+ </shape>
1052
+ <shape width="207" height="74" topLeftX="32" topLeftY="317" type="text">
1053
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
1054
+ <p>
1055
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
1056
+ </p>
1057
+ </content>
1058
+ </shape>
1059
+ <shape width="270" height="92" topLeftX="27" topLeftY="93" type="text">
1060
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" color="rgba(60, 111, 229, 1)" bold="true">
1061
+ <p>活动思路</p>
1062
+ </content>
1063
+ </shape>
1064
+ <shape width="563" height="132" topLeftX="335" topLeftY="205" type="slides-full-round-rect">
1065
+ <border color="rgba(60, 111, 229, 1)" width="24" lineJoin="miter" miterLimit="10"/>
1066
+ </shape>
1067
+ <shape width="191" height="200" topLeftX="321" topLeftY="259" type="rect">
1068
+ <fill>
1069
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1070
+ </fill>
1071
+ </shape>
1072
+ <shape width="119" height="282" topLeftX="304" topLeftY="98" flipX="true" type="rect">
1073
+ <fill>
1074
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1075
+ </fill>
1076
+ </shape>
1077
+ <shape width="78" height="78" topLeftX="365" topLeftY="168" type="ellipse">
1078
+ <fill>
1079
+ <fillColor/>
1080
+ </fill>
1081
+ </shape>
1082
+ <shape width="78" height="78" topLeftX="568" topLeftY="168" type="ellipse">
1083
+ <fill>
1084
+ <fillColor/>
1085
+ </fill>
1086
+ </shape>
1087
+ <shape width="180" height="41" topLeftX="570" topLeftY="67" type="text">
1088
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
1089
+ <p>主视觉设计</p>
1090
+ </content>
1091
+ </shape>
1092
+ <shape width="167" height="56" topLeftX="570" topLeftY="101" alpha="0.5" type="text">
1093
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" textAlign="left">
1094
+ <p>
1095
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。</span>
1096
+ </p>
1097
+ </content>
1098
+ </shape>
1099
+ <shape width="180" height="41" topLeftX="365" topLeftY="67" type="text">
1100
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
1101
+ <p>产品定位</p>
1102
+ </content>
1103
+ </shape>
1104
+ <shape width="167" height="56" topLeftX="365" topLeftY="101" alpha="0.5" type="text">
1105
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" textAlign="left">
1106
+ <p>
1107
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。</span>
1108
+ </p>
1109
+ </content>
1110
+ </shape>
1111
+ <shape width="180" height="41" topLeftX="478" topLeftY="383" type="text">
1112
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
1113
+ <p>营销活动</p>
1114
+ </content>
1115
+ </shape>
1116
+ <shape width="167" height="56" topLeftX="478" topLeftY="417" alpha="0.5" type="text">
1117
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" textAlign="left">
1118
+ <p>
1119
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。</span>
1120
+ </p>
1121
+ </content>
1122
+ </shape>
1123
+ <shape width="78" height="78" topLeftX="478" topLeftY="297" type="ellipse">
1124
+ <fill>
1125
+ <fillColor/>
1126
+ </fill>
1127
+ </shape>
1128
+ <shape width="78" height="78" topLeftX="678" topLeftY="297" type="ellipse">
1129
+ <fill>
1130
+ <fillColor/>
1131
+ </fill>
1132
+ </shape>
1133
+ <shape width="180" height="41" topLeftX="678" topLeftY="383" type="text">
1134
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
1135
+ <p>广告投放</p>
1136
+ </content>
1137
+ </shape>
1138
+ <shape width="167" height="56" topLeftX="678" topLeftY="417" alpha="0.5" type="text">
1139
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" textAlign="left">
1140
+ <p>
1141
+ <span color="rgba(43, 47, 54, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。</span>
1142
+ </p>
1143
+ </content>
1144
+ </shape>
1145
+ <icon width="42" height="42" topLeftX="383" topLeftY="187" iconType="iconpark/Base/home.svg">
1146
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1147
+ </icon>
1148
+ <icon width="42" height="42" topLeftX="586" topLeftY="187" iconType="iconpark/Base/pic.svg">
1149
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1150
+ </icon>
1151
+ <icon width="42" height="42" topLeftX="696" topLeftY="317" iconType="iconpark/Office/envelope-one.svg">
1152
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1153
+ </icon>
1154
+ <icon width="42" height="42" topLeftX="496" topLeftY="317" iconType="iconpark/Office/newspaper-folding.svg">
1155
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1156
+ </icon>
1157
+ </data>
1158
+ <note>
1159
+ <content/>
1160
+ </note>
1161
+ </slide>
1162
+ <slide>
1163
+ <style/>
1164
+ <data>
1165
+ <shape width="296" height="543" topLeftX="0" topLeftY="-3" type="rect">
1166
+ <fill>
1167
+ <fillColor color="rgba(239, 242, 246, 1)"/>
1168
+ </fill>
1169
+ </shape>
1170
+ <shape width="225" height="41" topLeftX="32" topLeftY="167" type="text">
1171
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="false">
1172
+ <p> Activity Ideas</p>
1173
+ </content>
1174
+ </shape>
1175
+ <shape width="207" height="74" topLeftX="32" topLeftY="239" type="text">
1176
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
1177
+ <p>
1178
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
1179
+ </p>
1180
+ </content>
1181
+ </shape>
1182
+ <shape width="207" height="74" topLeftX="32" topLeftY="317" type="text">
1183
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(124, 125, 126, 1)">
1184
+ <p>
1185
+ <span color="rgba(124, 125, 126, 1)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
1186
+ </p>
1187
+ </content>
1188
+ </shape>
1189
+ <shape width="267" height="92" topLeftX="27" topLeftY="93" type="text">
1190
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" color="rgba(60, 111, 229, 1)" bold="true">
1191
+ <p>活动思路</p>
1192
+ </content>
1193
+ </shape>
1194
+ <line startX="362" startY="440" endX="362" endY="173" alpha="0.15">
1195
+ <border width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1196
+ </line>
1197
+ <line startX="536" startY="440" endX="535" endY="173" alpha="0.15">
1198
+ <border width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1199
+ </line>
1200
+ <line startX="722" startY="440" endX="722" endY="173" alpha="0.15">
1201
+ <border width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1202
+ </line>
1203
+ <line startX="895" startY="440" endX="895" endY="173" alpha="0.15">
1204
+ <border width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1205
+ </line>
1206
+ <shape width="399" height="48" topLeftX="495" topLeftY="191" presetHandlers="8" type="round-rect">
1207
+ <fill>
1208
+ <fillColor color="rgba(60, 111, 229, 1)"/>
1209
+ </fill>
1210
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
1211
+ <p>
1212
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">事项 #1</span>
1213
+ </p>
1214
+ </content>
1215
+ </shape>
1216
+ <shape width="337" height="48" topLeftX="450" topLeftY="252" presetHandlers="8" type="round-rect">
1217
+ <fill>
1218
+ <fillColor color="rgba(43, 47, 54, 1)"/>
1219
+ </fill>
1220
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
1221
+ <p>
1222
+ <span color="rgba(255, 255, 255, 1)">事项 #2</span>
1223
+ </p>
1224
+ </content>
1225
+ </shape>
1226
+ <shape width="400" height="48" topLeftX="362" topLeftY="313" presetHandlers="8" type="round-rect">
1227
+ <fill>
1228
+ <fillColor color="rgba(60, 111, 229, 1)"/>
1229
+ </fill>
1230
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
1231
+ <p>
1232
+ <span color="rgba(255, 255, 255, 1)">事项 #3</span>
1233
+ </p>
1234
+ </content>
1235
+ </shape>
1236
+ <shape width="267" height="48" topLeftX="583" topLeftY="373" presetHandlers="8" type="round-rect">
1237
+ <fill>
1238
+ <fillColor color="rgba(43, 47, 54, 1)"/>
1239
+ </fill>
1240
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
1241
+ <p>事项 #4</p>
1242
+ </content>
1243
+ </shape>
1244
+ <shape width="180" height="41" topLeftX="362" topLeftY="84" type="text">
1245
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
1246
+ <p>前期筹备</p>
1247
+ </content>
1248
+ </shape>
1249
+ <shape width="180" height="41" topLeftX="538" topLeftY="84" type="text">
1250
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
1251
+ <p>执行期</p>
1252
+ </content>
1253
+ </shape>
1254
+ <shape width="180" height="41" topLeftX="715" topLeftY="84" type="text">
1255
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" bold="true" textAlign="center">
1256
+ <p>总结复盘</p>
1257
+ </content>
1258
+ </shape>
1259
+ <line startX="362" startY="136" endX="895" endY="136">
1260
+ <border width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1261
+ <endArrow type="solid-triangle"/>
1262
+ </line>
1263
+ </data>
1264
+ <note>
1265
+ <content/>
1266
+ </note>
1267
+ </slide>
1268
+ <slide>
1269
+ <style>
1270
+ <fill>
1271
+ <fillColor color="rgba(60, 111, 229, 1)"/>
1272
+ </fill>
1273
+ </style>
1274
+ <data>
1275
+ <shape width="542" height="116" topLeftX="26" topLeftY="375" type="text">
1276
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="80" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
1277
+ <p lineSpacing="multiple:1.2">
1278
+ <span color="rgba(255, 255, 255, 1)">感谢观看</span>
1279
+ </p>
1280
+ </content>
1281
+ </shape>
1282
+ <shape width="464" height="62" topLeftX="33" topLeftY="326" type="text">
1283
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(255, 255, 255, 1)">
1284
+ <p>
1285
+ <span color="rgba(255, 255, 255, 1)">Thank You</span>
1286
+ </p>
1287
+ </content>
1288
+ </shape>
1289
+ <img src="CaPpbVUruoFDoBxsOS2cpAOFnBe" width="459" height="464" topLeftX="501" topLeftY="0">
1290
+ <crop type="rect" leftOffset="0" rightOffset="22" topOffset="160" bottomOffset="0" presetHandlers="0"/>
1291
+ </img>
1292
+ <shape width="73" height="38" topLeftX="59" topLeftY="24" type="text">
1293
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
1294
+ <p lineSpacing="multiple:1">
1295
+ <strong>
1296
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">LOGO</span>
1297
+ </strong>
1298
+ </p>
1299
+ </content>
1300
+ </shape>
1301
+ <icon width="23" height="23" topLeftX="40" topLeftY="31" iconType="iconpark/Abstract/api-app.svg">
1302
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1303
+ </icon>
1304
+ </data>
1305
+ <note>
1306
+ <content/>
1307
+ </note>
1308
+ </slide>
1309
+ </presentation>