@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,1367 @@
1
+ <presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
2
+ <title>品牌传播方案</title>
3
+ <theme>
4
+ <fill alpha="1">
5
+ <fillImg src="Iyjybbnc2oSPDbxsyOUcD72Fnob" alpha="1" rotateWithShape="false"/>
6
+ </fill>
7
+ <textStyles>
8
+ <title fontColor="#000000FF" fontSize="48"/>
9
+ <headline fontColor="#000000FF" fontSize="36"/>
10
+ <sub-headline fontColor="#000000FF" fontSize="28"/>
11
+ <body fontColor="#000000FF"/>
12
+ <caption fontColor="#808080FF" fontSize="14"/>
13
+ </textStyles>
14
+ </theme>
15
+ <slide>
16
+ <style/>
17
+ <data>
18
+ <img src="YbHYbrBDQoc7xrxu3sJcWWS8n4b" width="654" height="564" topLeftX="260" topLeftY="-24" alpha="0.55">
19
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
20
+ </img>
21
+ <shape width="399" height="404" topLeftX="289" topLeftY="68" rotation="347" alpha="0.77" type="ellipse">
22
+ <fill>
23
+ <fillColor color="linear-gradient(336deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.53) 100%)"/>
24
+ </fill>
25
+ <shadow offset="161" blur="150" color="rgba(79, 196, 147, 0.82)"/>
26
+ </shape>
27
+ <shape width="399" height="404" topLeftX="289" topLeftY="68" rotation="347" type="ellipse">
28
+ <fill>
29
+ <fillColor color="linear-gradient(54deg,rgba(222, 255, 241, 0) 0%,rgba(227, 255, 243, 0) 23%,rgba(242, 255, 250, 0.48) 100%)"/>
30
+ </fill>
31
+ <border color="linear-gradient(54deg,rgba(222, 255, 241, 0) 0%,rgba(227, 255, 243, 0) 23%,rgba(242, 255, 250, 0.48) 100%)" lineJoin="miter" miterLimit="10"/>
32
+ <shadow offset="0" angle="49" blur="77" color="rgba(23, 91, 194, 0.44)"/>
33
+ </shape>
34
+ <shape width="399" height="404" topLeftX="289" topLeftY="68" rotation="347" type="ellipse">
35
+ <fill>
36
+ <fillColor color="linear-gradient(336deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.53) 100%)"/>
37
+ </fill>
38
+ <shadow offset="200" angle="0" blur="150" color="rgba(79, 196, 147, 0.56)"/>
39
+ </shape>
40
+ <shape width="506" height="193" topLeftX="32" topLeftY="296" type="text">
41
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="72" color="rgba(0, 0, 0, 1)" bold="true" underline="false">
42
+ <p lineSpacing="multiple:1.2">
43
+ <strong>
44
+ <span color="rgba(0, 0, 0, 1)" fontSize="72" underline="false">品牌</span>
45
+ </strong>
46
+ </p>
47
+ <p lineSpacing="multiple:1.2">
48
+ <strong>
49
+ <span color="rgba(0, 0, 0, 1)" fontSize="72" underline="false">传播方案</span>
50
+ </strong>
51
+ </p>
52
+ </content>
53
+ </shape>
54
+ <shape width="141" height="38" topLeftX="760" topLeftY="352" type="text">
55
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(0, 0, 0, 1)" bold="true" textAlign="center">
56
+ <p>
57
+ <strong>
58
+ <span color="rgba(0, 0, 0, 1)" fontSize="12">演示者:小张和小王</span>
59
+ </strong>
60
+ </p>
61
+ </content>
62
+ </shape>
63
+ <img src="MNT2bZ2pKoXX8lxKl42ctElLnDc" width="75" height="75" topLeftX="760" topLeftY="402" alpha="0.96">
64
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="540"/>
65
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
66
+ </img>
67
+ <img src="WOGWbt8S2oBh7hxnePJckDTcnZf" width="75" height="75" topLeftX="826" topLeftY="402" alpha="0.96">
68
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="540"/>
69
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
70
+ </img>
71
+ <icon width="24" height="24" topLeftX="28" topLeftY="29" iconType="iconpark/Charts/chart-ring.svg">
72
+ <border color="rgba(44, 44, 45, 1)" width="2" lineJoin="miter" miterLimit="10"/>
73
+ </icon>
74
+ <shape width="196" height="32" topLeftX="46" topLeftY="24" type="text">
75
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(44, 44, 45, 1)" bold="true" lineSpacing="multiple:1">
76
+ <p lineSpacing="multiple:1">
77
+ <strong>
78
+ <span color="rgba(44, 44, 45, 1)" fontSize="12">LOGO</span>
79
+ </strong>
80
+ </p>
81
+ </content>
82
+ </shape>
83
+ </data>
84
+ <note>
85
+ <content/>
86
+ </note>
87
+ </slide>
88
+ <slide>
89
+ <style>
90
+ <fill>
91
+ <fillImg src="Hme0bn76DoCxQKxHig9cS9w9nWg" alpha="1" rotateWithShape="false"/>
92
+ </fill>
93
+ </style>
94
+ <data>
95
+ <shape width="358" height="68" topLeftX="95" topLeftY="352" presetHandlers="80" type="round-rect">
96
+ <fill>
97
+ <fillColor color="linear-gradient(90deg,rgba(121, 199, 255, 0.39) 0%,rgba(161, 255, 210, 0.68) 100%)"/>
98
+ </fill>
99
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(44, 44, 45, 1)">
100
+ <p>
101
+ <span color="rgba(44, 44, 45, 1)" fontSize="20">品牌传播策略</span>
102
+ </p>
103
+ </content>
104
+ </shape>
105
+ <shape width="51" height="51" topLeftX="104" topLeftY="360" type="ellipse">
106
+ <fill>
107
+ <fillColor color="rgba(255, 255, 255, 1)"/>
108
+ </fill>
109
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(31, 35, 41, 1)" bold="true">
110
+ <p>
111
+ <strong>
112
+ <span fontSize="20">3</span>
113
+ </strong>
114
+ </p>
115
+ </content>
116
+ </shape>
117
+ <shape width="358" height="68" topLeftX="95" topLeftY="261" presetHandlers="80" type="round-rect">
118
+ <fill>
119
+ <fillColor color="linear-gradient(90deg,rgba(121, 199, 255, 0.39) 0%,rgba(161, 255, 210, 0.68) 100%)"/>
120
+ </fill>
121
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(44, 44, 45, 1)">
122
+ <p>
123
+ <span color="rgba(44, 44, 45, 1)" fontSize="20">品牌概述</span>
124
+ </p>
125
+ </content>
126
+ </shape>
127
+ <shape width="51" height="51" topLeftX="104" topLeftY="269" type="ellipse">
128
+ <fill>
129
+ <fillColor color="rgba(255, 255, 255, 1)"/>
130
+ </fill>
131
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(31, 35, 41, 1)" bold="true">
132
+ <p>
133
+ <strong>
134
+ <span fontSize="20">1</span>
135
+ </strong>
136
+ </p>
137
+ </content>
138
+ </shape>
139
+ <shape width="358" height="68" topLeftX="538" topLeftY="261" presetHandlers="80" type="round-rect">
140
+ <fill>
141
+ <fillColor color="linear-gradient(90deg,rgba(121, 199, 255, 0.39) 0%,rgba(161, 255, 210, 0.68) 100%)"/>
142
+ </fill>
143
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(44, 44, 45, 1)">
144
+ <p>
145
+ <span color="rgba(44, 44, 45, 1)" fontSize="20">品牌传播分析</span>
146
+ </p>
147
+ </content>
148
+ </shape>
149
+ <shape width="51" height="51" topLeftX="547" topLeftY="269" type="ellipse">
150
+ <fill>
151
+ <fillColor color="rgba(255, 255, 255, 1)"/>
152
+ </fill>
153
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(31, 35, 41, 1)" bold="true">
154
+ <p>
155
+ <strong>
156
+ <span fontSize="20">2</span>
157
+ </strong>
158
+ </p>
159
+ </content>
160
+ </shape>
161
+ <shape width="358" height="68" topLeftX="538" topLeftY="352" presetHandlers="80" type="round-rect">
162
+ <fill>
163
+ <fillColor color="linear-gradient(90deg,rgba(121, 199, 255, 0.39) 0%,rgba(161, 255, 210, 0.68) 100%)"/>
164
+ </fill>
165
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(44, 44, 45, 1)">
166
+ <p>
167
+ <span color="rgba(44, 44, 45, 1)" fontSize="20">品牌传播创意</span>
168
+ </p>
169
+ </content>
170
+ </shape>
171
+ <shape width="51" height="51" topLeftX="547" topLeftY="360" type="ellipse">
172
+ <fill>
173
+ <fillColor color="rgba(255, 255, 255, 1)"/>
174
+ </fill>
175
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(31, 35, 41, 1)" bold="true">
176
+ <p>
177
+ <strong>
178
+ <span fontSize="20">4</span>
179
+ </strong>
180
+ </p>
181
+ </content>
182
+ </shape>
183
+ <shape width="238" height="87" topLeftX="93" topLeftY="59" type="text">
184
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" bold="true" lineSpacing="multiple:1.4">
185
+ <p>目录</p>
186
+ </content>
187
+ </shape>
188
+ <shape width="404" height="58" topLeftX="93" topLeftY="129" alpha="0.5" type="text">
189
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" bold="true" lineSpacing="multiple:1.35">
190
+ <p>Contents</p>
191
+ </content>
192
+ </shape>
193
+ </data>
194
+ <note>
195
+ <content/>
196
+ </note>
197
+ </slide>
198
+ <slide>
199
+ <style/>
200
+ <data>
201
+ <img src="AjidbbCsOoao9LxjA85cEdK8nhe" width="353" height="300" topLeftX="-26" topLeftY="83" flipX="true" alpha="0.55">
202
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
203
+ </img>
204
+ <shape width="215" height="215" topLeftX="111" topLeftY="139" flipX="true" alpha="0.77" type="ellipse">
205
+ <fill>
206
+ <fillColor color="linear-gradient(336deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.53) 100%)"/>
207
+ </fill>
208
+ <shadow offset="78" angle="202" blur="150" color="rgba(79, 196, 147, 0.61)"/>
209
+ </shape>
210
+ <shape width="215" height="215" topLeftX="111" topLeftY="139" flipX="true" type="ellipse">
211
+ <fill>
212
+ <fillColor color="linear-gradient(54deg,rgba(222, 255, 241, 0) 0%,rgba(227, 255, 243, 0) 23%,rgba(242, 255, 250, 0.48) 100%)"/>
213
+ </fill>
214
+ <border color="linear-gradient(54deg,rgba(222, 255, 241, 0) 0%,rgba(227, 255, 243, 0) 23%,rgba(242, 255, 250, 0.48) 100%)" lineJoin="miter" miterLimit="10"/>
215
+ <shadow offset="0" angle="49" blur="77" color="rgba(23, 91, 194, 0.44)"/>
216
+ </shape>
217
+ <shape width="215" height="215" topLeftX="111" topLeftY="139" flipX="true" type="ellipse">
218
+ <fill>
219
+ <fillColor color="linear-gradient(336deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.53) 100%)"/>
220
+ </fill>
221
+ <shadow offset="200" angle="180" blur="150" color="rgba(79, 196, 147, 0.56)"/>
222
+ </shape>
223
+ <shape width="564" height="110" topLeftX="401" topLeftY="215" type="text">
224
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.4">
225
+ <p>品牌概述</p>
226
+ </content>
227
+ </shape>
228
+ <shape width="112" height="110" topLeftX="211" topLeftY="215" type="text">
229
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.4">
230
+ <p>01</p>
231
+ </content>
232
+ </shape>
233
+ </data>
234
+ <note>
235
+ <content/>
236
+ </note>
237
+ </slide>
238
+ <slide>
239
+ <style>
240
+ <fill>
241
+ <fillImg src="HQLGbGBstowtlExrFa3cAPA5nfh" alpha="1" rotateWithShape="false"/>
242
+ </fill>
243
+ </style>
244
+ <data>
245
+ <shape width="202" height="34" topLeftX="730" topLeftY="24" type="text">
246
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true" lineSpacing="multiple:1" textAlign="right">
247
+ <p>01 | 品牌概述</p>
248
+ </content>
249
+ </shape>
250
+ <shape width="416" height="61" topLeftX="83" topLeftY="59" type="text">
251
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="30" bold="true" lineSpacing="multiple:1.35">
252
+ <p>发展回顾</p>
253
+ </content>
254
+ </shape>
255
+ <undefined type="fallback"/>
256
+ <line startX="280" startY="256" endX="374" endY="256">
257
+ <border color="rgba(44, 44, 45, 1)" dashArray="dot" lineCap="square" lineJoin="miter" miterLimit="10"/>
258
+ </line>
259
+ <line startX="591" startY="256" endX="684" endY="256">
260
+ <border color="rgba(44, 44, 45, 1)" dashArray="dot" lineCap="square" lineJoin="miter" miterLimit="10"/>
261
+ </line>
262
+ </data>
263
+ <note>
264
+ <content/>
265
+ </note>
266
+ </slide>
267
+ <slide>
268
+ <style>
269
+ <fill>
270
+ <fillImg src="HQLGbGBstowtlExrFa3cAPA5nfh" alpha="1" rotateWithShape="false"/>
271
+ </fill>
272
+ </style>
273
+ <data>
274
+ <shape width="202" height="34" topLeftX="730" topLeftY="24" type="text">
275
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true" lineSpacing="multiple:1" textAlign="right">
276
+ <p>01 | 品牌概述</p>
277
+ </content>
278
+ </shape>
279
+ <shape width="416" height="61" topLeftX="83" topLeftY="59" type="text">
280
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="30" bold="true" lineSpacing="multiple:1.35">
281
+ <p>品牌项目</p>
282
+ </content>
283
+ </shape>
284
+ <shape width="512" height="512" topLeftX="16" topLeftY="149" type="ellipse">
285
+ <fill>
286
+ <fillColor color="linear-gradient(180deg,rgba(81, 191, 255, 0.23) 0%,rgba(161, 255, 216, 0) 35%,rgba(161, 255, 204, 0) 100%)"/>
287
+ </fill>
288
+ <border color="linear-gradient(180deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 52%,rgba(161, 255, 179, 0) 100%)" lineJoin="miter" miterLimit="10"/>
289
+ </shape>
290
+ <shape width="377" height="377" topLeftX="84" topLeftY="259" type="ellipse">
291
+ <fill>
292
+ <fillColor color="linear-gradient(180deg,rgba(81, 191, 255, 0.23) 0%,rgba(161, 255, 216, 0) 35%,rgba(161, 255, 204, 0) 100%)"/>
293
+ </fill>
294
+ <border color="linear-gradient(180deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 52%,rgba(161, 255, 179, 0) 100%)" lineJoin="miter" miterLimit="10"/>
295
+ </shape>
296
+ <shape width="232" height="232" topLeftX="157" topLeftY="369" type="ellipse">
297
+ <fill>
298
+ <fillColor color="linear-gradient(180deg,rgba(89, 194, 255, 0.23) 0%,rgba(161, 255, 204, 0) 23%,rgba(161, 255, 210, 0) 100%)"/>
299
+ </fill>
300
+ <border color="linear-gradient(180deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 52%,rgba(161, 255, 179, 0) 100%)" lineJoin="miter" miterLimit="10"/>
301
+ </shape>
302
+ <shape width="141" height="41" topLeftX="202" topLeftY="185" type="text">
303
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true" textAlign="center">
304
+ <p>
305
+ <strong>低端市场</strong>
306
+ </p>
307
+ </content>
308
+ </shape>
309
+ <shape width="141" height="41" topLeftX="202" topLeftY="310" type="text">
310
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true" textAlign="center">
311
+ <p>
312
+ <strong>中端市场</strong>
313
+ </p>
314
+ </content>
315
+ </shape>
316
+ <shape width="141" height="41" topLeftX="202" topLeftY="428" type="text">
317
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true" textAlign="center">
318
+ <p>
319
+ <strong>高端市场</strong>
320
+ </p>
321
+ </content>
322
+ </shape>
323
+ <shape width="330" height="62" topLeftX="569" topLeftY="445" alpha="0.5" type="text">
324
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14">
325
+ <p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
326
+ </content>
327
+ </shape>
328
+ <shape width="330" height="44" topLeftX="569" topLeftY="413" type="text">
329
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.35">
330
+ <p>关键结论 #3</p>
331
+ </content>
332
+ </shape>
333
+ <shape width="330" height="62" topLeftX="569" topLeftY="316" alpha="0.5" type="text">
334
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14">
335
+ <p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
336
+ </content>
337
+ </shape>
338
+ <shape width="330" height="44" topLeftX="569" topLeftY="284" type="text">
339
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.35">
340
+ <p>关键结论 #2</p>
341
+ </content>
342
+ </shape>
343
+ <shape width="330" height="44" topLeftX="569" topLeftY="159" type="text">
344
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.35">
345
+ <p>关键结论 #1</p>
346
+ </content>
347
+ </shape>
348
+ <shape width="330" height="62" topLeftX="569" topLeftY="190" alpha="0.5" type="text">
349
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14">
350
+ <p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
351
+ </content>
352
+ </shape>
353
+ </data>
354
+ <note>
355
+ <content/>
356
+ </note>
357
+ </slide>
358
+ <slide>
359
+ <style>
360
+ <fill>
361
+ <fillImg src="HQLGbGBstowtlExrFa3cAPA5nfh" alpha="1" rotateWithShape="false"/>
362
+ </fill>
363
+ </style>
364
+ <data>
365
+ <shape width="202" height="34" topLeftX="730" topLeftY="24" type="text">
366
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true" lineSpacing="multiple:1" textAlign="right">
367
+ <p>01 | 品牌概述</p>
368
+ </content>
369
+ </shape>
370
+ <shape width="416" height="61" topLeftX="83" topLeftY="59" type="text">
371
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="30" bold="true" lineSpacing="multiple:1.35">
372
+ <p>品牌目标</p>
373
+ </content>
374
+ </shape>
375
+ <shape width="404" height="404" topLeftX="107" topLeftY="117" type="ellipse">
376
+ <fill>
377
+ <fillColor color="rgba(255, 255, 255, 0.84)"/>
378
+ </fill>
379
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
380
+ <shadow blur="97" color="rgba(64, 204, 112, 0.15)"/>
381
+ </shape>
382
+ <shape width="404" height="404" topLeftX="449" topLeftY="117" alpha="0.92" type="ellipse">
383
+ <fill>
384
+ <fillColor color="rgba(255, 255, 255, 0.84)"/>
385
+ </fill>
386
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
387
+ <shadow blur="97" color="rgba(37, 202, 182, 0.15)"/>
388
+ </shape>
389
+ <icon width="54" height="54" topLeftX="624" topLeftY="167" iconType="iconpark/Travel/earth.svg">
390
+ <fill>
391
+ <fillColor color="linear-gradient(90deg,rgba(76, 169, 223, 1) 0%,rgba(161, 255, 179, 1) 100%)"/>
392
+ </fill>
393
+ <border color="linear-gradient(90deg,rgba(76, 169, 223, 1) 0%,rgba(161, 255, 179, 1) 100%)" width="2" lineJoin="miter" miterLimit="10"/>
394
+ </icon>
395
+ <icon width="54" height="54" topLeftX="282" topLeftY="167" iconType="iconpark/Travel/local-two.svg">
396
+ <border color="linear-gradient(90deg,rgba(76, 169, 223, 1) 0%,rgba(161, 255, 179, 1) 100%)" width="3" lineJoin="miter" miterLimit="10"/>
397
+ </icon>
398
+ <shape width="240" height="44" topLeftX="189" topLeftY="226" type="text">
399
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="center">
400
+ <p>
401
+ <strong>
402
+ <span color="rgba(31, 35, 41, 1)">品牌宗旨</span>
403
+ </strong>
404
+ </p>
405
+ </content>
406
+ </shape>
407
+ <shape width="240" height="146" topLeftX="189" topLeftY="281" alpha="0.5" type="text">
408
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(31, 35, 41, 1)" textAlign="center">
409
+ <p>
410
+ <span color="rgba(31, 35, 41, 1)">演示文稿是实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。如果您想在演示文稿中内容,可以选择多种方式。</span>
411
+ </p>
412
+ </content>
413
+ </shape>
414
+ <shape width="240" height="44" topLeftX="531" topLeftY="226" type="text">
415
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(0, 0, 0, 1)" bold="true" textAlign="center">
416
+ <p>
417
+ <strong>
418
+ <span color="rgba(0, 0, 0, 1)">品牌理念</span>
419
+ </strong>
420
+ </p>
421
+ </content>
422
+ </shape>
423
+ <shape width="240" height="146" topLeftX="531" topLeftY="281" alpha="0.75" type="text">
424
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(43, 47, 54, 1)" textAlign="center">
425
+ <p>
426
+ <span color="rgba(43, 47, 54, 1)">演示文稿是实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。如果您想在演示文稿中内容,可以选择多种方式。</span>
427
+ </p>
428
+ </content>
429
+ </shape>
430
+ <shape width="100" height="101" topLeftX="63" topLeftY="402" type="ellipse">
431
+ <border color="linear-gradient(90deg,rgba(76, 169, 223, 0.61) 0%,rgba(161, 255, 179, 0.65) 100%)" width="32" lineJoin="miter" miterLimit="10"/>
432
+ </shape>
433
+ <shape width="92" height="92" topLeftX="771" topLeftY="121" type="ellipse">
434
+ <fill>
435
+ <fillColor color="linear-gradient(90deg,rgba(76, 169, 223, 0.61) 0%,rgba(161, 255, 179, 0.65) 100%)"/>
436
+ </fill>
437
+ <shadow offset="14" angle="90" blur="108" color="rgba(100, 232, 214, 0.5)"/>
438
+ </shape>
439
+ </data>
440
+ <note>
441
+ <content/>
442
+ </note>
443
+ </slide>
444
+ <slide>
445
+ <style/>
446
+ <data>
447
+ <img src="AjidbbCsOoao9LxjA85cEdK8nhe" width="353" height="300" topLeftX="-26" topLeftY="83" flipX="true" alpha="0.55">
448
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
449
+ </img>
450
+ <shape width="215" height="215" topLeftX="111" topLeftY="139" flipX="true" alpha="0.77" type="ellipse">
451
+ <fill>
452
+ <fillColor color="linear-gradient(336deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.53) 100%)"/>
453
+ </fill>
454
+ <shadow offset="78" angle="202" blur="150" color="rgba(79, 196, 147, 0.61)"/>
455
+ </shape>
456
+ <shape width="215" height="215" topLeftX="111" topLeftY="139" flipX="true" type="ellipse">
457
+ <fill>
458
+ <fillColor color="linear-gradient(54deg,rgba(222, 255, 241, 0) 0%,rgba(227, 255, 243, 0) 23%,rgba(242, 255, 250, 0.48) 100%)"/>
459
+ </fill>
460
+ <border color="linear-gradient(54deg,rgba(222, 255, 241, 0) 0%,rgba(227, 255, 243, 0) 23%,rgba(242, 255, 250, 0.48) 100%)" lineJoin="miter" miterLimit="10"/>
461
+ <shadow offset="0" angle="49" blur="77" color="rgba(23, 91, 194, 0.44)"/>
462
+ </shape>
463
+ <shape width="215" height="215" topLeftX="111" topLeftY="139" flipX="true" type="ellipse">
464
+ <fill>
465
+ <fillColor color="linear-gradient(336deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.53) 100%)"/>
466
+ </fill>
467
+ <shadow offset="200" angle="180" blur="150" color="rgba(79, 196, 147, 0.56)"/>
468
+ </shape>
469
+ <shape width="564" height="110" topLeftX="401" topLeftY="215" type="text">
470
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.4">
471
+ <p>品牌分析传播</p>
472
+ </content>
473
+ </shape>
474
+ <shape width="112" height="110" topLeftX="211" topLeftY="215" type="text">
475
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.4">
476
+ <p>02</p>
477
+ </content>
478
+ </shape>
479
+ </data>
480
+ <note>
481
+ <content/>
482
+ </note>
483
+ </slide>
484
+ <slide>
485
+ <style>
486
+ <fill>
487
+ <fillImg src="HQLGbGBstowtlExrFa3cAPA5nfh" alpha="1" rotateWithShape="false"/>
488
+ </fill>
489
+ </style>
490
+ <data>
491
+ <shape width="263" height="263" topLeftX="348" topLeftY="173" alpha="0.2" type="ellipse">
492
+ <border color="linear-gradient(90deg,rgba(76, 169, 223, 0.61) 0%,rgba(161, 255, 179, 0.65) 100%)" width="36" lineJoin="miter" miterLimit="10"/>
493
+ </shape>
494
+ <shape width="163" height="163" topLeftX="398" topLeftY="222" type="ellipse">
495
+ <fill>
496
+ <fillColor color="linear-gradient(90deg,rgba(76, 169, 223, 0.26) 0%,rgba(161, 255, 179, 0.4) 100%)"/>
497
+ </fill>
498
+ </shape>
499
+ <shape width="69" height="69" topLeftX="329" topLeftY="190" type="ellipse">
500
+ <fill>
501
+ <fillColor color="rgba(255, 255, 255, 0.84)"/>
502
+ </fill>
503
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
504
+ <shadow offset="9" blur="44" color="rgba(0, 0, 0, 0.1)"/>
505
+ </shape>
506
+ <icon width="30" height="30" topLeftX="349" topLeftY="210" iconType="iconpark/Music/waves-right.svg">
507
+ <border color="rgba(0, 0, 0, 1)" width="2" lineJoin="miter" miterLimit="10"/>
508
+ </icon>
509
+ <shape width="69" height="69" topLeftX="328" topLeftY="342" type="ellipse">
510
+ <fill>
511
+ <fillColor color="rgba(255, 255, 255, 0.84)"/>
512
+ </fill>
513
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
514
+ <shadow offset="9" blur="44" color="rgba(0, 0, 0, 0.1)"/>
515
+ </shape>
516
+ <shape width="69" height="69" topLeftX="562" topLeftY="190" type="ellipse">
517
+ <fill>
518
+ <fillColor color="rgba(255, 255, 255, 0.84)"/>
519
+ </fill>
520
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
521
+ <shadow offset="9" blur="44" color="rgba(0, 0, 0, 0.1)"/>
522
+ </shape>
523
+ <shape width="69" height="69" topLeftX="562" topLeftY="342" type="ellipse">
524
+ <fill>
525
+ <fillColor color="rgba(255, 255, 255, 0.84)"/>
526
+ </fill>
527
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
528
+ <shadow offset="9" blur="44" color="rgba(0, 0, 0, 0.1)"/>
529
+ </shape>
530
+ <icon width="30" height="30" topLeftX="582" topLeftY="210" iconType="iconpark/Components/switch-button.svg">
531
+ <border width="2" lineJoin="miter" miterLimit="10"/>
532
+ </icon>
533
+ <icon width="30" height="30" topLeftX="348" topLeftY="362" iconType="iconpark/Office/application-effect.svg">
534
+ <border width="2" lineJoin="miter" miterLimit="10"/>
535
+ </icon>
536
+ <icon width="30" height="30" topLeftX="582" topLeftY="362" iconType="iconpark/Music/monitor-two.svg">
537
+ <border width="2" lineJoin="miter" miterLimit="10"/>
538
+ </icon>
539
+ <shape width="202" height="34" topLeftX="730" topLeftY="24" type="text">
540
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true" lineSpacing="multiple:1" textAlign="right">
541
+ <p>
542
+ 02 |
543
+ <strong>
544
+ <span fontSize="14">品牌分析传播</span>
545
+ </strong>
546
+ </p>
547
+ </content>
548
+ </shape>
549
+ <shape width="416" height="61" topLeftX="83" topLeftY="59" type="text">
550
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="30" bold="true" lineSpacing="multiple:1.35">
551
+ <p>品牌建设分析</p>
552
+ </content>
553
+ </shape>
554
+ <shape width="283" height="38" topLeftX="338" topLeftY="297" alpha="0.5" type="text">
555
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
556
+ <p>
557
+ <span color="rgba(0, 0, 0, 1)" fontSize="12">PRODUCT PLAN</span>
558
+ </p>
559
+ </content>
560
+ </shape>
561
+ <shape width="284" height="47" topLeftX="338" topLeftY="270" type="text">
562
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(0, 0, 0, 1)" bold="true" textAlign="center">
563
+ <p>
564
+ <strong>
565
+ <span color="rgba(0, 0, 0, 1)" fontSize="18">产品计划</span>
566
+ </strong>
567
+ </p>
568
+ </content>
569
+ </shape>
570
+ <shape width="240" height="44" topLeftX="35" topLeftY="183" type="text">
571
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="right">
572
+ <p>
573
+ <strong>
574
+ <span color="rgba(31, 35, 41, 1)">流量竞争</span>
575
+ </strong>
576
+ </p>
577
+ </content>
578
+ </shape>
579
+ <shape width="240" height="44" topLeftX="35" topLeftY="332" type="text">
580
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="right">
581
+ <p>
582
+ <strong>
583
+ <span color="rgba(31, 35, 41, 1)">布局策略</span>
584
+ </strong>
585
+ </p>
586
+ </content>
587
+ </shape>
588
+ <shape width="240" height="56" topLeftX="35" topLeftY="370" alpha="0.5" type="text">
589
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)" textAlign="right">
590
+ <p>
591
+ <span fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
592
+ </p>
593
+ </content>
594
+ </shape>
595
+ <shape width="240" height="56" topLeftX="35" topLeftY="221" alpha="0.5" type="text">
596
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)" textAlign="right">
597
+ <p>
598
+ <span fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
599
+ </p>
600
+ </content>
601
+ </shape>
602
+ <shape width="240" height="44" topLeftX="685" topLeftY="183" type="text">
603
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true">
604
+ <p>
605
+ <strong>
606
+ <span color="rgba(31, 35, 41, 1)">产品转型</span>
607
+ </strong>
608
+ </p>
609
+ </content>
610
+ </shape>
611
+ <shape width="240" height="44" topLeftX="685" topLeftY="332" type="text">
612
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true">
613
+ <p>
614
+ <strong>
615
+ <span color="rgba(31, 35, 41, 1)">管理模式</span>
616
+ </strong>
617
+ </p>
618
+ </content>
619
+ </shape>
620
+ <shape width="240" height="56" topLeftX="685" topLeftY="370" alpha="0.5" type="text">
621
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)">
622
+ <p>
623
+ <span fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
624
+ </p>
625
+ </content>
626
+ </shape>
627
+ <shape width="240" height="56" topLeftX="685" topLeftY="221" alpha="0.5" type="text">
628
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)">
629
+ <p>
630
+ <span fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
631
+ </p>
632
+ </content>
633
+ </shape>
634
+ </data>
635
+ <note>
636
+ <content/>
637
+ </note>
638
+ </slide>
639
+ <slide>
640
+ <style>
641
+ <fill>
642
+ <fillImg src="HQLGbGBstowtlExrFa3cAPA5nfh" alpha="1" rotateWithShape="false"/>
643
+ </fill>
644
+ </style>
645
+ <data>
646
+ <shape width="202" height="34" topLeftX="730" topLeftY="24" type="text">
647
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true" lineSpacing="multiple:1" textAlign="right">
648
+ <p lineSpacing="multiple:1">
649
+ <strong>
650
+ <span fontSize="14">02 | 品牌分析传播</span>
651
+ </strong>
652
+ </p>
653
+ </content>
654
+ </shape>
655
+ <shape width="416" height="61" topLeftX="93" topLeftY="59" type="text">
656
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="30" bold="true" lineSpacing="multiple:1.35">
657
+ <p>问题梳理</p>
658
+ </content>
659
+ </shape>
660
+ <shape width="240" height="260" topLeftX="89" topLeftY="163" presetHandlers="18" type="round-rect">
661
+ <fill>
662
+ <fillColor color="rgba(255, 255, 255, 0.84)"/>
663
+ </fill>
664
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
665
+ <shadow offset="14" angle="90" blur="150" color="rgba(0, 0, 0, 0.1)"/>
666
+ </shape>
667
+ <shape width="202" height="68" topLeftX="103" topLeftY="252" type="text">
668
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true" textAlign="left">
669
+ <p>
670
+ <strong>品牌如何打破行业壁垒,获取注意力?</strong>
671
+ </p>
672
+ </content>
673
+ </shape>
674
+ <shape width="212" height="83" topLeftX="103" topLeftY="324" type="text">
675
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(161, 161, 161, 1)" textAlign="left">
676
+ <p>
677
+ <span color="rgba(161, 161, 161, 1)">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
678
+ </p>
679
+ </content>
680
+ </shape>
681
+ <shape width="212" height="68" topLeftX="103" topLeftY="175" alpha="0.27" type="text">
682
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="40" color="linear-gradient(0deg,rgba(54, 115, 255, 1) 0%,rgba(0, 86, 255, 0.412) 83%,rgba(219, 228, 246, 0) 100%)" italic="true" textAlign="left">
683
+ <p lineSpacing="multiple:1.2">
684
+ <strong>
685
+ <em>
686
+ <span color="linear-gradient(180deg,rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0.471) 100%)" fontSize="40">ONE</span>
687
+ </em>
688
+ </strong>
689
+ </p>
690
+ </content>
691
+ </shape>
692
+ <shape width="240" height="260" topLeftX="360" topLeftY="163" presetHandlers="18" type="round-rect">
693
+ <fill>
694
+ <fillColor color="rgba(255, 255, 255, 0.84)"/>
695
+ </fill>
696
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
697
+ <shadow offset="14" angle="90" blur="150" color="rgba(0, 0, 0, 0.1)"/>
698
+ </shape>
699
+ <shape width="202" height="68" topLeftX="374" topLeftY="252" type="text">
700
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true" textAlign="left">
701
+ <p>
702
+ <strong>品牌如何巩固且提升行业影响力?</strong>
703
+ </p>
704
+ </content>
705
+ </shape>
706
+ <shape width="212" height="83" topLeftX="374" topLeftY="324" type="text">
707
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(161, 161, 161, 1)" textAlign="left">
708
+ <p>
709
+ <span color="rgba(161, 161, 161, 1)">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
710
+ </p>
711
+ </content>
712
+ </shape>
713
+ <shape width="212" height="68" topLeftX="374" topLeftY="175" alpha="0.27" type="text">
714
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="40" color="linear-gradient(0deg,rgba(54, 115, 255, 1) 0%,rgba(0, 86, 255, 0.412) 83%,rgba(219, 228, 246, 0) 100%)" italic="true" textAlign="left">
715
+ <p lineSpacing="multiple:1.2">
716
+ <strong>
717
+ <em>
718
+ <span color="linear-gradient(180deg,rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0.471) 100%)" fontSize="40">TWO</span>
719
+ </em>
720
+ </strong>
721
+ </p>
722
+ </content>
723
+ </shape>
724
+ <shape width="240" height="260" topLeftX="631" topLeftY="163" presetHandlers="18" type="round-rect">
725
+ <fill>
726
+ <fillColor color="rgba(255, 255, 255, 0.84)"/>
727
+ </fill>
728
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
729
+ <shadow offset="14" angle="90" blur="150" color="rgba(0, 0, 0, 0.1)"/>
730
+ </shape>
731
+ <shape width="202" height="68" topLeftX="645" topLeftY="252" type="text">
732
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true" textAlign="left">
733
+ <p>
734
+ <strong>如何提高品牌口碑,强化竞争力?</strong>
735
+ </p>
736
+ </content>
737
+ </shape>
738
+ <shape width="212" height="83" topLeftX="644" topLeftY="324" type="text">
739
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(161, 161, 161, 1)" textAlign="left">
740
+ <p>
741
+ <span color="rgba(161, 161, 161, 1)">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
742
+ </p>
743
+ </content>
744
+ </shape>
745
+ <shape width="212" height="68" topLeftX="644" topLeftY="175" alpha="0.27" type="text">
746
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="40" color="linear-gradient(0deg,rgba(54, 115, 255, 1) 0%,rgba(0, 86, 255, 0.412) 83%,rgba(219, 228, 246, 0) 100%)" italic="true" textAlign="left">
747
+ <p lineSpacing="multiple:1.2">
748
+ <strong>
749
+ <em>
750
+ <span color="linear-gradient(180deg,rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0.471) 100%)" fontSize="40">THREE</span>
751
+ </em>
752
+ </strong>
753
+ </p>
754
+ </content>
755
+ </shape>
756
+ </data>
757
+ <note>
758
+ <content/>
759
+ </note>
760
+ </slide>
761
+ <slide>
762
+ <style/>
763
+ <data>
764
+ <img src="AjidbbCsOoao9LxjA85cEdK8nhe" width="353" height="300" topLeftX="-26" topLeftY="83" flipX="true" alpha="0.55">
765
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
766
+ </img>
767
+ <shape width="215" height="215" topLeftX="111" topLeftY="139" flipX="true" alpha="0.77" type="ellipse">
768
+ <fill>
769
+ <fillColor color="linear-gradient(336deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.53) 100%)"/>
770
+ </fill>
771
+ <shadow offset="78" angle="202" blur="150" color="rgba(79, 196, 147, 0.61)"/>
772
+ </shape>
773
+ <shape width="215" height="215" topLeftX="111" topLeftY="139" flipX="true" type="ellipse">
774
+ <fill>
775
+ <fillColor color="linear-gradient(54deg,rgba(222, 255, 241, 0) 0%,rgba(227, 255, 243, 0) 23%,rgba(242, 255, 250, 0.48) 100%)"/>
776
+ </fill>
777
+ <border color="linear-gradient(54deg,rgba(222, 255, 241, 0) 0%,rgba(227, 255, 243, 0) 23%,rgba(242, 255, 250, 0.48) 100%)" lineJoin="miter" miterLimit="10"/>
778
+ <shadow offset="0" angle="49" blur="77" color="rgba(23, 91, 194, 0.44)"/>
779
+ </shape>
780
+ <shape width="215" height="215" topLeftX="111" topLeftY="139" flipX="true" type="ellipse">
781
+ <fill>
782
+ <fillColor color="linear-gradient(336deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.53) 100%)"/>
783
+ </fill>
784
+ <shadow offset="200" angle="180" blur="150" color="rgba(79, 196, 147, 0.56)"/>
785
+ </shape>
786
+ <shape width="564" height="110" topLeftX="401" topLeftY="215" type="text">
787
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.4">
788
+ <p>品牌传播策略</p>
789
+ </content>
790
+ </shape>
791
+ <shape width="112" height="110" topLeftX="211" topLeftY="215" type="text">
792
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.4">
793
+ <p>03</p>
794
+ </content>
795
+ </shape>
796
+ </data>
797
+ <note>
798
+ <content/>
799
+ </note>
800
+ </slide>
801
+ <slide>
802
+ <style>
803
+ <fill>
804
+ <fillImg src="HQLGbGBstowtlExrFa3cAPA5nfh" alpha="1" rotateWithShape="false"/>
805
+ </fill>
806
+ </style>
807
+ <data>
808
+ <shape width="202" height="34" topLeftX="730" topLeftY="24" type="text">
809
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true" lineSpacing="multiple:1" textAlign="right">
810
+ <p lineSpacing="multiple:1">
811
+ <span fontSize="14">03 | 品牌传播策略</span>
812
+ </p>
813
+ </content>
814
+ </shape>
815
+ <shape width="416" height="61" topLeftX="93" topLeftY="59" type="text">
816
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="30" bold="true" lineSpacing="multiple:1.35">
817
+ <p>品牌 IP 区域化</p>
818
+ </content>
819
+ </shape>
820
+ <shape width="229" height="229" topLeftX="460" topLeftY="239" presetHandlers="228" type="rect">
821
+ <fill>
822
+ <fillColor color="linear-gradient(90deg,rgba(76, 169, 223, 0.31) 0%,rgba(161, 255, 179, 1) 100%)"/>
823
+ </fill>
824
+ <shadow offset="14" angle="187" blur="70" color="rgba(0, 0, 0, 0.1)"/>
825
+ </shape>
826
+ <shape width="128" height="62" topLeftX="511" topLeftY="322" type="text">
827
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(31, 35, 41, 1)" bold="true" italic="true" textAlign="center">
828
+ <p>
829
+ <strong>
830
+ <em>
831
+ <span color="rgba(31, 35, 41, 1)" fontSize="28">55%</span>
832
+ </em>
833
+ </strong>
834
+ </p>
835
+ </content>
836
+ </shape>
837
+ <shape width="180" height="180" topLeftX="271" topLeftY="252" presetHandlers="228" type="rect">
838
+ <fill>
839
+ <fillColor color="linear-gradient(90deg,rgba(255, 255, 255, 0.5) 0%,rgba(255, 255, 255, 1) 100%)"/>
840
+ </fill>
841
+ <border color="linear-gradient(90deg,rgba(76, 169, 223, 0.31) 0%,rgba(161, 255, 179, 1) 100%)" lineJoin="miter" miterLimit="10"/>
842
+ <shadow offset="14" angle="66" blur="53" color="rgba(0, 0, 0, 0.05)"/>
843
+ </shape>
844
+ <shape width="128" height="62" topLeftX="297" topLeftY="311" type="text">
845
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(31, 35, 41, 1)" bold="true" italic="true" textAlign="center">
846
+ <p>
847
+ <strong>
848
+ <em>
849
+ <span color="rgba(31, 35, 41, 1)" fontSize="28">30%</span>
850
+ </em>
851
+ </strong>
852
+ </p>
853
+ </content>
854
+ </shape>
855
+ <shape width="138" height="138" topLeftX="382" topLeftY="127" presetHandlers="228" type="rect">
856
+ <fill>
857
+ <fillColor color="linear-gradient(90deg,rgba(255, 255, 255, 0.5) 0%,rgba(255, 255, 255, 1) 100%)"/>
858
+ </fill>
859
+ <border color="linear-gradient(90deg,rgba(76, 169, 223, 0.31) 0%,rgba(161, 255, 179, 1) 100%)" lineJoin="miter" miterLimit="10"/>
860
+ <shadow offset="14" angle="187" blur="100" color="rgba(0, 0, 0, 0.08)"/>
861
+ </shape>
862
+ <shape width="116" height="62" topLeftX="393" topLeftY="165" type="text">
863
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(31, 35, 41, 1)" bold="true" italic="true" textAlign="center">
864
+ <p>
865
+ <strong>
866
+ <em>
867
+ <span color="rgba(31, 35, 41, 1)" fontSize="28">15%</span>
868
+ </em>
869
+ </strong>
870
+ </p>
871
+ </content>
872
+ </shape>
873
+ <shape width="202" height="44" topLeftX="533" topLeftY="137" type="text">
874
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true">
875
+ <p>
876
+ <strong>
877
+ <span color="rgba(31, 35, 41, 1)">产品转型</span>
878
+ </strong>
879
+ </p>
880
+ </content>
881
+ </shape>
882
+ <shape width="202" height="56" topLeftX="533" topLeftY="165" alpha="0.5" type="text">
883
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)">
884
+ <p>
885
+ <span fontSize="12">描述相关的信息以解释你的标题</span>
886
+ </p>
887
+ <p>
888
+ <span fontSize="12">现在就开始打字吧</span>
889
+ </p>
890
+ </content>
891
+ </shape>
892
+ <shape width="202" height="44" topLeftX="701" topLeftY="306" type="text">
893
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true">
894
+ <p>
895
+ <strong>
896
+ <span color="rgba(31, 35, 41, 1)">产品转型</span>
897
+ </strong>
898
+ </p>
899
+ </content>
900
+ </shape>
901
+ <shape width="202" height="56" topLeftX="701" topLeftY="334" alpha="0.5" type="text">
902
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)">
903
+ <p>
904
+ <span fontSize="12">描述相关的信息以解释你的标题</span>
905
+ </p>
906
+ <p>
907
+ <span fontSize="12">现在就开始打字吧</span>
908
+ </p>
909
+ </content>
910
+ </shape>
911
+ <shape width="202" height="44" topLeftX="57" topLeftY="302" type="text">
912
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)" bold="true" textAlign="right">
913
+ <p>
914
+ <strong>
915
+ <span color="rgba(31, 35, 41, 1)">产品转型</span>
916
+ </strong>
917
+ </p>
918
+ </content>
919
+ </shape>
920
+ <shape width="202" height="56" topLeftX="57" topLeftY="331" alpha="0.5" type="text">
921
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)" textAlign="right">
922
+ <p>
923
+ <span fontSize="12">描述相关的信息以解释你的标题</span>
924
+ </p>
925
+ <p>
926
+ <span fontSize="12">现在就开始打字吧</span>
927
+ </p>
928
+ </content>
929
+ </shape>
930
+ </data>
931
+ <note>
932
+ <content/>
933
+ </note>
934
+ </slide>
935
+ <slide>
936
+ <style>
937
+ <fill>
938
+ <fillImg src="HQLGbGBstowtlExrFa3cAPA5nfh" alpha="1" rotateWithShape="false"/>
939
+ </fill>
940
+ </style>
941
+ <data>
942
+ <shape width="202" height="34" topLeftX="730" topLeftY="24" type="text">
943
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true" lineSpacing="multiple:1" textAlign="right">
944
+ <p lineSpacing="multiple:1">
945
+ <strong>
946
+ <span fontSize="14">03 | 品牌传播策略</span>
947
+ </strong>
948
+ </p>
949
+ </content>
950
+ </shape>
951
+ <shape width="416" height="61" topLeftX="83" topLeftY="59" type="text">
952
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="30" bold="true" lineSpacing="multiple:1.35">
953
+ <p lineSpacing="multiple:1.3">
954
+ <strong>
955
+ <span fontSize="30">社群品牌盛典化</span>
956
+ </strong>
957
+ </p>
958
+ </content>
959
+ </shape>
960
+ <shape width="722" height="56" topLeftX="83" topLeftY="392" type="text">
961
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="left">
962
+ <p>
963
+ <span color="rgba(161, 161, 161, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
964
+ </p>
965
+ </content>
966
+ </shape>
967
+ <shape width="156" height="64" topLeftX="309" topLeftY="229" presetHandlers="60" type="round-rect">
968
+ <fill>
969
+ <fillColor color="rgba(31, 35, 41, 1)"/>
970
+ </fill>
971
+ <border color="rgba(31, 35, 41, 1)" width="1" lineJoin="miter" miterLimit="10"/>
972
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)">
973
+ <p>
974
+ <span color="rgba(255, 255, 255, 1)">情人节活动</span>
975
+ </p>
976
+ </content>
977
+ </shape>
978
+ <line startX="338" startY="192" endX="338" endY="221">
979
+ <border color="rgba(31, 35, 41, 1)" dashArray="dot" lineCap="square" lineJoin="miter" miterLimit="10"/>
980
+ </line>
981
+ <shape width="99" height="38" topLeftX="313" topLeftY="158" type="text">
982
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)" textAlign="left">
983
+ <p>
984
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">2026.02.14</span>
985
+ </p>
986
+ </content>
987
+ </shape>
988
+ <shape width="156" height="64" topLeftX="91" topLeftY="229" presetHandlers="60" type="round-rect">
989
+ <border color="rgba(31, 35, 41, 1)" width="1" lineJoin="miter" miterLimit="10"/>
990
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)">
991
+ <p>
992
+ <span color="rgba(31, 35, 41, 1)">跨年活动</span>
993
+ </p>
994
+ </content>
995
+ </shape>
996
+ <line startX="120" startY="192" endX="120" endY="221">
997
+ <border color="rgba(31, 35, 41, 1)" dashArray="dot" lineCap="square" lineJoin="miter" miterLimit="10"/>
998
+ </line>
999
+ <shape width="99" height="38" topLeftX="95" topLeftY="158" type="text">
1000
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)" textAlign="left">
1001
+ <p>
1002
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">2026.01.01</span>
1003
+ </p>
1004
+ </content>
1005
+ </shape>
1006
+ <shape width="156" height="64" topLeftX="746" topLeftY="229" presetHandlers="60" type="round-rect">
1007
+ <fill>
1008
+ <fillColor color="rgba(31, 35, 41, 1)"/>
1009
+ </fill>
1010
+ <border color="rgba(31, 35, 41, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1011
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)">
1012
+ <p>
1013
+ <span color="rgba(255, 255, 255, 1)">双十一购物节</span>
1014
+ </p>
1015
+ </content>
1016
+ </shape>
1017
+ <line startX="774" startY="192" endX="774" endY="221">
1018
+ <border color="rgba(31, 35, 41, 1)" dashArray="dot" lineCap="square" lineJoin="miter" miterLimit="10"/>
1019
+ </line>
1020
+ <shape width="99" height="38" topLeftX="750" topLeftY="158" type="text">
1021
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)" textAlign="left">
1022
+ <p>
1023
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">2026.11.11</span>
1024
+ </p>
1025
+ </content>
1026
+ </shape>
1027
+ <shape width="156" height="64" topLeftX="527" topLeftY="229" presetHandlers="60" type="round-rect">
1028
+ <border color="rgba(31, 35, 41, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1029
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(31, 35, 41, 1)">
1030
+ <p>
1031
+ <span color="rgba(31, 35, 41, 1)">618 购物节</span>
1032
+ </p>
1033
+ </content>
1034
+ </shape>
1035
+ <line startX="556" startY="192" endX="556" endY="221">
1036
+ <border color="rgba(31, 35, 41, 1)" dashArray="dot" lineCap="square" lineJoin="miter" miterLimit="10"/>
1037
+ </line>
1038
+ <shape width="99" height="38" topLeftX="531" topLeftY="158" type="text">
1039
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)" textAlign="left">
1040
+ <p>
1041
+ <span color="rgba(31, 35, 41, 1)" fontSize="12">2026.06.18</span>
1042
+ </p>
1043
+ </content>
1044
+ </shape>
1045
+ <shape width="99" height="38" topLeftX="101" topLeftY="305" alpha="0.5" type="text">
1046
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)" textAlign="left">
1047
+ <p>活动描述</p>
1048
+ </content>
1049
+ </shape>
1050
+ <shape width="99" height="38" topLeftX="319" topLeftY="305" type="text">
1051
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)" textAlign="left">
1052
+ <p>活动描述</p>
1053
+ </content>
1054
+ </shape>
1055
+ <shape width="99" height="38" topLeftX="537" topLeftY="305" alpha="0.5" type="text">
1056
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)" textAlign="left">
1057
+ <p>活动描述</p>
1058
+ </content>
1059
+ </shape>
1060
+ <shape width="99" height="38" topLeftX="756" topLeftY="305" type="text">
1061
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(31, 35, 41, 1)" textAlign="left">
1062
+ <p>活动描述</p>
1063
+ </content>
1064
+ </shape>
1065
+ </data>
1066
+ <note>
1067
+ <content/>
1068
+ </note>
1069
+ </slide>
1070
+ <slide>
1071
+ <style>
1072
+ <fill>
1073
+ <fillImg src="HQLGbGBstowtlExrFa3cAPA5nfh" alpha="1" rotateWithShape="false"/>
1074
+ </fill>
1075
+ </style>
1076
+ <data>
1077
+ <shape width="202" height="34" topLeftX="730" topLeftY="24" type="text">
1078
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true" lineSpacing="multiple:1" textAlign="right">
1079
+ <p lineSpacing="multiple:1">
1080
+ <strong>
1081
+ <span fontSize="14">03 | 品牌传播策略</span>
1082
+ </strong>
1083
+ </p>
1084
+ </content>
1085
+ </shape>
1086
+ <shape width="416" height="61" topLeftX="83" topLeftY="59" type="text">
1087
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="30" bold="true" lineSpacing="multiple:1.35">
1088
+ <p lineSpacing="multiple:1.3">
1089
+ <strong>
1090
+ <span fontSize="30">品牌代言人体系化</span>
1091
+ </strong>
1092
+ </p>
1093
+ </content>
1094
+ </shape>
1095
+ <undefined type="fallback"/>
1096
+ </data>
1097
+ <note>
1098
+ <content/>
1099
+ </note>
1100
+ </slide>
1101
+ <slide>
1102
+ <style/>
1103
+ <data>
1104
+ <img src="AjidbbCsOoao9LxjA85cEdK8nhe" width="353" height="300" topLeftX="-26" topLeftY="83" flipX="true" alpha="0.55">
1105
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1106
+ </img>
1107
+ <shape width="215" height="215" topLeftX="111" topLeftY="139" flipX="true" alpha="0.77" type="ellipse">
1108
+ <fill>
1109
+ <fillColor color="linear-gradient(336deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.53) 100%)"/>
1110
+ </fill>
1111
+ <shadow offset="78" angle="202" blur="150" color="rgba(79, 196, 147, 0.61)"/>
1112
+ </shape>
1113
+ <shape width="215" height="215" topLeftX="111" topLeftY="139" flipX="true" type="ellipse">
1114
+ <fill>
1115
+ <fillColor color="linear-gradient(54deg,rgba(222, 255, 241, 0) 0%,rgba(227, 255, 243, 0) 23%,rgba(242, 255, 250, 0.48) 100%)"/>
1116
+ </fill>
1117
+ <border color="linear-gradient(54deg,rgba(222, 255, 241, 0) 0%,rgba(227, 255, 243, 0) 23%,rgba(242, 255, 250, 0.48) 100%)" lineJoin="miter" miterLimit="10"/>
1118
+ <shadow offset="0" angle="49" blur="77" color="rgba(23, 91, 194, 0.44)"/>
1119
+ </shape>
1120
+ <shape width="215" height="215" topLeftX="111" topLeftY="139" flipX="true" type="ellipse">
1121
+ <fill>
1122
+ <fillColor color="linear-gradient(336deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.53) 100%)"/>
1123
+ </fill>
1124
+ <shadow offset="200" angle="180" blur="150" color="rgba(79, 196, 147, 0.56)"/>
1125
+ </shape>
1126
+ <shape width="564" height="110" topLeftX="401" topLeftY="215" type="text">
1127
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.4">
1128
+ <p>品牌传播创意</p>
1129
+ </content>
1130
+ </shape>
1131
+ <shape width="112" height="110" topLeftX="211" topLeftY="215" type="text">
1132
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.4">
1133
+ <p>04</p>
1134
+ </content>
1135
+ </shape>
1136
+ </data>
1137
+ <note>
1138
+ <content/>
1139
+ </note>
1140
+ </slide>
1141
+ <slide>
1142
+ <style>
1143
+ <fill>
1144
+ <fillImg src="MV41bXGlYoTiIAxyTkgcAoCCnzg" alpha="1" rotateWithShape="false"/>
1145
+ </fill>
1146
+ </style>
1147
+ <data>
1148
+ <img src="RQ4bb50gposPVmxmeBIcJiuMnpd" width="204" height="380" topLeftX="713" topLeftY="80">
1149
+ <crop type="rect" leftOffset="0.12" rightOffset="0.12" topOffset="0" bottomOffset="0" presetHandlers="12"/>
1150
+ </img>
1151
+ <img src="VITubmUtxojYycxhKYVcML9un5L" width="162" height="132" topLeftX="537" topLeftY="328">
1152
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0.19" bottomOffset="0.19" presetHandlers="12"/>
1153
+ </img>
1154
+ <img src="JO6IblecQoppuTxxuwXcfOq0nud" width="162" height="132" topLeftX="361" topLeftY="328">
1155
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0.19" bottomOffset="0.19" presetHandlers="12"/>
1156
+ </img>
1157
+ <img src="GTYhbABKHoXRG5xHeVMcgw2EnUg" width="338" height="236" topLeftX="361" topLeftY="80">
1158
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0.16" bottomOffset="0.16" presetHandlers="12"/>
1159
+ </img>
1160
+ <shape width="202" height="34" topLeftX="730" topLeftY="24" type="text">
1161
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true" lineSpacing="multiple:1" textAlign="right">
1162
+ <p lineSpacing="multiple:1">
1163
+ <strong>
1164
+ <span fontSize="14">04 | 品牌传播创意</span>
1165
+ </strong>
1166
+ </p>
1167
+ </content>
1168
+ </shape>
1169
+ <shape width="240" height="146" topLeftX="47" topLeftY="112" alpha="0.5" type="text">
1170
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14">
1171
+ <p>
1172
+ <span fontSize="14">演示文稿是实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。如果您想在演示文稿中内容,可以选择多种方式。</span>
1173
+ </p>
1174
+ </content>
1175
+ </shape>
1176
+ <shape width="266" height="61" topLeftX="43" topLeftY="59" type="text">
1177
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="30" bold="true" lineSpacing="multiple:1.35">
1178
+ <p lineSpacing="multiple:1.2">
1179
+ <strong>
1180
+ <span fontSize="30">平面风格</span>
1181
+ </strong>
1182
+ </p>
1183
+ </content>
1184
+ </shape>
1185
+ </data>
1186
+ <note>
1187
+ <content/>
1188
+ </note>
1189
+ </slide>
1190
+ <slide>
1191
+ <style>
1192
+ <fill>
1193
+ <fillImg src="Iyjybbnc2oSPDbxsyOUcD72Fnob" alpha="1" rotateWithShape="false"/>
1194
+ </fill>
1195
+ </style>
1196
+ <data>
1197
+ <shape width="188" height="384" topLeftX="328" topLeftY="70" presetHandlers="14" type="round-rect">
1198
+ <fill>
1199
+ <fillColor color="rgba(255, 255, 255, 0.51)"/>
1200
+ </fill>
1201
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1202
+ <shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
1203
+ </shape>
1204
+ <shape width="188" height="384" topLeftX="526" topLeftY="70" presetHandlers="14" type="round-rect">
1205
+ <fill>
1206
+ <fillColor color="rgba(255, 255, 255, 0.51)"/>
1207
+ </fill>
1208
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1209
+ <shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
1210
+ </shape>
1211
+ <shape width="188" height="384" topLeftX="721" topLeftY="70" presetHandlers="14" type="round-rect">
1212
+ <fill>
1213
+ <fillColor color="rgba(255, 255, 255, 0.51)"/>
1214
+ </fill>
1215
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1216
+ <shadow offset="14" angle="90" color="rgba(0, 0, 0, 0.1)"/>
1217
+ </shape>
1218
+ <img src="LqVhbXxnLoDJIfxjldFccB3snnf" width="172" height="266" topLeftX="338" topLeftY="79" exposure="12" temperature="-100">
1219
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0.1" bottomOffset="0.1" presetHandlers="12"/>
1220
+ </img>
1221
+ <img src="RjVsbnbqNoKY5nxdZBfcFRYqnI3" width="172" height="266" topLeftX="534" topLeftY="79" exposure="19" contrast="-9" saturation="15" temperature="-20">
1222
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0.1" bottomOffset="0.1" presetHandlers="12"/>
1223
+ </img>
1224
+ <img src="AVH7bdQimoVugyxJKgkcENr5nye" width="172" height="266" topLeftX="729" topLeftY="79">
1225
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0.1" bottomOffset="0.1" presetHandlers="12"/>
1226
+ </img>
1227
+ <shape width="240" height="146" topLeftX="47" topLeftY="112" alpha="0.5" type="text">
1228
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14">
1229
+ <p>
1230
+ <span fontSize="14">演示文稿是实用的工具,可以是演示,演讲,报告等。大部分时间,它们都是在为观众服务。它们有多种用途,是演讲和教学的有力工具。如果您想在演示文稿中内容,可以选择多种方式。</span>
1231
+ </p>
1232
+ </content>
1233
+ </shape>
1234
+ <shape width="272" height="61" topLeftX="43" topLeftY="59" type="text">
1235
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="30" bold="true" lineSpacing="multiple:1.35">
1236
+ <p lineSpacing="multiple:1.2">
1237
+ <strong>
1238
+ <span fontSize="30">短视频</span>
1239
+ </strong>
1240
+ </p>
1241
+ </content>
1242
+ </shape>
1243
+ <shape width="202" height="34" topLeftX="730" topLeftY="24" type="text">
1244
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true" lineSpacing="multiple:1" textAlign="right">
1245
+ <p lineSpacing="multiple:1">
1246
+ <strong>
1247
+ <span fontSize="14">04 | 品牌传播创意</span>
1248
+ </strong>
1249
+ </p>
1250
+ </content>
1251
+ </shape>
1252
+ <shape width="173" height="74" topLeftX="729" topLeftY="373" alpha="0.5" type="text">
1253
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" bold="false">
1254
+ <p>
1255
+ <span fontSize="12" bold="false">输入相关的描述以解释你的标题。输入相关的描述以解释你的标题。</span>
1256
+ </p>
1257
+ </content>
1258
+ </shape>
1259
+ <shape width="173" height="41" topLeftX="729" topLeftY="344" type="text">
1260
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true">
1261
+ <p>
1262
+ <strong>
1263
+ <span fontSize="14">参考</span>
1264
+ </strong>
1265
+ <strong>
1266
+ <span fontSize="14">三</span>
1267
+ </strong>
1268
+ </p>
1269
+ </content>
1270
+ </shape>
1271
+ <shape width="173" height="74" topLeftX="534" topLeftY="373" alpha="0.5" type="text">
1272
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" bold="false">
1273
+ <p>
1274
+ <span fontSize="12" bold="false">输入相关的描述以解释你的标题。输入相关的描述以解释你的标题。</span>
1275
+ </p>
1276
+ </content>
1277
+ </shape>
1278
+ <shape width="173" height="41" topLeftX="534" topLeftY="344" type="text">
1279
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true">
1280
+ <p>
1281
+ <strong>
1282
+ <span fontSize="14">参考</span>
1283
+ </strong>
1284
+ <strong>
1285
+ <span fontSize="14">二</span>
1286
+ </strong>
1287
+ </p>
1288
+ </content>
1289
+ </shape>
1290
+ <shape width="173" height="74" topLeftX="338" topLeftY="373" alpha="0.5" type="text">
1291
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" bold="false">
1292
+ <p>
1293
+ <span fontSize="12" bold="false">输入相关的描述以解释你的标题。输入相关的描述以解释你的标题。</span>
1294
+ </p>
1295
+ </content>
1296
+ </shape>
1297
+ <shape width="173" height="41" topLeftX="338" topLeftY="344" type="text">
1298
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true">
1299
+ <p>
1300
+ <strong>
1301
+ <span fontSize="14">参考一</span>
1302
+ </strong>
1303
+ </p>
1304
+ </content>
1305
+ </shape>
1306
+ </data>
1307
+ <note>
1308
+ <content/>
1309
+ </note>
1310
+ </slide>
1311
+ <slide>
1312
+ <style/>
1313
+ <data>
1314
+ <img src="YbHYbrBDQoc7xrxu3sJcWWS8n4b" width="654" height="564" topLeftX="260" topLeftY="-24" alpha="0.55">
1315
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1316
+ </img>
1317
+ <shape width="399" height="404" topLeftX="289" topLeftY="68" rotation="347" alpha="0.77" type="ellipse">
1318
+ <fill>
1319
+ <fillColor color="linear-gradient(336deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.53) 100%)"/>
1320
+ </fill>
1321
+ <shadow offset="161" blur="150" color="rgba(79, 196, 147, 0.82)"/>
1322
+ </shape>
1323
+ <shape width="399" height="404" topLeftX="289" topLeftY="68" rotation="347" type="ellipse">
1324
+ <fill>
1325
+ <fillColor color="linear-gradient(54deg,rgba(222, 255, 241, 0) 0%,rgba(227, 255, 243, 0) 23%,rgba(242, 255, 250, 0.48) 100%)"/>
1326
+ </fill>
1327
+ <border color="linear-gradient(54deg,rgba(222, 255, 241, 0) 0%,rgba(227, 255, 243, 0) 23%,rgba(242, 255, 250, 0.48) 100%)" lineJoin="miter" miterLimit="10"/>
1328
+ <shadow offset="0" angle="49" blur="77" color="rgba(23, 91, 194, 0.44)"/>
1329
+ </shape>
1330
+ <shape width="399" height="404" topLeftX="289" topLeftY="68" rotation="347" type="ellipse">
1331
+ <fill>
1332
+ <fillColor color="linear-gradient(336deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.53) 100%)"/>
1333
+ </fill>
1334
+ <shadow offset="200" angle="0" blur="150" color="rgba(79, 196, 147, 0.56)"/>
1335
+ </shape>
1336
+ <shape width="202" height="37" topLeftX="730" topLeftY="23" type="text">
1337
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" bold="true" lineSpacing="multiple:1" textAlign="right">
1338
+ <p lineSpacing="multiple:1.2">品牌传播方案</p>
1339
+ </content>
1340
+ </shape>
1341
+ <shape width="418" height="106" topLeftX="271" topLeftY="217" type="text">
1342
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="72" color="rgba(0, 0, 0, 1)" bold="true" underline="false" textAlign="center">
1343
+ <p lineSpacing="multiple:1.2">
1344
+ <strong>
1345
+ <span color="rgba(0, 0, 0, 1)" fontSize="72" underline="false">感谢观看</span>
1346
+ </strong>
1347
+ </p>
1348
+ </content>
1349
+ </shape>
1350
+ <icon width="24" height="24" topLeftX="28" topLeftY="29" iconType="iconpark/Charts/chart-ring.svg">
1351
+ <border color="rgba(44, 44, 45, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1352
+ </icon>
1353
+ <shape width="196" height="32" topLeftX="46" topLeftY="24" type="text">
1354
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(44, 44, 45, 1)" bold="true" lineSpacing="multiple:1">
1355
+ <p lineSpacing="multiple:1">
1356
+ <strong>
1357
+ <span color="rgba(44, 44, 45, 1)" fontSize="12">LOGO</span>
1358
+ </strong>
1359
+ </p>
1360
+ </content>
1361
+ </shape>
1362
+ </data>
1363
+ <note>
1364
+ <content/>
1365
+ </note>
1366
+ </slide>
1367
+ </presentation>