@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,912 @@
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(13, 20, 32, 1)"/>
6
+ </background>
7
+ <textStyles>
8
+ <title fontColor="#000000FF" fontSize="48"/>
9
+ <headline fontColor="#000000FF" fontSize="36"/>
10
+ <sub-headline fontColor="#000000FF"/>
11
+ <body fontColor="#000000FF"/>
12
+ <caption fontColor="#808080FF" fontSize="14"/>
13
+ </textStyles>
14
+ </theme>
15
+ <slide>
16
+ <style>
17
+ <fill>
18
+ <fillImg src="AiubbdDtOosfbEx6K6Oc9jJPnhb" alpha="1" rotateWithShape="false"/>
19
+ </fill>
20
+ </style>
21
+ <data>
22
+ <line startX="51" startY="457" endX="904" endY="456">
23
+ <border color="rgba(143, 149, 158, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
24
+ </line>
25
+ <shape width="300" height="74" topLeftX="51" topLeftY="351" type="text">
26
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)">
27
+ <p>
28
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">主讲人:李天天 </span>
29
+ </p>
30
+ <p>
31
+ <span color="rgba(255, 255, 255, 1)" fontSize="18">资深研究员,创业公司CEO</span>
32
+ </p>
33
+ </content>
34
+ </shape>
35
+ <shape width="547" height="176" topLeftX="46" topLeftY="134" type="text">
36
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="65" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
37
+ <p>
38
+ <strong>
39
+ <span color="rgba(255, 255, 255, 1)" fontSize="65">员工</span>
40
+ </strong>
41
+ </p>
42
+ <p>
43
+ <strong>
44
+ <span color="rgba(255, 255, 255, 1)" fontSize="65">培训指南</span>
45
+ </strong>
46
+ </p>
47
+ </content>
48
+ </shape>
49
+ <shape width="202" height="41" topLeftX="51" topLeftY="462" type="text">
50
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" autoFit="shape-auto-fit">
51
+ <p>输入你的互联网公司</p>
52
+ </content>
53
+ </shape>
54
+ <shape width="16" height="15" topLeftX="78" topLeftY="60" flipX="true" type="round2diag-rect">
55
+ <fill>
56
+ <fillColor color="rgba(255, 255, 255, 1)"/>
57
+ </fill>
58
+ </shape>
59
+ <shape width="36" height="16" topLeftX="48" topLeftY="50" rotation="90" flipX="true" type="round2diag-rect">
60
+ <fill>
61
+ <fillColor color="rgba(255, 255, 255, 1)"/>
62
+ </fill>
63
+ </shape>
64
+ <shape width="16" height="15" topLeftX="78" topLeftY="39" type="ellipse">
65
+ <fill>
66
+ <fillColor color="rgba(255, 255, 255, 1)"/>
67
+ </fill>
68
+ </shape>
69
+ <shape width="202" height="41" topLeftX="712" topLeftY="28" type="text">
70
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" fontFamily="undefined" color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="false" italic="false" underline="false" strikethrough="false" list="none" listStyle="circle-hollow-square" textAlign="right" autoFit="shape-auto-fit">
71
+ <p list="none" textAlign="right">公司名字</p>
72
+ </content>
73
+ </shape>
74
+ <shape width="202" height="39" topLeftX="58" topLeftY="462" type="text">
75
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="undefined" color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="false" italic="false" underline="false" strikethrough="false" list="none" listStyle="circle-hollow-square" textAlign="left" autoFit="shape-auto-fit">
76
+ <p>输入互联网公司</p>
77
+ </content>
78
+ </shape>
79
+ <shape width="202" height="38" topLeftX="702" topLeftY="462" type="text">
80
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="undefined" color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="false" italic="false" underline="false" strikethrough="false" list="none" listStyle="circle-hollow-square" textAlign="right">
81
+ <p>2026年第一季度</p>
82
+ </content>
83
+ </shape>
84
+ </data>
85
+ <note>
86
+ <content/>
87
+ </note>
88
+ </slide>
89
+ <slide>
90
+ <style>
91
+ <fill>
92
+ <fillColor color="rgba(13, 20, 32, 1)"/>
93
+ </fill>
94
+ </style>
95
+ <data>
96
+ <line startX="60" startY="152" endX="540" endY="152" alpha="0.5">
97
+ <border color="rgba(143, 149, 158, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
98
+ </line>
99
+ <shape width="531" height="104" topLeftX="47" topLeftY="38" type="text">
100
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="60" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.4">
101
+ <p>
102
+ <strong>
103
+ <span color="rgba(255, 255, 255, 1)" fontSize="60">目录</span>
104
+ </strong>
105
+ </p>
106
+ </content>
107
+ </shape>
108
+ <shape width="310" height="260" topLeftX="60" topLeftY="203" type="text">
109
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:2.3">
110
+ <ul listStyle="circle-hollow-square">
111
+ <li>
112
+ <p lineSpacing="multiple:3">
113
+ <strong>
114
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">培训目的</span>
115
+ </strong>
116
+ </p>
117
+ </li>
118
+ <li>
119
+ <p lineSpacing="multiple:3">
120
+ <strong>
121
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">合同签订的注意事项</span>
122
+ </strong>
123
+ </p>
124
+ </li>
125
+ <li>
126
+ <p lineSpacing="multiple:3">
127
+ <strong>
128
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">劳动争议风险</span>
129
+ </strong>
130
+ </p>
131
+ </li>
132
+ <li>
133
+ <p lineSpacing="multiple:3">
134
+ <strong>
135
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">知识产权及商业机密风险</span>
136
+ </strong>
137
+ </p>
138
+ </li>
139
+ <li>
140
+ <p lineSpacing="multiple:3">
141
+ <strong>
142
+ <span color="rgba(255, 255, 255, 1)" fontSize="16">商业道德方面</span>
143
+ </strong>
144
+ </p>
145
+ </li>
146
+ </ul>
147
+ </content>
148
+ </shape>
149
+ </data>
150
+ <note>
151
+ <content/>
152
+ </note>
153
+ </slide>
154
+ <slide>
155
+ <style>
156
+ <fill>
157
+ <fillImg src="NXFgbhXpSoDgJGxhkF4c8vC4n6e" alpha="1" rotateWithShape="false"/>
158
+ </fill>
159
+ </style>
160
+ <data>
161
+ <line startX="51" startY="457" endX="904" endY="456">
162
+ <border color="linear-gradient(90deg,rgba(4, 58, 138, 1) 0%,rgba(104, 158, 239, 1) 16%,rgba(152, 222, 251, 1) 36%,rgba(255, 157, 11, 1) 66%,rgba(255, 92, 0, 1) 84%,rgba(62, 15, 197, 1) 100%)" lineCap="square" lineJoin="miter" miterLimit="10"/>
163
+ </line>
164
+ <shape width="347" height="83" topLeftX="34" topLeftY="94" alpha="0.5" type="text">
165
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
166
+ <p>
167
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</span>
168
+ </p>
169
+ </content>
170
+ </shape>
171
+ <shape width="895" height="64" topLeftX="34" topLeftY="31" type="text">
172
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
173
+ <p>
174
+ <strong>
175
+ <span color="rgba(255, 255, 255, 1)" fontSize="32">培训目的</span>
176
+ </strong>
177
+ </p>
178
+ </content>
179
+ </shape>
180
+ <shape width="422" height="224" topLeftX="512" topLeftY="190" type="text">
181
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="200" fontFamily="黑体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="right">
182
+ <p>01</p>
183
+ </content>
184
+ </shape>
185
+ <shape width="10" height="10" topLeftX="65" topLeftY="484" flipX="true" type="round2diag-rect">
186
+ <fill>
187
+ <fillColor color="rgba(255, 255, 255, 1)"/>
188
+ </fill>
189
+ </shape>
190
+ <shape width="24" height="10" topLeftX="45" topLeftY="476" rotation="90" flipX="true" type="round2diag-rect">
191
+ <fill>
192
+ <fillColor color="rgba(255, 255, 255, 1)"/>
193
+ </fill>
194
+ </shape>
195
+ <shape width="10" height="10" topLeftX="65" topLeftY="470" type="ellipse">
196
+ <fill>
197
+ <fillColor color="rgba(255, 255, 255, 1)"/>
198
+ </fill>
199
+ </shape>
200
+ <shape width="202" height="38" topLeftX="702" topLeftY="462" type="text">
201
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="undefined" color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="false" italic="false" underline="false" strikethrough="false" list="none" listStyle="circle-hollow-square" textAlign="right">
202
+ <p>2026年第一季度</p>
203
+ </content>
204
+ </shape>
205
+ </data>
206
+ <note>
207
+ <content/>
208
+ </note>
209
+ </slide>
210
+ <slide>
211
+ <style>
212
+ <fill>
213
+ <fillColor color="rgba(13, 20, 32, 1)"/>
214
+ </fill>
215
+ </style>
216
+ <data>
217
+ <shape width="413" height="326" topLeftX="492" topLeftY="150" presetHandlers="8" flipX="true" alpha="0.2" type="round-rect">
218
+ <border color="rgba(170, 170, 170, 1)" width="1" lineJoin="miter" miterLimit="10"/>
219
+ </shape>
220
+ <shape width="413" height="326" topLeftX="59" topLeftY="150" presetHandlers="8" alpha="0.2" type="round-rect">
221
+ <border color="rgba(170, 170, 170, 1)" width="1" lineJoin="miter" miterLimit="10"/>
222
+ </shape>
223
+ <line startX="59" startY="101" endX="905" endY="101" alpha="0.5">
224
+ <border color="rgba(143, 149, 158, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
225
+ </line>
226
+ <img src="JOdrbcqdUoQvVwxO3bpcScHynPJ" width="382" height="191" topLeftX="508" topLeftY="164">
227
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="8"/>
228
+ </img>
229
+ <img src="PIvhbkqeaoY3O8xp9CEco4ZZnvg" width="382" height="191" topLeftX="75" topLeftY="164">
230
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="8"/>
231
+ </img>
232
+ <shape width="468" height="53" topLeftX="53" topLeftY="48" type="text">
233
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
234
+ <p>培训目的</p>
235
+ </content>
236
+ </shape>
237
+ <shape width="382" height="56" topLeftX="507" topLeftY="411" type="text">
238
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
239
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
240
+ </content>
241
+ </shape>
242
+ <shape width="382" height="56" topLeftX="75" topLeftY="411" type="text">
243
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
244
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
245
+ </content>
246
+ </shape>
247
+ <shape width="382" height="44" topLeftX="508" topLeftY="374" type="text">
248
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
249
+ <p>提高自我防护意识和能力</p>
250
+ </content>
251
+ </shape>
252
+ <shape width="382" height="44" topLeftX="75" topLeftY="374" type="text">
253
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
254
+ <p>增强公司员工法律意识以及法律观念</p>
255
+ </content>
256
+ </shape>
257
+ </data>
258
+ <note>
259
+ <content/>
260
+ </note>
261
+ </slide>
262
+ <slide>
263
+ <style>
264
+ <fill>
265
+ <fillImg src="NXFgbhXpSoDgJGxhkF4c8vC4n6e" alpha="1" rotateWithShape="false"/>
266
+ </fill>
267
+ </style>
268
+ <data>
269
+ <line startX="51" startY="457" endX="904" endY="456">
270
+ <border color="linear-gradient(90deg,rgba(4, 58, 138, 1) 0%,rgba(104, 158, 239, 1) 16%,rgba(152, 222, 251, 1) 36%,rgba(255, 157, 11, 1) 66%,rgba(255, 92, 0, 1) 84%,rgba(62, 15, 197, 1) 100%)" lineCap="square" lineJoin="miter" miterLimit="10"/>
271
+ </line>
272
+ <shape width="347" height="83" topLeftX="34" topLeftY="94" alpha="0.5" type="text">
273
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
274
+ <p>
275
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</span>
276
+ </p>
277
+ </content>
278
+ </shape>
279
+ <shape width="895" height="64" topLeftX="34" topLeftY="31" type="text">
280
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
281
+ <p>
282
+ <strong>
283
+ <span color="rgba(255, 255, 255, 1)" fontSize="32">合同签订的注意事项</span>
284
+ </strong>
285
+ </p>
286
+ </content>
287
+ </shape>
288
+ <shape width="422" height="224" topLeftX="512" topLeftY="190" type="text">
289
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="200" fontFamily="黑体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="right">
290
+ <p>02</p>
291
+ </content>
292
+ </shape>
293
+ <shape width="10" height="10" topLeftX="65" topLeftY="484" flipX="true" type="round2diag-rect">
294
+ <fill>
295
+ <fillColor color="rgba(255, 255, 255, 1)"/>
296
+ </fill>
297
+ </shape>
298
+ <shape width="24" height="10" topLeftX="45" topLeftY="476" rotation="90" flipX="true" type="round2diag-rect">
299
+ <fill>
300
+ <fillColor color="rgba(255, 255, 255, 1)"/>
301
+ </fill>
302
+ </shape>
303
+ <shape width="10" height="10" topLeftX="65" topLeftY="470" type="ellipse">
304
+ <fill>
305
+ <fillColor color="rgba(255, 255, 255, 1)"/>
306
+ </fill>
307
+ </shape>
308
+ <shape width="202" height="38" topLeftX="702" topLeftY="462" type="text">
309
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="undefined" color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="false" italic="false" underline="false" strikethrough="false" list="none" listStyle="circle-hollow-square" textAlign="right">
310
+ <p>2026年第一季度</p>
311
+ </content>
312
+ </shape>
313
+ </data>
314
+ <note>
315
+ <content/>
316
+ </note>
317
+ </slide>
318
+ <slide>
319
+ <style>
320
+ <fill>
321
+ <fillColor color="rgba(13, 20, 32, 1)"/>
322
+ </fill>
323
+ </style>
324
+ <data>
325
+ <line startX="59" startY="101" endX="905" endY="101" alpha="0.5">
326
+ <border color="rgba(143, 149, 158, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
327
+ </line>
328
+ <shape width="63" height="68" topLeftX="59" topLeftY="180" type="text">
329
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" textAlign="left">
330
+ <p>
331
+ <strong>
332
+ <span color="rgba(255, 255, 255, 1)" fontSize="32" fontFamily="Arial Black">01</span>
333
+ </strong>
334
+ </p>
335
+ </content>
336
+ </shape>
337
+ <shape width="63" height="68" topLeftX="60" topLeftY="342" type="text">
338
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" textAlign="left">
339
+ <p>
340
+ <strong>
341
+ <span color="rgba(255, 255, 255, 1)" fontSize="32" fontFamily="Arial Black">02</span>
342
+ </strong>
343
+ </p>
344
+ </content>
345
+ </shape>
346
+ <shape width="468" height="53" topLeftX="53" topLeftY="48" type="text">
347
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
348
+ <p>合同签订的注意事项</p>
349
+ </content>
350
+ </shape>
351
+ <img src="A0G0btjSBoQYwwxHio7cjyTnnhh" width="344" height="300" topLeftX="561" topLeftY="164">
352
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="22" bottomOffset="22" presetHandlers="12"/>
353
+ </img>
354
+ <shape width="341" height="74" topLeftX="59" topLeftY="396" type="text">
355
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
356
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
357
+ </content>
358
+ </shape>
359
+ <shape width="341" height="74" topLeftX="59" topLeftY="234" type="text">
360
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
361
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
362
+ </content>
363
+ </shape>
364
+ <shape width="411" height="44" topLeftX="115" topLeftY="358" type="text">
365
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true">
366
+ <p>签订合同过程中应注意的问题</p>
367
+ </content>
368
+ </shape>
369
+ <shape width="411" height="44" topLeftX="110" topLeftY="195" type="text">
370
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true">
371
+ <p>合同签订前的调查工作</p>
372
+ </content>
373
+ </shape>
374
+ </data>
375
+ <note>
376
+ <content/>
377
+ </note>
378
+ </slide>
379
+ <slide>
380
+ <style>
381
+ <fill>
382
+ <fillImg src="NXFgbhXpSoDgJGxhkF4c8vC4n6e" alpha="1" rotateWithShape="false"/>
383
+ </fill>
384
+ </style>
385
+ <data>
386
+ <line startX="51" startY="457" endX="904" endY="456">
387
+ <border color="linear-gradient(90deg,rgba(4, 58, 138, 1) 0%,rgba(104, 158, 239, 1) 16%,rgba(152, 222, 251, 1) 36%,rgba(255, 157, 11, 1) 66%,rgba(255, 92, 0, 1) 84%,rgba(62, 15, 197, 1) 100%)" lineCap="square" lineJoin="miter" miterLimit="10"/>
388
+ </line>
389
+ <shape width="347" height="83" topLeftX="34" topLeftY="94" alpha="0.5" type="text">
390
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
391
+ <p>
392
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</span>
393
+ </p>
394
+ </content>
395
+ </shape>
396
+ <shape width="895" height="64" topLeftX="34" topLeftY="31" type="text">
397
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
398
+ <p>
399
+ <strong>
400
+ <span color="rgba(255, 255, 255, 1)" fontSize="32">劳动争议风险</span>
401
+ </strong>
402
+ </p>
403
+ </content>
404
+ </shape>
405
+ <shape width="422" height="224" topLeftX="512" topLeftY="190" type="text">
406
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="200" fontFamily="黑体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="right">
407
+ <p>03</p>
408
+ </content>
409
+ </shape>
410
+ <shape width="10" height="10" topLeftX="65" topLeftY="484" flipX="true" type="round2diag-rect">
411
+ <fill>
412
+ <fillColor color="rgba(255, 255, 255, 1)"/>
413
+ </fill>
414
+ </shape>
415
+ <shape width="24" height="10" topLeftX="45" topLeftY="476" rotation="90" flipX="true" type="round2diag-rect">
416
+ <fill>
417
+ <fillColor color="rgba(255, 255, 255, 1)"/>
418
+ </fill>
419
+ </shape>
420
+ <shape width="10" height="10" topLeftX="65" topLeftY="470" type="ellipse">
421
+ <fill>
422
+ <fillColor color="rgba(255, 255, 255, 1)"/>
423
+ </fill>
424
+ </shape>
425
+ <shape width="202" height="38" topLeftX="702" topLeftY="462" type="text">
426
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="undefined" color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="false" italic="false" underline="false" strikethrough="false" list="none" listStyle="circle-hollow-square" textAlign="right">
427
+ <p>2026年第一季度</p>
428
+ </content>
429
+ </shape>
430
+ </data>
431
+ <note>
432
+ <content/>
433
+ </note>
434
+ </slide>
435
+ <slide>
436
+ <style>
437
+ <fill>
438
+ <fillColor color="rgba(13, 20, 32, 1)"/>
439
+ </fill>
440
+ </style>
441
+ <data>
442
+ <shape width="395" height="395" topLeftX="99" topLeftY="116" type="ellipse">
443
+ <border color="linear-gradient(140deg,rgba(0, 20, 51, 1) 0%,rgba(48, 171, 240, 1) 26%,rgba(255, 107, 0, 1) 62%,rgba(0, 16, 102, 1) 100%)" width="6" lineJoin="miter" miterLimit="10"/>
444
+ </shape>
445
+ <shape width="369" height="369" topLeftX="113" topLeftY="129" type="ellipse">
446
+ <border color="linear-gradient(140deg,rgba(0, 20, 51, 1) 0%,rgba(48, 171, 240, 1) 26%,rgba(255, 107, 0, 1) 62%,rgba(0, 16, 102, 1) 100%)" lineJoin="miter" miterLimit="10"/>
447
+ </shape>
448
+ <shape width="340" height="340" topLeftX="127" topLeftY="144" type="ellipse">
449
+ <border color="linear-gradient(140deg,rgba(0, 20, 51, 1) 0%,rgba(48, 171, 240, 1) 26%,rgba(255, 107, 0, 1) 62%,rgba(0, 16, 102, 1) 100%)" lineJoin="miter" miterLimit="10"/>
450
+ </shape>
451
+ <shape width="395" height="395" topLeftX="465" topLeftY="116" type="ellipse">
452
+ <fill>
453
+ <fillColor color="rgba(13, 20, 32, 1)"/>
454
+ </fill>
455
+ <border color="linear-gradient(90deg,rgba(4, 58, 138, 1) 0%,rgba(104, 158, 239, 1) 16%,rgba(152, 222, 251, 1) 36%,rgba(255, 157, 11, 1) 66%,rgba(255, 92, 0, 1) 84%,rgba(62, 15, 197, 1) 100%)" width="6" lineJoin="miter" miterLimit="10"/>
456
+ </shape>
457
+ <shape width="468" height="53" topLeftX="53" topLeftY="48" type="text">
458
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
459
+ <p>劳动争议风险</p>
460
+ </content>
461
+ </shape>
462
+ <shape width="236" height="74" topLeftX="545" topLeftY="306" type="text">
463
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(212, 212, 212, 1)" bold="false" textAlign="center">
464
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
465
+ </content>
466
+ </shape>
467
+ <shape width="236" height="74" topLeftX="179" topLeftY="305" type="text">
468
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
469
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
470
+ </content>
471
+ </shape>
472
+ <shape width="395" height="49" topLeftX="465" topLeftY="250" type="text">
473
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="21" color="rgba(212, 212, 212, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="center">
474
+ <p>合同内容与工资</p>
475
+ </content>
476
+ </shape>
477
+ <shape width="395" height="49" topLeftX="99" topLeftY="250" type="text">
478
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="21" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35" textAlign="center">
479
+ <p>劳动合约签约的时间</p>
480
+ </content>
481
+ </shape>
482
+ </data>
483
+ <note>
484
+ <content/>
485
+ </note>
486
+ </slide>
487
+ <slide>
488
+ <style>
489
+ <fill>
490
+ <fillColor color="rgba(13, 20, 32, 1)"/>
491
+ </fill>
492
+ </style>
493
+ <data>
494
+ <line startX="59" startY="101" endX="905" endY="101" alpha="0.5">
495
+ <border color="rgba(143, 149, 158, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
496
+ </line>
497
+ <shape width="258" height="287" topLeftX="645" topLeftY="165" presetHandlers="8" alpha="0.2" type="round-rect">
498
+ <border color="rgba(170, 170, 170, 1)" width="1" lineJoin="miter" miterLimit="10"/>
499
+ </shape>
500
+ <shape width="258" height="287" topLeftX="351" topLeftY="165" presetHandlers="8" alpha="0.2" type="round-rect">
501
+ <border color="rgba(170, 170, 170, 1)" width="1" lineJoin="miter" miterLimit="10"/>
502
+ </shape>
503
+ <shape width="258" height="287" topLeftX="57" topLeftY="165" presetHandlers="8" alpha="0.2" type="round-rect">
504
+ <border color="rgba(170, 170, 170, 1)" width="1" lineJoin="miter" miterLimit="10"/>
505
+ </shape>
506
+ <img src="Qd97bGCM1oeyAQxRUmvcPUJjnyb" width="231" height="116" topLeftX="658" topLeftY="181">
507
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0.02" bottomOffset="0.02" presetHandlers="8"/>
508
+ </img>
509
+ <img src="Z5ldbgltxoBN0XxyNxVcV2tWnWb" width="231" height="116" topLeftX="364" topLeftY="181">
510
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0.02" bottomOffset="0.02" presetHandlers="8"/>
511
+ </img>
512
+ <img src="YXs0befYaoW0X5xtARpcuGT0nCb" width="231" height="116" topLeftX="71" topLeftY="181">
513
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0.02" bottomOffset="0.02" presetHandlers="8"/>
514
+ </img>
515
+ <shape width="231" height="92" topLeftX="658" topLeftY="355" type="text">
516
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
517
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
518
+ </content>
519
+ </shape>
520
+ <shape width="231" height="92" topLeftX="364" topLeftY="355" type="text">
521
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
522
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
523
+ </content>
524
+ </shape>
525
+ <shape width="231" height="92" topLeftX="71" topLeftY="355" type="text">
526
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" textAlign="center">
527
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
528
+ </content>
529
+ </shape>
530
+ <shape width="258" height="44" topLeftX="645" topLeftY="313" type="text">
531
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
532
+ <p>解除劳动合同</p>
533
+ </content>
534
+ </shape>
535
+ <shape width="258" height="44" topLeftX="351" topLeftY="313" type="text">
536
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
537
+ <p>工伤</p>
538
+ </content>
539
+ </shape>
540
+ <shape width="258" height="44" topLeftX="57" topLeftY="313" type="text">
541
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
542
+ <p>合同约定内容</p>
543
+ </content>
544
+ </shape>
545
+ <shape width="468" height="53" topLeftX="53" topLeftY="48" type="text">
546
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
547
+ <p>劳动争议风险</p>
548
+ </content>
549
+ </shape>
550
+ </data>
551
+ <note>
552
+ <content/>
553
+ </note>
554
+ </slide>
555
+ <slide>
556
+ <style>
557
+ <fill>
558
+ <fillImg src="NXFgbhXpSoDgJGxhkF4c8vC4n6e" alpha="1" rotateWithShape="false"/>
559
+ </fill>
560
+ </style>
561
+ <data>
562
+ <line startX="51" startY="457" endX="904" endY="456">
563
+ <border color="linear-gradient(90deg,rgba(4, 58, 138, 1) 0%,rgba(104, 158, 239, 1) 16%,rgba(152, 222, 251, 1) 36%,rgba(255, 157, 11, 1) 66%,rgba(255, 92, 0, 1) 84%,rgba(62, 15, 197, 1) 100%)" lineCap="square" lineJoin="miter" miterLimit="10"/>
564
+ </line>
565
+ <shape width="347" height="83" topLeftX="34" topLeftY="94" alpha="0.5" type="text">
566
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
567
+ <p>
568
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</span>
569
+ </p>
570
+ </content>
571
+ </shape>
572
+ <shape width="895" height="64" topLeftX="34" topLeftY="31" type="text">
573
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
574
+ <p>
575
+ <strong>
576
+ <span color="rgba(255, 255, 255, 1)" fontSize="32">知识产权及商业机密风险</span>
577
+ </strong>
578
+ </p>
579
+ </content>
580
+ </shape>
581
+ <shape width="422" height="224" topLeftX="512" topLeftY="190" type="text">
582
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="200" fontFamily="黑体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="right">
583
+ <p>04</p>
584
+ </content>
585
+ </shape>
586
+ <shape width="202" height="38" topLeftX="702" topLeftY="462" type="text">
587
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="undefined" color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="false" italic="false" underline="false" strikethrough="false" list="none" listStyle="circle-hollow-square" textAlign="right" autoFit="shape-auto-fit">
588
+ <p>2026年第一季度</p>
589
+ </content>
590
+ </shape>
591
+ <shape width="10" height="10" topLeftX="65" topLeftY="484" flipX="true" type="round2diag-rect">
592
+ <fill>
593
+ <fillColor color="rgba(255, 255, 255, 1)"/>
594
+ </fill>
595
+ </shape>
596
+ <shape width="24" height="10" topLeftX="45" topLeftY="476" rotation="90" flipX="true" type="round2diag-rect">
597
+ <fill>
598
+ <fillColor color="rgba(255, 255, 255, 1)"/>
599
+ </fill>
600
+ </shape>
601
+ <shape width="10" height="10" topLeftX="65" topLeftY="470" type="ellipse">
602
+ <fill>
603
+ <fillColor color="rgba(255, 255, 255, 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(13, 20, 32, 1)"/>
615
+ </fill>
616
+ </style>
617
+ <data>
618
+ <line startX="59" startY="101" endX="905" endY="101" alpha="0.5">
619
+ <border color="rgba(143, 149, 158, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
620
+ </line>
621
+ <shape width="278" height="278" topLeftX="627" topLeftY="202" presetHandlers="8" alpha="0.5" type="round-rect">
622
+ <border color="rgba(170, 170, 170, 1)" width="1" lineJoin="miter" miterLimit="10"/>
623
+ </shape>
624
+ <line startX="649" startY="303" endX="883" endY="304" alpha="0.25">
625
+ <border color="rgba(143, 149, 158, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
626
+ </line>
627
+ <icon width="62" height="62" topLeftX="644" topLeftY="221" iconType="iconpark/Safe/protect.svg">
628
+ <border color="linear-gradient(140deg,rgba(0, 20, 51, 1) 0%,rgba(48, 171, 240, 1) 26%,rgba(255, 107, 0, 1) 62%,rgba(0, 16, 102, 1) 100%)" width="2" lineJoin="miter" miterLimit="10"/>
629
+ </icon>
630
+ <shape width="278" height="278" topLeftX="59" topLeftY="202" presetHandlers="8" alpha="0.5" type="round-rect">
631
+ <border color="rgba(170, 170, 170, 1)" width="1" lineJoin="miter" miterLimit="10"/>
632
+ </shape>
633
+ <line startX="81" startY="303" endX="315" endY="304" alpha="0.25">
634
+ <border color="rgba(143, 149, 158, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
635
+ </line>
636
+ <icon width="62" height="62" topLeftX="76" topLeftY="221" iconType="iconpark/Clothes/bachelor-cap-one.svg">
637
+ <border color="linear-gradient(140deg,rgba(0, 20, 51, 1) 0%,rgba(48, 171, 240, 1) 26%,rgba(255, 107, 0, 1) 62%,rgba(0, 16, 102, 1) 100%)" width="2" lineJoin="miter" miterLimit="10"/>
638
+ </icon>
639
+ <shape width="278" height="278" topLeftX="343" topLeftY="202" presetHandlers="8" alpha="0.5" type="round-rect">
640
+ <border color="rgba(170, 170, 170, 1)" width="1" lineJoin="miter" miterLimit="10"/>
641
+ </shape>
642
+ <line startX="365" startY="303" endX="599" endY="304" alpha="0.25">
643
+ <border color="rgba(143, 149, 158, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
644
+ </line>
645
+ <icon width="62" height="62" topLeftX="360" topLeftY="221" iconType="iconpark/Edit/bring-to-front-one.svg">
646
+ <border color="linear-gradient(140deg,rgba(0, 20, 51, 1) 0%,rgba(48, 171, 240, 1) 26%,rgba(255, 107, 0, 1) 62%,rgba(0, 16, 102, 1) 100%)" width="2" lineJoin="miter" miterLimit="10"/>
647
+ </icon>
648
+ <shape width="230" height="38" topLeftX="713" topLeftY="222" type="text">
649
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
650
+ <p>Topic 03</p>
651
+ </content>
652
+ </shape>
653
+ <shape width="230" height="38" topLeftX="145" topLeftY="222" type="text">
654
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
655
+ <p>Topic 01</p>
656
+ </content>
657
+ </shape>
658
+ <shape width="468" height="53" topLeftX="53" topLeftY="48" type="text">
659
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
660
+ <p>知识产权及商业机密风险</p>
661
+ </content>
662
+ </shape>
663
+ <shape width="230" height="38" topLeftX="429" topLeftY="221" type="text">
664
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)" bold="true">
665
+ <p>Topic 02</p>
666
+ </content>
667
+ </shape>
668
+ <shape width="228" height="44" topLeftX="145" topLeftY="245" type="text">
669
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true">
670
+ <p>什么是知识产权?</p>
671
+ </content>
672
+ </shape>
673
+ <shape width="237" height="92" topLeftX="649" topLeftY="324" type="text">
674
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
675
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
676
+ </content>
677
+ </shape>
678
+ <shape width="237" height="92" topLeftX="361" topLeftY="324" type="text">
679
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
680
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
681
+ </content>
682
+ </shape>
683
+ <shape width="237" height="92" topLeftX="78" topLeftY="324" type="text">
684
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
685
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
686
+ </content>
687
+ </shape>
688
+ <shape width="228" height="44" topLeftX="713" topLeftY="245" type="text">
689
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true">
690
+ <p>风险防范</p>
691
+ </content>
692
+ </shape>
693
+ <shape width="228" height="44" topLeftX="429" topLeftY="245" type="text">
694
+ <content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="16" color="rgba(255, 255, 255, 1)" bold="true">
695
+ <p>专利的定义</p>
696
+ </content>
697
+ </shape>
698
+ </data>
699
+ <note>
700
+ <content/>
701
+ </note>
702
+ </slide>
703
+ <slide>
704
+ <style>
705
+ <fill>
706
+ <fillImg src="NXFgbhXpSoDgJGxhkF4c8vC4n6e" alpha="1" rotateWithShape="false"/>
707
+ </fill>
708
+ </style>
709
+ <data>
710
+ <line startX="51" startY="457" endX="904" endY="456">
711
+ <border color="linear-gradient(90deg,rgba(4, 58, 138, 1) 0%,rgba(104, 158, 239, 1) 16%,rgba(152, 222, 251, 1) 36%,rgba(255, 157, 11, 1) 66%,rgba(255, 92, 0, 1) 84%,rgba(62, 15, 197, 1) 100%)" lineCap="square" lineJoin="miter" miterLimit="10"/>
712
+ </line>
713
+ <shape width="347" height="83" topLeftX="34" topLeftY="94" alpha="0.5" type="text">
714
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" color="rgba(255, 255, 255, 1)">
715
+ <p>
716
+ <span color="rgba(255, 255, 255, 1)" fontSize="14">请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</span>
717
+ </p>
718
+ </content>
719
+ </shape>
720
+ <shape width="895" height="64" topLeftX="34" topLeftY="31" type="text">
721
+ <content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
722
+ <p>
723
+ <strong>
724
+ <span color="rgba(255, 255, 255, 1)" fontSize="32">商业道德方面</span>
725
+ </strong>
726
+ </p>
727
+ </content>
728
+ </shape>
729
+ <shape width="422" height="224" topLeftX="512" topLeftY="190" type="text">
730
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="200" fontFamily="黑体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1" textAlign="right">
731
+ <p>05</p>
732
+ </content>
733
+ </shape>
734
+ <shape width="202" height="38" topLeftX="702" topLeftY="462" type="text">
735
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="undefined" color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="false" italic="false" underline="false" strikethrough="false" list="none" listStyle="circle-hollow-square" textAlign="right" autoFit="shape-auto-fit">
736
+ <p>2026年第一季度</p>
737
+ </content>
738
+ </shape>
739
+ <shape width="10" height="10" topLeftX="65" topLeftY="484" flipX="true" type="round2diag-rect">
740
+ <fill>
741
+ <fillColor color="rgba(255, 255, 255, 1)"/>
742
+ </fill>
743
+ </shape>
744
+ <shape width="24" height="10" topLeftX="45" topLeftY="476" rotation="90" flipX="true" type="round2diag-rect">
745
+ <fill>
746
+ <fillColor color="rgba(255, 255, 255, 1)"/>
747
+ </fill>
748
+ </shape>
749
+ <shape width="10" height="10" topLeftX="65" topLeftY="470" type="ellipse">
750
+ <fill>
751
+ <fillColor color="rgba(255, 255, 255, 1)"/>
752
+ </fill>
753
+ </shape>
754
+ </data>
755
+ <note>
756
+ <content/>
757
+ </note>
758
+ </slide>
759
+ <slide>
760
+ <style>
761
+ <fill>
762
+ <fillColor color="rgba(13, 20, 32, 1)"/>
763
+ </fill>
764
+ </style>
765
+ <data>
766
+ <line startX="59" startY="101" endX="905" endY="101" alpha="0.5">
767
+ <border color="rgba(143, 149, 158, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
768
+ </line>
769
+ <line startX="64" startY="188" endX="185" endY="188">
770
+ <border color="linear-gradient(90deg,rgba(16, 0, 81, 1) 0%,rgba(62, 0, 239, 1) 100%)" width="6" lineCap="square" lineJoin="miter" miterLimit="10"/>
771
+ </line>
772
+ <line startX="242" startY="188" endX="363" endY="188">
773
+ <border color="linear-gradient(90deg,rgba(62, 0, 239, 1) 0%,rgba(48, 206, 196, 1) 100%)" width="6" lineCap="square" lineJoin="miter" miterLimit="10"/>
774
+ </line>
775
+ <line startX="414" startY="188" endX="535" endY="188">
776
+ <border color="linear-gradient(90deg,rgba(48, 206, 196, 1) 0%,rgba(255, 122, 0, 1) 100%)" width="6" lineCap="square" lineJoin="miter" miterLimit="10"/>
777
+ </line>
778
+ <line startX="591" startY="188" endX="712" endY="188">
779
+ <border color="linear-gradient(90deg,rgba(255, 122, 0, 1) 0%,rgba(152, 16, 174, 1) 100%)" width="6" lineCap="square" lineJoin="miter" miterLimit="10"/>
780
+ </line>
781
+ <line startX="770" startY="188" endX="891" endY="188">
782
+ <border color="linear-gradient(90deg,rgba(152, 16, 174, 1) 0%,rgba(5, 0, 36, 1) 100%)" width="6" lineCap="square" lineJoin="miter" miterLimit="10"/>
783
+ </line>
784
+ <shape width="230" height="41" topLeftX="685" topLeftY="64" type="text">
785
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14">
786
+ <p>公司名字</p>
787
+ </content>
788
+ </shape>
789
+ <shape width="468" height="53" topLeftX="53" topLeftY="48" type="text">
790
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
791
+ <p>商业道德标准</p>
792
+ </content>
793
+ </shape>
794
+ <shape width="132" height="200" topLeftX="765" topLeftY="254" type="text">
795
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
796
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
797
+ </content>
798
+ </shape>
799
+ <shape width="132" height="200" topLeftX="586" topLeftY="254" type="text">
800
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
801
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
802
+ </content>
803
+ </shape>
804
+ <shape width="132" height="200" topLeftX="409" topLeftY="254" type="text">
805
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
806
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
807
+ </content>
808
+ </shape>
809
+ <shape width="132" height="200" topLeftX="237" topLeftY="254" type="text">
810
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
811
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
812
+ </content>
813
+ </shape>
814
+ <shape width="132" height="200" topLeftX="59" topLeftY="254" type="text">
815
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(255, 255, 255, 1)">
816
+ <p>请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字请在此处编辑文字</p>
817
+ </content>
818
+ </shape>
819
+ <shape width="131" height="53" topLeftX="765" topLeftY="192" type="text">
820
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
821
+ <p>05</p>
822
+ </content>
823
+ </shape>
824
+ <shape width="131" height="53" topLeftX="586" topLeftY="192" type="text">
825
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
826
+ <p>04</p>
827
+ </content>
828
+ </shape>
829
+ <shape width="131" height="53" topLeftX="409" topLeftY="192" type="text">
830
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
831
+ <p>03</p>
832
+ </content>
833
+ </shape>
834
+ <shape width="131" height="53" topLeftX="237" topLeftY="192" type="text">
835
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
836
+ <p>02</p>
837
+ </content>
838
+ </shape>
839
+ <shape width="131" height="53" topLeftX="59" topLeftY="192" type="text">
840
+ <content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.35">
841
+ <p>01</p>
842
+ </content>
843
+ </shape>
844
+ </data>
845
+ <note>
846
+ <content/>
847
+ </note>
848
+ </slide>
849
+ <slide>
850
+ <style>
851
+ <fill>
852
+ <fillImg src="YBLRbyEjxo8hiIxsQaFcYLSmnQc" alpha="1" rotateWithShape="false"/>
853
+ </fill>
854
+ </style>
855
+ <data>
856
+ <line startX="51" startY="457" endX="904" endY="456">
857
+ <border color="rgba(143, 149, 158, 1)" width="1" lineCap="square" lineJoin="miter" miterLimit="10"/>
858
+ </line>
859
+ <shape width="230" height="41" topLeftX="684" topLeftY="28" type="text">
860
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14">
861
+ <p>公司名字</p>
862
+ </content>
863
+ </shape>
864
+ <shape width="678" height="116" topLeftX="236" topLeftY="302" type="text">
865
+ <content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="80" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="right">
866
+ <p>
867
+ <strong>
868
+ <span color="rgba(255, 255, 255, 1)" fontSize="80">谢谢观看</span>
869
+ </strong>
870
+ </p>
871
+ </content>
872
+ </shape>
873
+ <shape width="16" height="15" topLeftX="78" topLeftY="60" flipX="true" type="round2diag-rect">
874
+ <fill>
875
+ <fillColor color="rgba(255, 255, 255, 1)"/>
876
+ </fill>
877
+ </shape>
878
+ <shape width="36" height="16" topLeftX="48" topLeftY="50" rotation="90" flipX="true" type="round2diag-rect">
879
+ <fill>
880
+ <fillColor color="rgba(255, 255, 255, 1)"/>
881
+ </fill>
882
+ </shape>
883
+ <shape width="16" height="15" topLeftX="78" topLeftY="39" type="ellipse">
884
+ <fill>
885
+ <fillColor color="rgba(255, 255, 255, 1)"/>
886
+ </fill>
887
+ </shape>
888
+ <shape width="185" height="38" topLeftX="51" topLeftY="461" type="text">
889
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="undefined" color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="false" italic="false" underline="false" strikethrough="false" list="none" listStyle="circle-hollow-square" textAlign="left" autoFit="shape-auto-fit">
890
+ <p list="none" textAlign="left">
891
+ <span color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" fontSize="12" fontFamily="undefined" bold="false" italic="false" strikethrough="false" underline="false">A座32楼会议室</span>
892
+ </p>
893
+ </content>
894
+ </shape>
895
+ <shape width="202" height="38" topLeftX="722" topLeftY="461" type="text">
896
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" fontFamily="undefined" color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="false" italic="false" underline="false" strikethrough="false" list="none" listStyle="circle-hollow-square" textAlign="right" autoFit="shape-auto-fit">
897
+ <p list="none" textAlign="right">
898
+ <span color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" fontSize="12" fontFamily="undefined" bold="false" italic="false" strikethrough="false" underline="false">2026年第一季度</span>
899
+ </p>
900
+ </content>
901
+ </shape>
902
+ <shape width="202" height="42" topLeftX="712" topLeftY="28" type="text">
903
+ <content textType="caption" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" fontFamily="undefined" color="rgba(255, 255, 255, 1)" backgroundColor="rgba(0, 0, 0, 0)" bold="false" italic="false" underline="false" strikethrough="false" list="none" listStyle="circle-hollow-square" textAlign="right" autoFit="shape-auto-fit">
904
+ <p list="none" textAlign="right">公司名字</p>
905
+ </content>
906
+ </shape>
907
+ </data>
908
+ <note>
909
+ <content/>
910
+ </note>
911
+ </slide>
912
+ </presentation>