@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,1338 @@
1
+ <presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
2
+ <title>读书分享</title>
3
+ <theme>
4
+ <textStyles>
5
+ <headline fontColor="rgba(31, 35, 41, 1)"/>
6
+ <sub-headline fontColor="rgba(31, 35, 41, 1)"/>
7
+ <body fontColor="rgba(31, 35, 41, 1)"/>
8
+ <caption fontColor="rgba(155, 158, 162, 1)" fontSize="14"/>
9
+ </textStyles>
10
+ </theme>
11
+ <slide>
12
+ <style/>
13
+ <data>
14
+ <shape width="235" height="540" topLeftX="0" topLeftY="0" presetHandlers="0" type="round-rect">
15
+ <fill>
16
+ <fillColor color="rgba(43, 54, 44, 1)"/>
17
+ </fill>
18
+ </shape>
19
+ <line startX="31" startY="305" endX="202" endY="305" alpha="0.2">
20
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
21
+ </line>
22
+ <shape width="705" height="500" topLeftX="245" topLeftY="20" type="rect">
23
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
24
+ </shape>
25
+ <shape width="685" height="520" topLeftX="255" topLeftY="10" type="rect">
26
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
27
+ </shape>
28
+ <img src="Vs1kbXlH7odmtpxtMvUcMpnln3b" width="726" height="540" topLeftX="235" topLeftY="0">
29
+ <crop type="rect" leftOffset="117" rightOffset="117" topOffset="0" bottomOffset="0"/>
30
+ </img>
31
+ <shape width="173" height="189" topLeftX="28" topLeftY="320" alpha="0.6" type="text">
32
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
33
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。在书的世界里,我们汲取智慧,分享感悟,让书香飘满生活,让心灵在阅读中绽放光芒。</p>
34
+ </content>
35
+ </shape>
36
+ <shape width="21" height="101" topLeftX="84" topLeftY="109" alpha="0.6" type="text">
37
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" lineSpacing="multiple:1.2" textAlign="center">
38
+ <p>分享人</p>
39
+ <p/>
40
+ <p>无名</p>
41
+ </content>
42
+ </shape>
43
+ <shape width="21" height="144" topLeftX="115" topLeftY="88" alpha="0.6" type="text">
44
+ <content textType="headline" fontSize="20" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
45
+ <p>十二月十二日</p>
46
+ </content>
47
+ </shape>
48
+ <shape width="56" height="260" topLeftX="146" topLeftY="30" type="text">
49
+ <content textType="headline" fontSize="54" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
50
+ <p>读书分享</p>
51
+ </content>
52
+ </shape>
53
+ <shape width="685" height="520" topLeftX="255" topLeftY="10" type="rect">
54
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
55
+ </shape>
56
+ <shape width="705" height="500" topLeftX="245" topLeftY="20" type="rect">
57
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
58
+ </shape>
59
+ <shape width="685" height="520" topLeftX="255" topLeftY="10" type="rect">
60
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
61
+ </shape>
62
+ </data>
63
+ <note>
64
+ <content/>
65
+ </note>
66
+ </slide>
67
+ <slide>
68
+ <style/>
69
+ <data>
70
+ <img src="BAxubS8njoiHOtxh55RcK8DWnWy" width="960" height="540" topLeftX="0" topLeftY="0" saturation="-8" temperature="-32">
71
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
72
+ </img>
73
+ <shape width="960" height="136" topLeftX="0" topLeftY="404" presetHandlers="0" type="round-rect">
74
+ <fill>
75
+ <fillColor color="rgba(43, 54, 44, 1)"/>
76
+ </fill>
77
+ </shape>
78
+ <shape width="89" height="96" topLeftX="382" topLeftY="66" alpha="0.9" type="text">
79
+ <content textType="title" fontSize="80" fontFamily="马善政毛笔楷体" color="rgba(32, 31, 29, 1)" bold="false" lineSpacing="multiple:1.2">
80
+ <p lineSpacing="multiple:1.2">
81
+ <span color="rgba(32, 31, 29, 1)" fontSize="80" fontFamily="马善政毛笔楷体" bold="false">目</span>
82
+ </p>
83
+ </content>
84
+ </shape>
85
+ <shape width="89" height="96" topLeftX="486" topLeftY="66" alpha="0.9" type="text">
86
+ <content textType="title" fontSize="80" fontFamily="马善政毛笔楷体" color="rgba(32, 31, 29, 1)" bold="false" lineSpacing="multiple:1.2">
87
+ <p lineSpacing="multiple:1.2">
88
+ <span color="rgba(32, 31, 29, 1)" fontSize="80" fontFamily="马善政毛笔楷体" bold="false">录</span>
89
+ </p>
90
+ </content>
91
+ </shape>
92
+ <shape width="210" height="184" topLeftX="50" topLeftY="278" presetHandlers="4" alpha="0.9" type="rect">
93
+ <fill>
94
+ <fillColor color="rgba(255, 255, 255, 1)"/>
95
+ </fill>
96
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
97
+ </shape>
98
+ <shape width="210" height="184" topLeftX="45" topLeftY="263" presetHandlers="4" type="rect">
99
+ <fill>
100
+ <fillColor color="rgba(255, 255, 255, 1)"/>
101
+ </fill>
102
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
103
+ </shape>
104
+ <shape width="53" height="75" topLeftX="188" topLeftY="263" type="text">
105
+ <content fontSize="50" fontFamily="有字库龙藏体" color="rgba(128, 66, 8, 1)" bold="true">
106
+ <p>
107
+ <span color="rgba(128, 66, 8, 1)" fontSize="50" fontFamily="有字库龙藏体">壹</span>
108
+ </p>
109
+ </content>
110
+ </shape>
111
+ <line startX="69" startY="331" endX="141" endY="331" alpha="0.2">
112
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
113
+ </line>
114
+ <shape width="210" height="184" topLeftX="270" topLeftY="278" presetHandlers="4" alpha="0.9" type="rect">
115
+ <fill>
116
+ <fillColor color="rgba(255, 255, 255, 1)"/>
117
+ </fill>
118
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
119
+ </shape>
120
+ <shape width="210" height="184" topLeftX="530" topLeftY="537" presetHandlers="4" type="rect">
121
+ <fill>
122
+ <fillColor color="rgba(255, 255, 255, 1)"/>
123
+ </fill>
124
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
125
+ </shape>
126
+ <shape width="53" height="75" topLeftX="673" topLeftY="537" type="text">
127
+ <content fontSize="50" fontFamily="有字库龙藏体" color="rgba(128, 66, 8, 1)" bold="true">
128
+ <p>
129
+ <span color="rgba(128, 66, 8, 1)" fontSize="50" fontFamily="有字库龙藏体">贰</span>
130
+ </p>
131
+ </content>
132
+ </shape>
133
+ <line startX="288" startY="331" endX="358" endY="331" alpha="0.2">
134
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
135
+ </line>
136
+ <shape width="210" height="184" topLeftX="490" topLeftY="278" presetHandlers="4" alpha="0.9" type="rect">
137
+ <fill>
138
+ <fillColor color="rgba(255, 255, 255, 1)"/>
139
+ </fill>
140
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
141
+ </shape>
142
+ <shape width="210" height="184" topLeftX="485" topLeftY="263" presetHandlers="4" type="rect">
143
+ <fill>
144
+ <fillColor color="rgba(255, 255, 255, 1)"/>
145
+ </fill>
146
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
147
+ </shape>
148
+ <shape width="53" height="75" topLeftX="629" topLeftY="263" type="text">
149
+ <content fontSize="50" fontFamily="有字库龙藏体" color="rgba(128, 66, 8, 1)" bold="true">
150
+ <p>
151
+ <span color="rgba(128, 66, 8, 1)">叁</span>
152
+ </p>
153
+ </content>
154
+ </shape>
155
+ <line startX="508" startY="331" endX="597" endY="331" alpha="0.2">
156
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
157
+ </line>
158
+ <shape width="210" height="184" topLeftX="711" topLeftY="278" presetHandlers="4" alpha="0.9" type="rect">
159
+ <fill>
160
+ <fillColor color="rgba(255, 255, 255, 1)"/>
161
+ </fill>
162
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
163
+ </shape>
164
+ <shape width="210" height="184" topLeftX="706" topLeftY="263" presetHandlers="4" type="rect">
165
+ <fill>
166
+ <fillColor color="rgba(255, 255, 255, 1)"/>
167
+ </fill>
168
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
169
+ </shape>
170
+ <shape width="53" height="75" topLeftX="849" topLeftY="263" type="text">
171
+ <content fontSize="50" fontFamily="有字库龙藏体" color="rgba(128, 66, 8, 1)" bold="true">
172
+ <p>
173
+ <span color="rgba(128, 66, 8, 1)" fontSize="50" fontFamily="有字库龙藏体">肆</span>
174
+ </p>
175
+ </content>
176
+ </shape>
177
+ <line startX="732" startY="331" endX="802" endY="331" alpha="0.2">
178
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
179
+ </line>
180
+ <shape width="114" height="27" topLeftX="724" topLeftY="303" alpha="0.9" type="text">
181
+ <content textType="headline" fontSize="18" fontFamily="思源宋体" color="rgba(128, 66, 8, 1)" bold="true" textAlign="left">
182
+ <p>读书感悟</p>
183
+ </content>
184
+ </shape>
185
+ <shape width="173" height="72" topLeftX="724" topLeftY="358" alpha="0.9" type="text">
186
+ <content textType="headline" fontSize="12" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
187
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
188
+ </content>
189
+ </shape>
190
+ <shape width="114" height="27" topLeftX="504" topLeftY="303" alpha="0.9" type="text">
191
+ <content textType="headline" fontSize="18" fontFamily="思源宋体" color="rgba(128, 66, 8, 1)" bold="true" textAlign="left">
192
+ <p>运用与实践</p>
193
+ </content>
194
+ </shape>
195
+ <shape width="173" height="72" topLeftX="504" topLeftY="358" alpha="0.9" type="text">
196
+ <content textType="headline" fontSize="12" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
197
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
198
+ </content>
199
+ </shape>
200
+ <shape width="114" height="27" topLeftX="283" topLeftY="303" alpha="0.9" type="text">
201
+ <content textType="headline" fontSize="18" fontFamily="思源宋体" color="rgba(128, 66, 8, 1)" bold="true" textAlign="left">
202
+ <p>主要内容</p>
203
+ </content>
204
+ </shape>
205
+ <shape width="173" height="72" topLeftX="283" topLeftY="358" alpha="0.9" type="text">
206
+ <content textType="headline" fontSize="12" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
207
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
208
+ </content>
209
+ </shape>
210
+ <shape width="114" height="27" topLeftX="63" topLeftY="303" alpha="0.9" type="text">
211
+ <content textType="headline" fontSize="18" fontFamily="思源宋体" color="rgba(128, 66, 8, 1)" bold="true" textAlign="left">
212
+ <p>书籍简介</p>
213
+ </content>
214
+ </shape>
215
+ <shape width="173" height="72" topLeftX="63" topLeftY="358" alpha="0.9" type="text">
216
+ <content textType="headline" fontSize="12" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
217
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
218
+ </content>
219
+ </shape>
220
+ </data>
221
+ <note>
222
+ <content/>
223
+ </note>
224
+ </slide>
225
+ <slide>
226
+ <style/>
227
+ <data>
228
+ <shape width="235" height="540" topLeftX="0" topLeftY="0" presetHandlers="0" type="round-rect">
229
+ <fill>
230
+ <fillColor color="rgba(128, 66, 8, 1)"/>
231
+ </fill>
232
+ </shape>
233
+ <line startX="31" startY="305" endX="202" endY="305" alpha="0.2">
234
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
235
+ </line>
236
+ <shape width="705" height="500" topLeftX="245" topLeftY="20" type="rect">
237
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
238
+ </shape>
239
+ <shape width="685" height="520" topLeftX="255" topLeftY="10" type="rect">
240
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
241
+ </shape>
242
+ <line startX="31" startY="203" endX="54" endY="180" alpha="0.5">
243
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
244
+ </line>
245
+ <line startX="109" startY="122" endX="132" endY="98" alpha="0.5">
246
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
247
+ </line>
248
+ <img src="Rhznb8AGNochNBxKVXYcoW2Nn7e" width="726" height="540" topLeftX="235" topLeftY="0">
249
+ <crop type="rect" leftOffset="117" rightOffset="117" topOffset="0" bottomOffset="0"/>
250
+ </img>
251
+ <shape width="173" height="189" topLeftX="28" topLeftY="320" alpha="0.6" type="text">
252
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
253
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。在书的世界里,我们汲取智慧,分享感悟,让书香飘满生活,让心灵在阅读中绽放光芒。</p>
254
+ </content>
255
+ </shape>
256
+ <shape width="87" height="96" topLeftX="43" topLeftY="95" alpha="0.2" type="text">
257
+ <content textType="headline" fontSize="80" fontFamily="有字库龙藏体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="center">
258
+ <p>壹</p>
259
+ </content>
260
+ </shape>
261
+ <shape width="56" height="259" topLeftX="146" topLeftY="30" type="text">
262
+ <content textType="headline" fontSize="54" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
263
+ <p>书籍简介</p>
264
+ </content>
265
+ </shape>
266
+ <shape width="685" height="520" topLeftX="255" topLeftY="10" type="rect">
267
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
268
+ </shape>
269
+ <shape width="705" height="500" topLeftX="245" topLeftY="20" type="rect">
270
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
271
+ </shape>
272
+ <shape width="685" height="520" topLeftX="255" topLeftY="10" type="rect">
273
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
274
+ </shape>
275
+ </data>
276
+ <note>
277
+ <content/>
278
+ </note>
279
+ </slide>
280
+ <slide>
281
+ <style/>
282
+ <data>
283
+ <img src="OaxvbuffroAXa9xbVQycZo52nUh" width="960" height="540" topLeftX="0.23" topLeftY="0" saturation="-8" temperature="-32">
284
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
285
+ </img>
286
+ <shape width="264" height="540" topLeftX="696" topLeftY="0" presetHandlers="0" type="round-rect">
287
+ <fill>
288
+ <fillColor color="rgba(43, 54, 44, 1)"/>
289
+ </fill>
290
+ </shape>
291
+ <shape width="275" height="452" topLeftX="75" topLeftY="47" presetHandlers="4" alpha="0.9" type="rect">
292
+ <fill>
293
+ <fillColor color="rgba(255, 255, 255, 1)"/>
294
+ </fill>
295
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
296
+ </shape>
297
+ <shape width="275" height="452" topLeftX="69" topLeftY="42" presetHandlers="4" type="rect">
298
+ <fill>
299
+ <fillColor color="rgba(255, 255, 255, 1)"/>
300
+ </fill>
301
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
302
+ </shape>
303
+ <line startX="90" startY="397" endX="90" endY="469">
304
+ <border color="rgba(222, 224, 227, 1)" width="1"/>
305
+ </line>
306
+ <shape width="275" height="452" topLeftX="680" topLeftY="47" presetHandlers="4" alpha="0.9" type="rect">
307
+ <fill>
308
+ <fillColor color="rgba(255, 255, 255, 1)"/>
309
+ </fill>
310
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
311
+ </shape>
312
+ <shape width="275" height="452" topLeftX="674" topLeftY="42" presetHandlers="4" type="rect">
313
+ <fill>
314
+ <fillColor color="rgba(255, 255, 255, 1)"/>
315
+ </fill>
316
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
317
+ </shape>
318
+ <line startX="695" startY="397" endX="695" endY="469">
319
+ <border color="rgba(222, 224, 227, 1)" width="1"/>
320
+ </line>
321
+ <shape width="75" height="75" topLeftX="765" topLeftY="423" alpha="0.9" type="ellipse">
322
+ <fill>
323
+ <fillColor color="rgba(255, 255, 255, 1)"/>
324
+ </fill>
325
+ <shadow angle="90" blur="21"/>
326
+ </shape>
327
+ <line startX="739" startY="214" endX="914" endY="214" alpha="0.2">
328
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
329
+ </line>
330
+ <img src="Sf0ib5ym0omh9bxgJK7c5s95nf3" width="274" height="274" topLeftX="360" topLeftY="43">
331
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="10" bottomOffset="10" presetHandlers="4"/>
332
+ </img>
333
+ <img src="NAsKbXSjsoMWpYxsVJPcna3TnIe" width="274" height="274" topLeftX="57" topLeftY="43">
334
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="10" bottomOffset="10" presetHandlers="4"/>
335
+ </img>
336
+ <shape width="173" height="126" topLeftX="739" topLeftY="61" alpha="0.6" type="text">
337
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
338
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</p>
339
+ </content>
340
+ </shape>
341
+ <shape width="56" height="259" topLeftX="858" topLeftY="239" type="text">
342
+ <content textType="headline" fontSize="54" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
343
+ <p>书籍简介</p>
344
+ </content>
345
+ </shape>
346
+ <shape width="226" height="18" topLeftX="394" topLeftY="369" alpha="0.9" type="text">
347
+ <content textType="headline" fontSize="12" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
348
+ <p textAlign="center">作者 无名氏</p>
349
+ </content>
350
+ </shape>
351
+ <shape width="226" height="27" topLeftX="394" topLeftY="336" alpha="0.9" type="text">
352
+ <content textType="headline" fontSize="18" fontFamily="思源宋体" color="rgba(128, 66, 8, 1)" bold="true" textAlign="center">
353
+ <p>《书籍名称》</p>
354
+ </content>
355
+ </shape>
356
+ <shape width="226" height="72" topLeftX="394" topLeftY="398" alpha="0.9" type="text">
357
+ <content textType="headline" fontSize="12" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
358
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
359
+ </content>
360
+ </shape>
361
+ <shape width="226" height="18" topLeftX="89" topLeftY="369" alpha="0.9" type="text">
362
+ <content textType="headline" fontSize="12" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
363
+ <p textAlign="center">作者 无名氏</p>
364
+ </content>
365
+ </shape>
366
+ <shape width="226" height="27" topLeftX="89" topLeftY="336" alpha="0.9" type="text">
367
+ <content textType="headline" fontSize="18" fontFamily="思源宋体" color="rgba(128, 66, 8, 1)" bold="true" textAlign="center">
368
+ <p>《书籍名称》</p>
369
+ </content>
370
+ </shape>
371
+ <shape width="226" height="72" topLeftX="89" topLeftY="398" alpha="0.9" type="text">
372
+ <content textType="headline" fontSize="12" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
373
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
374
+ </content>
375
+ </shape>
376
+ <shape width="30" height="97" topLeftX="590" topLeftY="58" presetHandlers="4" type="rect">
377
+ <fill>
378
+ <fillColor color="rgba(128, 66, 8, 1)"/>
379
+ </fill>
380
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
381
+ <p>
382
+ <span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="思源宋体">标签文案</span>
383
+ </p>
384
+ </content>
385
+ </shape>
386
+ <shape width="30" height="97" topLeftX="288" topLeftY="58" presetHandlers="4" type="rect">
387
+ <fill>
388
+ <fillColor color="rgba(128, 66, 8, 1)"/>
389
+ </fill>
390
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
391
+ <p>
392
+ <span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="思源宋体">标签文案</span>
393
+ </p>
394
+ </content>
395
+ </shape>
396
+ <shape width="87" height="60" topLeftX="759" topLeftY="431" type="text">
397
+ <content textType="headline" fontSize="50" fontFamily="有字库龙藏体" color="rgba(43, 54, 44, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="center">
398
+ <p>壹</p>
399
+ </content>
400
+ </shape>
401
+ </data>
402
+ <note>
403
+ <content/>
404
+ </note>
405
+ </slide>
406
+ <slide>
407
+ <style>
408
+ <fill>
409
+ <fillColor color="rgba(255, 255, 255, 1)"/>
410
+ </fill>
411
+ </style>
412
+ <data>
413
+ <img src="LX0Eb0lfOoOFBhxPjf5cTiL1nCb" width="960" height="540" topLeftX="0.23" topLeftY="0" saturation="-8" temperature="-32">
414
+ <crop leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0"/>
415
+ </img>
416
+ <shape width="814" height="540" topLeftX="0" topLeftY="0" presetHandlers="0" type="round-rect">
417
+ <fill>
418
+ <fillColor color="rgba(43, 54, 44, 1)"/>
419
+ </fill>
420
+ </shape>
421
+ <img src="FoG6bCzywoWLaOxhYXDcSTdZnxe" width="342" height="498" topLeftX="20" topLeftY="21">
422
+ <crop type="rect" leftOffset="80" rightOffset="76" topOffset="0" bottomOffset="0" presetHandlers="12"/>
423
+ </img>
424
+ <shape width="75" height="75" topLeftX="39" topLeftY="426" alpha="0.9" type="ellipse">
425
+ <fill>
426
+ <fillColor color="rgba(255, 255, 255, 1)"/>
427
+ </fill>
428
+ <shadow angle="90" blur="21"/>
429
+ </shape>
430
+ <shape width="93" height="75" topLeftX="30" topLeftY="421" type="text">
431
+ <content fontSize="50" fontFamily="有字库龙藏体" color="rgba(43, 54, 44, 1)" bold="true" textAlign="center">
432
+ <p textAlign="center">
433
+ <span color="rgba(43, 54, 44, 1)" fontSize="50" fontFamily="有字库龙藏体">壹</span>
434
+ </p>
435
+ </content>
436
+ </shape>
437
+ <shape width="56" height="259" topLeftX="48" topLeftY="52" alpha="0.9" type="text">
438
+ <content textType="title" fontSize="54" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
439
+ <p lineSpacing="multiple:1.2">作者简介</p>
440
+ </content>
441
+ <shadow offset="0" angle="90" blur="72" color="rgba(0, 0, 0, 0.68)"/>
442
+ </shape>
443
+ <shape width="83" height="30" topLeftX="446" topLeftY="49" alpha="0.9" type="text">
444
+ <content textType="caption" fontSize="20" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true">
445
+ <p>关键标题</p>
446
+ </content>
447
+ </shape>
448
+ <shape width="314" height="63" topLeftX="446" topLeftY="82" alpha="0.5" type="text">
449
+ <content textType="caption" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
450
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
451
+ </content>
452
+ </shape>
453
+ <shape width="30" height="97" topLeftX="391" topLeftY="49" presetHandlers="4" type="rect">
454
+ <fill>
455
+ <fillColor color="rgba(128, 66, 8, 1)"/>
456
+ </fill>
457
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
458
+ <p>基本信息</p>
459
+ </content>
460
+ </shape>
461
+ <shape width="93" height="30" topLeftX="446" topLeftY="222" alpha="0.9" type="text">
462
+ <content textType="caption" fontSize="20" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true">
463
+ <p>关键标题</p>
464
+ </content>
465
+ </shape>
466
+ <shape width="314" height="63" topLeftX="446" topLeftY="255" alpha="0.5" type="text">
467
+ <content textType="caption" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
468
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
469
+ </content>
470
+ </shape>
471
+ <shape width="30" height="97" topLeftX="391" topLeftY="222" presetHandlers="4" type="rect">
472
+ <fill>
473
+ <fillColor color="rgba(128, 66, 8, 1)"/>
474
+ </fill>
475
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
476
+ <p>生平经历</p>
477
+ </content>
478
+ </shape>
479
+ <shape width="80" height="30" topLeftX="446" topLeftY="394" alpha="0.9" type="text">
480
+ <content textType="caption" fontSize="20" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true">
481
+ <p>关键标题</p>
482
+ </content>
483
+ </shape>
484
+ <shape width="314" height="63" topLeftX="446" topLeftY="428" alpha="0.5" type="text">
485
+ <content textType="caption" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
486
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
487
+ </content>
488
+ </shape>
489
+ <shape width="30" height="97" topLeftX="391" topLeftY="394" presetHandlers="4" type="rect">
490
+ <fill>
491
+ <fillColor color="rgba(128, 66, 8, 1)"/>
492
+ </fill>
493
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
494
+ <p>文学成就</p>
495
+ </content>
496
+ </shape>
497
+ </data>
498
+ <note>
499
+ <content/>
500
+ </note>
501
+ </slide>
502
+ <slide>
503
+ <style/>
504
+ <data>
505
+ <shape width="235" height="540" topLeftX="0" topLeftY="0" presetHandlers="0" type="round-rect">
506
+ <fill>
507
+ <fillColor color="rgba(128, 66, 8, 1)"/>
508
+ </fill>
509
+ </shape>
510
+ <line startX="31" startY="305" endX="202" endY="305" alpha="0.2">
511
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
512
+ </line>
513
+ <shape width="705" height="500" topLeftX="245" topLeftY="20" type="rect">
514
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
515
+ </shape>
516
+ <shape width="685" height="520" topLeftX="255" topLeftY="10" type="rect">
517
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
518
+ </shape>
519
+ <line startX="31" startY="203" endX="54" endY="180" alpha="0.5">
520
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
521
+ </line>
522
+ <line startX="109" startY="122" endX="132" endY="98" alpha="0.5">
523
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
524
+ </line>
525
+ <img src="ZINkbj3gpoXaTqxLDVIcJUbIn4b" width="726" height="540" topLeftX="235" topLeftY="0">
526
+ <crop type="rect" leftOffset="117" rightOffset="117" topOffset="0" bottomOffset="0"/>
527
+ </img>
528
+ <shape width="173" height="189" topLeftX="28" topLeftY="320" alpha="0.6" type="text">
529
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
530
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。在书的世界里,我们汲取智慧,分享感悟,让书香飘满生活,让心灵在阅读中绽放光芒。</p>
531
+ </content>
532
+ </shape>
533
+ <shape width="87" height="96" topLeftX="43" topLeftY="95" alpha="0.2" type="text">
534
+ <content textType="headline" fontSize="80" fontFamily="有字库龙藏体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="center">
535
+ <p>贰</p>
536
+ </content>
537
+ </shape>
538
+ <shape width="56" height="259" topLeftX="146" topLeftY="30" type="text">
539
+ <content textType="headline" fontSize="54" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
540
+ <p>主要内容</p>
541
+ </content>
542
+ </shape>
543
+ <shape width="685" height="520" topLeftX="255" topLeftY="10" type="rect">
544
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
545
+ </shape>
546
+ <shape width="705" height="500" topLeftX="245" topLeftY="20" type="rect">
547
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
548
+ </shape>
549
+ <shape width="685" height="520" topLeftX="255" topLeftY="10" type="rect">
550
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
551
+ </shape>
552
+ </data>
553
+ <note>
554
+ <content/>
555
+ </note>
556
+ </slide>
557
+ <slide>
558
+ <style/>
559
+ <data>
560
+ <img src="ZTjJbjef3oBcQmx6s3HcHZ1MnKc" width="960" height="540" topLeftX="0.12" topLeftY="0" saturation="-8" temperature="-32">
561
+ <crop type="rect" leftOffset="0.34" rightOffset="0.34" topOffset="0" bottomOffset="0" presetHandlers="0"/>
562
+ </img>
563
+ <shape width="275" height="280" topLeftX="50" topLeftY="218" presetHandlers="4" alpha="0.9" type="rect">
564
+ <fill>
565
+ <fillColor color="rgba(255, 255, 255, 1)"/>
566
+ </fill>
567
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
568
+ </shape>
569
+ <shape width="275" height="279" topLeftX="45" topLeftY="212" presetHandlers="4" type="rect">
570
+ <fill>
571
+ <fillColor color="rgba(255, 255, 255, 1)"/>
572
+ </fill>
573
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
574
+ </shape>
575
+ <line startX="65" startY="273" endX="65" endY="338">
576
+ <border color="rgba(222, 224, 227, 1)" width="1"/>
577
+ </line>
578
+ <shape width="275" height="280" topLeftX="347" topLeftY="218" presetHandlers="4" alpha="0.9" type="rect">
579
+ <fill>
580
+ <fillColor color="rgba(255, 255, 255, 1)"/>
581
+ </fill>
582
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
583
+ </shape>
584
+ <shape width="275" height="279" topLeftX="341" topLeftY="212" presetHandlers="4" type="rect">
585
+ <fill>
586
+ <fillColor color="rgba(255, 255, 255, 1)"/>
587
+ </fill>
588
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
589
+ </shape>
590
+ <line startX="362" startY="273" endX="362" endY="338">
591
+ <border color="rgba(222, 224, 227, 1)" width="1"/>
592
+ </line>
593
+ <shape width="275" height="280" topLeftX="643" topLeftY="218" presetHandlers="4" alpha="0.9" type="rect">
594
+ <fill>
595
+ <fillColor color="rgba(255, 255, 255, 1)"/>
596
+ </fill>
597
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
598
+ </shape>
599
+ <shape width="275" height="279" topLeftX="638" topLeftY="212" presetHandlers="4" type="rect">
600
+ <fill>
601
+ <fillColor color="rgba(255, 255, 255, 1)"/>
602
+ </fill>
603
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
604
+ </shape>
605
+ <line startX="658" startY="273" endX="658" endY="338">
606
+ <border color="rgba(222, 224, 227, 1)" width="1"/>
607
+ </line>
608
+ <shape width="75" height="75" topLeftX="835" topLeftY="43" alpha="0.9" type="ellipse">
609
+ <fill>
610
+ <fillColor color="rgba(255, 255, 255, 1)"/>
611
+ </fill>
612
+ <shadow angle="90" blur="21"/>
613
+ </shape>
614
+ <shape width="237" height="84" topLeftX="657" topLeftY="376" type="text">
615
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
616
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
617
+ </content>
618
+ </shape>
619
+ <shape width="226" height="27" topLeftX="668" topLeftY="228" type="text">
620
+ <content textType="headline" fontSize="18" fontFamily="思源宋体" color="rgba(128, 66, 8, 1)" bold="true" textAlign="left">
621
+ <p>核心内容三</p>
622
+ </content>
623
+ </shape>
624
+ <shape width="226" height="72" topLeftX="668" topLeftY="269" alpha="0.6" type="text">
625
+ <content textType="headline" fontSize="12" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
626
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
627
+ </content>
628
+ </shape>
629
+ <shape width="237" height="84" topLeftX="361" topLeftY="376" type="text">
630
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
631
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
632
+ </content>
633
+ </shape>
634
+ <shape width="226" height="27" topLeftX="372" topLeftY="228" type="text">
635
+ <content textType="headline" fontSize="18" fontFamily="思源宋体" color="rgba(128, 66, 8, 1)" bold="true" textAlign="left">
636
+ <p>核心内容二</p>
637
+ </content>
638
+ </shape>
639
+ <shape width="226" height="72" topLeftX="372" topLeftY="269" alpha="0.6" type="text">
640
+ <content textType="headline" fontSize="12" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
641
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
642
+ </content>
643
+ </shape>
644
+ <shape width="237" height="84" topLeftX="65" topLeftY="376" type="text">
645
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
646
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
647
+ </content>
648
+ </shape>
649
+ <shape width="226" height="27" topLeftX="76" topLeftY="228" type="text">
650
+ <content textType="headline" fontSize="18" fontFamily="思源宋体" color="rgba(128, 66, 8, 1)" bold="true" textAlign="left">
651
+ <p>核心内容一</p>
652
+ </content>
653
+ </shape>
654
+ <shape width="226" height="72" topLeftX="76" topLeftY="269" alpha="0.6" type="text">
655
+ <content textType="headline" fontSize="12" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
656
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
657
+ </content>
658
+ </shape>
659
+ <shape width="425" height="65" topLeftX="46" topLeftY="38" type="text">
660
+ <content textType="headline" fontSize="54" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
661
+ <p>书籍核心内容</p>
662
+ </content>
663
+ </shape>
664
+ <shape width="425" height="63" topLeftX="46" topLeftY="118" type="text">
665
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
666
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</p>
667
+ </content>
668
+ </shape>
669
+ <shape width="76" height="28" topLeftX="229" topLeftY="229" presetHandlers="4" type="rect">
670
+ <fill>
671
+ <fillColor color="rgba(128, 66, 8, 1)"/>
672
+ </fill>
673
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
674
+ <p>
675
+ <span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="思源宋体">标签文案</span>
676
+ </p>
677
+ </content>
678
+ </shape>
679
+ <shape width="76" height="28" topLeftX="524" topLeftY="229" presetHandlers="4" type="rect">
680
+ <fill>
681
+ <fillColor color="rgba(128, 66, 8, 1)"/>
682
+ </fill>
683
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
684
+ <p>
685
+ <span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="思源宋体">标签文案</span>
686
+ </p>
687
+ </content>
688
+ </shape>
689
+ <shape width="76" height="28" topLeftX="821" topLeftY="229" presetHandlers="4" type="rect">
690
+ <fill>
691
+ <fillColor color="rgba(128, 66, 8, 1)"/>
692
+ </fill>
693
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
694
+ <p>
695
+ <span color="rgba(255, 255, 255, 1)" fontSize="14" fontFamily="思源宋体">标签文案</span>
696
+ </p>
697
+ </content>
698
+ </shape>
699
+ <shape width="87" height="60" topLeftX="830" topLeftY="49" type="text">
700
+ <content textType="headline" fontSize="50" fontFamily="有字库龙藏体" color="rgba(43, 54, 44, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="center">
701
+ <p>贰</p>
702
+ </content>
703
+ </shape>
704
+ </data>
705
+ <note>
706
+ <content/>
707
+ </note>
708
+ </slide>
709
+ <slide>
710
+ <style>
711
+ <fill>
712
+ <fillColor color="rgba(43, 54, 44, 1)"/>
713
+ </fill>
714
+ </style>
715
+ <data>
716
+ <shape width="30" height="124" topLeftX="424" topLeftY="148" presetHandlers="4" type="rect">
717
+ <fill>
718
+ <fillColor color="rgba(128, 66, 8, 1)"/>
719
+ </fill>
720
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
721
+ <p>重点观点一</p>
722
+ </content>
723
+ </shape>
724
+ <shape width="75" height="75" topLeftX="842" topLeftY="43" alpha="0.9" type="ellipse">
725
+ <fill>
726
+ <fillColor color="rgba(255, 255, 255, 1)"/>
727
+ </fill>
728
+ <shadow angle="90" blur="21"/>
729
+ </shape>
730
+ <shape width="30" height="124" topLeftX="600" topLeftY="148" presetHandlers="4" type="rect">
731
+ <fill>
732
+ <fillColor color="rgba(128, 66, 8, 1)"/>
733
+ </fill>
734
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
735
+ <p>重点观点二</p>
736
+ </content>
737
+ </shape>
738
+ <shape width="30" height="124" topLeftX="774" topLeftY="148" presetHandlers="4" type="rect">
739
+ <fill>
740
+ <fillColor color="rgba(128, 66, 8, 1)"/>
741
+ </fill>
742
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
743
+ <p>重点观点二</p>
744
+ </content>
745
+ </shape>
746
+ <img src="IslubYfSdo3unxxJBsvcsCf8nlg" width="383" height="346" topLeftX="0" topLeftY="148">
747
+ <crop type="rect" leftOffset="116" rightOffset="116" topOffset="0" bottomOffset="0" presetHandlers="0"/>
748
+ </img>
749
+ <shape width="93" height="231" topLeftX="822" topLeftY="148" type="text">
750
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
751
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
752
+ </content>
753
+ </shape>
754
+ <shape width="93" height="231" topLeftX="648" topLeftY="148" type="text">
755
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
756
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
757
+ </content>
758
+ </shape>
759
+ <shape width="93" height="231" topLeftX="472" topLeftY="148" type="text">
760
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
761
+ <p>请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明请输入详细说明</p>
762
+ </content>
763
+ </shape>
764
+ <shape width="425" height="65" topLeftX="46" topLeftY="38" type="text">
765
+ <content textType="headline" fontSize="54" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
766
+ <p>重点观点</p>
767
+ </content>
768
+ </shape>
769
+ <shape width="15" height="358" topLeftX="111" topLeftY="146" presetHandlers="0" type="round-rect">
770
+ <fill>
771
+ <fillColor color="rgba(43, 54, 44, 1)"/>
772
+ </fill>
773
+ </shape>
774
+ <shape width="15" height="358" topLeftX="251" topLeftY="146" presetHandlers="0" type="round-rect">
775
+ <fill>
776
+ <fillColor color="rgba(43, 54, 44, 1)"/>
777
+ </fill>
778
+ </shape>
779
+ <shape width="87" height="60" topLeftX="838" topLeftY="49" type="text">
780
+ <content textType="headline" fontSize="50" fontFamily="有字库龙藏体" color="rgba(43, 54, 44, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="center">
781
+ <p>贰</p>
782
+ </content>
783
+ </shape>
784
+ </data>
785
+ <note>
786
+ <content/>
787
+ </note>
788
+ </slide>
789
+ <slide>
790
+ <style/>
791
+ <data>
792
+ <img src="PCntbNU9WoYVGZxtkaYcaMPKnlg" width="725" height="540" topLeftX="235" topLeftY="0" contrast="5" saturation="-11">
793
+ <crop type="rect" leftOffset="118" rightOffset="118" topOffset="0" bottomOffset="0" presetHandlers="0"/>
794
+ </img>
795
+ <shape width="235" height="540" topLeftX="0" topLeftY="0" presetHandlers="0" type="round-rect">
796
+ <fill>
797
+ <fillColor color="rgba(128, 66, 8, 1)"/>
798
+ </fill>
799
+ </shape>
800
+ <shape width="93" height="120" topLeftX="39" topLeftY="83" alpha="0.2" type="text">
801
+ <content fontSize="80" fontFamily="有字库龙藏体" color="rgba(255, 255, 255, 1)" bold="true" textAlign="center">
802
+ <p textAlign="center">
803
+ <span color="rgba(255, 255, 255, 1)" fontSize="80" fontFamily="有字库龙藏体">叁</span>
804
+ </p>
805
+ </content>
806
+ </shape>
807
+ <shape width="56" height="324" topLeftX="146" topLeftY="30" alpha="0.9" type="text">
808
+ <content textType="title" fontSize="54" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
809
+ <p lineSpacing="multiple:1.2">运用与实践</p>
810
+ </content>
811
+ </shape>
812
+ <shape width="173" height="126" topLeftX="28" topLeftY="384" alpha="0.5" type="text">
813
+ <content textType="caption" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
814
+ <p>
815
+ <span color="rgba(255, 255, 255, 1)" fontFamily="思源宋体">书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</span>
816
+ </p>
817
+ </content>
818
+ </shape>
819
+ <line startX="31" startY="368" endX="202" endY="368" alpha="0.2">
820
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
821
+ </line>
822
+ <shape width="112" height="24" topLeftX="318" topLeftY="-80" type="text">
823
+ <content fontSize="16" fontFamily="思源黑体" color="rgba(31, 35, 41, 1)"/>
824
+ </shape>
825
+ <line startX="31" startY="203" endX="46" endY="188" alpha="0.5">
826
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
827
+ </line>
828
+ <line startX="109" startY="122" endX="132" endY="98" alpha="0.5">
829
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
830
+ </line>
831
+ <shape width="705" height="500" topLeftX="245" topLeftY="20" type="rect">
832
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
833
+ </shape>
834
+ <shape width="685" height="520" topLeftX="255" topLeftY="10" type="rect">
835
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
836
+ </shape>
837
+ </data>
838
+ <note>
839
+ <content/>
840
+ </note>
841
+ </slide>
842
+ <slide>
843
+ <style>
844
+ <fill>
845
+ <fillColor color="rgba(43, 54, 44, 1)"/>
846
+ </fill>
847
+ </style>
848
+ <data>
849
+ <shape width="75" height="75" topLeftX="765" topLeftY="43" alpha="0.9" type="ellipse">
850
+ <fill>
851
+ <fillColor color="rgba(255, 255, 255, 1)"/>
852
+ </fill>
853
+ <shadow angle="90" blur="21"/>
854
+ </shape>
855
+ <shape width="275" height="144" topLeftX="38" topLeftY="30" presetHandlers="4" alpha="0.9" type="rect">
856
+ <fill>
857
+ <fillColor color="rgba(255, 255, 255, 1)"/>
858
+ </fill>
859
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
860
+ </shape>
861
+ <shape width="275" height="143" topLeftX="32" topLeftY="24" presetHandlers="4" type="rect">
862
+ <fill>
863
+ <fillColor color="rgba(255, 255, 255, 1)"/>
864
+ </fill>
865
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
866
+ </shape>
867
+ <line startX="52" startY="84" endX="52" endY="149">
868
+ <border color="rgba(222, 224, 227, 1)" width="1"/>
869
+ </line>
870
+ <shape width="275" height="144" topLeftX="351" topLeftY="369" presetHandlers="4" alpha="0.9" type="rect">
871
+ <fill>
872
+ <fillColor color="rgba(255, 255, 255, 1)"/>
873
+ </fill>
874
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
875
+ </shape>
876
+ <shape width="275" height="143" topLeftX="345" topLeftY="363" presetHandlers="4" type="rect">
877
+ <fill>
878
+ <fillColor color="rgba(255, 255, 255, 1)"/>
879
+ </fill>
880
+ <border color="rgba(64, 85, 62, 1)" width="1"/>
881
+ </shape>
882
+ <line startX="366" startY="423" endX="366" endY="488">
883
+ <border color="rgba(222, 224, 227, 1)" width="1"/>
884
+ </line>
885
+ <img src="RNjQbZbFfomP8vx2FYhcMyLOnbg" width="277" height="338" topLeftX="36" topLeftY="202">
886
+ <crop type="rect" leftOffset="32" rightOffset="32" topOffset="0" bottomOffset="0" presetHandlers="0"/>
887
+ </img>
888
+ <img src="R6Vgbg6i1onkBIxt80tcE5O6ndd" width="277" height="338" topLeftX="345" topLeftY="0">
889
+ <crop type="rect" leftOffset="162" rightOffset="162" topOffset="0" bottomOffset="0" presetHandlers="0"/>
890
+ </img>
891
+ <shape width="173" height="189" topLeftX="740" topLeftY="311" alpha="0.6" type="text">
892
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
893
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。在书的世界里,我们汲取智慧,分享感悟,让书香飘满生活,让心灵在阅读中绽放光芒。</p>
894
+ </content>
895
+ </shape>
896
+ <shape width="236" height="27" topLeftX="366" topLeftY="377" type="text">
897
+ <content textType="headline" fontSize="18" fontFamily="思源宋体" color="rgba(128, 66, 8, 1)" bold="true" textAlign="left">
898
+ <p>启发二</p>
899
+ </content>
900
+ </shape>
901
+ <shape width="226" height="72" topLeftX="376" topLeftY="419" alpha="0.6" type="text">
902
+ <content textType="headline" fontSize="12" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
903
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</p>
904
+ </content>
905
+ </shape>
906
+ <shape width="236" height="27" topLeftX="52" topLeftY="40" type="text">
907
+ <content textType="headline" fontSize="18" fontFamily="思源宋体" color="rgba(128, 66, 8, 1)" bold="true" textAlign="left">
908
+ <p>启发一</p>
909
+ </content>
910
+ </shape>
911
+ <shape width="226" height="72" topLeftX="62" topLeftY="82" alpha="0.6" type="text">
912
+ <content textType="headline" fontSize="12" fontFamily="思源宋体" color="rgba(43, 54, 44, 1)" bold="false" textAlign="left">
913
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</p>
914
+ </content>
915
+ </shape>
916
+ <shape width="56" height="130" topLeftX="858" topLeftY="38" type="text">
917
+ <content textType="headline" fontSize="54" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
918
+ <p>启发</p>
919
+ </content>
920
+ </shape>
921
+ <shape width="87" height="60" topLeftX="761" topLeftY="49" type="text">
922
+ <content textType="headline" fontSize="50" fontFamily="有字库龙藏体" color="rgba(43, 54, 44, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="center">
923
+ <p>叁</p>
924
+ </content>
925
+ </shape>
926
+ </data>
927
+ <note>
928
+ <content/>
929
+ </note>
930
+ </slide>
931
+ <slide>
932
+ <style>
933
+ <fill>
934
+ <fillColor color="rgba(43, 54, 44, 1)"/>
935
+ </fill>
936
+ </style>
937
+ <data>
938
+ <img src="AA6EbfqopoFdxaxAtcFcm1evnKm" width="302" height="540" topLeftX="329" topLeftY="0">
939
+ <crop type="rect" leftOffset="202" rightOffset="43" topOffset="0" bottomOffset="0" presetHandlers="0"/>
940
+ </img>
941
+ <shape width="30" height="102" topLeftX="659" topLeftY="79" presetHandlers="4" type="rect">
942
+ <fill>
943
+ <fillColor color="rgba(128, 66, 8, 1)"/>
944
+ </fill>
945
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
946
+ <p>重点一</p>
947
+ </content>
948
+ </shape>
949
+ <shape width="30" height="102" topLeftX="268" topLeftY="219" presetHandlers="4" type="rect">
950
+ <fill>
951
+ <fillColor color="rgba(128, 66, 8, 1)"/>
952
+ </fill>
953
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
954
+ <p>重点二</p>
955
+ </content>
956
+ </shape>
957
+ <shape width="30" height="102" topLeftX="659" topLeftY="359" presetHandlers="4" type="rect">
958
+ <fill>
959
+ <fillColor color="rgba(128, 66, 8, 1)"/>
960
+ </fill>
961
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
962
+ <p>重点三</p>
963
+ </content>
964
+ </shape>
965
+ <shape width="75" height="75" topLeftX="53" topLeftY="415" alpha="0.9" type="ellipse">
966
+ <fill>
967
+ <fillColor color="rgba(255, 255, 255, 1)"/>
968
+ </fill>
969
+ <shadow angle="90" blur="21"/>
970
+ </shape>
971
+ <shape width="207" height="105" topLeftX="707" topLeftY="359" type="text">
972
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
973
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</p>
974
+ </content>
975
+ </shape>
976
+ <shape width="207" height="105" topLeftX="707" topLeftY="79" type="text">
977
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
978
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</p>
979
+ </content>
980
+ </shape>
981
+ <shape width="207" height="105" topLeftX="46" topLeftY="219" type="text">
982
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="right">
983
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</p>
984
+ </content>
985
+ </shape>
986
+ <shape width="182" height="130" topLeftX="46" topLeftY="38" type="text">
987
+ <content textType="headline" fontSize="54" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
988
+ <p>运用与</p>
989
+ <p>实践</p>
990
+ </content>
991
+ </shape>
992
+ <shape width="87" height="60" topLeftX="47" topLeftY="422" type="text">
993
+ <content textType="headline" fontSize="50" fontFamily="有字库龙藏体" color="rgba(43, 54, 44, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="center">
994
+ <p>叁</p>
995
+ </content>
996
+ </shape>
997
+ </data>
998
+ <note>
999
+ <content/>
1000
+ </note>
1001
+ </slide>
1002
+ <slide>
1003
+ <style/>
1004
+ <data>
1005
+ <shape width="235" height="540" topLeftX="0" topLeftY="0" presetHandlers="0" type="round-rect">
1006
+ <fill>
1007
+ <fillColor color="rgba(128, 66, 8, 1)"/>
1008
+ </fill>
1009
+ </shape>
1010
+ <line startX="31" startY="305" endX="202" endY="305" alpha="0.2">
1011
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
1012
+ </line>
1013
+ <shape width="705" height="500" topLeftX="245" topLeftY="20" type="rect">
1014
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
1015
+ </shape>
1016
+ <shape width="685" height="520" topLeftX="255" topLeftY="10" type="rect">
1017
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
1018
+ </shape>
1019
+ <line startX="31" startY="203" endX="54" endY="180" alpha="0.5">
1020
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
1021
+ </line>
1022
+ <line startX="109" startY="122" endX="132" endY="98" alpha="0.5">
1023
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
1024
+ </line>
1025
+ <img src="B9ZAbt2N2oftTjxO417c6Ax9nzf" width="726" height="540" topLeftX="235" topLeftY="0">
1026
+ <crop type="rect" leftOffset="117" rightOffset="117" topOffset="0" bottomOffset="0"/>
1027
+ </img>
1028
+ <shape width="173" height="189" topLeftX="28" topLeftY="320" alpha="0.6" type="text">
1029
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left"/>
1030
+ </shape>
1031
+ <shape width="87" height="96" topLeftX="43" topLeftY="95" alpha="0.2" type="text">
1032
+ <content textType="headline" fontSize="80" fontFamily="有字库龙藏体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="center">
1033
+ <p>肆</p>
1034
+ </content>
1035
+ </shape>
1036
+ <shape width="56" height="259" topLeftX="146" topLeftY="30" type="text">
1037
+ <content textType="headline" fontSize="54" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
1038
+ <p>读书感悟</p>
1039
+ </content>
1040
+ </shape>
1041
+ </data>
1042
+ <note>
1043
+ <content/>
1044
+ </note>
1045
+ </slide>
1046
+ <slide>
1047
+ <style>
1048
+ <fill>
1049
+ <fillColor color="rgba(43, 54, 44, 1)"/>
1050
+ </fill>
1051
+ </style>
1052
+ <data>
1053
+ <shape width="450" height="450" topLeftX="61" topLeftY="45" type="ellipse">
1054
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
1055
+ </shape>
1056
+ <img src="WVe4bI5ufo5WDkxpbIacwBfwnXe" width="450" height="450" topLeftX="48" topLeftY="45" contrast="5" saturation="-11">
1057
+ <crop type="ellipse" leftOffset="3" rightOffset="3" topOffset="0" bottomOffset="0" presetHandlers="0"/>
1058
+ </img>
1059
+ <shape width="75" height="75" topLeftX="47" topLeftY="423" alpha="0.9" type="ellipse">
1060
+ <fill>
1061
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1062
+ </fill>
1063
+ <shadow angle="90" blur="21"/>
1064
+ </shape>
1065
+ <shape width="30" height="102" topLeftX="557" topLeftY="79" presetHandlers="4" type="rect">
1066
+ <fill>
1067
+ <fillColor color="rgba(128, 66, 8, 1)"/>
1068
+ </fill>
1069
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
1070
+ <p>感悟一</p>
1071
+ </content>
1072
+ </shape>
1073
+ <shape width="30" height="102" topLeftX="557" topLeftY="219" presetHandlers="4" type="rect">
1074
+ <fill>
1075
+ <fillColor color="rgba(128, 66, 8, 1)"/>
1076
+ </fill>
1077
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
1078
+ <p>感悟二</p>
1079
+ </content>
1080
+ </shape>
1081
+ <shape width="30" height="102" topLeftX="557" topLeftY="359" presetHandlers="4" type="rect">
1082
+ <fill>
1083
+ <fillColor color="rgba(128, 66, 8, 1)"/>
1084
+ </fill>
1085
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
1086
+ <p>感悟二</p>
1087
+ </content>
1088
+ </shape>
1089
+ <img src="H6qeb1mziotaEQx2asjcyF71nnf" width="450" height="450" topLeftX="48" topLeftY="45">
1090
+ <crop type="rect" leftOffset="3" rightOffset="3" topOffset="0" bottomOffset="0" presetHandlers="225"/>
1091
+ </img>
1092
+ <shape width="207" height="105" topLeftX="605" topLeftY="357" type="text">
1093
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
1094
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</p>
1095
+ </content>
1096
+ </shape>
1097
+ <shape width="207" height="105" topLeftX="605" topLeftY="217" type="text">
1098
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
1099
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</p>
1100
+ </content>
1101
+ </shape>
1102
+ <shape width="207" height="105" topLeftX="605" topLeftY="77" type="text">
1103
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
1104
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</p>
1105
+ </content>
1106
+ </shape>
1107
+ <shape width="56" height="259" topLeftX="858" topLeftY="212" type="text">
1108
+ <content textType="headline" fontSize="54" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
1109
+ <p>读书感悟</p>
1110
+ </content>
1111
+ </shape>
1112
+ <shape width="87" height="60" topLeftX="41" topLeftY="431" type="text">
1113
+ <content textType="headline" fontSize="50" fontFamily="有字库龙藏体" color="rgba(43, 54, 44, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="center">
1114
+ <p>肆</p>
1115
+ </content>
1116
+ </shape>
1117
+ </data>
1118
+ <note>
1119
+ <content/>
1120
+ </note>
1121
+ </slide>
1122
+ <slide>
1123
+ <style>
1124
+ <fill>
1125
+ <fillColor color="rgba(43, 54, 44, 1)"/>
1126
+ </fill>
1127
+ </style>
1128
+ <data>
1129
+ <shape width="30" height="102" topLeftX="173" topLeftY="213" presetHandlers="4" type="rect">
1130
+ <fill>
1131
+ <fillColor color="rgba(128, 66, 8, 1)"/>
1132
+ </fill>
1133
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
1134
+ <p>总结一</p>
1135
+ </content>
1136
+ </shape>
1137
+ <shape width="30" height="102" topLeftX="173" topLeftY="343" presetHandlers="4" type="rect">
1138
+ <fill>
1139
+ <fillColor color="rgba(128, 66, 8, 1)"/>
1140
+ </fill>
1141
+ <content fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)">
1142
+ <p>总结二</p>
1143
+ </content>
1144
+ </shape>
1145
+ <shape width="151" height="212" topLeftX="0" topLeftY="0" presetHandlers="0" type="round-rect">
1146
+ <fill>
1147
+ <fillColor color="rgba(64, 85, 62, 1)"/>
1148
+ </fill>
1149
+ </shape>
1150
+ <shape width="520" height="93" topLeftX="440" topLeftY="447" presetHandlers="0" type="round-rect">
1151
+ <fill>
1152
+ <fillColor color="rgba(64, 85, 62, 1)"/>
1153
+ </fill>
1154
+ </shape>
1155
+ <shape width="75" height="75" topLeftX="765" topLeftY="43" alpha="0.9" type="ellipse">
1156
+ <fill>
1157
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1158
+ </fill>
1159
+ <shadow angle="90" blur="21"/>
1160
+ </shape>
1161
+ <img src="GQfkbUM1soULBWxx0KqcjZiMnJd" width="520" height="235" topLeftX="440" topLeftY="212">
1162
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="62" bottomOffset="62" presetHandlers="0"/>
1163
+ </img>
1164
+ <img src="W7jnbtvFXo2aNUxo960ctEXlncc" width="151" height="235" topLeftX="0" topLeftY="212">
1165
+ <crop type="rect" leftOffset="95" rightOffset="95" topOffset="0" bottomOffset="0" presetHandlers="0"/>
1166
+ </img>
1167
+ <shape width="473" height="42" topLeftX="464" topLeftY="472" alpha="0.5" type="text">
1168
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
1169
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</p>
1170
+ </content>
1171
+ </shape>
1172
+ <shape width="207" height="105" topLeftX="219" topLeftY="341" type="text">
1173
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
1174
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</p>
1175
+ </content>
1176
+ </shape>
1177
+ <shape width="207" height="105" topLeftX="219" topLeftY="211" type="text">
1178
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
1179
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</p>
1180
+ </content>
1181
+ </shape>
1182
+ <shape width="87" height="60" topLeftX="761" topLeftY="49" type="text">
1183
+ <content textType="headline" fontSize="50" fontFamily="有字库龙藏体" color="rgba(43, 54, 44, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="center">
1184
+ <p>肆</p>
1185
+ </content>
1186
+ </shape>
1187
+ <shape width="56" height="130" topLeftX="858" topLeftY="38" type="text">
1188
+ <content textType="headline" fontSize="54" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.2">
1189
+ <p>总结</p>
1190
+ </content>
1191
+ </shape>
1192
+ </data>
1193
+ <note>
1194
+ <content/>
1195
+ </note>
1196
+ </slide>
1197
+ <slide>
1198
+ <style/>
1199
+ <data>
1200
+ <img src="JMXPb7rVToic0yxUCMacn4YJnyd" width="960" height="540" topLeftX="0.12" topLeftY="0" alpha="0.2" saturation="-8" temperature="-32">
1201
+ <crop type="rect" leftOffset="0.34" rightOffset="0.34" topOffset="0" bottomOffset="0" presetHandlers="0"/>
1202
+ </img>
1203
+ <shape width="960" height="270" topLeftX="0" topLeftY="270" presetHandlers="0" type="round-rect">
1204
+ <fill>
1205
+ <fillColor color="rgba(43, 54, 44, 1)"/>
1206
+ </fill>
1207
+ </shape>
1208
+ <img src="ToembDV69oCS2Axcw7XcHdwynz9" width="150" height="150" topLeftX="38" topLeftY="318">
1209
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="6" bottomOffset="6" presetHandlers="4"/>
1210
+ </img>
1211
+ <img src="Mz8Hb9vY0oJqC8x9C53cRiAUnuh" width="150" height="150" topLeftX="218" topLeftY="318">
1212
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="6" bottomOffset="6" presetHandlers="4"/>
1213
+ </img>
1214
+ <img src="WHVsbntGdoZiq6xVHNEcjKcDnih" width="150" height="150" topLeftX="397" topLeftY="318">
1215
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="6" bottomOffset="6" presetHandlers="4"/>
1216
+ </img>
1217
+ <shape width="327" height="293" topLeftX="595" topLeftY="134" type="rect">
1218
+ <border color="rgba(43, 54, 44, 1)" width="1"/>
1219
+ </shape>
1220
+ <img src="EQN1bi9m9ohLo2xZAXzcVU0bnJe" width="327" height="327" topLeftX="588" topLeftY="140">
1221
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="12" bottomOffset="12" presetHandlers="4"/>
1222
+ </img>
1223
+ <shape width="75" height="75" topLeftX="843" topLeftY="37" alpha="0.9" type="ellipse">
1224
+ <fill>
1225
+ <fillColor color="rgba(255, 255, 255, 1)"/>
1226
+ </fill>
1227
+ </shape>
1228
+ <shape width="93" height="75" topLeftX="834" topLeftY="34" type="text">
1229
+ <content fontSize="50" fontFamily="有字库龙藏体" color="rgba(43, 54, 44, 1)" bold="true" textAlign="center">
1230
+ <p textAlign="center">
1231
+ <strong>肆</strong>
1232
+ </p>
1233
+ </content>
1234
+ </shape>
1235
+ <shape width="167" height="21" topLeftX="669" topLeftY="476" alpha="0.7" type="text">
1236
+ <content textType="caption" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="center">
1237
+ <p textAlign="center">作者·书籍</p>
1238
+ </content>
1239
+ </shape>
1240
+ <shape width="327" height="327" topLeftX="588" topLeftY="140" type="rect">
1241
+ <border color="rgba(43, 54, 44, 1)" width="1"/>
1242
+ </shape>
1243
+ <shape width="238" height="65" topLeftX="40" topLeftY="34" alpha="0.9" type="text">
1244
+ <content textType="title" fontSize="54" fontFamily="思源宋体" color="rgba(32, 31, 29, 1)" bold="true" lineSpacing="multiple:1.2" textAlign="left">
1245
+ <p textAlign="left" lineSpacing="multiple:1.2">
1246
+ <span color="rgba(32, 31, 29, 1)">延伸阅读</span>
1247
+ </p>
1248
+ </content>
1249
+ </shape>
1250
+ <shape width="489" height="42" topLeftX="39" topLeftY="191" alpha="0.7" type="text">
1251
+ <content textType="caption" fontSize="14" fontFamily="思源宋体" color="rgba(0, 0, 0, 1)" bold="false">
1252
+ <p>
1253
+ <span color="rgba(0, 0, 0, 1)" fontFamily="思源宋体" bold="false">书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。</span>
1254
+ </p>
1255
+ </content>
1256
+ </shape>
1257
+ <shape width="130" height="21" topLeftX="228" topLeftY="476" alpha="0.7" type="text">
1258
+ <content textType="caption" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="center">
1259
+ <p textAlign="center">
1260
+ <span color="rgba(255, 255, 255, 1)">作者·书籍</span>
1261
+ </p>
1262
+ </content>
1263
+ </shape>
1264
+ <shape width="130" height="21" topLeftX="51" topLeftY="476" alpha="0.7" type="text">
1265
+ <content textType="caption" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="center">
1266
+ <p textAlign="center">作者·书籍</p>
1267
+ </content>
1268
+ </shape>
1269
+ <shape width="130" height="21" topLeftX="408" topLeftY="476" alpha="0.7" type="text">
1270
+ <content textType="caption" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="center">
1271
+ <p textAlign="center">作者·书籍</p>
1272
+ </content>
1273
+ </shape>
1274
+ </data>
1275
+ <note>
1276
+ <content/>
1277
+ </note>
1278
+ </slide>
1279
+ <slide>
1280
+ <style/>
1281
+ <data>
1282
+ <img src="CTE8bLVM3o28DdxTy9NchsGCnbh" width="961" height="541" topLeftX="0" topLeftY="0">
1283
+ <crop type="rect" leftOffset="0.65" rightOffset="0.65" topOffset="0" bottomOffset="0"/>
1284
+ </img>
1285
+ <shape width="940" height="364" topLeftX="10" topLeftY="20" type="rect">
1286
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
1287
+ </shape>
1288
+ <shape width="920" height="384" topLeftX="20" topLeftY="10" type="rect">
1289
+ <border color="rgba(255, 255, 255, 1)" width="1"/>
1290
+ </shape>
1291
+ <shape width="960" height="136" topLeftX="0" topLeftY="404" presetHandlers="0" type="round-rect">
1292
+ <fill>
1293
+ <fillColor color="rgba(43, 54, 44, 1)"/>
1294
+ </fill>
1295
+ </shape>
1296
+ <shape width="89" height="96" topLeftX="380" topLeftY="22" alpha="0.9" type="text">
1297
+ <content textType="title" fontSize="80" fontFamily="马善政毛笔楷体" color="rgba(32, 31, 29, 1)" bold="false" lineSpacing="multiple:1.2">
1298
+ <p lineSpacing="multiple:1.2">
1299
+ <span color="rgba(32, 31, 29, 1)" fontSize="80" fontFamily="马善政毛笔楷体" bold="false">感</span>
1300
+ </p>
1301
+ </content>
1302
+ </shape>
1303
+ <shape width="89" height="96" topLeftX="444" topLeftY="65" alpha="0.9" type="text">
1304
+ <content textType="title" fontSize="80" fontFamily="马善政毛笔楷体" color="rgba(32, 31, 29, 1)" bold="false" lineSpacing="multiple:1.2">
1305
+ <p lineSpacing="multiple:1.2">
1306
+ <span color="rgba(32, 31, 29, 1)" fontSize="80" fontFamily="马善政毛笔楷体" bold="false">谢</span>
1307
+ </p>
1308
+ </content>
1309
+ </shape>
1310
+ <shape width="89" height="96" topLeftX="380" topLeftY="97" alpha="0.9" type="text">
1311
+ <content textType="title" fontSize="80" fontFamily="马善政毛笔楷体" color="rgba(32, 31, 29, 1)" bold="false" lineSpacing="multiple:1.2">
1312
+ <p lineSpacing="multiple:1.2">
1313
+ <span color="rgba(32, 31, 29, 1)" fontSize="80" fontFamily="马善政毛笔楷体" bold="false">观</span>
1314
+ </p>
1315
+ </content>
1316
+ </shape>
1317
+ <shape width="89" height="96" topLeftX="444" topLeftY="140" alpha="0.9" type="text">
1318
+ <content textType="title" fontSize="80" fontFamily="马善政毛笔楷体" color="rgba(32, 31, 29, 1)" bold="false" lineSpacing="multiple:1.2">
1319
+ <p lineSpacing="multiple:1.2">
1320
+ <span color="rgba(32, 31, 29, 1)" fontSize="80" fontFamily="马善政毛笔楷体" bold="false">看</span>
1321
+ </p>
1322
+ </content>
1323
+ </shape>
1324
+ <shape width="440" height="84" topLeftX="30" topLeftY="430" alpha="0.5" type="text">
1325
+ <content textType="headline" fontSize="14" fontFamily="思源宋体" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
1326
+ <p>书海畅游意无穷,墨香四溢映心中。分享佳作如明灯,照亮前路启智明。佳句共赏添雅趣,思想碰撞智慧生。读书之乐同分享,知识海洋任君行。在书的世界里,我们汲取智慧,分享感悟,让书香飘满生活,让心灵在阅读中绽放光芒。</p>
1327
+ </content>
1328
+ </shape>
1329
+ <img src="YvRMb7i4NoiI30xZy4gc5E5Cn1c" width="89" height="89" topLeftX="843" topLeftY="427">
1330
+ <shadow angle="90" color="rgba(17, 39, 112, 0.15)"/>
1331
+ <crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="0" presetHandlers="8"/>
1332
+ </img>
1333
+ </data>
1334
+ <note>
1335
+ <content/>
1336
+ </note>
1337
+ </slide>
1338
+ </presentation>