@wagemule/daemon 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (341) hide show
  1. package/README.md +9 -1
  2. package/dist/main.cjs +246 -42
  3. package/dist/main.cjs.map +3 -3
  4. package/dist/skills/larksuite/lark-approval/SKILL.md +56 -0
  5. package/dist/skills/larksuite/lark-attendance/SKILL.md +57 -0
  6. package/dist/skills/larksuite/lark-base/SKILL.md +349 -0
  7. package/dist/skills/larksuite/lark-base/references/dashboard-block-data-config.md +350 -0
  8. package/dist/skills/larksuite/lark-base/references/examples.md +140 -0
  9. package/dist/skills/larksuite/lark-base/references/formula-field-guide.md +735 -0
  10. package/dist/skills/larksuite/lark-base/references/lark-base-advperm-disable.md +83 -0
  11. package/dist/skills/larksuite/lark-base/references/lark-base-advperm-enable.md +80 -0
  12. package/dist/skills/larksuite/lark-base/references/lark-base-base-copy.md +74 -0
  13. package/dist/skills/larksuite/lark-base/references/lark-base-base-create.md +68 -0
  14. package/dist/skills/larksuite/lark-base/references/lark-base-base-get.md +39 -0
  15. package/dist/skills/larksuite/lark-base/references/lark-base-cell-value.md +151 -0
  16. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-arrange.md +83 -0
  17. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-create.md +108 -0
  18. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-delete.md +46 -0
  19. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-get.md +57 -0
  20. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-list.md +53 -0
  21. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-block-update.md +84 -0
  22. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-create.md +73 -0
  23. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-delete.md +44 -0
  24. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-get.md +59 -0
  25. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-list.md +52 -0
  26. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard-update.md +69 -0
  27. package/dist/skills/larksuite/lark-base/references/lark-base-dashboard.md +240 -0
  28. package/dist/skills/larksuite/lark-base/references/lark-base-data-analysis-sop.md +88 -0
  29. package/dist/skills/larksuite/lark-base/references/lark-base-data-query.md +451 -0
  30. package/dist/skills/larksuite/lark-base/references/lark-base-field-create.md +104 -0
  31. package/dist/skills/larksuite/lark-base/references/lark-base-field-delete.md +51 -0
  32. package/dist/skills/larksuite/lark-base/references/lark-base-field-get.md +42 -0
  33. package/dist/skills/larksuite/lark-base/references/lark-base-field-list.md +44 -0
  34. package/dist/skills/larksuite/lark-base/references/lark-base-field-search-options.md +48 -0
  35. package/dist/skills/larksuite/lark-base/references/lark-base-field-update.md +166 -0
  36. package/dist/skills/larksuite/lark-base/references/lark-base-field.md +23 -0
  37. package/dist/skills/larksuite/lark-base/references/lark-base-form-create.md +87 -0
  38. package/dist/skills/larksuite/lark-base/references/lark-base-form-delete.md +64 -0
  39. package/dist/skills/larksuite/lark-base/references/lark-base-form-get.md +68 -0
  40. package/dist/skills/larksuite/lark-base/references/lark-base-form-list.md +73 -0
  41. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-create.md +118 -0
  42. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-delete.md +68 -0
  43. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-list.md +84 -0
  44. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions-update.md +92 -0
  45. package/dist/skills/larksuite/lark-base/references/lark-base-form-questions.md +23 -0
  46. package/dist/skills/larksuite/lark-base/references/lark-base-form-update.md +82 -0
  47. package/dist/skills/larksuite/lark-base/references/lark-base-form.md +24 -0
  48. package/dist/skills/larksuite/lark-base/references/lark-base-history.md +16 -0
  49. package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-create.md +58 -0
  50. package/dist/skills/larksuite/lark-base/references/lark-base-record-batch-update.md +53 -0
  51. package/dist/skills/larksuite/lark-base/references/lark-base-record-delete.md +62 -0
  52. package/dist/skills/larksuite/lark-base/references/lark-base-record-history-list.md +86 -0
  53. package/dist/skills/larksuite/lark-base/references/lark-base-record-share-link-create.md +72 -0
  54. package/dist/skills/larksuite/lark-base/references/lark-base-record-upload-attachment.md +50 -0
  55. package/dist/skills/larksuite/lark-base/references/lark-base-record-upsert.md +64 -0
  56. package/dist/skills/larksuite/lark-base/references/lark-base-record.md +29 -0
  57. package/dist/skills/larksuite/lark-base/references/lark-base-role-create.md +89 -0
  58. package/dist/skills/larksuite/lark-base/references/lark-base-role-delete.md +83 -0
  59. package/dist/skills/larksuite/lark-base/references/lark-base-role-get.md +87 -0
  60. package/dist/skills/larksuite/lark-base/references/lark-base-role-list.md +81 -0
  61. package/dist/skills/larksuite/lark-base/references/lark-base-role-update.md +94 -0
  62. package/dist/skills/larksuite/lark-base/references/lark-base-shortcut-field-properties.md +481 -0
  63. package/dist/skills/larksuite/lark-base/references/lark-base-table-create.md +62 -0
  64. package/dist/skills/larksuite/lark-base/references/lark-base-table-delete.md +51 -0
  65. package/dist/skills/larksuite/lark-base/references/lark-base-table-get.md +46 -0
  66. package/dist/skills/larksuite/lark-base/references/lark-base-table-list.md +43 -0
  67. package/dist/skills/larksuite/lark-base/references/lark-base-table-update.md +49 -0
  68. package/dist/skills/larksuite/lark-base/references/lark-base-table.md +20 -0
  69. package/dist/skills/larksuite/lark-base/references/lark-base-view-create.md +50 -0
  70. package/dist/skills/larksuite/lark-base/references/lark-base-view-delete.md +48 -0
  71. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-card.md +38 -0
  72. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-filter.md +38 -0
  73. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-group.md +38 -0
  74. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-sort.md +38 -0
  75. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-timebar.md +38 -0
  76. package/dist/skills/larksuite/lark-base/references/lark-base-view-get-visible-fields.md +28 -0
  77. package/dist/skills/larksuite/lark-base/references/lark-base-view-get.md +38 -0
  78. package/dist/skills/larksuite/lark-base/references/lark-base-view-list.md +44 -0
  79. package/dist/skills/larksuite/lark-base/references/lark-base-view-rename.md +44 -0
  80. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-card.md +55 -0
  81. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-filter.md +181 -0
  82. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-group.md +65 -0
  83. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-sort.md +63 -0
  84. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-timebar.md +51 -0
  85. package/dist/skills/larksuite/lark-base/references/lark-base-view-set-visible-fields.md +46 -0
  86. package/dist/skills/larksuite/lark-base/references/lark-base-view.md +44 -0
  87. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-create.md +180 -0
  88. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-disable.md +94 -0
  89. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-enable.md +94 -0
  90. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-get.md +147 -0
  91. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-guide.md +718 -0
  92. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-list.md +124 -0
  93. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-schema.md +935 -0
  94. package/dist/skills/larksuite/lark-base/references/lark-base-workflow-update.md +167 -0
  95. package/dist/skills/larksuite/lark-base/references/lark-base-workflow.md +23 -0
  96. package/dist/skills/larksuite/lark-base/references/lark-base-workspace.md +18 -0
  97. package/dist/skills/larksuite/lark-base/references/lookup-field-guide.md +510 -0
  98. package/dist/skills/larksuite/lark-base/references/role-config.md +539 -0
  99. package/dist/skills/larksuite/lark-calendar/SKILL.md +154 -0
  100. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-agenda.md +78 -0
  101. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-create.md +109 -0
  102. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-freebusy.md +124 -0
  103. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-room-find.md +113 -0
  104. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-rsvp.md +42 -0
  105. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-schedule-meeting.md +265 -0
  106. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-suggestion.md +125 -0
  107. package/dist/skills/larksuite/lark-calendar/references/lark-calendar-update.md +105 -0
  108. package/dist/skills/larksuite/lark-contact/SKILL.md +45 -0
  109. package/dist/skills/larksuite/lark-contact/references/lark-contact-get-user.md +19 -0
  110. package/dist/skills/larksuite/lark-contact/references/lark-contact-search-user.md +124 -0
  111. package/dist/skills/larksuite/lark-doc/SKILL.md +69 -0
  112. package/dist/skills/larksuite/lark-doc/references/lark-doc-create.md +89 -0
  113. package/dist/skills/larksuite/lark-doc/references/lark-doc-fetch.md +141 -0
  114. package/dist/skills/larksuite/lark-doc/references/lark-doc-md.md +71 -0
  115. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-download.md +50 -0
  116. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-insert.md +114 -0
  117. package/dist/skills/larksuite/lark-doc/references/lark-doc-media-preview.md +41 -0
  118. package/dist/skills/larksuite/lark-doc/references/lark-doc-search.md +217 -0
  119. package/dist/skills/larksuite/lark-doc/references/lark-doc-update.md +252 -0
  120. package/dist/skills/larksuite/lark-doc/references/lark-doc-whiteboard.md +100 -0
  121. package/dist/skills/larksuite/lark-doc/references/lark-doc-xml.md +169 -0
  122. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-create-workflow.md +56 -0
  123. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-style.md +106 -0
  124. package/dist/skills/larksuite/lark-doc/references/style/lark-doc-update-workflow.md +54 -0
  125. package/dist/skills/larksuite/lark-drive/SKILL.md +343 -0
  126. package/dist/skills/larksuite/lark-drive/references/lark-drive-add-comment.md +169 -0
  127. package/dist/skills/larksuite/lark-drive/references/lark-drive-apply-permission.md +77 -0
  128. package/dist/skills/larksuite/lark-drive/references/lark-drive-create-folder.md +73 -0
  129. package/dist/skills/larksuite/lark-drive/references/lark-drive-create-shortcut.md +103 -0
  130. package/dist/skills/larksuite/lark-drive/references/lark-drive-delete.md +79 -0
  131. package/dist/skills/larksuite/lark-drive/references/lark-drive-download.md +31 -0
  132. package/dist/skills/larksuite/lark-drive/references/lark-drive-export-download.md +50 -0
  133. package/dist/skills/larksuite/lark-drive/references/lark-drive-export.md +119 -0
  134. package/dist/skills/larksuite/lark-drive/references/lark-drive-import.md +154 -0
  135. package/dist/skills/larksuite/lark-drive/references/lark-drive-move.md +120 -0
  136. package/dist/skills/larksuite/lark-drive/references/lark-drive-pull.md +137 -0
  137. package/dist/skills/larksuite/lark-drive/references/lark-drive-push.md +162 -0
  138. package/dist/skills/larksuite/lark-drive/references/lark-drive-reactions.md +113 -0
  139. package/dist/skills/larksuite/lark-drive/references/lark-drive-search.md +239 -0
  140. package/dist/skills/larksuite/lark-drive/references/lark-drive-status.md +137 -0
  141. package/dist/skills/larksuite/lark-drive/references/lark-drive-task-result.md +302 -0
  142. package/dist/skills/larksuite/lark-drive/references/lark-drive-upload.md +101 -0
  143. package/dist/skills/larksuite/lark-event/SKILL.md +145 -0
  144. package/dist/skills/larksuite/lark-event/references/lark-event-im.md +86 -0
  145. package/dist/skills/larksuite/lark-im/SKILL.md +162 -0
  146. package/dist/skills/larksuite/lark-im/references/lark-im-chat-create.md +162 -0
  147. package/dist/skills/larksuite/lark-im/references/lark-im-chat-identity.md +55 -0
  148. package/dist/skills/larksuite/lark-im/references/lark-im-chat-list.md +113 -0
  149. package/dist/skills/larksuite/lark-im/references/lark-im-chat-messages-list.md +142 -0
  150. package/dist/skills/larksuite/lark-im/references/lark-im-chat-search.md +136 -0
  151. package/dist/skills/larksuite/lark-im/references/lark-im-chat-update.md +84 -0
  152. package/dist/skills/larksuite/lark-im/references/lark-im-flag-cancel.md +67 -0
  153. package/dist/skills/larksuite/lark-im/references/lark-im-flag-create.md +67 -0
  154. package/dist/skills/larksuite/lark-im/references/lark-im-flag-list.md +100 -0
  155. package/dist/skills/larksuite/lark-im/references/lark-im-messages-mget.md +95 -0
  156. package/dist/skills/larksuite/lark-im/references/lark-im-messages-reply.md +222 -0
  157. package/dist/skills/larksuite/lark-im/references/lark-im-messages-resources-download.md +94 -0
  158. package/dist/skills/larksuite/lark-im/references/lark-im-messages-search.md +217 -0
  159. package/dist/skills/larksuite/lark-im/references/lark-im-messages-send.md +223 -0
  160. package/dist/skills/larksuite/lark-im/references/lark-im-reactions.md +297 -0
  161. package/dist/skills/larksuite/lark-im/references/lark-im-threads-messages-list.md +111 -0
  162. package/dist/skills/larksuite/lark-mail/SKILL.md +648 -0
  163. package/dist/skills/larksuite/lark-mail/references/lark-mail-decline-receipt.md +115 -0
  164. package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-create.md +123 -0
  165. package/dist/skills/larksuite/lark-mail/references/lark-mail-draft-edit.md +400 -0
  166. package/dist/skills/larksuite/lark-mail/references/lark-mail-forward.md +232 -0
  167. package/dist/skills/larksuite/lark-mail/references/lark-mail-message.md +230 -0
  168. package/dist/skills/larksuite/lark-mail/references/lark-mail-messages.md +108 -0
  169. package/dist/skills/larksuite/lark-mail/references/lark-mail-reply-all.md +206 -0
  170. package/dist/skills/larksuite/lark-mail/references/lark-mail-reply.md +242 -0
  171. package/dist/skills/larksuite/lark-mail/references/lark-mail-send-receipt.md +120 -0
  172. package/dist/skills/larksuite/lark-mail/references/lark-mail-send.md +216 -0
  173. package/dist/skills/larksuite/lark-mail/references/lark-mail-share-to-chat.md +87 -0
  174. package/dist/skills/larksuite/lark-mail/references/lark-mail-signature.md +98 -0
  175. package/dist/skills/larksuite/lark-mail/references/lark-mail-template-create.md +129 -0
  176. package/dist/skills/larksuite/lark-mail/references/lark-mail-template-update.md +150 -0
  177. package/dist/skills/larksuite/lark-mail/references/lark-mail-thread.md +111 -0
  178. package/dist/skills/larksuite/lark-mail/references/lark-mail-triage.md +122 -0
  179. package/dist/skills/larksuite/lark-mail/references/lark-mail-watch.md +94 -0
  180. package/dist/skills/larksuite/lark-markdown/SKILL.md +46 -0
  181. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-create.md +86 -0
  182. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-fetch.md +79 -0
  183. package/dist/skills/larksuite/lark-markdown/references/lark-markdown-overwrite.md +85 -0
  184. package/dist/skills/larksuite/lark-minutes/SKILL.md +139 -0
  185. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-download.md +137 -0
  186. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-search.md +206 -0
  187. package/dist/skills/larksuite/lark-minutes/references/lark-minutes-upload.md +104 -0
  188. package/dist/skills/larksuite/lark-okr/SKILL.md +133 -0
  189. package/dist/skills/larksuite/lark-okr/references/lark-okr-contentblock.md +359 -0
  190. package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-detail.md +84 -0
  191. package/dist/skills/larksuite/lark-okr/references/lark-okr-cycle-list.md +90 -0
  192. package/dist/skills/larksuite/lark-okr/references/lark-okr-entities.md +329 -0
  193. package/dist/skills/larksuite/lark-okr/references/lark-okr-image-upload.md +116 -0
  194. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-create.md +81 -0
  195. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-delete.md +47 -0
  196. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-get.md +62 -0
  197. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-list.md +80 -0
  198. package/dist/skills/larksuite/lark-okr/references/lark-okr-progress-update.md +81 -0
  199. package/dist/skills/larksuite/lark-openapi-explorer/SKILL.md +153 -0
  200. package/dist/skills/larksuite/lark-shared/SKILL.md +138 -0
  201. package/dist/skills/larksuite/lark-sheets/SKILL.md +345 -0
  202. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-data.md +197 -0
  203. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-images.md +59 -0
  204. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-cell-style-and-merge.md +141 -0
  205. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-dropdown.md +133 -0
  206. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-filter-views.md +193 -0
  207. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-float-images.md +125 -0
  208. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-formula.md +88 -0
  209. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-row-column-management.md +151 -0
  210. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-sheet-management.md +164 -0
  211. package/dist/skills/larksuite/lark-sheets/references/lark-sheets-spreadsheet-management.md +134 -0
  212. package/dist/skills/larksuite/lark-skill-maker/SKILL.md +85 -0
  213. package/dist/skills/larksuite/lark-slides/SKILL.md +525 -0
  214. package/dist/skills/larksuite/lark-slides/assets/templates/administration--all_hands_meeting.xml +1999 -0
  215. package/dist/skills/larksuite/lark-slides/assets/templates/administration--annual_gala.xml +1160 -0
  216. package/dist/skills/larksuite/lark-slides/assets/templates/administration--company_intro.xml +1376 -0
  217. package/dist/skills/larksuite/lark-slides/assets/templates/administration--corporate_culture.xml +1765 -0
  218. package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training.xml +912 -0
  219. package/dist/skills/larksuite/lark-slides/assets/templates/hr--employee_training_workshop.xml +1504 -0
  220. package/dist/skills/larksuite/lark-slides/assets/templates/hr--onboarding.xml +933 -0
  221. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_communication.xml +1367 -0
  222. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_logo_design.xml +1347 -0
  223. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--brand_operations_plan.xml +1309 -0
  224. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--business_plan.xml +1646 -0
  225. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_plan.xml +1469 -0
  226. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--marketing_strategy.xml +1484 -0
  227. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--product_whitepaper.xml +1455 -0
  228. package/dist/skills/larksuite/lark-slides/assets/templates/marketing--roadshow_business_plan.xml +1506 -0
  229. package/dist/skills/larksuite/lark-slides/assets/templates/misc--book_sharing.xml +1338 -0
  230. package/dist/skills/larksuite/lark-slides/assets/templates/misc--club_event_plan.xml +4885 -0
  231. package/dist/skills/larksuite/lark-slides/assets/templates/misc--student_career_plan.xml +1854 -0
  232. package/dist/skills/larksuite/lark-slides/assets/templates/office--dark_general.xml +3763 -0
  233. package/dist/skills/larksuite/lark-slides/assets/templates/office--dept_annual_report.xml +1192 -0
  234. package/dist/skills/larksuite/lark-slides/assets/templates/office--light_general.xml +3378 -0
  235. package/dist/skills/larksuite/lark-slides/assets/templates/office--project_kickoff.xml +3152 -0
  236. package/dist/skills/larksuite/lark-slides/assets/templates/office--quarterly_review.xml +1253 -0
  237. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_report.xml +1099 -0
  238. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary.xml +4420 -0
  239. package/dist/skills/larksuite/lark-slides/assets/templates/office--work_summary_report.xml +1523 -0
  240. package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_logo_design.xml +1347 -0
  241. package/dist/skills/larksuite/lark-slides/assets/templates/operations--brand_operations_plan.xml +1309 -0
  242. package/dist/skills/larksuite/lark-slides/assets/templates/operations--marketing_plan.xml +1469 -0
  243. package/dist/skills/larksuite/lark-slides/assets/templates/operations--product_promotion.xml +687 -0
  244. package/dist/skills/larksuite/lark-slides/assets/templates/personal--experience_sharing.xml +2242 -0
  245. package/dist/skills/larksuite/lark-slides/assets/templates/personal--personal_resume.xml +2047 -0
  246. package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_defense.xml +1099 -0
  247. package/dist/skills/larksuite/lark-slides/assets/templates/personal--promotion_report.xml +1039 -0
  248. package/dist/skills/larksuite/lark-slides/assets/templates/personal--self_intro.xml +696 -0
  249. package/dist/skills/larksuite/lark-slides/assets/templates/personal--teaching_sharing.xml +3013 -0
  250. package/dist/skills/larksuite/lark-slides/assets/templates/product--business_case_analysis.xml +1341 -0
  251. package/dist/skills/larksuite/lark-slides/assets/templates/product--market_analysis.xml +898 -0
  252. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_analysis.xml +1537 -0
  253. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_intro.xml +2838 -0
  254. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion.xml +687 -0
  255. package/dist/skills/larksuite/lark-slides/assets/templates/product--product_promotion_2.xml +687 -0
  256. package/dist/skills/larksuite/lark-slides/references/examples.md +261 -0
  257. package/dist/skills/larksuite/lark-slides/references/lark-slides-create.md +137 -0
  258. package/dist/skills/larksuite/lark-slides/references/lark-slides-edit-workflows.md +142 -0
  259. package/dist/skills/larksuite/lark-slides/references/lark-slides-media-upload.md +128 -0
  260. package/dist/skills/larksuite/lark-slides/references/lark-slides-replace-slide.md +239 -0
  261. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-create.md +221 -0
  262. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-delete.md +123 -0
  263. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-get.md +110 -0
  264. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentation-slide-replace.md +186 -0
  265. package/dist/skills/larksuite/lark-slides/references/lark-slides-xml-presentations-get.md +98 -0
  266. package/dist/skills/larksuite/lark-slides/references/slide-templates.md +201 -0
  267. package/dist/skills/larksuite/lark-slides/references/slides_demo.xml +226 -0
  268. package/dist/skills/larksuite/lark-slides/references/slides_xml_schema_definition.xml +3004 -0
  269. package/dist/skills/larksuite/lark-slides/references/template-catalog.md +464 -0
  270. package/dist/skills/larksuite/lark-slides/references/template-index.json +1853 -0
  271. package/dist/skills/larksuite/lark-slides/references/xml-format-guide.md +369 -0
  272. package/dist/skills/larksuite/lark-slides/references/xml-schema-quick-ref.md +215 -0
  273. package/dist/skills/larksuite/lark-slides/scripts/layout_lint.py +349 -0
  274. package/dist/skills/larksuite/lark-slides/scripts/layout_lint_test.py +159 -0
  275. package/dist/skills/larksuite/lark-slides/scripts/template_tool.py +970 -0
  276. package/dist/skills/larksuite/lark-slides/scripts/template_tool_test.py +177 -0
  277. package/dist/skills/larksuite/lark-task/SKILL.md +165 -0
  278. package/dist/skills/larksuite/lark-task/references/lark-task-assign.md +38 -0
  279. package/dist/skills/larksuite/lark-task/references/lark-task-comment.md +28 -0
  280. package/dist/skills/larksuite/lark-task/references/lark-task-complete.md +27 -0
  281. package/dist/skills/larksuite/lark-task/references/lark-task-create.md +57 -0
  282. package/dist/skills/larksuite/lark-task/references/lark-task-followers.md +35 -0
  283. package/dist/skills/larksuite/lark-task/references/lark-task-get-my-tasks.md +55 -0
  284. package/dist/skills/larksuite/lark-task/references/lark-task-get-related-tasks.md +53 -0
  285. package/dist/skills/larksuite/lark-task/references/lark-task-reminder.md +36 -0
  286. package/dist/skills/larksuite/lark-task/references/lark-task-reopen.md +27 -0
  287. package/dist/skills/larksuite/lark-task/references/lark-task-search.md +41 -0
  288. package/dist/skills/larksuite/lark-task/references/lark-task-set-ancestor.md +32 -0
  289. package/dist/skills/larksuite/lark-task/references/lark-task-subscribe-event.md +86 -0
  290. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-create.md +35 -0
  291. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-members.md +36 -0
  292. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-search.md +38 -0
  293. package/dist/skills/larksuite/lark-task/references/lark-task-tasklist-task-add.md +38 -0
  294. package/dist/skills/larksuite/lark-task/references/lark-task-update.md +37 -0
  295. package/dist/skills/larksuite/lark-task/references/lark-task-upload-attachment.md +59 -0
  296. package/dist/skills/larksuite/lark-vc/SKILL.md +168 -0
  297. package/dist/skills/larksuite/lark-vc/references/lark-vc-notes.md +126 -0
  298. package/dist/skills/larksuite/lark-vc/references/lark-vc-recording.md +153 -0
  299. package/dist/skills/larksuite/lark-vc/references/lark-vc-search.md +176 -0
  300. package/dist/skills/larksuite/lark-vc-agent/SKILL.md +121 -0
  301. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-events.md +247 -0
  302. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-join.md +133 -0
  303. package/dist/skills/larksuite/lark-vc-agent/references/lark-vc-agent-meeting-leave.md +111 -0
  304. package/dist/skills/larksuite/lark-whiteboard/SKILL.md +144 -0
  305. package/dist/skills/larksuite/lark-whiteboard/references/connectors.md +102 -0
  306. package/dist/skills/larksuite/lark-whiteboard/references/content.md +40 -0
  307. package/dist/skills/larksuite/lark-whiteboard/references/image.md +80 -0
  308. package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-query.md +49 -0
  309. package/dist/skills/larksuite/lark-whiteboard/references/lark-whiteboard-update.md +100 -0
  310. package/dist/skills/larksuite/lark-whiteboard/references/layout.md +374 -0
  311. package/dist/skills/larksuite/lark-whiteboard/references/schema.md +357 -0
  312. package/dist/skills/larksuite/lark-whiteboard/references/style.md +318 -0
  313. package/dist/skills/larksuite/lark-whiteboard/references/typography.md +73 -0
  314. package/dist/skills/larksuite/lark-whiteboard/routes/dsl.md +107 -0
  315. package/dist/skills/larksuite/lark-whiteboard/routes/mermaid.md +27 -0
  316. package/dist/skills/larksuite/lark-whiteboard/routes/svg.md +54 -0
  317. package/dist/skills/larksuite/lark-whiteboard/scenes/architecture.md +433 -0
  318. package/dist/skills/larksuite/lark-whiteboard/scenes/bar-chart.md +187 -0
  319. package/dist/skills/larksuite/lark-whiteboard/scenes/comparison.md +135 -0
  320. package/dist/skills/larksuite/lark-whiteboard/scenes/fishbone.md +238 -0
  321. package/dist/skills/larksuite/lark-whiteboard/scenes/flowchart.md +185 -0
  322. package/dist/skills/larksuite/lark-whiteboard/scenes/flywheel.md +195 -0
  323. package/dist/skills/larksuite/lark-whiteboard/scenes/funnel.md +101 -0
  324. package/dist/skills/larksuite/lark-whiteboard/scenes/line-chart.md +214 -0
  325. package/dist/skills/larksuite/lark-whiteboard/scenes/mermaid.md +130 -0
  326. package/dist/skills/larksuite/lark-whiteboard/scenes/milestone.md +139 -0
  327. package/dist/skills/larksuite/lark-whiteboard/scenes/organization.md +173 -0
  328. package/dist/skills/larksuite/lark-whiteboard/scenes/photo-showcase.md +126 -0
  329. package/dist/skills/larksuite/lark-whiteboard/scenes/pyramid.md +99 -0
  330. package/dist/skills/larksuite/lark-whiteboard/scenes/swimlane.md +371 -0
  331. package/dist/skills/larksuite/lark-whiteboard/scenes/treemap.md +216 -0
  332. package/dist/skills/larksuite/lark-wiki/SKILL.md +111 -0
  333. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-delete-space.md +205 -0
  334. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-move.md +183 -0
  335. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-copy.md +72 -0
  336. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-create.md +127 -0
  337. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-node-list.md +88 -0
  338. package/dist/skills/larksuite/lark-wiki/references/lark-wiki-space-list.md +68 -0
  339. package/dist/skills/larksuite/lark-workflow-meeting-summary/SKILL.md +104 -0
  340. package/dist/skills/larksuite/lark-workflow-standup-report/SKILL.md +120 -0
  341. package/package.json +2 -1
