@wagemule/daemon 0.1.0 → 0.1.3

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