@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,696 @@
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(248, 247, 246, 1)"/>
6
+ </background>
7
+ <textStyles>
8
+ <title fontColor="#000000FF" fontSize="80"/>
9
+ <headline fontColor="#000000FF" fontSize="28"/>
10
+ <sub-headline fontColor="#000000FF" fontSize="22"/>
11
+ <body fontColor="#000000FF"/>
12
+ <caption fontSize="14"/>
13
+ </textStyles>
14
+ </theme>
15
+ <slide>
16
+ <style>
17
+ <fill>
18
+ <fillColor color="rgba(248, 247, 246, 1)"/>
19
+ </fill>
20
+ </style>
21
+ <data>
22
+ <shape width="494" height="180" topLeftX="39" topLeftY="111" type="text">
23
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="80" bold="true" lineSpacing="multiple:1">
24
+ <p lineSpacing="multiple:1">
25
+ <span color="rgba(236, 145, 78, 1)">Self</span>
26
+ </p>
27
+ <p lineSpacing="multiple:1">Introduction</p>
28
+ </content>
29
+ </shape>
30
+ <shape width="250" height="62" topLeftX="39" topLeftY="289" type="text">
31
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" bold="false">
32
+ <p>
33
+ <span bold="false">个人介绍</span>
34
+ </p>
35
+ </content>
36
+ </shape>
37
+ <shape width="54" height="98" topLeftX="805" topLeftY="47" rotation="270" type="round2diag-rect">
38
+ <fill>
39
+ <fillColor color="rgba(51, 71, 255, 1)"/>
40
+ </fill>
41
+ </shape>
42
+ <shape width="98" height="98" topLeftX="534" topLeftY="398" type="rt-triangle">
43
+ <fill>
44
+ <fillColor color="rgba(23, 182, 156, 1)"/>
45
+ </fill>
46
+ </shape>
47
+ <shape width="98" height="98" topLeftX="534" topLeftY="300" rotation="270" type="round1rect">
48
+ <fill>
49
+ <fillColor color="rgba(216, 57, 49, 1)"/>
50
+ </fill>
51
+ </shape>
52
+ <img src="PwZDbqSihocHdFxyqlycMrfVnEc" width="250" height="373" topLeftX="631" topLeftY="122">
53
+ <crop type="round2diag-rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
54
+ </img>
55
+ <shape width="290" height="41" topLeftX="39" topLeftY="455" type="text">
56
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(128, 128, 128, 1)">
57
+ <p>关于你的一些小介绍文案</p>
58
+ </content>
59
+ </shape>
60
+ <shape width="180" height="180" topLeftX="541" topLeftY="32" type="donut">
61
+ <fill>
62
+ <fillColor color="rgba(250, 211, 85, 1)"/>
63
+ </fill>
64
+ </shape>
65
+ </data>
66
+ <note>
67
+ <content/>
68
+ </note>
69
+ </slide>
70
+ <slide>
71
+ <style>
72
+ <fill>
73
+ <fillColor color="rgba(51, 71, 255, 1)"/>
74
+ </fill>
75
+ </style>
76
+ <data>
77
+ <shape width="494" height="84" topLeftX="39" topLeftY="101" type="text">
78
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1">
79
+ <p lineSpacing="multiple:1">
80
+ <span color="rgba(250, 211, 85, 1)" fontSize="64">Hello,</span>
81
+ </p>
82
+ </content>
83
+ </shape>
84
+ <shape width="494" height="84" topLeftX="39" topLeftY="179" type="text">
85
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1">
86
+ <p lineSpacing="multiple:1">
87
+ <span color="rgba(248, 247, 246, 1)" fontSize="64">我是 Monica</span>
88
+ </p>
89
+ </content>
90
+ </shape>
91
+ <shape width="98" height="98" topLeftX="237" topLeftY="399" type="rt-triangle">
92
+ <fill>
93
+ <fillColor color="rgba(23, 182, 156, 1)"/>
94
+ </fill>
95
+ </shape>
96
+ <shape width="184" height="98" topLeftX="335" topLeftY="399" rotation="0" type="round2diag-rect">
97
+ <fill>
98
+ <fillColor color="rgba(236, 145, 78, 1)"/>
99
+ </fill>
100
+ </shape>
101
+ <shape width="196" height="196" topLeftX="41" topLeftY="301" type="donut">
102
+ <fill>
103
+ <fillColor color="rgba(250, 211, 85, 1)"/>
104
+ </fill>
105
+ </shape>
106
+ <shape width="72" height="72" topLeftX="433" topLeftY="412" type="pie">
107
+ <fill>
108
+ <fillColor color="rgba(248, 247, 246, 1)"/>
109
+ </fill>
110
+ </shape>
111
+ <undefined type="fallback"/>
112
+ </data>
113
+ <note>
114
+ <content/>
115
+ </note>
116
+ </slide>
117
+ <slide>
118
+ <style>
119
+ <fill>
120
+ <fillColor color="rgba(248, 247, 246, 1)"/>
121
+ </fill>
122
+ </style>
123
+ <data>
124
+ <shape width="612" height="92" topLeftX="174" topLeftY="291" type="text">
125
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(128, 128, 128, 1)" textAlign="center">
126
+ <p>单击此处输入你的正文,文字是您思想的提炼,为了最终演示发布的良好效果,请尽量言简意赅的阐述观点;根据需要可酌情增减文字,以便观者可以准确理解您所传达的信息。</p>
127
+ </content>
128
+ </shape>
129
+ <shape width="612" height="116" topLeftX="174" topLeftY="176" type="text">
130
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="80" color="rgba(236, 145, 78, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="center">
131
+ <p>职业设计师</p>
132
+ </content>
133
+ </shape>
134
+ <shape width="612" height="53" topLeftX="174" topLeftY="142" type="text">
135
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" bold="true" textAlign="center">
136
+ <p>我是一个</p>
137
+ </content>
138
+ </shape>
139
+ </data>
140
+ <note>
141
+ <content/>
142
+ </note>
143
+ </slide>
144
+ <slide>
145
+ <style>
146
+ <fill>
147
+ <fillColor color="rgba(248, 247, 246, 1)"/>
148
+ </fill>
149
+ </style>
150
+ <data>
151
+ <undefined type="fallback"/>
152
+ <shape width="612" height="53" topLeftX="174" topLeftY="70" type="text">
153
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="22" bold="true" textAlign="center">
154
+ <p>我的作品</p>
155
+ </content>
156
+ </shape>
157
+ </data>
158
+ <note>
159
+ <content/>
160
+ </note>
161
+ </slide>
162
+ <slide>
163
+ <style>
164
+ <fill>
165
+ <fillColor color="rgba(51, 71, 255, 1)"/>
166
+ </fill>
167
+ </style>
168
+ <data>
169
+ <shape width="494" height="84" topLeftX="39" topLeftY="97" type="text">
170
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1">
171
+ <p lineSpacing="multiple:1">
172
+ <span color="rgba(248, 247, 246, 1)" fontSize="64">我的职业生涯</span>
173
+ </p>
174
+ </content>
175
+ </shape>
176
+ <table topLeftX="50" topLeftY="307">
177
+ <colgroup>
178
+ <col span="3" width="290"/>
179
+ </colgroup>
180
+ <tr height="62">
181
+ <td>
182
+ <borderTop color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
183
+ <borderRight color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
184
+ <borderBottom color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
185
+ <borderLeft color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
186
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
187
+ <p>
188
+ <strong>
189
+ <span color="rgba(255, 255, 255, 1)" fontSize="28">01</span>
190
+ </strong>
191
+ </p>
192
+ </content>
193
+ </td>
194
+ <td>
195
+ <borderTop color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
196
+ <borderRight color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
197
+ <borderBottom color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
198
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
199
+ <p>
200
+ <strong>
201
+ <span color="rgba(255, 255, 255, 1)" fontSize="28">02</span>
202
+ </strong>
203
+ </p>
204
+ </content>
205
+ </td>
206
+ <td>
207
+ <borderTop color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
208
+ <borderRight color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
209
+ <borderBottom color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
210
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
211
+ <p>
212
+ <strong>
213
+ <span color="rgba(255, 255, 255, 1)" fontSize="28">03</span>
214
+ </strong>
215
+ </p>
216
+ </content>
217
+ </td>
218
+ </tr>
219
+ <tr height="43">
220
+ <td>
221
+ <borderRight color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
222
+ <borderBottom color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
223
+ <borderLeft color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
224
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
225
+ <p>
226
+ <strong>
227
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">关键节点 #1</span>
228
+ </strong>
229
+ </p>
230
+ </content>
231
+ </td>
232
+ <td>
233
+ <borderRight color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
234
+ <borderBottom color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
235
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
236
+ <p>关键节点 #2</p>
237
+ </content>
238
+ </td>
239
+ <td>
240
+ <borderRight color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
241
+ <borderBottom color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
242
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="left">
243
+ <p>关键节点 #3</p>
244
+ </content>
245
+ </td>
246
+ </tr>
247
+ <tr height="62">
248
+ <td>
249
+ <borderRight color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
250
+ <borderBottom color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
251
+ <borderLeft color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
252
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 0.659)" textAlign="left">
253
+ <p>
254
+ <span color="rgba(255, 255, 255, 0.659)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
255
+ </p>
256
+ </content>
257
+ </td>
258
+ <td>
259
+ <borderRight color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
260
+ <borderBottom color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
261
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 0.659)" textAlign="left">
262
+ <p>
263
+ <span color="rgba(255, 255, 255, 0.659)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
264
+ </p>
265
+ </content>
266
+ </td>
267
+ <td>
268
+ <borderRight color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
269
+ <borderBottom color="rgba(255, 255, 255, 0.4)" lineJoin="miter" miterLimit="10"/>
270
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 0.659)" textAlign="left">
271
+ <p>
272
+ <span color="rgba(255, 255, 255, 0.659)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
273
+ </p>
274
+ </content>
275
+ </td>
276
+ </tr>
277
+ </table>
278
+ <shape width="60" height="60" topLeftX="660" topLeftY="190" rotation="270" type="rt-triangle">
279
+ <fill>
280
+ <fillColor color="rgba(255, 255, 255, 1)"/>
281
+ </fill>
282
+ </shape>
283
+ <shape width="98" height="98" topLeftX="724" topLeftY="54" type="donut">
284
+ <fill>
285
+ <fillColor color="rgba(236, 145, 78, 1)"/>
286
+ </fill>
287
+ </shape>
288
+ <shape width="201" height="98" topLeftX="720" topLeftY="151" rotation="0" presetHandlers="49" type="round-rect">
289
+ <fill>
290
+ <fillColor color="rgba(23, 182, 156, 1)"/>
291
+ </fill>
292
+ </shape>
293
+ <shape width="98" height="98" topLeftX="822" topLeftY="54" rotation="0" type="rt-triangle">
294
+ <fill>
295
+ <fillColor color="rgba(250, 211, 85, 1)"/>
296
+ </fill>
297
+ </shape>
298
+ </data>
299
+ <note>
300
+ <content/>
301
+ </note>
302
+ </slide>
303
+ <slide>
304
+ <style>
305
+ <fill>
306
+ <fillColor color="rgba(248, 247, 246, 1)"/>
307
+ </fill>
308
+ </style>
309
+ <data>
310
+ <shape width="465" height="85" topLeftX="39" topLeftY="95" type="text">
311
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="54" bold="true" lineSpacing="multiple:1.2">
312
+ <p lineSpacing="multiple:1.2">
313
+ <span color="rgba(31, 35, 41, 1)" fontSize="54">我获得的</span>
314
+ <span fontSize="54"> </span>
315
+ <span color="rgba(236, 145, 78, 1)" fontSize="54">XXX</span>
316
+ </p>
317
+ </content>
318
+ </shape>
319
+ <shape width="361" height="104" topLeftX="39" topLeftY="180" type="text">
320
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(128, 128, 128, 1)" textAlign="left">
321
+ <p>单击此处输入你的正文,文字是您思想的提炼,为了最终演示发布的良好效果,请尽量言简意赅的阐述观点;根据需要可酌情增减文字,以便观者可以准确理解您所传达的信息。</p>
322
+ </content>
323
+ </shape>
324
+ <img src="AwuPblzvMoG7Huxr1HdcqoeFn5c" width="338" height="393" topLeftX="578" topLeftY="87" contrast="-20" saturation="-14">
325
+ <crop type="round2diag-rect" leftOffset="23" rightOffset="3" topOffset="85" bottomOffset="67"/>
326
+ </img>
327
+ </data>
328
+ <note>
329
+ <content/>
330
+ </note>
331
+ </slide>
332
+ <slide>
333
+ <style>
334
+ <fill>
335
+ <fillColor color="rgba(248, 247, 246, 1)"/>
336
+ </fill>
337
+ </style>
338
+ <data>
339
+ <shape width="98" height="98" topLeftX="601" topLeftY="403" rotation="270" type="rt-triangle">
340
+ <fill>
341
+ <fillColor color="rgba(23, 182, 156, 1)"/>
342
+ </fill>
343
+ </shape>
344
+ <shape width="196" height="196" topLeftX="699" topLeftY="305" type="slides-block-arc">
345
+ <fill>
346
+ <fillColor color="rgba(250, 211, 85, 1)"/>
347
+ </fill>
348
+ </shape>
349
+ <shape width="98" height="98" topLeftX="810" topLeftY="293" rotation="270" type="ellipse">
350
+ <fill>
351
+ <fillColor color="rgba(216, 57, 49, 1)"/>
352
+ </fill>
353
+ </shape>
354
+ <shape width="98" height="98" topLeftX="601" topLeftY="305" rotation="180" type="round1rect">
355
+ <fill>
356
+ <fillColor color="rgba(51, 71, 255, 1)"/>
357
+ </fill>
358
+ </shape>
359
+ <shape width="465" height="150" topLeftX="39" topLeftY="347" type="text">
360
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="54" bold="true" lineSpacing="multiple:1.2">
361
+ <p lineSpacing="multiple:1.2">
362
+ <span color="rgba(31, 35, 41, 1)" fontSize="54">除了是个设计师,</span>
363
+ </p>
364
+ <p lineSpacing="multiple:1.2">
365
+ <span color="rgba(31, 35, 41, 1)" fontSize="54">我还是</span>
366
+ <span fontSize="54"> </span>
367
+ <span color="rgba(236, 145, 78, 1)" fontSize="54">XXX</span>
368
+ </p>
369
+ </content>
370
+ </shape>
371
+ <shape width="262" height="160" topLeftX="58" topLeftY="94" type="rect">
372
+ <border color="rgba(128, 128, 128, 1)" width="1" lineJoin="miter" miterLimit="10"/>
373
+ </shape>
374
+ <shape width="171" height="42" topLeftX="133" topLeftY="112" type="text">
375
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.2" textAlign="left">
376
+ <p lineSpacing="multiple:1.2">
377
+ <strong>
378
+ <span fontSize="18">职业技能 #1</span>
379
+ </strong>
380
+ </p>
381
+ </content>
382
+ </shape>
383
+ <shape width="231" height="83" topLeftX="70" topLeftY="156" type="text">
384
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(128, 128, 128, 1)" textAlign="left">
385
+ <p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
386
+ </content>
387
+ </shape>
388
+ <shape width="60" height="62" topLeftX="78" topLeftY="102" type="text">
389
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" bold="true" textAlign="left">
390
+ <p>01</p>
391
+ </content>
392
+ </shape>
393
+ <shape width="262" height="160" topLeftX="339" topLeftY="94" type="rect">
394
+ <border color="rgba(128, 128, 128, 1)" width="1" lineJoin="miter" miterLimit="10"/>
395
+ </shape>
396
+ <shape width="171" height="42" topLeftX="413" topLeftY="112" type="text">
397
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.2" textAlign="left">
398
+ <p lineSpacing="multiple:1.2">职业技能 #2</p>
399
+ </content>
400
+ </shape>
401
+ <shape width="231" height="83" topLeftX="350" topLeftY="156" type="text">
402
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(128, 128, 128, 1)" textAlign="left">
403
+ <p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
404
+ </content>
405
+ </shape>
406
+ <shape width="60" height="62" topLeftX="358" topLeftY="102" type="text">
407
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" bold="true" textAlign="left">
408
+ <p>02</p>
409
+ </content>
410
+ </shape>
411
+ <shape width="262" height="160" topLeftX="619" topLeftY="94" type="rect">
412
+ <border color="rgba(128, 128, 128, 1)" width="1" lineJoin="miter" miterLimit="10"/>
413
+ </shape>
414
+ <shape width="171" height="42" topLeftX="693" topLeftY="112" type="text">
415
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.2" textAlign="left">
416
+ <p lineSpacing="multiple:1.2">职业技能 #3</p>
417
+ </content>
418
+ </shape>
419
+ <shape width="231" height="83" topLeftX="630" topLeftY="156" type="text">
420
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(128, 128, 128, 1)" textAlign="left">
421
+ <p>描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</p>
422
+ </content>
423
+ </shape>
424
+ <shape width="60" height="62" topLeftX="638" topLeftY="102" type="text">
425
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="28" color="rgba(31, 35, 41, 1)" bold="true" textAlign="left">
426
+ <p>
427
+ <span color="rgba(31, 35, 41, 1)">03</span>
428
+ </p>
429
+ </content>
430
+ </shape>
431
+ </data>
432
+ <note>
433
+ <content/>
434
+ </note>
435
+ </slide>
436
+ <slide>
437
+ <style>
438
+ <fill>
439
+ <fillColor color="rgba(51, 71, 255, 1)"/>
440
+ </fill>
441
+ </style>
442
+ <data>
443
+ <shape width="300" height="135" topLeftX="39" topLeftY="104" type="text">
444
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
445
+ <p lineSpacing="multiple:1.2">
446
+ <span color="rgba(255, 255, 255, 1)" fontSize="48">如何与客户进行相处</span>
447
+ </p>
448
+ </content>
449
+ </shape>
450
+ <shape width="98" height="98" topLeftX="53" topLeftY="389" rotation="270" type="rt-triangle">
451
+ <fill>
452
+ <fillColor color="rgba(23, 182, 156, 1)"/>
453
+ </fill>
454
+ </shape>
455
+ <shape width="166" height="166" topLeftX="151" topLeftY="293" rotation="90" type="slides-block-arc">
456
+ <fill>
457
+ <fillColor color="rgba(250, 211, 85, 1)"/>
458
+ </fill>
459
+ </shape>
460
+ <shape width="98" height="98" topLeftX="248" topLeftY="389" rotation="270" type="round1rect">
461
+ <fill>
462
+ <fillColor color="rgba(255, 255, 255, 1)"/>
463
+ </fill>
464
+ </shape>
465
+ <shape width="98" height="98" topLeftX="248" topLeftY="389" rotation="270" type="rt-triangle">
466
+ <fill>
467
+ <fillColor color="rgba(236, 145, 78, 1)"/>
468
+ </fill>
469
+ </shape>
470
+ <shape width="64" height="64" topLeftX="423" topLeftY="130" presetHandlers="32" type="rect">
471
+ <fill>
472
+ <fillColor color="rgba(255, 255, 255, 1)"/>
473
+ </fill>
474
+ </shape>
475
+ <icon width="45" height="45" topLeftX="432" topLeftY="140" iconType="iconpark/Office/application-effect.svg">
476
+ <border width="2" lineJoin="miter" miterLimit="10"/>
477
+ </icon>
478
+ <shape width="171" height="42" topLeftX="506" topLeftY="142" type="text">
479
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="left">
480
+ <p lineSpacing="multiple:1.2">
481
+ <strong>
482
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">步骤 #1</span>
483
+ </strong>
484
+ </p>
485
+ </content>
486
+ </shape>
487
+ <shape width="231" height="83" topLeftX="414" topLeftY="202" type="text">
488
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 0.659)" textAlign="left">
489
+ <p>
490
+ <span color="rgba(255, 255, 255, 0.659)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
491
+ </p>
492
+ </content>
493
+ </shape>
494
+ <shape width="64" height="64" topLeftX="679" topLeftY="130" type="rect">
495
+ <fill>
496
+ <fillColor color="rgba(250, 211, 85, 1)"/>
497
+ </fill>
498
+ </shape>
499
+ <icon width="45" height="45" topLeftX="689" topLeftY="140" iconType="iconpark/Base/home.svg">
500
+ <border width="2" lineJoin="miter" miterLimit="10"/>
501
+ </icon>
502
+ <shape width="171" height="42" topLeftX="762" topLeftY="142" type="text">
503
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="left">
504
+ <p lineSpacing="multiple:1.2">
505
+ <strong>
506
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">步骤 #2</span>
507
+ </strong>
508
+ </p>
509
+ </content>
510
+ </shape>
511
+ <shape width="231" height="83" topLeftX="670" topLeftY="202" type="text">
512
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 0.659)" textAlign="left">
513
+ <p>
514
+ <span color="rgba(255, 255, 255, 0.659)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
515
+ </p>
516
+ </content>
517
+ </shape>
518
+ <shape width="64" height="64" topLeftX="426" topLeftY="305" type="rect">
519
+ <fill>
520
+ <fillColor color="rgba(250, 211, 85, 1)"/>
521
+ </fill>
522
+ </shape>
523
+ <icon width="45" height="45" topLeftX="436" topLeftY="314" iconType="iconpark/Charts/chart-line.svg">
524
+ <border width="2" lineJoin="miter" miterLimit="10"/>
525
+ </icon>
526
+ <shape width="171" height="42" topLeftX="509" topLeftY="316" type="text">
527
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="left">
528
+ <p lineSpacing="multiple:1.2">
529
+ <strong>
530
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">步骤 #1</span>
531
+ </strong>
532
+ </p>
533
+ </content>
534
+ </shape>
535
+ <shape width="231" height="83" topLeftX="417" topLeftY="376" type="text">
536
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 0.659)" textAlign="left">
537
+ <p>
538
+ <span color="rgba(255, 255, 255, 0.659)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
539
+ </p>
540
+ </content>
541
+ </shape>
542
+ <shape width="64" height="64" topLeftX="683" topLeftY="305" presetHandlers="32" type="rect">
543
+ <fill>
544
+ <fillColor color="rgba(255, 255, 255, 1)"/>
545
+ </fill>
546
+ </shape>
547
+ <icon width="45" height="45" topLeftX="692" topLeftY="314" iconType="iconpark/Office/mail-open.svg">
548
+ <border width="2" lineJoin="miter" miterLimit="10"/>
549
+ </icon>
550
+ <shape width="171" height="42" topLeftX="765" topLeftY="316" type="text">
551
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="left">
552
+ <p lineSpacing="multiple:1.2">
553
+ <strong>
554
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">步骤 #2</span>
555
+ </strong>
556
+ </p>
557
+ </content>
558
+ </shape>
559
+ <shape width="231" height="83" topLeftX="673" topLeftY="376" type="text">
560
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 0.659)" textAlign="left">
561
+ <p>
562
+ <span color="rgba(255, 255, 255, 0.659)">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
563
+ </p>
564
+ </content>
565
+ </shape>
566
+ </data>
567
+ <note>
568
+ <content/>
569
+ </note>
570
+ </slide>
571
+ <slide>
572
+ <style>
573
+ <fill>
574
+ <fillColor color="rgba(51, 71, 255, 1)"/>
575
+ </fill>
576
+ </style>
577
+ <data>
578
+ <shape width="297" height="135" topLeftX="39" topLeftY="104" type="text">
579
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
580
+ <p lineSpacing="multiple:1.2">
581
+ <span color="rgba(255, 255, 255, 1)" fontSize="48">承担对客户的相关责任</span>
582
+ </p>
583
+ </content>
584
+ </shape>
585
+ <undefined type="fallback"/>
586
+ <shape width="98" height="98" topLeftX="53" topLeftY="389" rotation="270" type="rt-triangle">
587
+ <fill>
588
+ <fillColor color="rgba(23, 182, 156, 1)"/>
589
+ </fill>
590
+ </shape>
591
+ <shape width="166" height="166" topLeftX="151" topLeftY="293" rotation="90" type="slides-block-arc">
592
+ <fill>
593
+ <fillColor color="rgba(250, 211, 85, 1)"/>
594
+ </fill>
595
+ </shape>
596
+ <shape width="98" height="98" topLeftX="248" topLeftY="389" rotation="270" type="round1rect">
597
+ <fill>
598
+ <fillColor color="rgba(255, 255, 255, 1)"/>
599
+ </fill>
600
+ </shape>
601
+ <shape width="98" height="98" topLeftX="248" topLeftY="389" rotation="270" type="rt-triangle">
602
+ <fill>
603
+ <fillColor color="rgba(236, 145, 78, 1)"/>
604
+ </fill>
605
+ </shape>
606
+ </data>
607
+ <note>
608
+ <content/>
609
+ </note>
610
+ </slide>
611
+ <slide>
612
+ <style>
613
+ <fill>
614
+ <fillColor color="rgba(248, 247, 246, 1)"/>
615
+ </fill>
616
+ </style>
617
+ <data>
618
+ <shape width="465" height="150" topLeftX="32" topLeftY="88" type="text">
619
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="54" bold="true" lineSpacing="multiple:1.2">
620
+ <p lineSpacing="multiple:1.2">
621
+ <span color="rgba(31, 35, 41, 1)" fontSize="54">与我合作客户的</span>
622
+ </p>
623
+ <p lineSpacing="multiple:1.2">
624
+ <span color="rgba(236, 145, 78, 1)" fontSize="54">成功案例</span>
625
+ </p>
626
+ </content>
627
+ </shape>
628
+ <undefined type="fallback"/>
629
+ <shape width="361" height="41" topLeftX="42" topLeftY="233" type="text">
630
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(128, 128, 128, 1)" textAlign="left">
631
+ <p>描述相关的信息以解释你的标题。</p>
632
+ </content>
633
+ </shape>
634
+ <shape width="465" height="198" topLeftX="462" topLeftY="297" type="rect">
635
+ <fill>
636
+ <fillColor/>
637
+ </fill>
638
+ </shape>
639
+ <img src="UIgDbcJqPolTRvx8sh3czFBvnWg" width="465" height="198" topLeftX="462" topLeftY="297">
640
+ <crop type="rect" leftOffset="20" rightOffset="0" topOffset="267" bottomOffset="20" presetHandlers="0"/>
641
+ </img>
642
+ <img src="QdDebJmlloLN54xhKPac2WGrngb" width="465" height="198" topLeftX="462" topLeftY="81">
643
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="133" bottomOffset="133" presetHandlers="0"/>
644
+ </img>
645
+ </data>
646
+ <note>
647
+ <content/>
648
+ </note>
649
+ </slide>
650
+ <slide>
651
+ <style>
652
+ <fill>
653
+ <fillColor color="rgba(51, 71, 255, 1)"/>
654
+ </fill>
655
+ </style>
656
+ <data>
657
+ <shape width="494" height="84" topLeftX="39" topLeftY="101" type="text">
658
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true" lineSpacing="multiple:1">
659
+ <p lineSpacing="multiple:1">
660
+ <span color="rgba(250, 211, 85, 1)" fontSize="64">Thanks</span>
661
+ </p>
662
+ </content>
663
+ </shape>
664
+ <shape width="494" height="84" topLeftX="39" topLeftY="179" type="text">
665
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1">
666
+ <p lineSpacing="multiple:1">
667
+ <span color="rgba(255, 255, 255, 1)">感谢你的观看</span>
668
+ </p>
669
+ </content>
670
+ </shape>
671
+ <shape width="98" height="98" topLeftX="237" topLeftY="399" type="rt-triangle">
672
+ <fill>
673
+ <fillColor color="rgba(23, 182, 156, 1)"/>
674
+ </fill>
675
+ </shape>
676
+ <shape width="184" height="98" topLeftX="335" topLeftY="399" rotation="0" type="round2diag-rect">
677
+ <fill>
678
+ <fillColor color="rgba(236, 145, 78, 1)"/>
679
+ </fill>
680
+ </shape>
681
+ <shape width="196" height="196" topLeftX="41" topLeftY="301" type="donut">
682
+ <fill>
683
+ <fillColor color="rgba(250, 211, 85, 1)"/>
684
+ </fill>
685
+ </shape>
686
+ <shape width="72" height="72" topLeftX="433" topLeftY="412" type="pie">
687
+ <fill>
688
+ <fillColor color="rgba(248, 247, 246, 1)"/>
689
+ </fill>
690
+ </shape>
691
+ </data>
692
+ <note>
693
+ <content/>
694
+ </note>
695
+ </slide>
696
+ </presentation>