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