@yandy0725/pi-lark 0.1.0
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.
- package/README.md +30 -0
- package/README.zh.md +30 -0
- package/package.json +36 -0
- package/skills/lark-approval/SKILL.md +56 -0
- package/skills/lark-approval/references/lark-approval-initiate.md +196 -0
- package/skills/lark-approval/references/lark-approval-instance-form-control-parameters.md +606 -0
- package/skills/lark-approval/references/lark-approval-instance-value-sourcing.md +108 -0
- package/skills/lark-apps/SKILL.md +78 -0
- package/skills/lark-apps/references/lark-apps-access-scope-get.md +28 -0
- package/skills/lark-apps/references/lark-apps-access-scope-set.md +40 -0
- package/skills/lark-apps/references/lark-apps-cloud-dev.md +120 -0
- package/skills/lark-apps/references/lark-apps-create.md +40 -0
- package/skills/lark-apps/references/lark-apps-db-env-create.md +31 -0
- package/skills/lark-apps/references/lark-apps-db-execute.md +40 -0
- package/skills/lark-apps/references/lark-apps-db-table-get.md +29 -0
- package/skills/lark-apps/references/lark-apps-db-table-list.md +31 -0
- package/skills/lark-apps/references/lark-apps-env-pull.md +35 -0
- package/skills/lark-apps/references/lark-apps-git-credential.md +37 -0
- package/skills/lark-apps/references/lark-apps-html-publish.md +57 -0
- package/skills/lark-apps/references/lark-apps-init.md +37 -0
- package/skills/lark-apps/references/lark-apps-list.md +37 -0
- package/skills/lark-apps/references/lark-apps-local-dev.md +76 -0
- package/skills/lark-apps/references/lark-apps-release-create.md +30 -0
- package/skills/lark-apps/references/lark-apps-release-get.md +28 -0
- package/skills/lark-apps/references/lark-apps-release-list.md +31 -0
- package/skills/lark-apps/references/lark-apps-session-messages-list.md +53 -0
- package/skills/lark-apps/references/lark-apps-update.md +30 -0
- package/skills/lark-attendance/SKILL.md +57 -0
- package/skills/lark-base/SKILL.md +157 -0
- package/skills/lark-base/references/dashboard-block-data-config.md +350 -0
- package/skills/lark-base/references/formula-field-guide.md +737 -0
- package/skills/lark-base/references/lark-base-cell-value.md +153 -0
- package/skills/lark-base/references/lark-base-dashboard-block-get-data.md +717 -0
- package/skills/lark-base/references/lark-base-dashboard.md +238 -0
- package/skills/lark-base/references/lark-base-data-analysis-sop.md +210 -0
- package/skills/lark-base/references/lark-base-data-query-guide.md +61 -0
- package/skills/lark-base/references/lark-base-data-query.md +452 -0
- package/skills/lark-base/references/lark-base-field-create.md +103 -0
- package/skills/lark-base/references/lark-base-field-json.md +489 -0
- package/skills/lark-base/references/lark-base-field-update.md +171 -0
- package/skills/lark-base/references/lark-base-form-detail.md +71 -0
- package/skills/lark-base/references/lark-base-form-questions-create.md +118 -0
- package/skills/lark-base/references/lark-base-form-questions-update.md +92 -0
- package/skills/lark-base/references/lark-base-form-submit.md +170 -0
- package/skills/lark-base/references/lark-base-record-batch-create.md +57 -0
- package/skills/lark-base/references/lark-base-record-batch-update.md +52 -0
- package/skills/lark-base/references/lark-base-record-history-list.md +43 -0
- package/skills/lark-base/references/lark-base-record-upsert.md +63 -0
- package/skills/lark-base/references/lark-base-role-guide.md +65 -0
- package/skills/lark-base/references/lark-base-view-set-filter.md +189 -0
- package/skills/lark-base/references/lark-base-workflow-guide.md +830 -0
- package/skills/lark-base/references/lark-base-workflow-schema.md +1071 -0
- package/skills/lark-base/references/lookup-field-guide.md +512 -0
- package/skills/lark-base/references/role-config.md +549 -0
- package/skills/lark-calendar/SKILL.md +137 -0
- package/skills/lark-calendar/references/lark-calendar-agenda.md +78 -0
- package/skills/lark-calendar/references/lark-calendar-create.md +106 -0
- package/skills/lark-calendar/references/lark-calendar-freebusy.md +124 -0
- package/skills/lark-calendar/references/lark-calendar-meeting.md +40 -0
- package/skills/lark-calendar/references/lark-calendar-room-find.md +113 -0
- package/skills/lark-calendar/references/lark-calendar-rsvp.md +42 -0
- package/skills/lark-calendar/references/lark-calendar-schedule-meeting.md +265 -0
- package/skills/lark-calendar/references/lark-calendar-search-event.md +29 -0
- package/skills/lark-calendar/references/lark-calendar-suggestion.md +125 -0
- package/skills/lark-calendar/references/lark-calendar-update.md +105 -0
- package/skills/lark-contact/SKILL.md +59 -0
- package/skills/lark-contact/references/lark-contact-get-user.md +19 -0
- package/skills/lark-contact/references/lark-contact-search-user.md +124 -0
- package/skills/lark-doc/SKILL.md +79 -0
- package/skills/lark-doc/references/lark-doc-create.md +79 -0
- package/skills/lark-doc/references/lark-doc-fetch.md +138 -0
- package/skills/lark-doc/references/lark-doc-md.md +76 -0
- package/skills/lark-doc/references/lark-doc-media-download.md +50 -0
- package/skills/lark-doc/references/lark-doc-media-insert.md +114 -0
- package/skills/lark-doc/references/lark-doc-media-preview.md +41 -0
- package/skills/lark-doc/references/lark-doc-resource-cover.md +70 -0
- package/skills/lark-doc/references/lark-doc-update.md +259 -0
- package/skills/lark-doc/references/lark-doc-whiteboard.md +154 -0
- package/skills/lark-doc/references/lark-doc-xml.md +181 -0
- package/skills/lark-doc/references/style/lark-doc-create-workflow.md +59 -0
- package/skills/lark-doc/references/style/lark-doc-style.md +86 -0
- package/skills/lark-doc/references/style/lark-doc-update-workflow.md +55 -0
- package/skills/lark-drive/SKILL.md +215 -0
- package/skills/lark-drive/references/lark-drive-add-comment.md +193 -0
- package/skills/lark-drive/references/lark-drive-apply-permission.md +77 -0
- package/skills/lark-drive/references/lark-drive-comment-location.md +193 -0
- package/skills/lark-drive/references/lark-drive-comments-guide.md +72 -0
- package/skills/lark-drive/references/lark-drive-cover.md +79 -0
- package/skills/lark-drive/references/lark-drive-create-folder.md +73 -0
- package/skills/lark-drive/references/lark-drive-create-shortcut.md +103 -0
- package/skills/lark-drive/references/lark-drive-delete.md +79 -0
- package/skills/lark-drive/references/lark-drive-download.md +31 -0
- package/skills/lark-drive/references/lark-drive-export-download.md +50 -0
- package/skills/lark-drive/references/lark-drive-export.md +145 -0
- package/skills/lark-drive/references/lark-drive-files-list.md +158 -0
- package/skills/lark-drive/references/lark-drive-import.md +170 -0
- package/skills/lark-drive/references/lark-drive-inspect.md +50 -0
- package/skills/lark-drive/references/lark-drive-member-add.md +66 -0
- package/skills/lark-drive/references/lark-drive-move.md +120 -0
- package/skills/lark-drive/references/lark-drive-permission-guide.md +41 -0
- package/skills/lark-drive/references/lark-drive-preview.md +87 -0
- package/skills/lark-drive/references/lark-drive-pull.md +137 -0
- package/skills/lark-drive/references/lark-drive-push.md +162 -0
- package/skills/lark-drive/references/lark-drive-reactions.md +113 -0
- package/skills/lark-drive/references/lark-drive-search.md +269 -0
- package/skills/lark-drive/references/lark-drive-secure-label.md +52 -0
- package/skills/lark-drive/references/lark-drive-status.md +137 -0
- package/skills/lark-drive/references/lark-drive-task-result.md +302 -0
- package/skills/lark-drive/references/lark-drive-upload.md +101 -0
- package/skills/lark-drive/references/lark-drive-version-delete.md +38 -0
- package/skills/lark-drive/references/lark-drive-version-get.md +71 -0
- package/skills/lark-drive/references/lark-drive-version-history.md +73 -0
- package/skills/lark-drive/references/lark-drive-version-revert.md +35 -0
- package/skills/lark-drive/references/lark-drive-workflow-knowledge-organize-analysis.md +249 -0
- package/skills/lark-drive/references/lark-drive-workflow-knowledge-organize-discovery.md +253 -0
- package/skills/lark-drive/references/lark-drive-workflow-knowledge-organize-execution.md +200 -0
- package/skills/lark-drive/references/lark-drive-workflow-knowledge-organize-planning.md +336 -0
- package/skills/lark-drive/references/lark-drive-workflow-knowledge-organize-rollback.md +308 -0
- package/skills/lark-drive/references/lark-drive-workflow-knowledge-organize.md +226 -0
- package/skills/lark-drive/references/lark-drive-workflow-permission-governance-commands.md +168 -0
- package/skills/lark-drive/references/lark-drive-workflow-permission-governance-outputs.md +424 -0
- package/skills/lark-drive/references/lark-drive-workflow-permission-governance.md +207 -0
- package/skills/lark-drive/references/lark-drive-workflow.md +130 -0
- package/skills/lark-event/SKILL.md +154 -0
- package/skills/lark-event/references/lark-event-im.md +87 -0
- package/skills/lark-event/references/lark-event-minutes.md +54 -0
- package/skills/lark-event/references/lark-event-task.md +78 -0
- package/skills/lark-event/references/lark-event-vc.md +94 -0
- package/skills/lark-event/references/lark-event-whiteboard.md +67 -0
- package/skills/lark-im/SKILL.md +247 -0
- package/skills/lark-im/references/lark-im-card-action-reply.md +175 -0
- package/skills/lark-im/references/lark-im-chat-create.md +162 -0
- package/skills/lark-im/references/lark-im-chat-identity.md +55 -0
- package/skills/lark-im/references/lark-im-chat-list.md +166 -0
- package/skills/lark-im/references/lark-im-chat-messages-list.md +157 -0
- package/skills/lark-im/references/lark-im-chat-search.md +142 -0
- package/skills/lark-im/references/lark-im-chat-update.md +84 -0
- package/skills/lark-im/references/lark-im-feed-group-list-item.md +68 -0
- package/skills/lark-im/references/lark-im-feed-group-list.md +65 -0
- package/skills/lark-im/references/lark-im-feed-group-query-item.md +44 -0
- package/skills/lark-im/references/lark-im-feed-groups.md +452 -0
- package/skills/lark-im/references/lark-im-feed-shortcut-create.md +97 -0
- package/skills/lark-im/references/lark-im-feed-shortcut-list.md +103 -0
- package/skills/lark-im/references/lark-im-feed-shortcut-remove.md +48 -0
- package/skills/lark-im/references/lark-im-flag-cancel.md +67 -0
- package/skills/lark-im/references/lark-im-flag-create.md +67 -0
- package/skills/lark-im/references/lark-im-flag-list.md +100 -0
- package/skills/lark-im/references/lark-im-message-enrichment.md +54 -0
- package/skills/lark-im/references/lark-im-messages-mget.md +99 -0
- package/skills/lark-im/references/lark-im-messages-reply.md +267 -0
- package/skills/lark-im/references/lark-im-messages-resources-download.md +94 -0
- package/skills/lark-im/references/lark-im-messages-search.md +234 -0
- package/skills/lark-im/references/lark-im-messages-send.md +267 -0
- package/skills/lark-im/references/lark-im-reactions.md +299 -0
- package/skills/lark-im/references/lark-im-threads-messages-list.md +115 -0
- package/skills/lark-mail/SKILL.md +287 -0
- package/skills/lark-mail/assets/templates/job-application--resume.html +33 -0
- package/skills/lark-mail/assets/templates/newsletter--weekly-brief.html +50 -0
- package/skills/lark-mail/assets/templates/research--market-report.html +256 -0
- package/skills/lark-mail/assets/templates/weekly--personal-report.html +43 -0
- package/skills/lark-mail/assets/templates/weekly--team-report.html +9 -0
- package/skills/lark-mail/references/lark-mail-calendar-invite.md +36 -0
- package/skills/lark-mail/references/lark-mail-decline-receipt.md +115 -0
- package/skills/lark-mail/references/lark-mail-draft-create.md +127 -0
- package/skills/lark-mail/references/lark-mail-draft-edit.md +404 -0
- package/skills/lark-mail/references/lark-mail-forward.md +239 -0
- package/skills/lark-mail/references/lark-mail-html.md +333 -0
- package/skills/lark-mail/references/lark-mail-lint-html.md +243 -0
- package/skills/lark-mail/references/lark-mail-message.md +233 -0
- package/skills/lark-mail/references/lark-mail-messages.md +108 -0
- package/skills/lark-mail/references/lark-mail-recall.md +66 -0
- package/skills/lark-mail/references/lark-mail-recipient-search.md +59 -0
- package/skills/lark-mail/references/lark-mail-reply-all.md +213 -0
- package/skills/lark-mail/references/lark-mail-reply.md +249 -0
- package/skills/lark-mail/references/lark-mail-rules.md +31 -0
- package/skills/lark-mail/references/lark-mail-send-as.md +44 -0
- package/skills/lark-mail/references/lark-mail-send-receipt.md +120 -0
- package/skills/lark-mail/references/lark-mail-send-status.md +46 -0
- package/skills/lark-mail/references/lark-mail-send.md +222 -0
- package/skills/lark-mail/references/lark-mail-share-to-chat.md +87 -0
- package/skills/lark-mail/references/lark-mail-signature.md +98 -0
- package/skills/lark-mail/references/lark-mail-template-create.md +129 -0
- package/skills/lark-mail/references/lark-mail-template-update.md +150 -0
- package/skills/lark-mail/references/lark-mail-template.md +54 -0
- package/skills/lark-mail/references/lark-mail-thread.md +111 -0
- package/skills/lark-mail/references/lark-mail-triage.md +131 -0
- package/skills/lark-mail/references/lark-mail-watch.md +94 -0
- package/skills/lark-markdown/SKILL.md +69 -0
- package/skills/lark-markdown/references/lark-markdown-create.md +94 -0
- package/skills/lark-markdown/references/lark-markdown-diff.md +156 -0
- package/skills/lark-markdown/references/lark-markdown-fetch.md +79 -0
- package/skills/lark-markdown/references/lark-markdown-overwrite.md +85 -0
- package/skills/lark-markdown/references/lark-markdown-patch.md +160 -0
- package/skills/lark-minutes/SKILL.md +192 -0
- package/skills/lark-minutes/references/lark-minutes-detail.md +62 -0
- package/skills/lark-minutes/references/lark-minutes-download.md +137 -0
- package/skills/lark-minutes/references/lark-minutes-search.md +204 -0
- package/skills/lark-minutes/references/lark-minutes-speaker-replace.md +107 -0
- package/skills/lark-minutes/references/lark-minutes-summary.md +122 -0
- package/skills/lark-minutes/references/lark-minutes-todo.md +138 -0
- package/skills/lark-minutes/references/lark-minutes-update.md +41 -0
- package/skills/lark-minutes/references/lark-minutes-upload.md +104 -0
- package/skills/lark-note/SKILL.md +94 -0
- package/skills/lark-note/references/lark-note-detail.md +26 -0
- package/skills/lark-note/references/lark-note-transcript.md +23 -0
- package/skills/lark-okr/SKILL.md +115 -0
- package/skills/lark-okr/references/lark-okr-batch-create.md +106 -0
- package/skills/lark-okr/references/lark-okr-contentblock.md +359 -0
- package/skills/lark-okr/references/lark-okr-cycle-detail.md +84 -0
- package/skills/lark-okr/references/lark-okr-cycle-list.md +90 -0
- package/skills/lark-okr/references/lark-okr-entities.md +329 -0
- package/skills/lark-okr/references/lark-okr-image-upload.md +116 -0
- package/skills/lark-okr/references/lark-okr-indicator-update.md +80 -0
- package/skills/lark-okr/references/lark-okr-progress-create.md +81 -0
- package/skills/lark-okr/references/lark-okr-progress-delete.md +47 -0
- package/skills/lark-okr/references/lark-okr-progress-get.md +62 -0
- package/skills/lark-okr/references/lark-okr-progress-list.md +80 -0
- package/skills/lark-okr/references/lark-okr-progress-update.md +81 -0
- package/skills/lark-okr/references/lark-okr-reorder.md +81 -0
- package/skills/lark-okr/references/lark-okr-weight.md +96 -0
- package/skills/lark-openapi-explorer/SKILL.md +153 -0
- package/skills/lark-shared/SKILL.md +168 -0
- package/skills/lark-shared/references/lark-wiki-token-routing.md +42 -0
- package/skills/lark-sheets/SKILL.md +165 -0
- package/skills/lark-sheets/references/lark-sheets-batch-update.md +191 -0
- package/skills/lark-sheets/references/lark-sheets-chart.md +330 -0
- package/skills/lark-sheets/references/lark-sheets-conditional-format.md +179 -0
- package/skills/lark-sheets/references/lark-sheets-core-operations.md +103 -0
- package/skills/lark-sheets/references/lark-sheets-filter-view.md +137 -0
- package/skills/lark-sheets/references/lark-sheets-filter.md +130 -0
- package/skills/lark-sheets/references/lark-sheets-float-image.md +159 -0
- package/skills/lark-sheets/references/lark-sheets-formula-translation.md +267 -0
- package/skills/lark-sheets/references/lark-sheets-pivot-table.md +166 -0
- package/skills/lark-sheets/references/lark-sheets-range-operations.md +267 -0
- package/skills/lark-sheets/references/lark-sheets-read-data.md +235 -0
- package/skills/lark-sheets/references/lark-sheets-search-replace.md +111 -0
- package/skills/lark-sheets/references/lark-sheets-sheet-structure.md +212 -0
- package/skills/lark-sheets/references/lark-sheets-sparkline.md +149 -0
- package/skills/lark-sheets/references/lark-sheets-visual-standards.md +205 -0
- package/skills/lark-sheets/references/lark-sheets-workbook.md +395 -0
- package/skills/lark-sheets/references/lark-sheets-write-cells.md +565 -0
- package/skills/lark-sheets/scripts/sheets_df.py +32 -0
- package/skills/lark-skill-maker/SKILL.md +85 -0
- package/skills/lark-slides/SKILL.md +293 -0
- package/skills/lark-slides/assets/templates/administration--all_hands_meeting.xml +1999 -0
- package/skills/lark-slides/assets/templates/administration--annual_gala.xml +1160 -0
- package/skills/lark-slides/assets/templates/administration--company_intro.xml +1376 -0
- package/skills/lark-slides/assets/templates/administration--corporate_culture.xml +1765 -0
- package/skills/lark-slides/assets/templates/hr--employee_training.xml +912 -0
- package/skills/lark-slides/assets/templates/hr--employee_training_workshop.xml +1504 -0
- package/skills/lark-slides/assets/templates/hr--onboarding.xml +933 -0
- package/skills/lark-slides/assets/templates/marketing--brand_communication.xml +1367 -0
- package/skills/lark-slides/assets/templates/marketing--brand_logo_design.xml +1347 -0
- package/skills/lark-slides/assets/templates/marketing--brand_operations_plan.xml +1309 -0
- package/skills/lark-slides/assets/templates/marketing--business_plan.xml +1646 -0
- package/skills/lark-slides/assets/templates/marketing--marketing_plan.xml +1469 -0
- package/skills/lark-slides/assets/templates/marketing--marketing_strategy.xml +1484 -0
- package/skills/lark-slides/assets/templates/marketing--product_whitepaper.xml +1455 -0
- package/skills/lark-slides/assets/templates/marketing--roadshow_business_plan.xml +1506 -0
- package/skills/lark-slides/assets/templates/misc--book_sharing.xml +1338 -0
- package/skills/lark-slides/assets/templates/misc--club_event_plan.xml +4885 -0
- package/skills/lark-slides/assets/templates/misc--student_career_plan.xml +1854 -0
- package/skills/lark-slides/assets/templates/office--dark_general.xml +3763 -0
- package/skills/lark-slides/assets/templates/office--dept_annual_report.xml +1192 -0
- package/skills/lark-slides/assets/templates/office--light_general.xml +3378 -0
- package/skills/lark-slides/assets/templates/office--project_kickoff.xml +3152 -0
- package/skills/lark-slides/assets/templates/office--quarterly_review.xml +1253 -0
- package/skills/lark-slides/assets/templates/office--work_report.xml +1099 -0
- package/skills/lark-slides/assets/templates/office--work_summary.xml +4420 -0
- package/skills/lark-slides/assets/templates/office--work_summary_report.xml +1523 -0
- package/skills/lark-slides/assets/templates/operations--brand_logo_design.xml +1347 -0
- package/skills/lark-slides/assets/templates/operations--brand_operations_plan.xml +1309 -0
- package/skills/lark-slides/assets/templates/operations--marketing_plan.xml +1469 -0
- package/skills/lark-slides/assets/templates/operations--product_promotion.xml +687 -0
- package/skills/lark-slides/assets/templates/personal--experience_sharing.xml +2242 -0
- package/skills/lark-slides/assets/templates/personal--personal_resume.xml +2047 -0
- package/skills/lark-slides/assets/templates/personal--promotion_defense.xml +1099 -0
- package/skills/lark-slides/assets/templates/personal--promotion_report.xml +1039 -0
- package/skills/lark-slides/assets/templates/personal--self_intro.xml +696 -0
- package/skills/lark-slides/assets/templates/personal--teaching_sharing.xml +3013 -0
- package/skills/lark-slides/assets/templates/product--business_case_analysis.xml +1341 -0
- package/skills/lark-slides/assets/templates/product--market_analysis.xml +898 -0
- package/skills/lark-slides/assets/templates/product--product_analysis.xml +1537 -0
- package/skills/lark-slides/assets/templates/product--product_intro.xml +2838 -0
- package/skills/lark-slides/assets/templates/product--product_promotion.xml +687 -0
- package/skills/lark-slides/assets/templates/product--product_promotion_2.xml +687 -0
- package/skills/lark-slides/references/asset-planning.md +124 -0
- package/skills/lark-slides/references/examples.md +261 -0
- package/skills/lark-slides/references/iconpark-index.json +41901 -0
- package/skills/lark-slides/references/iconpark.md +46 -0
- package/skills/lark-slides/references/lark-slides-create.md +137 -0
- package/skills/lark-slides/references/lark-slides-edit-workflows.md +144 -0
- package/skills/lark-slides/references/lark-slides-media-upload.md +128 -0
- package/skills/lark-slides/references/lark-slides-replace-pages.md +95 -0
- package/skills/lark-slides/references/lark-slides-replace-slide.md +240 -0
- package/skills/lark-slides/references/lark-slides-screenshot.md +94 -0
- package/skills/lark-slides/references/lark-slides-whiteboard.md +330 -0
- package/skills/lark-slides/references/lark-slides-xml-presentation-slide-create.md +220 -0
- package/skills/lark-slides/references/lark-slides-xml-presentation-slide-delete.md +123 -0
- package/skills/lark-slides/references/lark-slides-xml-presentation-slide-get.md +110 -0
- package/skills/lark-slides/references/lark-slides-xml-presentation-slide-replace.md +187 -0
- package/skills/lark-slides/references/lark-slides-xml-presentations-get.md +98 -0
- package/skills/lark-slides/references/planning-layer.md +219 -0
- package/skills/lark-slides/references/slide-templates.md +201 -0
- package/skills/lark-slides/references/slides_demo.xml +226 -0
- package/skills/lark-slides/references/slides_xml_schema_definition.xml +3049 -0
- package/skills/lark-slides/references/template-catalog.md +463 -0
- package/skills/lark-slides/references/template-index.json +1853 -0
- package/skills/lark-slides/references/troubleshooting.md +63 -0
- package/skills/lark-slides/references/validation-checklist.md +110 -0
- package/skills/lark-slides/references/visual-planning.md +254 -0
- package/skills/lark-slides/references/xml-format-guide.md +369 -0
- package/skills/lark-slides/references/xml-schema-quick-ref.md +245 -0
- package/skills/lark-slides/scripts/iconpark_tool.py +362 -0
- package/skills/lark-slides/scripts/iconpark_tool_test.py +177 -0
- package/skills/lark-slides/scripts/template_tool.py +970 -0
- package/skills/lark-slides/scripts/template_tool_test.py +177 -0
- package/skills/lark-slides/scripts/xml_text_overlap_lint.py +367 -0
- package/skills/lark-slides/scripts/xml_text_overlap_lint_test.py +263 -0
- package/skills/lark-task/SKILL.md +167 -0
- package/skills/lark-task/references/lark-task-assign.md +38 -0
- package/skills/lark-task/references/lark-task-comment.md +28 -0
- package/skills/lark-task/references/lark-task-complete.md +27 -0
- package/skills/lark-task/references/lark-task-create.md +57 -0
- package/skills/lark-task/references/lark-task-followers.md +35 -0
- package/skills/lark-task/references/lark-task-get-my-tasks.md +61 -0
- package/skills/lark-task/references/lark-task-get-related-tasks.md +53 -0
- package/skills/lark-task/references/lark-task-reminder.md +36 -0
- package/skills/lark-task/references/lark-task-reopen.md +27 -0
- package/skills/lark-task/references/lark-task-search.md +41 -0
- package/skills/lark-task/references/lark-task-set-ancestor.md +32 -0
- package/skills/lark-task/references/lark-task-tasklist-create.md +35 -0
- package/skills/lark-task/references/lark-task-tasklist-members.md +36 -0
- package/skills/lark-task/references/lark-task-tasklist-search.md +38 -0
- package/skills/lark-task/references/lark-task-tasklist-task-add.md +38 -0
- package/skills/lark-task/references/lark-task-update.md +37 -0
- package/skills/lark-task/references/lark-task-upload-attachment.md +59 -0
- package/skills/lark-vc/SKILL.md +202 -0
- package/skills/lark-vc/references/lark-vc-detail.md +44 -0
- package/skills/lark-vc/references/lark-vc-recording.md +154 -0
- package/skills/lark-vc/references/lark-vc-search.md +163 -0
- package/skills/lark-vc/references/vc-domain-boundaries.md +188 -0
- package/skills/lark-vc-agent/SKILL.md +169 -0
- package/skills/lark-vc-agent/references/lark-vc-agent-meeting-events.md +287 -0
- package/skills/lark-vc-agent/references/lark-vc-agent-meeting-join.md +141 -0
- package/skills/lark-vc-agent/references/lark-vc-agent-meeting-leave.md +105 -0
- package/skills/lark-vc-agent/references/lark-vc-agent-meeting-list-active.md +91 -0
- package/skills/lark-whiteboard/SKILL.md +47 -0
- package/skills/lark-whiteboard/elements/connectors.md +102 -0
- package/skills/lark-whiteboard/elements/content.md +40 -0
- package/skills/lark-whiteboard/elements/image.md +80 -0
- package/skills/lark-whiteboard/elements/layout.md +374 -0
- package/skills/lark-whiteboard/elements/schema.md +357 -0
- package/skills/lark-whiteboard/elements/style.md +318 -0
- package/skills/lark-whiteboard/elements/typography.md +73 -0
- package/skills/lark-whiteboard/references/lark-whiteboard-query.md +60 -0
- package/skills/lark-whiteboard/references/lark-whiteboard-update.md +122 -0
- package/skills/lark-whiteboard/references/lark-whiteboard-workflow.md +94 -0
- package/skills/lark-whiteboard/routes/dsl.md +107 -0
- package/skills/lark-whiteboard/routes/mermaid.md +27 -0
- package/skills/lark-whiteboard/routes/svg-edit.md +85 -0
- package/skills/lark-whiteboard/routes/svg.md +54 -0
- package/skills/lark-whiteboard/scenes/architecture.md +433 -0
- package/skills/lark-whiteboard/scenes/bar-chart.md +187 -0
- package/skills/lark-whiteboard/scenes/comparison.md +135 -0
- package/skills/lark-whiteboard/scenes/fishbone.md +238 -0
- package/skills/lark-whiteboard/scenes/flowchart.md +185 -0
- package/skills/lark-whiteboard/scenes/flywheel.md +195 -0
- package/skills/lark-whiteboard/scenes/funnel.md +101 -0
- package/skills/lark-whiteboard/scenes/line-chart.md +214 -0
- package/skills/lark-whiteboard/scenes/mermaid.md +130 -0
- package/skills/lark-whiteboard/scenes/milestone.md +139 -0
- package/skills/lark-whiteboard/scenes/organization.md +173 -0
- package/skills/lark-whiteboard/scenes/photo-showcase.md +126 -0
- package/skills/lark-whiteboard/scenes/pyramid.md +99 -0
- package/skills/lark-whiteboard/scenes/swimlane.md +371 -0
- package/skills/lark-whiteboard/scenes/treemap.md +216 -0
- package/skills/lark-wiki/SKILL.md +110 -0
- package/skills/lark-wiki/references/lark-wiki-delete-space.md +205 -0
- package/skills/lark-wiki/references/lark-wiki-member-add.md +67 -0
- package/skills/lark-wiki/references/lark-wiki-member-list.md +76 -0
- package/skills/lark-wiki/references/lark-wiki-member-remove.md +61 -0
- package/skills/lark-wiki/references/lark-wiki-move.md +183 -0
- package/skills/lark-wiki/references/lark-wiki-node-copy.md +72 -0
- package/skills/lark-wiki/references/lark-wiki-node-create.md +127 -0
- package/skills/lark-wiki/references/lark-wiki-node-delete.md +62 -0
- package/skills/lark-wiki/references/lark-wiki-node-get.md +57 -0
- package/skills/lark-wiki/references/lark-wiki-node-list.md +88 -0
- package/skills/lark-wiki/references/lark-wiki-space-create.md +46 -0
- package/skills/lark-wiki/references/lark-wiki-space-list.md +68 -0
- package/skills/lark-workflow-meeting-summary/SKILL.md +122 -0
- package/skills/lark-workflow-standup-report/SKILL.md +122 -0
|
@@ -0,0 +1,687 @@
|
|
|
1
|
+
<presentation xmlns="http://www.larkoffice.com/sml/2.0" width="960" height="540">
|
|
2
|
+
<title>产品推广方案-裂图重新上传</title>
|
|
3
|
+
<theme>
|
|
4
|
+
<textStyles>
|
|
5
|
+
<title fontColor="#000000FF" fontSize="64"/>
|
|
6
|
+
<headline fontColor="#000000FF"/>
|
|
7
|
+
<sub-headline fontColor="#000000FF"/>
|
|
8
|
+
<body fontColor="#000000FF" fontSize="14"/>
|
|
9
|
+
<caption fontColor="#808080FF" fontSize="14"/>
|
|
10
|
+
</textStyles>
|
|
11
|
+
</theme>
|
|
12
|
+
<slide>
|
|
13
|
+
<style/>
|
|
14
|
+
<data>
|
|
15
|
+
<img src="KQ11bto5XoGHbCxBHmMchsYOn9e" width="251" height="425" topLeftX="578" topLeftY="65">
|
|
16
|
+
<crop type="rect" leftOffset="6" rightOffset="169" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
17
|
+
</img>
|
|
18
|
+
<shape width="39" height="425" topLeftX="578" topLeftY="65" type="rect">
|
|
19
|
+
<fill>
|
|
20
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
21
|
+
</fill>
|
|
22
|
+
</shape>
|
|
23
|
+
<shape width="536" height="180" topLeftX="84" topLeftY="85" type="text">
|
|
24
|
+
<content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="80" color="rgba(43, 47, 54, 1)" bold="true" lineSpacing="multiple:1">
|
|
25
|
+
<p lineSpacing="multiple:1">
|
|
26
|
+
<span fontSize="80">DIGITAL</span>
|
|
27
|
+
</p>
|
|
28
|
+
<p lineSpacing="multiple:1">
|
|
29
|
+
<span fontSize="80">MARKETING</span>
|
|
30
|
+
</p>
|
|
31
|
+
</content>
|
|
32
|
+
</shape>
|
|
33
|
+
<shape width="325" height="68" topLeftX="84" topLeftY="257" type="text">
|
|
34
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" fontFamily="undefined" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
|
|
35
|
+
<p>产品推广计划</p>
|
|
36
|
+
</content>
|
|
37
|
+
</shape>
|
|
38
|
+
</data>
|
|
39
|
+
<note>
|
|
40
|
+
<content/>
|
|
41
|
+
</note>
|
|
42
|
+
</slide>
|
|
43
|
+
<slide>
|
|
44
|
+
<style>
|
|
45
|
+
<fill>
|
|
46
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
47
|
+
</fill>
|
|
48
|
+
</style>
|
|
49
|
+
<data>
|
|
50
|
+
<shape width="250" height="77" topLeftX="56" topLeftY="85" type="text">
|
|
51
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="38" bold="true">
|
|
52
|
+
<p>CONTENTS</p>
|
|
53
|
+
</content>
|
|
54
|
+
</shape>
|
|
55
|
+
<shape width="250" height="68" topLeftX="56" topLeftY="142" alpha="0.7" type="text">
|
|
56
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" fontFamily="undefined" color="rgba(43, 47, 54, 1)" bold="false" textAlign="left">
|
|
57
|
+
<p>
|
|
58
|
+
<span bold="false">目录</span>
|
|
59
|
+
</p>
|
|
60
|
+
</content>
|
|
61
|
+
</shape>
|
|
62
|
+
<shape width="66" height="66" topLeftX="390" topLeftY="102" type="ellipse">
|
|
63
|
+
<fill>
|
|
64
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
65
|
+
</fill>
|
|
66
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" fontFamily="Noto Sans" color="rgba(255, 255, 255, 1)" bold="true">
|
|
67
|
+
<p>
|
|
68
|
+
<strong>
|
|
69
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Noto Sans">01</span>
|
|
70
|
+
</strong>
|
|
71
|
+
</p>
|
|
72
|
+
</content>
|
|
73
|
+
</shape>
|
|
74
|
+
<shape width="118" height="43" topLeftX="463" topLeftY="113" type="text">
|
|
75
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(0, 0, 0, 1)" bold="true" lineSpacing="multiple:1.3" textAlign="left">
|
|
76
|
+
<p lineSpacing="multiple:1.3">
|
|
77
|
+
<strong>
|
|
78
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="18">关于我们</span>
|
|
79
|
+
</strong>
|
|
80
|
+
</p>
|
|
81
|
+
</content>
|
|
82
|
+
</shape>
|
|
83
|
+
<shape width="330" height="41" topLeftX="581" topLeftY="114" alpha="0.7" type="text">
|
|
84
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" textAlign="left">
|
|
85
|
+
<p>输入相关的描述信息以解释你的标题。</p>
|
|
86
|
+
</content>
|
|
87
|
+
</shape>
|
|
88
|
+
<shape width="66" height="66" topLeftX="390" topLeftY="189" type="ellipse">
|
|
89
|
+
<fill>
|
|
90
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
91
|
+
</fill>
|
|
92
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" fontFamily="Noto Sans" color="rgba(255, 255, 255, 1)" bold="true">
|
|
93
|
+
<p>
|
|
94
|
+
<strong>
|
|
95
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Noto Sans">02</span>
|
|
96
|
+
</strong>
|
|
97
|
+
</p>
|
|
98
|
+
</content>
|
|
99
|
+
</shape>
|
|
100
|
+
<shape width="118" height="43" topLeftX="463" topLeftY="200" type="text">
|
|
101
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(0, 0, 0, 1)" bold="true" lineSpacing="multiple:1.3" textAlign="left">
|
|
102
|
+
<p lineSpacing="multiple:1.3">
|
|
103
|
+
<strong>
|
|
104
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="18">愿景&目标</span>
|
|
105
|
+
</strong>
|
|
106
|
+
</p>
|
|
107
|
+
</content>
|
|
108
|
+
</shape>
|
|
109
|
+
<shape width="330" height="41" topLeftX="581" topLeftY="201" alpha="0.7" type="text">
|
|
110
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" textAlign="left">
|
|
111
|
+
<p>输入相关的描述信息以解释你的标题。</p>
|
|
112
|
+
</content>
|
|
113
|
+
</shape>
|
|
114
|
+
<shape width="66" height="66" topLeftX="390" topLeftY="275" type="ellipse">
|
|
115
|
+
<fill>
|
|
116
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
117
|
+
</fill>
|
|
118
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" fontFamily="Noto Sans" color="rgba(255, 255, 255, 1)" bold="true">
|
|
119
|
+
<p>
|
|
120
|
+
<strong>
|
|
121
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Noto Sans">03</span>
|
|
122
|
+
</strong>
|
|
123
|
+
</p>
|
|
124
|
+
</content>
|
|
125
|
+
</shape>
|
|
126
|
+
<shape width="118" height="43" topLeftX="463" topLeftY="287" type="text">
|
|
127
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(0, 0, 0, 1)" bold="true" lineSpacing="multiple:1.3" textAlign="left">
|
|
128
|
+
<p lineSpacing="multiple:1.3">
|
|
129
|
+
<strong>
|
|
130
|
+
<span color="rgba(0, 0, 0, 1)" fontSize="18">品牌策略</span>
|
|
131
|
+
</strong>
|
|
132
|
+
</p>
|
|
133
|
+
</content>
|
|
134
|
+
</shape>
|
|
135
|
+
<shape width="330" height="41" topLeftX="581" topLeftY="288" alpha="0.7" type="text">
|
|
136
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" textAlign="left">
|
|
137
|
+
<p>输入相关的描述信息以解释你的标题。</p>
|
|
138
|
+
</content>
|
|
139
|
+
</shape>
|
|
140
|
+
<shape width="66" height="66" topLeftX="390" topLeftY="372" type="ellipse">
|
|
141
|
+
<fill>
|
|
142
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
143
|
+
</fill>
|
|
144
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" fontFamily="Noto Sans" color="rgba(255, 255, 255, 1)" bold="true">
|
|
145
|
+
<p>
|
|
146
|
+
<strong>
|
|
147
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="18" fontFamily="Noto Sans">04</span>
|
|
148
|
+
</strong>
|
|
149
|
+
</p>
|
|
150
|
+
</content>
|
|
151
|
+
</shape>
|
|
152
|
+
<shape width="118" height="43" topLeftX="463" topLeftY="384" type="text">
|
|
153
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(0, 0, 0, 1)" bold="true" lineSpacing="multiple:1.3" textAlign="left">
|
|
154
|
+
<p lineSpacing="multiple:1.3">核心产品</p>
|
|
155
|
+
</content>
|
|
156
|
+
</shape>
|
|
157
|
+
<shape width="330" height="41" topLeftX="581" topLeftY="385" alpha="0.7" type="text">
|
|
158
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="14" textAlign="left">
|
|
159
|
+
<p>输入相关的描述信息以解释你的标题。</p>
|
|
160
|
+
</content>
|
|
161
|
+
</shape>
|
|
162
|
+
</data>
|
|
163
|
+
<note>
|
|
164
|
+
<content/>
|
|
165
|
+
</note>
|
|
166
|
+
</slide>
|
|
167
|
+
<slide>
|
|
168
|
+
<style>
|
|
169
|
+
<fill>
|
|
170
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
171
|
+
</fill>
|
|
172
|
+
</style>
|
|
173
|
+
<data>
|
|
174
|
+
<shape width="118" height="118" topLeftX="182" topLeftY="193" type="ellipse">
|
|
175
|
+
<fill>
|
|
176
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
177
|
+
</fill>
|
|
178
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="36" fontFamily="Noto Sans" color="rgba(43, 47, 54, 1)" bold="true">
|
|
179
|
+
<p>
|
|
180
|
+
<strong>
|
|
181
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="36" fontFamily="Noto Sans">01</span>
|
|
182
|
+
</strong>
|
|
183
|
+
</p>
|
|
184
|
+
</content>
|
|
185
|
+
</shape>
|
|
186
|
+
<shape width="118" height="51" topLeftX="316" topLeftY="227" type="text">
|
|
187
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.3" textAlign="left">
|
|
188
|
+
<p lineSpacing="multiple:1.3">
|
|
189
|
+
<strong>
|
|
190
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="24">关于我们</span>
|
|
191
|
+
</strong>
|
|
192
|
+
</p>
|
|
193
|
+
</content>
|
|
194
|
+
</shape>
|
|
195
|
+
<shape width="330" height="47" topLeftX="450" topLeftY="229" alpha="0.7" type="text">
|
|
196
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" textAlign="left">
|
|
197
|
+
<p>
|
|
198
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="18">输入相关的描述信息以解释你的标题。</span>
|
|
199
|
+
</p>
|
|
200
|
+
</content>
|
|
201
|
+
</shape>
|
|
202
|
+
</data>
|
|
203
|
+
<note>
|
|
204
|
+
<content/>
|
|
205
|
+
</note>
|
|
206
|
+
</slide>
|
|
207
|
+
<slide>
|
|
208
|
+
<style>
|
|
209
|
+
<fill>
|
|
210
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
211
|
+
</fill>
|
|
212
|
+
</style>
|
|
213
|
+
<data>
|
|
214
|
+
<img src="KFOtbv5TUoKxm8x9dDfcfb6snEd" width="202" height="128" topLeftX="257" topLeftY="75" exposure="5" contrast="-12" saturation="-24" temperature="-65">
|
|
215
|
+
<crop type="rect" leftOffset="126" rightOffset="29" topOffset="212" bottomOffset="18" presetHandlers="0"/>
|
|
216
|
+
</img>
|
|
217
|
+
<img src="KFOtbv5TUoKxm8x9dDfcfb6snEd" width="202" height="128" topLeftX="38" topLeftY="75" flipY="true" exposure="5" contrast="-12" saturation="-24" temperature="-73">
|
|
218
|
+
<crop type="rect" leftOffset="0" rightOffset="202" topOffset="101" bottomOffset="175" presetHandlers="0"/>
|
|
219
|
+
</img>
|
|
220
|
+
<shape width="250" height="140" topLeftX="28" topLeftY="323" type="text">
|
|
221
|
+
<content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="80" bold="true">
|
|
222
|
+
<p>
|
|
223
|
+
<span fontSize="80">Hello</span>
|
|
224
|
+
</p>
|
|
225
|
+
</content>
|
|
226
|
+
</shape>
|
|
227
|
+
<shape width="250" height="68" topLeftX="32" topLeftY="293" alpha="0.7" type="text">
|
|
228
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" fontFamily="undefined" color="rgba(43, 47, 54, 1)" bold="false" textAlign="left">
|
|
229
|
+
<p>
|
|
230
|
+
<span bold="false">你好</span>
|
|
231
|
+
</p>
|
|
232
|
+
</content>
|
|
233
|
+
</shape>
|
|
234
|
+
<shape width="318" height="56" topLeftX="34" topLeftY="215" alpha="0.7" type="text">
|
|
235
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="left">
|
|
236
|
+
<p>
|
|
237
|
+
<span fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
|
|
238
|
+
</p>
|
|
239
|
+
</content>
|
|
240
|
+
</shape>
|
|
241
|
+
<shape width="395" height="74" topLeftX="507" topLeftY="99" alpha="0.7" type="text">
|
|
242
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="left">
|
|
243
|
+
<p>
|
|
244
|
+
<span fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</span>
|
|
245
|
+
</p>
|
|
246
|
+
</content>
|
|
247
|
+
</shape>
|
|
248
|
+
<shape width="395" height="230" topLeftX="507" topLeftY="229" type="rect">
|
|
249
|
+
<fill>
|
|
250
|
+
<fillColor/>
|
|
251
|
+
</fill>
|
|
252
|
+
</shape>
|
|
253
|
+
<img src="TE9RblFGdowyVexgIYIc2GEonJd" width="395" height="230" topLeftX="507" topLeftY="229" saturation="-43" temperature="-100">
|
|
254
|
+
<crop type="rect" leftOffset="20" rightOffset="17" topOffset="88" bottomOffset="113" presetHandlers="0"/>
|
|
255
|
+
</img>
|
|
256
|
+
</data>
|
|
257
|
+
<note>
|
|
258
|
+
<content/>
|
|
259
|
+
</note>
|
|
260
|
+
</slide>
|
|
261
|
+
<slide>
|
|
262
|
+
<style>
|
|
263
|
+
<fill>
|
|
264
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
265
|
+
</fill>
|
|
266
|
+
</style>
|
|
267
|
+
<data>
|
|
268
|
+
<shape width="372" height="116" topLeftX="28" topLeftY="130" type="text">
|
|
269
|
+
<content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true">
|
|
270
|
+
<p>About us</p>
|
|
271
|
+
</content>
|
|
272
|
+
</shape>
|
|
273
|
+
<shape width="250" height="56" topLeftX="32" topLeftY="103" alpha="0.7" type="text">
|
|
274
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" bold="false" textAlign="left">
|
|
275
|
+
<p>
|
|
276
|
+
<span fontSize="24" bold="false">关于我们</span>
|
|
277
|
+
</p>
|
|
278
|
+
</content>
|
|
279
|
+
</shape>
|
|
280
|
+
<shape width="318" height="74" topLeftX="32" topLeftY="235" alpha="0.7" type="text">
|
|
281
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="left">
|
|
282
|
+
<p>
|
|
283
|
+
<span fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</span>
|
|
284
|
+
</p>
|
|
285
|
+
</content>
|
|
286
|
+
</shape>
|
|
287
|
+
<img src="TDYmbbCrPoAAz0xgXVwcbblrn4f" width="395" height="415" topLeftX="507" topLeftY="44" saturation="-100" temperature="-100">
|
|
288
|
+
<crop type="rect" leftOffset="26" rightOffset="68" topOffset="30" bottomOffset="45" presetHandlers="0"/>
|
|
289
|
+
</img>
|
|
290
|
+
<shape width="39" height="415" topLeftX="863" topLeftY="44" type="rect">
|
|
291
|
+
<fill>
|
|
292
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
293
|
+
</fill>
|
|
294
|
+
</shape>
|
|
295
|
+
</data>
|
|
296
|
+
<note>
|
|
297
|
+
<content/>
|
|
298
|
+
</note>
|
|
299
|
+
</slide>
|
|
300
|
+
<slide>
|
|
301
|
+
<style>
|
|
302
|
+
<fill>
|
|
303
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
304
|
+
</fill>
|
|
305
|
+
</style>
|
|
306
|
+
<data>
|
|
307
|
+
<shape width="118" height="118" topLeftX="182" topLeftY="193" type="ellipse">
|
|
308
|
+
<fill>
|
|
309
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
310
|
+
</fill>
|
|
311
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="36" fontFamily="Noto Sans" color="rgba(43, 47, 54, 1)" bold="true">
|
|
312
|
+
<p>
|
|
313
|
+
<strong>
|
|
314
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="36" fontFamily="Noto Sans">02</span>
|
|
315
|
+
</strong>
|
|
316
|
+
</p>
|
|
317
|
+
</content>
|
|
318
|
+
</shape>
|
|
319
|
+
<shape width="141" height="51" topLeftX="316" topLeftY="227" type="text">
|
|
320
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.3" textAlign="left">
|
|
321
|
+
<p lineSpacing="multiple:1.3">
|
|
322
|
+
<span color="rgba(255, 255, 255, 1)">愿景&目标</span>
|
|
323
|
+
</p>
|
|
324
|
+
</content>
|
|
325
|
+
</shape>
|
|
326
|
+
<shape width="330" height="47" topLeftX="460" topLeftY="229" alpha="0.7" type="text">
|
|
327
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" textAlign="left">
|
|
328
|
+
<p>
|
|
329
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="18">输入相关的描述信息以解释你的标题。</span>
|
|
330
|
+
</p>
|
|
331
|
+
</content>
|
|
332
|
+
</shape>
|
|
333
|
+
</data>
|
|
334
|
+
<note>
|
|
335
|
+
<content/>
|
|
336
|
+
</note>
|
|
337
|
+
</slide>
|
|
338
|
+
<slide>
|
|
339
|
+
<style>
|
|
340
|
+
<fill>
|
|
341
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
342
|
+
</fill>
|
|
343
|
+
</style>
|
|
344
|
+
<data>
|
|
345
|
+
<shape width="250" height="92" topLeftX="65" topLeftY="100" type="text">
|
|
346
|
+
<content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" bold="true">
|
|
347
|
+
<p>
|
|
348
|
+
<span fontSize="48">Vision</span>
|
|
349
|
+
</p>
|
|
350
|
+
</content>
|
|
351
|
+
</shape>
|
|
352
|
+
<shape width="318" height="56" topLeftX="65" topLeftY="168" alpha="0.7" type="text">
|
|
353
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="left">
|
|
354
|
+
<p>
|
|
355
|
+
<span fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
|
|
356
|
+
</p>
|
|
357
|
+
</content>
|
|
358
|
+
</shape>
|
|
359
|
+
<shape width="318" height="92" topLeftX="482" topLeftY="100" type="text">
|
|
360
|
+
<content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="48" bold="true">
|
|
361
|
+
<p>
|
|
362
|
+
<span fontSize="48">Mission</span>
|
|
363
|
+
</p>
|
|
364
|
+
</content>
|
|
365
|
+
</shape>
|
|
366
|
+
<shape width="250" height="56" topLeftX="65" topLeftY="72" alpha="0.7" type="text">
|
|
367
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" bold="false" textAlign="left">
|
|
368
|
+
<p>
|
|
369
|
+
<span fontSize="24" bold="false">愿景</span>
|
|
370
|
+
</p>
|
|
371
|
+
</content>
|
|
372
|
+
</shape>
|
|
373
|
+
<shape width="250" height="56" topLeftX="482" topLeftY="72" alpha="0.7" type="text">
|
|
374
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" bold="false" textAlign="left">
|
|
375
|
+
<p>
|
|
376
|
+
<span fontSize="24" bold="false">目标</span>
|
|
377
|
+
</p>
|
|
378
|
+
</content>
|
|
379
|
+
</shape>
|
|
380
|
+
<shape width="318" height="56" topLeftX="482" topLeftY="168" alpha="0.7" type="text">
|
|
381
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="left">
|
|
382
|
+
<p>
|
|
383
|
+
<span fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容</span>
|
|
384
|
+
</p>
|
|
385
|
+
</content>
|
|
386
|
+
</shape>
|
|
387
|
+
<shape width="395" height="189" topLeftX="74" topLeftY="240" type="rect">
|
|
388
|
+
<fill>
|
|
389
|
+
<fillColor/>
|
|
390
|
+
</fill>
|
|
391
|
+
</shape>
|
|
392
|
+
<img src="EnkQbyTJKouv4bx15ezccGjinXc" width="395" height="189" topLeftX="74" topLeftY="240">
|
|
393
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="0" bottomOffset="206" presetHandlers="0"/>
|
|
394
|
+
</img>
|
|
395
|
+
<img src="ProZbJDy5omwBlxreCgcPqA9nOc" width="395" height="189" topLeftX="491" topLeftY="240" exposure="5" contrast="-23" saturation="-30" temperature="-42">
|
|
396
|
+
<crop type="rect" leftOffset="0" rightOffset="0" topOffset="118" bottomOffset="88" presetHandlers="0"/>
|
|
397
|
+
</img>
|
|
398
|
+
</data>
|
|
399
|
+
<note>
|
|
400
|
+
<content/>
|
|
401
|
+
</note>
|
|
402
|
+
</slide>
|
|
403
|
+
<slide>
|
|
404
|
+
<style>
|
|
405
|
+
<fill>
|
|
406
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
407
|
+
</fill>
|
|
408
|
+
</style>
|
|
409
|
+
<data>
|
|
410
|
+
<shape width="118" height="118" topLeftX="182" topLeftY="193" type="ellipse">
|
|
411
|
+
<fill>
|
|
412
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
413
|
+
</fill>
|
|
414
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="36" fontFamily="Noto Sans" color="rgba(43, 47, 54, 1)" bold="true">
|
|
415
|
+
<p>
|
|
416
|
+
<strong>
|
|
417
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="36" fontFamily="Noto Sans">03</span>
|
|
418
|
+
</strong>
|
|
419
|
+
</p>
|
|
420
|
+
</content>
|
|
421
|
+
</shape>
|
|
422
|
+
<shape width="141" height="51" topLeftX="316" topLeftY="227" type="text">
|
|
423
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="true" lineSpacing="multiple:1.3" textAlign="left">
|
|
424
|
+
<p lineSpacing="multiple:1.3">
|
|
425
|
+
<span color="rgba(255, 255, 255, 1)">品牌策略</span>
|
|
426
|
+
</p>
|
|
427
|
+
</content>
|
|
428
|
+
</shape>
|
|
429
|
+
<shape width="330" height="47" topLeftX="450" topLeftY="229" alpha="0.7" type="text">
|
|
430
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" textAlign="left">
|
|
431
|
+
<p>
|
|
432
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="18">输入相关的描述信息以解释你的标题。</span>
|
|
433
|
+
</p>
|
|
434
|
+
</content>
|
|
435
|
+
</shape>
|
|
436
|
+
</data>
|
|
437
|
+
<note>
|
|
438
|
+
<content/>
|
|
439
|
+
</note>
|
|
440
|
+
</slide>
|
|
441
|
+
<slide>
|
|
442
|
+
<style>
|
|
443
|
+
<fill>
|
|
444
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
445
|
+
</fill>
|
|
446
|
+
</style>
|
|
447
|
+
<data>
|
|
448
|
+
<shape width="372" height="116" topLeftX="28" topLeftY="130" type="text">
|
|
449
|
+
<content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="64" bold="true">
|
|
450
|
+
<p>Strategy</p>
|
|
451
|
+
</content>
|
|
452
|
+
</shape>
|
|
453
|
+
<shape width="250" height="56" topLeftX="32" topLeftY="103" alpha="0.7" type="text">
|
|
454
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" bold="false" textAlign="left">
|
|
455
|
+
<p>
|
|
456
|
+
<span fontSize="24" bold="false">推广策略</span>
|
|
457
|
+
</p>
|
|
458
|
+
</content>
|
|
459
|
+
</shape>
|
|
460
|
+
<shape width="318" height="74" topLeftX="32" topLeftY="245" alpha="0.7" type="text">
|
|
461
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="left">
|
|
462
|
+
<p>
|
|
463
|
+
<span fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</span>
|
|
464
|
+
</p>
|
|
465
|
+
</content>
|
|
466
|
+
</shape>
|
|
467
|
+
<undefined type="fallback"/>
|
|
468
|
+
</data>
|
|
469
|
+
<note>
|
|
470
|
+
<content/>
|
|
471
|
+
</note>
|
|
472
|
+
</slide>
|
|
473
|
+
<slide>
|
|
474
|
+
<style>
|
|
475
|
+
<fill>
|
|
476
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
477
|
+
</fill>
|
|
478
|
+
</style>
|
|
479
|
+
<data>
|
|
480
|
+
<shape width="118" height="118" topLeftX="182" topLeftY="193" type="ellipse">
|
|
481
|
+
<fill>
|
|
482
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
483
|
+
</fill>
|
|
484
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="36" fontFamily="Noto Sans" color="rgba(43, 47, 54, 1)" bold="true">
|
|
485
|
+
<p>
|
|
486
|
+
<strong>
|
|
487
|
+
<span color="rgba(43, 47, 54, 1)" fontSize="36" fontFamily="Noto Sans">04</span>
|
|
488
|
+
</strong>
|
|
489
|
+
</p>
|
|
490
|
+
</content>
|
|
491
|
+
</shape>
|
|
492
|
+
<shape width="141" height="51" topLeftX="316" topLeftY="227" type="text">
|
|
493
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="24" color="rgba(255, 255, 255, 1)" bold="false" lineSpacing="multiple:1.3" textAlign="left">
|
|
494
|
+
<p lineSpacing="multiple:1.3">
|
|
495
|
+
<span color="rgba(255, 255, 255, 1)" bold="false">核心项目</span>
|
|
496
|
+
</p>
|
|
497
|
+
</content>
|
|
498
|
+
</shape>
|
|
499
|
+
<shape width="330" height="47" topLeftX="450" topLeftY="229" alpha="0.7" type="text">
|
|
500
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" color="rgba(255, 255, 255, 1)" bold="false" textAlign="left">
|
|
501
|
+
<p>
|
|
502
|
+
<span color="rgba(255, 255, 255, 1)" fontSize="18" bold="false">输入相关的描述信息以解释你的标题。</span>
|
|
503
|
+
</p>
|
|
504
|
+
</content>
|
|
505
|
+
</shape>
|
|
506
|
+
</data>
|
|
507
|
+
<note>
|
|
508
|
+
<content/>
|
|
509
|
+
</note>
|
|
510
|
+
</slide>
|
|
511
|
+
<slide>
|
|
512
|
+
<style>
|
|
513
|
+
<fill>
|
|
514
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
515
|
+
</fill>
|
|
516
|
+
</style>
|
|
517
|
+
<data>
|
|
518
|
+
<shape width="196" height="50" topLeftX="95" topLeftY="77" type="text">
|
|
519
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" bold="true">
|
|
520
|
+
<p>
|
|
521
|
+
<strong>
|
|
522
|
+
<span fontSize="20">Project 01 - XXX</span>
|
|
523
|
+
</strong>
|
|
524
|
+
</p>
|
|
525
|
+
</content>
|
|
526
|
+
</shape>
|
|
527
|
+
<shape width="231" height="49" topLeftX="81" topLeftY="393" type="text">
|
|
528
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 0.502)" lineSpacing="multiple:1.2" textAlign="center">
|
|
529
|
+
<p lineSpacing="multiple:1.2">描述相关的信息以解释你的标题。现在就开始打字吧。</p>
|
|
530
|
+
</content>
|
|
531
|
+
</shape>
|
|
532
|
+
<shape width="231" height="42" topLeftX="81" topLeftY="348" type="text">
|
|
533
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.2" textAlign="center">
|
|
534
|
+
<p lineSpacing="multiple:1.2">
|
|
535
|
+
<strong>
|
|
536
|
+
<span fontSize="18">关键点 #1</span>
|
|
537
|
+
</strong>
|
|
538
|
+
</p>
|
|
539
|
+
</content>
|
|
540
|
+
</shape>
|
|
541
|
+
<shape width="196" height="164" topLeftX="98" topLeftY="172" presetHandlers="0" type="rect">
|
|
542
|
+
<fill>
|
|
543
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
544
|
+
</fill>
|
|
545
|
+
</shape>
|
|
546
|
+
<shape width="231" height="49" topLeftX="365" topLeftY="393" type="text">
|
|
547
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 0.502)" lineSpacing="multiple:1.2" textAlign="center">
|
|
548
|
+
<p lineSpacing="multiple:1.2">描述相关的信息以解释你的标题。现在就开始打字吧。</p>
|
|
549
|
+
</content>
|
|
550
|
+
</shape>
|
|
551
|
+
<shape width="231" height="42" topLeftX="365" topLeftY="348" type="text">
|
|
552
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.2" textAlign="center">
|
|
553
|
+
<p lineSpacing="multiple:1.2">
|
|
554
|
+
<strong>
|
|
555
|
+
<span fontSize="18">关键点 #2</span>
|
|
556
|
+
</strong>
|
|
557
|
+
</p>
|
|
558
|
+
</content>
|
|
559
|
+
</shape>
|
|
560
|
+
<shape width="196" height="164" topLeftX="382" topLeftY="172" presetHandlers="0" type="rect">
|
|
561
|
+
<fill>
|
|
562
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
563
|
+
</fill>
|
|
564
|
+
</shape>
|
|
565
|
+
<shape width="231" height="49" topLeftX="648" topLeftY="393" type="text">
|
|
566
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" color="rgba(43, 47, 54, 0.502)" lineSpacing="multiple:1.2" textAlign="center">
|
|
567
|
+
<p lineSpacing="multiple:1.2">描述相关的信息以解释你的标题。现在就开始打字吧。</p>
|
|
568
|
+
</content>
|
|
569
|
+
</shape>
|
|
570
|
+
<shape width="231" height="42" topLeftX="648" topLeftY="348" type="text">
|
|
571
|
+
<content textType="headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="18" bold="true" lineSpacing="multiple:1.2" textAlign="center">
|
|
572
|
+
<p lineSpacing="multiple:1.2">
|
|
573
|
+
<strong>
|
|
574
|
+
<span fontSize="18">关键点 #3</span>
|
|
575
|
+
</strong>
|
|
576
|
+
</p>
|
|
577
|
+
</content>
|
|
578
|
+
</shape>
|
|
579
|
+
<shape width="196" height="164" topLeftX="666" topLeftY="172" presetHandlers="0" type="rect">
|
|
580
|
+
<fill>
|
|
581
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
582
|
+
</fill>
|
|
583
|
+
</shape>
|
|
584
|
+
<icon width="66" height="66" topLeftX="163" topLeftY="221" iconType="iconpark/Base/bookmark.svg">
|
|
585
|
+
<border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
|
|
586
|
+
</icon>
|
|
587
|
+
<icon width="66" height="66" topLeftX="447" topLeftY="221" iconType="iconpark/Base/camera.svg">
|
|
588
|
+
<border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
|
|
589
|
+
</icon>
|
|
590
|
+
<icon width="66" height="66" topLeftX="731" topLeftY="221" iconType="iconpark/Office/list-view.svg">
|
|
591
|
+
<border color="rgba(255, 255, 255, 1)" width="3" lineJoin="miter" miterLimit="10"/>
|
|
592
|
+
</icon>
|
|
593
|
+
<shape width="554" height="56" topLeftX="291" topLeftY="77" alpha="0.7" type="text">
|
|
594
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="left">
|
|
595
|
+
<p>
|
|
596
|
+
<span fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</span>
|
|
597
|
+
</p>
|
|
598
|
+
</content>
|
|
599
|
+
</shape>
|
|
600
|
+
</data>
|
|
601
|
+
<note>
|
|
602
|
+
<content/>
|
|
603
|
+
</note>
|
|
604
|
+
</slide>
|
|
605
|
+
<slide>
|
|
606
|
+
<style>
|
|
607
|
+
<fill>
|
|
608
|
+
<fillColor color="rgba(255, 255, 255, 1)"/>
|
|
609
|
+
</fill>
|
|
610
|
+
</style>
|
|
611
|
+
<data>
|
|
612
|
+
<shape width="318" height="74" topLeftX="32" topLeftY="271" alpha="0.7" type="text">
|
|
613
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="left">
|
|
614
|
+
<p>
|
|
615
|
+
<span fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</span>
|
|
616
|
+
</p>
|
|
617
|
+
</content>
|
|
618
|
+
</shape>
|
|
619
|
+
<shape width="202" height="465" topLeftX="379" topLeftY="37" type="rect">
|
|
620
|
+
<fill>
|
|
621
|
+
<fillColor/>
|
|
622
|
+
</fill>
|
|
623
|
+
</shape>
|
|
624
|
+
<shape width="196" height="50" topLeftX="32" topLeftY="221" type="text">
|
|
625
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="20" bold="true">
|
|
626
|
+
<p>
|
|
627
|
+
<strong>
|
|
628
|
+
<span fontSize="20">Project 02 - XXX</span>
|
|
629
|
+
</strong>
|
|
630
|
+
</p>
|
|
631
|
+
</content>
|
|
632
|
+
</shape>
|
|
633
|
+
<shape width="318" height="74" topLeftX="610" topLeftY="93" alpha="0.7" type="text">
|
|
634
|
+
<content paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="12" textAlign="left">
|
|
635
|
+
<p>
|
|
636
|
+
<span fontSize="12">描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。描述相关的信息以解释你的标题。现在就开始打字吧。写任何你想表达的内容。</span>
|
|
637
|
+
</p>
|
|
638
|
+
</content>
|
|
639
|
+
</shape>
|
|
640
|
+
<shape width="202" height="226" topLeftX="610" topLeftY="276" type="rect">
|
|
641
|
+
<fill>
|
|
642
|
+
<fillColor/>
|
|
643
|
+
</fill>
|
|
644
|
+
</shape>
|
|
645
|
+
<img src="GGuFbd8azoDXASxtmdRcCjG0nrf" width="202" height="465" topLeftX="379" topLeftY="37" saturation="-73" temperature="-57">
|
|
646
|
+
<crop type="rect" leftOffset="132" rightOffset="132" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
647
|
+
</img>
|
|
648
|
+
<img src="LYMEbK4ZroZq9pxhlNfcdHignHe" width="201" height="226" topLeftX="610" topLeftY="276" exposure="-4" contrast="-19" saturation="-23" temperature="-32">
|
|
649
|
+
<crop type="rect" leftOffset="200" rightOffset="0" topOffset="64" bottomOffset="111" presetHandlers="0"/>
|
|
650
|
+
</img>
|
|
651
|
+
</data>
|
|
652
|
+
<note>
|
|
653
|
+
<content/>
|
|
654
|
+
</note>
|
|
655
|
+
</slide>
|
|
656
|
+
<slide>
|
|
657
|
+
<style/>
|
|
658
|
+
<data>
|
|
659
|
+
<img src="KQ11bto5XoGHbCxBHmMchsYOn9e" width="251" height="425" topLeftX="578" topLeftY="65">
|
|
660
|
+
<crop type="rect" leftOffset="6" rightOffset="169" topOffset="0" bottomOffset="0" presetHandlers="0"/>
|
|
661
|
+
</img>
|
|
662
|
+
<shape width="39" height="425" topLeftX="578" topLeftY="65" type="rect">
|
|
663
|
+
<fill>
|
|
664
|
+
<fillColor color="rgba(43, 47, 54, 1)"/>
|
|
665
|
+
</fill>
|
|
666
|
+
</shape>
|
|
667
|
+
<shape width="536" height="180" topLeftX="84" topLeftY="85" type="text">
|
|
668
|
+
<content textType="title" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="80" color="rgba(43, 47, 54, 1)" bold="true" lineSpacing="multiple:1">
|
|
669
|
+
<p lineSpacing="multiple:1">
|
|
670
|
+
<span fontSize="80">THANK</span>
|
|
671
|
+
</p>
|
|
672
|
+
<p lineSpacing="multiple:1">
|
|
673
|
+
<span fontSize="80">YOU</span>
|
|
674
|
+
</p>
|
|
675
|
+
</content>
|
|
676
|
+
</shape>
|
|
677
|
+
<shape width="325" height="68" topLeftX="84" topLeftY="257" type="text">
|
|
678
|
+
<content textType="sub-headline" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" fontSize="32" fontFamily="undefined" color="rgba(43, 47, 54, 1)" bold="true" textAlign="left">
|
|
679
|
+
<p>感谢观看</p>
|
|
680
|
+
</content>
|
|
681
|
+
</shape>
|
|
682
|
+
</data>
|
|
683
|
+
<note>
|
|
684
|
+
<content/>
|
|
685
|
+
</note>
|
|
686
|
+
</slide>
|
|
687
|
+
</presentation>
|