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