@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,1039 @@
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(3, 3, 1, 1)"/>
6
+ </background>
7
+ <textStyles>
8
+ <title fontColor="rgba(255, 255, 255, 1)" fontSize="72"/>
9
+ <headline fontColor="rgba(255, 255, 255, 1)"/>
10
+ <sub-headline fontColor="rgba(255, 255, 255, 1)" fontSize="16"/>
11
+ <body fontColor="rgba(255, 255, 255, 1)" fontSize="14"/>
12
+ <caption fontColor="rgba(255, 255, 255, 1)"/>
13
+ </textStyles>
14
+ </theme>
15
+ <slide>
16
+ <style>
17
+ <fill>
18
+ <fillColor color="rgba(3, 3, 1, 1)"/>
19
+ </fill>
20
+ </style>
21
+ <data>
22
+ <shape width="152" height="386" topLeftX="673" topLeftY="85" rotation="45" alpha="0.5" type="slides-full-round-rect">
23
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
24
+ </shape>
25
+ <img src="Pjxfb38TMocH5exF6NhctB9cneg" width="281" height="280" topLeftX="638" topLeftY="221" rotation="69">
26
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
27
+ </img>
28
+ <img src="OCyQbv6jsozDmNxxLP3coVWBnJh" width="258" height="260" topLeftX="565" topLeftY="27" rotation="8">
29
+ <crop type="rect" leftOffset="2" rightOffset="2" topOffset="0" bottomOffset="0" presetHandlers="0"/>
30
+ </img>
31
+ <img src="Kj1Abq2yOoc4mVxI73Hc2DsVno0" width="131" height="131" topLeftX="814" topLeftY="376" rotation="285">
32
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0.36" bottomOffset="0.36" presetHandlers="0"/>
33
+ </img>
34
+ <img src="CkSDbsItwooxnSxkx9dcGcOinTe" width="131" height="128" topLeftX="787" topLeftY="45" rotation="344">
35
+ <crop type="rect" leftOffset="20" rightOffset="27" topOffset="36" bottomOffset="13" presetHandlers="0"/>
36
+ </img>
37
+ <img src="Gtuybw38moZuM1xew9kcFwDVnde" width="92" height="91" topLeftX="582" topLeftY="387">
38
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
39
+ </img>
40
+ <img src="SbyJb8XExolUZpxTlVVcXJtnncr" width="59" height="59" topLeftX="826" topLeftY="196">
41
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
42
+ </img>
43
+ <img src="LGThb65tmoqfJExzmZEciVaDnUc" width="131" height="131" topLeftX="567" topLeftY="222" rotation="250">
44
+ <crop type="rect" leftOffset="0.19" rightOffset="0.19" topOffset="0" bottomOffset="0" presetHandlers="0"/>
45
+ </img>
46
+ <img src="F1hobT5rOoXjgAxmK1sc3zm7nGe" width="74" height="74" topLeftX="736" topLeftY="11" rotation="330">
47
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
48
+ </img>
49
+ <shape width="470" height="128" topLeftX="53" topLeftY="328" type="text">
50
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="72" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
51
+ <p>
52
+ <span fontSize="72">职位</span>
53
+ <span color="linear-gradient(90deg,rgba(121, 162, 255, 1) 0%,rgba(222, 189, 255, 1) 100%)" fontSize="72">晋升</span>
54
+ <span color="rgba(255, 255, 255, 1)" fontSize="72">汇报</span>
55
+ </p>
56
+ </content>
57
+ </shape>
58
+ <shape width="470" height="47" topLeftX="53" topLeftY="304" alpha="0.5" type="text">
59
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" textAlign="left">
60
+ <p>
61
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">Promotion Report</span>
62
+ </p>
63
+ </content>
64
+ </shape>
65
+ <shape width="470" height="47" topLeftX="53" topLeftY="432" type="text">
66
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" textAlign="left">
67
+ <p>
68
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">2026-07-12</span>
69
+ </p>
70
+ </content>
71
+ </shape>
72
+ <shape width="152" height="38" topLeftX="53" topLeftY="47" type="text">
73
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" textAlign="left">
74
+ <p>
75
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">演讲人:李天</span>
76
+ </p>
77
+ </content>
78
+ </shape>
79
+ <shape width="152" height="38" topLeftX="205" topLeftY="47" type="text">
80
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" textAlign="left">
81
+ <p>
82
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">目标岗位:XXX</span>
83
+ </p>
84
+ </content>
85
+ </shape>
86
+ </data>
87
+ <note>
88
+ <content/>
89
+ </note>
90
+ </slide>
91
+ <slide>
92
+ <style>
93
+ <fill>
94
+ <fillColor color="rgba(3, 3, 1, 1)"/>
95
+ </fill>
96
+ </style>
97
+ <data>
98
+ <img src="CkSDbsItwooxnSxkx9dcGcOinTe" width="282" height="177" topLeftX="678" topLeftY="0">
99
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="105" bottomOffset="0" presetHandlers="0"/>
100
+ </img>
101
+ <img src="Kj1Abq2yOoc4mVxI73Hc2DsVno0" width="257" height="168" topLeftX="0" topLeftY="372">
102
+ <crop type="rect" leftOffset="11" rightOffset="0" topOffset="0.74" bottomOffset="99" presetHandlers="0"/>
103
+ </img>
104
+ <shape width="125" height="77" topLeftX="165" topLeftY="100" type="text">
105
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="linear-gradient(90deg,rgba(121, 162, 255, 1) 0%,rgba(222, 189, 255, 1) 100%)" bold="true">
106
+ <p>
107
+ <span color="linear-gradient(90deg,rgba(121, 162, 255, 1) 0%,rgba(222, 189, 255, 1) 100%)">目录</span>
108
+ </p>
109
+ </content>
110
+ </shape>
111
+ <shape width="328" height="77" topLeftX="257" topLeftY="100" type="text">
112
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(255, 255, 255, 1)" bold="true">
113
+ <p>
114
+ <span color="rgba(255, 255, 255, 1)">CONTENTS</span>
115
+ </p>
116
+ </content>
117
+ </shape>
118
+ <shape width="125" height="41" topLeftX="201" topLeftY="203" type="text">
119
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true">
120
+ <p>
121
+ <strong>
122
+ <span color="rgba(255, 255, 255, 1)">基本情况</span>
123
+ </strong>
124
+ </p>
125
+ </content>
126
+ </shape>
127
+ <shape width="125" height="41" topLeftX="201" topLeftY="254" type="text">
128
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true">
129
+ <p>
130
+ <strong>
131
+ <span color="rgba(255, 255, 255, 1)">晋升优势</span>
132
+ </strong>
133
+ </p>
134
+ </content>
135
+ </shape>
136
+ <shape width="140" height="41" topLeftX="201" topLeftY="305" type="text">
137
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true">
138
+ <p>
139
+ <strong>
140
+ <span color="rgba(255, 255, 255, 1)">岗位认知</span>
141
+ </strong>
142
+ </p>
143
+ </content>
144
+ </shape>
145
+ <shape width="158" height="41" topLeftX="201" topLeftY="356" type="text">
146
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true">
147
+ <p>
148
+ <strong>
149
+ <span color="rgba(255, 255, 255, 1)">未来规划</span>
150
+ </strong>
151
+ </p>
152
+ </content>
153
+ </shape>
154
+ <shape width="385" height="41" topLeftX="332" topLeftY="359" alpha="0.5" type="text">
155
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
156
+ <p>单击此处输入关于主题的简单介绍,为了更好的演示效果</p>
157
+ </content>
158
+ </shape>
159
+ <shape width="11" height="11" topLeftX="184" topLeftY="372" type="ellipse">
160
+ <fill>
161
+ <fillColor color="rgba(31, 35, 41, 1)"/>
162
+ </fill>
163
+ <border color="linear-gradient(90deg,rgba(121, 162, 255, 1) 0%,rgba(222, 189, 255, 1) 100%)" width="4" lineJoin="miter" miterLimit="10"/>
164
+ </shape>
165
+ <shape width="385" height="41" topLeftX="332" topLeftY="308" alpha="0.5" type="text">
166
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
167
+ <p>单击此处输入关于主题的简单介绍,为了更好的演示效果</p>
168
+ </content>
169
+ </shape>
170
+ <shape width="11" height="11" topLeftX="184" topLeftY="321" type="ellipse">
171
+ <fill>
172
+ <fillColor color="rgba(31, 35, 41, 1)"/>
173
+ </fill>
174
+ <border color="linear-gradient(90deg,rgba(121, 162, 255, 1) 0%,rgba(222, 189, 255, 1) 100%)" width="4" lineJoin="miter" miterLimit="10"/>
175
+ </shape>
176
+ <shape width="385" height="41" topLeftX="332" topLeftY="257" alpha="0.5" type="text">
177
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
178
+ <p>单击此处输入关于主题的简单介绍,为了更好的演示效果</p>
179
+ </content>
180
+ </shape>
181
+ <shape width="11" height="11" topLeftX="184" topLeftY="271" type="ellipse">
182
+ <fill>
183
+ <fillColor color="rgba(31, 35, 41, 1)"/>
184
+ </fill>
185
+ <border color="linear-gradient(90deg,rgba(121, 162, 255, 1) 0%,rgba(222, 189, 255, 1) 100%)" width="4" lineJoin="miter" miterLimit="10"/>
186
+ </shape>
187
+ <shape width="385" height="41" topLeftX="332" topLeftY="206" alpha="0.5" type="text">
188
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
189
+ <p>单击此处输入关于主题的简单介绍,为了更好的演示效果</p>
190
+ </content>
191
+ </shape>
192
+ <shape width="11" height="11" topLeftX="184" topLeftY="220" type="ellipse">
193
+ <fill>
194
+ <fillColor color="rgba(31, 35, 41, 1)"/>
195
+ </fill>
196
+ <border color="linear-gradient(90deg,rgba(121, 162, 255, 1) 0%,rgba(222, 189, 255, 1) 100%)" width="4" lineJoin="miter" miterLimit="10"/>
197
+ </shape>
198
+ <line startX="624" startY="139" endX="499" endY="139" alpha="0.6">
199
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
200
+ </line>
201
+ </data>
202
+ <note>
203
+ <content/>
204
+ </note>
205
+ </slide>
206
+ <slide>
207
+ <style>
208
+ <fill>
209
+ <fillColor color="rgba(3, 3, 1, 1)"/>
210
+ </fill>
211
+ </style>
212
+ <data>
213
+ <shape width="716" height="230" topLeftX="125" topLeftY="148" alpha="0.5" type="slides-full-round-rect">
214
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
215
+ </shape>
216
+ <img src="Gtuybw38moZuM1xew9kcFwDVnde" width="285" height="284" topLeftX="97" topLeftY="121">
217
+ <crop type="rect" leftOffset="0.29" rightOffset="0.29" topOffset="0" bottomOffset="0"/>
218
+ </img>
219
+ <shape width="404" height="68" topLeftX="382" topLeftY="260" alpha="0.6" type="text">
220
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
221
+ <p>
222
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">单击此处输入你的正文,文字是您思想的提炼为了最终演示发布的良好效果</span>
223
+ </p>
224
+ </content>
225
+ </shape>
226
+ <shape width="404" height="77" topLeftX="382" topLeftY="193" type="text">
227
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(255, 255, 255, 1)" bold="true">
228
+ <p>
229
+ <strong>
230
+ <span color="rgba(255, 255, 255, 1)" fontSize="38">基本情况</span>
231
+ </strong>
232
+ </p>
233
+ </content>
234
+ </shape>
235
+ <shape width="124" height="128" topLeftX="178" topLeftY="200" type="text">
236
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="72" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
237
+ <p>01</p>
238
+ </content>
239
+ </shape>
240
+ </data>
241
+ <note>
242
+ <content/>
243
+ </note>
244
+ </slide>
245
+ <slide>
246
+ <style>
247
+ <fill>
248
+ <fillColor color="rgba(3, 3, 1, 1)"/>
249
+ </fill>
250
+ </style>
251
+ <data>
252
+ <line startX="456" startY="48" endX="208" endY="48" alpha="0.3">
253
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
254
+ </line>
255
+ <shape width="110" height="41" topLeftX="98" topLeftY="27" type="text">
256
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
257
+ <p>
258
+ <span color="rgba(255, 255, 255, 0.651)" fontSize="14">Basic Status</span>
259
+ </p>
260
+ </content>
261
+ </shape>
262
+ <shape width="87" height="41" topLeftX="26" topLeftY="27" type="text">
263
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
264
+ <p>
265
+ <strong>
266
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">基本情况</span>
267
+ </strong>
268
+ </p>
269
+ </content>
270
+ </shape>
271
+ <img src="Kj1Abq2yOoc4mVxI73Hc2DsVno0" width="164" height="92" topLeftX="709" topLeftY="448">
272
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="72" presetHandlers="0"/>
273
+ </img>
274
+ <shape width="120" height="37" topLeftX="360" topLeftY="339" alpha="0.5" type="text">
275
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2">
276
+ <p>
277
+ <span color="rgba(255, 255, 255, 1)">XXX 大学</span>
278
+ </p>
279
+ </content>
280
+ </shape>
281
+ <shape width="120" height="37" topLeftX="360" topLeftY="301" alpha="0.5" type="text">
282
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2">
283
+ <p>
284
+ <span color="rgba(255, 255, 255, 1)">硕士</span>
285
+ </p>
286
+ </content>
287
+ </shape>
288
+ <shape width="120" height="37" topLeftX="143" topLeftY="376" alpha="0.5" type="text">
289
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2">
290
+ <p>
291
+ <span color="rgba(255, 255, 255, 1)">山东</span>
292
+ </p>
293
+ </content>
294
+ </shape>
295
+ <shape width="120" height="37" topLeftX="143" topLeftY="339" alpha="0.5" type="text">
296
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2">
297
+ <p>
298
+ <span color="rgba(255, 255, 255, 1)">汉族</span>
299
+ </p>
300
+ </content>
301
+ </shape>
302
+ <shape width="120" height="37" topLeftX="143" topLeftY="301" alpha="0.5" type="text">
303
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2">
304
+ <p>
305
+ <span color="rgba(255, 255, 255, 1)">36岁</span>
306
+ </p>
307
+ </content>
308
+ </shape>
309
+ <shape width="325" height="74" topLeftX="75" topLeftY="197" alpha="0.5" type="text">
310
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
311
+ <p>
312
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。现在就开始打字吧。</span>
313
+ </p>
314
+ </content>
315
+ </shape>
316
+ <shape width="416" height="74" topLeftX="75" topLeftY="131" type="text">
317
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(255, 255, 255, 1)" bold="true">
318
+ <p>
319
+ <strong>
320
+ <span color="rgba(255, 255, 255, 1)" fontSize="36">李天</span>
321
+ </strong>
322
+ </p>
323
+ </content>
324
+ </shape>
325
+ <shape width="80" height="37" topLeftX="75" topLeftY="301" type="text">
326
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2" textAlign="left">
327
+ <p lineSpacing="multiple:1.2">
328
+ <strong>
329
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">年龄</span>
330
+ </strong>
331
+ </p>
332
+ </content>
333
+ </shape>
334
+ <shape width="80" height="37" topLeftX="75" topLeftY="339" type="text">
335
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2" textAlign="left">
336
+ <p lineSpacing="multiple:1.2">
337
+ <strong>
338
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">民族</span>
339
+ </strong>
340
+ </p>
341
+ </content>
342
+ </shape>
343
+ <shape width="81" height="37" topLeftX="265" topLeftY="301" type="text">
344
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2" textAlign="left">
345
+ <p lineSpacing="multiple:1.2">
346
+ <strong>
347
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">最高学历</span>
348
+ </strong>
349
+ </p>
350
+ </content>
351
+ </shape>
352
+ <shape width="80" height="48" topLeftX="75" topLeftY="371" type="text">
353
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="left">
354
+ <p lineSpacing="multiple:1.2">
355
+ <strong>
356
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">籍贯</span>
357
+ </strong>
358
+ </p>
359
+ </content>
360
+ </shape>
361
+ <shape width="81" height="37" topLeftX="265" topLeftY="339" type="text">
362
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.2" textAlign="left">
363
+ <p lineSpacing="multiple:1.2">
364
+ <strong>
365
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">毕业学校</span>
366
+ </strong>
367
+ </p>
368
+ </content>
369
+ </shape>
370
+ <img src="UcZQbVek7ojuEGx4PBtcKh2Knpf" width="310" height="310" topLeftX="525" topLeftY="115">
371
+ <crop type="rect" leftOffset="0.66" rightOffset="0.66" topOffset="0" bottomOffset="0" presetHandlers="216"/>
372
+ </img>
373
+ <img src="DviYbH0NJoReMUxZralchw1FnGd" width="284" height="141" topLeftX="567" topLeftY="0" flipX="true">
374
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="141" bottomOffset="0" presetHandlers="0"/>
375
+ </img>
376
+ </data>
377
+ <note>
378
+ <content/>
379
+ </note>
380
+ </slide>
381
+ <slide>
382
+ <style>
383
+ <fill>
384
+ <fillColor color="rgba(3, 3, 1, 1)"/>
385
+ </fill>
386
+ </style>
387
+ <data>
388
+ <line startX="456" startY="48" endX="208" endY="48" alpha="0.3">
389
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
390
+ </line>
391
+ <shape width="110" height="41" topLeftX="90" topLeftY="27" type="text">
392
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
393
+ <p>
394
+ <span color="rgba(255, 255, 255, 0.651)" fontSize="14">Basic Status</span>
395
+ </p>
396
+ </content>
397
+ </shape>
398
+ <shape width="81" height="41" topLeftX="26" topLeftY="27" type="text">
399
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
400
+ <p>
401
+ <strong>
402
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">基本情况</span>
403
+ </strong>
404
+ </p>
405
+ </content>
406
+ </shape>
407
+ <undefined type="fallback"/>
408
+ <img src="Kj1Abq2yOoc4mVxI73Hc2DsVno0" width="164" height="81" topLeftX="748" topLeftY="0">
409
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="82" bottomOffset="0.45" presetHandlers="0"/>
410
+ </img>
411
+ <img src="DviYbH0NJoReMUxZralchw1FnGd" width="238" height="118" topLeftX="50" topLeftY="422" flipY="true">
412
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="118" bottomOffset="0" presetHandlers="0"/>
413
+ </img>
414
+ </data>
415
+ <note>
416
+ <content/>
417
+ </note>
418
+ </slide>
419
+ <slide>
420
+ <style>
421
+ <fill>
422
+ <fillColor color="rgba(3, 3, 1, 1)"/>
423
+ </fill>
424
+ </style>
425
+ <data>
426
+ <shape width="716" height="230" topLeftX="125" topLeftY="148" alpha="0.5" type="slides-full-round-rect">
427
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
428
+ </shape>
429
+ <img src="Gtuybw38moZuM1xew9kcFwDVnde" width="285" height="284" topLeftX="97" topLeftY="121">
430
+ <crop type="rect" leftOffset="0.29" rightOffset="0.29" topOffset="0" bottomOffset="0"/>
431
+ </img>
432
+ <shape width="404" height="68" topLeftX="382" topLeftY="260" alpha="0.6" type="text">
433
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
434
+ <p>
435
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">单击此处输入你的正文,文字是您思想的提炼为了最终演示发布的良好效果</span>
436
+ </p>
437
+ </content>
438
+ </shape>
439
+ <shape width="404" height="77" topLeftX="382" topLeftY="193" type="text">
440
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(255, 255, 255, 1)" bold="true">
441
+ <p>
442
+ <strong>
443
+ <span color="rgba(255, 255, 255, 1)" fontSize="38">晋升优势</span>
444
+ </strong>
445
+ </p>
446
+ </content>
447
+ </shape>
448
+ <shape width="124" height="128" topLeftX="178" topLeftY="200" type="text">
449
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="72" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
450
+ <p>02</p>
451
+ </content>
452
+ </shape>
453
+ </data>
454
+ <note>
455
+ <content/>
456
+ </note>
457
+ </slide>
458
+ <slide>
459
+ <style>
460
+ <fill>
461
+ <fillColor color="rgba(3, 3, 1, 1)"/>
462
+ </fill>
463
+ </style>
464
+ <data>
465
+ <line startX="456" startY="48" endX="208" endY="48" alpha="0.3">
466
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
467
+ </line>
468
+ <shape width="110" height="41" topLeftX="90" topLeftY="27" type="text">
469
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
470
+ <p>
471
+ <span color="rgba(255, 255, 255, 0.651)" fontSize="14">Advantages</span>
472
+ </p>
473
+ </content>
474
+ </shape>
475
+ <shape width="81" height="41" topLeftX="26" topLeftY="27" type="text">
476
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
477
+ <p>
478
+ <strong>
479
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">晋升优势</span>
480
+ </strong>
481
+ </p>
482
+ </content>
483
+ </shape>
484
+ <undefined type="fallback"/>
485
+ <shape width="333" height="62" topLeftX="35" topLeftY="176" alpha="0.6" type="text">
486
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
487
+ <p>单击此处输入你的正文,文字是您思想的提炼为了最终演示发布的良好效果</p>
488
+ </content>
489
+ </shape>
490
+ <shape width="404" height="77" topLeftX="35" topLeftY="109" type="text">
491
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(255, 255, 255, 1)" bold="true">
492
+ <p>核心能力</p>
493
+ </content>
494
+ </shape>
495
+ <img src="DPwGba8nVoEKBMx66cfc3ueindd" width="98" height="97" topLeftX="828" topLeftY="321" rotation="336">
496
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
497
+ </img>
498
+ <img src="EmvubDGNHo8DPTxUGzTc7RNnnu5" width="147" height="92" topLeftX="840" topLeftY="28" rotation="270">
499
+ <crop type="rect" leftOffset="0" rightOffset="16" topOffset="0" bottomOffset="72" presetHandlers="0"/>
500
+ </img>
501
+ <img src="LvjMbSBWyoJAWbxLfx7cMd9snMh" width="264" height="175" topLeftX="-44" topLeftY="320" rotation="90" flipX="true" flipY="true">
502
+ <crop type="rect" leftOffset="20" rightOffset="0" topOffset="99" bottomOffset="8" presetHandlers="0"/>
503
+ </img>
504
+ </data>
505
+ <note>
506
+ <content/>
507
+ </note>
508
+ </slide>
509
+ <slide>
510
+ <style>
511
+ <fill>
512
+ <fillColor color="rgba(3, 3, 1, 1)"/>
513
+ </fill>
514
+ </style>
515
+ <data>
516
+ <line startX="456" startY="48" endX="208" endY="48" alpha="0.3">
517
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
518
+ </line>
519
+ <shape width="110" height="41" topLeftX="90" topLeftY="27" type="text">
520
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
521
+ <p>
522
+ <span color="rgba(255, 255, 255, 0.651)" fontSize="14">Advantages</span>
523
+ </p>
524
+ </content>
525
+ </shape>
526
+ <shape width="81" height="41" topLeftX="26" topLeftY="27" type="text">
527
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
528
+ <p>
529
+ <strong>
530
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">晋升优势</span>
531
+ </strong>
532
+ </p>
533
+ </content>
534
+ </shape>
535
+ <shape width="884" height="411" topLeftX="38" topLeftY="84" presetHandlers="16" alpha="0.4" type="round-rect">
536
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
537
+ </shape>
538
+ <img src="Iu39bQRg9odR29xxCn0ceyoanph" width="278" height="368" topLeftX="60" topLeftY="106">
539
+ <crop type="rect" leftOffset="45" rightOffset="45" topOffset="0" bottomOffset="0" presetHandlers="8"/>
540
+ </img>
541
+ <shape width="482" height="62" topLeftX="382" topLeftY="114" type="text">
542
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(255, 255, 255, 1)" bold="true">
543
+ <p lineSpacing="multiple:1" letterSpacing="2">
544
+ <strong>
545
+ <span color="rgba(255, 255, 255, 1)" fontSize="42">业务能力</span>
546
+ </strong>
547
+ </p>
548
+ </content>
549
+ </shape>
550
+ <shape width="176" height="41" topLeftX="382" topLeftY="191" alpha="0.5" type="text">
551
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
552
+ <p>
553
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">Business capability</span>
554
+ </p>
555
+ </content>
556
+ </shape>
557
+ <shape width="430" height="142" topLeftX="382" topLeftY="237" alpha="0.65" type="text">
558
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
559
+ <p lineSpacing="multiple:1.7" letterSpacing="1">
560
+ <span fontSize="12">请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。</span>
561
+ </p>
562
+ <p lineSpacing="multiple:1.7" letterSpacing="1"/>
563
+ <p lineSpacing="multiple:1.7" letterSpacing="1">
564
+ <span fontSize="12">请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。</span>
565
+ </p>
566
+ </content>
567
+ </shape>
568
+ <img src="Kj1Abq2yOoc4mVxI73Hc2DsVno0" width="164" height="81" topLeftX="748" topLeftY="0">
569
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="82" bottomOffset="0.45" presetHandlers="0"/>
570
+ </img>
571
+ <img src="DviYbH0NJoReMUxZralchw1FnGd" width="223" height="111" topLeftX="381" topLeftY="429" flipY="true">
572
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="111" bottomOffset="0" presetHandlers="0"/>
573
+ </img>
574
+ </data>
575
+ <note>
576
+ <content/>
577
+ </note>
578
+ </slide>
579
+ <slide>
580
+ <style>
581
+ <fill>
582
+ <fillColor color="rgba(3, 3, 1, 1)"/>
583
+ </fill>
584
+ </style>
585
+ <data>
586
+ <line startX="456" startY="48" endX="208" endY="48" alpha="0.3">
587
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
588
+ </line>
589
+ <shape width="132" height="41" topLeftX="90" topLeftY="27" type="text">
590
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
591
+ <p>
592
+ <span color="rgba(255, 255, 255, 0.651)" fontSize="14">Advantages</span>
593
+ </p>
594
+ </content>
595
+ </shape>
596
+ <shape width="81" height="41" topLeftX="26" topLeftY="27" type="text">
597
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
598
+ <p>
599
+ <strong>
600
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">晋升优势</span>
601
+ </strong>
602
+ </p>
603
+ </content>
604
+ </shape>
605
+ <shape width="232" height="74" topLeftX="76" topLeftY="174" type="text">
606
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 0.651)" textAlign="right">
607
+ <p>
608
+ <span color="rgba(255, 255, 255, 0.651)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。</span>
609
+ </p>
610
+ </content>
611
+ </shape>
612
+ <shape width="144" height="44" topLeftX="164" topLeftY="134" type="text">
613
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="right">
614
+ <p>关键点 #1</p>
615
+ </content>
616
+ </shape>
617
+ <shape width="144" height="44" topLeftX="408" topLeftY="371" type="text">
618
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
619
+ <p>关键点 #2</p>
620
+ </content>
621
+ </shape>
622
+ <shape width="232" height="74" topLeftX="636" topLeftY="174" type="text">
623
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 0.651)" textAlign="left">
624
+ <p>
625
+ <span color="rgba(255, 255, 255, 0.651)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。</span>
626
+ </p>
627
+ </content>
628
+ </shape>
629
+ <shape width="144" height="44" topLeftX="636" topLeftY="134" type="text">
630
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
631
+ <p>关键点 #3</p>
632
+ </content>
633
+ </shape>
634
+ <shape width="285" height="74" topLeftX="337" topLeftY="406" type="text">
635
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 0.651)" textAlign="center">
636
+ <p>
637
+ <span color="rgba(255, 255, 255, 0.651)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。</span>
638
+ </p>
639
+ </content>
640
+ </shape>
641
+ <shape width="205" height="205" topLeftX="376" topLeftY="124" alpha="0.4" type="ellipse">
642
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
643
+ </shape>
644
+ <shape width="72" height="72" topLeftX="350" topLeftY="134" presetHandlers="37" type="round-rect">
645
+ <fill>
646
+ <fillColor color="linear-gradient(135deg,rgba(216, 216, 255, 1) 0%,rgba(171, 194, 255, 1) 100%)"/>
647
+ </fill>
648
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(29, 64, 126, 1)" bold="true">
649
+ <p>
650
+ <strong>
651
+ <span color="rgba(29, 64, 126, 1)" fontSize="18">01</span>
652
+ </strong>
653
+ </p>
654
+ </content>
655
+ </shape>
656
+ <shape width="72" height="72" topLeftX="442" topLeftY="282" presetHandlers="37" type="round-rect">
657
+ <fill>
658
+ <fillColor color="linear-gradient(135deg,rgba(216, 216, 255, 1) 0%,rgba(171, 194, 255, 1) 100%)"/>
659
+ </fill>
660
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(29, 64, 126, 1)" bold="true">
661
+ <p>
662
+ <strong>
663
+ <span color="rgba(29, 64, 126, 1)" fontSize="18">02</span>
664
+ </strong>
665
+ </p>
666
+ </content>
667
+ </shape>
668
+ <shape width="72" height="72" topLeftX="538" topLeftY="137" presetHandlers="37" type="round-rect">
669
+ <fill>
670
+ <fillColor color="linear-gradient(135deg,rgba(216, 216, 255, 1) 0%,rgba(171, 194, 255, 1) 100%)"/>
671
+ </fill>
672
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(29, 64, 126, 1)" bold="true">
673
+ <p>
674
+ <strong>
675
+ <span color="rgba(29, 64, 126, 1)" fontSize="18">03</span>
676
+ </strong>
677
+ </p>
678
+ </content>
679
+ </shape>
680
+ <shape width="144" height="44" topLeftX="406" topLeftY="204" type="text">
681
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
682
+ <p>团队建设</p>
683
+ </content>
684
+ </shape>
685
+ <icon width="64" height="64" topLeftX="263" topLeftY="299" rotation="60" iconType="iconpark/Arrows/double-right.svg">
686
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
687
+ </icon>
688
+ <icon width="64" height="64" topLeftX="634" topLeftY="299" rotation="300" iconType="iconpark/Arrows/double-right.svg">
689
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
690
+ </icon>
691
+ </data>
692
+ <note>
693
+ <content/>
694
+ </note>
695
+ </slide>
696
+ <slide>
697
+ <style>
698
+ <fill>
699
+ <fillColor color="rgba(3, 3, 1, 1)"/>
700
+ </fill>
701
+ </style>
702
+ <data>
703
+ <shape width="716" height="230" topLeftX="125" topLeftY="148" alpha="0.5" type="slides-full-round-rect">
704
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
705
+ </shape>
706
+ <img src="Gtuybw38moZuM1xew9kcFwDVnde" width="285" height="284" topLeftX="97" topLeftY="121">
707
+ <crop type="rect" leftOffset="0.29" rightOffset="0.29" topOffset="0" bottomOffset="0"/>
708
+ </img>
709
+ <shape width="404" height="68" topLeftX="382" topLeftY="260" alpha="0.6" type="text">
710
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
711
+ <p>
712
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">单击此处输入你的正文,文字是您思想的提炼为了最终演示发布的良好效果</span>
713
+ </p>
714
+ </content>
715
+ </shape>
716
+ <shape width="404" height="77" topLeftX="382" topLeftY="193" type="text">
717
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(255, 255, 255, 1)" bold="true">
718
+ <p>
719
+ <strong>
720
+ <span color="rgba(255, 255, 255, 1)" fontSize="38">岗位认知</span>
721
+ </strong>
722
+ </p>
723
+ </content>
724
+ </shape>
725
+ <shape width="124" height="128" topLeftX="178" topLeftY="200" type="text">
726
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="72" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
727
+ <p>03</p>
728
+ </content>
729
+ </shape>
730
+ </data>
731
+ <note>
732
+ <content/>
733
+ </note>
734
+ </slide>
735
+ <slide>
736
+ <style>
737
+ <fill>
738
+ <fillColor color="rgba(3, 3, 1, 1)"/>
739
+ </fill>
740
+ </style>
741
+ <data>
742
+ <line startX="456" startY="48" endX="208" endY="48" alpha="0.3">
743
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
744
+ </line>
745
+ <shape width="132" height="41" topLeftX="90" topLeftY="27" type="text">
746
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
747
+ <p>
748
+ <span color="rgba(255, 255, 255, 0.651)" fontSize="14">Job Awareness</span>
749
+ </p>
750
+ </content>
751
+ </shape>
752
+ <shape width="81" height="41" topLeftX="26" topLeftY="27" type="text">
753
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
754
+ <p>
755
+ <strong>
756
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">岗位认知</span>
757
+ </strong>
758
+ </p>
759
+ </content>
760
+ </shape>
761
+ <undefined type="fallback"/>
762
+ </data>
763
+ <note>
764
+ <content/>
765
+ </note>
766
+ </slide>
767
+ <slide>
768
+ <style>
769
+ <fill>
770
+ <fillColor color="rgba(3, 3, 1, 1)"/>
771
+ </fill>
772
+ </style>
773
+ <data>
774
+ <line startX="456" startY="48" endX="208" endY="48" alpha="0.3">
775
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
776
+ </line>
777
+ <shape width="132" height="41" topLeftX="90" topLeftY="27" type="text">
778
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
779
+ <p>
780
+ <span color="rgba(255, 255, 255, 0.651)" fontSize="14">Job Awareness</span>
781
+ </p>
782
+ </content>
783
+ </shape>
784
+ <shape width="81" height="41" topLeftX="26" topLeftY="27" type="text">
785
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
786
+ <p>
787
+ <strong>
788
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">岗位认知</span>
789
+ </strong>
790
+ </p>
791
+ </content>
792
+ </shape>
793
+ <img src="SsUpbqOl3oLIkHxFZrLcciA3nze" width="278" height="368" topLeftX="265" topLeftY="104">
794
+ <crop type="rect" leftOffset="45" rightOffset="45" topOffset="0" bottomOffset="0" presetHandlers="8"/>
795
+ </img>
796
+ <shape width="211" height="58" topLeftX="26" topLeftY="104" type="text">
797
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="linear-gradient(135deg,rgba(216, 216, 255, 1) 0%,rgba(171, 194, 255, 1) 100%)" bold="true">
798
+ <p lineSpacing="multiple:1" letterSpacing="2">角色理解</p>
799
+ </content>
800
+ </shape>
801
+ <shape width="211" height="41" topLeftX="26" topLeftY="430" alpha="0.5" type="text">
802
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
803
+ <p>副标题说明</p>
804
+ </content>
805
+ </shape>
806
+ <shape width="330" height="163" topLeftX="583" topLeftY="117" alpha="0.65" type="text">
807
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
808
+ <p lineSpacing="multiple:1.7" letterSpacing="1">
809
+ <span fontSize="12">请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。</span>
810
+ </p>
811
+ <p lineSpacing="multiple:1.7" letterSpacing="1"/>
812
+ <p lineSpacing="multiple:1.7" letterSpacing="1">
813
+ <span fontSize="12">请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。请在此输入功能的亮点、价值等信息。</span>
814
+ </p>
815
+ </content>
816
+ </shape>
817
+ <img src="Kj1Abq2yOoc4mVxI73Hc2DsVno0" width="164" height="81" topLeftX="518" topLeftY="0">
818
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="82" bottomOffset="0.45" presetHandlers="0"/>
819
+ </img>
820
+ <img src="DviYbH0NJoReMUxZralchw1FnGd" width="223" height="111" topLeftX="748" topLeftY="429" flipY="true">
821
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="111" bottomOffset="0" presetHandlers="0"/>
822
+ </img>
823
+ </data>
824
+ <note>
825
+ <content/>
826
+ </note>
827
+ </slide>
828
+ <slide>
829
+ <style>
830
+ <fill>
831
+ <fillColor color="rgba(3, 3, 1, 1)"/>
832
+ </fill>
833
+ </style>
834
+ <data>
835
+ <shape width="716" height="230" topLeftX="125" topLeftY="148" alpha="0.5" type="slides-full-round-rect">
836
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
837
+ </shape>
838
+ <img src="Gtuybw38moZuM1xew9kcFwDVnde" width="285" height="284" topLeftX="97" topLeftY="121">
839
+ <crop type="rect" leftOffset="0.29" rightOffset="0.29" topOffset="0" bottomOffset="0"/>
840
+ </img>
841
+ <shape width="404" height="68" topLeftX="382" topLeftY="260" alpha="0.6" type="text">
842
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
843
+ <p>
844
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">单击此处输入你的正文,文字是您思想的提炼为了最终演示发布的良好效果</span>
845
+ </p>
846
+ </content>
847
+ </shape>
848
+ <shape width="404" height="77" topLeftX="382" topLeftY="193" type="text">
849
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(255, 255, 255, 1)" bold="true">
850
+ <p>
851
+ <strong>
852
+ <span color="rgba(255, 255, 255, 1)" fontSize="38">未来规划</span>
853
+ </strong>
854
+ </p>
855
+ </content>
856
+ </shape>
857
+ <shape width="124" height="128" topLeftX="178" topLeftY="200" type="text">
858
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="72" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
859
+ <p>04</p>
860
+ </content>
861
+ </shape>
862
+ </data>
863
+ <note>
864
+ <content/>
865
+ </note>
866
+ </slide>
867
+ <slide>
868
+ <style>
869
+ <fill>
870
+ <fillColor color="rgba(3, 3, 1, 1)"/>
871
+ </fill>
872
+ </style>
873
+ <data>
874
+ <line startX="456" startY="48" endX="208" endY="48" alpha="0.3">
875
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
876
+ </line>
877
+ <shape width="132" height="41" topLeftX="90" topLeftY="27" type="text">
878
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
879
+ <p>
880
+ <span color="rgba(255, 255, 255, 0.651)" fontSize="14">Future Plan</span>
881
+ </p>
882
+ </content>
883
+ </shape>
884
+ <shape width="81" height="41" topLeftX="26" topLeftY="27" type="text">
885
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
886
+ <p>
887
+ <strong>
888
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">未来规划</span>
889
+ </strong>
890
+ </p>
891
+ </content>
892
+ </shape>
893
+ <shape width="150" height="150" topLeftX="405" topLeftY="139" type="ellipse">
894
+ <fill>
895
+ <fillColor color="linear-gradient(135deg,rgba(216, 216, 255, 1) 0%,rgba(171, 194, 255, 1) 100%)"/>
896
+ </fill>
897
+ </shape>
898
+ <shape width="150" height="150" topLeftX="128" topLeftY="139" type="ellipse">
899
+ <fill>
900
+ <fillColor color="linear-gradient(135deg,rgba(216, 216, 255, 1) 0%,rgba(171, 194, 255, 1) 100%)"/>
901
+ </fill>
902
+ </shape>
903
+ <shape width="150" height="150" topLeftX="682" topLeftY="139" type="ellipse">
904
+ <fill>
905
+ <fillColor color="linear-gradient(135deg,rgba(216, 216, 255, 1) 0%,rgba(171, 194, 255, 1) 100%)"/>
906
+ </fill>
907
+ </shape>
908
+ <icon width="60" height="60" topLeftX="727" topLeftY="184" iconType="iconpark/Office/new-picture.svg">
909
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
910
+ </icon>
911
+ <icon width="60" height="60" topLeftX="173" topLeftY="184" iconType="iconpark/Office/book-one.svg">
912
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
913
+ </icon>
914
+ <icon width="60" height="60" topLeftX="450" topLeftY="184" iconType="iconpark/Charts/chart-proportion.svg">
915
+ <border color="rgba(255, 255, 255, 1)" width="4" lineJoin="miter" miterLimit="10"/>
916
+ </icon>
917
+ <shape width="202" height="110" topLeftX="102" topLeftY="342" alpha="0.5" type="text">
918
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" textAlign="center">
919
+ <p>
920
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。</span>
921
+ </p>
922
+ </content>
923
+ </shape>
924
+ <shape width="202" height="38" topLeftX="102" topLeftY="305" type="text">
925
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
926
+ <p lineSpacing="multiple:1">
927
+ <strong>
928
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">关键</span>
929
+ </strong>
930
+ <strong>
931
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">点 #1</span>
932
+ </strong>
933
+ </p>
934
+ </content>
935
+ </shape>
936
+ <shape width="202" height="110" topLeftX="379" topLeftY="342" alpha="0.5" type="text">
937
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" textAlign="center">
938
+ <p>
939
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。</span>
940
+ </p>
941
+ </content>
942
+ </shape>
943
+ <shape width="202" height="38" topLeftX="379" topLeftY="305" type="text">
944
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
945
+ <p lineSpacing="multiple:1">
946
+ <strong>
947
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">关键</span>
948
+ </strong>
949
+ <strong>
950
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">点 #1</span>
951
+ </strong>
952
+ </p>
953
+ </content>
954
+ </shape>
955
+ <shape width="202" height="110" topLeftX="656" topLeftY="342" alpha="0.5" type="text">
956
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" textAlign="center">
957
+ <p>
958
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。</span>
959
+ </p>
960
+ </content>
961
+ </shape>
962
+ <shape width="202" height="38" topLeftX="656" topLeftY="305" type="text">
963
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
964
+ <p lineSpacing="multiple:1">
965
+ <strong>
966
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">关键</span>
967
+ </strong>
968
+ <strong>
969
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">点 #1</span>
970
+ </strong>
971
+ </p>
972
+ </content>
973
+ </shape>
974
+ </data>
975
+ <note>
976
+ <content/>
977
+ </note>
978
+ </slide>
979
+ <slide>
980
+ <style>
981
+ <fill>
982
+ <fillColor color="rgba(3, 3, 1, 1)"/>
983
+ </fill>
984
+ </style>
985
+ <data>
986
+ <shape width="152" height="386" topLeftX="673" topLeftY="85" rotation="45" alpha="0.5" type="slides-full-round-rect">
987
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
988
+ </shape>
989
+ <img src="Pjxfb38TMocH5exF6NhctB9cneg" width="281" height="280" topLeftX="638" topLeftY="221" rotation="69">
990
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
991
+ </img>
992
+ <img src="OCyQbv6jsozDmNxxLP3coVWBnJh" width="258" height="260" topLeftX="565" topLeftY="27" rotation="8">
993
+ <crop type="rect" leftOffset="2" rightOffset="2" topOffset="0" bottomOffset="0" presetHandlers="0"/>
994
+ </img>
995
+ <img src="Kj1Abq2yOoc4mVxI73Hc2DsVno0" width="131" height="131" topLeftX="814" topLeftY="376" rotation="285">
996
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0.36" bottomOffset="0.36" presetHandlers="0"/>
997
+ </img>
998
+ <img src="CkSDbsItwooxnSxkx9dcGcOinTe" width="131" height="128" topLeftX="787" topLeftY="45" rotation="344">
999
+ <crop type="rect" leftOffset="20" rightOffset="27" topOffset="36" bottomOffset="13" presetHandlers="0"/>
1000
+ </img>
1001
+ <img src="Gtuybw38moZuM1xew9kcFwDVnde" width="92" height="91" topLeftX="582" topLeftY="387">
1002
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
1003
+ </img>
1004
+ <img src="SbyJb8XExolUZpxTlVVcXJtnncr" width="59" height="59" topLeftX="826" topLeftY="196">
1005
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1006
+ </img>
1007
+ <img src="LGThb65tmoqfJExzmZEciVaDnUc" width="131" height="131" topLeftX="567" topLeftY="222" rotation="250">
1008
+ <crop type="rect" leftOffset="0.19" rightOffset="0.19" topOffset="0" bottomOffset="0" presetHandlers="0"/>
1009
+ </img>
1010
+ <img src="F1hobT5rOoXjgAxmK1sc3zm7nGe" width="74" height="74" topLeftX="736" topLeftY="11" rotation="330">
1011
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
1012
+ </img>
1013
+ <shape width="470" height="128" topLeftX="53" topLeftY="328" type="text">
1014
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="72" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
1015
+ <p>
1016
+ <span fontSize="72">感谢您的观看</span>
1017
+ </p>
1018
+ </content>
1019
+ </shape>
1020
+ <shape width="470" height="47" topLeftX="53" topLeftY="304" alpha="0.5" type="text">
1021
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" textAlign="left">
1022
+ <p>
1023
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">Thanks For Your Time</span>
1024
+ </p>
1025
+ </content>
1026
+ </shape>
1027
+ <shape width="470" height="47" topLeftX="53" topLeftY="432" type="text">
1028
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" textAlign="left">
1029
+ <p>
1030
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">2026-07-12</span>
1031
+ </p>
1032
+ </content>
1033
+ </shape>
1034
+ </data>
1035
+ <note>
1036
+ <content/>
1037
+ </note>
1038
+ </slide>
1039
+ </presentation>