@wagemule/daemon 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (341) hide show
  1. package/README.md +9 -1
  2. package/dist/main.cjs +246 -42
  3. package/dist/main.cjs.map +3 -3
  4. package/dist/skills/larksuite/lark-approval/SKILL.md +56 -0
  5. package/dist/skills/larksuite/lark-attendance/SKILL.md +57 -0
  6. package/dist/skills/larksuite/lark-base/SKILL.md +349 -0
  7. package/dist/skills/larksuite/lark-base/references/dashboard-block-data-config.md +350 -0
  8. package/dist/skills/larksuite/lark-base/references/examples.md +140 -0
  9. package/dist/skills/larksuite/lark-base/references/formula-field-guide.md +735 -0
  10. package/dist/skills/larksuite/lark-base/references/lark-base-advperm-disable.md +83 -0
  11. package/dist/skills/larksuite/lark-base/references/lark-base-advperm-enable.md +80 -0
  12. package/dist/skills/larksuite/lark-base/references/lark-base-base-copy.md +74 -0
  13. package/dist/skills/larksuite/lark-base/references/lark-base-base-create.md +68 -0
  14. package/dist/skills/larksuite/lark-base/references/lark-base-base-get.md +39 -0
  15. package/dist/skills/larksuite/lark-base/references/lark-base-cell-value.md +151 -0
  16. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-arrange.md +83 -0
  17. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-create.md +108 -0
  18. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-delete.md +46 -0
  19. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-get.md +57 -0
  20. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-list.md +53 -0
  21. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-update.md +84 -0
  22. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-create.md +73 -0
  23. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-delete.md +44 -0
  24. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-get.md +59 -0
  25. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-list.md +52 -0
  26. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-update.md +69 -0
  27. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard.md +240 -0
  28. package/dist/skills/larksuite/lark-base/references/lark-base-data-analysis-sop.md +88 -0
  29. package/dist/skills/larksuite/lark-base/references/lark-base-data-query.md +451 -0
  30. package/dist/skills/larksuite/lark-base/references/lark-base-field-create.md +104 -0
  31. package/dist/skills/larksuite/lark-base/references/lark-base-field-delete.md +51 -0
  32. package/dist/skills/larksuite/lark-base/references/lark-base-field-get.md +42 -0
  33. package/dist/skills/larksuite/lark-base/references/lark-base-field-list.md +44 -0
  34. package/dist/skills/larksuite/lark-base/references/lark-base-field-search-options.md +48 -0
  35. package/dist/skills/larksuite/lark-base/references/lark-base-field-update.md +166 -0
  36. package/dist/skills/larksuite/lark-base/references/lark-base-field.md +23 -0
  37. package/dist/skills/larksuite/lark-base/references/lark-base-form-create.md +87 -0
  38. package/dist/skills/larksuite/lark-base/references/lark-base-form-delete.md +64 -0
  39. package/dist/skills/larksuite/lark-base/references/lark-base-form-get.md +68 -0
  40. package/dist/skills/larksuite/lark-base/references/lark-base-form-list.md +73 -0
  41. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-create.md +118 -0
  42. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-delete.md +68 -0
  43. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-list.md +84 -0
  44. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-update.md +92 -0
  45. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions.md +23 -0
  46. package/dist/skills/larksuite/lark-base/references/lark-base-form-update.md +82 -0
  47. package/dist/skills/larksuite/lark-base/references/lark-base-form.md +24 -0
  48. package/dist/skills/larksuite/lark-base/references/lark-base-history.md +16 -0
  49. package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-create.md +58 -0
  50. package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-update.md +53 -0
  51. package/dist/skills/larksuite/lark-base/references/lark-base-record-delete.md +62 -0
  52. package/dist/skills/larksuite/lark-base/references/lark-base-record-history-list.md +86 -0
  53. package/dist/skills/larksuite/lark-base/references/lark-base-record-share-link-create.md +72 -0
  54. package/dist/skills/larksuite/lark-base/references/lark-base-record-upload-attachment.md +50 -0
  55. package/dist/skills/larksuite/lark-base/references/lark-base-record-upsert.md +64 -0
  56. package/dist/skills/larksuite/lark-base/references/lark-base-record.md +29 -0
  57. package/dist/skills/larksuite/lark-base/references/lark-base-role-create.md +89 -0
  58. package/dist/skills/larksuite/lark-base/references/lark-base-role-delete.md +83 -0
  59. package/dist/skills/larksuite/lark-base/references/lark-base-role-get.md +87 -0
  60. package/dist/skills/larksuite/lark-base/references/lark-base-role-list.md +81 -0
  61. package/dist/skills/larksuite/lark-base/references/lark-base-role-update.md +94 -0
  62. package/dist/skills/larksuite/lark-base/references/lark-base-shortcut-field-properties.md +481 -0
  63. package/dist/skills/larksuite/lark-base/references/lark-base-table-create.md +62 -0
  64. package/dist/skills/larksuite/lark-base/references/lark-base-table-delete.md +51 -0
  65. package/dist/skills/larksuite/lark-base/references/lark-base-table-get.md +46 -0
  66. package/dist/skills/larksuite/lark-base/references/lark-base-table-list.md +43 -0
  67. package/dist/skills/larksuite/lark-base/references/lark-base-table-update.md +49 -0
  68. package/dist/skills/larksuite/lark-base/references/lark-base-table.md +20 -0
  69. package/dist/skills/larksuite/lark-base/references/lark-base-view-create.md +50 -0
  70. package/dist/skills/larksuite/lark-base/references/lark-base-view-delete.md +48 -0
  71. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-card.md +38 -0
  72. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-filter.md +38 -0
  73. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-group.md +38 -0
  74. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-sort.md +38 -0
  75. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-timebar.md +38 -0
  76. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-visible-fields.md +28 -0
  77. package/dist/skills/larksuite/lark-base/references/lark-base-view-get.md +38 -0
  78. package/dist/skills/larksuite/lark-base/references/lark-base-view-list.md +44 -0
  79. package/dist/skills/larksuite/lark-base/references/lark-base-view-rename.md +44 -0
  80. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-card.md +55 -0
  81. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-filter.md +181 -0
  82. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-group.md +65 -0
  83. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-sort.md +63 -0
  84. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-timebar.md +51 -0
  85. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-visible-fields.md +46 -0
  86. package/dist/skills/larksuite/lark-base/references/lark-base-view.md +44 -0
  87. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-create.md +180 -0
  88. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-disable.md +94 -0
  89. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-enable.md +94 -0
  90. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-get.md +147 -0
  91. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-guide.md +718 -0
  92. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-list.md +124 -0
  93. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-schema.md +935 -0
  94. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-update.md +167 -0
  95. package/dist/skills/larksuite/lark-base/references/lark-base-workflow.md +23 -0
  96. package/dist/skills/larksuite/lark-base/references/lark-base-workspace.md +18 -0
  97. package/dist/skills/larksuite/lark-base/references/lookup-field-guide.md +510 -0
  98. package/dist/skills/larksuite/lark-base/references/role-config.md +539 -0
  99. package/dist/skills/larksuite/lark-calendar/SKILL.md +154 -0
  100. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-agenda.md +78 -0
  101. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-create.md +109 -0
  102. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-freebusy.md +124 -0
  103. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-room-find.md +113 -0
  104. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-rsvp.md +42 -0
  105. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-schedule-meeting.md +265 -0
  106. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-suggestion.md +125 -0
  107. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-update.md +105 -0
  108. package/dist/skills/larksuite/lark-contact/SKILL.md +45 -0
  109. package/dist/skills/larksuite/lark-contact/references/lark-contact-get-user.md +19 -0
  110. package/dist/skills/larksuite/lark-contact/references/lark-contact-search-user.md +124 -0
  111. package/dist/skills/larksuite/lark-doc/SKILL.md +69 -0
  112. package/dist/skills/larksuite/lark-doc/references/lark-doc-create.md +89 -0
  113. package/dist/skills/larksuite/lark-doc/references/lark-doc-fetch.md +141 -0
  114. package/dist/skills/larksuite/lark-doc/references/lark-doc-md.md +71 -0
  115. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-download.md +50 -0
  116. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-insert.md +114 -0
  117. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-preview.md +41 -0
  118. package/dist/skills/larksuite/lark-doc/references/lark-doc-search.md +217 -0
  119. package/dist/skills/larksuite/lark-doc/references/lark-doc-update.md +252 -0
  120. package/dist/skills/larksuite/lark-doc/references/lark-doc-whiteboard.md +100 -0
  121. package/dist/skills/larksuite/lark-doc/references/lark-doc-xml.md +169 -0
  122. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-create-workflow.md +56 -0
  123. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-style.md +106 -0
  124. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-update-workflow.md +54 -0
  125. package/dist/skills/larksuite/lark-drive/SKILL.md +343 -0
  126. package/dist/skills/larksuite/lark-drive/references/lark-drive-add-comment.md +169 -0
  127. package/dist/skills/larksuite/lark-drive/references/lark-drive-apply-permission.md +77 -0
  128. package/dist/skills/larksuite/lark-drive/references/lark-drive-create-folder.md +73 -0
  129. package/dist/skills/larksuite/lark-drive/references/lark-drive-create-shortcut.md +103 -0
  130. package/dist/skills/larksuite/lark-drive/references/lark-drive-delete.md +79 -0
  131. package/dist/skills/larksuite/lark-drive/references/lark-drive-download.md +31 -0
  132. package/dist/skills/larksuite/lark-drive/references/lark-drive-export-download.md +50 -0
  133. package/dist/skills/larksuite/lark-drive/references/lark-drive-export.md +119 -0
  134. package/dist/skills/larksuite/lark-drive/references/lark-drive-import.md +154 -0
  135. package/dist/skills/larksuite/lark-drive/references/lark-drive-move.md +120 -0
  136. package/dist/skills/larksuite/lark-drive/references/lark-drive-pull.md +137 -0
  137. package/dist/skills/larksuite/lark-drive/references/lark-drive-push.md +162 -0
  138. package/dist/skills/larksuite/lark-drive/references/lark-drive-reactions.md +113 -0
  139. package/dist/skills/larksuite/lark-drive/references/lark-drive-search.md +239 -0
  140. package/dist/skills/larksuite/lark-drive/references/lark-drive-status.md +137 -0
  141. package/dist/skills/larksuite/lark-drive/references/lark-drive-task-result.md +302 -0
  142. package/dist/skills/larksuite/lark-drive/references/lark-drive-upload.md +101 -0
  143. package/dist/skills/larksuite/lark-event/SKILL.md +145 -0
  144. package/dist/skills/larksuite/lark-event/references/lark-event-im.md +86 -0
  145. package/dist/skills/larksuite/lark-im/SKILL.md +162 -0
  146. package/dist/skills/larksuite/lark-im/references/lark-im-chat-create.md +162 -0
  147. package/dist/skills/larksuite/lark-im/references/lark-im-chat-identity.md +55 -0
  148. package/dist/skills/larksuite/lark-im/references/lark-im-chat-list.md +113 -0
  149. package/dist/skills/larksuite/lark-im/references/lark-im-chat-messages-list.md +142 -0
  150. package/dist/skills/larksuite/lark-im/references/lark-im-chat-search.md +136 -0
  151. package/dist/skills/larksuite/lark-im/references/lark-im-chat-update.md +84 -0
  152. package/dist/skills/larksuite/lark-im/references/lark-im-flag-cancel.md +67 -0
  153. package/dist/skills/larksuite/lark-im/references/lark-im-flag-create.md +67 -0
  154. package/dist/skills/larksuite/lark-im/references/lark-im-flag-list.md +100 -0
  155. package/dist/skills/larksuite/lark-im/references/lark-im-messages-mget.md +95 -0
  156. package/dist/skills/larksuite/lark-im/references/lark-im-messages-reply.md +222 -0
  157. package/dist/skills/larksuite/lark-im/references/lark-im-messages-resources-download.md +94 -0
  158. package/dist/skills/larksuite/lark-im/references/lark-im-messages-search.md +217 -0
  159. package/dist/skills/larksuite/lark-im/references/lark-im-messages-send.md +223 -0
  160. package/dist/skills/larksuite/lark-im/references/lark-im-reactions.md +297 -0
  161. package/dist/skills/larksuite/lark-im/references/lark-im-threads-messages-list.md +111 -0
  162. package/dist/skills/larksuite/lark-mail/SKILL.md +648 -0
  163. package/dist/skills/larksuite/lark-mail/references/lark-mail-decline-receipt.md +115 -0
  164. package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-create.md +123 -0
  165. package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-edit.md +400 -0
  166. package/dist/skills/larksuite/lark-mail/references/lark-mail-forward.md +232 -0
  167. package/dist/skills/larksuite/lark-mail/references/lark-mail-message.md +230 -0
  168. package/dist/skills/larksuite/lark-mail/references/lark-mail-messages.md +108 -0
  169. package/dist/skills/larksuite/lark-mail/references/lark-mail-reply-all.md +206 -0
  170. package/dist/skills/larksuite/lark-mail/references/lark-mail-reply.md +242 -0
  171. package/dist/skills/larksuite/lark-mail/references/lark-mail-send-receipt.md +120 -0
  172. package/dist/skills/larksuite/lark-mail/references/lark-mail-send.md +216 -0
  173. package/dist/skills/larksuite/lark-mail/references/lark-mail-share-to-chat.md +87 -0
  174. package/dist/skills/larksuite/lark-mail/references/lark-mail-signature.md +98 -0
  175. package/dist/skills/larksuite/lark-mail/references/lark-mail-template-create.md +129 -0
  176. package/dist/skills/larksuite/lark-mail/references/lark-mail-template-update.md +150 -0
  177. package/dist/skills/larksuite/lark-mail/references/lark-mail-thread.md +111 -0
  178. package/dist/skills/larksuite/lark-mail/references/lark-mail-triage.md +122 -0
  179. package/dist/skills/larksuite/lark-mail/references/lark-mail-watch.md +94 -0
  180. package/dist/skills/larksuite/lark-markdown/SKILL.md +46 -0
  181. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-create.md +86 -0
  182. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-fetch.md +79 -0
  183. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-overwrite.md +85 -0
  184. package/dist/skills/larksuite/lark-minutes/SKILL.md +139 -0
  185. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-download.md +137 -0
  186. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-search.md +206 -0
  187. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-upload.md +104 -0
  188. package/dist/skills/larksuite/lark-okr/SKILL.md +133 -0
  189. package/dist/skills/larksuite/lark-okr/references/lark-okr-contentblock.md +359 -0
  190. package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-detail.md +84 -0
  191. package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-list.md +90 -0
  192. package/dist/skills/larksuite/lark-okr/references/lark-okr-entities.md +329 -0
  193. package/dist/skills/larksuite/lark-okr/references/lark-okr-image-upload.md +116 -0
  194. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-create.md +81 -0
  195. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-delete.md +47 -0
  196. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-get.md +62 -0
  197. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-list.md +80 -0
  198. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-update.md +81 -0
  199. package/dist/skills/larksuite/lark-openapi-explorer/SKILL.md +153 -0
  200. package/dist/skills/larksuite/lark-shared/SKILL.md +138 -0
  201. package/dist/skills/larksuite/lark-sheets/SKILL.md +345 -0
  202. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-data.md +197 -0
  203. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-images.md +59 -0
  204. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-style-and-merge.md +141 -0
  205. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-dropdown.md +133 -0
  206. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-filter-views.md +193 -0
  207. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-float-images.md +125 -0
  208. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-formula.md +88 -0
  209. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-row-column-management.md +151 -0
  210. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-sheet-management.md +164 -0
  211. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-spreadsheet-management.md +134 -0
  212. package/dist/skills/larksuite/lark-skill-maker/SKILL.md +85 -0
  213. package/dist/skills/larksuite/lark-slides/SKILL.md +525 -0
  214. package/dist/skills/larksuite/lark-slides/assets/templates/administration--all_hands_meeting.xml +1999 -0
  215. package/dist/skills/larksuite/lark-slides/assets/templates/administration--annual_gala.xml +1160 -0
  216. package/dist/skills/larksuite/lark-slides/assets/templates/administration--company_intro.xml +1376 -0
  217. package/dist/skills/larksuite/lark-slides/assets/templates/administration--corporate_culture.xml +1765 -0
  218. package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training.xml +912 -0
  219. package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training_workshop.xml +1504 -0
  220. package/dist/skills/larksuite/lark-slides/assets/templates/hr--onboarding.xml +933 -0
  221. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_communication.xml +1367 -0
  222. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_logo_design.xml +1347 -0
  223. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_operations_plan.xml +1309 -0
  224. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--business_plan.xml +1646 -0
  225. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_plan.xml +1469 -0
  226. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_strategy.xml +1484 -0
  227. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--product_whitepaper.xml +1455 -0
  228. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--roadshow_business_plan.xml +1506 -0
  229. package/dist/skills/larksuite/lark-slides/assets/templates/misc--book_sharing.xml +1338 -0
  230. package/dist/skills/larksuite/lark-slides/assets/templates/misc--club_event_plan.xml +4885 -0
  231. package/dist/skills/larksuite/lark-slides/assets/templates/misc--student_career_plan.xml +1854 -0
  232. package/dist/skills/larksuite/lark-slides/assets/templates/office--dark_general.xml +3763 -0
  233. package/dist/skills/larksuite/lark-slides/assets/templates/office--dept_annual_report.xml +1192 -0
  234. package/dist/skills/larksuite/lark-slides/assets/templates/office--light_general.xml +3378 -0
  235. package/dist/skills/larksuite/lark-slides/assets/templates/office--project_kickoff.xml +3152 -0
  236. package/dist/skills/larksuite/lark-slides/assets/templates/office--quarterly_review.xml +1253 -0
  237. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_report.xml +1099 -0
  238. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary.xml +4420 -0
  239. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary_report.xml +1523 -0
  240. package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_logo_design.xml +1347 -0
  241. package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_operations_plan.xml +1309 -0
  242. package/dist/skills/larksuite/lark-slides/assets/templates/operations--marketing_plan.xml +1469 -0
  243. package/dist/skills/larksuite/lark-slides/assets/templates/operations--product_promotion.xml +687 -0
  244. package/dist/skills/larksuite/lark-slides/assets/templates/personal--experience_sharing.xml +2242 -0
  245. package/dist/skills/larksuite/lark-slides/assets/templates/personal--personal_resume.xml +2047 -0
  246. package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_defense.xml +1099 -0
  247. package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_report.xml +1039 -0
  248. package/dist/skills/larksuite/lark-slides/assets/templates/personal--self_intro.xml +696 -0
  249. package/dist/skills/larksuite/lark-slides/assets/templates/personal--teaching_sharing.xml +3013 -0
  250. package/dist/skills/larksuite/lark-slides/assets/templates/product--business_case_analysis.xml +1341 -0
  251. package/dist/skills/larksuite/lark-slides/assets/templates/product--market_analysis.xml +898 -0
  252. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_analysis.xml +1537 -0
  253. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_intro.xml +2838 -0
  254. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion.xml +687 -0
  255. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion_2.xml +687 -0
  256. package/dist/skills/larksuite/lark-slides/references/examples.md +261 -0
  257. package/dist/skills/larksuite/lark-slides/references/lark-slides-create.md +137 -0
  258. package/dist/skills/larksuite/lark-slides/references/lark-slides-edit-workflows.md +142 -0
  259. package/dist/skills/larksuite/lark-slides/references/lark-slides-media-upload.md +128 -0
  260. package/dist/skills/larksuite/lark-slides/references/lark-slides-replace-slide.md +239 -0
  261. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-create.md +221 -0
  262. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-delete.md +123 -0
  263. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-get.md +110 -0
  264. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-replace.md +186 -0
  265. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentations-get.md +98 -0
  266. package/dist/skills/larksuite/lark-slides/references/slide-templates.md +201 -0
  267. package/dist/skills/larksuite/lark-slides/references/slides_demo.xml +226 -0
  268. package/dist/skills/larksuite/lark-slides/references/slides_xml_schema_definition.xml +3004 -0
  269. package/dist/skills/larksuite/lark-slides/references/template-catalog.md +464 -0
  270. package/dist/skills/larksuite/lark-slides/references/template-index.json +1853 -0
  271. package/dist/skills/larksuite/lark-slides/references/xml-format-guide.md +369 -0
  272. package/dist/skills/larksuite/lark-slides/references/xml-schema-quick-ref.md +215 -0
  273. package/dist/skills/larksuite/lark-slides/scripts/layout_lint.py +349 -0
  274. package/dist/skills/larksuite/lark-slides/scripts/layout_lint_test.py +159 -0
  275. package/dist/skills/larksuite/lark-slides/scripts/template_tool.py +970 -0
  276. package/dist/skills/larksuite/lark-slides/scripts/template_tool_test.py +177 -0
  277. package/dist/skills/larksuite/lark-task/SKILL.md +165 -0
  278. package/dist/skills/larksuite/lark-task/references/lark-task-assign.md +38 -0
  279. package/dist/skills/larksuite/lark-task/references/lark-task-comment.md +28 -0
  280. package/dist/skills/larksuite/lark-task/references/lark-task-complete.md +27 -0
  281. package/dist/skills/larksuite/lark-task/references/lark-task-create.md +57 -0
  282. package/dist/skills/larksuite/lark-task/references/lark-task-followers.md +35 -0
  283. package/dist/skills/larksuite/lark-task/references/lark-task-get-my-tasks.md +55 -0
  284. package/dist/skills/larksuite/lark-task/references/lark-task-get-related-tasks.md +53 -0
  285. package/dist/skills/larksuite/lark-task/references/lark-task-reminder.md +36 -0
  286. package/dist/skills/larksuite/lark-task/references/lark-task-reopen.md +27 -0
  287. package/dist/skills/larksuite/lark-task/references/lark-task-search.md +41 -0
  288. package/dist/skills/larksuite/lark-task/references/lark-task-set-ancestor.md +32 -0
  289. package/dist/skills/larksuite/lark-task/references/lark-task-subscribe-event.md +86 -0
  290. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-create.md +35 -0
  291. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-members.md +36 -0
  292. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-search.md +38 -0
  293. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-task-add.md +38 -0
  294. package/dist/skills/larksuite/lark-task/references/lark-task-update.md +37 -0
  295. package/dist/skills/larksuite/lark-task/references/lark-task-upload-attachment.md +59 -0
  296. package/dist/skills/larksuite/lark-vc/SKILL.md +168 -0
  297. package/dist/skills/larksuite/lark-vc/references/lark-vc-notes.md +126 -0
  298. package/dist/skills/larksuite/lark-vc/references/lark-vc-recording.md +153 -0
  299. package/dist/skills/larksuite/lark-vc/references/lark-vc-search.md +176 -0
  300. package/dist/skills/larksuite/lark-vc-agent/SKILL.md +121 -0
  301. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-events.md +247 -0
  302. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-join.md +133 -0
  303. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-leave.md +111 -0
  304. package/dist/skills/larksuite/lark-whiteboard/SKILL.md +144 -0
  305. package/dist/skills/larksuite/lark-whiteboard/references/connectors.md +102 -0
  306. package/dist/skills/larksuite/lark-whiteboard/references/content.md +40 -0
  307. package/dist/skills/larksuite/lark-whiteboard/references/image.md +80 -0
  308. package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-query.md +49 -0
  309. package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-update.md +100 -0
  310. package/dist/skills/larksuite/lark-whiteboard/references/layout.md +374 -0
  311. package/dist/skills/larksuite/lark-whiteboard/references/schema.md +357 -0
  312. package/dist/skills/larksuite/lark-whiteboard/references/style.md +318 -0
  313. package/dist/skills/larksuite/lark-whiteboard/references/typography.md +73 -0
  314. package/dist/skills/larksuite/lark-whiteboard/routes/dsl.md +107 -0
  315. package/dist/skills/larksuite/lark-whiteboard/routes/mermaid.md +27 -0
  316. package/dist/skills/larksuite/lark-whiteboard/routes/svg.md +54 -0
  317. package/dist/skills/larksuite/lark-whiteboard/scenes/architecture.md +433 -0
  318. package/dist/skills/larksuite/lark-whiteboard/scenes/bar-chart.md +187 -0
  319. package/dist/skills/larksuite/lark-whiteboard/scenes/comparison.md +135 -0
  320. package/dist/skills/larksuite/lark-whiteboard/scenes/fishbone.md +238 -0
  321. package/dist/skills/larksuite/lark-whiteboard/scenes/flowchart.md +185 -0
  322. package/dist/skills/larksuite/lark-whiteboard/scenes/flywheel.md +195 -0
  323. package/dist/skills/larksuite/lark-whiteboard/scenes/funnel.md +101 -0
  324. package/dist/skills/larksuite/lark-whiteboard/scenes/line-chart.md +214 -0
  325. package/dist/skills/larksuite/lark-whiteboard/scenes/mermaid.md +130 -0
  326. package/dist/skills/larksuite/lark-whiteboard/scenes/milestone.md +139 -0
  327. package/dist/skills/larksuite/lark-whiteboard/scenes/organization.md +173 -0
  328. package/dist/skills/larksuite/lark-whiteboard/scenes/photo-showcase.md +126 -0
  329. package/dist/skills/larksuite/lark-whiteboard/scenes/pyramid.md +99 -0
  330. package/dist/skills/larksuite/lark-whiteboard/scenes/swimlane.md +371 -0
  331. package/dist/skills/larksuite/lark-whiteboard/scenes/treemap.md +216 -0
  332. package/dist/skills/larksuite/lark-wiki/SKILL.md +111 -0
  333. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-delete-space.md +205 -0
  334. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-move.md +183 -0
  335. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-copy.md +72 -0
  336. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-create.md +127 -0
  337. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-list.md +88 -0
  338. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-space-list.md +68 -0
  339. package/dist/skills/larksuite/lark-workflow-meeting-summary/SKILL.md +104 -0
  340. package/dist/skills/larksuite/lark-workflow-standup-report/SKILL.md +120 -0
  341. package/package.json +2 -1