@@ -0,0 +1,1253 @@
1
+ <presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
2
+ <title>季度复盘</title>
3
+ <theme>
4
+ <fill alpha="1">
5
+ <fillImg src="CcdZb7zBbovgU3xDjvxcpvRtnng" alpha="1" rotateWithShape="false"/>
6
+ </fill>
7
+ <textStyles>
8
+ <title fontColor="rgba(67, 86, 113, 1)" fontSize="90"/>
9
+ <headline fontColor="rgba(67, 86, 113, 1)" fontSize="64"/>
10
+ <sub-headline fontColor="rgba(67, 86, 113, 1)" fontSize="24"/>
11
+ <body fontColor="rgba(67, 86, 113, 1)" fontSize="14"/>
12
+ <caption fontColor="rgba(67, 86, 113, 1)"/>
13
+ </textStyles>
14
+ </theme>
15
+ <slide>
16
+ <style>
17
+ <fill>
18
+ <fillImg src="CcdZb7zBbovgU3xDjvxcpvRtnng" alpha="1" rotateWithShape="false"/>
19
+ </fill>
20
+ </style>
21
+ <data>
22
+ <shape width="268" height="41" topLeftX="40" topLeftY="24" type="text">
23
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
24
+ <p>
25
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">你的团队</span>
26
+ </p>
27
+ </content>
28
+ </shape>
29
+ <shape width="2" height="20" topLeftX="37" topLeftY="34" presetHandlers="16" type="round-rect">
30
+ <fill>
31
+ <fillColor color="rgba(67, 86, 113, 1)"/>
32
+ </fill>
33
+ </shape>
34
+ <shape width="646" height="116" topLeftX="48" topLeftY="149" type="text">
35
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" color="rgba(67, 86, 113, 1)" bold="true">
36
+ <p>季度复盘总结</p>
37
+ </content>
38
+ </shape>
39
+ <shape width="642" height="41" topLeftX="52" topLeftY="244" type="text">
40
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
41
+ <p>Departmental Work Summary</p>
42
+ </content>
43
+ </shape>
44
+ <shape width="140" height="36" topLeftX="58" topLeftY="295" type="slides-full-round-rect">
45
+ <fill>
46
+ <fillColor color="rgba(67, 86, 113, 1)"/>
47
+ </fill>
48
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
49
+ <p>
50
+ <strong>
51
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">2026 Q1</span>
52
+ </strong>
53
+ </p>
54
+ </content>
55
+ </shape>
56
+ <line startX="926" startY="8" endX="926" endY="378" alpha="0.2">
57
+ <border color="rgba(67, 86, 113, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
58
+ </line>
59
+ <shape width="90" height="38" topLeftX="491" topLeftY="24" type="text">
60
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(67, 86, 113, 1)" textAlign="center">
61
+ <p>季度概述</p>
62
+ </content>
63
+ </shape>
64
+ <shape width="90" height="38" topLeftX="701" topLeftY="24" type="text">
65
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(67, 86, 113, 1)" textAlign="center">
66
+ <p>工作成果</p>
67
+ </content>
68
+ </shape>
69
+ <shape width="90" height="38" topLeftX="596" topLeftY="24" type="text">
70
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(67, 86, 113, 1)" textAlign="center">
71
+ <p>目标复盘</p>
72
+ </content>
73
+ </shape>
74
+ <shape width="90" height="38" topLeftX="807" topLeftY="24" type="text">
75
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(67, 86, 113, 1)" textAlign="center">
76
+ <p>未来规划</p>
77
+ </content>
78
+ </shape>
79
+ <img src="GH2XbzpA4okl6rxlGUIcHq9pnyb" width="551" height="347" topLeftX="438" topLeftY="193" exposure="1" contrast="41" saturation="-59" temperature="-18">
80
+ <crop type="rect" leftOffset="72" rightOffset="63" topOffset="0" bottomOffset="197" presetHandlers="0"/>
81
+ </img>
82
+ </data>
83
+ <note>
84
+ <content/>
85
+ </note>
86
+ </slide>
87
+ <slide>
88
+ <style>
89
+ <fill>
90
+ <fillImg src="NrnIbEr91oOuxFx653xc9P7tn6e" alpha="1" rotateWithShape="false"/>
91
+ </fill>
92
+ </style>
93
+ <data>
94
+ <shape width="443" height="92" topLeftX="37" topLeftY="160" type="text">
95
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="true">
96
+ <p>
97
+ <strong>
98
+ <span color="rgba(255, 255, 255, 1)" fontSize="48">目录 CONTENTS</span>
99
+ </strong>
100
+ </p>
101
+ </content>
102
+ </shape>
103
+ <shape width="223" height="41" topLeftX="40" topLeftY="24" type="text">
104
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
105
+ <p>
106
+ <span color="rgba(255, 255, 255, 0.6)" fontSize="14">你的团队</span>
107
+ </p>
108
+ </content>
109
+ </shape>
110
+ <shape width="2" height="20" topLeftX="37" topLeftY="34" presetHandlers="16" type="round-rect">
111
+ <fill>
112
+ <fillColor color="rgba(255, 255, 255, 0.6)"/>
113
+ </fill>
114
+ </shape>
115
+ <shape width="345" height="44" topLeftX="40" topLeftY="440" presetHandlers="26" alpha="0.29" type="round-rect">
116
+ <fill>
117
+ <fillColor color="rgba(255, 255, 255, 0.6)"/>
118
+ </fill>
119
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
120
+ </shape>
121
+ <shape width="257" height="41" topLeftX="58" topLeftY="442" type="text">
122
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
123
+ <p>
124
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">未来规划 Future Planning</span>
125
+ </p>
126
+ </content>
127
+ </shape>
128
+ <shape width="345" height="44" topLeftX="40" topLeftY="266" presetHandlers="26" alpha="0.29" type="round-rect">
129
+ <fill>
130
+ <fillColor color="rgba(255, 255, 255, 0.6)"/>
131
+ </fill>
132
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
133
+ <shadow offset="0" angle="90" blur="18" color="rgba(16, 50, 98, 0.4)"/>
134
+ </shape>
135
+ <shape width="282" height="41" topLeftX="58" topLeftY="268" type="text">
136
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
137
+ <p>
138
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">季度概述 Quarterly Overview</span>
139
+ </p>
140
+ </content>
141
+ </shape>
142
+ <shape width="345" height="44" topLeftX="40" topLeftY="324" presetHandlers="26" alpha="0.29" type="round-rect">
143
+ <fill>
144
+ <fillColor color="rgba(255, 255, 255, 0.6)"/>
145
+ </fill>
146
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
147
+ <shadow offset="0" angle="90" blur="18" color="rgba(16, 50, 98, 0.4)"/>
148
+ </shape>
149
+ <shape width="295" height="41" topLeftX="58" topLeftY="326" type="text">
150
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
151
+ <p>
152
+ <span color="rgba(255, 255, 255, 1)">目标复盘 OKR Review</span>
153
+ </p>
154
+ </content>
155
+ </shape>
156
+ <shape width="345" height="44" topLeftX="40" topLeftY="382" presetHandlers="26" alpha="0.29" type="round-rect">
157
+ <fill>
158
+ <fillColor color="rgba(255, 255, 255, 0.6)"/>
159
+ </fill>
160
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
161
+ </shape>
162
+ <shape width="257" height="41" topLeftX="58" topLeftY="384" type="text">
163
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
164
+ <p>
165
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">工作成果 Work Results</span>
166
+ </p>
167
+ </content>
168
+ </shape>
169
+ <img src="KUrhbGGF8o5qaixDNQ4claw3nKb" width="404" height="540" topLeftX="556" topLeftY="0" saturation="-70">
170
+ <crop type="rect" leftOffset="136" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="0"/>
171
+ </img>
172
+ </data>
173
+ <note>
174
+ <content/>
175
+ </note>
176
+ </slide>
177
+ <slide>
178
+ <style>
179
+ <fill>
180
+ <fillImg src="FIQ7bmN4HomZJ4xw5Jdc2VQXnuf" alpha="1" rotateWithShape="false"/>
181
+ </fill>
182
+ </style>
183
+ <data>
184
+ <shape width="712" height="146" topLeftX="124" topLeftY="156" type="text">
185
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="false">
186
+ <p>
187
+ <span color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" fontSize="28" bold="false">请用一句话简要概括一下这个季度的状况。根据需要编辑和完善文本,以确保有效传达您的信息,并吸引受众的注意力</span>
188
+ </p>
189
+ </content>
190
+ </shape>
191
+ <shape width="4" height="120" topLeftX="109" topLeftY="169" presetHandlers="16" type="round-rect">
192
+ <fill>
193
+ <fillColor color="rgba(255, 255, 255, 1)"/>
194
+ </fill>
195
+ </shape>
196
+ </data>
197
+ <note>
198
+ <content/>
199
+ </note>
200
+ </slide>
201
+ <slide>
202
+ <style>
203
+ <fill>
204
+ <fillImg src="CcdZb7zBbovgU3xDjvxcpvRtnng" alpha="1" rotateWithShape="false"/>
205
+ </fill>
206
+ </style>
207
+ <data>
208
+ <undefined type="fallback"/>
209
+ <shape width="395" height="41" topLeftX="283" topLeftY="74" alpha="0.6" type="text">
210
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" textAlign="center">
211
+ <p>
212
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">Quarterly Overview</span>
213
+ </p>
214
+ </content>
215
+ </shape>
216
+ <shape width="395" height="56" topLeftX="283" topLeftY="38" type="text">
217
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(67, 86, 113, 1)" bold="true" textAlign="center">
218
+ <p>
219
+ <strong>
220
+ <span color="rgba(67, 86, 113, 1)" fontSize="24">季度概述</span>
221
+ </strong>
222
+ </p>
223
+ </content>
224
+ </shape>
225
+ </data>
226
+ <note>
227
+ <content/>
228
+ </note>
229
+ </slide>
230
+ <slide>
231
+ <style>
232
+ <fill>
233
+ <fillImg src="IOKkbQRAroyuDPxVzXucSJ9Lnfb" alpha="1" rotateWithShape="false"/>
234
+ </fill>
235
+ </style>
236
+ <data>
237
+ <shape width="395" height="77" topLeftX="59" topLeftY="49" type="text">
238
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" bold="true" textAlign="left">
239
+ <p>数据状况</p>
240
+ </content>
241
+ </shape>
242
+ <shape width="126" height="68" topLeftX="64" topLeftY="258" type="text">
243
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(67, 86, 113, 1)" bold="true" textAlign="left">
244
+ <p>
245
+ <span color="rgba(67, 86, 113, 1)">68%</span>
246
+ </p>
247
+ </content>
248
+ </shape>
249
+ <shape width="144" height="44" topLeftX="64" topLeftY="313" type="text">
250
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(16, 50, 98, 0.4)" textAlign="left">
251
+ <p>
252
+ <span color="rgba(16, 50, 98, 0.4)">用户留存率</span>
253
+ </p>
254
+ </content>
255
+ </shape>
256
+ <shape width="126" height="68" topLeftX="64" topLeftY="377" type="text">
257
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(67, 86, 113, 1)" bold="true" textAlign="left">
258
+ <p>56%</p>
259
+ </content>
260
+ </shape>
261
+ <shape width="144" height="44" topLeftX="64" topLeftY="429" type="text">
262
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(16, 50, 98, 0.4)" textAlign="left">
263
+ <p>
264
+ <span color="rgba(16, 50, 98, 0.4)">预计市场占有率</span>
265
+ </p>
266
+ </content>
267
+ </shape>
268
+ <shape width="12" height="12" topLeftX="792" topLeftY="87" type="ellipse">
269
+ <fill>
270
+ <fillColor color="rgba(37, 43, 51, 1)"/>
271
+ </fill>
272
+ </shape>
273
+ <shape width="120" height="38" topLeftX="804" topLeftY="74" type="text">
274
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(37, 43, 51, 1)" textAlign="left">
275
+ <p>你的产品</p>
276
+ </content>
277
+ </shape>
278
+ <shape width="12" height="12" topLeftX="792" topLeftY="134" type="ellipse">
279
+ <fill>
280
+ <fillColor color="rgba(16, 50, 98, 0.4)"/>
281
+ </fill>
282
+ </shape>
283
+ <shape width="120" height="38" topLeftX="805" topLeftY="121" type="text">
284
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(37, 43, 51, 1)" textAlign="left">
285
+ <p>
286
+ <span color="rgba(37, 43, 51, 1)" fontSize="12">竞品 A</span>
287
+ </p>
288
+ </content>
289
+ </shape>
290
+ <shape width="363" height="62" topLeftX="59" topLeftY="116" type="text">
291
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(16, 50, 98, 0.4)">
292
+ <p>
293
+ <span color="rgba(16, 50, 98, 0.4)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
294
+ </p>
295
+ </content>
296
+ </shape>
297
+ <line startX="348" startY="243" endX="906" endY="242" alpha="0.38">
298
+ <border color="rgba(143, 149, 158, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
299
+ </line>
300
+ <line startX="348" startY="314" endX="906" endY="313" alpha="0.38">
301
+ <border color="rgba(143, 149, 158, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
302
+ </line>
303
+ <line startX="348" startY="387" endX="906" endY="386" alpha="0.38">
304
+ <border color="rgba(143, 149, 158, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
305
+ </line>
306
+ <line startX="348" startY="458" endX="906" endY="457" alpha="0.38">
307
+ <border color="rgba(143, 149, 158, 1)" dashArray="dash" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
308
+ </line>
309
+ <shape width="51" height="44" topLeftX="280" topLeftY="437" type="text">
310
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(16, 50, 98, 0.4)" textAlign="center">
311
+ <p>
312
+ <span color="rgba(16, 50, 98, 0.4)">0</span>
313
+ </p>
314
+ </content>
315
+ </shape>
316
+ <shape width="51" height="44" topLeftX="280" topLeftY="366" type="text">
317
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(16, 50, 98, 0.4)" textAlign="center">
318
+ <p>
319
+ <span color="rgba(16, 50, 98, 0.4)">20</span>
320
+ </p>
321
+ </content>
322
+ </shape>
323
+ <shape width="51" height="44" topLeftX="280" topLeftY="293" type="text">
324
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(16, 50, 98, 0.4)" textAlign="center">
325
+ <p>
326
+ <span color="rgba(16, 50, 98, 0.4)">40</span>
327
+ </p>
328
+ </content>
329
+ </shape>
330
+ <shape width="51" height="44" topLeftX="280" topLeftY="222" type="text">
331
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(16, 50, 98, 0.4)" textAlign="center">
332
+ <p>
333
+ <span color="rgba(16, 50, 98, 0.4)">60</span>
334
+ </p>
335
+ </content>
336
+ </shape>
337
+ <shape width="51" height="44" topLeftX="421" topLeftY="457" type="text">
338
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(67, 86, 113, 1)" textAlign="center">
339
+ <p>
340
+ <span color="rgba(67, 86, 113, 1)">Q1</span>
341
+ </p>
342
+ </content>
343
+ </shape>
344
+ <shape width="51" height="44" topLeftX="550" topLeftY="457" type="text">
345
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(67, 86, 113, 1)" textAlign="center">
346
+ <p>
347
+ <span color="rgba(67, 86, 113, 1)">Q2</span>
348
+ </p>
349
+ </content>
350
+ </shape>
351
+ <shape width="51" height="44" topLeftX="680" topLeftY="457" type="text">
352
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(67, 86, 113, 1)" textAlign="center">
353
+ <p>
354
+ <span color="rgba(67, 86, 113, 1)">Q3</span>
355
+ </p>
356
+ </content>
357
+ </shape>
358
+ <shape width="51" height="44" topLeftX="810" topLeftY="457" type="text">
359
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(67, 86, 113, 1)" textAlign="center">
360
+ <p>
361
+ <span color="rgba(67, 86, 113, 1)">Q4</span>
362
+ </p>
363
+ </content>
364
+ </shape>
365
+ <shape width="16" height="97" topLeftX="428" topLeftY="360" type="rect">
366
+ <fill>
367
+ <fillColor color="rgba(16, 50, 98, 0.4)"/>
368
+ </fill>
369
+ </shape>
370
+ <shape width="16" height="51" topLeftX="449" topLeftY="407" type="rect">
371
+ <fill>
372
+ <fillColor color="rgba(37, 43, 51, 1)"/>
373
+ </fill>
374
+ </shape>
375
+ <shape width="16" height="116" topLeftX="558" topLeftY="341" type="rect">
376
+ <fill>
377
+ <fillColor color="rgba(16, 50, 98, 0.4)"/>
378
+ </fill>
379
+ </shape>
380
+ <shape width="16" height="116" topLeftX="578" topLeftY="341" type="rect">
381
+ <fill>
382
+ <fillColor color="rgba(37, 43, 51, 1)"/>
383
+ </fill>
384
+ </shape>
385
+ <shape width="16" height="116" topLeftX="688" topLeftY="341" type="rect">
386
+ <fill>
387
+ <fillColor color="rgba(16, 50, 98, 0.4)"/>
388
+ </fill>
389
+ </shape>
390
+ <shape width="16" height="164" topLeftX="708" topLeftY="293" type="rect">
391
+ <fill>
392
+ <fillColor color="rgba(37, 43, 51, 1)"/>
393
+ </fill>
394
+ </shape>
395
+ <shape width="16" height="120" topLeftX="817" topLeftY="337" type="rect">
396
+ <fill>
397
+ <fillColor color="rgba(16, 50, 98, 0.4)"/>
398
+ </fill>
399
+ </shape>
400
+ <shape width="16" height="179" topLeftX="837" topLeftY="278" type="rect">
401
+ <fill>
402
+ <fillColor color="rgba(37, 43, 51, 1)"/>
403
+ </fill>
404
+ </shape>
405
+ </data>
406
+ <note>
407
+ <content/>
408
+ </note>
409
+ </slide>
410
+ <slide>
411
+ <style>
412
+ <fill>
413
+ <fillImg src="CcdZb7zBbovgU3xDjvxcpvRtnng" alpha="1" rotateWithShape="false"/>
414
+ </fill>
415
+ </style>
416
+ <data>
417
+ <shape width="220" height="260" topLeftX="608" topLeftY="160" presetHandlers="0" alpha="0.5" type="round-rect">
418
+ <border color="rgba(31, 35, 41, 1)" width="1" lineJoin="miter" miterLimit="10"/>
419
+ </shape>
420
+ <shape width="220" height="260" topLeftX="370" topLeftY="160" presetHandlers="0" type="round-rect">
421
+ <fill>
422
+ <fillColor color="rgba(39, 49, 62, 1)"/>
423
+ </fill>
424
+ </shape>
425
+ <shape width="220" height="260" topLeftX="132" topLeftY="160" presetHandlers="0" alpha="0.5" type="round-rect">
426
+ <border color="rgba(31, 35, 41, 1)" width="1" lineJoin="miter" miterLimit="10"/>
427
+ </shape>
428
+ <shape width="200" height="41" topLeftX="142" topLeftY="287" type="text">
429
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="false" textAlign="center">
430
+ <p>
431
+ <span bold="false">关键数据 #1</span>
432
+ </p>
433
+ </content>
434
+ </shape>
435
+ <shape width="200" height="74" topLeftX="142" topLeftY="330" type="text">
436
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 0.502)" textAlign="center">
437
+ <p>
438
+ <span color="rgba(43, 47, 54, 0.502)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
439
+ </p>
440
+ </content>
441
+ </shape>
442
+ <shape width="200" height="41" topLeftX="380" topLeftY="287" type="text">
443
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)" bold="false" textAlign="center">
444
+ <p>
445
+ <span color="rgba(255, 255, 255, 1)" bold="false">关键数据 #2</span>
446
+ </p>
447
+ </content>
448
+ </shape>
449
+ <shape width="200" height="74" topLeftX="380" topLeftY="330" type="text">
450
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
451
+ <p>
452
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
453
+ </p>
454
+ </content>
455
+ </shape>
456
+ <shape width="200" height="74" topLeftX="618" topLeftY="330" type="text">
457
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 0.502)" textAlign="center">
458
+ <p>
459
+ <span color="rgba(43, 47, 54, 0.502)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
460
+ </p>
461
+ </content>
462
+ </shape>
463
+ <shape width="200" height="41" topLeftX="618" topLeftY="287" type="text">
464
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="false" textAlign="center">
465
+ <p>
466
+ <span bold="false">关键数据 #3</span>
467
+ </p>
468
+ </content>
469
+ </shape>
470
+ <shape width="200" height="70" topLeftX="142" topLeftY="196" type="text">
471
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" bold="true" lineSpacing="multiple:1.2" textAlign="center">
472
+ <p lineSpacing="multiple:1.2">
473
+ <strong>
474
+ <span fontSize="42">2,048</span>
475
+ </strong>
476
+ </p>
477
+ </content>
478
+ </shape>
479
+ <shape width="200" height="70" topLeftX="380" topLeftY="196" type="text">
480
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="center">
481
+ <p lineSpacing="multiple:1.2">
482
+ <strong>
483
+ <span color="rgba(255, 255, 255, 1)" fontSize="42">6,068</span>
484
+ </strong>
485
+ </p>
486
+ </content>
487
+ </shape>
488
+ <shape width="200" height="70" topLeftX="618" topLeftY="196" type="text">
489
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="42" bold="true" lineSpacing="multiple:1.2" textAlign="center">
490
+ <p lineSpacing="multiple:1.2">
491
+ <strong>
492
+ <span fontSize="42">24%</span>
493
+ </strong>
494
+ </p>
495
+ </content>
496
+ </shape>
497
+ <shape width="396" height="56" topLeftX="282" topLeftY="38" type="text">
498
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(67, 86, 113, 1)" bold="true" textAlign="center">
499
+ <p>
500
+ <strong>
501
+ <span color="rgba(67, 86, 113, 1)" fontSize="24">数据状况</span>
502
+ </strong>
503
+ </p>
504
+ </content>
505
+ </shape>
506
+ <shape width="396" height="41" topLeftX="282" topLeftY="74" alpha="0.6" type="text">
507
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" textAlign="center">
508
+ <p>
509
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">Data status</span>
510
+ </p>
511
+ </content>
512
+ </shape>
513
+ </data>
514
+ <note>
515
+ <content/>
516
+ </note>
517
+ </slide>
518
+ <slide>
519
+ <style>
520
+ <fill>
521
+ <fillImg src="CeT7bMsMSoDAobx3VOgcluxNnac" alpha="1" rotateWithShape="false"/>
522
+ </fill>
523
+ </style>
524
+ <data>
525
+ <shape width="466" height="77" topLeftX="247" topLeftY="212" type="text">
526
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" color="rgba(67, 86, 113, 1)" bold="true">
527
+ <p>
528
+ <strong>
529
+ <span color="rgba(255, 255, 255, 1)" fontSize="38">目标复盘 OKR Review</span>
530
+ </strong>
531
+ </p>
532
+ </content>
533
+ </shape>
534
+ </data>
535
+ <note>
536
+ <content/>
537
+ </note>
538
+ </slide>
539
+ <slide>
540
+ <style>
541
+ <fill>
542
+ <fillImg src="IOKkbQRAroyuDPxVzXucSJ9Lnfb" alpha="1" rotateWithShape="false"/>
543
+ </fill>
544
+ </style>
545
+ <data>
546
+ <shape width="152" height="56" topLeftX="40" topLeftY="40" type="text">
547
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" bold="true" textAlign="left">
548
+ <p>
549
+ <strong>
550
+ <span fontSize="24">Q1 目标复盘</span>
551
+ </strong>
552
+ </p>
553
+ </content>
554
+ </shape>
555
+ <shape width="56" height="40" topLeftX="40" topLeftY="349" type="text">
556
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(67, 86, 113, 1)" bold="true" lineSpacing="multiple:1">
557
+ <p lineSpacing="multiple:1">
558
+ <strong>
559
+ <span color="rgba(67, 86, 113, 1)" fontSize="20">O4</span>
560
+ </strong>
561
+ </p>
562
+ </content>
563
+ </shape>
564
+ <shape width="708" height="52" topLeftX="94" topLeftY="343" presetHandlers="26" alpha="0.5" type="round-rect">
565
+ <fill>
566
+ <fillColor color="rgba(255, 255, 255, 1)"/>
567
+ </fill>
568
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
569
+ <shadow offset="0" angle="90" blur="18" color="rgba(16, 50, 98, 0.1)"/>
570
+ </shape>
571
+ <shape width="603" height="41" topLeftX="108" topLeftY="349" type="text">
572
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
573
+ <p>
574
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">单击此处输入你的正文,文字是您思想的提炼为了最终演示发布的良好效果</span>
575
+ </p>
576
+ </content>
577
+ </shape>
578
+ <shape width="94" height="36" topLeftX="817" topLeftY="351" type="slides-full-round-rect">
579
+ <fill>
580
+ <fillColor color="rgba(37, 43, 51, 1)"/>
581
+ </fill>
582
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
583
+ <p>
584
+ <strong>
585
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">M</span>
586
+ </strong>
587
+ </p>
588
+ </content>
589
+ </shape>
590
+ <shape width="56" height="40" topLeftX="40" topLeftY="287" type="text">
591
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(67, 86, 113, 1)" bold="true" lineSpacing="multiple:1">
592
+ <p lineSpacing="multiple:1">
593
+ <strong>
594
+ <span color="rgba(67, 86, 113, 1)" fontSize="20">O3</span>
595
+ </strong>
596
+ </p>
597
+ </content>
598
+ </shape>
599
+ <shape width="708" height="52" topLeftX="94" topLeftY="281" presetHandlers="26" alpha="0.5" type="round-rect">
600
+ <fill>
601
+ <fillColor color="rgba(255, 255, 255, 1)"/>
602
+ </fill>
603
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
604
+ <shadow offset="0" angle="90" blur="18" color="rgba(16, 50, 98, 0.1)"/>
605
+ </shape>
606
+ <shape width="603" height="41" topLeftX="108" topLeftY="286" type="text">
607
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
608
+ <p>
609
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">单击此处输入你的正文,文字是您思想的提炼为了最终演示发布的良好效果</span>
610
+ </p>
611
+ </content>
612
+ </shape>
613
+ <shape width="94" height="36" topLeftX="817" topLeftY="289" type="slides-full-round-rect">
614
+ <fill>
615
+ <fillColor color="rgba(37, 43, 51, 1)"/>
616
+ </fill>
617
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
618
+ <p>
619
+ <strong>
620
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">M-</span>
621
+ </strong>
622
+ </p>
623
+ </content>
624
+ </shape>
625
+ <shape width="56" height="40" topLeftX="40" topLeftY="224" type="text">
626
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(67, 86, 113, 1)" bold="true" lineSpacing="multiple:1">
627
+ <p lineSpacing="multiple:1">
628
+ <strong>
629
+ <span color="rgba(67, 86, 113, 1)" fontSize="20">O2</span>
630
+ </strong>
631
+ </p>
632
+ </content>
633
+ </shape>
634
+ <shape width="708" height="52" topLeftX="94" topLeftY="218" presetHandlers="26" alpha="0.5" type="round-rect">
635
+ <fill>
636
+ <fillColor color="rgba(255, 255, 255, 1)"/>
637
+ </fill>
638
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
639
+ <shadow offset="0" angle="90" blur="18" color="rgba(16, 50, 98, 0.1)"/>
640
+ </shape>
641
+ <shape width="603" height="41" topLeftX="108" topLeftY="224" type="text">
642
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
643
+ <p>
644
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">单击此处输入你的正文,文字是您思想的提炼为了最终演示发布的良好效果</span>
645
+ </p>
646
+ </content>
647
+ </shape>
648
+ <shape width="94" height="36" topLeftX="817" topLeftY="226" type="slides-full-round-rect">
649
+ <fill>
650
+ <fillColor color="rgba(37, 43, 51, 1)"/>
651
+ </fill>
652
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
653
+ <p>
654
+ <strong>
655
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">M</span>
656
+ </strong>
657
+ </p>
658
+ </content>
659
+ </shape>
660
+ <shape width="56" height="40" topLeftX="40" topLeftY="162" type="text">
661
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" color="rgba(67, 86, 113, 1)" bold="true" lineSpacing="multiple:1">
662
+ <p lineSpacing="multiple:1">
663
+ <strong>
664
+ <span color="rgba(67, 86, 113, 1)" fontSize="20">O1</span>
665
+ </strong>
666
+ </p>
667
+ </content>
668
+ </shape>
669
+ <shape width="708" height="52" topLeftX="94" topLeftY="156" presetHandlers="26" alpha="0.5" type="round-rect">
670
+ <fill>
671
+ <fillColor color="rgba(255, 255, 255, 1)"/>
672
+ </fill>
673
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
674
+ <shadow offset="0" angle="90" blur="18" color="rgba(16, 50, 98, 0.1)"/>
675
+ </shape>
676
+ <shape width="603" height="41" topLeftX="108" topLeftY="162" type="text">
677
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
678
+ <p>
679
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">单击此处输入你的正文,文字是您思想的提炼为了最终演示发布的良好效果</span>
680
+ </p>
681
+ </content>
682
+ </shape>
683
+ <shape width="94" height="36" topLeftX="817" topLeftY="164" type="slides-full-round-rect">
684
+ <fill>
685
+ <fillColor color="rgba(37, 43, 51, 1)"/>
686
+ </fill>
687
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
688
+ <p>
689
+ <strong>
690
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">M+</span>
691
+ </strong>
692
+ </p>
693
+ </content>
694
+ </shape>
695
+ </data>
696
+ <note>
697
+ <content/>
698
+ </note>
699
+ </slide>
700
+ <slide>
701
+ <style>
702
+ <fill>
703
+ <fillImg src="IOKkbQRAroyuDPxVzXucSJ9Lnfb" alpha="1" rotateWithShape="false"/>
704
+ </fill>
705
+ </style>
706
+ <data>
707
+ <shape width="395" height="68" topLeftX="48" topLeftY="83" type="text">
708
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" bold="true" textAlign="left">
709
+ <p>如何完成目标 HOW</p>
710
+ </content>
711
+ </shape>
712
+ <shape width="225" height="44" topLeftX="-217" topLeftY="39" type="text">
713
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16">
714
+ <p/>
715
+ </content>
716
+ </shape>
717
+ <undefined type="fallback"/>
718
+ <shape width="305" height="62" topLeftX="48" topLeftY="139" type="text">
719
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(16, 50, 98, 0.4)">
720
+ <p>
721
+ <span color="rgba(16, 50, 98, 0.4)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
722
+ </p>
723
+ </content>
724
+ </shape>
725
+ </data>
726
+ <note>
727
+ <content/>
728
+ </note>
729
+ </slide>
730
+ <slide>
731
+ <style>
732
+ <fill>
733
+ <fillImg src="CeT7bMsMSoDAobx3VOgcluxNnac" alpha="1" rotateWithShape="false"/>
734
+ </fill>
735
+ </style>
736
+ <data>
737
+ <shape width="466" height="77" topLeftX="247" topLeftY="212" type="text">
738
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" color="rgba(67, 86, 113, 1)" bold="true">
739
+ <p>
740
+ <strong>
741
+ <span color="rgba(255, 255, 255, 1)" fontSize="38">工作成果 Work Results</span>
742
+ </strong>
743
+ </p>
744
+ </content>
745
+ </shape>
746
+ </data>
747
+ <note>
748
+ <content/>
749
+ </note>
750
+ </slide>
751
+ <slide>
752
+ <style>
753
+ <fill>
754
+ <fillImg src="CcdZb7zBbovgU3xDjvxcpvRtnng" alpha="1" rotateWithShape="false"/>
755
+ </fill>
756
+ </style>
757
+ <data>
758
+ <shape width="395" height="44" topLeftX="31" topLeftY="30" type="text">
759
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
760
+ <p>
761
+ <strong>
762
+ <span color="rgba(37, 43, 51, 1)" fontSize="16">工作结果 #1</span>
763
+ </strong>
764
+ </p>
765
+ </content>
766
+ </shape>
767
+ <shape width="492" height="36" topLeftX="31" topLeftY="68" type="text">
768
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(67, 86, 113, 1)" bold="false">
769
+ <p lineSpacing="multiple:1.3">
770
+ <span color="rgba(67, 86, 113, 1)" fontSize="12" bold="false">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
771
+ </p>
772
+ </content>
773
+ </shape>
774
+ <img src="Fx44bLHhEo2M5fxnkxbciHg1n0d" width="355" height="459" topLeftX="572" topLeftY="38" saturation="61" temperature="-47">
775
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="83" bottomOffset="83" presetHandlers="0"/>
776
+ </img>
777
+ <shape width="261" height="92" topLeftX="135" topLeftY="384" alpha="0.5" type="text">
778
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" textAlign="left">
779
+ <p>
780
+ <span color="rgba(67, 86, 113, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。</span>
781
+ </p>
782
+ </content>
783
+ </shape>
784
+ <shape width="202" height="34" topLeftX="135" topLeftY="355" type="text">
785
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="true" textAlign="left">
786
+ <p lineSpacing="multiple:1">
787
+ <strong>
788
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">关键</span>
789
+ </strong>
790
+ <strong>
791
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">点 #2</span>
792
+ </strong>
793
+ </p>
794
+ </content>
795
+ </shape>
796
+ <shape width="261" height="92" topLeftX="135" topLeftY="225" alpha="0.5" type="text">
797
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" textAlign="left">
798
+ <p>
799
+ <span color="rgba(67, 86, 113, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。</span>
800
+ </p>
801
+ </content>
802
+ </shape>
803
+ <shape width="202" height="34" topLeftX="135" topLeftY="196" type="text">
804
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="true" textAlign="left">
805
+ <p lineSpacing="multiple:1">
806
+ <strong>
807
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">关键</span>
808
+ </strong>
809
+ <strong>
810
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">点 #1</span>
811
+ </strong>
812
+ </p>
813
+ </content>
814
+ </shape>
815
+ <shape width="76" height="76" topLeftX="45" topLeftY="195" type="ellipse">
816
+ <fill>
817
+ <fillColor color="rgba(37, 43, 51, 1)"/>
818
+ </fill>
819
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true">
820
+ <p>
821
+ <strong>
822
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">01</span>
823
+ </strong>
824
+ </p>
825
+ </content>
826
+ </shape>
827
+ <shape width="76" height="76" topLeftX="45" topLeftY="354" type="ellipse">
828
+ <fill>
829
+ <fillColor color="rgba(37, 43, 51, 1)"/>
830
+ </fill>
831
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true">
832
+ <p>
833
+ <strong>
834
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">01</span>
835
+ </strong>
836
+ </p>
837
+ </content>
838
+ </shape>
839
+ </data>
840
+ <note>
841
+ <content/>
842
+ </note>
843
+ </slide>
844
+ <slide>
845
+ <style>
846
+ <fill>
847
+ <fillImg src="CcdZb7zBbovgU3xDjvxcpvRtnng" alpha="1" rotateWithShape="false"/>
848
+ </fill>
849
+ </style>
850
+ <data>
851
+ <shape width="395" height="44" topLeftX="31" topLeftY="30" type="text">
852
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
853
+ <p>
854
+ <strong>
855
+ <span color="rgba(37, 43, 51, 1)" fontSize="16">工作结果 #2</span>
856
+ </strong>
857
+ </p>
858
+ </content>
859
+ </shape>
860
+ <shape width="492" height="36" topLeftX="31" topLeftY="68" type="text">
861
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="false">
862
+ <p lineSpacing="multiple:1.3">
863
+ <span color="rgba(67, 86, 113, 1)" fontSize="12" bold="false">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
864
+ </p>
865
+ </content>
866
+ </shape>
867
+ <img src="KOeRbHNF0ooGkGxNePNcqeblnf7" width="428" height="241" topLeftX="493" topLeftY="124" exposure="3" saturation="-28" temperature="-100">
868
+ <crop type="rect" leftOffset="49" rightOffset="37" topOffset="0" bottomOffset="48" presetHandlers="0"/>
869
+ </img>
870
+ <img src="KEglbi17LosUiRxiWINcwLM8nCd" width="428" height="241" topLeftX="39" topLeftY="124" exposure="32" saturation="-76" temperature="-100">
871
+ <crop type="rect" leftOffset="0.79" rightOffset="0.79" topOffset="0" bottomOffset="0" presetHandlers="0"/>
872
+ </img>
873
+ <shape width="428" height="74" topLeftX="39" topLeftY="413" alpha="0.5" type="text">
874
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" textAlign="center">
875
+ <p>
876
+ <span color="rgba(67, 86, 113, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。</span>
877
+ </p>
878
+ </content>
879
+ </shape>
880
+ <shape width="202" height="34" topLeftX="152" topLeftY="376" type="text">
881
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="true" textAlign="center">
882
+ <p lineSpacing="multiple:1">
883
+ <strong>
884
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">关键</span>
885
+ </strong>
886
+ <strong>
887
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">点 #1</span>
888
+ </strong>
889
+ </p>
890
+ </content>
891
+ </shape>
892
+ <shape width="428" height="74" topLeftX="493" topLeftY="413" alpha="0.5" type="text">
893
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" textAlign="center">
894
+ <p>
895
+ <span color="rgba(67, 86, 113, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容描述相关的信息以解释你的标题。</span>
896
+ </p>
897
+ </content>
898
+ </shape>
899
+ <shape width="202" height="34" topLeftX="606" topLeftY="376" type="text">
900
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="true" textAlign="center">
901
+ <p lineSpacing="multiple:1">
902
+ <strong>
903
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">关键</span>
904
+ </strong>
905
+ <strong>
906
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">点 #1</span>
907
+ </strong>
908
+ </p>
909
+ </content>
910
+ </shape>
911
+ </data>
912
+ <note>
913
+ <content/>
914
+ </note>
915
+ </slide>
916
+ <slide>
917
+ <style>
918
+ <fill>
919
+ <fillImg src="CcdZb7zBbovgU3xDjvxcpvRtnng" alpha="1" rotateWithShape="false"/>
920
+ </fill>
921
+ </style>
922
+ <data>
923
+ <shape width="395" height="44" topLeftX="31" topLeftY="30" type="text">
924
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
925
+ <p>
926
+ <strong>
927
+ <span color="rgba(37, 43, 51, 1)" fontSize="16">工作结果 #3</span>
928
+ </strong>
929
+ </p>
930
+ </content>
931
+ </shape>
932
+ <shape width="267" height="56" topLeftX="39" topLeftY="408" alpha="0.5" type="text">
933
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(67, 86, 113, 1)" bold="false">
934
+ <p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
935
+ </content>
936
+ </shape>
937
+ <shape width="202" height="41" topLeftX="39" topLeftY="374" type="text">
938
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="true">
939
+ <p>关键结果 #1</p>
940
+ </content>
941
+ </shape>
942
+ <shape width="267" height="56" topLeftX="336" topLeftY="408" alpha="0.5" type="text">
943
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(67, 86, 113, 1)" bold="false">
944
+ <p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
945
+ </content>
946
+ </shape>
947
+ <shape width="202" height="41" topLeftX="336" topLeftY="374" type="text">
948
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="true">
949
+ <p>关键结果 #2</p>
950
+ </content>
951
+ </shape>
952
+ <shape width="267" height="56" topLeftX="634" topLeftY="408" alpha="0.5" type="text">
953
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(67, 86, 113, 1)" bold="false">
954
+ <p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
955
+ </content>
956
+ </shape>
957
+ <shape width="202" height="41" topLeftX="634" topLeftY="374" type="text">
958
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="true">
959
+ <p>关键结果 #3</p>
960
+ </content>
961
+ </shape>
962
+ <img src="OSQCbZBZGoVP1Qx1WXKcrM8JnCc" width="882" height="241" topLeftX="39" topLeftY="94" exposure="32" saturation="-76" temperature="-100">
963
+ <crop type="rect" leftOffset="7" rightOffset="0" topOffset="37" bottomOffset="221" presetHandlers="0"/>
964
+ </img>
965
+ </data>
966
+ <note>
967
+ <content/>
968
+ </note>
969
+ </slide>
970
+ <slide>
971
+ <style>
972
+ <fill>
973
+ <fillImg src="CcdZb7zBbovgU3xDjvxcpvRtnng" alpha="1" rotateWithShape="false"/>
974
+ </fill>
975
+ </style>
976
+ <data>
977
+ <shape width="395" height="44" topLeftX="31" topLeftY="30" type="text">
978
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
979
+ <p>
980
+ <strong>
981
+ <span color="rgba(37, 43, 51, 1)" fontSize="16">结果复盘</span>
982
+ </strong>
983
+ </p>
984
+ </content>
985
+ </shape>
986
+ <shape width="148" height="36" topLeftX="46" topLeftY="113" type="slides-full-round-rect">
987
+ <fill>
988
+ <fillColor color="rgba(37, 43, 51, 1)"/>
989
+ </fill>
990
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
991
+ <p>
992
+ <strong>
993
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">做的好的</span>
994
+ </strong>
995
+ </p>
996
+ </content>
997
+ </shape>
998
+ <shape width="148" height="36" topLeftX="448" topLeftY="113" type="slides-full-round-rect">
999
+ <fill>
1000
+ <fillColor color="rgba(37, 43, 51, 1)"/>
1001
+ </fill>
1002
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
1003
+ <p>
1004
+ <strong>
1005
+ <span color="rgba(255, 255, 255, 1)" fontSize="12">可以更好的</span>
1006
+ </strong>
1007
+ </p>
1008
+ </content>
1009
+ </shape>
1010
+ <shape width="376" height="342" topLeftX="46" topLeftY="164" presetHandlers="12" type="round-rect">
1011
+ <border color="linear-gradient(180deg,rgba(48, 70, 99, 0.34) 0%,rgba(37, 43, 51, 0) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
1012
+ <content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(67, 86, 113, 1)" lineSpacing="multiple:1.8" textAlign="left">
1013
+ <ul>
1014
+ <li>
1015
+ <p lineSpacing="multiple:1.8">
1016
+ <span color="rgba(67, 86, 113, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
1017
+ </p>
1018
+ </li>
1019
+ <li>
1020
+ <p lineSpacing="multiple:1.8">
1021
+ <span color="rgba(67, 86, 113, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
1022
+ </p>
1023
+ </li>
1024
+ <li>
1025
+ <p lineSpacing="multiple:1.8">
1026
+ <span color="rgba(67, 86, 113, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
1027
+ </p>
1028
+ </li>
1029
+ </ul>
1030
+ </content>
1031
+ </shape>
1032
+ <shape width="376" height="342" topLeftX="448" topLeftY="164" presetHandlers="12" type="round-rect">
1033
+ <border color="linear-gradient(180deg,rgba(48, 70, 99, 0.34) 0%,rgba(37, 43, 51, 0) 100%)" width="1" lineJoin="miter" miterLimit="10"/>
1034
+ <content verticalAlign="top" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(67, 86, 113, 1)" lineSpacing="multiple:1.8" textAlign="left">
1035
+ <ul>
1036
+ <li>
1037
+ <p lineSpacing="multiple:1.8">
1038
+ <span color="rgba(67, 86, 113, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
1039
+ </p>
1040
+ </li>
1041
+ <li>
1042
+ <p lineSpacing="multiple:1.8">
1043
+ <span color="rgba(67, 86, 113, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
1044
+ </p>
1045
+ </li>
1046
+ <li>
1047
+ <p lineSpacing="multiple:1.8">
1048
+ <span color="rgba(67, 86, 113, 1)" fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
1049
+ </p>
1050
+ </li>
1051
+ </ul>
1052
+ </content>
1053
+ </shape>
1054
+ </data>
1055
+ <note>
1056
+ <content/>
1057
+ </note>
1058
+ </slide>
1059
+ <slide>
1060
+ <style>
1061
+ <fill>
1062
+ <fillImg src="CeT7bMsMSoDAobx3VOgcluxNnac" alpha="1" rotateWithShape="false"/>
1063
+ </fill>
1064
+ </style>
1065
+ <data>
1066
+ <shape width="466" height="77" topLeftX="247" topLeftY="212" type="text">
1067
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" color="rgba(67, 86, 113, 1)" bold="true">
1068
+ <p>
1069
+ <strong>
1070
+ <span color="rgba(255, 255, 255, 1)" fontSize="38">未来规划 Future Planning</span>
1071
+ </strong>
1072
+ </p>
1073
+ </content>
1074
+ </shape>
1075
+ </data>
1076
+ <note>
1077
+ <content/>
1078
+ </note>
1079
+ </slide>
1080
+ <slide>
1081
+ <style>
1082
+ <fill>
1083
+ <fillImg src="CcdZb7zBbovgU3xDjvxcpvRtnng" alpha="1" rotateWithShape="false"/>
1084
+ </fill>
1085
+ </style>
1086
+ <data>
1087
+ <shape width="708" height="116" topLeftX="167" topLeftY="193" type="text">
1088
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
1089
+ <ul>
1090
+ <li>
1091
+ <p lineSpacing="multiple:2">
1092
+ <strong>
1093
+ <span color="rgba(37, 43, 51, 1)" fontSize="12">KR1</span>
1094
+ </strong>
1095
+ <span color="rgba(37, 43, 51, 1)" fontSize="12"> - 描述相关的信息以解释你的标题。</span>
1096
+ </p>
1097
+ </li>
1098
+ <li>
1099
+ <p lineSpacing="multiple:2">
1100
+ <strong>
1101
+ <span color="rgba(37, 43, 51, 1)" fontSize="12">KR2 </span>
1102
+ </strong>
1103
+ <span color="rgba(37, 43, 51, 1)" fontSize="12" bold="false">- 描述相关的信息以解释你的标题。</span>
1104
+ </p>
1105
+ </li>
1106
+ <li>
1107
+ <p lineSpacing="multiple:2">
1108
+ <strong>
1109
+ <span color="rgba(37, 43, 51, 1)" fontSize="12">KR3</span>
1110
+ </strong>
1111
+ <span color="rgba(37, 43, 51, 1)" fontSize="12" bold="false"> - 描述相关的信息以解释你的标题。</span>
1112
+ </p>
1113
+ </li>
1114
+ <li>
1115
+ <p lineSpacing="multiple:2">
1116
+ <strong>
1117
+ <span color="rgba(37, 43, 51, 1)" fontSize="12">KR4 </span>
1118
+ </strong>
1119
+ <span color="rgba(37, 43, 51, 1)" fontSize="12" bold="false">- 描述相关的信息以解释你的标题。</span>
1120
+ </p>
1121
+ </li>
1122
+ </ul>
1123
+ </content>
1124
+ </shape>
1125
+ <shape width="708" height="116" topLeftX="167" topLeftY="386" type="text">
1126
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)">
1127
+ <ul>
1128
+ <li>
1129
+ <p lineSpacing="multiple:2">
1130
+ <strong>
1131
+ <span color="rgba(37, 43, 51, 1)" fontSize="12">KR1</span>
1132
+ </strong>
1133
+ <span color="rgba(37, 43, 51, 1)" fontSize="12"> - 描述相关的信息以解释你的标题。</span>
1134
+ </p>
1135
+ </li>
1136
+ <li>
1137
+ <p lineSpacing="multiple:2">
1138
+ <strong>
1139
+ <span color="rgba(37, 43, 51, 1)" fontSize="12">KR2 </span>
1140
+ </strong>
1141
+ <span color="rgba(37, 43, 51, 1)" fontSize="12" bold="false">- 描述相关的信息以解释你的标题。</span>
1142
+ </p>
1143
+ </li>
1144
+ <li>
1145
+ <p lineSpacing="multiple:2">
1146
+ <strong>
1147
+ <span color="rgba(37, 43, 51, 1)" fontSize="12">KR3</span>
1148
+ </strong>
1149
+ <span color="rgba(37, 43, 51, 1)" fontSize="12" bold="false"> - 描述相关的信息以解释你的标题。</span>
1150
+ </p>
1151
+ </li>
1152
+ <li>
1153
+ <p lineSpacing="multiple:2">
1154
+ <strong>
1155
+ <span color="rgba(37, 43, 51, 1)" fontSize="12">KR4 </span>
1156
+ </strong>
1157
+ <span color="rgba(37, 43, 51, 1)" fontSize="12" bold="false">- 描述相关的信息以解释你的标题。</span>
1158
+ </p>
1159
+ </li>
1160
+ </ul>
1161
+ </content>
1162
+ </shape>
1163
+ <shape width="56" height="40" topLeftX="103" topLeftY="139" type="text">
1164
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="true">
1165
+ <p lineSpacing="multiple:1">
1166
+ <strong>
1167
+ <span color="rgba(67, 86, 113, 1)" fontSize="20">O1</span>
1168
+ </strong>
1169
+ </p>
1170
+ </content>
1171
+ </shape>
1172
+ <shape width="708" height="52" topLeftX="157" topLeftY="133" presetHandlers="26" alpha="0.5" type="round-rect">
1173
+ <fill>
1174
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1175
+ </fill>
1176
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1177
+ <shadow offset="0" angle="90" blur="18" color="rgba(16, 50, 98, 0.1)"/>
1178
+ </shape>
1179
+ <shape width="603" height="41" topLeftX="172" topLeftY="138" type="text">
1180
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="true">
1181
+ <p>
1182
+ <strong>
1183
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">单击此处输入你的正文,文字是您思想的提炼为了最终演示发布的良好效果</span>
1184
+ </strong>
1185
+ </p>
1186
+ </content>
1187
+ </shape>
1188
+ <shape width="56" height="40" topLeftX="106" topLeftY="331" type="text">
1189
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="true">
1190
+ <p lineSpacing="multiple:1">
1191
+ <strong>
1192
+ <span color="rgba(67, 86, 113, 1)" fontSize="20">O2</span>
1193
+ </strong>
1194
+ </p>
1195
+ </content>
1196
+ </shape>
1197
+ <shape width="708" height="52" topLeftX="160" topLeftY="325" presetHandlers="26" alpha="0.5" type="round-rect">
1198
+ <fill>
1199
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1200
+ </fill>
1201
+ <border color="rgba(255, 255, 255, 1)" width="1" lineJoin="miter" miterLimit="10"/>
1202
+ <shadow offset="0" angle="90" blur="18" color="rgba(16, 50, 98, 0.1)"/>
1203
+ </shape>
1204
+ <shape width="603" height="41" topLeftX="175" topLeftY="331" type="text">
1205
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" bold="true">
1206
+ <p>
1207
+ <strong>
1208
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">单击此处输入你的正文,文字是您思想的提炼为了最终演示发布的良好效果</span>
1209
+ </strong>
1210
+ </p>
1211
+ </content>
1212
+ </shape>
1213
+ <shape width="395" height="41" topLeftX="283" topLeftY="74" alpha="0.6" type="text">
1214
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(67, 86, 113, 1)" textAlign="center">
1215
+ <p>
1216
+ <span color="rgba(67, 86, 113, 1)" fontSize="14">Future Planning</span>
1217
+ </p>
1218
+ </content>
1219
+ </shape>
1220
+ <shape width="395" height="56" topLeftX="283" topLeftY="38" type="text">
1221
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(67, 86, 113, 1)" bold="true" textAlign="center">
1222
+ <p>
1223
+ <strong>
1224
+ <span color="rgba(67, 86, 113, 1)" fontSize="24">未来规划</span>
1225
+ </strong>
1226
+ </p>
1227
+ </content>
1228
+ </shape>
1229
+ </data>
1230
+ <note>
1231
+ <content/>
1232
+ </note>
1233
+ </slide>
1234
+ <slide>
1235
+ <style>
1236
+ <fill>
1237
+ <fillImg src="FIQ7bmN4HomZJ4xw5Jdc2VQXnuf" alpha="1" rotateWithShape="false"/>
1238
+ </fill>
1239
+ </style>
1240
+ <data>
1241
+ <shape width="566" height="77" topLeftX="197" topLeftY="212" type="text">
1242
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
1243
+ <p>
1244
+ <span color="rgba(255, 255, 255, 1)">Thank you</span>
1245
+ </p>
1246
+ </content>
1247
+ </shape>
1248
+ </data>
1249
+ <note>
1250
+ <content/>
1251
+ </note>
1252
+ </slide>
1253
+ </presentation>