@wagemule/daemon 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (341) hide show
  1. package/README.md +9 -1
  2. package/dist/main.cjs +91 -32
  3. package/dist/main.cjs.map +2 -2
  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,1854 @@
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"/>
6
+ <headline fontColor="#000000FF"/>
7
+ <sub-headline fontColor="#000000FF"/>
8
+ <body fontColor="#000000FF"/>
9
+ <caption fontColor="#808080FF" fontSize="14"/>
10
+ </textStyles>
11
+ </theme>
12
+ <slide>
13
+ <style>
14
+ <fill>
15
+ <fillColor color="rgba(44, 41, 100, 1)"/>
16
+ </fill>
17
+ </style>
18
+ <data>
19
+ <shape width="296" height="296" topLeftX="125" topLeftY="122" type="ellipse">
20
+ <fill>
21
+ <fillColor color="rgba(248, 206, 56, 1)"/>
22
+ </fill>
23
+ </shape>
24
+ <shape width="259" height="260" topLeftX="-340" topLeftY="140" type="ellipse">
25
+ <fill>
26
+ <fillColor color="rgba(251, 142, 241, 1)"/>
27
+ </fill>
28
+ </shape>
29
+ <shape width="130" height="130" topLeftX="-340" topLeftY="270" presetHandlers="8" type="rect">
30
+ <fill>
31
+ <fillColor color="rgba(251, 142, 241, 1)"/>
32
+ </fill>
33
+ </shape>
34
+ <line startX="567" startY="-1" endX="462" endY="122" alpha="0.6">
35
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
36
+ </line>
37
+ <line startX="552" startY="34" endX="480" endY="118" alpha="0.6">
38
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
39
+ </line>
40
+ <line startX="468" startY="293" endX="316" endY="471" alpha="0.5">
41
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
42
+ </line>
43
+ <line startX="469" startY="312" endX="396" endY="399" alpha="0.5">
44
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
45
+ </line>
46
+ <shape width="404" height="68" topLeftX="129" topLeftY="276" type="text">
47
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(255, 255, 255, 1)" bold="false">
48
+ <p>Career Planning</p>
49
+ </content>
50
+ <shadow offset="4" angle="90" blur="20" color="rgba(0, 0, 0, 0.06)"/>
51
+ </shape>
52
+ <shape width="668" height="101" topLeftX="129" topLeftY="195" type="text">
53
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="54" color="rgba(255, 255, 255, 1)" bold="true">
54
+ <p>大学生职业发展规划</p>
55
+ </content>
56
+ <shadow offset="4" angle="90" blur="20" color="rgba(0, 0, 0, 0.06)"/>
57
+ </shape>
58
+ <shape width="355" height="44" topLeftX="41" topLeftY="46" type="text">
59
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="false">
60
+ <p>XX大学学生发展中心</p>
61
+ </content>
62
+ </shape>
63
+ <shape width="130" height="44" topLeftX="41" topLeftY="450" type="text">
64
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="false">
65
+ <p>主讲人:XXX</p>
66
+ </content>
67
+ </shape>
68
+ <shape width="73" height="44" topLeftX="834" topLeftY="46" type="text">
69
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="false" textAlign="right">
70
+ <p>
71
+ <span color="rgba(255, 255, 255, 1)">LOGO</span>
72
+ </p>
73
+ </content>
74
+ </shape>
75
+ <shape width="44" height="10" topLeftX="855" topLeftY="462" type="rect">
76
+ <fill>
77
+ <fillColor color="rgba(100, 237, 255, 1)"/>
78
+ </fill>
79
+ </shape>
80
+ <shape width="44" height="10" topLeftX="855" topLeftY="462" rotation="270" type="rect">
81
+ <fill>
82
+ <fillColor color="rgba(100, 237, 255, 1)"/>
83
+ </fill>
84
+ </shape>
85
+ </data>
86
+ <note>
87
+ <content/>
88
+ </note>
89
+ </slide>
90
+ <slide>
91
+ <style>
92
+ <fill>
93
+ <fillColor color="rgba(44, 41, 100, 1)"/>
94
+ </fill>
95
+ </style>
96
+ <data>
97
+ <shape width="546" height="460" topLeftX="376" topLeftY="40" presetHandlers="16" type="rect">
98
+ <fill>
99
+ <fillColor color="rgba(251, 142, 241, 1)"/>
100
+ </fill>
101
+ </shape>
102
+ <shape width="72" height="68" topLeftX="456" topLeftY="90" type="text">
103
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(255, 255, 255, 1)" bold="true">
104
+ <p>
105
+ <strong>
106
+ <span color="rgba(255, 255, 255, 1)" fontSize="32">01</span>
107
+ </strong>
108
+ </p>
109
+ </content>
110
+ </shape>
111
+ <shape width="284" height="53" topLeftX="517" topLeftY="98" type="text">
112
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(255, 255, 255, 1)" bold="true">
113
+ <p>
114
+ <strong>
115
+ <span color="rgba(255, 255, 255, 1)" fontSize="22">自我认知</span>
116
+ </strong>
117
+ </p>
118
+ </content>
119
+ </shape>
120
+ <shape width="284" height="41" topLeftX="517" topLeftY="134" type="text">
121
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(234, 234, 234, 1)" bold="false">
122
+ <p>
123
+ <span color="rgba(234, 234, 234, 1)" fontSize="14" bold="false">KNOW YOURSELF</span>
124
+ </p>
125
+ </content>
126
+ </shape>
127
+ <shape width="72" height="68" topLeftX="456" topLeftY="182" type="text">
128
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(255, 255, 255, 1)" bold="true">
129
+ <p>
130
+ <strong>
131
+ <span color="rgba(255, 255, 255, 1)" fontSize="32">02</span>
132
+ </strong>
133
+ </p>
134
+ </content>
135
+ </shape>
136
+ <shape width="284" height="53" topLeftX="517" topLeftY="189" type="text">
137
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(255, 255, 255, 1)" bold="true">
138
+ <p>
139
+ <span color="rgba(255, 255, 255, 1)">行业认知</span>
140
+ </p>
141
+ </content>
142
+ </shape>
143
+ <shape width="284" height="41" topLeftX="517" topLeftY="226" type="text">
144
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(234, 234, 234, 1)" bold="false">
145
+ <p>
146
+ <span color="rgba(234, 234, 234, 1)" fontSize="14" bold="false">CAREER COGNITION</span>
147
+ </p>
148
+ </content>
149
+ </shape>
150
+ <shape width="72" height="68" topLeftX="456" topLeftY="273" type="text">
151
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(255, 255, 255, 1)" bold="true">
152
+ <p>
153
+ <strong>
154
+ <span color="rgba(255, 255, 255, 1)" fontSize="32">03</span>
155
+ </strong>
156
+ </p>
157
+ </content>
158
+ </shape>
159
+ <shape width="284" height="53" topLeftX="517" topLeftY="280" type="text">
160
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(255, 255, 255, 1)" bold="true">
161
+ <p>
162
+ <span color="rgba(255, 255, 255, 1)">职业定位</span>
163
+ </p>
164
+ </content>
165
+ </shape>
166
+ <shape width="284" height="41" topLeftX="517" topLeftY="317" type="text">
167
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(234, 234, 234, 1)" bold="false">
168
+ <p>
169
+ <span color="rgba(234, 234, 234, 1)">Career positioning</span>
170
+ </p>
171
+ </content>
172
+ </shape>
173
+ <shape width="72" height="68" topLeftX="456" topLeftY="365" type="text">
174
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(255, 255, 255, 1)" bold="true">
175
+ <p>
176
+ <strong>
177
+ <span color="rgba(255, 255, 255, 1)" fontSize="32">04</span>
178
+ </strong>
179
+ </p>
180
+ </content>
181
+ </shape>
182
+ <shape width="284" height="53" topLeftX="517" topLeftY="372" type="text">
183
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" color="rgba(255, 255, 255, 1)" bold="true">
184
+ <p>
185
+ <span color="rgba(255, 255, 255, 1)">实施计划</span>
186
+ </p>
187
+ </content>
188
+ </shape>
189
+ <shape width="284" height="41" topLeftX="517" topLeftY="409" type="text">
190
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(234, 234, 234, 1)" bold="false">
191
+ <p>
192
+ <span color="rgba(234, 234, 234, 1)" fontSize="14" bold="false">IMPLEMENT PLAN</span>
193
+ </p>
194
+ </content>
195
+ </shape>
196
+ <shape width="32" height="28" topLeftX="180" topLeftY="147" rotation="30" type="triangle">
197
+ <border color="rgba(100, 237, 255, 1)" width="10" lineJoin="miter" miterLimit="10"/>
198
+ </shape>
199
+ <shape width="74" height="74" topLeftX="77" topLeftY="73" type="donut">
200
+ <fill>
201
+ <fillColor color="linear-gradient(135deg,rgba(248, 206, 56, 1) 0%,rgba(248, 206, 56, 1) 23%,rgba(248, 206, 56, 0) 100%)"/>
202
+ </fill>
203
+ </shape>
204
+ <shape width="326" height="71" topLeftX="95" topLeftY="84" type="text">
205
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="34" color="rgba(255, 255, 255, 1)" bold="true">
206
+ <p>
207
+ <span color="rgba(255, 255, 255, 1)">目录</span>
208
+ </p>
209
+ </content>
210
+ <shadow offset="4" angle="90" blur="12" color="rgba(0, 0, 0, 0.08)"/>
211
+ </shape>
212
+ </data>
213
+ <note>
214
+ <content/>
215
+ </note>
216
+ </slide>
217
+ <slide>
218
+ <style>
219
+ <fill>
220
+ <fillColor color="rgba(44, 41, 100, 1)"/>
221
+ </fill>
222
+ </style>
223
+ <data>
224
+ <shape width="64" height="385" topLeftX="760" topLeftY="324" type="rect">
225
+ <fill>
226
+ <fillColor color="rgba(208, 50, 193, 1)"/>
227
+ </fill>
228
+ </shape>
229
+ <shape width="338" height="419" topLeftX="801" topLeftY="290" type="rect">
230
+ <fill>
231
+ <fillColor color="rgba(208, 50, 193, 1)"/>
232
+ </fill>
233
+ </shape>
234
+ <shape width="262" height="131" topLeftX="404" topLeftY="169" presetHandlers="32" type="round-rect">
235
+ <fill>
236
+ <fillColor color="rgba(208, 50, 193, 1)"/>
237
+ </fill>
238
+ </shape>
239
+ <line startX="83" startY="180" endX="14" endY="263" alpha="0.5">
240
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
241
+ </line>
242
+ <line startX="79" startY="198" endX="57" endY="224" alpha="0.5">
243
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
244
+ </line>
245
+ <line startX="416" startY="-190" endX="350" endY="-113" alpha="0.5">
246
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
247
+ </line>
248
+ <line startX="389" startY="-173" endX="363" endY="-143" alpha="0.5">
249
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
250
+ </line>
251
+ <shape width="64" height="432" topLeftX="875" topLeftY="182" type="rect">
252
+ <fill>
253
+ <fillColor color="rgba(215, 163, 201, 1)"/>
254
+ </fill>
255
+ </shape>
256
+ <shape width="338" height="466" topLeftX="916" topLeftY="148" type="rect">
257
+ <fill>
258
+ <fillColor color="rgba(215, 163, 201, 1)"/>
259
+ </fill>
260
+ </shape>
261
+ <shape width="262" height="131" topLeftX="486" topLeftY="74" presetHandlers="32" type="round-rect">
262
+ <fill>
263
+ <fillColor color="rgba(215, 163, 201, 1)"/>
264
+ </fill>
265
+ </shape>
266
+ <shape width="6" height="6" topLeftX="595" topLeftY="-132" type="ellipse">
267
+ <fill>
268
+ <fillColor color="rgba(255, 255, 255, 1)"/>
269
+ </fill>
270
+ </shape>
271
+ <shape width="6" height="6" topLeftX="614" topLeftY="-132" type="ellipse">
272
+ <fill>
273
+ <fillColor color="rgba(255, 255, 255, 1)"/>
274
+ </fill>
275
+ </shape>
276
+ <shape width="6" height="6" topLeftX="576" topLeftY="-132" type="ellipse">
277
+ <fill>
278
+ <fillColor color="rgba(255, 255, 255, 1)"/>
279
+ </fill>
280
+ </shape>
281
+ <shape width="6" height="6" topLeftX="557" topLeftY="-132" type="ellipse">
282
+ <fill>
283
+ <fillColor color="rgba(255, 255, 255, 1)"/>
284
+ </fill>
285
+ </shape>
286
+ <shape width="6" height="6" topLeftX="539" topLeftY="-132" type="ellipse">
287
+ <fill>
288
+ <fillColor color="rgba(255, 255, 255, 1)"/>
289
+ </fill>
290
+ </shape>
291
+ <shape width="6" height="6" topLeftX="520" topLeftY="-132" type="ellipse">
292
+ <fill>
293
+ <fillColor color="rgba(255, 255, 255, 1)"/>
294
+ </fill>
295
+ </shape>
296
+ <shape width="6" height="6" topLeftX="520" topLeftY="-113" type="ellipse">
297
+ <fill>
298
+ <fillColor color="rgba(255, 255, 255, 1)"/>
299
+ </fill>
300
+ </shape>
301
+ <shape width="6" height="6" topLeftX="520" topLeftY="-93" type="ellipse">
302
+ <fill>
303
+ <fillColor color="rgba(255, 255, 255, 1)"/>
304
+ </fill>
305
+ </shape>
306
+ <shape width="6" height="6" topLeftX="539" topLeftY="-113" type="ellipse">
307
+ <fill>
308
+ <fillColor color="rgba(255, 255, 255, 1)"/>
309
+ </fill>
310
+ </shape>
311
+ <shape width="6" height="6" topLeftX="539" topLeftY="-93" type="ellipse">
312
+ <fill>
313
+ <fillColor color="rgba(255, 255, 255, 1)"/>
314
+ </fill>
315
+ </shape>
316
+ <shape width="6" height="6" topLeftX="557" topLeftY="-113" type="ellipse">
317
+ <fill>
318
+ <fillColor color="rgba(255, 255, 255, 1)"/>
319
+ </fill>
320
+ </shape>
321
+ <shape width="6" height="6" topLeftX="557" topLeftY="-93" type="ellipse">
322
+ <fill>
323
+ <fillColor color="rgba(255, 255, 255, 1)"/>
324
+ </fill>
325
+ </shape>
326
+ <shape width="6" height="6" topLeftX="576" topLeftY="-113" type="ellipse">
327
+ <fill>
328
+ <fillColor color="rgba(255, 255, 255, 1)"/>
329
+ </fill>
330
+ </shape>
331
+ <shape width="6" height="6" topLeftX="576" topLeftY="-93" type="ellipse">
332
+ <fill>
333
+ <fillColor color="rgba(255, 255, 255, 1)"/>
334
+ </fill>
335
+ </shape>
336
+ <shape width="6" height="6" topLeftX="614" topLeftY="-113" type="ellipse">
337
+ <fill>
338
+ <fillColor color="rgba(255, 255, 255, 1)"/>
339
+ </fill>
340
+ </shape>
341
+ <shape width="6" height="6" topLeftX="614" topLeftY="-93" type="ellipse">
342
+ <fill>
343
+ <fillColor color="rgba(255, 255, 255, 1)"/>
344
+ </fill>
345
+ </shape>
346
+ <shape width="6" height="6" topLeftX="595" topLeftY="-113" type="ellipse">
347
+ <fill>
348
+ <fillColor color="rgba(255, 255, 255, 1)"/>
349
+ </fill>
350
+ </shape>
351
+ <shape width="6" height="6" topLeftX="595" topLeftY="-93" type="ellipse">
352
+ <fill>
353
+ <fillColor color="rgba(255, 255, 255, 1)"/>
354
+ </fill>
355
+ </shape>
356
+ <shape width="138" height="125" topLeftX="65" topLeftY="66" type="text">
357
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="70" color="rgba(248, 206, 56, 1)" bold="true">
358
+ <p>01</p>
359
+ </content>
360
+ </shape>
361
+ <shape width="737" height="77" topLeftX="63" topLeftY="372" type="text">
362
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="44" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.3">
363
+ <p>自我认知</p>
364
+ </content>
365
+ </shape>
366
+ <shape width="328" height="46" topLeftX="65" topLeftY="436" type="text">
367
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="17" color="rgba(145, 144, 168, 1)">
368
+ <p>KNOW YOURSELF</p>
369
+ </content>
370
+ </shape>
371
+ <img src="UANBb22iFo5JGuxZAO6cQ0LCnOh" width="441" height="412" topLeftX="519" topLeftY="128">
372
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="5" bottomOffset="29" presetHandlers="15"/>
373
+ </img>
374
+ </data>
375
+ <note>
376
+ <content/>
377
+ </note>
378
+ </slide>
379
+ <slide>
380
+ <style>
381
+ <fill>
382
+ <fillColor color="rgba(44, 41, 100, 1)"/>
383
+ </fill>
384
+ </style>
385
+ <data>
386
+ <shape width="55" height="55" topLeftX="46" topLeftY="58" type="donut">
387
+ <fill>
388
+ <fillColor color="linear-gradient(135deg,rgba(248, 206, 56, 1) 0%,rgba(248, 206, 56, 1) 23%,rgba(248, 206, 56, 0) 100%)"/>
389
+ </fill>
390
+ </shape>
391
+ <shape width="167" height="44" topLeftX="755" topLeftY="53" type="text">
392
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16">
393
+ <p>LOGO</p>
394
+ </content>
395
+ </shape>
396
+ <shape width="367" height="71" topLeftX="63" topLeftY="61" type="text">
397
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="34" color="rgba(255, 255, 255, 1)" bold="true">
398
+ <p>个人背景</p>
399
+ </content>
400
+ </shape>
401
+ <shape width="885" height="327" topLeftX="38" topLeftY="173" presetHandlers="20" alpha="0.5" type="round-rect">
402
+ <fill>
403
+ <fillColor color="rgba(21, 20, 87, 1)"/>
404
+ </fill>
405
+ </shape>
406
+ <shape width="154" height="135" topLeftX="148" topLeftY="240" type="text">
407
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
408
+ <p lineSpacing="multiple:1.6">
409
+ <span color="rgba(222, 224, 227, 0.8)">现在就开始打字吧,写下任何你想表达的内容。用简洁明了的语言来传达你的想法,结合图像和图表,让你的观众更好地理解和记住你的演示。</span>
410
+ </p>
411
+ </content>
412
+ </shape>
413
+ <shape width="154" height="44" topLeftX="148" topLeftY="208" type="text">
414
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(234, 234, 234, 1)" bold="true">
415
+ <p>
416
+ <strong>
417
+ <span color="rgba(234, 234, 234, 1)" fontSize="16">专业技能</span>
418
+ </strong>
419
+ </p>
420
+ </content>
421
+ </shape>
422
+ <shape width="74" height="74" topLeftX="71" topLeftY="210" type="ellipse">
423
+ <fill>
424
+ <fillColor color="rgba(251, 142, 241, 1)"/>
425
+ </fill>
426
+ </shape>
427
+ <icon width="42" height="42" topLeftX="87" topLeftY="226" iconType="iconpark/Base/tool.svg">
428
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
429
+ <shadow/>
430
+ </icon>
431
+ <shape width="154" height="135" topLeftX="441" topLeftY="240" type="text">
432
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
433
+ <p lineSpacing="multiple:1.6">
434
+ <span color="rgba(222, 224, 227, 0.8)">现在就开始打字吧,写下任何你想表达的内容。用简洁明了的语言来传达你的想法,结合图像和图表,让你的观众更好地理解和记住你的演示。</span>
435
+ </p>
436
+ </content>
437
+ </shape>
438
+ <shape width="154" height="44" topLeftX="441" topLeftY="208" type="text">
439
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(234, 234, 234, 1)" bold="true">
440
+ <p>
441
+ <span fontSize="16">教育背景</span>
442
+ </p>
443
+ </content>
444
+ </shape>
445
+ <shape width="74" height="74" topLeftX="363" topLeftY="210" type="ellipse">
446
+ <fill>
447
+ <fillColor color="rgba(251, 142, 241, 1)"/>
448
+ </fill>
449
+ </shape>
450
+ <icon width="42" height="42" topLeftX="379" topLeftY="226" iconType="iconpark/Office/book-one.svg">
451
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
452
+ <shadow/>
453
+ </icon>
454
+ <shape width="154" height="135" topLeftX="733" topLeftY="240" type="text">
455
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
456
+ <p lineSpacing="multiple:1.6">
457
+ <span color="rgba(222, 224, 227, 0.8)">现在就开始打字吧,写下任何你想表达的内容。用简洁明了的语言来传达你的想法,结合图像和图表,让你的观众更好地理解和记住你的演示。</span>
458
+ </p>
459
+ </content>
460
+ </shape>
461
+ <shape width="154" height="44" topLeftX="733" topLeftY="208" type="text">
462
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(234, 234, 234, 1)" bold="true">
463
+ <p>
464
+ <span fontSize="16">获奖经历</span>
465
+ </p>
466
+ </content>
467
+ </shape>
468
+ <shape width="74" height="74" topLeftX="656" topLeftY="210" type="ellipse">
469
+ <fill>
470
+ <fillColor color="rgba(251, 142, 241, 1)"/>
471
+ </fill>
472
+ </shape>
473
+ <icon width="42" height="42" topLeftX="672" topLeftY="226" iconType="iconpark/Base/config.svg">
474
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
475
+ <shadow/>
476
+ </icon>
477
+ <line startX="333" startY="201" endX="333" endY="472" alpha="0.4">
478
+ <border color="rgba(222, 224, 227, 0.8)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
479
+ </line>
480
+ <line startX="625" startY="201" endX="625" endY="472" alpha="0.4">
481
+ <border color="rgba(222, 224, 227, 0.8)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
482
+ </line>
483
+ </data>
484
+ <note>
485
+ <content/>
486
+ </note>
487
+ </slide>
488
+ <slide>
489
+ <style>
490
+ <fill>
491
+ <fillColor color="rgba(44, 41, 100, 1)"/>
492
+ </fill>
493
+ </style>
494
+ <data>
495
+ <img src="JXhjb7HM3oI3RpxUtYcc0EgnnEd" width="202" height="202" topLeftX="273" topLeftY="270">
496
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
497
+ </img>
498
+ <img src="VbI1bwroaoADdcxxAK8cbHbVnue" width="202" height="202" topLeftX="475" topLeftY="68">
499
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
500
+ </img>
501
+ <shape width="185" height="56" topLeftX="290" topLeftY="150" type="rect">
502
+ <fill>
503
+ <fillColor color="rgba(100, 237, 255, 1)"/>
504
+ </fill>
505
+ </shape>
506
+ <shape width="185" height="56" topLeftX="290" topLeftY="150" rotation="270" type="rect">
507
+ <fill>
508
+ <fillColor color="rgba(100, 237, 255, 1)"/>
509
+ </fill>
510
+ </shape>
511
+ <shape width="225" height="51" topLeftX="460" topLeftY="342" rotation="315" type="rect">
512
+ <fill>
513
+ <fillColor color="rgba(100, 237, 255, 1)"/>
514
+ </fill>
515
+ </shape>
516
+ <shape width="225" height="51" topLeftX="460" topLeftY="342" rotation="225" type="rect">
517
+ <fill>
518
+ <fillColor color="rgba(100, 237, 255, 1)"/>
519
+ </fill>
520
+ </shape>
521
+ <shape width="54" height="54" topLeftX="78" topLeftY="428" type="donut">
522
+ <fill>
523
+ <fillColor color="rgba(248, 206, 56, 1)"/>
524
+ </fill>
525
+ </shape>
526
+ <shape width="32" height="28" topLeftX="846" topLeftY="64" rotation="40" type="triangle">
527
+ <border color="rgba(251, 142, 241, 1)" width="10" lineJoin="miter" miterLimit="10"/>
528
+ </shape>
529
+ <shape width="200" height="97" topLeftX="68" topLeftY="125" type="text">
530
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
531
+ <p lineSpacing="multiple:1.6">
532
+ <span color="rgba(222, 224, 227, 0.8)">通过精心设计的幻灯片模板,你可以制作出引人注目且具有影响力的演示。所以,让我们开始吧,展示你的想法和知识吧!</span>
533
+ </p>
534
+ </content>
535
+ </shape>
536
+ <shape width="116" height="42" topLeftX="68" topLeftY="73" type="slides-full-round-rect">
537
+ <fill>
538
+ <fillColor color="rgba(251, 142, 241, 1)"/>
539
+ </fill>
540
+ </shape>
541
+ <shape width="116" height="44" topLeftX="68" topLeftY="73" type="text">
542
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
543
+ <p>个人性格</p>
544
+ </content>
545
+ </shape>
546
+ <shape width="200" height="97" topLeftX="700" topLeftY="382" type="text">
547
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
548
+ <p lineSpacing="multiple:1.6">
549
+ <span color="rgba(222, 224, 227, 0.8)">通过精心设计的幻灯片模板,你可以制作出引人注目且具有影响力的演示。所以,让我们开始吧,展示你的想法和知识吧!</span>
550
+ </p>
551
+ </content>
552
+ </shape>
553
+ <shape width="116" height="42" topLeftX="700" topLeftY="331" type="slides-full-round-rect">
554
+ <fill>
555
+ <fillColor color="rgba(251, 142, 241, 1)"/>
556
+ </fill>
557
+ </shape>
558
+ <shape width="116" height="44" topLeftX="700" topLeftY="330" type="text">
559
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
560
+ <p>职业性格</p>
561
+ </content>
562
+ </shape>
563
+ </data>
564
+ <note>
565
+ <content/>
566
+ </note>
567
+ </slide>
568
+ <slide>
569
+ <style>
570
+ <fill>
571
+ <fillColor color="rgba(44, 41, 100, 1)"/>
572
+ </fill>
573
+ </style>
574
+ <data>
575
+ <shape width="64" height="385" topLeftX="760" topLeftY="324" type="rect">
576
+ <fill>
577
+ <fillColor color="rgba(208, 50, 193, 1)"/>
578
+ </fill>
579
+ </shape>
580
+ <shape width="338" height="419" topLeftX="801" topLeftY="290" type="rect">
581
+ <fill>
582
+ <fillColor color="rgba(208, 50, 193, 1)"/>
583
+ </fill>
584
+ </shape>
585
+ <shape width="262" height="131" topLeftX="404" topLeftY="169" presetHandlers="32" type="round-rect">
586
+ <fill>
587
+ <fillColor color="rgba(208, 50, 193, 1)"/>
588
+ </fill>
589
+ </shape>
590
+ <line startX="83" startY="180" endX="14" endY="263" alpha="0.5">
591
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
592
+ </line>
593
+ <line startX="79" startY="198" endX="57" endY="224" alpha="0.5">
594
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
595
+ </line>
596
+ <line startX="416" startY="-190" endX="350" endY="-113" alpha="0.5">
597
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
598
+ </line>
599
+ <line startX="389" startY="-173" endX="363" endY="-143" alpha="0.5">
600
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
601
+ </line>
602
+ <shape width="64" height="432" topLeftX="875" topLeftY="182" type="rect">
603
+ <fill>
604
+ <fillColor color="rgba(251, 202, 227, 1)"/>
605
+ </fill>
606
+ </shape>
607
+ <shape width="338" height="466" topLeftX="916" topLeftY="148" type="rect">
608
+ <fill>
609
+ <fillColor color="rgba(251, 202, 227, 1)"/>
610
+ </fill>
611
+ </shape>
612
+ <shape width="262" height="131" topLeftX="486" topLeftY="74" presetHandlers="32" type="round-rect">
613
+ <fill>
614
+ <fillColor color="rgba(251, 202, 227, 1)"/>
615
+ </fill>
616
+ </shape>
617
+ <shape width="6" height="6" topLeftX="595" topLeftY="-132" type="ellipse">
618
+ <fill>
619
+ <fillColor color="rgba(255, 255, 255, 1)"/>
620
+ </fill>
621
+ </shape>
622
+ <shape width="6" height="6" topLeftX="614" topLeftY="-132" type="ellipse">
623
+ <fill>
624
+ <fillColor color="rgba(255, 255, 255, 1)"/>
625
+ </fill>
626
+ </shape>
627
+ <shape width="6" height="6" topLeftX="576" topLeftY="-132" type="ellipse">
628
+ <fill>
629
+ <fillColor color="rgba(255, 255, 255, 1)"/>
630
+ </fill>
631
+ </shape>
632
+ <shape width="6" height="6" topLeftX="557" topLeftY="-132" type="ellipse">
633
+ <fill>
634
+ <fillColor color="rgba(255, 255, 255, 1)"/>
635
+ </fill>
636
+ </shape>
637
+ <shape width="6" height="6" topLeftX="539" topLeftY="-132" type="ellipse">
638
+ <fill>
639
+ <fillColor color="rgba(255, 255, 255, 1)"/>
640
+ </fill>
641
+ </shape>
642
+ <shape width="6" height="6" topLeftX="520" topLeftY="-132" type="ellipse">
643
+ <fill>
644
+ <fillColor color="rgba(255, 255, 255, 1)"/>
645
+ </fill>
646
+ </shape>
647
+ <shape width="6" height="6" topLeftX="520" topLeftY="-113" type="ellipse">
648
+ <fill>
649
+ <fillColor color="rgba(255, 255, 255, 1)"/>
650
+ </fill>
651
+ </shape>
652
+ <shape width="6" height="6" topLeftX="520" topLeftY="-93" type="ellipse">
653
+ <fill>
654
+ <fillColor color="rgba(255, 255, 255, 1)"/>
655
+ </fill>
656
+ </shape>
657
+ <shape width="6" height="6" topLeftX="539" topLeftY="-113" type="ellipse">
658
+ <fill>
659
+ <fillColor color="rgba(255, 255, 255, 1)"/>
660
+ </fill>
661
+ </shape>
662
+ <shape width="6" height="6" topLeftX="539" topLeftY="-93" type="ellipse">
663
+ <fill>
664
+ <fillColor color="rgba(255, 255, 255, 1)"/>
665
+ </fill>
666
+ </shape>
667
+ <shape width="6" height="6" topLeftX="557" topLeftY="-113" type="ellipse">
668
+ <fill>
669
+ <fillColor color="rgba(255, 255, 255, 1)"/>
670
+ </fill>
671
+ </shape>
672
+ <shape width="6" height="6" topLeftX="557" topLeftY="-93" type="ellipse">
673
+ <fill>
674
+ <fillColor color="rgba(255, 255, 255, 1)"/>
675
+ </fill>
676
+ </shape>
677
+ <shape width="6" height="6" topLeftX="576" topLeftY="-113" type="ellipse">
678
+ <fill>
679
+ <fillColor color="rgba(255, 255, 255, 1)"/>
680
+ </fill>
681
+ </shape>
682
+ <shape width="6" height="6" topLeftX="576" topLeftY="-93" type="ellipse">
683
+ <fill>
684
+ <fillColor color="rgba(255, 255, 255, 1)"/>
685
+ </fill>
686
+ </shape>
687
+ <shape width="6" height="6" topLeftX="614" topLeftY="-113" type="ellipse">
688
+ <fill>
689
+ <fillColor color="rgba(255, 255, 255, 1)"/>
690
+ </fill>
691
+ </shape>
692
+ <shape width="6" height="6" topLeftX="614" topLeftY="-93" type="ellipse">
693
+ <fill>
694
+ <fillColor color="rgba(255, 255, 255, 1)"/>
695
+ </fill>
696
+ </shape>
697
+ <shape width="6" height="6" topLeftX="595" topLeftY="-113" type="ellipse">
698
+ <fill>
699
+ <fillColor color="rgba(255, 255, 255, 1)"/>
700
+ </fill>
701
+ </shape>
702
+ <shape width="6" height="6" topLeftX="595" topLeftY="-93" type="ellipse">
703
+ <fill>
704
+ <fillColor color="rgba(255, 255, 255, 1)"/>
705
+ </fill>
706
+ </shape>
707
+ <img src="R6RabwEXIonZtUxf9U1c2s4qnVg" width="474" height="438" topLeftX="486" topLeftY="102">
708
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="18" bottomOffset="18" presetHandlers="2"/>
709
+ </img>
710
+ <shape width="138" height="125" topLeftX="65" topLeftY="66" type="text">
711
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="70" color="rgba(248, 206, 56, 1)" bold="true">
712
+ <p>02</p>
713
+ </content>
714
+ </shape>
715
+ <shape width="737" height="77" topLeftX="63" topLeftY="372" type="text">
716
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="44" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.3">
717
+ <p>行业认知</p>
718
+ </content>
719
+ </shape>
720
+ <shape width="328" height="46" topLeftX="65" topLeftY="436" type="text">
721
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="17" color="rgba(145, 144, 168, 1)">
722
+ <p>CAREER COGNITION</p>
723
+ </content>
724
+ </shape>
725
+ </data>
726
+ <note>
727
+ <content/>
728
+ </note>
729
+ </slide>
730
+ <slide>
731
+ <style>
732
+ <fill>
733
+ <fillColor color="rgba(44, 41, 100, 1)"/>
734
+ </fill>
735
+ </style>
736
+ <data>
737
+ <shape width="55" height="55" topLeftX="46" topLeftY="58" type="donut">
738
+ <fill>
739
+ <fillColor color="linear-gradient(135deg,rgba(248, 206, 56, 1) 0%,rgba(248, 206, 56, 1) 23%,rgba(248, 206, 56, 0) 100%)"/>
740
+ </fill>
741
+ </shape>
742
+ <shape width="367" height="71" topLeftX="63" topLeftY="61" type="text">
743
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="34" color="rgba(255, 255, 255, 1)" bold="true">
744
+ <p>职业价值观</p>
745
+ </content>
746
+ </shape>
747
+ <shape width="452" height="115" topLeftX="446" topLeftY="365" presetHandlers="20" alpha="0.5" type="round-rect">
748
+ <fill>
749
+ <fillColor color="rgba(21, 20, 87, 1)"/>
750
+ </fill>
751
+ </shape>
752
+ <shape width="332" height="58" topLeftX="552" topLeftY="412" type="text">
753
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
754
+ <p lineSpacing="multiple:1.6">
755
+ <span color="rgba(222, 224, 227, 0.8)" fontSize="12">通过精心设计的幻灯片模板,你可以制作出引人注目且具有影响力的演示</span>
756
+ </p>
757
+ </content>
758
+ </shape>
759
+ <shape width="332" height="50" topLeftX="552" topLeftY="374" type="text">
760
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(234, 234, 234, 1)" bold="true">
761
+ <p>享受型</p>
762
+ </content>
763
+ </shape>
764
+ <shape width="80" height="80" topLeftX="460" topLeftY="382" type="ellipse">
765
+ <fill>
766
+ <fillColor color="rgba(66, 59, 152, 1)"/>
767
+ </fill>
768
+ </shape>
769
+ <icon width="42" height="42" topLeftX="479" topLeftY="401" iconType="iconpark/Game/game-handle.svg">
770
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
771
+ <shadow/>
772
+ </icon>
773
+ <shape width="452" height="115" topLeftX="446" topLeftY="73" presetHandlers="20" alpha="0.5" type="round-rect">
774
+ <fill>
775
+ <fillColor color="rgba(21, 20, 87, 1)"/>
776
+ </fill>
777
+ </shape>
778
+ <shape width="332" height="58" topLeftX="552" topLeftY="120" type="text">
779
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
780
+ <p lineSpacing="multiple:1.6">
781
+ <span color="rgba(222, 224, 227, 0.8)" fontSize="12">通过精心设计的幻灯片模板,你可以制作出引人注目且具有影响力的演示</span>
782
+ </p>
783
+ </content>
784
+ </shape>
785
+ <shape width="332" height="50" topLeftX="552" topLeftY="82" type="text">
786
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(234, 234, 234, 1)" bold="true">
787
+ <p>志愿型</p>
788
+ </content>
789
+ </shape>
790
+ <shape width="80" height="80" topLeftX="460" topLeftY="90" type="ellipse">
791
+ <fill>
792
+ <fillColor color="rgba(66, 59, 152, 1)"/>
793
+ </fill>
794
+ </shape>
795
+ <icon width="42" height="42" topLeftX="479" topLeftY="109" iconType="iconpark/Base/tips.svg">
796
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
797
+ <shadow/>
798
+ </icon>
799
+ <shape width="452" height="115" topLeftX="446" topLeftY="219" presetHandlers="20" type="round-rect">
800
+ <fill>
801
+ <fillColor color="rgba(251, 142, 241, 1)"/>
802
+ </fill>
803
+ </shape>
804
+ <shape width="332" height="58" topLeftX="552" topLeftY="266" type="text">
805
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" lineSpacing="multiple:1.6">
806
+ <p lineSpacing="multiple:1.6">
807
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">通过精心设计的幻灯片模板,你可以制作出引人注目且具有影响力的演示</span>
808
+ </p>
809
+ </content>
810
+ </shape>
811
+ <shape width="332" height="50" topLeftX="552" topLeftY="228" type="text">
812
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(255, 255, 255, 1)" bold="true">
813
+ <p>
814
+ <strong>
815
+ <span color="rgba(255, 255, 255, 1)" fontSize="20">自由型</span>
816
+ </strong>
817
+ </p>
818
+ </content>
819
+ </shape>
820
+ <shape width="80" height="80" topLeftX="461" topLeftY="236" alpha="0.4" type="ellipse">
821
+ <fill>
822
+ <fillColor color="rgba(208, 50, 193, 1)"/>
823
+ </fill>
824
+ </shape>
825
+ <icon width="42" height="42" topLeftX="480" topLeftY="255" iconType="iconpark/Others/magic.svg">
826
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
827
+ <shadow/>
828
+ </icon>
829
+ <shape width="6" height="6" topLeftX="146" topLeftY="434" type="ellipse">
830
+ <fill>
831
+ <fillColor color="rgba(255, 255, 255, 1)"/>
832
+ </fill>
833
+ </shape>
834
+ <shape width="6" height="6" topLeftX="165" topLeftY="434" type="ellipse">
835
+ <fill>
836
+ <fillColor color="rgba(255, 255, 255, 1)"/>
837
+ </fill>
838
+ </shape>
839
+ <shape width="6" height="6" topLeftX="127" topLeftY="434" type="ellipse">
840
+ <fill>
841
+ <fillColor color="rgba(255, 255, 255, 1)"/>
842
+ </fill>
843
+ </shape>
844
+ <shape width="6" height="6" topLeftX="108" topLeftY="434" type="ellipse">
845
+ <fill>
846
+ <fillColor color="rgba(255, 255, 255, 1)"/>
847
+ </fill>
848
+ </shape>
849
+ <shape width="6" height="6" topLeftX="89" topLeftY="434" type="ellipse">
850
+ <fill>
851
+ <fillColor color="rgba(255, 255, 255, 1)"/>
852
+ </fill>
853
+ </shape>
854
+ <shape width="6" height="6" topLeftX="71" topLeftY="434" type="ellipse">
855
+ <fill>
856
+ <fillColor color="rgba(255, 255, 255, 1)"/>
857
+ </fill>
858
+ </shape>
859
+ <shape width="6" height="6" topLeftX="71" topLeftY="454" type="ellipse">
860
+ <fill>
861
+ <fillColor color="rgba(255, 255, 255, 1)"/>
862
+ </fill>
863
+ </shape>
864
+ <shape width="6" height="6" topLeftX="71" topLeftY="473" type="ellipse">
865
+ <fill>
866
+ <fillColor color="rgba(255, 255, 255, 1)"/>
867
+ </fill>
868
+ </shape>
869
+ <shape width="6" height="6" topLeftX="89" topLeftY="454" type="ellipse">
870
+ <fill>
871
+ <fillColor color="rgba(255, 255, 255, 1)"/>
872
+ </fill>
873
+ </shape>
874
+ <shape width="6" height="6" topLeftX="89" topLeftY="473" type="ellipse">
875
+ <fill>
876
+ <fillColor color="rgba(255, 255, 255, 1)"/>
877
+ </fill>
878
+ </shape>
879
+ <shape width="6" height="6" topLeftX="108" topLeftY="454" type="ellipse">
880
+ <fill>
881
+ <fillColor color="rgba(255, 255, 255, 1)"/>
882
+ </fill>
883
+ </shape>
884
+ <shape width="6" height="6" topLeftX="108" topLeftY="473" type="ellipse">
885
+ <fill>
886
+ <fillColor color="rgba(255, 255, 255, 1)"/>
887
+ </fill>
888
+ </shape>
889
+ <shape width="6" height="6" topLeftX="127" topLeftY="454" type="ellipse">
890
+ <fill>
891
+ <fillColor color="rgba(255, 255, 255, 1)"/>
892
+ </fill>
893
+ </shape>
894
+ <shape width="6" height="6" topLeftX="127" topLeftY="473" type="ellipse">
895
+ <fill>
896
+ <fillColor color="rgba(255, 255, 255, 1)"/>
897
+ </fill>
898
+ </shape>
899
+ <shape width="6" height="6" topLeftX="165" topLeftY="454" type="ellipse">
900
+ <fill>
901
+ <fillColor color="rgba(255, 255, 255, 1)"/>
902
+ </fill>
903
+ </shape>
904
+ <shape width="6" height="6" topLeftX="165" topLeftY="473" type="ellipse">
905
+ <fill>
906
+ <fillColor color="rgba(255, 255, 255, 1)"/>
907
+ </fill>
908
+ </shape>
909
+ <shape width="6" height="6" topLeftX="146" topLeftY="454" type="ellipse">
910
+ <fill>
911
+ <fillColor color="rgba(255, 255, 255, 1)"/>
912
+ </fill>
913
+ </shape>
914
+ <shape width="6" height="6" topLeftX="146" topLeftY="473" type="ellipse">
915
+ <fill>
916
+ <fillColor color="rgba(255, 255, 255, 1)"/>
917
+ </fill>
918
+ </shape>
919
+ </data>
920
+ <note>
921
+ <content/>
922
+ </note>
923
+ </slide>
924
+ <slide>
925
+ <style>
926
+ <fill>
927
+ <fillColor color="rgba(44, 41, 100, 1)"/>
928
+ </fill>
929
+ </style>
930
+ <data>
931
+ <shape width="55" height="55" topLeftX="46" topLeftY="58" type="donut">
932
+ <fill>
933
+ <fillColor color="linear-gradient(135deg,rgba(248, 206, 56, 1) 0%,rgba(248, 206, 56, 1) 23%,rgba(248, 206, 56, 0) 100%)"/>
934
+ </fill>
935
+ </shape>
936
+ <shape width="167" height="44" topLeftX="755" topLeftY="53" type="text">
937
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16">
938
+ <p>LOGO</p>
939
+ </content>
940
+ </shape>
941
+ <shape width="367" height="71" topLeftX="63" topLeftY="61" type="text">
942
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="34" color="rgba(255, 255, 255, 1)" bold="true">
943
+ <p>环境分析</p>
944
+ </content>
945
+ </shape>
946
+ <shape width="404" height="115" topLeftX="63" topLeftY="362" presetHandlers="16" alpha="0.5" type="round-rect">
947
+ <fill>
948
+ <fillColor color="rgba(21, 20, 87, 1)"/>
949
+ </fill>
950
+ </shape>
951
+ <shape width="6" height="81" topLeftX="73" topLeftY="379" presetHandlers="3" type="rect">
952
+ <fill>
953
+ <fillColor color="rgba(100, 237, 255, 1)"/>
954
+ </fill>
955
+ </shape>
956
+ <shape width="370" height="58" topLeftX="83" topLeftY="409" type="text">
957
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
958
+ <p lineSpacing="multiple:1.6">
959
+ <span color="rgba(222, 224, 227, 0.8)" fontSize="12">通过精心设计的幻灯片模板,你可以制作出引人注目且具有影响力的演示</span>
960
+ </p>
961
+ </content>
962
+ </shape>
963
+ <shape width="370" height="50" topLeftX="83" topLeftY="371" type="text">
964
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(234, 234, 234, 1)" bold="true">
965
+ <p>社会环境</p>
966
+ </content>
967
+ </shape>
968
+ <shape width="404" height="115" topLeftX="493" topLeftY="362" presetHandlers="16" alpha="0.5" type="round-rect">
969
+ <fill>
970
+ <fillColor color="rgba(21, 20, 87, 1)"/>
971
+ </fill>
972
+ </shape>
973
+ <shape width="370" height="58" topLeftX="513" topLeftY="409" type="text">
974
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
975
+ <p lineSpacing="multiple:1.6">
976
+ <span color="rgba(222, 224, 227, 0.8)" fontSize="12">通过精心设计的幻灯片模板,你可以制作出引人注目且具有影响力的演示</span>
977
+ </p>
978
+ </content>
979
+ </shape>
980
+ <shape width="370" height="50" topLeftX="513" topLeftY="371" type="text">
981
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(234, 234, 234, 1)" bold="true">
982
+ <p>职业环境</p>
983
+ </content>
984
+ </shape>
985
+ <shape width="6" height="81" topLeftX="503" topLeftY="379" presetHandlers="3" type="rect">
986
+ <fill>
987
+ <fillColor color="rgba(100, 237, 255, 1)"/>
988
+ </fill>
989
+ </shape>
990
+ <shape width="404" height="115" topLeftX="63" topLeftY="217" presetHandlers="16" alpha="0.5" type="round-rect">
991
+ <fill>
992
+ <fillColor color="rgba(21, 20, 87, 1)"/>
993
+ </fill>
994
+ </shape>
995
+ <shape width="6" height="81" topLeftX="73" topLeftY="234" presetHandlers="3" type="rect">
996
+ <fill>
997
+ <fillColor color="rgba(100, 237, 255, 1)"/>
998
+ </fill>
999
+ </shape>
1000
+ <shape width="370" height="58" topLeftX="83" topLeftY="264" type="text">
1001
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
1002
+ <p lineSpacing="multiple:1.6">
1003
+ <span color="rgba(222, 224, 227, 0.8)" fontSize="12">通过精心设计的幻灯片模板,你可以制作出引人注目且具有影响力的演示</span>
1004
+ </p>
1005
+ </content>
1006
+ </shape>
1007
+ <shape width="370" height="50" topLeftX="83" topLeftY="226" type="text">
1008
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(234, 234, 234, 1)" bold="true">
1009
+ <p>家庭环境</p>
1010
+ </content>
1011
+ </shape>
1012
+ <shape width="404" height="115" topLeftX="493" topLeftY="217" presetHandlers="16" alpha="0.5" type="round-rect">
1013
+ <fill>
1014
+ <fillColor color="rgba(21, 20, 87, 1)"/>
1015
+ </fill>
1016
+ </shape>
1017
+ <shape width="370" height="58" topLeftX="513" topLeftY="264" type="text">
1018
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
1019
+ <p lineSpacing="multiple:1.6">
1020
+ <span color="rgba(222, 224, 227, 0.8)" fontSize="12">通过精心设计的幻灯片模板,你可以制作出引人注目且具有影响力的演示</span>
1021
+ </p>
1022
+ </content>
1023
+ </shape>
1024
+ <shape width="370" height="50" topLeftX="513" topLeftY="226" type="text">
1025
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(234, 234, 234, 1)" bold="true">
1026
+ <p>学校环境</p>
1027
+ </content>
1028
+ </shape>
1029
+ <shape width="6" height="81" topLeftX="503" topLeftY="234" presetHandlers="3" type="rect">
1030
+ <fill>
1031
+ <fillColor color="rgba(100, 237, 255, 1)"/>
1032
+ </fill>
1033
+ </shape>
1034
+ </data>
1035
+ <note>
1036
+ <content/>
1037
+ </note>
1038
+ </slide>
1039
+ <slide>
1040
+ <style>
1041
+ <fill>
1042
+ <fillColor color="rgba(44, 41, 100, 1)"/>
1043
+ </fill>
1044
+ </style>
1045
+ <data>
1046
+ <shape width="64" height="385" topLeftX="760" topLeftY="324" type="rect">
1047
+ <fill>
1048
+ <fillColor color="rgba(208, 50, 193, 1)"/>
1049
+ </fill>
1050
+ </shape>
1051
+ <shape width="338" height="419" topLeftX="801" topLeftY="290" type="rect">
1052
+ <fill>
1053
+ <fillColor color="rgba(208, 50, 193, 1)"/>
1054
+ </fill>
1055
+ </shape>
1056
+ <shape width="262" height="131" topLeftX="404" topLeftY="169" presetHandlers="32" type="round-rect">
1057
+ <fill>
1058
+ <fillColor color="rgba(208, 50, 193, 1)"/>
1059
+ </fill>
1060
+ </shape>
1061
+ <line startX="83" startY="180" endX="14" endY="263" alpha="0.5">
1062
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
1063
+ </line>
1064
+ <line startX="79" startY="198" endX="57" endY="224" alpha="0.5">
1065
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
1066
+ </line>
1067
+ <line startX="416" startY="-190" endX="350" endY="-113" alpha="0.5">
1068
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
1069
+ </line>
1070
+ <line startX="389" startY="-173" endX="363" endY="-143" alpha="0.5">
1071
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
1072
+ </line>
1073
+ <shape width="64" height="432" topLeftX="875" topLeftY="182" type="rect">
1074
+ <fill>
1075
+ <fillColor color="rgba(255, 187, 233, 1)"/>
1076
+ </fill>
1077
+ </shape>
1078
+ <shape width="338" height="466" topLeftX="916" topLeftY="148" type="rect">
1079
+ <fill>
1080
+ <fillColor color="rgba(255, 187, 233, 1)"/>
1081
+ </fill>
1082
+ </shape>
1083
+ <shape width="262" height="131" topLeftX="486" topLeftY="74" presetHandlers="32" type="round-rect">
1084
+ <fill>
1085
+ <fillColor color="rgba(255, 187, 233, 1)"/>
1086
+ </fill>
1087
+ </shape>
1088
+ <shape width="6" height="6" topLeftX="595" topLeftY="-132" type="ellipse">
1089
+ <fill>
1090
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1091
+ </fill>
1092
+ </shape>
1093
+ <shape width="6" height="6" topLeftX="614" topLeftY="-132" type="ellipse">
1094
+ <fill>
1095
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1096
+ </fill>
1097
+ </shape>
1098
+ <shape width="6" height="6" topLeftX="576" topLeftY="-132" type="ellipse">
1099
+ <fill>
1100
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1101
+ </fill>
1102
+ </shape>
1103
+ <shape width="6" height="6" topLeftX="557" topLeftY="-132" type="ellipse">
1104
+ <fill>
1105
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1106
+ </fill>
1107
+ </shape>
1108
+ <shape width="6" height="6" topLeftX="539" topLeftY="-132" type="ellipse">
1109
+ <fill>
1110
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1111
+ </fill>
1112
+ </shape>
1113
+ <shape width="6" height="6" topLeftX="520" topLeftY="-132" type="ellipse">
1114
+ <fill>
1115
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1116
+ </fill>
1117
+ </shape>
1118
+ <shape width="6" height="6" topLeftX="520" topLeftY="-113" type="ellipse">
1119
+ <fill>
1120
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1121
+ </fill>
1122
+ </shape>
1123
+ <shape width="6" height="6" topLeftX="520" topLeftY="-93" type="ellipse">
1124
+ <fill>
1125
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1126
+ </fill>
1127
+ </shape>
1128
+ <shape width="6" height="6" topLeftX="539" topLeftY="-113" type="ellipse">
1129
+ <fill>
1130
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1131
+ </fill>
1132
+ </shape>
1133
+ <shape width="6" height="6" topLeftX="539" topLeftY="-93" type="ellipse">
1134
+ <fill>
1135
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1136
+ </fill>
1137
+ </shape>
1138
+ <shape width="6" height="6" topLeftX="557" topLeftY="-113" type="ellipse">
1139
+ <fill>
1140
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1141
+ </fill>
1142
+ </shape>
1143
+ <shape width="6" height="6" topLeftX="557" topLeftY="-93" type="ellipse">
1144
+ <fill>
1145
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1146
+ </fill>
1147
+ </shape>
1148
+ <shape width="6" height="6" topLeftX="576" topLeftY="-113" type="ellipse">
1149
+ <fill>
1150
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1151
+ </fill>
1152
+ </shape>
1153
+ <shape width="6" height="6" topLeftX="576" topLeftY="-93" type="ellipse">
1154
+ <fill>
1155
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1156
+ </fill>
1157
+ </shape>
1158
+ <shape width="6" height="6" topLeftX="614" topLeftY="-113" type="ellipse">
1159
+ <fill>
1160
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1161
+ </fill>
1162
+ </shape>
1163
+ <shape width="6" height="6" topLeftX="614" topLeftY="-93" type="ellipse">
1164
+ <fill>
1165
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1166
+ </fill>
1167
+ </shape>
1168
+ <shape width="6" height="6" topLeftX="595" topLeftY="-113" type="ellipse">
1169
+ <fill>
1170
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1171
+ </fill>
1172
+ </shape>
1173
+ <shape width="6" height="6" topLeftX="595" topLeftY="-93" type="ellipse">
1174
+ <fill>
1175
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1176
+ </fill>
1177
+ </shape>
1178
+ <img src="APzubfYrBoCiqZxaqpxcZ6hnnXk" width="474" height="438" topLeftX="486" topLeftY="102" exposure="9" contrast="4" saturation="4" temperature="-11">
1179
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="18" bottomOffset="18" presetHandlers="2"/>
1180
+ </img>
1181
+ <shape width="138" height="125" topLeftX="65" topLeftY="66" type="text">
1182
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="70" color="rgba(248, 206, 56, 1)" bold="true">
1183
+ <p>03</p>
1184
+ </content>
1185
+ </shape>
1186
+ <shape width="737" height="77" topLeftX="63" topLeftY="372" type="text">
1187
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="44" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.3">
1188
+ <p>职业定位</p>
1189
+ </content>
1190
+ </shape>
1191
+ <shape width="328" height="46" topLeftX="65" topLeftY="436" type="text">
1192
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="17" color="rgba(145, 144, 168, 1)">
1193
+ <p>Career positioning</p>
1194
+ </content>
1195
+ </shape>
1196
+ </data>
1197
+ <note>
1198
+ <content/>
1199
+ </note>
1200
+ </slide>
1201
+ <slide>
1202
+ <style>
1203
+ <fill>
1204
+ <fillColor color="rgba(44, 41, 100, 1)"/>
1205
+ </fill>
1206
+ </style>
1207
+ <data>
1208
+ <shape width="55" height="55" topLeftX="46" topLeftY="58" type="donut">
1209
+ <fill>
1210
+ <fillColor color="linear-gradient(135deg,rgba(248, 206, 56, 1) 0%,rgba(248, 206, 56, 1) 23%,rgba(248, 206, 56, 0) 100%)"/>
1211
+ </fill>
1212
+ </shape>
1213
+ <shape width="167" height="44" topLeftX="755" topLeftY="53" type="text">
1214
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16">
1215
+ <p>LOGO</p>
1216
+ </content>
1217
+ </shape>
1218
+ <shape width="367" height="71" topLeftX="63" topLeftY="61" type="text">
1219
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="34" color="rgba(255, 255, 255, 1)" bold="true">
1220
+ <p>优劣势分析</p>
1221
+ </content>
1222
+ </shape>
1223
+ <shape width="404" height="295" topLeftX="63" topLeftY="182" presetHandlers="16" alpha="0.5" type="round-rect">
1224
+ <fill>
1225
+ <fillColor color="rgba(21, 20, 87, 1)"/>
1226
+ </fill>
1227
+ </shape>
1228
+ <shape width="341" height="78" topLeftX="94" topLeftY="270" type="text">
1229
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 1)" lineSpacing="multiple:1.6">
1230
+ <p lineSpacing="multiple:1.6">在这个幻灯片中,你可以描述相关的信息以解释你的标题。无论是介绍一个产品、提供数据分析、讲解一个概念,还是分享一段故事,都可以通过这个占位符来开始</p>
1231
+ </content>
1232
+ </shape>
1233
+ <shape width="116" height="42" topLeftX="88" topLeftY="203" type="slides-full-round-rect">
1234
+ <fill>
1235
+ <fillColor color="rgba(251, 142, 241, 1)"/>
1236
+ </fill>
1237
+ </shape>
1238
+ <shape width="116" height="44" topLeftX="88" topLeftY="202" type="text">
1239
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1240
+ <p>
1241
+ <strong>
1242
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">优势分析</span>
1243
+ </strong>
1244
+ </p>
1245
+ </content>
1246
+ </shape>
1247
+ <shape width="404" height="295" topLeftX="494" topLeftY="182" presetHandlers="16" alpha="0.5" type="round-rect">
1248
+ <fill>
1249
+ <fillColor color="rgba(21, 20, 87, 1)"/>
1250
+ </fill>
1251
+ </shape>
1252
+ <shape width="341" height="78" topLeftX="525" topLeftY="270" type="text">
1253
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 1)" lineSpacing="multiple:1.6">
1254
+ <p lineSpacing="multiple:1.6">在这个幻灯片中,你可以描述相关的信息以解释你的标题。无论是介绍一个产品、提供数据分析、讲解一个概念,还是分享一段故事,都可以通过这个占位符来开始</p>
1255
+ </content>
1256
+ </shape>
1257
+ <shape width="116" height="42" topLeftX="519" topLeftY="203" type="slides-full-round-rect">
1258
+ <fill>
1259
+ <fillColor color="rgba(251, 142, 241, 1)"/>
1260
+ </fill>
1261
+ </shape>
1262
+ <shape width="116" height="44" topLeftX="519" topLeftY="202" type="text">
1263
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1264
+ <p>劣势分析</p>
1265
+ </content>
1266
+ </shape>
1267
+ </data>
1268
+ <note>
1269
+ <content/>
1270
+ </note>
1271
+ </slide>
1272
+ <slide>
1273
+ <style>
1274
+ <fill>
1275
+ <fillColor color="rgba(44, 41, 100, 1)"/>
1276
+ </fill>
1277
+ </style>
1278
+ <data>
1279
+ <shape width="55" height="55" topLeftX="46" topLeftY="58" type="donut">
1280
+ <fill>
1281
+ <fillColor color="linear-gradient(135deg,rgba(248, 206, 56, 1) 0%,rgba(248, 206, 56, 1) 23%,rgba(248, 206, 56, 0) 100%)"/>
1282
+ </fill>
1283
+ </shape>
1284
+ <shape width="167" height="44" topLeftX="755" topLeftY="53" type="text">
1285
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16">
1286
+ <p>LOGO</p>
1287
+ </content>
1288
+ </shape>
1289
+ <shape width="367" height="71" topLeftX="63" topLeftY="61" type="text">
1290
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="34" color="rgba(255, 255, 255, 1)" bold="true">
1291
+ <p>职业发展方向</p>
1292
+ </content>
1293
+ </shape>
1294
+ <shape width="164" height="164" topLeftX="398" topLeftY="236" type="ellipse">
1295
+ <border color="rgba(251, 142, 241, 1)" width="60" lineJoin="miter" miterLimit="10"/>
1296
+ </shape>
1297
+ <line startX="363" startY="318" endX="597" endY="318">
1298
+ <border color="rgba(44, 41, 100, 1)" width="8" lineCap="square" lineJoin="miter" miterLimit="10"/>
1299
+ </line>
1300
+ <line startX="480" startY="201" endX="480" endY="434">
1301
+ <border color="rgba(44, 41, 100, 1)" width="8" lineCap="square" lineJoin="miter" miterLimit="10"/>
1302
+ </line>
1303
+ <shape width="80" height="80" topLeftX="362" topLeftY="202" type="ellipse">
1304
+ <fill>
1305
+ <fillColor color="rgba(70, 218, 238, 1)"/>
1306
+ </fill>
1307
+ <shadow offset="10" angle="90" blur="25" color="rgba(0, 0, 0, 0.15)"/>
1308
+ </shape>
1309
+ <icon width="42" height="42" topLeftX="381" topLeftY="221" iconType="iconpark/Abstract/six-points.svg">
1310
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
1311
+ <shadow/>
1312
+ </icon>
1313
+ <shape width="80" height="80" topLeftX="362" topLeftY="343" type="ellipse">
1314
+ <fill>
1315
+ <fillColor color="rgba(70, 218, 238, 1)"/>
1316
+ </fill>
1317
+ <shadow offset="10" angle="90" blur="25" color="rgba(0, 0, 0, 0.15)"/>
1318
+ </shape>
1319
+ <icon width="42" height="42" topLeftX="381" topLeftY="362" iconType="iconpark/Abstract/circle-three.svg">
1320
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
1321
+ <shadow/>
1322
+ </icon>
1323
+ <shape width="80" height="80" topLeftX="517" topLeftY="202" type="ellipse">
1324
+ <fill>
1325
+ <fillColor color="rgba(70, 218, 238, 1)"/>
1326
+ </fill>
1327
+ <shadow offset="10" angle="90" blur="25" color="rgba(0, 0, 0, 0.15)"/>
1328
+ </shape>
1329
+ <icon width="42" height="42" topLeftX="536" topLeftY="221" iconType="iconpark/Abstract/sales-report.svg">
1330
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
1331
+ <shadow/>
1332
+ </icon>
1333
+ <shape width="80" height="80" topLeftX="517" topLeftY="343" type="ellipse">
1334
+ <fill>
1335
+ <fillColor color="rgba(70, 218, 238, 1)"/>
1336
+ </fill>
1337
+ <shadow offset="10" angle="90" blur="25" color="rgba(0, 0, 0, 0.15)"/>
1338
+ </shape>
1339
+ <icon width="42" height="42" topLeftX="536" topLeftY="362" iconType="iconpark/Abstract/stereo-nesting.svg">
1340
+ <border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
1341
+ <shadow angle="90"/>
1342
+ </icon>
1343
+ <shape width="287" height="58" topLeftX="611" topLeftY="239" type="text">
1344
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
1345
+ <p lineSpacing="multiple:1.6">
1346
+ <span color="rgba(222, 224, 227, 0.8)" fontSize="12">通过精心设计的幻灯片模板,你可以制作出引人注目且具有影响力的演示</span>
1347
+ </p>
1348
+ </content>
1349
+ </shape>
1350
+ <shape width="287" height="50" topLeftX="611" topLeftY="201" type="text">
1351
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(234, 234, 234, 1)" bold="true">
1352
+ <p>发展方向二</p>
1353
+ </content>
1354
+ </shape>
1355
+ <shape width="287" height="58" topLeftX="611" topLeftY="381" type="text">
1356
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
1357
+ <p lineSpacing="multiple:1.6">
1358
+ <span color="rgba(222, 224, 227, 0.8)" fontSize="12">通过精心设计的幻灯片模板,你可以制作出引人注目且具有影响力的演示</span>
1359
+ </p>
1360
+ </content>
1361
+ </shape>
1362
+ <shape width="287" height="50" topLeftX="611" topLeftY="343" type="text">
1363
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(234, 234, 234, 1)" bold="true">
1364
+ <p>发展方向四</p>
1365
+ </content>
1366
+ </shape>
1367
+ <shape width="287" height="58" topLeftX="63" topLeftY="239" type="text">
1368
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
1369
+ <p lineSpacing="multiple:1.6">
1370
+ <span color="rgba(222, 224, 227, 0.8)" fontSize="12">通过精心设计的幻灯片模板,你可以制作出引人注目且具有影响力的演示</span>
1371
+ </p>
1372
+ </content>
1373
+ </shape>
1374
+ <shape width="287" height="50" topLeftX="63" topLeftY="201" type="text">
1375
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(234, 234, 234, 1)" bold="true">
1376
+ <p>发展方向一</p>
1377
+ </content>
1378
+ </shape>
1379
+ <shape width="287" height="58" topLeftX="63" topLeftY="381" type="text">
1380
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
1381
+ <p lineSpacing="multiple:1.6">
1382
+ <span color="rgba(222, 224, 227, 0.8)" fontSize="12">通过精心设计的幻灯片模板,你可以制作出引人注目且具有影响力的演示</span>
1383
+ </p>
1384
+ </content>
1385
+ </shape>
1386
+ <shape width="287" height="50" topLeftX="63" topLeftY="343" type="text">
1387
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(234, 234, 234, 1)" bold="true">
1388
+ <p>发展方向三</p>
1389
+ </content>
1390
+ </shape>
1391
+ </data>
1392
+ <note>
1393
+ <content/>
1394
+ </note>
1395
+ </slide>
1396
+ <slide>
1397
+ <style>
1398
+ <fill>
1399
+ <fillColor color="rgba(44, 41, 100, 1)"/>
1400
+ </fill>
1401
+ </style>
1402
+ <data>
1403
+ <shape width="64" height="385" topLeftX="760" topLeftY="324" type="rect">
1404
+ <fill>
1405
+ <fillColor color="rgba(208, 50, 193, 1)"/>
1406
+ </fill>
1407
+ </shape>
1408
+ <shape width="338" height="419" topLeftX="801" topLeftY="290" type="rect">
1409
+ <fill>
1410
+ <fillColor color="rgba(208, 50, 193, 1)"/>
1411
+ </fill>
1412
+ </shape>
1413
+ <shape width="262" height="131" topLeftX="404" topLeftY="169" presetHandlers="32" type="round-rect">
1414
+ <fill>
1415
+ <fillColor color="rgba(208, 50, 193, 1)"/>
1416
+ </fill>
1417
+ </shape>
1418
+ <line startX="83" startY="180" endX="14" endY="263" alpha="0.5">
1419
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
1420
+ </line>
1421
+ <line startX="79" startY="198" endX="57" endY="224" alpha="0.5">
1422
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
1423
+ </line>
1424
+ <line startX="416" startY="-190" endX="350" endY="-113" alpha="0.5">
1425
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
1426
+ </line>
1427
+ <line startX="389" startY="-173" endX="363" endY="-143" alpha="0.5">
1428
+ <border color="rgba(255, 255, 255, 1)" lineCap="square" lineJoin="miter" miterLimit="10"/>
1429
+ </line>
1430
+ <shape width="64" height="432" topLeftX="875" topLeftY="182" type="rect">
1431
+ <fill>
1432
+ <fillColor color="rgba(249, 190, 213, 1)"/>
1433
+ </fill>
1434
+ </shape>
1435
+ <shape width="338" height="466" topLeftX="916" topLeftY="148" type="rect">
1436
+ <fill>
1437
+ <fillColor color="rgba(249, 190, 213, 1)"/>
1438
+ </fill>
1439
+ </shape>
1440
+ <shape width="262" height="131" topLeftX="486" topLeftY="74" presetHandlers="32" type="round-rect">
1441
+ <fill>
1442
+ <fillColor color="rgba(249, 190, 213, 1)"/>
1443
+ </fill>
1444
+ </shape>
1445
+ <shape width="6" height="6" topLeftX="595" topLeftY="-132" type="ellipse">
1446
+ <fill>
1447
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1448
+ </fill>
1449
+ </shape>
1450
+ <shape width="6" height="6" topLeftX="614" topLeftY="-132" type="ellipse">
1451
+ <fill>
1452
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1453
+ </fill>
1454
+ </shape>
1455
+ <shape width="6" height="6" topLeftX="576" topLeftY="-132" type="ellipse">
1456
+ <fill>
1457
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1458
+ </fill>
1459
+ </shape>
1460
+ <shape width="6" height="6" topLeftX="557" topLeftY="-132" type="ellipse">
1461
+ <fill>
1462
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1463
+ </fill>
1464
+ </shape>
1465
+ <shape width="6" height="6" topLeftX="539" topLeftY="-132" type="ellipse">
1466
+ <fill>
1467
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1468
+ </fill>
1469
+ </shape>
1470
+ <shape width="6" height="6" topLeftX="520" topLeftY="-132" type="ellipse">
1471
+ <fill>
1472
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1473
+ </fill>
1474
+ </shape>
1475
+ <shape width="6" height="6" topLeftX="520" topLeftY="-113" type="ellipse">
1476
+ <fill>
1477
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1478
+ </fill>
1479
+ </shape>
1480
+ <shape width="6" height="6" topLeftX="520" topLeftY="-93" type="ellipse">
1481
+ <fill>
1482
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1483
+ </fill>
1484
+ </shape>
1485
+ <shape width="6" height="6" topLeftX="539" topLeftY="-113" type="ellipse">
1486
+ <fill>
1487
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1488
+ </fill>
1489
+ </shape>
1490
+ <shape width="6" height="6" topLeftX="539" topLeftY="-93" type="ellipse">
1491
+ <fill>
1492
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1493
+ </fill>
1494
+ </shape>
1495
+ <shape width="6" height="6" topLeftX="557" topLeftY="-113" type="ellipse">
1496
+ <fill>
1497
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1498
+ </fill>
1499
+ </shape>
1500
+ <shape width="6" height="6" topLeftX="557" topLeftY="-93" type="ellipse">
1501
+ <fill>
1502
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1503
+ </fill>
1504
+ </shape>
1505
+ <shape width="6" height="6" topLeftX="576" topLeftY="-113" type="ellipse">
1506
+ <fill>
1507
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1508
+ </fill>
1509
+ </shape>
1510
+ <shape width="6" height="6" topLeftX="576" topLeftY="-93" type="ellipse">
1511
+ <fill>
1512
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1513
+ </fill>
1514
+ </shape>
1515
+ <shape width="6" height="6" topLeftX="614" topLeftY="-113" type="ellipse">
1516
+ <fill>
1517
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1518
+ </fill>
1519
+ </shape>
1520
+ <shape width="6" height="6" topLeftX="614" topLeftY="-93" type="ellipse">
1521
+ <fill>
1522
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1523
+ </fill>
1524
+ </shape>
1525
+ <shape width="6" height="6" topLeftX="595" topLeftY="-113" type="ellipse">
1526
+ <fill>
1527
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1528
+ </fill>
1529
+ </shape>
1530
+ <shape width="6" height="6" topLeftX="595" topLeftY="-93" type="ellipse">
1531
+ <fill>
1532
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1533
+ </fill>
1534
+ </shape>
1535
+ <img src="U07qbNriwojg4wxvawdce2vJnqh" width="286" height="343" topLeftX="596" topLeftY="154">
1536
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
1537
+ </img>
1538
+ <shape width="138" height="125" topLeftX="65" topLeftY="66" type="text">
1539
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="70" color="rgba(248, 206, 56, 1)" bold="true">
1540
+ <p>04</p>
1541
+ </content>
1542
+ </shape>
1543
+ <shape width="737" height="77" topLeftX="63" topLeftY="372" type="text">
1544
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="44" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.3">
1545
+ <p>实施计划</p>
1546
+ </content>
1547
+ </shape>
1548
+ <shape width="328" height="46" topLeftX="65" topLeftY="436" type="text">
1549
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="17" color="rgba(145, 144, 168, 1)">
1550
+ <p>CAREER DECISION-DECISION-MAKING</p>
1551
+ </content>
1552
+ </shape>
1553
+ </data>
1554
+ <note>
1555
+ <content/>
1556
+ </note>
1557
+ </slide>
1558
+ <slide>
1559
+ <style>
1560
+ <fill>
1561
+ <fillColor color="rgba(44, 41, 100, 1)"/>
1562
+ </fill>
1563
+ </style>
1564
+ <data>
1565
+ <shape width="55" height="55" topLeftX="46" topLeftY="58" type="donut">
1566
+ <fill>
1567
+ <fillColor color="linear-gradient(135deg,rgba(248, 206, 56, 1) 0%,rgba(248, 206, 56, 1) 23%,rgba(248, 206, 56, 0) 100%)"/>
1568
+ </fill>
1569
+ </shape>
1570
+ <shape width="167" height="44" topLeftX="755" topLeftY="53" type="text">
1571
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16">
1572
+ <p>LOGO</p>
1573
+ </content>
1574
+ </shape>
1575
+ <shape width="367" height="71" topLeftX="63" topLeftY="61" type="text">
1576
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="34" color="rgba(255, 255, 255, 1)" bold="true">
1577
+ <p>计划周期一览</p>
1578
+ </content>
1579
+ </shape>
1580
+ <shape width="249" height="78" topLeftX="63" topLeftY="402" type="text">
1581
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
1582
+ <p lineSpacing="multiple:1.6">
1583
+ <span color="rgba(222, 224, 227, 0.8)">用简洁明了的语言来传达你的想法,结合图像和图表,让你的观众更好地理解和记住你的演示</span>
1584
+ </p>
1585
+ </content>
1586
+ </shape>
1587
+ <shape width="835" height="29" topLeftX="63" topLeftY="357" type="slides-full-round-rect">
1588
+ <fill>
1589
+ <fillColor color="rgba(21, 20, 87, 1)"/>
1590
+ </fill>
1591
+ </shape>
1592
+ <shape width="29" height="29" topLeftX="386" topLeftY="357" type="ellipse">
1593
+ <fill>
1594
+ <fillColor color="rgba(251, 142, 241, 1)"/>
1595
+ </fill>
1596
+ </shape>
1597
+ <shape width="29" height="29" topLeftX="63" topLeftY="357" type="ellipse">
1598
+ <fill>
1599
+ <fillColor color="rgba(251, 142, 241, 1)"/>
1600
+ </fill>
1601
+ </shape>
1602
+ <shape width="324" height="29" topLeftX="77" topLeftY="357" type="rect">
1603
+ <fill>
1604
+ <fillColor color="rgba(251, 142, 241, 1)"/>
1605
+ </fill>
1606
+ </shape>
1607
+ <shape width="29" height="29" topLeftX="627" topLeftY="357" type="ellipse">
1608
+ <fill>
1609
+ <fillColor color="rgba(248, 206, 56, 1)"/>
1610
+ </fill>
1611
+ </shape>
1612
+ <shape width="29" height="29" topLeftX="304" topLeftY="357" type="ellipse">
1613
+ <fill>
1614
+ <fillColor color="rgba(248, 206, 56, 1)"/>
1615
+ </fill>
1616
+ </shape>
1617
+ <shape width="324" height="29" topLeftX="318" topLeftY="357" type="rect">
1618
+ <fill>
1619
+ <fillColor color="rgba(248, 206, 56, 1)"/>
1620
+ </fill>
1621
+ </shape>
1622
+ <shape width="29" height="29" topLeftX="869" topLeftY="357" type="ellipse">
1623
+ <fill>
1624
+ <fillColor color="rgba(70, 218, 238, 1)"/>
1625
+ </fill>
1626
+ </shape>
1627
+ <shape width="29" height="29" topLeftX="578" topLeftY="357" type="ellipse">
1628
+ <fill>
1629
+ <fillColor color="rgba(70, 218, 238, 1)"/>
1630
+ </fill>
1631
+ </shape>
1632
+ <shape width="294" height="29" topLeftX="589" topLeftY="357" type="rect">
1633
+ <fill>
1634
+ <fillColor color="rgba(70, 218, 238, 1)"/>
1635
+ </fill>
1636
+ </shape>
1637
+ <shape width="50" height="50" topLeftX="847" topLeftY="346" type="ellipse">
1638
+ <fill>
1639
+ <fillColor color="rgba(255, 248, 254, 1)"/>
1640
+ </fill>
1641
+ <border color="rgba(70, 218, 238, 1)" width="4" lineJoin="miter" miterLimit="10"/>
1642
+ </shape>
1643
+ <icon width="25" height="25" topLeftX="860" topLeftY="359" iconType="iconpark/Base/radar.svg">
1644
+ <border color="rgba(70, 218, 238, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1645
+ </icon>
1646
+ <shape width="50" height="50" topLeftX="288" topLeftY="346" type="ellipse">
1647
+ <fill>
1648
+ <fillColor color="rgba(255, 248, 254, 1)"/>
1649
+ </fill>
1650
+ <border color="rgba(251, 142, 241, 1)" width="4" lineJoin="miter" miterLimit="10"/>
1651
+ </shape>
1652
+ <icon width="25" height="25" topLeftX="300" topLeftY="359" iconType="iconpark/Base/aiming.svg">
1653
+ <border color="rgba(251, 142, 241, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1654
+ </icon>
1655
+ <shape width="50" height="50" topLeftX="567" topLeftY="346" type="ellipse">
1656
+ <fill>
1657
+ <fillColor color="rgba(255, 248, 254, 1)"/>
1658
+ </fill>
1659
+ <border color="rgba(248, 206, 56, 1)" width="4" lineJoin="miter" miterLimit="10"/>
1660
+ </shape>
1661
+ <icon width="25" height="25" topLeftX="580" topLeftY="359" iconType="iconpark/Charts/chart-ring.svg">
1662
+ <border color="rgba(248, 206, 56, 1)" width="2" lineJoin="miter" miterLimit="10"/>
1663
+ </icon>
1664
+ <shape width="187" height="41" topLeftX="90" topLeftY="349" type="text">
1665
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1666
+ <p>
1667
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">短期目标</span>
1668
+ </p>
1669
+ </content>
1670
+ </shape>
1671
+ <shape width="187" height="41" topLeftX="356" topLeftY="349" type="text">
1672
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1673
+ <p>
1674
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">中期目标</span>
1675
+ </p>
1676
+ </content>
1677
+ </shape>
1678
+ <shape width="187" height="41" topLeftX="643" topLeftY="349" type="text">
1679
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1680
+ <p>
1681
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">长期目标</span>
1682
+ </p>
1683
+ </content>
1684
+ </shape>
1685
+ <shape width="249" height="78" topLeftX="336" topLeftY="402" type="text">
1686
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
1687
+ <p lineSpacing="multiple:1.6">
1688
+ <span color="rgba(222, 224, 227, 0.8)">用简洁明了的语言来传达你的想法,结合图像和图表,让你的观众更好地理解和记住你的演示</span>
1689
+ </p>
1690
+ </content>
1691
+ </shape>
1692
+ <shape width="249" height="78" topLeftX="612" topLeftY="402" type="text">
1693
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
1694
+ <p lineSpacing="multiple:1.6">
1695
+ <span color="rgba(222, 224, 227, 0.8)">用简洁明了的语言来传达你的想法,结合图像和图表,让你的观众更好地理解和记住你的演示</span>
1696
+ </p>
1697
+ </content>
1698
+ </shape>
1699
+ <shape width="525" height="58" topLeftX="63" topLeftY="140" type="text">
1700
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 1)" lineSpacing="multiple:1.6">
1701
+ <p lineSpacing="multiple:1.6">在这个幻灯片中,你可以描述相关的信息以解释你的标题。无论是介绍一个产品、提供数据分析、讲解一个概念,还是分享一段故事,都可以通过这个占位符来开始</p>
1702
+ </content>
1703
+ </shape>
1704
+ </data>
1705
+ <note>
1706
+ <content/>
1707
+ </note>
1708
+ </slide>
1709
+ <slide>
1710
+ <style>
1711
+ <fill>
1712
+ <fillColor color="rgba(44, 41, 100, 1)"/>
1713
+ </fill>
1714
+ </style>
1715
+ <data>
1716
+ <shape width="55" height="55" topLeftX="46" topLeftY="58" type="donut">
1717
+ <fill>
1718
+ <fillColor color="linear-gradient(135deg,rgba(248, 206, 56, 1) 0%,rgba(248, 206, 56, 1) 23%,rgba(248, 206, 56, 0) 100%)"/>
1719
+ </fill>
1720
+ </shape>
1721
+ <shape width="167" height="44" topLeftX="755" topLeftY="53" type="text">
1722
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16">
1723
+ <p>LOGO</p>
1724
+ </content>
1725
+ </shape>
1726
+ <shape width="367" height="71" topLeftX="63" topLeftY="61" type="text">
1727
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="34" color="rgba(255, 255, 255, 1)" bold="true">
1728
+ <p>效果评估</p>
1729
+ </content>
1730
+ </shape>
1731
+ <shape width="467" height="340" topLeftX="432" topLeftY="143" type="triangle">
1732
+ <fill>
1733
+ <fillColor color="rgba(251, 142, 241, 1)"/>
1734
+ </fill>
1735
+ </shape>
1736
+ <line startX="579" startY="260" endX="750" endY="260">
1737
+ <border color="rgba(44, 41, 100, 1)" width="8" lineCap="square" lineJoin="miter" miterLimit="10"/>
1738
+ </line>
1739
+ <line startX="497" startY="372" endX="833" endY="372">
1740
+ <border color="rgba(44, 41, 100, 1)" width="8" lineCap="square" lineJoin="miter" miterLimit="10"/>
1741
+ </line>
1742
+ <shape width="116" height="44" topLeftX="607" topLeftY="187" type="text">
1743
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1744
+ <p>
1745
+ <strong>
1746
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">长期目标</span>
1747
+ </strong>
1748
+ </p>
1749
+ </content>
1750
+ </shape>
1751
+ <shape width="116" height="44" topLeftX="607" topLeftY="297" type="text">
1752
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1753
+ <p>
1754
+ <strong>
1755
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">中期目标</span>
1756
+ </strong>
1757
+ </p>
1758
+ </content>
1759
+ </shape>
1760
+ <shape width="116" height="44" topLeftX="607" topLeftY="406" type="text">
1761
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1762
+ <p>
1763
+ <strong>
1764
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">短期目标</span>
1765
+ </strong>
1766
+ </p>
1767
+ </content>
1768
+ </shape>
1769
+ <line startX="602" startY="206" endX="382" endY="206" alpha="0.4">
1770
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1771
+ </line>
1772
+ <shape width="315" height="58" topLeftX="63" topLeftY="187" type="text">
1773
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
1774
+ <p lineSpacing="multiple:1.6">
1775
+ <span color="rgba(222, 224, 227, 0.8)">无论是介绍一个产品、提供数据分析、讲解一个概念,还是分享一段故事,都可以通过这个占位符来开始</span>
1776
+ </p>
1777
+ </content>
1778
+ </shape>
1779
+ <line startX="523" startY="318" endX="335" endY="318" alpha="0.4">
1780
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1781
+ </line>
1782
+ <shape width="257" height="78" topLeftX="63" topLeftY="279" type="text">
1783
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
1784
+ <p lineSpacing="multiple:1.6">
1785
+ <span color="rgba(222, 224, 227, 0.8)">无论是介绍一个产品、提供数据分析、讲解一个概念,还是分享一段故事,都可以通过这个占位符来开始</span>
1786
+ </p>
1787
+ </content>
1788
+ </shape>
1789
+ <line startX="446" startY="427" endX="293" endY="427" alpha="0.4">
1790
+ <border color="rgba(255, 255, 255, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
1791
+ </line>
1792
+ <shape width="220" height="78" topLeftX="63" topLeftY="388" type="text">
1793
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(222, 224, 227, 0.8)" lineSpacing="multiple:1.6">
1794
+ <p lineSpacing="multiple:1.6">
1795
+ <span color="rgba(222, 224, 227, 0.8)">无论是介绍一个产品、提供数据分析、讲解一个概念,还是分享一段故事,都可以通过这个占位符来开始</span>
1796
+ </p>
1797
+ </content>
1798
+ </shape>
1799
+ </data>
1800
+ <note>
1801
+ <content/>
1802
+ </note>
1803
+ </slide>
1804
+ <slide>
1805
+ <style>
1806
+ <fill>
1807
+ <fillColor color="rgba(44, 41, 100, 1)"/>
1808
+ </fill>
1809
+ </style>
1810
+ <data>
1811
+ <shape width="296" height="296" topLeftX="332" topLeftY="122" type="ellipse">
1812
+ <fill>
1813
+ <fillColor color="rgba(248, 206, 56, 1)"/>
1814
+ </fill>
1815
+ </shape>
1816
+ <shape width="149" height="149" topLeftX="332" topLeftY="269" presetHandlers="8" type="rect">
1817
+ <fill>
1818
+ <fillColor color="rgba(248, 206, 56, 1)"/>
1819
+ </fill>
1820
+ </shape>
1821
+ <shape width="247" height="247" topLeftX="356" topLeftY="146" type="ellipse">
1822
+ <fill>
1823
+ <fillColor color="rgba(251, 142, 241, 1)"/>
1824
+ </fill>
1825
+ </shape>
1826
+ <shape width="525" height="101" topLeftX="218" topLeftY="202" type="text">
1827
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="54" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1828
+ <p>
1829
+ <span color="rgba(255, 255, 255, 1)">谢谢!</span>
1830
+ </p>
1831
+ </content>
1832
+ <shadow offset="4" angle="90" blur="12" color="rgba(0, 0, 0, 0.08)"/>
1833
+ </shape>
1834
+ <shape width="525" height="44" topLeftX="218" topLeftY="283" type="text">
1835
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" textAlign="center">
1836
+ <p>
1837
+ <span color="rgba(255, 255, 255, 1)">副标题信息</span>
1838
+ </p>
1839
+ </content>
1840
+ </shape>
1841
+ <shape width="32" height="28" topLeftX="637" topLeftY="158" rotation="30" type="triangle">
1842
+ <border color="rgba(100, 237, 255, 1)" width="10" lineJoin="miter" miterLimit="10"/>
1843
+ </shape>
1844
+ <shape width="42" height="42" topLeftX="263" topLeftY="347" type="donut">
1845
+ <fill>
1846
+ <fillColor color="rgba(251, 142, 241, 1)"/>
1847
+ </fill>
1848
+ </shape>
1849
+ </data>
1850
+ <note>
1851
+ <content/>
1852
+ </note>
1853
+ </slide>
1854
+ </presentation>