@@ -0,0 +1,1160 @@
1
+ <presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
2
+ <title>企业年会</title>
3
+ <theme>
4
+ <background>
5
+ <fillColor color="rgba(16, 15, 21, 1)"/>
6
+ </background>
7
+ <textStyles>
8
+ <title fontColor="#000000FF" fontSize="48"/>
9
+ <headline fontColor="#000000FF" fontSize="64"/>
10
+ <sub-headline fontColor="#000000FF"/>
11
+ <body fontColor="#000000FF"/>
12
+ <caption fontColor="#808080FF" fontSize="14"/>
13
+ </textStyles>
14
+ </theme>
15
+ <slide>
16
+ <style>
17
+ <fill>
18
+ <fillImg src="L8ckbEaLKotNZKxD2pkcf22EnO2" alpha="1" rotateWithShape="false"/>
19
+ </fill>
20
+ </style>
21
+ <data>
22
+ <shape width="154" height="34" topLeftX="66" topLeftY="30" type="text">
23
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="left">
24
+ <p lineSpacing="multiple:1">
25
+ <strong>
26
+ <span color="rgba(255, 255, 255, 1)">LOGO</span>
27
+ </strong>
28
+ </p>
29
+ </content>
30
+ </shape>
31
+ <icon width="28" height="28" topLeftX="42" topLeftY="33" iconType="iconpark/Edit/radio-two.svg">
32
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
33
+ </icon>
34
+ <shape width="596" height="84" topLeftX="182" topLeftY="226" type="text">
35
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" bold="true" lineSpacing="multiple:1.4">
36
+ <p lineSpacing="multiple:1">
37
+ <strong>
38
+ <span color="rgba(255, 255, 255, 1)" fontSize="64">202</span>
39
+ </strong>
40
+ <strong>
41
+ <span color="rgba(255, 255, 255, 1)" fontSize="64">6</span>
42
+ </strong>
43
+ <strong>
44
+ <span color="rgba(255, 255, 255, 1)" fontSize="64"> 年会盛典</span>
45
+ </strong>
46
+ </p>
47
+ </content>
48
+ </shape>
49
+ </data>
50
+ <note>
51
+ <content>
52
+ <p/>
53
+ </content>
54
+ </note>
55
+ </slide>
56
+ <slide>
57
+ <style>
58
+ <fill>
59
+ <fillImg src="XwK1bInndo6rbMxomq3cF40nnwc" alpha="1" rotateWithShape="false"/>
60
+ </fill>
61
+ </style>
62
+ <data>
63
+ <shape width="72" height="52" topLeftX="548" topLeftY="374" type="text">
64
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
65
+ <p>
66
+ <strong>
67
+ <span color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" fontSize="24">0</span>
68
+ </strong>
69
+ <strong>
70
+ <span color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" fontSize="24">5</span>
71
+ </strong>
72
+ </p>
73
+ </content>
74
+ </shape>
75
+ <shape width="72" height="52" topLeftX="548" topLeftY="312" type="text">
76
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
77
+ <p>
78
+ <strong>
79
+ <span color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" fontSize="24">0</span>
80
+ </strong>
81
+ <strong>
82
+ <span color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" fontSize="24">4</span>
83
+ </strong>
84
+ </p>
85
+ </content>
86
+ </shape>
87
+ <shape width="72" height="52" topLeftX="548" topLeftY="250" type="text">
88
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
89
+ <p>
90
+ <strong>
91
+ <span color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" fontSize="24">0</span>
92
+ </strong>
93
+ <strong>
94
+ <span color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" fontSize="24">3</span>
95
+ </strong>
96
+ </p>
97
+ </content>
98
+ </shape>
99
+ <shape width="72" height="52" topLeftX="548" topLeftY="188" type="text">
100
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
101
+ <p>
102
+ <strong>
103
+ <span color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" fontSize="24">0</span>
104
+ </strong>
105
+ <strong>
106
+ <span color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" fontSize="24">2</span>
107
+ </strong>
108
+ </p>
109
+ </content>
110
+ </shape>
111
+ <shape width="72" height="52" topLeftX="548" topLeftY="126" type="text">
112
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
113
+ <p>
114
+ <strong>
115
+ <span color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" fontSize="24">01</span>
116
+ </strong>
117
+ </p>
118
+ </content>
119
+ </shape>
120
+ <shape width="320" height="56" topLeftX="632" topLeftY="374" type="text">
121
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)">
122
+ <p>
123
+ <span color="rgba(255, 255, 255, 1)" fontSize="24">抽奖活动</span>
124
+ </p>
125
+ </content>
126
+ </shape>
127
+ <shape width="320" height="56" topLeftX="632" topLeftY="312" type="text">
128
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)">
129
+ <p>
130
+ <span color="rgba(255, 255, 255, 1)" fontSize="24">新年展望</span>
131
+ </p>
132
+ </content>
133
+ </shape>
134
+ <shape width="320" height="56" topLeftX="632" topLeftY="250" type="text">
135
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)">
136
+ <p>
137
+ <span color="rgba(255, 255, 255, 1)" fontSize="24">文艺演出</span>
138
+ </p>
139
+ </content>
140
+ </shape>
141
+ <shape width="320" height="56" topLeftX="632" topLeftY="188" type="text">
142
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)">
143
+ <p>
144
+ <span color="rgba(255, 255, 255, 1)" fontSize="24">颁奖表彰</span>
145
+ </p>
146
+ </content>
147
+ </shape>
148
+ <shape width="320" height="56" topLeftX="632" topLeftY="126" type="text">
149
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)">
150
+ <p>
151
+ <span color="rgba(255, 255, 255, 1)" fontSize="24">年度回顾</span>
152
+ </p>
153
+ </content>
154
+ </shape>
155
+ <shape width="266" height="74" topLeftX="187" topLeftY="126" type="text">
156
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="40" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
157
+ <p>
158
+ <span color="rgba(255, 255, 255, 1)" fontSize="40">流程安排</span>
159
+ </p>
160
+ </content>
161
+ </shape>
162
+ <shape width="266" height="44" topLeftX="187" topLeftY="183" alpha="0.5" type="text">
163
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1">
164
+ <p lineSpacing="multiple:1">
165
+ <span color="rgba(255, 255, 255, 1)" fontSize="24">OVERVIEW</span>
166
+ </p>
167
+ </content>
168
+ </shape>
169
+ </data>
170
+ <note>
171
+ <content/>
172
+ </note>
173
+ </slide>
174
+ <slide>
175
+ <style>
176
+ <fill>
177
+ <fillImg src="YkPmbd8GyopGcDxWwVXchKsunSb" alpha="1" rotateWithShape="false"/>
178
+ </fill>
179
+ </style>
180
+ <data>
181
+ <shape width="3" height="136" topLeftX="56" topLeftY="315" presetHandlers="6" type="rect">
182
+ <fill>
183
+ <fillColor color="linear-gradient(180deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)"/>
184
+ </fill>
185
+ </shape>
186
+ <shape width="429" height="107" topLeftX="68" topLeftY="329" type="text">
187
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.35">
188
+ <p>
189
+ <strong>
190
+ <span color="rgba(255, 255, 255, 1)" fontSize="64">年度回顾</span>
191
+ </strong>
192
+ </p>
193
+ </content>
194
+ </shape>
195
+ <img src="C6QobydO6ouO22xwxgEcgHz1njg" width="181" height="458" topLeftX="647" topLeftY="82">
196
+ <crop type="rect" leftOffset="42" rightOffset="42" topOffset="0" bottomOffset="0"/>
197
+ </img>
198
+ <shape width="425" height="56" topLeftX="73" topLeftY="416" alpha="0.5" type="text">
199
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)">
200
+ <p>
201
+ <span color="rgba(255, 255, 255, 1)" fontSize="24">YEAR IN REVIEW</span>
202
+ </p>
203
+ </content>
204
+ </shape>
205
+ </data>
206
+ <note>
207
+ <content/>
208
+ </note>
209
+ </slide>
210
+ <slide>
211
+ <style>
212
+ <fill>
213
+ <fillColor color="rgba(16, 15, 21, 1)"/>
214
+ </fill>
215
+ </style>
216
+ <data>
217
+ <icon width="257" height="257" topLeftX="57" topLeftY="112" alpha="0.15" iconType="iconpark/Base/loading-four.svg">
218
+ <border color="linear-gradient(38deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 25%,rgba(255, 255, 255, 0) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
219
+ </icon>
220
+ <icon width="257" height="257" topLeftX="349" topLeftY="113" rotation="270" alpha="0.15" iconType="iconpark/Base/loading-four.svg">
221
+ <border color="linear-gradient(14deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 18%,rgba(255, 255, 255, 0) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
222
+ </icon>
223
+ <icon width="257" height="257" topLeftX="641" topLeftY="112" rotation="90" alpha="0.15" iconType="iconpark/Base/loading-four.svg">
224
+ <border color="linear-gradient(38deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 32%,rgba(255, 255, 255, 0) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
225
+ </icon>
226
+ <shape width="200" height="92" topLeftX="89" topLeftY="369" alpha="0.5" type="text">
227
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
228
+ <p>
229
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
230
+ </p>
231
+ </content>
232
+ </shape>
233
+ <shape width="200" height="92" topLeftX="381" topLeftY="369" alpha="0.5" type="text">
234
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
235
+ <p>
236
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
237
+ </p>
238
+ </content>
239
+ </shape>
240
+ <shape width="200" height="92" topLeftX="673" topLeftY="369" alpha="0.5" type="text">
241
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
242
+ <p>
243
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
244
+ </p>
245
+ </content>
246
+ </shape>
247
+ <img src="JYsIbXjMgocyTMxMaoDcgxfDn7Z" width="194" height="194" topLeftX="89" topLeftY="144">
248
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
249
+ </img>
250
+ <shape width="187" height="187" topLeftX="92" topLeftY="148" type="ellipse">
251
+ <fill>
252
+ <fillColor color="rgba(16, 15, 21, 1)"/>
253
+ </fill>
254
+ </shape>
255
+ <icon width="60" height="60" topLeftX="156" topLeftY="202" iconType="iconpark/Abstract/hexagon-strip.svg">
256
+ <border color="linear-gradient(90deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" width="4" lineJoin="miter" miterLimit="10"/>
257
+ </icon>
258
+ <img src="MNkVbr9sioyZ7gxDkrUcH5wxnOh" width="194" height="194" topLeftX="381" topLeftY="144">
259
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
260
+ </img>
261
+ <shape width="187" height="187" topLeftX="384" topLeftY="148" type="ellipse">
262
+ <fill>
263
+ <fillColor color="rgba(16, 15, 21, 1)"/>
264
+ </fill>
265
+ </shape>
266
+ <icon width="70" height="70" topLeftX="442" topLeftY="196" iconType="iconpark/Travel/mountain.svg">
267
+ <border color="linear-gradient(90deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" width="5" lineJoin="miter" miterLimit="10"/>
268
+ </icon>
269
+ <img src="Kgjrb2pivobxibx3DFYcWSqvnNd" width="194" height="194" topLeftX="673" topLeftY="144">
270
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
271
+ </img>
272
+ <shape width="187" height="187" topLeftX="676" topLeftY="148" type="ellipse">
273
+ <fill>
274
+ <fillColor color="rgba(16, 15, 21, 1)"/>
275
+ </fill>
276
+ </shape>
277
+ <icon width="60" height="60" topLeftX="740" topLeftY="202" iconType="iconpark/Abstract/nine-points-connected.svg">
278
+ <border color="linear-gradient(90deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" width="4" lineJoin="miter" miterLimit="10"/>
279
+ </icon>
280
+ <shape width="189" height="42" topLeftX="89" topLeftY="270" type="text">
281
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="center">
282
+ <p>
283
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">创新</span>
284
+ </p>
285
+ </content>
286
+ </shape>
287
+ <shape width="198" height="42" topLeftX="381" topLeftY="270" type="text">
288
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="center">
289
+ <p>
290
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">超越</span>
291
+ </p>
292
+ </content>
293
+ </shape>
294
+ <shape width="189" height="42" topLeftX="673" topLeftY="270" type="text">
295
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="center">
296
+ <p>
297
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">引领</span>
298
+ </p>
299
+ </content>
300
+ </shape>
301
+ <shape width="404" height="45" topLeftX="278" topLeftY="74" type="text">
302
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.35">
303
+ <p>
304
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" bold="false">KEY WORDS</span>
305
+ </p>
306
+ </content>
307
+ </shape>
308
+ <shape width="404" height="45" topLeftX="278" topLeftY="42" type="text">
309
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.35">
310
+ <p>
311
+ <strong>
312
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">年度关键词</span>
313
+ </strong>
314
+ </p>
315
+ </content>
316
+ </shape>
317
+ </data>
318
+ <note>
319
+ <content/>
320
+ </note>
321
+ </slide>
322
+ <slide>
323
+ <style>
324
+ <fill>
325
+ <fillImg src="YkPmbd8GyopGcDxWwVXchKsunSb" alpha="1" rotateWithShape="false"/>
326
+ </fill>
327
+ </style>
328
+ <data>
329
+ <shape width="3" height="136" topLeftX="56" topLeftY="315" presetHandlers="6" type="rect">
330
+ <fill>
331
+ <fillColor color="linear-gradient(180deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)"/>
332
+ </fill>
333
+ </shape>
334
+ <img src="IiA9beJwtoQAS4xEscJc5IiRnyc" width="320" height="459" topLeftX="597" topLeftY="81">
335
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
336
+ </img>
337
+ <shape width="429" height="107" topLeftX="68" topLeftY="329" type="text">
338
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.35">
339
+ <p>
340
+ <strong>
341
+ <span color="rgba(255, 255, 255, 1)" fontSize="64">表彰颁奖</span>
342
+ </strong>
343
+ </p>
344
+ </content>
345
+ </shape>
346
+ <shape width="425" height="56" topLeftX="73" topLeftY="416" alpha="0.5" type="text">
347
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)">
348
+ <p>
349
+ <span color="rgba(255, 255, 255, 1)" fontSize="24">AWARDS CEREMONY</span>
350
+ </p>
351
+ </content>
352
+ </shape>
353
+ </data>
354
+ <note>
355
+ <content/>
356
+ </note>
357
+ </slide>
358
+ <slide>
359
+ <style>
360
+ <fill>
361
+ <fillImg src="XwK1bInndo6rbMxomq3cF40nnwc" alpha="1" rotateWithShape="false"/>
362
+ </fill>
363
+ </style>
364
+ <data>
365
+ <shape width="266" height="74" topLeftX="187" topLeftY="126" type="text">
366
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="40" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
367
+ <p>最佳团队</p>
368
+ </content>
369
+ </shape>
370
+ <shape width="266" height="44" topLeftX="187" topLeftY="183" alpha="0.5" type="text">
371
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1">
372
+ <p lineSpacing="multiple:1">
373
+ <span color="rgba(255, 255, 255, 1)" fontSize="24">BEST TEAMS</span>
374
+ </p>
375
+ </content>
376
+ </shape>
377
+ <shape width="479" height="105" topLeftX="480" topLeftY="68" type="slides-full-round-rect">
378
+ <border color="linear-gradient(90deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 0.2) 67%,rgba(69, 96, 245, 0) 100%)" lineJoin="miter" miterLimit="10"/>
379
+ </shape>
380
+ <shape width="306" height="56" topLeftX="595" topLeftY="112" alpha="0.5" type="text">
381
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
382
+ <p>
383
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
384
+ </p>
385
+ </content>
386
+ </shape>
387
+ <shape width="306" height="52" topLeftX="595" topLeftY="75" type="text">
388
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="false" lineSpacing="multiple:1.35">
389
+ <p>
390
+ <span color="rgba(255, 255, 255, 1)" fontSize="24" bold="false">团队 #1</span>
391
+ </p>
392
+ </content>
393
+ </shape>
394
+ <img src="T8A2bfoFTooWJ0xkR0VcmeJlnRd" width="90" height="90" topLeftX="488" topLeftY="75">
395
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
396
+ </img>
397
+ <icon width="48" height="48" topLeftX="509" topLeftY="96" iconType="iconpark/Travel/enquire.svg">
398
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
399
+ </icon>
400
+ <shape width="479" height="105" topLeftX="480" topLeftY="368" type="slides-full-round-rect">
401
+ <border color="linear-gradient(90deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 0.2) 67%,rgba(69, 96, 245, 0) 100%)" lineJoin="miter" miterLimit="10"/>
402
+ </shape>
403
+ <shape width="306" height="56" topLeftX="595" topLeftY="412" alpha="0.5" type="text">
404
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
405
+ <p>
406
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
407
+ </p>
408
+ </content>
409
+ </shape>
410
+ <shape width="306" height="52" topLeftX="595" topLeftY="375" type="text">
411
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="false" lineSpacing="multiple:1.35">
412
+ <p>
413
+ <span color="rgba(255, 255, 255, 1)" fontSize="24" bold="false">团队 #3</span>
414
+ </p>
415
+ </content>
416
+ </shape>
417
+ <img src="T8A2bfoFTooWJ0xkR0VcmeJlnRd" width="90" height="90" topLeftX="488" topLeftY="375">
418
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
419
+ </img>
420
+ <icon width="48" height="48" topLeftX="509" topLeftY="396" iconType="iconpark/Edit/application-two.svg">
421
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
422
+ </icon>
423
+ <shape width="479" height="105" topLeftX="480" topLeftY="218" type="slides-full-round-rect">
424
+ <border color="linear-gradient(90deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 0.2) 67%,rgba(69, 96, 245, 0) 100%)" lineJoin="miter" miterLimit="10"/>
425
+ </shape>
426
+ <shape width="306" height="56" topLeftX="595" topLeftY="262" alpha="0.5" type="text">
427
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
428
+ <p>
429
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
430
+ </p>
431
+ </content>
432
+ </shape>
433
+ <shape width="306" height="52" topLeftX="595" topLeftY="225" type="text">
434
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="false" lineSpacing="multiple:1.35">
435
+ <p>
436
+ <span color="rgba(255, 255, 255, 1)" fontSize="24" bold="false">团队 #2</span>
437
+ </p>
438
+ </content>
439
+ </shape>
440
+ <img src="T8A2bfoFTooWJ0xkR0VcmeJlnRd" width="90" height="90" topLeftX="488" topLeftY="225">
441
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
442
+ </img>
443
+ <icon width="48" height="48" topLeftX="509" topLeftY="246" iconType="iconpark/Music/ppt.svg">
444
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
445
+ </icon>
446
+ </data>
447
+ <note>
448
+ <content/>
449
+ </note>
450
+ </slide>
451
+ <slide>
452
+ <style>
453
+ <fill>
454
+ <fillColor color="rgba(16, 15, 21, 1)"/>
455
+ </fill>
456
+ </style>
457
+ <data>
458
+ <shape width="517" height="232" topLeftX="-47" topLeftY="283" rotation="90" type="slides-full-round-rect">
459
+ <border color="linear-gradient(90deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 0.2) 67%,rgba(69, 96, 245, 0) 100%)" lineJoin="miter" miterLimit="10"/>
460
+ </shape>
461
+ <shape width="164" height="110" topLeftX="135" topLeftY="405" alpha="0.5" type="text">
462
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
463
+ <p>
464
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
465
+ </p>
466
+ <p/>
467
+ </content>
468
+ </shape>
469
+ <img src="JA1tbQ10Vo3R8kxModMc1y3Hn5x" width="195" height="195" topLeftX="114" topLeftY="163">
470
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
471
+ </img>
472
+ <shape width="188" height="188" topLeftX="117" topLeftY="166" type="ellipse">
473
+ <fill>
474
+ <fillColor color="rgba(16, 15, 21, 1)"/>
475
+ </fill>
476
+ </shape>
477
+ <shape width="195" height="42" topLeftX="114" topLeftY="377" type="text">
478
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="center">
479
+ <p>
480
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">员工 #1</span>
481
+ </p>
482
+ </content>
483
+ </shape>
484
+ <img src="RzNlbzUFJoiXoBxbEDnc0K4ZnKg" width="175" height="175" topLeftX="124" topLeftY="173">
485
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="337"/>
486
+ </img>
487
+ <shape width="517" height="232" topLeftX="221" topLeftY="283" rotation="90" type="slides-full-round-rect">
488
+ <border color="linear-gradient(90deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 0.2) 67%,rgba(69, 96, 245, 0) 100%)" lineJoin="miter" miterLimit="10"/>
489
+ </shape>
490
+ <shape width="164" height="110" topLeftX="403" topLeftY="405" alpha="0.5" type="text">
491
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
492
+ <p>
493
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
494
+ </p>
495
+ <p/>
496
+ </content>
497
+ </shape>
498
+ <img src="JA1tbQ10Vo3R8kxModMc1y3Hn5x" width="195" height="195" topLeftX="383" topLeftY="163">
499
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
500
+ </img>
501
+ <shape width="188" height="188" topLeftX="386" topLeftY="166" type="ellipse">
502
+ <fill>
503
+ <fillColor color="rgba(16, 15, 21, 1)"/>
504
+ </fill>
505
+ </shape>
506
+ <shape width="195" height="42" topLeftX="383" topLeftY="377" type="text">
507
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="center">
508
+ <p>
509
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">员工 #1</span>
510
+ </p>
511
+ </content>
512
+ </shape>
513
+ <img src="SCqwbWqaSoqnq4xivnLc055Wn0y" width="175" height="175" topLeftX="393" topLeftY="173">
514
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="337"/>
515
+ </img>
516
+ <shape width="517" height="232" topLeftX="490" topLeftY="283" rotation="90" type="slides-full-round-rect">
517
+ <border color="linear-gradient(90deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 0.2) 67%,rgba(69, 96, 245, 0) 100%)" lineJoin="miter" miterLimit="10"/>
518
+ </shape>
519
+ <shape width="164" height="110" topLeftX="672" topLeftY="405" alpha="0.5" type="text">
520
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
521
+ <p>
522
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
523
+ </p>
524
+ <p/>
525
+ </content>
526
+ </shape>
527
+ <img src="JA1tbQ10Vo3R8kxModMc1y3Hn5x" width="195" height="195" topLeftX="651" topLeftY="163">
528
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
529
+ </img>
530
+ <shape width="188" height="188" topLeftX="655" topLeftY="166" type="ellipse">
531
+ <fill>
532
+ <fillColor color="rgba(16, 15, 21, 1)"/>
533
+ </fill>
534
+ </shape>
535
+ <shape width="195" height="42" topLeftX="651" topLeftY="377" type="text">
536
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="center">
537
+ <p>
538
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">员工 #1</span>
539
+ </p>
540
+ </content>
541
+ </shape>
542
+ <img src="VS2SbZ084o07LHxe2m4c2ko4nSe" width="175" height="175" topLeftX="661" topLeftY="173">
543
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="337"/>
544
+ </img>
545
+ <shape width="404" height="45" topLeftX="278" topLeftY="74" type="text">
546
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.35">
547
+ <p>
548
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" bold="false">BEST EMPLOYEE</span>
549
+ </p>
550
+ </content>
551
+ </shape>
552
+ <shape width="404" height="45" topLeftX="278" topLeftY="42" type="text">
553
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.35">
554
+ <p>
555
+ <strong>
556
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">最佳个人</span>
557
+ </strong>
558
+ </p>
559
+ </content>
560
+ </shape>
561
+ </data>
562
+ <note>
563
+ <content/>
564
+ </note>
565
+ </slide>
566
+ <slide>
567
+ <style>
568
+ <fill>
569
+ <fillImg src="YkPmbd8GyopGcDxWwVXchKsunSb" alpha="1" rotateWithShape="false"/>
570
+ </fill>
571
+ </style>
572
+ <data>
573
+ <shape width="3" height="136" topLeftX="56" topLeftY="315" presetHandlers="6" type="rect">
574
+ <fill>
575
+ <fillColor color="linear-gradient(180deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)"/>
576
+ </fill>
577
+ </shape>
578
+ <img src="MuJkbzXdRo2gHuxkL50cWaOLn70" width="320" height="459" topLeftX="578" topLeftY="81">
579
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
580
+ </img>
581
+ <shape width="429" height="107" topLeftX="68" topLeftY="329" type="text">
582
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.35">
583
+ <p>
584
+ <strong>
585
+ <span color="rgba(255, 255, 255, 1)" fontSize="64">文艺演出</span>
586
+ </strong>
587
+ </p>
588
+ </content>
589
+ </shape>
590
+ <shape width="425" height="56" topLeftX="73" topLeftY="416" alpha="0.5" type="text">
591
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)">
592
+ <p>
593
+ <span color="rgba(255, 255, 255, 1)" fontSize="24">SHOW</span>
594
+ </p>
595
+ </content>
596
+ </shape>
597
+ </data>
598
+ <note>
599
+ <content/>
600
+ </note>
601
+ </slide>
602
+ <slide>
603
+ <style>
604
+ <fill>
605
+ <fillColor color="rgba(16, 15, 21, 1)"/>
606
+ </fill>
607
+ </style>
608
+ <data>
609
+ <shape width="328" height="334" topLeftX="133" topLeftY="140" presetHandlers="24" type="round-rect">
610
+ <border color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" lineJoin="miter" miterLimit="10"/>
611
+ </shape>
612
+ <shape width="328" height="334" topLeftX="499" topLeftY="140" presetHandlers="24" type="round-rect">
613
+ <border color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" lineJoin="miter" miterLimit="10"/>
614
+ </shape>
615
+ <shape width="150" height="56" topLeftX="155" topLeftY="400" alpha="0.5" type="text">
616
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
617
+ <p>
618
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。</span>
619
+ </p>
620
+ </content>
621
+ </shape>
622
+ <shape width="150" height="44" topLeftX="155" topLeftY="364" type="text">
623
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="left">
624
+ <p>
625
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">节目活动 #1</span>
626
+ </p>
627
+ </content>
628
+ </shape>
629
+ <shape width="150" height="56" topLeftX="520" topLeftY="400" alpha="0.5" type="text">
630
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
631
+ <p>
632
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。</span>
633
+ </p>
634
+ </content>
635
+ </shape>
636
+ <shape width="150" height="44" topLeftX="520" topLeftY="364" type="text">
637
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="left">
638
+ <p>
639
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">节目活动 #2</span>
640
+ </p>
641
+ </content>
642
+ </shape>
643
+ <img src="DnbNb14XhoI86Fx1cczcZtY0n1b" width="300" height="192" topLeftX="512" topLeftY="155">
644
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="9" bottomOffset="99" presetHandlers="16"/>
645
+ </img>
646
+ <img src="RgX8bS9gsohIo4xs1ZHcRomyn9d" width="300" height="192" topLeftX="147" topLeftY="155">
647
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="44" bottomOffset="64" presetHandlers="16"/>
648
+ </img>
649
+ <shape width="404" height="45" topLeftX="278" topLeftY="74" type="text">
650
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.35">
651
+ <p>
652
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" bold="false">INTERACTIVE PROGRAMS</span>
653
+ </p>
654
+ </content>
655
+ </shape>
656
+ <shape width="404" height="45" topLeftX="278" topLeftY="42" type="text">
657
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.35">
658
+ <p>
659
+ <strong>
660
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">互动节目</span>
661
+ </strong>
662
+ </p>
663
+ </content>
664
+ </shape>
665
+ </data>
666
+ <note>
667
+ <content/>
668
+ </note>
669
+ </slide>
670
+ <slide>
671
+ <style>
672
+ <fill>
673
+ <fillColor color="rgba(16, 15, 21, 1)"/>
674
+ </fill>
675
+ </style>
676
+ <data>
677
+ <shape width="784" height="294" topLeftX="87" topLeftY="123" type="slides-full-round-rect">
678
+ <border color="linear-gradient(90deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" lineJoin="miter" miterLimit="10"/>
679
+ </shape>
680
+ <img src="GjCvbfhIDo6w6bxsWL9csjWHn9e" width="275" height="275" topLeftX="98" topLeftY="132">
681
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
682
+ </img>
683
+ <img src="HatbbDWDgozqYoxgr0ncX3uynMd" width="239" height="239" topLeftX="116" topLeftY="151">
684
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
685
+ </img>
686
+ <shape width="231" height="231" topLeftX="120" topLeftY="155" type="ellipse">
687
+ <fill>
688
+ <fillColor color="rgba(16, 15, 21, 1)"/>
689
+ </fill>
690
+ </shape>
691
+ <img src="CN4VbSqLAoepGzxbPy6chmOYn5b" width="210" height="210" topLeftX="131" topLeftY="165">
692
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="105"/>
693
+ </img>
694
+ <shape width="373" height="85" topLeftX="439" topLeftY="217" type="text">
695
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
696
+ <p>
697
+ <strong>
698
+ <span color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" fontSize="48">节目名称</span>
699
+ </strong>
700
+ </p>
701
+ </content>
702
+ </shape>
703
+ <shape width="275" height="44" topLeftX="440" topLeftY="287" alpha="0.5" type="text">
704
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)">
705
+ <p>
706
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">表演者: 马克,李天</span>
707
+ </p>
708
+ </content>
709
+ </shape>
710
+ </data>
711
+ <note>
712
+ <content/>
713
+ </note>
714
+ </slide>
715
+ <slide>
716
+ <style>
717
+ <fill>
718
+ <fillImg src="YkPmbd8GyopGcDxWwVXchKsunSb" alpha="1" rotateWithShape="false"/>
719
+ </fill>
720
+ </style>
721
+ <data>
722
+ <shape width="3" height="136" topLeftX="56" topLeftY="315" presetHandlers="6" type="rect">
723
+ <fill>
724
+ <fillColor color="linear-gradient(180deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)"/>
725
+ </fill>
726
+ </shape>
727
+ <img src="I2j9bmjJmoJ7uQxywXYcn9tznqe" width="320" height="459" topLeftX="578" topLeftY="81">
728
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
729
+ </img>
730
+ <shape width="429" height="107" topLeftX="68" topLeftY="329" type="text">
731
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.35">
732
+ <p>
733
+ <strong>
734
+ <span color="rgba(255, 255, 255, 1)" fontSize="64">新年展望</span>
735
+ </strong>
736
+ </p>
737
+ </content>
738
+ </shape>
739
+ <shape width="425" height="56" topLeftX="73" topLeftY="416" alpha="0.5" type="text">
740
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)">
741
+ <p>
742
+ <span color="rgba(255, 255, 255, 1)" fontSize="24">NEW YEAR EXPECTATIONS</span>
743
+ </p>
744
+ </content>
745
+ </shape>
746
+ </data>
747
+ <note>
748
+ <content/>
749
+ </note>
750
+ </slide>
751
+ <slide>
752
+ <style>
753
+ <fill>
754
+ <fillColor color="rgba(16, 15, 21, 1)"/>
755
+ </fill>
756
+ </style>
757
+ <data>
758
+ <icon width="257" height="257" topLeftX="57" topLeftY="112" alpha="0.15" iconType="iconpark/Base/loading-four.svg">
759
+ <border color="linear-gradient(38deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 25%,rgba(255, 255, 255, 0) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
760
+ </icon>
761
+ <icon width="257" height="257" topLeftX="349" topLeftY="113" rotation="270" alpha="0.15" iconType="iconpark/Base/loading-four.svg">
762
+ <border color="linear-gradient(14deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 18%,rgba(255, 255, 255, 0) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
763
+ </icon>
764
+ <icon width="257" height="257" topLeftX="641" topLeftY="112" rotation="90" alpha="0.15" iconType="iconpark/Base/loading-four.svg">
765
+ <border color="linear-gradient(38deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 32%,rgba(255, 255, 255, 0) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
766
+ </icon>
767
+ <shape width="200" height="92" topLeftX="89" topLeftY="399" alpha="0.5" type="text">
768
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
769
+ <p>
770
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
771
+ </p>
772
+ </content>
773
+ </shape>
774
+ <shape width="200" height="92" topLeftX="381" topLeftY="399" alpha="0.5" type="text">
775
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
776
+ <p>
777
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
778
+ </p>
779
+ </content>
780
+ </shape>
781
+ <shape width="200" height="92" topLeftX="673" topLeftY="399" alpha="0.5" type="text">
782
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
783
+ <p>
784
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
785
+ </p>
786
+ </content>
787
+ </shape>
788
+ <img src="JYsIbXjMgocyTMxMaoDcgxfDn7Z" width="194" height="194" topLeftX="89" topLeftY="144">
789
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
790
+ </img>
791
+ <shape width="187" height="187" topLeftX="92" topLeftY="148" type="ellipse">
792
+ <fill>
793
+ <fillColor color="rgba(16, 15, 21, 1)"/>
794
+ </fill>
795
+ </shape>
796
+ <img src="MNkVbr9sioyZ7gxDkrUcH5wxnOh" width="194" height="194" topLeftX="381" topLeftY="144">
797
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
798
+ </img>
799
+ <shape width="187" height="187" topLeftX="384" topLeftY="148" type="ellipse">
800
+ <fill>
801
+ <fillColor color="rgba(16, 15, 21, 1)"/>
802
+ </fill>
803
+ </shape>
804
+ <img src="Kgjrb2pivobxibx3DFYcWSqvnNd" width="194" height="194" topLeftX="673" topLeftY="144">
805
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
806
+ </img>
807
+ <shape width="187" height="187" topLeftX="676" topLeftY="148" type="ellipse">
808
+ <fill>
809
+ <fillColor color="rgba(16, 15, 21, 1)"/>
810
+ </fill>
811
+ </shape>
812
+ <img src="VsVBbQ9LzoHpwixzsaCcdUQAnfh" width="172" height="172" topLeftX="99" topLeftY="155">
813
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="337"/>
814
+ </img>
815
+ <img src="TAR9bFyA1ob8ytxpyQac2inln6g" width="172" height="172" topLeftX="392" topLeftY="155">
816
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="337"/>
817
+ </img>
818
+ <img src="Jn8ibSLhqoK6GqxZzcUcIlfSnVg" width="172" height="172" topLeftX="684" topLeftY="155">
819
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="337"/>
820
+ </img>
821
+ <shape width="150" height="44" topLeftX="110" topLeftY="362" type="text">
822
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="center">
823
+ <p>
824
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">目标 #1</span>
825
+ </p>
826
+ </content>
827
+ </shape>
828
+ <shape width="150" height="44" topLeftX="405" topLeftY="362" type="text">
829
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="center">
830
+ <p>
831
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">目标 #2</span>
832
+ </p>
833
+ </content>
834
+ </shape>
835
+ <shape width="150" height="44" topLeftX="698" topLeftY="362" type="text">
836
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="center">
837
+ <p>
838
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">目标 #3</span>
839
+ </p>
840
+ </content>
841
+ </shape>
842
+ <shape width="404" height="45" topLeftX="278" topLeftY="74" type="text">
843
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.35">
844
+ <p>
845
+ <span color="rgba(255, 255, 255, 1)" fontSize="18" bold="false">OBJECTIVE</span>
846
+ </p>
847
+ </content>
848
+ </shape>
849
+ <shape width="404" height="45" topLeftX="278" topLeftY="42" type="text">
850
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.35">
851
+ <p>
852
+ <strong>
853
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">发展目标</span>
854
+ </strong>
855
+ </p>
856
+ </content>
857
+ </shape>
858
+ </data>
859
+ <note>
860
+ <content/>
861
+ </note>
862
+ </slide>
863
+ <slide>
864
+ <style>
865
+ <fill>
866
+ <fillImg src="XwK1bInndo6rbMxomq3cF40nnwc" alpha="1" rotateWithShape="false"/>
867
+ </fill>
868
+ </style>
869
+ <data>
870
+ <shape width="266" height="74" topLeftX="187" topLeftY="126" type="text">
871
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="40" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
872
+ <p>
873
+ <span color="rgba(255, 255, 255, 1)" fontSize="40">技术创新</span>
874
+ </p>
875
+ </content>
876
+ </shape>
877
+ <shape width="266" height="78" topLeftX="187" topLeftY="183" alpha="0.5" type="text">
878
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2">
879
+ <p lineSpacing="multiple:1.2">
880
+ <span color="rgba(255, 255, 255, 1)" fontSize="24">TECHNOLOGY INNOVATION</span>
881
+ </p>
882
+ </content>
883
+ </shape>
884
+ <shape width="292" height="56" topLeftX="468" topLeftY="107" alpha="0.5" type="text">
885
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
886
+ <p>
887
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
888
+ </p>
889
+ </content>
890
+ </shape>
891
+ <shape width="292" height="52" topLeftX="469" topLeftY="69" type="text">
892
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="false" lineSpacing="multiple:1.35">
893
+ <p>
894
+ <span color="rgba(255, 255, 255, 1)" fontSize="24" bold="false">创新方向 #1</span>
895
+ </p>
896
+ </content>
897
+ </shape>
898
+ <shape width="53" height="52" topLeftX="417" topLeftY="69" type="text">
899
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
900
+ <p>
901
+ <span color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" fontSize="24">01</span>
902
+ </p>
903
+ </content>
904
+ </shape>
905
+ <shape width="292" height="56" topLeftX="557" topLeftY="252" alpha="0.5" type="text">
906
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
907
+ <p>
908
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
909
+ </p>
910
+ </content>
911
+ </shape>
912
+ <shape width="292" height="52" topLeftX="558" topLeftY="214" type="text">
913
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="false" lineSpacing="multiple:1.35">
914
+ <p>
915
+ <span color="rgba(255, 255, 255, 1)" fontSize="24" bold="false">创新方向 #2</span>
916
+ </p>
917
+ </content>
918
+ </shape>
919
+ <shape width="53" height="52" topLeftX="505" topLeftY="214" type="text">
920
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
921
+ <p>
922
+ <span color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" fontSize="24">02</span>
923
+ </p>
924
+ </content>
925
+ </shape>
926
+ <shape width="292" height="56" topLeftX="640" topLeftY="397" alpha="0.5" type="text">
927
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
928
+ <p>
929
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。输入相关的描述信息以解释你的标题。</span>
930
+ </p>
931
+ </content>
932
+ </shape>
933
+ <shape width="292" height="52" topLeftX="642" topLeftY="359" type="text">
934
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="false" lineSpacing="multiple:1.35">
935
+ <p>
936
+ <span color="rgba(255, 255, 255, 1)" fontSize="24" bold="false">创新方向 #3</span>
937
+ </p>
938
+ </content>
939
+ </shape>
940
+ <shape width="53" height="52" topLeftX="589" topLeftY="359" type="text">
941
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" bold="true" lineSpacing="multiple:1.35">
942
+ <p>
943
+ <span color="linear-gradient(330deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)" fontSize="24">03</span>
944
+ </p>
945
+ </content>
946
+ </shape>
947
+ </data>
948
+ <note>
949
+ <content/>
950
+ </note>
951
+ </slide>
952
+ <slide>
953
+ <style>
954
+ <fill>
955
+ <fillImg src="YkPmbd8GyopGcDxWwVXchKsunSb" alpha="1" rotateWithShape="false"/>
956
+ </fill>
957
+ </style>
958
+ <data>
959
+ <shape width="3" height="136" topLeftX="56" topLeftY="315" presetHandlers="6" type="rect">
960
+ <fill>
961
+ <fillColor color="linear-gradient(180deg,rgba(210, 132, 232, 1) 0%,rgba(146, 108, 242, 1) 33%,rgba(106, 196, 248, 1) 67%,rgba(69, 96, 245, 1) 100%)"/>
962
+ </fill>
963
+ </shape>
964
+ <img src="KzMYb7avko43Yfx9x0xcNiW2nrb" width="320" height="459" topLeftX="578" topLeftY="81">
965
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
966
+ </img>
967
+ <shape width="429" height="107" topLeftX="68" topLeftY="329" type="text">
968
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1.35">
969
+ <p>
970
+ <strong>
971
+ <span color="rgba(255, 255, 255, 1)" fontSize="64">抽奖活动</span>
972
+ </strong>
973
+ </p>
974
+ </content>
975
+ </shape>
976
+ <shape width="425" height="56" topLeftX="73" topLeftY="416" alpha="0.5" type="text">
977
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)">
978
+ <p>
979
+ <span color="rgba(255, 255, 255, 1)" fontSize="24">LUCKY DRAW</span>
980
+ </p>
981
+ </content>
982
+ </shape>
983
+ </data>
984
+ <note>
985
+ <content/>
986
+ </note>
987
+ </slide>
988
+ <slide>
989
+ <style>
990
+ <fill>
991
+ <fillImg src="DNRebAhjeoGRz5xqm2pc3Z1cnbg" alpha="1" rotateWithShape="false"/>
992
+ </fill>
993
+ </style>
994
+ <data>
995
+ <icon width="342" height="342" topLeftX="225" topLeftY="99" alpha="0.15" iconType="iconpark/Base/loading-four.svg">
996
+ <border color="linear-gradient(38deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 25%,rgba(255, 255, 255, 0) 100%)" width="2" lineJoin="miter" miterLimit="10"/>
997
+ </icon>
998
+ <img src="UgaYbXXJporI7xxUgpmcKqgLnze" width="245" height="245" topLeftX="272" topLeftY="148">
999
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1000
+ </img>
1001
+ <img src="NvtGbX1pco51LOxQwe1csYyHnGc" width="188" height="188" topLeftX="302" topLeftY="176">
1002
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1003
+ </img>
1004
+ <shape width="181" height="181" topLeftX="305" topLeftY="179" type="ellipse">
1005
+ <fill>
1006
+ <fillColor color="rgba(16, 15, 21, 1)"/>
1007
+ </fill>
1008
+ </shape>
1009
+ <icon width="96" height="96" topLeftX="348" topLeftY="222" iconType="iconpark/Hardware/iphone.svg">
1010
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
1011
+ </icon>
1012
+ <img src="Wk3lbdbUGoIbB0xRy2scahdunre" width="90" height="90" topLeftX="643" topLeftY="353">
1013
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1014
+ </img>
1015
+ <shape width="87" height="87" topLeftX="645" topLeftY="355" type="ellipse">
1016
+ <fill>
1017
+ <fillColor color="rgba(16, 15, 21, 1)"/>
1018
+ </fill>
1019
+ </shape>
1020
+ <icon width="48" height="48" topLeftX="664" topLeftY="374" iconType="iconpark/Hardware/new-computer.svg">
1021
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1022
+ </icon>
1023
+ <img src="S0DWbxXSaoC8BQxaHaCcGskbnYb" width="90" height="90" topLeftX="643" topLeftY="225">
1024
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1025
+ </img>
1026
+ <shape width="87" height="87" topLeftX="645" topLeftY="226" type="ellipse">
1027
+ <fill>
1028
+ <fillColor color="rgba(16, 15, 21, 1)"/>
1029
+ </fill>
1030
+ </shape>
1031
+ <icon width="48" height="48" topLeftX="664" topLeftY="246" iconType="iconpark/Game/nintendo-switch.svg">
1032
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1033
+ </icon>
1034
+ <img src="G7dgb5XNbowIDfxxG89c5Enrnub" width="90" height="90" topLeftX="643" topLeftY="97">
1035
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1036
+ </img>
1037
+ <shape width="87" height="87" topLeftX="645" topLeftY="98" type="ellipse">
1038
+ <fill>
1039
+ <fillColor color="rgba(16, 15, 21, 1)"/>
1040
+ </fill>
1041
+ </shape>
1042
+ <icon width="48" height="48" topLeftX="664" topLeftY="118" iconType="iconpark/Travel/coconut-tree.svg">
1043
+ <border color="rgba(255, 255, 255, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1044
+ </icon>
1045
+ <shape width="160" height="56" topLeftX="743" topLeftY="134" alpha="0.5" type="text">
1046
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
1047
+ <p>
1048
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。</span>
1049
+ </p>
1050
+ </content>
1051
+ </shape>
1052
+ <shape width="160" height="44" topLeftX="743" topLeftY="98" type="text">
1053
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="left">
1054
+ <p>
1055
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">奖项 #1</span>
1056
+ </p>
1057
+ </content>
1058
+ </shape>
1059
+ <shape width="160" height="56" topLeftX="743" topLeftY="261" alpha="0.5" type="text">
1060
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
1061
+ <p>
1062
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。</span>
1063
+ </p>
1064
+ </content>
1065
+ </shape>
1066
+ <shape width="160" height="44" topLeftX="743" topLeftY="225" type="text">
1067
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="left">
1068
+ <p>
1069
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">奖项 #2</span>
1070
+ </p>
1071
+ </content>
1072
+ </shape>
1073
+ <shape width="160" height="56" topLeftX="743" topLeftY="390" alpha="0.5" type="text">
1074
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
1075
+ <p>
1076
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。</span>
1077
+ </p>
1078
+ </content>
1079
+ </shape>
1080
+ <shape width="160" height="44" topLeftX="743" topLeftY="353" type="text">
1081
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="left">
1082
+ <p>
1083
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">奖项 #3</span>
1084
+ </p>
1085
+ </content>
1086
+ </shape>
1087
+ <shape width="160" height="56" topLeftX="369" topLeftY="426" alpha="0.5" type="text">
1088
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="left">
1089
+ <p>
1090
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">输入相关的描述信息以解释你的标题。</span>
1091
+ </p>
1092
+ </content>
1093
+ </shape>
1094
+ <shape width="160" height="44" topLeftX="209" topLeftY="427" type="text">
1095
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="right">
1096
+ <p>
1097
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">特等奖项 </span>
1098
+ </p>
1099
+ </content>
1100
+ </shape>
1101
+ <shape width="404" height="53" topLeftX="42" topLeftY="136" alpha="0.5" type="text">
1102
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="false" lineSpacing="multiple:1.35">
1103
+ <p>
1104
+ <span color="rgba(255, 255, 255, 1)" fontSize="24" bold="false">AWARDS</span>
1105
+ </p>
1106
+ </content>
1107
+ </shape>
1108
+ <shape width="190" height="74" topLeftX="42" topLeftY="79" type="text">
1109
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="40" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
1110
+ <p>
1111
+ <strong>
1112
+ <span color="rgba(255, 255, 255, 1)" fontSize="40">奖项设置</span>
1113
+ </strong>
1114
+ </p>
1115
+ </content>
1116
+ </shape>
1117
+ </data>
1118
+ <note>
1119
+ <content/>
1120
+ </note>
1121
+ </slide>
1122
+ <slide>
1123
+ <style>
1124
+ <fill>
1125
+ <fillImg src="L8ckbEaLKotNZKxD2pkcf22EnO2" alpha="1" rotateWithShape="false"/>
1126
+ </fill>
1127
+ </style>
1128
+ <data>
1129
+ <shape width="154" height="34" topLeftX="66" topLeftY="30" type="text">
1130
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="left">
1131
+ <p lineSpacing="multiple:1">
1132
+ <strong>
1133
+ <span color="rgba(255, 255, 255, 1)">LOGO</span>
1134
+ </strong>
1135
+ </p>
1136
+ </content>
1137
+ </shape>
1138
+ <icon width="28" height="28" topLeftX="42" topLeftY="33" iconType="iconpark/Edit/radio-two.svg">
1139
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
1140
+ </icon>
1141
+ <shape width="404" height="53" topLeftX="278" topLeftY="179" alpha="0.5" type="text">
1142
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="false" lineSpacing="multiple:1.35" textAlign="center">
1143
+ <p>
1144
+ <span color="rgba(255, 255, 255, 1)" fontSize="24" bold="false">THANK YOU</span>
1145
+ </p>
1146
+ </content>
1147
+ </shape>
1148
+ <shape width="589" height="84" topLeftX="185" topLeftY="219" type="text">
1149
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.4" textAlign="center">
1150
+ <p lineSpacing="multiple:1">感谢参与</p>
1151
+ </content>
1152
+ </shape>
1153
+ </data>
1154
+ <note>
1155
+ <content>
1156
+ <p/>
1157
+ </content>
1158
+ </note>
1159
+ </slide>
1160
+ </presentation>