@wagemule/daemon 0.1.0 → 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 -2
  2. package/dist/main.cjs +270 -101
  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,1469 @@
1
+ <presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
2
+ <title>营销策划方案-裂图重新上传</title>
3
+ <theme>
4
+ <textStyles>
5
+ <title fontColor="#000000FF"/>
6
+ <headline fontColor="#000000FF"/>
7
+ <sub-headline fontColor="#000000FF"/>
8
+ <body fontColor="#000000FF"/>
9
+ <caption fontColor="#808080FF" fontSize="14"/>
10
+ </textStyles>
11
+ </theme>
12
+ <slide>
13
+ <style>
14
+ <fill>
15
+ <fillImg src="XfIfbc1tYoFJ1sx5FWxcsCoBn0f" alpha="1" rotateWithShape="false"/>
16
+ </fill>
17
+ </style>
18
+ <data>
19
+ <shape width="191" height="202" topLeftX="587" topLeftY="184" presetHandlers="8" alpha="0.9" type="rect">
20
+ <fill>
21
+ <fillColor color="rgba(255, 219, 29, 1)"/>
22
+ </fill>
23
+ </shape>
24
+ <shape width="545" height="101" topLeftX="207" topLeftY="204" type="text">
25
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="54" bold="true" textAlign="center">
26
+ <p>营销策划模板</p>
27
+ </content>
28
+ </shape>
29
+ <line startX="142" startY="47" endX="910" endY="47" alpha="0.29">
30
+ <border color="rgba(147, 150, 156, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
31
+ </line>
32
+ <line startX="0" startY="46" endX="142" endY="46">
33
+ <border color="rgba(255, 219, 29, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
34
+ </line>
35
+ <shape width="49" height="38" topLeftX="158" topLeftY="16" type="text">
36
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true">
37
+ <p>
38
+ <strong>
39
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">1</span>
40
+ </strong>
41
+ </p>
42
+ </content>
43
+ </shape>
44
+ <shape width="276" height="38" topLeftX="640" topLeftY="16" type="text">
45
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true" textAlign="right">
46
+ <p>
47
+ <strong>
48
+ <span color="rgba(147, 150, 156, 1)" fontSize="12"> European Market Q1 Planning</span>
49
+ </strong>
50
+ </p>
51
+ </content>
52
+ </shape>
53
+ <shape width="615" height="44" topLeftX="172" topLeftY="290" type="text">
54
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(147, 150, 156, 1)" bold="true" textAlign="center">
55
+ <p>
56
+ <strong>
57
+ <span color="rgba(255, 219, 29, 1)" fontSize="16">MARKETING PLANNING </span>
58
+ </strong>
59
+ <strong>
60
+ <span color="rgba(147, 150, 156, 1)" fontSize="16">TEMPLATE</span>
61
+ </strong>
62
+ </p>
63
+ </content>
64
+ </shape>
65
+ </data>
66
+ <note>
67
+ <content/>
68
+ </note>
69
+ </slide>
70
+ <slide>
71
+ <style/>
72
+ <data>
73
+ <shape width="92" height="116" topLeftX="295" topLeftY="26" presetHandlers="8" type="rect">
74
+ <fill>
75
+ <fillColor color="rgba(255, 219, 29, 1)"/>
76
+ </fill>
77
+ </shape>
78
+ <shape width="161" height="77" topLeftX="319" topLeftY="71" type="text">
79
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" bold="true" textAlign="center">
80
+ <p>目录</p>
81
+ </content>
82
+ </shape>
83
+ <line startX="907" startY="119" endX="907" endY="515">
84
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
85
+ </line>
86
+ <line startX="908" startY="0" endX="908" endY="142">
87
+ <border color="rgba(255, 219, 29, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
88
+ </line>
89
+ <shape width="49" height="38" topLeftX="904" topLeftY="144" rotation="0" type="text">
90
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true">
91
+ <p>
92
+ <strong>
93
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">2</span>
94
+ </strong>
95
+ </p>
96
+ </content>
97
+ </shape>
98
+ <shape width="276" height="38" topLeftX="785" topLeftY="367" rotation="270" type="text">
99
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true" textAlign="left">
100
+ <p>
101
+ <strong>
102
+ <span color="rgba(147, 150, 156, 1)" fontSize="12"> European Market Q1 Planning</span>
103
+ </strong>
104
+ </p>
105
+ </content>
106
+ </shape>
107
+ <shape width="136" height="43" topLeftX="369" topLeftY="207" type="text">
108
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="15" bold="true">
109
+ <p>
110
+ <strong>
111
+ <span fontSize="15">活动总体思路</span>
112
+ </strong>
113
+ </p>
114
+ </content>
115
+ </shape>
116
+ <shape width="136" height="38" topLeftX="369" topLeftY="229" type="text">
117
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 219, 29, 1)" bold="true">
118
+ <p>
119
+ <strong>
120
+ <span color="rgba(255, 219, 29, 1)" fontSize="12">General Idea</span>
121
+ </strong>
122
+ </p>
123
+ </content>
124
+ </shape>
125
+ <shape width="203" height="56" topLeftX="369" topLeftY="254" type="text">
126
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(66, 66, 66, 1)">
127
+ <p>
128
+ <span color="rgba(66, 66, 66, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文此处添加正文此处添加正文</span>
129
+ </p>
130
+ </content>
131
+ </shape>
132
+ <shape width="136" height="43" topLeftX="614" topLeftY="207" type="text">
133
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="15" bold="true">
134
+ <p>
135
+ <strong>
136
+ <span fontSize="15">活动执行方案</span>
137
+ </strong>
138
+ </p>
139
+ </content>
140
+ </shape>
141
+ <shape width="161" height="38" topLeftX="614" topLeftY="229" type="text">
142
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 219, 29, 1)" bold="true">
143
+ <p>
144
+ <strong>
145
+ <span color="rgba(255, 219, 29, 1)" fontSize="12">Program of Activities</span>
146
+ </strong>
147
+ </p>
148
+ </content>
149
+ </shape>
150
+ <shape width="203" height="56" topLeftX="614" topLeftY="254" type="text">
151
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(66, 66, 66, 1)">
152
+ <p>
153
+ <span color="rgba(66, 66, 66, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文此处添加正文此处添加正文</span>
154
+ </p>
155
+ </content>
156
+ </shape>
157
+ <img src="NUtabqkWpohkfCxb523ckUYfnIf" width="254" height="489" topLeftX="26" topLeftY="26" exposure="16" contrast="-46" saturation="-93" temperature="-14">
158
+ <crop type="rect" leftOffset="80" rightOffset="34" topOffset="0" bottomOffset="0" presetHandlers="8"/>
159
+ </img>
160
+ <shape width="136" height="43" topLeftX="369" topLeftY="327" type="text">
161
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="15" bold="true">
162
+ <p>
163
+ <strong>
164
+ <span fontSize="15">活动经费预算</span>
165
+ </strong>
166
+ </p>
167
+ </content>
168
+ </shape>
169
+ <shape width="136" height="38" topLeftX="369" topLeftY="349" type="text">
170
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 219, 29, 1)" bold="true">
171
+ <p>
172
+ <strong>
173
+ <span color="rgba(255, 219, 29, 1)" fontSize="12">Budget</span>
174
+ </strong>
175
+ </p>
176
+ </content>
177
+ </shape>
178
+ <shape width="203" height="56" topLeftX="369" topLeftY="374" type="text">
179
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(66, 66, 66, 1)">
180
+ <p>
181
+ <span color="rgba(66, 66, 66, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文此处添加正文此处添加正文</span>
182
+ </p>
183
+ </content>
184
+ </shape>
185
+ <shape width="136" height="43" topLeftX="614" topLeftY="327" type="text">
186
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="15" bold="true">
187
+ <p>
188
+ <strong>
189
+ <span fontSize="15">活动预期效果</span>
190
+ </strong>
191
+ </p>
192
+ </content>
193
+ </shape>
194
+ <shape width="161" height="38" topLeftX="614" topLeftY="349" type="text">
195
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 219, 29, 1)" bold="true">
196
+ <p>
197
+ <strong>
198
+ <span color="rgba(255, 219, 29, 1)" fontSize="12">Expected Results</span>
199
+ </strong>
200
+ </p>
201
+ </content>
202
+ </shape>
203
+ <shape width="203" height="56" topLeftX="614" topLeftY="374" type="text">
204
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(66, 66, 66, 1)">
205
+ <p>
206
+ <span color="rgba(66, 66, 66, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文此处添加正文此处添加正文</span>
207
+ </p>
208
+ </content>
209
+ </shape>
210
+ </data>
211
+ <note>
212
+ <content/>
213
+ </note>
214
+ </slide>
215
+ <slide>
216
+ <style>
217
+ <fill>
218
+ <fillColor color="rgba(255, 219, 29, 1)"/>
219
+ </fill>
220
+ </style>
221
+ <data>
222
+ <img src="Ha3Cbaf8PobZMvxI6VZcV7uznZc" width="480" height="540" topLeftX="480" topLeftY="0" exposure="14" contrast="-55" saturation="-92" temperature="31">
223
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
224
+ </img>
225
+ <shape width="261" height="74" topLeftX="27" topLeftY="434" type="text">
226
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="36" color="rgba(24, 24, 26, 1)" bold="true" textAlign="left">
227
+ <p>
228
+ <span color="rgba(24, 24, 26, 1)" fontSize="36">活动总体思路</span>
229
+ </p>
230
+ </content>
231
+ </shape>
232
+ <shape width="231" height="47" topLeftX="31" topLeftY="407" type="text">
233
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
234
+ <p>
235
+ <strong>
236
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">General Idea</span>
237
+ </strong>
238
+ </p>
239
+ </content>
240
+ </shape>
241
+ <line startX="142" startY="47" endX="676" endY="47">
242
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
243
+ </line>
244
+ <line startX="0" startY="46" endX="142" endY="46">
245
+ <border color="rgba(255, 255, 255, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
246
+ </line>
247
+ <shape width="49" height="38" topLeftX="158" topLeftY="16" type="text">
248
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
249
+ <p>
250
+ <strong>
251
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">3</span>
252
+ </strong>
253
+ </p>
254
+ </content>
255
+ </shape>
256
+ <shape width="276" height="38" topLeftX="481" topLeftY="16" type="text">
257
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
258
+ <p>
259
+ <strong>
260
+ <span color="rgba(255, 255, 255, 1)" fontSize="12"> European Market Q1 Planning</span>
261
+ </strong>
262
+ </p>
263
+ </content>
264
+ </shape>
265
+ </data>
266
+ <note>
267
+ <content/>
268
+ </note>
269
+ </slide>
270
+ <slide>
271
+ <style/>
272
+ <data>
273
+ <line startX="142" startY="47" endX="910" endY="47">
274
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
275
+ </line>
276
+ <line startX="0" startY="46" endX="142" endY="46">
277
+ <border color="rgba(255, 219, 29, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
278
+ </line>
279
+ <shape width="49" height="38" topLeftX="158" topLeftY="16" type="text">
280
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true">
281
+ <p>
282
+ <strong>
283
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">4</span>
284
+ </strong>
285
+ </p>
286
+ </content>
287
+ </shape>
288
+ <shape width="276" height="38" topLeftX="640" topLeftY="16" type="text">
289
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true" textAlign="right">
290
+ <p>
291
+ <strong>
292
+ <span color="rgba(147, 150, 156, 1)" fontSize="12"> European Market Q1 Planning</span>
293
+ </strong>
294
+ </p>
295
+ </content>
296
+ </shape>
297
+ <shape width="101" height="90" topLeftX="41" topLeftY="88" presetHandlers="8" type="rect">
298
+ <fill>
299
+ <fillColor color="rgba(255, 219, 29, 1)"/>
300
+ </fill>
301
+ </shape>
302
+ <shape width="407" height="62" topLeftX="77" topLeftY="118" type="text">
303
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" bold="true" textAlign="left">
304
+ <p>
305
+ <span fontSize="28">活动总体思路</span>
306
+ </p>
307
+ </content>
308
+ </shape>
309
+ <shape width="240" height="56" topLeftX="41" topLeftY="232" type="text">
310
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
311
+ <p>
312
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文此处添加正文此处添加正文</span>
313
+ </p>
314
+ </content>
315
+ </shape>
316
+ <shape width="240" height="41" topLeftX="41" topLeftY="204" type="text">
317
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(66, 66, 66, 1)" bold="true">
318
+ <p>
319
+ <strong>
320
+ <span color="rgba(66, 66, 66, 1)" fontSize="14">此处添加小标题</span>
321
+ </strong>
322
+ </p>
323
+ </content>
324
+ </shape>
325
+ <shape width="240" height="56" topLeftX="41" topLeftY="326" type="text">
326
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
327
+ <p>
328
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文此处添加正文此处添加正文</span>
329
+ </p>
330
+ </content>
331
+ </shape>
332
+ <shape width="240" height="41" topLeftX="41" topLeftY="298" type="text">
333
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(66, 66, 66, 1)" bold="true">
334
+ <p>
335
+ <strong>
336
+ <span color="rgba(66, 66, 66, 1)" fontSize="14">此处添加小标题</span>
337
+ </strong>
338
+ </p>
339
+ </content>
340
+ </shape>
341
+ <shape width="240" height="56" topLeftX="41" topLeftY="420" type="text">
342
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
343
+ <p>
344
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文此处添加正文此处添加正文</span>
345
+ </p>
346
+ </content>
347
+ </shape>
348
+ <shape width="240" height="41" topLeftX="41" topLeftY="392" type="text">
349
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(66, 66, 66, 1)" bold="true">
350
+ <p>
351
+ <strong>
352
+ <span color="rgba(66, 66, 66, 1)" fontSize="14">此处添加小标题</span>
353
+ </strong>
354
+ </p>
355
+ </content>
356
+ </shape>
357
+ <img src="Yb3sbX2Vooj3HyxQfB3cH9ErnOb" width="240" height="403" topLeftX="331" topLeftY="88" exposure="4" contrast="-51" saturation="-91" temperature="20">
358
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="8"/>
359
+ </img>
360
+ <img src="MhGabCLEBoKmRox0Q7dc6txbnhg" width="152" height="403" topLeftX="589" topLeftY="88" exposure="22" contrast="-35" saturation="-92" temperature="26">
361
+ <crop type="rect" leftOffset="411" rightOffset="155" topOffset="0" bottomOffset="0" presetHandlers="8"/>
362
+ </img>
363
+ <img src="H8q1bdnT8o7bXAxIKIHc9IGLnUh" width="152" height="403" topLeftX="758" topLeftY="88" exposure="26" contrast="-35" saturation="-91" temperature="31">
364
+ <crop type="rect" leftOffset="4" rightOffset="4" topOffset="0" bottomOffset="0" presetHandlers="8"/>
365
+ </img>
366
+ </data>
367
+ <note>
368
+ <content/>
369
+ </note>
370
+ </slide>
371
+ <slide>
372
+ <style/>
373
+ <data>
374
+ <shape width="49" height="56" topLeftX="38" topLeftY="74" presetHandlers="8" type="rect">
375
+ <fill>
376
+ <fillColor color="rgba(255, 219, 29, 1)"/>
377
+ </fill>
378
+ </shape>
379
+ <line startX="142" startY="47" endX="910" endY="47">
380
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
381
+ </line>
382
+ <line startX="0" startY="46" endX="142" endY="46">
383
+ <border color="rgba(255, 219, 29, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
384
+ </line>
385
+ <shape width="49" height="38" topLeftX="158" topLeftY="16" type="text">
386
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true">
387
+ <p>
388
+ <strong>
389
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">5</span>
390
+ </strong>
391
+ </p>
392
+ </content>
393
+ </shape>
394
+ <shape width="276" height="38" topLeftX="640" topLeftY="16" type="text">
395
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true" textAlign="right">
396
+ <p>
397
+ <strong>
398
+ <span color="rgba(147, 150, 156, 1)" fontSize="12"> European Market Q1 Planning</span>
399
+ </strong>
400
+ </p>
401
+ </content>
402
+ </shape>
403
+ <shape width="195" height="74" topLeftX="38" topLeftY="194" alpha="0.88" type="text">
404
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)">
405
+ <p>
406
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文此处添加正文此处添加正文</span>
407
+ </p>
408
+ </content>
409
+ </shape>
410
+ <shape width="195" height="38" topLeftX="38" topLeftY="388" presetHandlers="45" type="rect">
411
+ <fill>
412
+ <fillColor color="rgba(255, 219, 29, 1)"/>
413
+ </fill>
414
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(31, 35, 41, 1)" bold="true">
415
+ <p>
416
+ <strong>
417
+ <span fontSize="14">第一阶段</span>
418
+ </strong>
419
+ </p>
420
+ </content>
421
+ </shape>
422
+ <shape width="407" height="56" topLeftX="47" topLeftY="82" type="text">
423
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" bold="true" textAlign="left">
424
+ <p>
425
+ <span fontSize="24">活动时间轴</span>
426
+ </p>
427
+ </content>
428
+ </shape>
429
+ <line startX="250" startY="194" endX="250" endY="426" alpha="0.7">
430
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
431
+ </line>
432
+ <shape width="195" height="74" topLeftX="267" topLeftY="194" alpha="0.88" type="text">
433
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)">
434
+ <p>
435
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文此处添加正文此处添加正文</span>
436
+ </p>
437
+ </content>
438
+ </shape>
439
+ <shape width="195" height="38" topLeftX="267" topLeftY="388" presetHandlers="45" type="rect">
440
+ <fill>
441
+ <fillColor color="rgba(255, 219, 29, 1)"/>
442
+ </fill>
443
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(31, 35, 41, 1)" bold="true">
444
+ <p>
445
+ <strong>
446
+ <span fontSize="14">第二阶段</span>
447
+ </strong>
448
+ </p>
449
+ </content>
450
+ </shape>
451
+ <line startX="479" startY="194" endX="479" endY="426" alpha="0.7">
452
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
453
+ </line>
454
+ <shape width="195" height="74" topLeftX="498" topLeftY="194" alpha="0.88" type="text">
455
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)">
456
+ <p>
457
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文此处添加正文此处添加正文</span>
458
+ </p>
459
+ </content>
460
+ </shape>
461
+ <shape width="195" height="38" topLeftX="498" topLeftY="388" presetHandlers="45" type="rect">
462
+ <fill>
463
+ <fillColor color="rgba(255, 219, 29, 1)"/>
464
+ </fill>
465
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(31, 35, 41, 1)" bold="true">
466
+ <p>
467
+ <strong>
468
+ <span fontSize="14">第三阶段</span>
469
+ </strong>
470
+ </p>
471
+ </content>
472
+ </shape>
473
+ <line startX="710" startY="194" endX="710" endY="426" alpha="0.7">
474
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
475
+ </line>
476
+ <shape width="195" height="74" topLeftX="727" topLeftY="194" alpha="0.88" type="text">
477
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)">
478
+ <p>
479
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文此处添加正文此处添加正文</span>
480
+ </p>
481
+ </content>
482
+ </shape>
483
+ <shape width="195" height="38" topLeftX="727" topLeftY="388" presetHandlers="45" type="rect">
484
+ <fill>
485
+ <fillColor color="rgba(255, 219, 29, 1)"/>
486
+ </fill>
487
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(31, 35, 41, 1)" bold="true">
488
+ <p>
489
+ <strong>
490
+ <span fontSize="14">第四阶段</span>
491
+ </strong>
492
+ </p>
493
+ </content>
494
+ </shape>
495
+ </data>
496
+ <note>
497
+ <content/>
498
+ </note>
499
+ </slide>
500
+ <slide>
501
+ <style>
502
+ <fill>
503
+ <fillColor color="rgba(255, 219, 29, 1)"/>
504
+ </fill>
505
+ </style>
506
+ <data>
507
+ <img src="JezPbVNsHopdNuxR7ZecFO7Xnhf" width="480" height="540" topLeftX="480" topLeftY="0" exposure="14" contrast="-55" saturation="-92" temperature="31">
508
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
509
+ </img>
510
+ <shape width="261" height="74" topLeftX="27" topLeftY="434" type="text">
511
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="36" color="rgba(24, 24, 26, 1)" bold="true" textAlign="left">
512
+ <p>
513
+ <span color="rgba(24, 24, 26, 1)" fontSize="36">活动执行方案</span>
514
+ </p>
515
+ </content>
516
+ </shape>
517
+ <shape width="231" height="47" topLeftX="31" topLeftY="407" type="text">
518
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
519
+ <p>
520
+ <strong>
521
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">Program of Activities</span>
522
+ </strong>
523
+ </p>
524
+ </content>
525
+ </shape>
526
+ <line startX="142" startY="47" endX="676" endY="47">
527
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
528
+ </line>
529
+ <line startX="0" startY="46" endX="142" endY="46">
530
+ <border color="rgba(255, 255, 255, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
531
+ </line>
532
+ <shape width="49" height="38" topLeftX="158" topLeftY="16" type="text">
533
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
534
+ <p>
535
+ <strong>
536
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">6</span>
537
+ </strong>
538
+ </p>
539
+ </content>
540
+ </shape>
541
+ <shape width="276" height="38" topLeftX="481" topLeftY="16" type="text">
542
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
543
+ <p> European Market Q1 Planning</p>
544
+ </content>
545
+ </shape>
546
+ </data>
547
+ <note>
548
+ <content/>
549
+ </note>
550
+ </slide>
551
+ <slide>
552
+ <style/>
553
+ <data>
554
+ <line startX="282" startY="250" endX="90" endY="250" alpha="0.7">
555
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
556
+ </line>
557
+ <line startX="907" startY="119" endX="907" endY="515">
558
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
559
+ </line>
560
+ <line startX="908" startY="0" endX="908" endY="142">
561
+ <border color="rgba(255, 219, 29, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
562
+ </line>
563
+ <shape width="49" height="38" topLeftX="904" topLeftY="144" rotation="0" type="text">
564
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true">
565
+ <p>
566
+ <strong>
567
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">7</span>
568
+ </strong>
569
+ </p>
570
+ </content>
571
+ </shape>
572
+ <shape width="276" height="38" topLeftX="785" topLeftY="367" rotation="270" type="text">
573
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true" textAlign="left">
574
+ <p>
575
+ <strong>
576
+ <span color="rgba(147, 150, 156, 1)" fontSize="12"> European Market Q3 Planning</span>
577
+ </strong>
578
+ </p>
579
+ </content>
580
+ </shape>
581
+ <shape width="261" height="68" topLeftX="30" topLeftY="64" type="text">
582
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(24, 24, 26, 1)" bold="true" textAlign="left">
583
+ <p>
584
+ <span color="rgba(24, 24, 26, 1)" fontSize="32">活动执行方案</span>
585
+ </p>
586
+ </content>
587
+ </shape>
588
+ <shape width="231" height="44" topLeftX="34" topLeftY="41" type="text">
589
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 219, 29, 1)" bold="true" textAlign="left">
590
+ <p>
591
+ <strong>
592
+ <span color="rgba(255, 219, 29, 1)" fontSize="16">Program of Activities</span>
593
+ </strong>
594
+ </p>
595
+ </content>
596
+ </shape>
597
+ <shape width="34" height="34" topLeftX="46" topLeftY="233" type="ellipse">
598
+ <fill>
599
+ <fillColor color="rgba(255, 219, 29, 1)"/>
600
+ </fill>
601
+ </shape>
602
+ <icon width="20" height="20" topLeftX="53" topLeftY="240" iconType="iconpark/Base/all-application.svg">
603
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
604
+ </icon>
605
+ <shape width="34" height="34" topLeftX="294" topLeftY="233" type="ellipse">
606
+ <fill>
607
+ <fillColor color="rgba(255, 219, 29, 1)"/>
608
+ </fill>
609
+ </shape>
610
+ <icon width="20" height="20" topLeftX="301" topLeftY="240" iconType="iconpark/Office/transform.svg">
611
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
612
+ </icon>
613
+ <shape width="34" height="34" topLeftX="542" topLeftY="233" type="ellipse">
614
+ <fill>
615
+ <fillColor color="rgba(255, 219, 29, 1)"/>
616
+ </fill>
617
+ </shape>
618
+ <icon width="20" height="20" topLeftX="549" topLeftY="240" iconType="iconpark/Travel/airplane.svg">
619
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
620
+ </icon>
621
+ <line startX="530" startY="250" endX="337" endY="250" alpha="0.7">
622
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
623
+ </line>
624
+ <shape width="240" height="41" topLeftX="42" topLeftY="277" type="text">
625
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(66, 66, 66, 1)" bold="true">
626
+ <p>
627
+ <strong>
628
+ <span color="rgba(66, 66, 66, 1)" fontSize="14">此处添加小标题</span>
629
+ </strong>
630
+ </p>
631
+ </content>
632
+ </shape>
633
+ <shape width="192" height="56" topLeftX="62" topLeftY="314" type="text">
634
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
635
+ <p>
636
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文</span>
637
+ </p>
638
+ </content>
639
+ </shape>
640
+ <shape width="12" height="2" topLeftX="53" topLeftY="332" type="rect">
641
+ <fill>
642
+ <fillColor color="rgba(255, 219, 29, 1)"/>
643
+ </fill>
644
+ </shape>
645
+ <shape width="192" height="38" topLeftX="62" topLeftY="360" type="text">
646
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
647
+ <p>
648
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文</span>
649
+ </p>
650
+ </content>
651
+ </shape>
652
+ <shape width="12" height="2" topLeftX="53" topLeftY="378" type="rect">
653
+ <fill>
654
+ <fillColor color="rgba(255, 219, 29, 1)"/>
655
+ </fill>
656
+ </shape>
657
+ <shape width="240" height="41" topLeftX="294" topLeftY="277" type="text">
658
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(66, 66, 66, 1)" bold="true">
659
+ <p>
660
+ <strong>
661
+ <span color="rgba(66, 66, 66, 1)" fontSize="14">此处添加小标题</span>
662
+ </strong>
663
+ </p>
664
+ </content>
665
+ </shape>
666
+ <shape width="192" height="56" topLeftX="313" topLeftY="314" type="text">
667
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
668
+ <p>
669
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文</span>
670
+ </p>
671
+ </content>
672
+ </shape>
673
+ <shape width="12" height="2" topLeftX="305" topLeftY="332" type="rect">
674
+ <fill>
675
+ <fillColor color="rgba(255, 219, 29, 1)"/>
676
+ </fill>
677
+ </shape>
678
+ <shape width="192" height="38" topLeftX="313" topLeftY="360" type="text">
679
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
680
+ <p>
681
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文</span>
682
+ </p>
683
+ </content>
684
+ </shape>
685
+ <shape width="12" height="2" topLeftX="305" topLeftY="378" type="rect">
686
+ <fill>
687
+ <fillColor color="rgba(255, 219, 29, 1)"/>
688
+ </fill>
689
+ </shape>
690
+ <shape width="192" height="74" topLeftX="313" topLeftY="391" type="text">
691
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
692
+ <p>
693
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文此处添加正文此处添加正文</span>
694
+ </p>
695
+ </content>
696
+ </shape>
697
+ <shape width="12" height="2" topLeftX="305" topLeftY="408" type="rect">
698
+ <fill>
699
+ <fillColor color="rgba(255, 219, 29, 1)"/>
700
+ </fill>
701
+ </shape>
702
+ <shape width="240" height="41" topLeftX="542" topLeftY="277" type="text">
703
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(66, 66, 66, 1)" bold="true">
704
+ <p>
705
+ <strong>
706
+ <span color="rgba(66, 66, 66, 1)" fontSize="14">此处添加小标题</span>
707
+ </strong>
708
+ </p>
709
+ </content>
710
+ </shape>
711
+ <shape width="192" height="56" topLeftX="561" topLeftY="314" type="text">
712
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
713
+ <p>
714
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文此处添加正文</span>
715
+ </p>
716
+ </content>
717
+ </shape>
718
+ <shape width="12" height="2" topLeftX="553" topLeftY="332" type="rect">
719
+ <fill>
720
+ <fillColor color="rgba(255, 219, 29, 1)"/>
721
+ </fill>
722
+ </shape>
723
+ </data>
724
+ <note>
725
+ <content/>
726
+ </note>
727
+ </slide>
728
+ <slide>
729
+ <style/>
730
+ <data>
731
+ <line startX="907" startY="119" endX="907" endY="515">
732
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
733
+ </line>
734
+ <line startX="908" startY="0" endX="908" endY="142">
735
+ <border color="rgba(255, 219, 29, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
736
+ </line>
737
+ <shape width="49" height="38" topLeftX="904" topLeftY="144" rotation="0" type="text">
738
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true">
739
+ <p>
740
+ <strong>
741
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">8</span>
742
+ </strong>
743
+ </p>
744
+ </content>
745
+ </shape>
746
+ <shape width="276" height="38" topLeftX="785" topLeftY="367" rotation="270" type="text">
747
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true" textAlign="left">
748
+ <p>
749
+ <strong>
750
+ <span color="rgba(147, 150, 156, 1)" fontSize="12"> European Market Q1 Planning</span>
751
+ </strong>
752
+ </p>
753
+ </content>
754
+ </shape>
755
+ <img src="W2oebPLuVoS3XzxoJc7cz2xtnxf" width="243" height="466" topLeftX="35" topLeftY="37" exposure="16" contrast="-46" saturation="-93" temperature="-14">
756
+ <crop type="rect" leftOffset="8" rightOffset="8" topOffset="0" bottomOffset="0" presetHandlers="8"/>
757
+ </img>
758
+ <shape width="60" height="64" topLeftX="341" topLeftY="163" presetHandlers="8" type="rect">
759
+ <fill>
760
+ <fillColor color="rgba(255, 219, 29, 1)"/>
761
+ </fill>
762
+ </shape>
763
+ <shape width="177" height="59" topLeftX="361" topLeftY="179" type="text">
764
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="26" bold="true" textAlign="left">
765
+ <p>
766
+ <span fontSize="26">活动执行方案</span>
767
+ </p>
768
+ </content>
769
+ </shape>
770
+ <shape width="231" height="38" topLeftX="363" topLeftY="221" type="text">
771
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 219, 29, 1)" bold="true" textAlign="left">
772
+ <p>
773
+ <strong>
774
+ <span color="rgba(255, 219, 29, 1)" fontSize="12">Program of Activities</span>
775
+ </strong>
776
+ </p>
777
+ </content>
778
+ </shape>
779
+ <shape width="188" height="254" topLeftX="363" topLeftY="252" type="text">
780
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
781
+ <p>
782
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文,此处添加正文此处添加正文,此处添加正文。</span>
783
+ </p>
784
+ <p/>
785
+ <p>
786
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文,此处添加正文此处添加正文,此处添加正文。此处添加正文此处添加正文,此处添加正文。此处添加正文此处添加正文,此处添加正文。</span>
787
+ </p>
788
+ <p/>
789
+ <p>
790
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文,此处添加正文。</span>
791
+ </p>
792
+ </content>
793
+ </shape>
794
+ <shape width="240" height="41" topLeftX="616" topLeftY="163" type="text">
795
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(66, 66, 66, 1)" bold="true">
796
+ <p>
797
+ <strong>
798
+ <span color="rgba(66, 66, 66, 1)" fontSize="14">此处添加小标题或更多内容</span>
799
+ </strong>
800
+ </p>
801
+ </content>
802
+ </shape>
803
+ <shape width="231" height="77" topLeftX="616" topLeftY="183" type="text">
804
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(255, 219, 29, 1)" bold="true" textAlign="left">
805
+ <p>
806
+ <strong>
807
+ <span color="rgba(255, 219, 29, 1)" fontSize="38">1,891+</span>
808
+ </strong>
809
+ </p>
810
+ </content>
811
+ </shape>
812
+ <line startX="817" startY="252" endX="624" endY="252" alpha="0.7">
813
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
814
+ </line>
815
+ <shape width="240" height="41" topLeftX="616" topLeftY="286" type="text">
816
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(66, 66, 66, 1)" bold="true">
817
+ <p>
818
+ <strong>
819
+ <span color="rgba(66, 66, 66, 1)" fontSize="14">此处添加小标题或更多内容</span>
820
+ </strong>
821
+ </p>
822
+ </content>
823
+ </shape>
824
+ <shape width="231" height="77" topLeftX="616" topLeftY="307" type="text">
825
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(255, 219, 29, 1)" bold="true" textAlign="left">
826
+ <p>
827
+ <strong>
828
+ <span color="rgba(255, 219, 29, 1)" fontSize="38">60+</span>
829
+ </strong>
830
+ </p>
831
+ </content>
832
+ </shape>
833
+ <line startX="817" startY="375" endX="624" endY="375" alpha="0.7">
834
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
835
+ </line>
836
+ <shape width="240" height="41" topLeftX="616" topLeftY="411" type="text">
837
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(66, 66, 66, 1)" bold="true">
838
+ <p>
839
+ <strong>
840
+ <span color="rgba(66, 66, 66, 1)" fontSize="14">此处添加小标题或更多内容</span>
841
+ </strong>
842
+ </p>
843
+ </content>
844
+ </shape>
845
+ <shape width="231" height="77" topLeftX="616" topLeftY="432" type="text">
846
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(255, 219, 29, 1)" bold="true" textAlign="left">
847
+ <p>
848
+ <strong>
849
+ <span color="rgba(255, 219, 29, 1)" fontSize="38">13,762+</span>
850
+ </strong>
851
+ </p>
852
+ </content>
853
+ </shape>
854
+ <line startX="816" startY="500" endX="624" endY="500" alpha="0.7">
855
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
856
+ </line>
857
+ </data>
858
+ <note>
859
+ <content/>
860
+ </note>
861
+ </slide>
862
+ <slide>
863
+ <style>
864
+ <fill>
865
+ <fillColor color="rgba(255, 219, 29, 1)"/>
866
+ </fill>
867
+ </style>
868
+ <data>
869
+ <img src="KSLDbAtVTowNhQxnPfUcK4s2nzc" width="480" height="540" topLeftX="0" topLeftY="0" exposure="14" contrast="-55" saturation="-92" temperature="31">
870
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
871
+ </img>
872
+ <shape width="261" height="74" topLeftX="672" topLeftY="434" type="text">
873
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="36" color="rgba(24, 24, 26, 1)" bold="true" textAlign="right">
874
+ <p>
875
+ <span color="rgba(24, 24, 26, 1)" fontSize="36">活动经费预算</span>
876
+ </p>
877
+ </content>
878
+ </shape>
879
+ <shape width="231" height="47" topLeftX="699" topLeftY="407" type="text">
880
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
881
+ <p>
882
+ <strong>
883
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">Budget</span>
884
+ </strong>
885
+ </p>
886
+ </content>
887
+ </shape>
888
+ <line startX="142" startY="47" endX="676" endY="47">
889
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
890
+ </line>
891
+ <line startX="0" startY="46" endX="142" endY="46">
892
+ <border color="rgba(255, 255, 255, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
893
+ </line>
894
+ <shape width="49" height="38" topLeftX="158" topLeftY="16" type="text">
895
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
896
+ <p>
897
+ <strong>
898
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">9</span>
899
+ </strong>
900
+ </p>
901
+ </content>
902
+ </shape>
903
+ <shape width="276" height="38" topLeftX="481" topLeftY="16" type="text">
904
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
905
+ <p> European Market Q1 Planning</p>
906
+ </content>
907
+ </shape>
908
+ </data>
909
+ <note>
910
+ <content/>
911
+ </note>
912
+ </slide>
913
+ <slide>
914
+ <style/>
915
+ <data>
916
+ <shape width="49" height="56" topLeftX="58" topLeftY="84" presetHandlers="8" type="rect">
917
+ <fill>
918
+ <fillColor color="rgba(255, 219, 29, 1)"/>
919
+ </fill>
920
+ </shape>
921
+ <line startX="142" startY="47" endX="910" endY="47">
922
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
923
+ </line>
924
+ <line startX="0" startY="46" endX="142" endY="46">
925
+ <border color="rgba(255, 219, 29, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
926
+ </line>
927
+ <shape width="49" height="38" topLeftX="158" topLeftY="16" type="text">
928
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true">
929
+ <p>
930
+ <strong>
931
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">10</span>
932
+ </strong>
933
+ </p>
934
+ </content>
935
+ </shape>
936
+ <shape width="276" height="38" topLeftX="640" topLeftY="16" type="text">
937
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true" textAlign="right">
938
+ <p> European Market Q1 Planning</p>
939
+ </content>
940
+ </shape>
941
+ <shape width="407" height="56" topLeftX="67" topLeftY="92" type="text">
942
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" bold="true" textAlign="left">
943
+ <p>
944
+ <span fontSize="24">活动经费预算</span>
945
+ </p>
946
+ </content>
947
+ </shape>
948
+ <img src="IrLPbZFuSok7kHxnOvFciHi9nPA" width="145" height="145" topLeftX="58" topLeftY="198" exposure="12" saturation="-91" temperature="23">
949
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="8"/>
950
+ </img>
951
+ <img src="GO5pblEDSo03uExEIlEc9xXdnyd" width="145" height="145" topLeftX="267" topLeftY="198" exposure="12" saturation="-91" temperature="23">
952
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="8"/>
953
+ </img>
954
+ <img src="EzCabT0y8o65r8xgM2Jcf25zncb" width="145" height="145" topLeftX="476" topLeftY="198" exposure="12" saturation="-91" temperature="23">
955
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="8"/>
956
+ </img>
957
+ <img src="CULmb2XWmouit4xzxbKc3U7ynxg" width="145" height="145" topLeftX="685" topLeftY="198" exposure="12" saturation="-91" temperature="23">
958
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="8"/>
959
+ </img>
960
+ <shape width="24" height="2" topLeftX="66" topLeftY="360" type="rect">
961
+ <fill>
962
+ <fillColor color="rgba(255, 219, 29, 1)"/>
963
+ </fill>
964
+ </shape>
965
+ <shape width="24" height="2" topLeftX="275" topLeftY="360" type="rect">
966
+ <fill>
967
+ <fillColor color="rgba(255, 219, 29, 1)"/>
968
+ </fill>
969
+ </shape>
970
+ <shape width="24" height="2" topLeftX="484" topLeftY="360" type="rect">
971
+ <fill>
972
+ <fillColor color="rgba(255, 219, 29, 1)"/>
973
+ </fill>
974
+ </shape>
975
+ <shape width="24" height="2" topLeftX="693" topLeftY="360" type="rect">
976
+ <fill>
977
+ <fillColor color="rgba(255, 219, 29, 1)"/>
978
+ </fill>
979
+ </shape>
980
+ <shape width="144" height="41" topLeftX="58" topLeftY="357" type="text">
981
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(66, 66, 66, 1)" bold="true">
982
+ <p>
983
+ <strong>
984
+ <span color="rgba(66, 66, 66, 1)" fontSize="14">此处添加小标题</span>
985
+ </strong>
986
+ </p>
987
+ </content>
988
+ </shape>
989
+ <shape width="144" height="41" topLeftX="267" topLeftY="357" type="text">
990
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(66, 66, 66, 1)" bold="true">
991
+ <p>
992
+ <strong>
993
+ <span color="rgba(66, 66, 66, 1)" fontSize="14">此处添加小标题</span>
994
+ </strong>
995
+ </p>
996
+ </content>
997
+ </shape>
998
+ <shape width="144" height="41" topLeftX="476" topLeftY="357" type="text">
999
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(66, 66, 66, 1)" bold="true">
1000
+ <p>
1001
+ <strong>
1002
+ <span color="rgba(66, 66, 66, 1)" fontSize="14">此处添加小标题</span>
1003
+ </strong>
1004
+ </p>
1005
+ </content>
1006
+ </shape>
1007
+ <shape width="144" height="41" topLeftX="685" topLeftY="357" type="text">
1008
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(66, 66, 66, 1)" bold="true">
1009
+ <p>
1010
+ <strong>
1011
+ <span color="rgba(66, 66, 66, 1)" fontSize="14">此处添加小标题</span>
1012
+ </strong>
1013
+ </p>
1014
+ </content>
1015
+ </shape>
1016
+ <shape width="145" height="74" topLeftX="58" topLeftY="386" type="text">
1017
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
1018
+ <p>
1019
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文,此处添加正文此处添加正文。</span>
1020
+ </p>
1021
+ </content>
1022
+ </shape>
1023
+ <shape width="145" height="74" topLeftX="266" topLeftY="386" type="text">
1024
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
1025
+ <p>
1026
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文,此处添加正文此处添加正文。</span>
1027
+ </p>
1028
+ </content>
1029
+ </shape>
1030
+ <shape width="145" height="74" topLeftX="476" topLeftY="386" type="text">
1031
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
1032
+ <p>
1033
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文,此处添加正文此处添加正文。</span>
1034
+ </p>
1035
+ </content>
1036
+ </shape>
1037
+ <shape width="145" height="74" topLeftX="685" topLeftY="386" type="text">
1038
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
1039
+ <p>
1040
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文,此处添加正文此处添加正文。</span>
1041
+ </p>
1042
+ </content>
1043
+ </shape>
1044
+ </data>
1045
+ <note>
1046
+ <content/>
1047
+ </note>
1048
+ </slide>
1049
+ <slide>
1050
+ <style/>
1051
+ <data>
1052
+ <img src="W9OibVJ7cooFpyxooUpcU5Jfnfd" width="527" height="361" topLeftX="433" topLeftY="96" exposure="62" contrast="12" saturation="-92" temperature="1">
1053
+ <crop type="rect" leftOffset="59" rightOffset="59" topOffset="0" bottomOffset="0" presetHandlers="4"/>
1054
+ </img>
1055
+ <line startX="142" startY="47" endX="910" endY="47">
1056
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1057
+ </line>
1058
+ <line startX="0" startY="46" endX="142" endY="46">
1059
+ <border color="rgba(255, 219, 29, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
1060
+ </line>
1061
+ <shape width="49" height="38" topLeftX="158" topLeftY="16" type="text">
1062
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true">
1063
+ <p>
1064
+ <strong>
1065
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">11</span>
1066
+ </strong>
1067
+ </p>
1068
+ </content>
1069
+ </shape>
1070
+ <shape width="276" height="38" topLeftX="640" topLeftY="16" type="text">
1071
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true" textAlign="right">
1072
+ <p> European Market Q1 Planning</p>
1073
+ </content>
1074
+ </shape>
1075
+ <img src="IcRMb9tt6ony53x6QO6cUxAknne" width="587" height="407" topLeftX="373" topLeftY="91" saturation="-100">
1076
+ <crop type="rect" leftOffset="0" rightOffset="88" topOffset="0" bottomOffset="0"/>
1077
+ </img>
1078
+ <shape width="63" height="64" topLeftX="32" topLeftY="91" presetHandlers="8" type="rect">
1079
+ <fill>
1080
+ <fillColor color="rgba(255, 219, 29, 1)"/>
1081
+ </fill>
1082
+ </shape>
1083
+ <shape width="177" height="59" topLeftX="52" topLeftY="107" type="text">
1084
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="26" bold="true" textAlign="left">
1085
+ <p>
1086
+ <span fontSize="26">活动经费预算</span>
1087
+ </p>
1088
+ </content>
1089
+ </shape>
1090
+ <shape width="34" height="34" topLeftX="63" topLeftY="201" alpha="0.6" type="ellipse">
1091
+ <fill>
1092
+ <fillColor color="rgba(66, 66, 66, 1)"/>
1093
+ </fill>
1094
+ <border color="rgba(147, 150, 156, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1095
+ </shape>
1096
+ <icon width="20" height="20" topLeftX="70" topLeftY="208" alpha="0.6" iconType="iconpark/Money/paper-money-two.svg">
1097
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1098
+ </icon>
1099
+ <shape width="34" height="34" topLeftX="63" topLeftY="302" alpha="0.6" type="ellipse">
1100
+ <fill>
1101
+ <fillColor color="rgba(66, 66, 66, 1)"/>
1102
+ </fill>
1103
+ </shape>
1104
+ <icon width="20" height="20" topLeftX="70" topLeftY="309" alpha="0.6" iconType="iconpark/Money/financing-one.svg">
1105
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1106
+ </icon>
1107
+ <shape width="144" height="44" topLeftX="101" topLeftY="195" alpha="0.7" type="text">
1108
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true">
1109
+ <p>
1110
+ <strong>
1111
+ <span color="rgba(31, 35, 41, 1)" fontSize="16">此处添加小标题</span>
1112
+ </strong>
1113
+ </p>
1114
+ </content>
1115
+ </shape>
1116
+ <shape width="144" height="44" topLeftX="101" topLeftY="297" alpha="0.7" type="text">
1117
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true">
1118
+ <p>
1119
+ <strong>
1120
+ <span color="rgba(31, 35, 41, 1)" fontSize="16">此处添加小标题</span>
1121
+ </strong>
1122
+ </p>
1123
+ </content>
1124
+ </shape>
1125
+ <shape width="232" height="56" topLeftX="101" topLeftY="228" type="text">
1126
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
1127
+ <p>
1128
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文,此处添加正文此处添加正文,此处添加正文。</span>
1129
+ </p>
1130
+ </content>
1131
+ </shape>
1132
+ <shape width="232" height="56" topLeftX="101" topLeftY="329" type="text">
1133
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
1134
+ <p>
1135
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">此处添加正文此处添加正文,此处添加正文此处添加正文,此处添加正文。</span>
1136
+ </p>
1137
+ </content>
1138
+ </shape>
1139
+ </data>
1140
+ <note>
1141
+ <content/>
1142
+ </note>
1143
+ </slide>
1144
+ <slide>
1145
+ <style>
1146
+ <fill>
1147
+ <fillColor color="rgba(255, 219, 29, 1)"/>
1148
+ </fill>
1149
+ </style>
1150
+ <data>
1151
+ <img src="UnojbYZiZoljtNxOh8AcvjpGnck" width="480" height="540" topLeftX="0" topLeftY="0" exposure="14" contrast="-55" saturation="-92" temperature="31">
1152
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1153
+ </img>
1154
+ <shape width="261" height="74" topLeftX="672" topLeftY="434" type="text">
1155
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="36" color="rgba(24, 24, 26, 1)" bold="true" textAlign="right">
1156
+ <p>
1157
+ <span color="rgba(24, 24, 26, 1)" fontSize="36">活动预期效果</span>
1158
+ </p>
1159
+ </content>
1160
+ </shape>
1161
+ <shape width="231" height="47" topLeftX="699" topLeftY="407" type="text">
1162
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
1163
+ <p>
1164
+ <strong>
1165
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">Expected Results</span>
1166
+ </strong>
1167
+ </p>
1168
+ </content>
1169
+ </shape>
1170
+ <line startX="142" startY="47" endX="676" endY="47">
1171
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1172
+ </line>
1173
+ <line startX="0" startY="46" endX="142" endY="46">
1174
+ <border color="rgba(255, 255, 255, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
1175
+ </line>
1176
+ <shape width="49" height="38" topLeftX="158" topLeftY="16" type="text">
1177
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
1178
+ <p>
1179
+ <strong>
1180
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">12</span>
1181
+ </strong>
1182
+ </p>
1183
+ </content>
1184
+ </shape>
1185
+ <shape width="276" height="38" topLeftX="481" topLeftY="16" type="text">
1186
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
1187
+ <p> European Market Q1 Planning</p>
1188
+ </content>
1189
+ </shape>
1190
+ </data>
1191
+ <note>
1192
+ <content/>
1193
+ </note>
1194
+ </slide>
1195
+ <slide>
1196
+ <style/>
1197
+ <data>
1198
+ <img src="FtzebenNwoDtQoxtmggceadnn1d" width="961" height="539" topLeftX="0" topLeftY="0" exposure="16" saturation="-91" temperature="12">
1199
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1200
+ </img>
1201
+ <shape width="674" height="476" topLeftX="217" topLeftY="22" type="text">
1202
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="300" fontFamily="Trebuchet MS" color="rgba(255, 219, 29, 1)" bold="true" textAlign="center">
1203
+ <p>
1204
+ <span color="rgba(255, 219, 29, 1)" fontSize="300" fontFamily="Trebuchet MS">40%</span>
1205
+ </p>
1206
+ </content>
1207
+ </shape>
1208
+ <shape width="165" height="122" topLeftX="100" topLeftY="97" type="triangle">
1209
+ <fill>
1210
+ <fillColor color="rgba(255, 219, 29, 1)"/>
1211
+ </fill>
1212
+ </shape>
1213
+ <shape width="35" height="157" topLeftX="165" topLeftY="213" type="rect">
1214
+ <fill>
1215
+ <fillColor color="rgba(255, 219, 29, 1)"/>
1216
+ </fill>
1217
+ </shape>
1218
+ <img src="HJQ4bD96zoxB41xEmHncaqUVnrc" width="771" height="202" topLeftX="73" topLeftY="318" exposure="16" saturation="-91" temperature="12">
1219
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="20" presetHandlers="0"/>
1220
+ </img>
1221
+ <line startX="142" startY="47" endX="910" endY="47" alpha="0.29">
1222
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1223
+ </line>
1224
+ <line startX="0" startY="46" endX="142" endY="46">
1225
+ <border color="rgba(255, 219, 29, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
1226
+ </line>
1227
+ <shape width="49" height="38" topLeftX="158" topLeftY="16" alpha="0.7" type="text">
1228
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
1229
+ <p>
1230
+ <strong>
1231
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">13</span>
1232
+ </strong>
1233
+ </p>
1234
+ </content>
1235
+ </shape>
1236
+ <shape width="276" height="38" topLeftX="640" topLeftY="16" alpha="0.7" type="text">
1237
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
1238
+ <p> European Market Q1 Planning</p>
1239
+ </content>
1240
+ </shape>
1241
+ </data>
1242
+ <note>
1243
+ <content/>
1244
+ </note>
1245
+ </slide>
1246
+ <slide>
1247
+ <style/>
1248
+ <data>
1249
+ <shape width="49" height="56" topLeftX="58" topLeftY="84" presetHandlers="8" type="rect">
1250
+ <fill>
1251
+ <fillColor color="rgba(255, 219, 29, 1)"/>
1252
+ </fill>
1253
+ </shape>
1254
+ <line startX="142" startY="47" endX="910" endY="47">
1255
+ <border color="rgba(222, 224, 227, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1256
+ </line>
1257
+ <line startX="0" startY="46" endX="142" endY="46">
1258
+ <border color="rgba(255, 219, 29, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
1259
+ </line>
1260
+ <shape width="49" height="38" topLeftX="158" topLeftY="16" type="text">
1261
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true">
1262
+ <p>
1263
+ <strong>
1264
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">14</span>
1265
+ </strong>
1266
+ </p>
1267
+ </content>
1268
+ </shape>
1269
+ <shape width="276" height="38" topLeftX="640" topLeftY="16" type="text">
1270
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)" bold="true" textAlign="right">
1271
+ <p> European Market Q1 Planning</p>
1272
+ </content>
1273
+ </shape>
1274
+ <shape width="407" height="56" topLeftX="67" topLeftY="92" type="text">
1275
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" bold="true" textAlign="left">
1276
+ <p>
1277
+ <span fontSize="24">活动预期效果</span>
1278
+ </p>
1279
+ </content>
1280
+ </shape>
1281
+ <shape width="213" height="74" topLeftX="707" topLeftY="382" type="text">
1282
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
1283
+ <p>
1284
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
1285
+ </p>
1286
+ </content>
1287
+ </shape>
1288
+ <shape width="218" height="41" topLeftX="707" topLeftY="338" type="text">
1289
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true">
1290
+ <p>
1291
+ <span fontSize="14">预期效果 #6</span>
1292
+ </p>
1293
+ </content>
1294
+ </shape>
1295
+ <shape width="47" height="47" topLeftX="656" topLeftY="338" alpha="0.8" type="ellipse">
1296
+ <fill>
1297
+ <fillColor color="rgba(31, 35, 41, 1)"/>
1298
+ </fill>
1299
+ </shape>
1300
+ <icon width="26" height="26" topLeftX="666" topLeftY="348" iconType="iconpark/Base/tag-one.svg">
1301
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1302
+ </icon>
1303
+ <shape width="213" height="74" topLeftX="707" topLeftY="244" type="text">
1304
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
1305
+ <p>
1306
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
1307
+ </p>
1308
+ </content>
1309
+ </shape>
1310
+ <shape width="218" height="41" topLeftX="707" topLeftY="200" type="text">
1311
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true">
1312
+ <p>
1313
+ <span fontSize="14">预期效果 #3</span>
1314
+ </p>
1315
+ </content>
1316
+ </shape>
1317
+ <shape width="47" height="47" topLeftX="656" topLeftY="199" alpha="0.8" type="ellipse">
1318
+ <fill>
1319
+ <fillColor color="rgba(31, 35, 41, 1)"/>
1320
+ </fill>
1321
+ </shape>
1322
+ <icon width="30" height="30" topLeftX="664" topLeftY="206" iconType="iconpark/Base/hourglass-null.svg">
1323
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1324
+ </icon>
1325
+ <shape width="213" height="74" topLeftX="408" topLeftY="382" type="text">
1326
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
1327
+ <p>
1328
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
1329
+ </p>
1330
+ </content>
1331
+ </shape>
1332
+ <shape width="218" height="41" topLeftX="408" topLeftY="338" type="text">
1333
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true">
1334
+ <p>
1335
+ <span fontSize="14">预期效果 #5</span>
1336
+ </p>
1337
+ </content>
1338
+ </shape>
1339
+ <shape width="47" height="47" topLeftX="357" topLeftY="338" alpha="0.8" type="ellipse">
1340
+ <fill>
1341
+ <fillColor color="rgba(31, 35, 41, 1)"/>
1342
+ </fill>
1343
+ </shape>
1344
+ <icon width="26" height="26" topLeftX="367" topLeftY="348" iconType="iconpark/Base/lightning.svg">
1345
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1346
+ </icon>
1347
+ <shape width="213" height="74" topLeftX="408" topLeftY="244" type="text">
1348
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
1349
+ <p>
1350
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
1351
+ </p>
1352
+ </content>
1353
+ </shape>
1354
+ <shape width="218" height="41" topLeftX="408" topLeftY="200" type="text">
1355
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true">
1356
+ <p>
1357
+ <span fontSize="14">预期效果 #2</span>
1358
+ </p>
1359
+ </content>
1360
+ </shape>
1361
+ <shape width="47" height="47" topLeftX="357" topLeftY="199" alpha="0.8" type="ellipse">
1362
+ <fill>
1363
+ <fillColor color="rgba(31, 35, 41, 1)"/>
1364
+ </fill>
1365
+ </shape>
1366
+ <icon width="30" height="30" topLeftX="365" topLeftY="206" iconType="iconpark/Base/aiming.svg">
1367
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1368
+ </icon>
1369
+ <shape width="213" height="74" topLeftX="108" topLeftY="382" type="text">
1370
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
1371
+ <p>
1372
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
1373
+ </p>
1374
+ </content>
1375
+ </shape>
1376
+ <shape width="218" height="41" topLeftX="108" topLeftY="338" type="text">
1377
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true">
1378
+ <p>
1379
+ <span fontSize="14">预期效果 #4</span>
1380
+ </p>
1381
+ </content>
1382
+ </shape>
1383
+ <shape width="47" height="47" topLeftX="58" topLeftY="338" alpha="0.8" type="ellipse">
1384
+ <fill>
1385
+ <fillColor color="rgba(31, 35, 41, 1)"/>
1386
+ </fill>
1387
+ </shape>
1388
+ <icon width="26" height="26" topLeftX="68" topLeftY="348" iconType="iconpark/Abstract/game-emoji.svg">
1389
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1390
+ </icon>
1391
+ <shape width="213" height="74" topLeftX="108" topLeftY="244" type="text">
1392
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(147, 150, 156, 1)">
1393
+ <p>
1394
+ <span color="rgba(147, 150, 156, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
1395
+ </p>
1396
+ </content>
1397
+ </shape>
1398
+ <shape width="218" height="41" topLeftX="108" topLeftY="200" type="text">
1399
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true">
1400
+ <p>
1401
+ <span fontSize="14">预期效果 #1</span>
1402
+ </p>
1403
+ </content>
1404
+ </shape>
1405
+ <shape width="47" height="47" topLeftX="58" topLeftY="199" alpha="0.8" type="ellipse">
1406
+ <fill>
1407
+ <fillColor color="rgba(31, 35, 41, 1)"/>
1408
+ </fill>
1409
+ </shape>
1410
+ <icon width="30" height="30" topLeftX="66" topLeftY="206" iconType="iconpark/Travel/mountain.svg">
1411
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1412
+ </icon>
1413
+ </data>
1414
+ <note>
1415
+ <content/>
1416
+ </note>
1417
+ </slide>
1418
+ <slide>
1419
+ <style>
1420
+ <fill>
1421
+ <fillColor color="rgba(255, 219, 29, 1)"/>
1422
+ </fill>
1423
+ </style>
1424
+ <data>
1425
+ <shape width="337" height="78" topLeftX="600" topLeftY="417" type="text">
1426
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" bold="true" lineSpacing="multiple:1.2" textAlign="right">
1427
+ <p lineSpacing="multiple:1.2">
1428
+ <span fontSize="48">谢谢观看</span>
1429
+ </p>
1430
+ </content>
1431
+ </shape>
1432
+ <img src="C7EfbhI7PoHav4xydHsc789rnsf" width="534" height="540" topLeftX="0" topLeftY="0" exposure="14" contrast="-55" saturation="-92" temperature="31">
1433
+ <crop type="rect" leftOffset="0" rightOffset="6" topOffset="0" bottomOffset="0" presetHandlers="0"/>
1434
+ </img>
1435
+ <line startX="142" startY="47" endX="726" endY="47">
1436
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1437
+ </line>
1438
+ <line startX="0" startY="46" endX="142" endY="46">
1439
+ <border color="rgba(255, 255, 255, 1)" width="3" lineCap="square" lineJoin="miter" miterLimit="10"/>
1440
+ </line>
1441
+ <shape width="49" height="38" topLeftX="158" topLeftY="16" type="text">
1442
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
1443
+ <p>
1444
+ <strong>
1445
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">15</span>
1446
+ </strong>
1447
+ </p>
1448
+ </content>
1449
+ </shape>
1450
+ <shape width="276" height="38" topLeftX="534" topLeftY="16" type="text">
1451
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
1452
+ <p> European Market Q1 Planning</p>
1453
+ </content>
1454
+ </shape>
1455
+ <shape width="231" height="50" topLeftX="699" topLeftY="385" type="text">
1456
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
1457
+ <p>
1458
+ <strong>
1459
+ <span color="rgba(255, 255, 255, 1)" fontSize="20">Thank you</span>
1460
+ </strong>
1461
+ </p>
1462
+ </content>
1463
+ </shape>
1464
+ </data>
1465
+ <note>
1466
+ <content/>
1467
+ </note>
1468
+ </slide>
1469
+ </presentation>