@titaui/pc 1.9.48 → 1.9.49
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/.eslintrc.js +221 -0
- package/.husky/pre-commit +5 -0
- package/.prettierignore +31 -0
- package/.prettierrc.js +90 -0
- package/lib/components/avatar/default.js +25 -22
- package/lib/components/avatar/name-avatar/index.js +26 -23
- package/lib/components/avatar/text-avatar/index.js +8 -8
- package/lib/components/button/default-button/index.js +5 -11
- package/lib/components/button/icon-btn/index.js +10 -10
- package/lib/components/button/rect-btn/index.js +8 -8
- package/lib/components/button/text-btn/index.js +8 -8
- package/lib/components/cascader/index.js +4 -4
- package/lib/components/cascader/time.js +5 -5
- package/lib/components/change-okr-modal/Filter.js +56 -56
- package/lib/components/change-okr-modal/Item.js +15 -15
- package/lib/components/change-okr-modal/constant.js +7 -7
- package/lib/components/change-okr-modal/filterTab.js +3 -3
- package/lib/components/change-okr-modal/index.js +55 -59
- package/lib/components/change-okr-modal/styledComponents.js +8 -8
- package/lib/components/checkbox/index.js +3 -5
- package/lib/components/common-share/index.js +4 -4
- package/lib/components/common-share/publishMblog.js +6 -6
- package/lib/components/common-share/request-apis.js +4 -4
- package/lib/components/communication/CommunicationAttachments.js +20 -17
- package/lib/components/communication/CommunicationRecord.js +12 -12
- package/lib/components/communication/index.js +9 -9
- package/lib/components/confidence/heart.js +3 -5
- package/lib/components/confidence/index.js +8 -8
- package/lib/components/create-okr-modal/animation/check-animation.js +2515 -2515
- package/lib/components/create-okr-modal/constant.js +4 -4
- package/lib/components/create-okr-modal/createCycle.js +19 -16
- package/lib/components/create-okr-modal/createSuccessCmp.js +36 -33
- package/lib/components/create-okr-modal/fields/date-cycle.js +7 -9
- package/lib/components/create-okr-modal/fields/input-with-err-popup.js +2 -8
- package/lib/components/create-okr-modal/fields/o-new-name.js +10 -12
- package/lib/components/create-okr-modal/fields/okr-case.js +4 -5
- package/lib/components/create-okr-modal/fields/okr-classify.js +7 -9
- package/lib/components/create-okr-modal/fields/okr-create-suggest.js +3 -3
- package/lib/components/create-okr-modal/fields/okr-parent.js +7 -9
- package/lib/components/create-okr-modal/fields/okr-type-detail.js +10 -12
- package/lib/components/create-okr-modal/fields/okr-type.js +9 -11
- package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +12 -14
- package/lib/components/create-okr-modal/fields/okr-visibility.js +15 -17
- package/lib/components/create-okr-modal/index.js +30 -27
- package/lib/components/create-okr-modal/kr-items/kr-item-weight.js +6 -6
- package/lib/components/create-okr-modal/kr-items/krDatas.js +3 -3
- package/lib/components/create-okr-modal/kr-items/krItem.js +1 -1
- package/lib/components/create-okr-modal/objectType.js +16 -22
- package/lib/components/create-okr-modal/utils/getCreateOkrSurpassPercent.js +47 -17
- package/lib/components/create-okr-modal/utils/helper.js +1 -1
- package/lib/components/date-picker/BodyItem.js +11 -11
- package/lib/components/date-picker/CalendarBody.js +10 -10
- package/lib/components/date-picker/CalendarHeader.js +17 -14
- package/lib/components/date-picker/index.js +12 -11
- package/lib/components/date-range-picker/index.js +26 -30
- package/lib/components/delete-confirm-pop/ConfirmPop.js +7 -7
- package/lib/components/dialog/index.js +7 -9
- package/lib/components/dialog-confirm/index.js +15 -19
- package/lib/components/drawer/headerAction.js +2 -2
- package/lib/components/drawer/headerDrop.js +5 -5
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/drawer/utils/dom.js +2 -2
- package/lib/components/drawer-manager/drawerWrapper.js +11 -11
- package/lib/components/drawer-manager/index.js +1 -1
- package/lib/components/drawer-manager/utils/dom.js +2 -2
- package/lib/components/drop-selector/icon-item.js +4 -6
- package/lib/components/drop-selector/index.css +2 -2
- package/lib/components/drop-selector/index.js +18 -19
- package/lib/components/dynamic/advertise/index.js +2 -2
- package/lib/components/dynamic/components/dynamic-search-input/index.js +17 -17
- package/lib/components/dynamic/components/first-level-tabs/index.js +1 -1
- package/lib/components/dynamic/components/percent/index.js +1 -1
- package/lib/components/dynamic/constant.js +16 -16
- package/lib/components/dynamic/context/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/components/header/index.js +34 -34
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +21 -21
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +8 -8
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +11 -11
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +10 -10
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +9 -9
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/constant.js +4 -4
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +15 -15
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +6 -6
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +6 -6
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +20 -20
- package/lib/components/dynamic/dynamic-item/dynamic-project/constant.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +12 -12
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +24 -24
- package/lib/components/dynamic/dynamic-item/dynamic-replay/index.js +23 -23
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +14 -14
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +19 -19
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +8 -8
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.js +9 -9
- package/lib/components/dynamic/dynamic-item/dynamic-task/constant.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +16 -16
- package/lib/components/dynamic/dynamic-item/index.js +23 -22
- package/lib/components/dynamic/dynamic-like-ranking/index.js +2 -2
- package/lib/components/dynamic/dynamic-like-ranking/item.js +12 -14
- package/lib/components/dynamic/dynamic-like-ranking/mock.js +36 -36
- package/lib/components/dynamic/dynamic-liking/index.js +1 -1
- package/lib/components/dynamic/dynamic-liking/item.js +1 -1
- package/lib/components/dynamic/dynamic-liking/mock.js +15 -15
- package/lib/components/dynamic/dynamic-list/index.js +5 -5
- package/lib/components/dynamic/dynamic-topping/index.js +1 -1
- package/lib/components/dynamic/dynamic-topping/item.js +2 -2
- package/lib/components/dynamic/dynamic-topping/request-api.js +1 -1
- package/lib/components/dynamic/dynamic.js +16 -16
- package/lib/components/dynamic/my-team/index.js +9 -9
- package/lib/components/dynamic/my-team/request-api.js +4 -4
- package/lib/components/dynamic/online-broadcast/data.js +69 -69
- package/lib/components/dynamic/online-broadcast/index.js +4 -3
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.js +2 -2
- package/lib/components/dynamic/quick-operation/components/create-okr/index.js +2 -2
- package/lib/components/dynamic/quick-operation/components/create-share/index.js +2 -2
- package/lib/components/dynamic/quick-operation/components/create-task/index.js +2 -2
- package/lib/components/dynamic/quick-operation/index.js +7 -7
- package/lib/components/dynamic/util.js +17 -17
- package/lib/components/e-priority/index.js +12 -14
- package/lib/components/eReport/eReportListEmpty.js +1 -1
- package/lib/components/eReport/eReportLists/reportList.js +37 -37
- package/lib/components/eReport/eReportShare/index.js +12 -12
- package/lib/components/eReport/eReportShare/toast/index.js +2 -2
- package/lib/components/edit-kr-wight/EditKrWightModal.js +33 -33
- package/lib/components/edit-kr-wight/FormItemV2.js +4 -6
- package/lib/components/edit-kr-wight/style/index.js +2 -2
- package/lib/components/edit-kr-wight/utils.js +4 -4
- package/lib/components/emotions-selector/mockData.js +276 -276
- package/lib/components/emotions-selector/selector-content.js +14 -14
- package/lib/components/emotions-selector/selector-pop.js +3 -3
- package/lib/components/ereport-list/index.js +37 -37
- package/lib/components/error-boundary/index.js +1 -1
- package/lib/components/file-list/components/single-file/index.js +17 -16
- package/lib/components/file-list/util.js +8 -8
- package/lib/components/firework/firework.js +5 -5
- package/lib/components/firework/index.js +3 -3
- package/lib/components/follower-visitor/index.js +2 -2
- package/lib/components/follower-visitor/request-api.js +1 -1
- package/lib/components/form/form-fields/department/department-input.js +7 -11
- package/lib/components/form/form-fields/department/index.js +10 -10
- package/lib/components/form/form-fields/duties/duties-input.js +7 -11
- package/lib/components/form/form-fields/duties/index.js +9 -9
- package/lib/components/form/form-fields/group/index.js +2 -2
- package/lib/components/form/form-fields/input/index.js +13 -13
- package/lib/components/form/form-fields/input-verification-code/index.js +2 -2
- package/lib/components/form/form-fields/password/index.js +7 -9
- package/lib/components/form/form-fields/textarea/index.js +12 -12
- package/lib/components/form/form-fields/user/index.js +19 -19
- package/lib/components/form/form-fields/user/user-input.js +5 -7
- package/lib/components/form/index.js +1 -1
- package/lib/components/form/layout/index.js +4 -6
- package/lib/components/grid-layout/commen-components/advize.js +2 -1
- package/lib/components/grid-layout/commen-components/data-item.js +3 -3
- package/lib/components/grid-layout/commen-components/empty-backgrounds.js +29 -30
- package/lib/components/grid-layout/commen-components/scroll-tips.js +7 -9
- package/lib/components/grid-layout/essay-component/essay-item.js +12 -12
- package/lib/components/grid-layout/essay-component/index.js +3 -3
- package/lib/components/grid-layout/image/could.js +1 -1
- package/lib/components/grid-layout/image/lv.js +1 -1
- package/lib/components/grid-layout/image/tita-mask.js +1 -1
- package/lib/components/grid-layout/near-visitors/index.js +6 -6
- package/lib/components/grid-layout/okr-align/index.js +14 -14
- package/lib/components/grid-layout/okr-progress/index.js +16 -16
- package/lib/components/grid-layout/okr-target/index.js +22 -22
- package/lib/components/grid-layout/over-view/index.js +13 -13
- package/lib/components/grid-layout/personal-info/index.js +34 -34
- package/lib/components/grid-layout/sub-employee-okr/index.js +18 -18
- package/lib/components/grid-layout/sub-employee-okr/person-okr.js +3 -3
- package/lib/components/grid-layout/util/click-link.js +3 -3
- package/lib/components/grid-layout/util/network.js +16 -16
- package/lib/components/grid-layout/week-task/index.js +11 -11
- package/lib/components/grid-layout/words-cloud/index.js +9 -9
- package/lib/components/grid-page/commen-components/scroll-tips.js +7 -9
- package/lib/components/grid-page/personal-info/index.js +34 -34
- package/lib/components/help-card/index.js +11 -11
- package/lib/components/help-card/request-api.js +1 -1
- package/lib/components/hr-header/index.js +29 -29
- package/lib/components/icon-button-list/index.js +6 -8
- package/lib/components/img-viewer/icon/enlarge.js +6 -8
- package/lib/components/img-viewer/icon/left-rotate.js +6 -8
- package/lib/components/img-viewer/icon/right-rotate.js +6 -8
- package/lib/components/img-viewer/icon/shrink.js +6 -8
- package/lib/components/img-viewer/index.js +23 -23
- package/lib/components/invite-people/index.js +1 -1
- package/lib/components/keyword-search/index.js +9 -10
- package/lib/components/mblog/common/index.js +19 -19
- package/lib/components/mblog/components/ConfirmPop.js +3 -3
- package/lib/components/mblog/components/MblogAction.js +16 -16
- package/lib/components/mblog/components/MblogContent.js +11 -11
- package/lib/components/mblog/index.js +35 -35
- package/lib/components/menus/components/drag-resize/index.js +11 -13
- package/lib/components/menus/components/flip-menu-card/flip-back-header.js +4 -6
- package/lib/components/menus/components/flip-menu-card/index.js +3 -3
- package/lib/components/menus/components/flip-menu-card/precls.js +1 -1
- package/lib/components/menus/components/menu-card/index.js +4 -6
- package/lib/components/menus/components/menu-close-btn/index.js +4 -6
- package/lib/components/menus/components/menu-tree/index.js +3 -5
- package/lib/components/menus/components/menu-tree/precls.js +1 -1
- package/lib/components/menus/components/menu-tree/tree-node/assess-manage.js +4 -6
- package/lib/components/menus/components/menu-tree/tree-node/assess-template.js +4 -6
- package/lib/components/menus/components/menu-tree/tree-node/avatar/index.js +7 -9
- package/lib/components/menus/components/menu-tree/tree-node/company-all.js +5 -7
- package/lib/components/menus/components/menu-tree/tree-node/compony/index.js +3 -3
- package/lib/components/menus/components/menu-tree/tree-node/depart/index.js +5 -7
- package/lib/components/menus/components/menu-tree/tree-node/follower/index.js +6 -8
- package/lib/components/menus/components/menu-tree/tree-node/group-name.js +4 -6
- package/lib/components/menus/components/menu-tree/tree-node/index.js +19 -20
- package/lib/components/menus/components/menu-tree/tree-node/loading.js +3 -5
- package/lib/components/menus/components/menu-tree/tree-node/menu-item.js +4 -6
- package/lib/components/menus/components/menu-tree/tree-node/no-follower.js +4 -6
- package/lib/components/menus/components/menu-tree/tree-node/no-subordinates.js +3 -5
- package/lib/components/menus/components/menu-tree/tree-node/parent-menu.js +4 -6
- package/lib/components/menus/components/menu-tree/tree-node/sub-menu-item.js +4 -6
- package/lib/components/menus/components/menu-tree/tree-node/user/index.js +8 -10
- package/lib/components/menus/components/menu-tree/tree-node/user-concern.js +6 -8
- package/lib/components/menus/components/search-colleague/index.js +11 -13
- package/lib/components/menus/export-modules/appraisal-menus/index.js +8 -8
- package/lib/components/menus/export-modules/manage-menus/handle-highlight.js +22 -12
- package/lib/components/menus/export-modules/manage-menus/index.js +3 -3
- package/lib/components/menus/export-modules/okr-menus/depart-menus/helper.js +15 -15
- package/lib/components/menus/export-modules/okr-menus/depart-menus/index.js +20 -23
- package/lib/components/menus/export-modules/okr-menus/index.js +4 -4
- package/lib/components/menus/export-modules/okr-menus/menus.js +132 -132
- package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +3 -3
- package/lib/components/menus/export-modules/okr-menus/subordinate-menus/helper.js +8 -8
- package/lib/components/menus/export-modules/okr-menus/subordinate-menus/index.js +13 -14
- package/lib/components/menus/i18n.js +1 -1
- package/lib/components/menus/index.js +10 -8
- package/lib/components/menus/precls.js +1 -1
- package/lib/components/menus/request-apis.js +36 -36
- package/lib/components/menus/utils.js +2 -2
- package/lib/components/nav-top/components/menu/index.js +10 -10
- package/lib/components/nav-top/components/user-message/components/empty/index.js +7 -6
- package/lib/components/nav-top/components/user-message/components/inform/index.js +4 -3
- package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +65 -47
- package/lib/components/nav-top/components/user-message/components/red-pack/request-api.js +1 -1
- package/lib/components/nav-top/components/user-message/components/remind/index.js +3 -3
- package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +7 -6
- package/lib/components/nav-top/components/user-message/components/reply/index.js +4 -3
- package/lib/components/nav-top/components/user-message/components/reply/reply-item.js +12 -11
- package/lib/components/nav-top/components/user-message/components/tab-title/index.js +2 -2
- package/lib/components/nav-top/components/user-message/components/todos/index.js +4 -3
- package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +2 -2
- package/lib/components/nav-top/components/user-message/constant.js +14 -14
- package/lib/components/nav-top/components/user-message/index.js +20 -20
- package/lib/components/nav-top/components/user-message/msg/index.js +8 -8
- package/lib/components/nav-top/components/user-message/utils.js +8 -8
- package/lib/components/nav-top/components/user-own-menu/components/own-menu/index.js +2 -2
- package/lib/components/nav-top/components/user-own-menu/index.js +3 -3
- package/lib/components/nav-top/components/user-own-menu/utils.js +9 -9
- package/lib/components/nav-top/constant.js +1 -1
- package/lib/components/nav-top/index.js +7 -7
- package/lib/components/nav-top/request.apis.js +2 -2
- package/lib/components/okr-detail/auth.js +2 -2
- package/lib/components/okr-detail/base-info/o-desc/index.js +6 -6
- package/lib/components/okr-detail/base-info/other-infos/classify/index.js +4 -4
- package/lib/components/okr-detail/base-info/other-infos/common/border-wrapper/index.js +1 -1
- package/lib/components/okr-detail/base-info/other-infos/date-cycle/index.js +4 -4
- package/lib/components/okr-detail/base-info/other-infos/okr-type/index.js +5 -5
- package/lib/components/okr-detail/base-info/other-infos/principal/index.js +8 -8
- package/lib/components/okr-detail/base-info/other-infos/visibility/index.js +16 -16
- package/lib/components/okr-detail/base-info/person/index.js +5 -5
- package/lib/components/okr-detail/base-info/utils/setting.js +3 -2
- package/lib/components/okr-detail/components/ao-nice/index.js +10 -12
- package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +8 -8
- package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +6 -6
- package/lib/components/okr-detail/components/base-okr-type/index.js +4 -6
- package/lib/components/okr-detail/components/base-okr-type/object-type.js +25 -31
- package/lib/components/okr-detail/components/block-line/index.js +3 -5
- package/lib/components/okr-detail/components/editable-input/index.js +8 -10
- package/lib/components/okr-detail/components/header/edit-name.js +5 -5
- package/lib/components/okr-detail/components/header/index.js +22 -17
- package/lib/components/okr-detail/components/header/o-avatar.js +5 -5
- package/lib/components/okr-detail/components/header/o-cycle.js +3 -3
- package/lib/components/okr-detail/components/header/o-name.js +3 -3
- package/lib/components/okr-detail/components/header/o-score.js +6 -6
- package/lib/components/okr-detail/components/icon-text/index.js +4 -4
- package/lib/components/okr-detail/components/o-classify.js +16 -16
- package/lib/components/okr-detail/components/o-progress-update/index.js +4 -4
- package/lib/components/okr-detail/components/okr-tree/index.js +3 -5
- package/lib/components/okr-detail/components/okr-tree/precls.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/default-node.js +3 -5
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +28 -30
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/constant.js +20 -20
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +4 -6
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +11 -13
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +13 -15
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +17 -19
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +15 -17
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +15 -17
- package/lib/components/okr-detail/components/okr-tree/tree-node/get-process-color.js +30 -30
- package/lib/components/okr-detail/components/okr-tree/tree-node/index.js +13 -16
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/get-process-color.js +20 -20
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +41 -43
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +38 -38
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +5 -7
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +38 -38
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +5 -7
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +27 -29
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +9 -9
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +7 -9
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/weight-input.js +5 -5
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +20 -22
- package/lib/components/okr-detail/components/okr-type.js +10 -9
- package/lib/components/okr-detail/components/padding-layout.js +4 -6
- package/lib/components/okr-detail/components/score/index.js +6 -6
- package/lib/components/okr-detail/components/tab-panel-content/index.js +3 -5
- package/lib/components/okr-detail/context.js +1 -1
- package/lib/components/okr-detail/cooperation/index.js +2 -2
- package/lib/components/okr-detail/detail-footer/index.js +11 -11
- package/lib/components/okr-detail/detail-header/actions.js +28 -28
- package/lib/components/okr-detail/detail-header/confirm.js +8 -8
- package/lib/components/okr-detail/detail-header/delete-confirm/delete-confirm.js +11 -11
- package/lib/components/okr-detail/detail-header/delete-confirm/style.js +1 -1
- package/lib/components/okr-detail/detail-header/index.js +27 -27
- package/lib/components/okr-detail/e-list/constant.js +19 -19
- package/lib/components/okr-detail/e-list/index.js +6 -8
- package/lib/components/okr-detail/e-list/precls.js +1 -1
- package/lib/components/okr-detail/e-list/search-form/fields/e-order.js +22 -24
- package/lib/components/okr-detail/e-list/search-form/fields/e-status.js +19 -20
- package/lib/components/okr-detail/e-list/search-form/fields/e-user.js +9 -11
- package/lib/components/okr-detail/e-list/search-form/index.js +7 -9
- package/lib/components/okr-detail/e-list/util.js +88 -85
- package/lib/components/okr-detail/error-page/index.js +2 -2
- package/lib/components/okr-detail/index.js +51 -51
- package/lib/components/okr-detail/loading/index.js +6 -8
- package/lib/components/okr-detail/okr-list/add-parent-okr.js +7 -9
- package/lib/components/okr-detail/okr-list/create-kr-item/dom.js +2 -2
- package/lib/components/okr-detail/okr-list/create-kr-item/heart.js +5 -7
- package/lib/components/okr-detail/okr-list/create-kr-item/index.js +32 -32
- package/lib/components/okr-detail/okr-list/create-kr-item/style.js +5 -5
- package/lib/components/okr-detail/okr-list/empty/index.js +9 -10
- package/lib/components/okr-detail/okr-list/index.js +11 -11
- package/lib/components/okr-detail/okr-list/warp-parent-okr.js +6 -6
- package/lib/components/okr-detail/request-apis.js +65 -65
- package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -3
- package/lib/components/okr-detail/schedule/components/o-progress/index.js +37 -37
- package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +1 -1
- package/lib/components/okr-detail/schedule/components/title/index.js +1 -1
- package/lib/components/okr-detail/schedule/schedule.js +1 -1
- package/lib/components/okr-detail/schedule/util.js +3 -3
- package/lib/components/okr-filter-drawer/filter-form.js +23 -23
- package/lib/components/okr-filter-drawer/index.js +4 -10
- package/lib/components/okr-flow/child-node/fields/creator.js +2 -2
- package/lib/components/okr-flow/child-node/fields/okrClassify.js +3 -3
- package/lib/components/okr-flow/child-node/fields/okrType.js +3 -3
- package/lib/components/okr-flow/child-node/helper.js +14 -14
- package/lib/components/okr-flow/child-node/index.js +8 -8
- package/lib/components/okr-flow/child-node/kr-node.js +7 -7
- package/lib/components/okr-flow/child-node/work-node.js +19 -19
- package/lib/components/okr-flow/empty/index.js +6 -6
- package/lib/components/okr-flow/export-modal/index.js +21 -21
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +2 -2
- package/lib/components/okr-flow/mini-map/index.js +5 -5
- package/lib/components/okr-flow/mini-map/map.js +8 -8
- package/lib/components/okr-flow/mini-map/mini-node.js +3 -3
- package/lib/components/okr-flow/okr-map/index.js +3 -3
- package/lib/components/okr-flow/open-data/index.js +23 -23
- package/lib/components/okr-flow/precls.js +1 -1
- package/lib/components/okr-flow/request-apis.js +13 -12
- package/lib/components/okr-flow/root-node/index.js +14 -12
- package/lib/components/okr-flow/utils/config.js +3 -3
- package/lib/components/okr-flow/utils/helper.js +2 -1
- package/lib/components/okr-flow/utils/index.js +5 -5
- package/lib/components/okr-flow/utils/tree-handler.js +29 -31
- package/lib/components/okr-period-selector/index.js +7 -9
- package/lib/components/okr-period-selector/request-apis.js +2 -2
- package/lib/components/okr-period-selector/select-cycle.js +3 -3
- package/lib/components/okr-progress/components/kr-progress/index.js +3 -3
- package/lib/components/okr-progress/components/o-progress/index.js +37 -37
- package/lib/components/okr-progress/components/o-progress-update/index.js +4 -4
- package/lib/components/okr-progress/components/sub-o-progress/index.js +1 -1
- package/lib/components/okr-progress/components/title/index.js +1 -1
- package/lib/components/okr-progress/okr-progress/index.js +2 -2
- package/lib/components/okr-progress/request-apis.js +14 -14
- package/lib/components/okr-progress/util.js +3 -3
- package/lib/components/okr-progress-detail/constant.js +7 -7
- package/lib/components/okr-progress-detail/utils.js +13 -13
- package/lib/components/okr-progress-modal/helper.js +40 -40
- package/lib/components/okr-progress-modal/index.js +36 -35
- package/lib/components/okr-progress-modal/request-apis.js +1 -1
- package/lib/components/okr-progress-modal/textarea/index.js +1 -1
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +70 -72
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/style.js +1 -1
- package/lib/components/okr-review/ReviewPop/index.js +28 -28
- package/lib/components/okr-review/common.js +7 -7
- package/lib/components/okr-review/components/ReviewItem/index.js +4 -4
- package/lib/components/okr-review/components/ReviewItem/style.js +4 -4
- package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +7 -7
- package/lib/components/okr-review/index.js +31 -30
- package/lib/components/okr-review/style.js +9 -9
- package/lib/components/okr-share/common-painter/darwAvatar.js +4 -4
- package/lib/components/okr-share/common-painter/openDataPainter.js +3 -3
- package/lib/components/okr-share/common-painter/setSize.js +3 -3
- package/lib/components/okr-share/common-painter/utils.js +3 -3
- package/lib/components/okr-share/index.js +4 -4
- package/lib/components/okr-share/pink-card/card.js +3 -3
- package/lib/components/okr-share/pink-card/drawDepartmentName.js +2 -2
- package/lib/components/okr-share/pink-card/drawKrs.js +2 -2
- package/lib/components/okr-share/pink-card/drawOKrName.js +2 -2
- package/lib/components/okr-share/pink-card/drawQuote.js +1 -1
- package/lib/components/okr-share/pink-card/drawUserName.js +6 -6
- package/lib/components/okr-share/pink-card/images.js +4 -4
- package/lib/components/okr-share/pink-card/index.js +7 -7
- package/lib/components/okr-share/publishMblog.js +5 -5
- package/lib/components/okr-share/request-apis.js +4 -4
- package/lib/components/okr-share/shareCardSelector.js +11 -11
- package/lib/components/okrcase-library/index.js +57 -57
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/index.js +12 -12
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.js +19 -19
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-main.js +11 -17
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-nav.js +12 -12
- package/lib/components/okrcase-library/okrcases-components/caseLibray-header.js +2 -2
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +55 -56
- package/lib/components/okrcase-library/server/network.js +34 -34
- package/lib/components/okrcase-library-card/index.js +20 -20
- package/lib/components/open-data-painter/index.js +13 -13
- package/lib/components/operation-records/OperationRecordItem.js +3 -3
- package/lib/components/operation-records/index.js +16 -16
- package/lib/components/operation-records/mockData.js +313 -313
- package/lib/components/pagination/locale/en_US.js +11 -11
- package/lib/components/pagination/locale/zh_CN.js +11 -11
- package/lib/components/pagination/pagination.js +9 -11
- package/lib/components/password-input/icon/close-eye.js +6 -8
- package/lib/components/password-input/icon/open-eye.js +6 -8
- package/lib/components/password-input/index.js +9 -9
- package/lib/components/period-selector/common.js +34 -28
- package/lib/components/period-selector/components/button/index.js +3 -3
- package/lib/components/period-selector/components/selector/index.js +1 -1
- package/lib/components/period-selector/components/selector/style.js +2 -2
- package/lib/components/period-selector/helper/index.js +10 -10
- package/lib/components/period-selector/index.js +8 -10
- package/lib/components/photo-card/components/card/index.js +12 -12
- package/lib/components/photo-card/index.js +7 -7
- package/lib/components/point-demo/constant.js +1 -1
- package/lib/components/point-demo/drop-down-box/index.js +7 -7
- package/lib/components/point-demo/index.js +93 -95
- package/lib/components/point-demo/input/index.js +8 -8
- package/lib/components/point-demo/point-demo.js +6 -8
- package/lib/components/point-demo/popup/index.js +2 -2
- package/lib/components/point-demo/popup/placement.js +21 -21
- package/lib/components/popup/index.js +3 -3
- package/lib/components/popup/placement.js +21 -21
- package/lib/components/praise-record/PraiseRecordItem.js +6 -6
- package/lib/components/praise-record/index.js +6 -6
- package/lib/components/progress/circle-progress/index.js +10 -10
- package/lib/components/progress/line-progress/index.js +7 -7
- package/lib/components/progress/utils.js +20 -20
- package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +10 -10
- package/lib/components/publish-dynamic-modal/requist-api.js +8 -8
- package/lib/components/radio/radio.js +4 -3
- package/lib/components/radio/radioGroup.js +8 -5
- package/lib/components/range-picker-pop/index.js +22 -22
- package/lib/components/range-selector-pop/RangeList.js +6 -6
- package/lib/components/range-selector-pop/RangeSelectorPop.js +2 -2
- package/lib/components/scrollbar/index.js +4 -6
- package/lib/components/scrollbar/simplebar/helpers.js +2 -2
- package/lib/components/scrollbar/simplebar/index.js +13 -13
- package/lib/components/scrollbar/simplebar/scrollbar-width.js +4 -4
- package/lib/components/scrollbar/simplebar/simplebar.js +125 -126
- package/lib/components/scrollbar/simplebar-react.js +6 -6
- package/lib/components/search-dropdown/index.js +2 -2
- package/lib/components/search-input/index.js +7 -9
- package/lib/components/search-key-handle/index.js +5 -9
- package/lib/components/select/Option.js +1 -1
- package/lib/components/select/index.js +29 -29
- package/lib/components/select-layer/index.js +3 -3
- package/lib/components/select-tags/index.js +1 -1
- package/lib/components/selector-input/debounce.js +2 -1
- package/lib/components/selector-input/index.js +9 -11
- package/lib/components/slider-input/index.js +7 -9
- package/lib/components/stateless-dropdown/stateless-dropdown.js +4 -4
- package/lib/components/status-time/index.js +9 -9
- package/lib/components/stop-taking-modal/index.js +5 -5
- package/lib/components/switch/index.js +6 -8
- package/lib/components/table/index.js +13 -15
- package/lib/components/tabs/index.js +7 -7
- package/lib/components/task-relation-modal/helper.js +5 -5
- package/lib/components/task-relation-modal/index.js +15 -15
- package/lib/components/task-relation-modal/radio.js +3 -5
- package/lib/components/task-relation-modal/request-api.js +8 -8
- package/lib/components/task-relation-modal/search/category-select.js +6 -6
- package/lib/components/task-relation-modal/search/okr-status-select.js +6 -6
- package/lib/components/task-relation-modal/search/okr-type-select.js +8 -8
- package/lib/components/task-relation-modal/search/principal.js +8 -8
- package/lib/components/task-relation-modal/search/relation.js +8 -8
- package/lib/components/task-relation-modal/search/search-dropdown/index.js +2 -2
- package/lib/components/task-relation-modal/tree/category-tree/index.js +8 -8
- package/lib/components/task-relation-modal/tree/category-tree/search-form.js +3 -3
- package/lib/components/task-relation-modal/tree/okr-tree/index.js +9 -9
- package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +4 -4
- package/lib/components/task-relation-modal/tree/work-tree/index.js +10 -10
- package/lib/components/task-relation-modal/tree/work-tree/search-form.js +3 -3
- package/lib/components/task-relation-modal/tree-node/category-node/index.js +2 -2
- package/lib/components/task-relation-modal/tree-node/index.js +2 -3
- package/lib/components/task-relation-modal/tree-node/kr-node/index.js +2 -2
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +6 -6
- package/lib/components/task-relation-modal/tree-node/o-node/index.js +2 -2
- package/lib/components/task-relation-modal/tree-node/work-node/index.js +4 -4
- package/lib/components/tita-chart/charts/img/could.js +1 -1
- package/lib/components/tita-chart/charts/liquid-ball.js +14 -14
- package/lib/components/tita-chart/charts/pie.js +33 -35
- package/lib/components/tita-chart/charts/words-cloud.js +26 -26
- package/lib/components/tita-chart/errorBoundary/index.js +4 -6
- package/lib/components/tita-chart/hooks/useChart.js +30 -30
- package/lib/components/tita-chart/plots/liquid/index.js +1 -1
- package/lib/components/tita-chart/plots/pie/index.js +1 -1
- package/lib/components/tita-chart/plots/wordscloud/index.js +1 -1
- package/lib/components/tita-chart/util/createLoading.js +9 -9
- package/lib/components/tita-chart/util/createNode.js +3 -3
- package/lib/components/tita-chart/util/utils.js +1 -1
- package/lib/components/toast/index.js +8 -8
- package/lib/components/tooltip/error-tip.js +3 -5
- package/lib/components/tooltip/tooltip-text/index.js +5 -5
- package/lib/components/tooltip/tooltip.js +4 -6
- package/lib/components/tree/index.js +15 -16
- package/lib/components/tree/precls.js +1 -1
- package/lib/components/update-modal/index.js +6 -5
- package/lib/components/update-modal/request-api.js +3 -3
- package/lib/components/upload/components/uploadedPreview.js +60 -52
- package/lib/components/upload/index.js +29 -29
- package/lib/components/upload/util.js +34 -20
- package/lib/components/upload-photo-modal/constant.js +12 -12
- package/lib/components/upload-photo-modal/index.js +37 -41
- package/lib/components/upload-photo-modal/request-api.js +5 -5
- package/lib/components/upvote/attitude.js +6 -6
- package/lib/components/upvote/index.js +11 -12
- package/lib/components/upvote/request-apis.js +3 -3
- package/lib/components/upvote/selector.js +10 -10
- package/lib/components/upvote/upvoteListModal.js +2 -2
- package/lib/components/user-selector/action-btns/btn-cancel.js +4 -6
- package/lib/components/user-selector/action-btns/btn-ok.js +4 -6
- package/lib/components/user-selector/action-btns/index.js +3 -5
- package/lib/components/user-selector/category-selector-panel/depart-tree.js +5 -7
- package/lib/components/user-selector/category-selector-panel/group-tree.js +13 -14
- package/lib/components/user-selector/category-selector-panel/index.js +12 -12
- package/lib/components/user-selector/constant.js +6 -6
- package/lib/components/user-selector/empty/group.js +9 -10
- package/lib/components/user-selector/empty/index.js +5 -7
- package/lib/components/user-selector/export-modules/depart-search-selector/index.js +12 -12
- package/lib/components/user-selector/export-modules/depart-search-selector/result-part.js +3 -5
- package/lib/components/user-selector/export-modules/duties-selector/index.js +16 -16
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +9 -9
- package/lib/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.js +4 -6
- package/lib/components/user-selector/export-modules/field-tree-selector/selector-generater.js +5 -7
- package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/index.js +6 -8
- package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/precls.js +1 -1
- package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/user-list.js +5 -7
- package/lib/components/user-selector/export-modules/group-selector/index.js +4 -4
- package/lib/components/user-selector/export-modules/group-selector/searched-panel.js +3 -5
- package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +9 -9
- package/lib/components/user-selector/export-modules/single-selector/index.js +3 -5
- package/lib/components/user-selector/layout/index.js +3 -5
- package/lib/components/user-selector/loading/index.js +3 -5
- package/lib/components/user-selector/request-apis.js +21 -21
- package/lib/components/user-selector/searched-panel/index.js +6 -8
- package/lib/components/user-selector/searched-panel/result-part.js +3 -5
- package/lib/components/user-selector/select-tree/choose-tree/index.js +21 -19
- package/lib/components/user-selector/select-tree/selected-tree/index.js +8 -10
- package/lib/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +5 -7
- package/lib/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +3 -5
- package/lib/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +6 -8
- package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +14 -16
- package/lib/components/user-selector/selected-panel/index.js +13 -15
- package/lib/components/user-selector/utils.js +32 -32
- package/lib/components/version-change-modal/constant.js +6 -6
- package/lib/components/version-change-modal/index.js +3 -3
- package/lib/components/version-change-modal/request-api.js +2 -2
- package/lib/components/viewer/ImageListRender.js +5 -5
- package/lib/components/viewer/index.js +9 -9
- package/lib/components/weekly-report/board.js +8 -8
- package/lib/components/weekly-report/card.js +45 -48
- package/lib/components/weekly-report/common-painter/darwAvatar.js +9 -9
- package/lib/components/weekly-report/common-painter/drawName.js +5 -5
- package/lib/components/weekly-report/common-painter/openDataPainter.js +3 -3
- package/lib/components/weekly-report/common-painter/setSize.js +3 -3
- package/lib/components/weekly-report/common-painter/utils.js +3 -3
- package/lib/components/weekly-report/index.js +21 -21
- package/lib/components/weekly-report/statistics.js +13 -13
- package/lib/components/word-cloud/index.js +21 -23
- package/lib/components/word-cloud/request-apis.js +2 -2
- package/lib/components-v1/animate/AnimateChild.js +3 -3
- package/lib/components-v1/animate/animate.js +5 -5
- package/lib/components-v1/avatar/index.js +27 -22
- package/lib/components-v1/buttonv2/ButtonLinked.js +1 -1
- package/lib/components-v1/buttonv2/ButtonOutlined.js +1 -1
- package/lib/components-v1/buttonv2/ButtonRounded.js +3 -3
- package/lib/components-v1/buttonv2/style/style.js +9 -9
- package/lib/components-v1/confirm/index.js +8 -8
- package/lib/components-v1/dom/index.js +3 -3
- package/lib/components-v1/dropDownSelector/StatelessDropdown.js +6 -6
- package/lib/components-v1/dropDownSelector/dropDownSelector.js +13 -13
- package/lib/components-v1/input/Input.js +6 -5
- package/lib/components-v1/input/InputNumber.js +7 -6
- package/lib/components-v1/placement/placement.js +5 -5
- package/lib/components-v1/placement/placementInner.js +10 -10
- package/lib/components-v1/pop/Pop.js +18 -17
- package/lib/components-v1/pop/PopInner.js +33 -33
- package/lib/components-v1/popConfirm/index.js +23 -23
- package/lib/components-v1/popConfirm/style.js +4 -4
- package/lib/components-v1/portals/Portals.js +2 -2
- package/lib/components-v1/progress/CircleProgress.js +11 -11
- package/lib/components-v1/progress/LineProgress.js +5 -5
- package/lib/components-v1/progress/index.js +4 -4
- package/lib/components-v1/radio/radioGroup.js +8 -5
- package/lib/components-v1/search/cache.js +3 -3
- package/lib/components-v1/search/index.js +10 -10
- package/lib/components-v1/select/Option.js +1 -1
- package/lib/components-v1/select/index.js +29 -29
- package/lib/components-v1/tabs/index.js +1 -1
- package/lib/components-v1/tabs/style.js +5 -5
- package/lib/components-v1/textarea/index.js +11 -11
- package/lib/components-v1/transition/index.js +11 -11
- package/lib/components-v1/userSelector/UserSelectorPop.js +9 -10
- package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +7 -7
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +3 -3
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +4 -4
- package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +4 -4
- package/lib/components-v1/userSelector/components/MultiMode/index.js +12 -12
- package/lib/components-v1/userSelector/components/SearchBar.js +7 -7
- package/lib/components-v1/userSelector/components/SingleMode.js +7 -7
- package/lib/components-v1/userSelector/components/UserItem.js +5 -5
- package/lib/components-v1/userSelector/index.js +12 -12
- package/lib/components-v1/userSelector/style.js +8 -8
- package/lib/components-v1/utils/animate/animate.js +8 -8
- package/lib/components-v1/utils/animate/event.js +7 -7
- package/lib/components-v1/utils/common/tools.js +6 -6
- package/lib/components-v1/utils/dom/index.js +3 -3
- package/lib/components-v1/utils/placement/autoAdjustPlacement.js +30 -30
- package/lib/components-v1/utils/placement/getContainerVisibleArea.js +3 -3
- package/lib/components-v1/utils/placement/getExpectPlacement.js +4 -4
- package/lib/components-v1/utils/placement/getPlacementInContainer.js +6 -6
- package/lib/components-v1/utils/placement/placement.js +14 -16
- package/lib/hooks/useLocalStorage.js +2 -2
- package/lib/index.js +2 -2
- package/lib/pages/aha2021/index.js +5 -5
- package/lib/pages/appointment-demo/drop-down-box/index.js +7 -7
- package/lib/pages/appointment-demo/index.js +84 -84
- package/lib/pages/appointment-demo/input/index.js +8 -8
- package/lib/pages/appointment-demo/popup/index.js +2 -2
- package/lib/pages/appointment-demo/popup/placement.js +21 -21
- package/lib/pages/dynamic/index.js +2 -2
- package/lib/pages/group-management/components/checkbox/index.js +3 -5
- package/lib/pages/group-management/components/input-form/index.js +6 -6
- package/lib/pages/group-management/components/openData/index.js +43 -40
- package/lib/pages/group-management/components/radio/index.js +3 -5
- package/lib/pages/group-management/components/table/index.js +8 -10
- package/lib/pages/group-management/groupInterface.js +27 -30
- package/lib/pages/group-management/page-view/empty.js +9 -11
- package/lib/pages/group-management/page-view/group-empty.js +4 -6
- package/lib/pages/group-management/page-view/importGroupStaff/index.js +19 -21
- package/lib/pages/group-management/page-view/index.js +20 -22
- package/lib/pages/group-management/page-view/loading/index.js +4 -6
- package/lib/pages/group-management/table/index.js +20 -21
- package/lib/pages/group-management/tree/add-group-dialog/index.js +20 -26
- package/lib/pages/group-management/tree/delete-group-dialog/index.js +9 -11
- package/lib/pages/group-management/tree/edit-group-dialog/index.js +22 -28
- package/lib/pages/group-management/tree/group-form/index.js +17 -17
- package/lib/pages/group-management/tree/index.js +18 -20
- package/lib/pages/group-management/tree/operation-panel.js +6 -8
- package/lib/pages/group-management/tree/trigger-render.js +8 -10
- package/lib/pages/home/components/data-list/index.js +28 -28
- package/lib/pages/home/components/data-list/nav-selector/index.js +2 -2
- package/lib/pages/home/components/data-list/table/columns/createDate.js +2 -2
- package/lib/pages/home/components/data-list/table/columns/index.js +39 -39
- package/lib/pages/home/components/data-list/table/columns/krName.js +2 -2
- package/lib/pages/home/components/data-list/table/columns/okrName.js +7 -11
- package/lib/pages/home/components/data-list/table/columns/progressAndRisk.js +11 -11
- package/lib/pages/home/components/data-list/table/columns/tag.js +1 -1
- package/lib/pages/home/components/data-list/table/columns/updateTime.js +2 -2
- package/lib/pages/home/components/data-list/table/columns/user.js +1 -1
- package/lib/pages/home/components/data-list/table/empty-table.js +3 -3
- package/lib/pages/home/components/data-list/table/index.js +10 -10
- package/lib/pages/home/components/data-list/table/utils-function.js +24 -24
- package/lib/pages/home/components/guide/index.js +22 -21
- package/lib/pages/home/components/guide/stepItem.js +8 -8
- package/lib/pages/home/components/header/index.js +1 -1
- package/lib/pages/home/index.js +1 -1
- package/lib/pages/home-page-data-list/index.js +28 -28
- package/lib/pages/like-ranking/column.js +16 -12
- package/lib/pages/like-ranking/filter-buttons/department.js +2 -2
- package/lib/pages/like-ranking/filter-buttons/group.js +2 -2
- package/lib/pages/like-ranking/filter-buttons/modular.js +16 -16
- package/lib/pages/like-ranking/filter-buttons/name.js +4 -4
- package/lib/pages/like-ranking/filter-buttons/search-dropdown/index.js +2 -2
- package/lib/pages/like-ranking/filter-buttons/timer.js +4 -11
- package/lib/pages/like-ranking/index.js +21 -21
- package/lib/pages/like-ranking/mock.js +286 -286
- package/lib/pages/new-okr-list/header/comments.js +8 -8
- package/lib/pages/new-okr-list/header/create-okr.js +3 -3
- package/lib/pages/new-okr-list/header/depart-title.js +4 -4
- package/lib/pages/new-okr-list/header/filter.js +5 -5
- package/lib/pages/new-okr-list/header/index.js +15 -9
- package/lib/pages/new-okr-list/header/relation-title.js +4 -4
- package/lib/pages/new-okr-list/header/user-title.js +2 -2
- package/lib/pages/new-okr-list/index.js +13 -15
- package/lib/pages/new-okr-list/init-cycle-setting.js +5 -5
- package/lib/pages/new-okr-list/keyword-search/index.js +9 -10
- package/lib/pages/new-okr-list/list/index.js +2 -2
- package/lib/pages/new-okr-list/loading.js +2 -2
- package/lib/pages/new-okr-list/precls.js +1 -1
- package/lib/pages/okr-map/export-modules/okr-map/header/index.js +26 -28
- package/lib/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +8 -8
- package/lib/pages/okr-map/export-modules/okr-map/index.js +3 -5
- package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +53 -55
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +10 -12
- package/lib/pages/okr-map/export-modules/share-okr-page/index.js +3 -5
- package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +20 -23
- package/lib/pages/okr-map/hooks/useStorage.js +4 -4
- package/lib/pages/okr-map/level2-search/depart.js +3 -5
- package/lib/pages/okr-map/level2-search/group.js +5 -7
- package/lib/pages/okr-map/level2-search/index.js +6 -8
- package/lib/pages/okr-map/level2-search/level2-input.js +9 -9
- package/lib/pages/okr-map/level2-search/user.js +3 -5
- package/lib/pages/okr-map/no-okr/index.js +4 -6
- package/lib/pages/okr-map/number-select/index.js +4 -4
- package/lib/pages/okr-map/open-data/index.js +23 -23
- package/lib/pages/okr-map/precls.js +1 -1
- package/lib/pages/okr-map/request-apis.js +3 -3
- package/lib/pages/okr-map/share-dialog/index.js +14 -16
- package/lib/pages/okr-map/unsupport-ie/index.js +17 -14
- package/lib/pages/okr-map/utils.js +4 -1
- package/lib/pages/personal-info/components/base-info/index.js +4 -4
- package/lib/pages/personal-info/components/edit-base-info/index.js +16 -17
- package/lib/pages/personal-info/components/person-photo/index.js +7 -7
- package/lib/pages/personal-info/index.js +2 -2
- package/lib/pages/personal-info/request-api.js +2 -2
- package/lib/utils/auth.js +1 -1
- package/lib/utils/bs-global.js +11 -10
- package/lib/utils/date-test-change.js +7 -7
- package/lib/utils/format-time.js +20 -20
- package/lib/utils/getLocale.js +1 -1
- package/lib/utils/helpers.js +12 -12
- package/lib/utils/i18n-front-translate.js +4 -4
- package/lib/utils/mblog.js +1 -1
- package/lib/utils/mock-bsglobal.js +1637 -1637
- package/lib/utils/open-data.js +36 -34
- package/lib/utils/platform.js +11 -12
- package/lib/utils/request-v1.js +11 -11
- package/lib/utils/request.js +11 -11
- package/lib/utils/roundWeight.js +14 -9
- package/lib/utils/tools.js +15 -8
- package/package.json +19 -3
- package/src/components/avatar/default.tsx +15 -15
- package/src/components/avatar/icon-avatar/index.tsx +15 -17
- package/src/components/avatar/index.tsx +5 -5
- package/src/components/avatar/name-avatar/index.tsx +33 -28
- package/src/components/avatar/num-avatar/index.tsx +5 -7
- package/src/components/avatar/text-avatar/index.tsx +42 -44
- package/src/components/button/default-button/index.tsx +16 -17
- package/src/components/button/icon-btn/index.tsx +14 -13
- package/src/components/button/index.tsx +4 -5
- package/src/components/button/interface.tsx +4 -4
- package/src/components/button/rect-btn/index.tsx +8 -8
- package/src/components/button/text-btn/index.tsx +8 -8
- package/src/components/button/types.ts +1 -1
- package/src/components/cascader/index.tsx +7 -7
- package/src/components/cascader/time.js +7 -7
- package/src/components/change-okr-modal/Filter.tsx +174 -145
- package/src/components/change-okr-modal/Item.tsx +91 -87
- package/src/components/change-okr-modal/constant.ts +52 -61
- package/src/components/change-okr-modal/filterTab.tsx +11 -7
- package/src/components/change-okr-modal/index.tsx +135 -96
- package/src/components/change-okr-modal/styledComponents.ts +10 -9
- package/src/components/change-okr-modal/types.ts +0 -1
- package/src/components/checkbox/index.tsx +2 -2
- package/src/components/common-share/index.tsx +37 -35
- package/src/components/common-share/publishMblog.tsx +5 -5
- package/src/components/common-share/request-apis.js +11 -27
- package/src/components/common-share/types.ts +1 -1
- package/src/components/communication/CommunicationAttachments.tsx +89 -87
- package/src/components/communication/CommunicationRecord.tsx +21 -21
- package/src/components/communication/ConvertUserName.tsx +2 -1
- package/src/components/communication/index.tsx +76 -73
- package/src/components/communication/style.ts +23 -23
- package/src/components/confidence/heart.js +10 -12
- package/src/components/confidence/index.tsx +21 -9
- package/src/components/create-okr-modal/animation/check-animation.ts +1081 -1
- package/src/components/create-okr-modal/constant.ts +12 -16
- package/src/components/create-okr-modal/createCycle.tsx +56 -45
- package/src/components/create-okr-modal/createSuccessCmp.tsx +39 -37
- package/src/components/create-okr-modal/createSuccessCmpWrapper.tsx +1 -3
- package/src/components/create-okr-modal/fields/date-cycle.tsx +16 -14
- package/src/components/create-okr-modal/fields/index.js +1 -1
- package/src/components/create-okr-modal/fields/input-with-err-popup.tsx +23 -27
- package/src/components/create-okr-modal/fields/o-new-name.tsx +26 -29
- package/src/components/create-okr-modal/fields/okr-case.tsx +5 -4
- package/src/components/create-okr-modal/fields/okr-classify.tsx +10 -12
- package/src/components/create-okr-modal/fields/okr-create-suggest.tsx +31 -34
- package/src/components/create-okr-modal/fields/okr-new-user-selector.tsx +6 -4
- package/src/components/create-okr-modal/fields/okr-parent.tsx +15 -13
- package/src/components/create-okr-modal/fields/okr-type-detail.tsx +23 -19
- package/src/components/create-okr-modal/fields/okr-type.tsx +15 -13
- package/src/components/create-okr-modal/fields/okr-visibility-detail.tsx +41 -38
- package/src/components/create-okr-modal/fields/okr-visibility.tsx +50 -52
- package/src/components/create-okr-modal/img/pack-up.tsx +9 -8
- package/src/components/create-okr-modal/index.tsx +93 -106
- package/src/components/create-okr-modal/kr-items/kr-item-weight.tsx +17 -19
- package/src/components/create-okr-modal/kr-items/krDatas.tsx +12 -11
- package/src/components/create-okr-modal/kr-items/krItem.tsx +15 -14
- package/src/components/create-okr-modal/objectType.tsx +53 -49
- package/src/components/create-okr-modal/request-api.ts +15 -20
- package/src/components/create-okr-modal/style.ts +7 -8
- package/src/components/create-okr-modal/utils/getCreateOkrSurpassPercent.js +18 -21
- package/src/components/create-okr-modal/utils/helper.ts +3 -3
- package/src/components/create-okr-modal/utils/index.tsx +2 -3
- package/src/components/date-picker/BodyItem.js +36 -30
- package/src/components/date-picker/CalendarBody.js +52 -47
- package/src/components/date-picker/CalendarHeader.js +31 -27
- package/src/components/date-picker/index.js +39 -36
- package/src/components/date-range-picker/index.js +71 -70
- package/src/components/delete-confirm-pop/ConfirmPop.tsx +25 -22
- package/src/components/delete-confirm-pop/style.ts +7 -7
- package/src/components/dialog/index.js +40 -38
- package/src/components/dialog-confirm/index.js +15 -14
- package/src/components/drawer/headerAction.tsx +6 -6
- package/src/components/drawer/headerDrop.tsx +25 -22
- package/src/components/drawer/index.tsx +25 -20
- package/src/components/drawer/utils/dom.ts +13 -13
- package/src/components/drawer/utils/index.ts +5 -5
- package/src/components/drawer/utils/useForceUpdate.ts +3 -3
- package/src/components/drawer-manager/context.ts +2 -1
- package/src/components/drawer-manager/drawerWrapper.tsx +14 -13
- package/src/components/drawer-manager/index.tsx +19 -11
- package/src/components/drawer-manager/utils/dom.ts +13 -13
- package/src/components/drawer-manager/utils/index.ts +5 -5
- package/src/components/drawer-manager/utils/useForceUpdate.ts +3 -3
- package/src/components/drop-selector/icon-item.js +23 -21
- package/src/components/drop-selector/index.js +68 -63
- package/src/components/drop-selector/index.scss +5 -5
- package/src/components/dynamic/advertise/components/next-btn/index.tsx +10 -12
- package/src/components/dynamic/advertise/components/pre-btn/index.tsx +10 -12
- package/src/components/dynamic/advertise/index.tsx +14 -16
- package/src/components/dynamic/components/dangerous-html/index.tsx +5 -8
- package/src/components/dynamic/components/dynamic-search-input/index.tsx +26 -25
- package/src/components/dynamic/components/first-level-tabs/index.tsx +17 -20
- package/src/components/dynamic/components/obj-status/index.tsx +3 -6
- package/src/components/dynamic/components/percent/index.tsx +20 -20
- package/src/components/dynamic/components/title/index.tsx +2 -2
- package/src/components/dynamic/constant.ts +21 -21
- package/src/components/dynamic/context/index.ts +3 -3
- package/src/components/dynamic/dynamic-item/components/header/index.tsx +70 -72
- package/src/components/dynamic/dynamic-item/dynamic-align/index.tsx +30 -28
- package/src/components/dynamic/dynamic-item/dynamic-announcement/index.tsx +23 -23
- package/src/components/dynamic/dynamic-item/dynamic-assessment/index.tsx +21 -23
- package/src/components/dynamic/dynamic-item/dynamic-create-o/index.tsx +53 -47
- package/src/components/dynamic/dynamic-item/dynamic-kr/index.tsx +33 -30
- package/src/components/dynamic/dynamic-item/dynamic-milestone/constant.ts +5 -5
- package/src/components/dynamic/dynamic-item/dynamic-milestone/index.tsx +54 -52
- package/src/components/dynamic/dynamic-item/dynamic-okrs-communication/index.tsx +22 -24
- package/src/components/dynamic/dynamic-item/dynamic-plan-communication/index.tsx +22 -24
- package/src/components/dynamic/dynamic-item/dynamic-progress/index.tsx +30 -27
- package/src/components/dynamic/dynamic-item/dynamic-project/constant.ts +8 -8
- package/src/components/dynamic/dynamic-item/dynamic-project/index.tsx +39 -34
- package/src/components/dynamic/dynamic-item/dynamic-relative/index.tsx +33 -31
- package/src/components/dynamic/dynamic-item/dynamic-replay/index.tsx +79 -79
- package/src/components/dynamic/dynamic-item/dynamic-report/index.tsx +35 -37
- package/src/components/dynamic/dynamic-item/dynamic-reward/index.tsx +40 -40
- package/src/components/dynamic/dynamic-item/dynamic-share/index.tsx +23 -23
- package/src/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.tsx +83 -83
- package/src/components/dynamic/dynamic-item/dynamic-task/constant.ts +8 -8
- package/src/components/dynamic/dynamic-item/dynamic-task/index.tsx +38 -35
- package/src/components/dynamic/dynamic-item/index.tsx +35 -36
- package/src/components/dynamic/dynamic-like-ranking/index.tsx +21 -26
- package/src/components/dynamic/dynamic-like-ranking/item.tsx +9 -7
- package/src/components/dynamic/dynamic-like-ranking/mock.js +38 -38
- package/src/components/dynamic/dynamic-liking/index.tsx +4 -3
- package/src/components/dynamic/dynamic-liking/item.tsx +4 -4
- package/src/components/dynamic/dynamic-liking/mock.js +32 -32
- package/src/components/dynamic/dynamic-list/index.tsx +12 -14
- package/src/components/dynamic/dynamic-topping/index.tsx +4 -3
- package/src/components/dynamic/dynamic-topping/interface.ts +1 -1
- package/src/components/dynamic/dynamic-topping/item.tsx +17 -15
- package/src/components/dynamic/dynamic-topping/request-api.js +7 -15
- package/src/components/dynamic/dynamic.tsx +49 -50
- package/src/components/dynamic/export-module/index.tsx +7 -7
- package/src/components/dynamic/index.tsx +1 -1
- package/src/components/dynamic/my-team/index.tsx +18 -16
- package/src/components/dynamic/my-team/request-api.ts +23 -29
- package/src/components/dynamic/online-broadcast/components/broadcast-item/index.tsx +1 -1
- package/src/components/dynamic/online-broadcast/data.ts +70 -70
- package/src/components/dynamic/online-broadcast/index.tsx +30 -34
- package/src/components/dynamic/quick-operation/components/create-announcement/index.tsx +1 -1
- package/src/components/dynamic/quick-operation/components/create-okr/index.tsx +1 -1
- package/src/components/dynamic/quick-operation/components/create-share/index.tsx +1 -1
- package/src/components/dynamic/quick-operation/components/create-task/index.tsx +1 -1
- package/src/components/dynamic/quick-operation/index.tsx +17 -17
- package/src/components/dynamic/request-api.ts +20 -38
- package/src/components/dynamic/util.ts +25 -32
- package/src/components/e-priority/index.js +38 -20
- package/src/components/eReport/eReportListEmpty.tsx +12 -7
- package/src/components/eReport/eReportLists/reportList.tsx +125 -104
- package/src/components/eReport/eReportLists/style.ts +6 -6
- package/src/components/eReport/eReportShare/index.tsx +46 -39
- package/src/components/eReport/eReportShare/style.ts +5 -5
- package/src/components/eReport/eReportShare/toast/index.tsx +12 -9
- package/src/components/eReport/eReportShare/toast/style.ts +5 -5
- package/src/components/edit-kr-wight/EditKrWightModal.tsx +58 -47
- package/src/components/edit-kr-wight/FormItemV2.tsx +13 -8
- package/src/components/edit-kr-wight/style/index.ts +4 -4
- package/src/components/edit-kr-wight/utils.ts +6 -7
- package/src/components/emotions-selector/index.tsx +2 -2
- package/src/components/emotions-selector/mockData.ts +284 -284
- package/src/components/emotions-selector/selector-content.tsx +63 -59
- package/src/components/emotions-selector/selector-pop.tsx +20 -18
- package/src/components/emotions-selector/style.ts +11 -11
- package/src/components/ereport-list/index.tsx +126 -105
- package/src/components/ereport-list/style.ts +6 -6
- package/src/components/error-boundary/index.tsx +1 -1
- package/src/components/file-list/components/single-file/index.tsx +23 -20
- package/src/components/file-list/index.tsx +3 -3
- package/src/components/file-list/interface.ts +1 -1
- package/src/components/file-list/util.ts +18 -18
- package/src/components/firework/firework.ts +61 -65
- package/src/components/firework/index.tsx +13 -13
- package/src/components/follower-visitor/index.tsx +22 -22
- package/src/components/follower-visitor/request-api.ts +1 -3
- package/src/components/form/form-fields/department/department-input.tsx +28 -23
- package/src/components/form/form-fields/department/index.tsx +18 -18
- package/src/components/form/form-fields/dropdown/index.tsx +1 -1
- package/src/components/form/form-fields/duties/duties-input.tsx +22 -20
- package/src/components/form/form-fields/duties/index.tsx +59 -54
- package/src/components/form/form-fields/group/index.tsx +4 -6
- package/src/components/form/form-fields/input/index.tsx +69 -63
- package/src/components/form/form-fields/input-verification-code/index.tsx +16 -16
- package/src/components/form/form-fields/password/index.tsx +7 -9
- package/src/components/form/form-fields/radios/index.tsx +4 -2
- package/src/components/form/form-fields/textarea/index.tsx +34 -31
- package/src/components/form/form-fields/user/index.tsx +65 -60
- package/src/components/form/form-fields/user/user-input.tsx +23 -22
- package/src/components/form/index.tsx +11 -11
- package/src/components/form/layout/index.tsx +11 -9
- package/src/components/grid-layout/commen-components/advize.tsx +11 -5
- package/src/components/grid-layout/commen-components/card-contain.tsx +8 -7
- package/src/components/grid-layout/commen-components/card-title.tsx +11 -10
- package/src/components/grid-layout/commen-components/carditem-flexcontent.tsx +8 -7
- package/src/components/grid-layout/commen-components/data-item.tsx +27 -20
- package/src/components/grid-layout/commen-components/empty-backgrounds.tsx +42 -28
- package/src/components/grid-layout/commen-components/gap.tsx +2 -2
- package/src/components/grid-layout/commen-components/index.js +4 -5
- package/src/components/grid-layout/commen-components/scroll-tips.tsx +20 -16
- package/src/components/grid-layout/essay-component/essay-item.tsx +20 -13
- package/src/components/grid-layout/essay-component/index.tsx +17 -15
- package/src/components/grid-layout/image/could.js +1 -1
- package/src/components/grid-layout/image/lv.js +1 -1
- package/src/components/grid-layout/image/tita-mask.js +1 -1
- package/src/components/grid-layout/index.tsx +38 -21
- package/src/components/grid-layout/near-visitors/index.tsx +33 -29
- package/src/components/grid-layout/near-visitors/visitor.tsx +8 -6
- package/src/components/grid-layout/okr-align/index.tsx +52 -49
- package/src/components/grid-layout/okr-progress/index.tsx +45 -46
- package/src/components/grid-layout/okr-target/index.tsx +64 -64
- package/src/components/grid-layout/over-view/index.tsx +53 -54
- package/src/components/grid-layout/personal-info/index.tsx +52 -47
- package/src/components/grid-layout/sub-employee-okr/index.tsx +55 -45
- package/src/components/grid-layout/sub-employee-okr/person-okr.tsx +15 -11
- package/src/components/grid-layout/util/click-link.tsx +15 -16
- package/src/components/grid-layout/util/network.ts +26 -31
- package/src/components/grid-layout/week-task/index.tsx +48 -43
- package/src/components/grid-layout/words-cloud/index.tsx +24 -25
- package/src/components/grid-page/commen-components/scroll-tips.tsx +20 -16
- package/src/components/grid-page/near-visitors/visitor.tsx +8 -6
- package/src/components/grid-page/personal-info/index.tsx +52 -47
- package/src/components/help-card/index.tsx +84 -90
- package/src/components/help-card/request-api.js +10 -12
- package/src/components/hr-header/index.tsx +49 -50
- package/src/components/icon-button-list/index.js +41 -32
- package/src/components/img-viewer/icon/enlarge.tsx +6 -6
- package/src/components/img-viewer/icon/left-rotate.tsx +12 -12
- package/src/components/img-viewer/icon/right-rotate.tsx +8 -8
- package/src/components/img-viewer/icon/shrink.tsx +7 -7
- package/src/components/img-viewer/index.tsx +40 -42
- package/src/components/img-viewer/interface.ts +1 -1
- package/src/components/img-viewer/util.ts +1 -1
- package/src/components/invite-people/index.tsx +2 -2
- package/src/components/keyword-search/index.tsx +33 -35
- package/src/components/mblog/common/index.ts +57 -57
- package/src/components/mblog/components/ConfirmPop.tsx +12 -11
- package/src/components/mblog/components/MblogAction.tsx +80 -68
- package/src/components/mblog/components/MblogContent.tsx +83 -73
- package/src/components/mblog/context.ts +3 -2
- package/src/components/mblog/index.tsx +86 -76
- package/src/components/mblog/style.ts +20 -20
- package/src/components/menus/components/drag-resize/index.tsx +30 -28
- package/src/components/menus/components/flip-menu-card/flip-back-header.tsx +4 -4
- package/src/components/menus/components/flip-menu-card/index.tsx +21 -19
- package/src/components/menus/components/flip-menu-card/precls.ts +1 -1
- package/src/components/menus/components/menu-card/index.tsx +18 -16
- package/src/components/menus/components/menu-close-btn/index.tsx +19 -17
- package/src/components/menus/components/menu-tree/index.tsx +28 -26
- package/src/components/menus/components/menu-tree/precls.ts +1 -1
- package/src/components/menus/components/menu-tree/tree-node/assess-manage.tsx +17 -14
- package/src/components/menus/components/menu-tree/tree-node/assess-template.tsx +17 -14
- package/src/components/menus/components/menu-tree/tree-node/avatar/index.tsx +20 -20
- package/src/components/menus/components/menu-tree/tree-node/company-all.tsx +19 -17
- package/src/components/menus/components/menu-tree/tree-node/compony/index.tsx +5 -5
- package/src/components/menus/components/menu-tree/tree-node/depart/index.tsx +6 -6
- package/src/components/menus/components/menu-tree/tree-node/follower/index.tsx +31 -29
- package/src/components/menus/components/menu-tree/tree-node/group-name.tsx +10 -8
- package/src/components/menus/components/menu-tree/tree-node/index.tsx +40 -41
- package/src/components/menus/components/menu-tree/tree-node/loading.tsx +10 -9
- package/src/components/menus/components/menu-tree/tree-node/menu-item.tsx +13 -11
- package/src/components/menus/components/menu-tree/tree-node/no-follower.tsx +12 -10
- package/src/components/menus/components/menu-tree/tree-node/no-subordinates.tsx +11 -10
- package/src/components/menus/components/menu-tree/tree-node/parent-menu.tsx +13 -11
- package/src/components/menus/components/menu-tree/tree-node/sub-menu-item.tsx +13 -11
- package/src/components/menus/components/menu-tree/tree-node/user/index.tsx +13 -11
- package/src/components/menus/components/menu-tree/tree-node/user-concern.tsx +41 -38
- package/src/components/menus/components/search-colleague/index.tsx +31 -30
- package/src/components/menus/context.js +2 -2
- package/src/components/menus/export-modules/appraisal-menus/index.tsx +25 -27
- package/src/components/menus/export-modules/appraisal-menus/menu-highlight.ts +29 -22
- package/src/components/menus/export-modules/appraisal-menus/menus.ts +9 -9
- package/src/components/menus/export-modules/manage-menus/constant.ts +1 -1
- package/src/components/menus/export-modules/manage-menus/handle-highlight.ts +19 -20
- package/src/components/menus/export-modules/manage-menus/index.tsx +10 -10
- package/src/components/menus/export-modules/okr-menus/depart-menus/helper.ts +22 -22
- package/src/components/menus/export-modules/okr-menus/depart-menus/index.tsx +58 -54
- package/src/components/menus/export-modules/okr-menus/index.tsx +17 -16
- package/src/components/menus/export-modules/okr-menus/menu-highlight.ts +10 -4
- package/src/components/menus/export-modules/okr-menus/menus.ts +154 -152
- package/src/components/menus/export-modules/okr-menus/okr-front-menus.tsx +69 -75
- package/src/components/menus/export-modules/okr-menus/subordinate-menus/helper.ts +13 -14
- package/src/components/menus/export-modules/okr-menus/subordinate-menus/index.tsx +41 -39
- package/src/components/menus/i18n.ts +70 -41
- package/src/components/menus/index.tsx +20 -18
- package/src/components/menus/precls.js +1 -1
- package/src/components/menus/request-apis.ts +48 -55
- package/src/components/menus/types.ts +9 -10
- package/src/components/menus/utils.ts +7 -6
- package/src/components/nav-top/components/menu/index.tsx +154 -158
- package/src/components/nav-top/components/user-message/components/empty/index.tsx +21 -21
- package/src/components/nav-top/components/user-message/components/inform/index.tsx +7 -7
- package/src/components/nav-top/components/user-message/components/inform/inform-item.tsx +65 -65
- package/src/components/nav-top/components/user-message/components/red-pack/index.tsx +23 -25
- package/src/components/nav-top/components/user-message/components/red-pack/request-api.ts +1 -3
- package/src/components/nav-top/components/user-message/components/remind/index.tsx +6 -9
- package/src/components/nav-top/components/user-message/components/remind/remind-item.tsx +10 -8
- package/src/components/nav-top/components/user-message/components/reply/index.tsx +8 -9
- package/src/components/nav-top/components/user-message/components/reply/reply-item.tsx +18 -18
- package/src/components/nav-top/components/user-message/components/tab-title/index.tsx +2 -2
- package/src/components/nav-top/components/user-message/components/todos/index.tsx +15 -13
- package/src/components/nav-top/components/user-message/components/todos/todo-item.tsx +11 -11
- package/src/components/nav-top/components/user-message/constant.ts +9 -9
- package/src/components/nav-top/components/user-message/index.tsx +123 -131
- package/src/components/nav-top/components/user-message/msg/index.tsx +32 -34
- package/src/components/nav-top/components/user-message/utils.ts +13 -13
- package/src/components/nav-top/components/user-own-menu/components/own-menu/index.tsx +6 -7
- package/src/components/nav-top/components/user-own-menu/index.tsx +11 -11
- package/src/components/nav-top/components/user-own-menu/utils.ts +21 -22
- package/src/components/nav-top/constant.ts +4 -4
- package/src/components/nav-top/index.tsx +22 -22
- package/src/components/nav-top/request.apis.ts +18 -34
- package/src/components/nav-top/utils.ts +5 -8
- package/src/components/okr-detail/auth.js +25 -23
- package/src/components/okr-detail/base-info/base-info.tsx +55 -61
- package/src/components/okr-detail/base-info/index.tsx +2 -2
- package/src/components/okr-detail/base-info/o-desc/index.tsx +15 -13
- package/src/components/okr-detail/base-info/other-infos/classify/index.tsx +15 -16
- package/src/components/okr-detail/base-info/other-infos/common/border-wrapper/index.tsx +14 -14
- package/src/components/okr-detail/base-info/other-infos/date-cycle/index.tsx +27 -19
- package/src/components/okr-detail/base-info/other-infos/index.tsx +2 -2
- package/src/components/okr-detail/base-info/other-infos/okr-type/index.tsx +22 -22
- package/src/components/okr-detail/base-info/other-infos/other-infos.tsx +1 -1
- package/src/components/okr-detail/base-info/other-infos/principal/index.tsx +18 -19
- package/src/components/okr-detail/base-info/other-infos/visibility/index.tsx +45 -41
- package/src/components/okr-detail/base-info/person/index.tsx +40 -39
- package/src/components/okr-detail/base-info/util.tsx +19 -27
- package/src/components/okr-detail/base-info/utils/setting.ts +3 -4
- package/src/components/okr-detail/components/ao-nice/index.js +83 -76
- package/src/components/okr-detail/components/base-okr-type/confirm/buttonv2.tsx +18 -14
- package/src/components/okr-detail/components/base-okr-type/confirm/confirm.tsx +35 -28
- package/src/components/okr-detail/components/base-okr-type/index.tsx +12 -7
- package/src/components/okr-detail/components/base-okr-type/object-type.tsx +95 -66
- package/src/components/okr-detail/components/block-line/index.js +2 -2
- package/src/components/okr-detail/components/editable-input/index.tsx +29 -25
- package/src/components/okr-detail/components/header/edit-name.tsx +11 -9
- package/src/components/okr-detail/components/header/index.js +29 -26
- package/src/components/okr-detail/components/header/o-avatar.tsx +24 -14
- package/src/components/okr-detail/components/header/o-cycle.tsx +26 -28
- package/src/components/okr-detail/components/header/o-name.tsx +7 -4
- package/src/components/okr-detail/components/header/o-score.tsx +18 -14
- package/src/components/okr-detail/components/icon-text/index.js +6 -5
- package/src/components/okr-detail/components/o-classify.tsx +21 -23
- package/src/components/okr-detail/components/o-progress-update/index.tsx +11 -8
- package/src/components/okr-detail/components/okr-tree/index.js +20 -18
- package/src/components/okr-detail/components/okr-tree/precls.js +1 -1
- package/src/components/okr-detail/components/okr-tree/tree-node/default-node.js +10 -8
- package/src/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +48 -47
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/constant.ts +23 -23
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +18 -14
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +37 -20
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +83 -77
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +31 -29
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +44 -45
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +39 -40
- package/src/components/okr-detail/components/okr-tree/tree-node/get-process-color.js +40 -40
- package/src/components/okr-detail/components/okr-tree/tree-node/index.js +34 -34
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/get-process-color.js +27 -27
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +188 -172
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.tsx +120 -90
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +34 -29
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.tsx +162 -133
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/style.js +5 -6
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +40 -35
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +125 -117
- package/src/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.tsx +12 -10
- package/src/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +15 -15
- package/src/components/okr-detail/components/okr-tree/tree-node/o-child-node/weight-input.tsx +6 -6
- package/src/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +95 -85
- package/src/components/okr-detail/components/okr-type.tsx +19 -16
- package/src/components/okr-detail/components/padding-layout.js +7 -5
- package/src/components/okr-detail/components/score/index.tsx +20 -12
- package/src/components/okr-detail/components/tab-panel-content/index.js +9 -7
- package/src/components/okr-detail/context.js +3 -3
- package/src/components/okr-detail/cooperation/index.tsx +9 -6
- package/src/components/okr-detail/detail-footer/index.tsx +56 -49
- package/src/components/okr-detail/detail-header/actions.tsx +75 -76
- package/src/components/okr-detail/detail-header/confirm.tsx +16 -16
- package/src/components/okr-detail/detail-header/delete-confirm/delete-confirm.tsx +22 -22
- package/src/components/okr-detail/detail-header/delete-confirm/style.ts +7 -7
- package/src/components/okr-detail/detail-header/enums.ts +1 -1
- package/src/components/okr-detail/detail-header/index.tsx +48 -49
- package/src/components/okr-detail/e-list/constant.ts +23 -23
- package/src/components/okr-detail/e-list/index.js +28 -32
- package/src/components/okr-detail/e-list/precls.js +1 -1
- package/src/components/okr-detail/e-list/search-form/fields/e-order.js +61 -48
- package/src/components/okr-detail/e-list/search-form/fields/e-status.js +41 -33
- package/src/components/okr-detail/e-list/search-form/fields/e-user.js +25 -20
- package/src/components/okr-detail/e-list/search-form/index.js +13 -13
- package/src/components/okr-detail/e-list/util.ts +125 -128
- package/src/components/okr-detail/error-page/index.js +10 -10
- package/src/components/okr-detail/index.js +104 -96
- package/src/components/okr-detail/interface.ts +1 -1
- package/src/components/okr-detail/loading/index.js +11 -9
- package/src/components/okr-detail/okr-list/add-parent-okr.js +9 -9
- package/src/components/okr-detail/okr-list/create-kr-item/dom.ts +7 -7
- package/src/components/okr-detail/okr-list/create-kr-item/heart.js +15 -9
- package/src/components/okr-detail/okr-list/create-kr-item/index.tsx +71 -67
- package/src/components/okr-detail/okr-list/create-kr-item/style.ts +12 -12
- package/src/components/okr-detail/okr-list/drag-order-kr.js +10 -13
- package/src/components/okr-detail/okr-list/empty/index.js +23 -21
- package/src/components/okr-detail/okr-list/index.js +60 -60
- package/src/components/okr-detail/okr-list/warp-parent-okr.js +11 -13
- package/src/components/okr-detail/request-apis.ts +285 -371
- package/src/components/okr-detail/schedule/components/detail-title/index.tsx +8 -6
- package/src/components/okr-detail/schedule/components/kr-progress/index.tsx +26 -25
- package/src/components/okr-detail/schedule/components/o-progress/index.tsx +145 -142
- package/src/components/okr-detail/schedule/components/sub-o-progress/index.tsx +23 -28
- package/src/components/okr-detail/schedule/components/title/index.tsx +6 -6
- package/src/components/okr-detail/schedule/index.tsx +2 -2
- package/src/components/okr-detail/schedule/schedule.tsx +30 -32
- package/src/components/okr-detail/schedule/util.ts +4 -6
- package/src/components/okr-filter-drawer/filter-form.tsx +37 -34
- package/src/components/okr-filter-drawer/index.tsx +15 -17
- package/src/components/okr-flow/child-node/fields/creator.js +4 -5
- package/src/components/okr-flow/child-node/fields/okrClassify.js +7 -7
- package/src/components/okr-flow/child-node/fields/okrType.js +6 -6
- package/src/components/okr-flow/child-node/helper.js +14 -14
- package/src/components/okr-flow/child-node/index.js +28 -24
- package/src/components/okr-flow/child-node/kr-node.js +28 -20
- package/src/components/okr-flow/child-node/work-node.js +49 -49
- package/src/components/okr-flow/context.js +2 -1
- package/src/components/okr-flow/empty/index.js +10 -7
- package/src/components/okr-flow/export-modal/index.tsx +79 -77
- package/src/components/okr-flow/export-modules/okr-search-panel/index.js +15 -15
- package/src/components/okr-flow/index.js +2 -2
- package/src/components/okr-flow/mini-map/index.js +19 -17
- package/src/components/okr-flow/mini-map/map.js +24 -24
- package/src/components/okr-flow/mini-map/mini-node.js +7 -8
- package/src/components/okr-flow/mini-map/utils.js +11 -7
- package/src/components/okr-flow/okr-map/index.js +9 -8
- package/src/components/okr-flow/open-data/index.js +29 -37
- package/src/components/okr-flow/precls.js +1 -1
- package/src/components/okr-flow/request-apis.js +19 -26
- package/src/components/okr-flow/root-node/index.js +24 -23
- package/src/components/okr-flow/utils/config.js +3 -3
- package/src/components/okr-flow/utils/helper.js +8 -7
- package/src/components/okr-flow/utils/index.js +13 -15
- package/src/components/okr-flow/utils/tree-handler.js +47 -50
- package/src/components/okr-period-selector/index.tsx +6 -6
- package/src/components/okr-period-selector/request-apis.ts +5 -8
- package/src/components/okr-period-selector/select-cycle.tsx +16 -13
- package/src/components/okr-progress/components/detail-title/index.tsx +9 -7
- package/src/components/okr-progress/components/kr-progress/index.tsx +28 -27
- package/src/components/okr-progress/components/o-progress/index.tsx +144 -140
- package/src/components/okr-progress/components/o-progress-update/index.tsx +11 -9
- package/src/components/okr-progress/components/sub-o-progress/index.tsx +24 -29
- package/src/components/okr-progress/components/title/index.tsx +7 -7
- package/src/components/okr-progress/interface.ts +1 -1
- package/src/components/okr-progress/okr-progress/index.tsx +33 -35
- package/src/components/okr-progress/request-apis.ts +27 -36
- package/src/components/okr-progress/util.ts +5 -7
- package/src/components/okr-progress-detail/constant.ts +8 -8
- package/src/components/okr-progress-detail/index.tsx +10 -7
- package/src/components/okr-progress-detail/utils.ts +16 -17
- package/src/components/okr-progress-modal/helper.js +90 -88
- package/src/components/okr-progress-modal/index.tsx +68 -61
- package/src/components/okr-progress-modal/interface.ts +2 -2
- package/src/components/okr-progress-modal/request-apis.js +7 -15
- package/src/components/okr-progress-modal/style.ts +8 -8
- package/src/components/okr-progress-modal/textarea/index.tsx +7 -5
- package/src/components/okr-progress-modal/textarea/style.tsx +2 -2
- package/src/components/okr-review/ReviewPop/components/ReviewBody/index.tsx +188 -222
- package/src/components/okr-review/ReviewPop/components/ReviewBody/style.ts +2 -2
- package/src/components/okr-review/ReviewPop/components/Toast/index.tsx +4 -4
- package/src/components/okr-review/ReviewPop/components/Toast/style.ts +2 -2
- package/src/components/okr-review/ReviewPop/index.tsx +57 -46
- package/src/components/okr-review/ReviewPop/style.ts +9 -9
- package/src/components/okr-review/common.ts +10 -10
- package/src/components/okr-review/components/ReviewItem/index.tsx +28 -16
- package/src/components/okr-review/components/ReviewItem/style.ts +12 -12
- package/src/components/okr-review/components/confirm-pop/ConfirmPop.tsx +26 -23
- package/src/components/okr-review/components/confirm-pop/style.ts +7 -7
- package/src/components/okr-review/index.tsx +77 -69
- package/src/components/okr-review/style.ts +20 -20
- package/src/components/okr-share/common-painter/darwAvatar.ts +7 -8
- package/src/components/okr-share/common-painter/openDataPainter.ts +20 -20
- package/src/components/okr-share/common-painter/setSize.ts +4 -4
- package/src/components/okr-share/common-painter/utils.ts +17 -19
- package/src/components/okr-share/index.tsx +28 -30
- package/src/components/okr-share/pink-card/card.tsx +17 -16
- package/src/components/okr-share/pink-card/drawDepartmentName.ts +5 -5
- package/src/components/okr-share/pink-card/drawKrs.ts +6 -6
- package/src/components/okr-share/pink-card/drawOKrName.ts +4 -4
- package/src/components/okr-share/pink-card/drawQuote.ts +5 -5
- package/src/components/okr-share/pink-card/drawUserName.ts +10 -10
- package/src/components/okr-share/pink-card/images.ts +4 -5
- package/src/components/okr-share/pink-card/index.ts +23 -24
- package/src/components/okr-share/publishMblog.tsx +6 -4
- package/src/components/okr-share/request-apis.js +11 -27
- package/src/components/okr-share/shareCardSelector.tsx +38 -30
- package/src/components/okr-share/types.ts +1 -1
- package/src/components/okrcase-library/index.tsx +169 -170
- package/src/components/okrcase-library/okrcases-components/caseLibrary-cardList/index.tsx +45 -32
- package/src/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.tsx +85 -60
- package/src/components/okrcase-library/okrcases-components/caseLibrary-main.tsx +68 -40
- package/src/components/okrcase-library/okrcases-components/caseLibrary-nav.tsx +53 -35
- package/src/components/okrcase-library/okrcases-components/caseLibray-header.tsx +2 -2
- package/src/components/okrcase-library/okrcases-components/submitOkr-dialog.tsx +107 -86
- package/src/components/okrcase-library/server/network.js +73 -80
- package/src/components/okrcase-library-card/index.tsx +59 -46
- package/src/components/open-data-painter/index.ts +39 -40
- package/src/components/operation-records/OperationRecordItem.tsx +16 -12
- package/src/components/operation-records/index.tsx +83 -74
- package/src/components/operation-records/mockData.ts +315 -315
- package/src/components/operation-records/style.ts +17 -17
- package/src/components/pagination/index.tsx +2 -2
- package/src/components/pagination/locale/en_US.js +11 -11
- package/src/components/pagination/locale/zh_CN.js +11 -11
- package/src/components/pagination/pagination.tsx +21 -21
- package/src/components/password-input/icon/close-eye.tsx +8 -8
- package/src/components/password-input/icon/open-eye.tsx +8 -8
- package/src/components/password-input/index.tsx +24 -18
- package/src/components/password-input/interface.ts +1 -1
- package/src/components/period-selector/common.ts +42 -43
- package/src/components/period-selector/components/button/index.tsx +8 -6
- package/src/components/period-selector/components/button/style.ts +3 -3
- package/src/components/period-selector/components/selector/index.tsx +36 -40
- package/src/components/period-selector/components/selector/style.tsx +10 -10
- package/src/components/period-selector/helper/index.ts +13 -14
- package/src/components/period-selector/index.tsx +13 -17
- package/src/components/period-selector/style.tsx +2 -2
- package/src/components/period-selector/type.ts +1 -1
- package/src/components/photo-card/components/card/index.tsx +26 -24
- package/src/components/photo-card/index.tsx +24 -24
- package/src/components/photo-card/request.apis.ts +6 -16
- package/src/components/photo-card/types/image.d.ts +1 -1
- package/src/components/point-demo/constant.ts +22 -26
- package/src/components/point-demo/drop-down-box/index.js +50 -52
- package/src/components/point-demo/index.js +384 -339
- package/src/components/point-demo/input/index.js +33 -31
- package/src/components/point-demo/point-demo.js +23 -22
- package/src/components/point-demo/popup/index.js +31 -27
- package/src/components/point-demo/popup/placement.js +23 -23
- package/src/components/popup/index.tsx +35 -31
- package/src/components/popup/placement.tsx +23 -23
- package/src/components/praise-record/PraiseRecordItem.tsx +32 -16
- package/src/components/praise-record/index.tsx +51 -41
- package/src/components/praise-record/style.ts +11 -11
- package/src/components/progress/circle-progress/index.tsx +21 -21
- package/src/components/progress/index.tsx +6 -8
- package/src/components/progress/line-progress/index.tsx +33 -21
- package/src/components/progress/utils.ts +26 -26
- package/src/components/publish-dynamic-modal/index.tsx +3 -2
- package/src/components/publish-dynamic-modal/interface.ts +1 -1
- package/src/components/publish-dynamic-modal/publish-dynamic-modal.tsx +52 -52
- package/src/components/publish-dynamic-modal/requist-api.ts +28 -26
- package/src/components/radio/index.tsx +5 -4
- package/src/components/radio/radio.tsx +14 -13
- package/src/components/radio/radioGroup.tsx +11 -11
- package/src/components/range-picker-pop/index.js +69 -65
- package/src/components/range-selector-pop/RangeList.tsx +8 -9
- package/src/components/range-selector-pop/RangeSelectorPop.tsx +20 -18
- package/src/components/scrollbar/index.tsx +18 -16
- package/src/components/scrollbar/simplebar/helpers.js +7 -7
- package/src/components/scrollbar/simplebar/index.js +45 -47
- package/src/components/scrollbar/simplebar/scrollbar-width.js +8 -9
- package/src/components/scrollbar/simplebar/simplebar.js +233 -260
- package/src/components/scrollbar/simplebar-react.js +23 -23
- package/src/components/search-dropdown/index.js +19 -17
- package/src/components/search-input/index.js +65 -64
- package/src/components/search-key-handle/index.tsx +5 -5
- package/src/components/select/Option.js +19 -18
- package/src/components/select/index.js +65 -55
- package/src/components/select-layer/index.tsx +20 -22
- package/src/components/select-tags/index.tsx +9 -11
- package/src/components/selector-input/debounce.js +9 -8
- package/src/components/selector-input/index.js +38 -33
- package/src/components/slider-input/index.js +31 -31
- package/src/components/stateless-dropdown/dropdown-selector.tsx +1 -1
- package/src/components/stateless-dropdown/index.tsx +4 -3
- package/src/components/stateless-dropdown/stateless-dropdown.tsx +15 -15
- package/src/components/status-time/index.tsx +33 -28
- package/src/components/stop-taking-modal/index.tsx +21 -21
- package/src/components/switch/index.js +18 -16
- package/src/components/table/index.js +108 -100
- package/src/components/tabs/index.js +25 -20
- package/src/components/task-relation-modal/context.ts +2 -2
- package/src/components/task-relation-modal/helper.ts +9 -9
- package/src/components/task-relation-modal/index.tsx +78 -82
- package/src/components/task-relation-modal/radio.tsx +3 -3
- package/src/components/task-relation-modal/request-api.ts +17 -21
- package/src/components/task-relation-modal/search/category-select.tsx +10 -10
- package/src/components/task-relation-modal/search/okr-status-select.tsx +9 -9
- package/src/components/task-relation-modal/search/okr-type-select.tsx +12 -14
- package/src/components/task-relation-modal/search/principal.tsx +40 -38
- package/src/components/task-relation-modal/search/relation.tsx +15 -16
- package/src/components/task-relation-modal/search/search-dropdown/index.tsx +3 -3
- package/src/components/task-relation-modal/tree/category-tree/index.tsx +17 -15
- package/src/components/task-relation-modal/tree/category-tree/search-form.tsx +4 -3
- package/src/components/task-relation-modal/tree/okr-tree/index.tsx +44 -47
- package/src/components/task-relation-modal/tree/okr-tree/search-form.tsx +21 -21
- package/src/components/task-relation-modal/tree/work-tree/index.tsx +44 -44
- package/src/components/task-relation-modal/tree/work-tree/search-form.tsx +17 -19
- package/src/components/task-relation-modal/tree-node/category-node/index.tsx +8 -6
- package/src/components/task-relation-modal/tree-node/index.js +2 -3
- package/src/components/task-relation-modal/tree-node/kr-node/index.tsx +18 -11
- package/src/components/task-relation-modal/tree-node/milestone-node/index.tsx +18 -14
- package/src/components/task-relation-modal/tree-node/o-node/index.tsx +11 -10
- package/src/components/task-relation-modal/tree-node/work-node/index.tsx +10 -7
- package/src/components/tita-chart/base/index.tsx +1 -1
- package/src/components/tita-chart/charts/img/could.js +1 -1
- package/src/components/tita-chart/charts/liquid-ball.tsx +46 -48
- package/src/components/tita-chart/charts/pie.tsx +49 -46
- package/src/components/tita-chart/charts/words-cloud.tsx +38 -34
- package/src/components/tita-chart/errorBoundary/index.tsx +36 -33
- package/src/components/tita-chart/hooks/useChart.ts +145 -147
- package/src/components/tita-chart/index.ts +4 -4
- package/src/components/tita-chart/interface.ts +13 -13
- package/src/components/tita-chart/plots/liquid/index.tsx +31 -31
- package/src/components/tita-chart/plots/pie/index.tsx +8 -8
- package/src/components/tita-chart/plots/wordscloud/index.tsx +31 -31
- package/src/components/tita-chart/util/createLoading.tsx +40 -40
- package/src/components/tita-chart/util/createNode.ts +8 -8
- package/src/components/tita-chart/util/getChart.ts +10 -10
- package/src/components/tita-chart/util/index.ts +7 -3
- package/src/components/tita-chart/util/utils.ts +45 -48
- package/src/components/toast/components/SuccessRender.tsx +55 -39
- package/src/components/toast/index.tsx +26 -26
- package/src/components/toast/style/index.ts +1 -1
- package/src/components/tooltip/error-tip.js +6 -6
- package/src/components/tooltip/index.js +2 -2
- package/src/components/tooltip/tooltip-text/index.tsx +16 -14
- package/src/components/tooltip/tooltip.tsx +8 -8
- package/src/components/tree/index.js +35 -32
- package/src/components/tree/precls.js +1 -1
- package/src/components/update-modal/index.tsx +13 -10
- package/src/components/update-modal/request-api.ts +9 -11
- package/src/components/upload/components/uploadedPreview.tsx +98 -90
- package/src/components/upload/index.tsx +95 -98
- package/src/components/upload/style.ts +11 -11
- package/src/components/upload/type.ts +3 -3
- package/src/components/upload/util.ts +42 -45
- package/src/components/upload-photo-modal/constant.ts +23 -22
- package/src/components/upload-photo-modal/index.tsx +182 -181
- package/src/components/upload-photo-modal/request-api.ts +14 -25
- package/src/components/upvote/attitude.ts +32 -34
- package/src/components/upvote/index.tsx +13 -13
- package/src/components/upvote/request-apis.js +10 -20
- package/src/components/upvote/selector.tsx +38 -34
- package/src/components/upvote/upvoteListModal.tsx +48 -40
- package/src/components/user-selector/action-btns/btn-cancel.js +10 -8
- package/src/components/user-selector/action-btns/btn-ok.js +10 -8
- package/src/components/user-selector/action-btns/index.js +12 -10
- package/src/components/user-selector/category-selector-panel/depart-tree.tsx +34 -32
- package/src/components/user-selector/category-selector-panel/group-tree.tsx +29 -28
- package/src/components/user-selector/category-selector-panel/index.tsx +54 -49
- package/src/components/user-selector/constant.ts +13 -15
- package/src/components/user-selector/context.js +3 -2
- package/src/components/user-selector/empty/group.js +14 -14
- package/src/components/user-selector/empty/index.js +13 -13
- package/src/components/user-selector/export-modules/depart-search-selector/index.tsx +63 -63
- package/src/components/user-selector/export-modules/depart-search-selector/result-part.js +29 -25
- package/src/components/user-selector/export-modules/duties-selector/index.tsx +84 -91
- package/src/components/user-selector/export-modules/field-tree-selector/index.tsx +43 -42
- package/src/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.tsx +34 -32
- package/src/components/user-selector/export-modules/field-tree-selector/selector-generater.tsx +18 -15
- package/src/components/user-selector/export-modules/field-tree-selector/single-selector/index.tsx +48 -43
- package/src/components/user-selector/export-modules/field-tree-selector/single-selector/precls.ts +1 -1
- package/src/components/user-selector/export-modules/field-tree-selector/single-selector/user-list.tsx +31 -31
- package/src/components/user-selector/export-modules/group-selector/index.js +82 -78
- package/src/components/user-selector/export-modules/group-selector/searched-panel.js +23 -20
- package/src/components/user-selector/export-modules/multiple-user-selector--bak/index.js +74 -65
- package/src/components/user-selector/export-modules/single-selector/index.tsx +37 -39
- package/src/components/user-selector/index.js +12 -14
- package/src/components/user-selector/interface.ts +1 -1
- package/src/components/user-selector/layout/index.js +10 -8
- package/src/components/user-selector/loading/index.js +8 -6
- package/src/components/user-selector/request-apis.js +55 -71
- package/src/components/user-selector/searched-panel/index.js +38 -33
- package/src/components/user-selector/searched-panel/result-part.js +30 -26
- package/src/components/user-selector/select-tree/choose-tree/index.tsx +51 -50
- package/src/components/user-selector/select-tree/selected-tree/index.js +28 -26
- package/src/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +24 -19
- package/src/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +13 -11
- package/src/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +30 -23
- package/src/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +50 -42
- package/src/components/user-selector/selected-panel/index.tsx +35 -33
- package/src/components/user-selector/utils.js +59 -59
- package/src/components/version-change-modal/constant.ts +50 -52
- package/src/components/version-change-modal/index.tsx +15 -17
- package/src/components/version-change-modal/request-api.ts +4 -6
- package/src/components/viewer/ImageListRender.js +55 -51
- package/src/components/viewer/index.js +85 -85
- package/src/components/weekly-report/board.tsx +12 -9
- package/src/components/weekly-report/card.tsx +73 -71
- package/src/components/weekly-report/common-painter/darwAvatar.ts +14 -15
- package/src/components/weekly-report/common-painter/drawName.ts +9 -9
- package/src/components/weekly-report/common-painter/openDataPainter.ts +20 -21
- package/src/components/weekly-report/common-painter/setSize.ts +4 -4
- package/src/components/weekly-report/common-painter/utils.ts +17 -19
- package/src/components/weekly-report/index.tsx +56 -57
- package/src/components/weekly-report/interface.ts +1 -2
- package/src/components/weekly-report/statistics.tsx +23 -18
- package/src/components/word-cloud/index.js +27 -27
- package/src/components/word-cloud/request-apis.js +5 -9
- package/src/components-v1/animate/AnimateChild.js +19 -16
- package/src/components-v1/animate/animate.js +42 -35
- package/src/components-v1/animate/index.js +3 -2
- package/src/components-v1/avatar/index.tsx +30 -19
- package/src/components-v1/avatar/styles.ts +2 -1
- package/src/components-v1/buttonv2/ButtonLinked.tsx +9 -6
- package/src/components-v1/buttonv2/ButtonOutlined.tsx +4 -8
- package/src/components-v1/buttonv2/ButtonRounded.tsx +10 -6
- package/src/components-v1/buttonv2/DefaultButton.tsx +10 -5
- package/src/components-v1/buttonv2/index.tsx +8 -5
- package/src/components-v1/buttonv2/style/style.tsx +14 -13
- package/src/components-v1/confirm/index.tsx +37 -29
- package/src/components-v1/dom/index.js +11 -11
- package/src/components-v1/dropDownSelector/StatelessDropdown.tsx +11 -11
- package/src/components-v1/dropDownSelector/dropDownSelector.tsx +29 -20
- package/src/components-v1/dropDownSelector/styles/index.tsx +2 -1
- package/src/components-v1/input/Input.tsx +29 -20
- package/src/components-v1/input/InputNumber.tsx +37 -22
- package/src/components-v1/input/style/index.ts +1 -1
- package/src/components-v1/placement/index.js +3 -2
- package/src/components-v1/placement/placement.js +19 -14
- package/src/components-v1/placement/placementInner.js +41 -31
- package/src/components-v1/pop/Pop.js +42 -37
- package/src/components-v1/pop/PopInner.js +74 -66
- package/src/components-v1/pop/index.js +3 -2
- package/src/components-v1/popConfirm/index.tsx +56 -42
- package/src/components-v1/popConfirm/style.tsx +6 -6
- package/src/components-v1/portals/Portals.tsx +13 -12
- package/src/components-v1/progress/CircleProgress.js +37 -29
- package/src/components-v1/progress/LineProgress.js +29 -20
- package/src/components-v1/progress/index.js +12 -12
- package/src/components-v1/radio/index.tsx +3 -2
- package/src/components-v1/radio/radio.tsx +17 -9
- package/src/components-v1/radio/radioGroup.tsx +11 -8
- package/src/components-v1/search/cache.ts +21 -19
- package/src/components-v1/search/index.tsx +25 -18
- package/src/components-v1/select/Option.js +19 -18
- package/src/components-v1/select/index.js +65 -55
- package/src/components-v1/tabs/index.tsx +31 -26
- package/src/components-v1/tabs/style.ts +12 -11
- package/src/components-v1/textarea/index.tsx +60 -54
- package/src/components-v1/textarea/style.ts +5 -5
- package/src/components-v1/transition/index.tsx +81 -74
- package/src/components-v1/userSelector/UserSelectorPop.tsx +43 -36
- package/src/components-v1/userSelector/components/MultiMode/CommonList.tsx +81 -60
- package/src/components-v1/userSelector/components/MultiMode/DepartmentList.tsx +24 -16
- package/src/components-v1/userSelector/components/MultiMode/DepartmentTree.tsx +32 -19
- package/src/components-v1/userSelector/components/MultiMode/SubsList.tsx +52 -32
- package/src/components-v1/userSelector/components/MultiMode/index.tsx +43 -33
- package/src/components-v1/userSelector/components/SearchBar.tsx +42 -37
- package/src/components-v1/userSelector/components/SingleMode.tsx +88 -75
- package/src/components-v1/userSelector/components/UserItem.tsx +24 -21
- package/src/components-v1/userSelector/index.tsx +47 -24
- package/src/components-v1/userSelector/style.ts +10 -9
- package/src/components-v1/userSelector/types.ts +1 -1
- package/src/components-v1/utils/animate/animate.js +41 -42
- package/src/components-v1/utils/animate/event.js +39 -40
- package/src/components-v1/utils/common/tools.ts +8 -10
- package/src/components-v1/utils/dom/index.js +11 -11
- package/src/components-v1/utils/placement/autoAdjustPlacement.js +52 -52
- package/src/components-v1/utils/placement/getContainerVisibleArea.js +11 -12
- package/src/components-v1/utils/placement/getExpectPlacement.js +18 -19
- package/src/components-v1/utils/placement/getPlacementInContainer.js +10 -10
- package/src/components-v1/utils/placement/placement.js +29 -31
- package/src/hooks/useLocalStorage.ts +8 -9
- package/src/index.d.ts +8 -8
- package/src/index.js +7 -7
- package/src/pages/aha2021/index.tsx +16 -15
- package/src/pages/appointment-demo/drop-down-box/index.js +44 -46
- package/src/pages/appointment-demo/index.js +419 -374
- package/src/pages/appointment-demo/input/index.js +33 -31
- package/src/pages/appointment-demo/popup/index.js +31 -27
- package/src/pages/appointment-demo/popup/placement.js +23 -23
- package/src/pages/dynamic/index.tsx +6 -6
- package/src/pages/group-management/components/checkbox/index.js +10 -8
- package/src/pages/group-management/components/input-form/index.js +32 -30
- package/src/pages/group-management/components/openData/index.tsx +53 -56
- package/src/pages/group-management/components/radio/index.js +5 -5
- package/src/pages/group-management/components/table/index.js +68 -57
- package/src/pages/group-management/groupInterface.js +71 -92
- package/src/pages/group-management/index.js +3 -3
- package/src/pages/group-management/page-view/empty.js +43 -40
- package/src/pages/group-management/page-view/group-empty.js +22 -17
- package/src/pages/group-management/page-view/importGroupStaff/index.js +90 -89
- package/src/pages/group-management/page-view/index.js +175 -159
- package/src/pages/group-management/page-view/loading/index.js +12 -11
- package/src/pages/group-management/table/index.js +59 -53
- package/src/pages/group-management/tree/add-group-dialog/index.js +73 -77
- package/src/pages/group-management/tree/delete-group-dialog/index.js +40 -40
- package/src/pages/group-management/tree/edit-group-dialog/index.js +70 -71
- package/src/pages/group-management/tree/group-form/index.js +83 -68
- package/src/pages/group-management/tree/index.js +82 -71
- package/src/pages/group-management/tree/operation-panel.js +15 -13
- package/src/pages/group-management/tree/trigger-render.js +45 -45
- package/src/pages/home/components/data-list/index.tsx +40 -39
- package/src/pages/home/components/data-list/nav-selector/index.tsx +18 -14
- package/src/pages/home/components/data-list/table/columns/createDate.tsx +6 -7
- package/src/pages/home/components/data-list/table/columns/cycleTime.tsx +3 -4
- package/src/pages/home/components/data-list/table/columns/index.tsx +78 -73
- package/src/pages/home/components/data-list/table/columns/krName.tsx +5 -5
- package/src/pages/home/components/data-list/table/columns/link.tsx +7 -9
- package/src/pages/home/components/data-list/table/columns/okrName.tsx +12 -12
- package/src/pages/home/components/data-list/table/columns/progressAndRisk.tsx +28 -24
- package/src/pages/home/components/data-list/table/columns/tag.tsx +10 -12
- package/src/pages/home/components/data-list/table/columns/updateTime.tsx +12 -13
- package/src/pages/home/components/data-list/table/columns/user.tsx +9 -7
- package/src/pages/home/components/data-list/table/data-list-interface.ts +4 -4
- package/src/pages/home/components/data-list/table/empty-table.tsx +11 -11
- package/src/pages/home/components/data-list/table/index.tsx +49 -44
- package/src/pages/home/components/data-list/table/utils-function.ts +43 -45
- package/src/pages/home/components/guide/index.tsx +20 -19
- package/src/pages/home/components/guide/stepItem.tsx +15 -13
- package/src/pages/home/components/header/index.tsx +9 -9
- package/src/pages/home/index.tsx +2 -2
- package/src/pages/home-page-data-list/index.tsx +34 -34
- package/src/pages/like-ranking/column.tsx +68 -68
- package/src/pages/like-ranking/filter-buttons/department.tsx +4 -4
- package/src/pages/like-ranking/filter-buttons/group.tsx +4 -4
- package/src/pages/like-ranking/filter-buttons/index.tsx +10 -11
- package/src/pages/like-ranking/filter-buttons/modular.tsx +37 -40
- package/src/pages/like-ranking/filter-buttons/name.tsx +16 -18
- package/src/pages/like-ranking/filter-buttons/search-dropdown/index.tsx +2 -2
- package/src/pages/like-ranking/filter-buttons/timer.tsx +14 -17
- package/src/pages/like-ranking/index.tsx +38 -40
- package/src/pages/like-ranking/mock.js +321 -321
- package/src/pages/like-ranking/request-api.tsx +5 -7
- package/src/pages/new-okr-list/context.ts +1 -1
- package/src/pages/new-okr-list/header/comments.tsx +14 -12
- package/src/pages/new-okr-list/header/create-okr.tsx +3 -3
- package/src/pages/new-okr-list/header/depart-title.tsx +9 -8
- package/src/pages/new-okr-list/header/filter.tsx +36 -38
- package/src/pages/new-okr-list/header/index.tsx +29 -29
- package/src/pages/new-okr-list/header/relation-title.tsx +4 -4
- package/src/pages/new-okr-list/header/user-title.tsx +3 -3
- package/src/pages/new-okr-list/index.tsx +37 -38
- package/src/pages/new-okr-list/init-cycle-setting.tsx +6 -7
- package/src/pages/new-okr-list/interface.tsx +2 -2
- package/src/pages/new-okr-list/keyword-search/index.tsx +33 -35
- package/src/pages/new-okr-list/list/index.tsx +3 -3
- package/src/pages/new-okr-list/loading.tsx +6 -6
- package/src/pages/new-okr-list/precls.ts +1 -1
- package/src/pages/new-okr-list/request-api.ts +7 -11
- package/src/pages/okr-map/export-modules/okr-map/header/index.js +40 -38
- package/src/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +26 -22
- package/src/pages/okr-map/export-modules/okr-map/index.tsx +2 -2
- package/src/pages/okr-map/export-modules/okr-map/okr-map.js +102 -99
- package/src/pages/okr-map/export-modules/share-okr-page/header/index.js +32 -28
- package/src/pages/okr-map/export-modules/share-okr-page/index.tsx +2 -2
- package/src/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +36 -36
- package/src/pages/okr-map/hooks/useStorage.js +11 -14
- package/src/pages/okr-map/index.js +2 -2
- package/src/pages/okr-map/level2-search/depart.js +27 -25
- package/src/pages/okr-map/level2-search/group.js +30 -28
- package/src/pages/okr-map/level2-search/index.js +22 -20
- package/src/pages/okr-map/level2-search/level2-input.js +19 -18
- package/src/pages/okr-map/level2-search/user.js +11 -8
- package/src/pages/okr-map/no-okr/index.js +4 -4
- package/src/pages/okr-map/number-select/index.js +30 -26
- package/src/pages/okr-map/open-data/index.js +29 -38
- package/src/pages/okr-map/precls.js +1 -1
- package/src/pages/okr-map/request-apis.js +11 -19
- package/src/pages/okr-map/share-dialog/index.js +50 -46
- package/src/pages/okr-map/unsupport-ie/index.js +26 -20
- package/src/pages/okr-map/utils.js +1 -1
- package/src/pages/personal-info/components/base-info/index.tsx +5 -5
- package/src/pages/personal-info/components/edit-base-info/index.tsx +21 -20
- package/src/pages/personal-info/components/person-photo/index.tsx +42 -39
- package/src/pages/personal-info/index.tsx +4 -4
- package/src/pages/personal-info/request-api.ts +5 -9
- package/src/utils/auth.js +31 -25
- package/src/utils/bs-global.js +25 -40
- package/src/utils/constant.ts +14 -16
- package/src/utils/date-test-change.ts +41 -45
- package/src/utils/error-level.ts +1 -1
- package/src/utils/format-time.ts +51 -51
- package/src/utils/getLocale.ts +2 -4
- package/src/utils/helpers.ts +20 -25
- package/src/utils/i18n-front-translate.ts +4 -5
- package/src/utils/local-storage.js +9 -9
- package/src/utils/mblog.js +20 -21
- package/src/utils/mock-bsglobal.js +614 -1
- package/src/utils/open-data.js +58 -69
- package/src/utils/platform.tsx +12 -12
- package/src/utils/request-v1.js +15 -15
- package/src/utils/request.js +59 -67
- package/src/utils/roundWeight.ts +30 -32
- package/src/utils/tools.js +57 -62
|
@@ -1 +1,1081 @@
|
|
|
1
|
-
export default { "v": "5.5.9", "fr": 25, "ip": 0, "op": 50, "w": 594, "h": 80, "nm": "书写", "ddd": 0, "assets": [], "layers": [{ "ddd": 0, "ind": 5, "ty": 4, "nm": "“right”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [443.365, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.335, 10.673, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [35, 35, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [100, 100, 100] }, { "t": 25, "s": [35, 35, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-2.085, 10.423], [2.085, 10.423], [2.085, -10.423], [-2.085, -10.423]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.335, 10.673], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 2, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 7, "ty": 4, "nm": "“right”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [460.042, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.085, 22.93, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [58.57, 58.57, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-2.085, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.085, -22.93]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.085, 22.931], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 9, "ty": 4, "nm": "“right”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [476.717, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.085, 35.437, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [-66.902, 48.797, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-2.085, 35.438], [2.086, 35.438], [2.086, -35.437], [-2.085, -35.437]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.085, 35.438], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 11, "ty": 4, "nm": "“right”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [493.393, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.084, 22.93, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [32.562, 32.562, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-2.085, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.085, -22.93]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.084, 22.931], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 13, "ty": 4, "nm": "“right”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [510.07, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.085, 10.423, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [58.57, 58.57, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-2.084, 10.423], [2.084, 10.423], [2.084, -10.423], [-2.084, -10.423]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.084, 10.423], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 15, "ty": 4, "nm": "“right”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [525.878, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.084, 14.071, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [58.57, 58.57, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-296.918, 78.869], [296.918, 78.869], [296.918, -78.869], [-296.918, -78.869]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ind": 1, "ty": "sh", "ix": 2, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-296.918, -78.869], [296.918, -78.869], [296.918, 78.869], [-296.918, 78.869]], "c": true }, "ix": 2 }, "nm": "路径 2", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ind": 2, "ty": "sh", "ix": 3, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[226.876, 52.481], [231.045, 52.481], [231.045, 24.34], [226.876, 24.34]], "c": true }, "ix": 2 }, "nm": "路径 3", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "mm", "mm": 1, "nm": "合并路径 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [-226.876, -24.34], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 5, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 17, "ty": 4, "nm": "“right”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [542.555, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.085, 7.47, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [58.57, 58.57, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-2.085, 7.47], [2.085, 7.47], [2.085, -7.469], [-2.085, -7.469]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.084, 7.47], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 19, "ty": 4, "nm": "“right”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [560.273, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.085, 4.43, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [58.57, 194.021, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-2.084, 4.43], [2.085, 4.43], [2.085, -4.429], [-2.084, -4.429]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.085, 4.43], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 21, "ty": 4, "nm": "“right”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [577.992, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.084, 2.953, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [58.57, 58.57, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-2.085, 2.953], [2.085, 2.953], [2.085, -2.953], [-2.085, -2.953]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.085, 2.953], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 23, "ty": 4, "nm": "“left”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [149.79, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.335, 10.673, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [58.57, 58.57, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-2.085, 10.423], [2.085, 10.423], [2.085, -10.423], [-2.085, -10.423]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.335, 10.673], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 2, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 25, "ty": 4, "nm": "“left”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [133.113, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.085, 22.93, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [58.57, 58.57, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-2.085, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.085, -22.93]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.085, 22.931], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 27, "ty": 4, "nm": "“left”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [116.436, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.084, 35.437, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [-66.902, 48.797, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-2.085, 35.438], [2.085, 35.438], [2.085, -35.437], [-2.085, -35.437]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.084, 35.438], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 29, "ty": 4, "nm": "“left”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [99.76, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.084, 22.93, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [32.562, 32.562, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-2.084, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.084, -22.93]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.085, 22.931], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 31, "ty": 4, "nm": "“left”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [83.083, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.085, 10.423, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [58.57, 58.57, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-2.085, 10.423], [2.085, 10.423], [2.085, -10.423], [-2.085, -10.423]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.085, 10.423], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 33, "ty": 4, "nm": "“left”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [67.275, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.084, 14.071, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [29.044, 29.044, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-296.919, 78.869], [296.919, 78.869], [296.919, -78.869], [-296.919, -78.869]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ind": 1, "ty": "sh", "ix": 2, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-296.919, -78.869], [296.919, -78.869], [296.919, 78.869], [-296.919, 78.869]], "c": true }, "ix": 2 }, "nm": "路径 2", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ind": 2, "ty": "sh", "ix": 3, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[-231.728, 52.481], [-227.559, 52.481], [-227.559, 24.34], [-231.728, 24.34]], "c": true }, "ix": 2 }, "nm": "路径 3", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "mm", "mm": 1, "nm": "合并路径 1", "mn": "ADBE Vector Filter - Merge", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [231.728, -24.34], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 5, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 35, "ty": 4, "nm": "“left”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [50.599, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.085, 7.47, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [58.57, 58.57, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[2.084, -7.47], [-2.085, -7.47], [-2.085, 7.469], [2.084, 7.469]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.084, 7.469], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 37, "ty": 4, "nm": "“left”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [32.88, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.085, 4.43, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [29.044, 164.495, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[2.085, -4.43], [-2.084, -4.43], [-2.084, 4.429], [2.085, 4.429]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.085, 4.429], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 39, "ty": 4, "nm": "“left”轮廓", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [15.161, 40.279, 0], "ix": 2 }, "a": { "a": 0, "k": [2.085, 2.953, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 0.833] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0.167, 0.167, 0.167] }, "t": 15, "s": [58.57, 58.57, 100] }, { "t": 25, "s": [100, 100, 100] }], "ix": 6, "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);" } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[2.085, -2.953], [-2.085, -2.953], [-2.085, 2.953], [2.085, 2.953]], "c": true }, "ix": 2 }, "nm": "路径 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.964999988032, 0.741000007181, 0.086000001197, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "填充 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [2.085, 2.953], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "变换" }], "nm": "组 1", "np": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 50, "st": 0, "bm": 0 }], "markers": [] }
|
|
1
|
+
export default {
|
|
2
|
+
v: "5.5.9",
|
|
3
|
+
fr: 25,
|
|
4
|
+
ip: 0,
|
|
5
|
+
op: 50,
|
|
6
|
+
w: 594,
|
|
7
|
+
h: 80,
|
|
8
|
+
nm: "书写",
|
|
9
|
+
ddd: 0,
|
|
10
|
+
assets: [],
|
|
11
|
+
layers: [{
|
|
12
|
+
ddd: 0,
|
|
13
|
+
ind: 5,
|
|
14
|
+
ty: 4,
|
|
15
|
+
nm: "“right”轮廓",
|
|
16
|
+
sr: 1,
|
|
17
|
+
ks: {
|
|
18
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
19
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
20
|
+
p: { a: 0, k: [443.365, 40.279, 0], ix: 2 },
|
|
21
|
+
a: { a: 0, k: [2.335, 10.673, 0], ix: 1 },
|
|
22
|
+
s: {
|
|
23
|
+
a: 1,
|
|
24
|
+
k: [{
|
|
25
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [35, 35, 100],
|
|
26
|
+
}, {
|
|
27
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [100, 100, 100],
|
|
28
|
+
}, { t: 25, s: [35, 35, 100] }],
|
|
29
|
+
ix: 6,
|
|
30
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
ao: 0,
|
|
34
|
+
shapes: [{
|
|
35
|
+
ty: "gr",
|
|
36
|
+
it: [{
|
|
37
|
+
ind: 0,
|
|
38
|
+
ty: "sh",
|
|
39
|
+
ix: 1,
|
|
40
|
+
ks: {
|
|
41
|
+
a: 0,
|
|
42
|
+
k: {
|
|
43
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-2.085, 10.423], [2.085, 10.423], [2.085, -10.423], [-2.085, -10.423]], c: true,
|
|
44
|
+
},
|
|
45
|
+
ix: 2,
|
|
46
|
+
},
|
|
47
|
+
nm: "路径 1",
|
|
48
|
+
mn: "ADBE Vector Shape - Group",
|
|
49
|
+
hd: false,
|
|
50
|
+
}, {
|
|
51
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
52
|
+
}, {
|
|
53
|
+
ty: "tr", p: { a: 0, k: [2.335, 10.673], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
54
|
+
}],
|
|
55
|
+
nm: "组 1",
|
|
56
|
+
np: 2,
|
|
57
|
+
cix: 2,
|
|
58
|
+
bm: 0,
|
|
59
|
+
ix: 1,
|
|
60
|
+
mn: "ADBE Vector Group",
|
|
61
|
+
hd: false,
|
|
62
|
+
}],
|
|
63
|
+
ip: 0,
|
|
64
|
+
op: 50,
|
|
65
|
+
st: 0,
|
|
66
|
+
bm: 0,
|
|
67
|
+
}, {
|
|
68
|
+
ddd: 0,
|
|
69
|
+
ind: 7,
|
|
70
|
+
ty: 4,
|
|
71
|
+
nm: "“right”轮廓",
|
|
72
|
+
sr: 1,
|
|
73
|
+
ks: {
|
|
74
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
75
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
76
|
+
p: { a: 0, k: [460.042, 40.279, 0], ix: 2 },
|
|
77
|
+
a: { a: 0, k: [2.085, 22.93, 0], ix: 1 },
|
|
78
|
+
s: {
|
|
79
|
+
a: 1,
|
|
80
|
+
k: [{
|
|
81
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
82
|
+
}, {
|
|
83
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [58.57, 58.57, 100],
|
|
84
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
85
|
+
ix: 6,
|
|
86
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
ao: 0,
|
|
90
|
+
shapes: [{
|
|
91
|
+
ty: "gr",
|
|
92
|
+
it: [{
|
|
93
|
+
ind: 0,
|
|
94
|
+
ty: "sh",
|
|
95
|
+
ix: 1,
|
|
96
|
+
ks: {
|
|
97
|
+
a: 0,
|
|
98
|
+
k: {
|
|
99
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-2.085, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.085, -22.93]], c: true,
|
|
100
|
+
},
|
|
101
|
+
ix: 2,
|
|
102
|
+
},
|
|
103
|
+
nm: "路径 1",
|
|
104
|
+
mn: "ADBE Vector Shape - Group",
|
|
105
|
+
hd: false,
|
|
106
|
+
}, {
|
|
107
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
108
|
+
}, {
|
|
109
|
+
ty: "tr", p: { a: 0, k: [2.085, 22.931], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
110
|
+
}],
|
|
111
|
+
nm: "组 1",
|
|
112
|
+
np: 4,
|
|
113
|
+
cix: 2,
|
|
114
|
+
bm: 0,
|
|
115
|
+
ix: 1,
|
|
116
|
+
mn: "ADBE Vector Group",
|
|
117
|
+
hd: false,
|
|
118
|
+
}],
|
|
119
|
+
ip: 0,
|
|
120
|
+
op: 50,
|
|
121
|
+
st: 0,
|
|
122
|
+
bm: 0,
|
|
123
|
+
}, {
|
|
124
|
+
ddd: 0,
|
|
125
|
+
ind: 9,
|
|
126
|
+
ty: 4,
|
|
127
|
+
nm: "“right”轮廓",
|
|
128
|
+
sr: 1,
|
|
129
|
+
ks: {
|
|
130
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
131
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
132
|
+
p: { a: 0, k: [476.717, 40.279, 0], ix: 2 },
|
|
133
|
+
a: { a: 0, k: [2.085, 35.437, 0], ix: 1 },
|
|
134
|
+
s: {
|
|
135
|
+
a: 1,
|
|
136
|
+
k: [{
|
|
137
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
138
|
+
}, {
|
|
139
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [-66.902, 48.797, 100],
|
|
140
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
141
|
+
ix: 6,
|
|
142
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
143
|
+
},
|
|
144
|
+
},
|
|
145
|
+
ao: 0,
|
|
146
|
+
shapes: [{
|
|
147
|
+
ty: "gr",
|
|
148
|
+
it: [{
|
|
149
|
+
ind: 0,
|
|
150
|
+
ty: "sh",
|
|
151
|
+
ix: 1,
|
|
152
|
+
ks: {
|
|
153
|
+
a: 0,
|
|
154
|
+
k: {
|
|
155
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-2.085, 35.438], [2.086, 35.438], [2.086, -35.437], [-2.085, -35.437]], c: true,
|
|
156
|
+
},
|
|
157
|
+
ix: 2,
|
|
158
|
+
},
|
|
159
|
+
nm: "路径 1",
|
|
160
|
+
mn: "ADBE Vector Shape - Group",
|
|
161
|
+
hd: false,
|
|
162
|
+
}, {
|
|
163
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
164
|
+
}, {
|
|
165
|
+
ty: "tr", p: { a: 0, k: [2.085, 35.438], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
166
|
+
}],
|
|
167
|
+
nm: "组 1",
|
|
168
|
+
np: 4,
|
|
169
|
+
cix: 2,
|
|
170
|
+
bm: 0,
|
|
171
|
+
ix: 1,
|
|
172
|
+
mn: "ADBE Vector Group",
|
|
173
|
+
hd: false,
|
|
174
|
+
}],
|
|
175
|
+
ip: 0,
|
|
176
|
+
op: 50,
|
|
177
|
+
st: 0,
|
|
178
|
+
bm: 0,
|
|
179
|
+
}, {
|
|
180
|
+
ddd: 0,
|
|
181
|
+
ind: 11,
|
|
182
|
+
ty: 4,
|
|
183
|
+
nm: "“right”轮廓",
|
|
184
|
+
sr: 1,
|
|
185
|
+
ks: {
|
|
186
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
187
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
188
|
+
p: { a: 0, k: [493.393, 40.279, 0], ix: 2 },
|
|
189
|
+
a: { a: 0, k: [2.084, 22.93, 0], ix: 1 },
|
|
190
|
+
s: {
|
|
191
|
+
a: 1,
|
|
192
|
+
k: [{
|
|
193
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
194
|
+
}, {
|
|
195
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [32.562, 32.562, 100],
|
|
196
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
197
|
+
ix: 6,
|
|
198
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
199
|
+
},
|
|
200
|
+
},
|
|
201
|
+
ao: 0,
|
|
202
|
+
shapes: [{
|
|
203
|
+
ty: "gr",
|
|
204
|
+
it: [{
|
|
205
|
+
ind: 0,
|
|
206
|
+
ty: "sh",
|
|
207
|
+
ix: 1,
|
|
208
|
+
ks: {
|
|
209
|
+
a: 0,
|
|
210
|
+
k: {
|
|
211
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-2.085, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.085, -22.93]], c: true,
|
|
212
|
+
},
|
|
213
|
+
ix: 2,
|
|
214
|
+
},
|
|
215
|
+
nm: "路径 1",
|
|
216
|
+
mn: "ADBE Vector Shape - Group",
|
|
217
|
+
hd: false,
|
|
218
|
+
}, {
|
|
219
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
220
|
+
}, {
|
|
221
|
+
ty: "tr", p: { a: 0, k: [2.084, 22.931], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
222
|
+
}],
|
|
223
|
+
nm: "组 1",
|
|
224
|
+
np: 4,
|
|
225
|
+
cix: 2,
|
|
226
|
+
bm: 0,
|
|
227
|
+
ix: 1,
|
|
228
|
+
mn: "ADBE Vector Group",
|
|
229
|
+
hd: false,
|
|
230
|
+
}],
|
|
231
|
+
ip: 0,
|
|
232
|
+
op: 50,
|
|
233
|
+
st: 0,
|
|
234
|
+
bm: 0,
|
|
235
|
+
}, {
|
|
236
|
+
ddd: 0,
|
|
237
|
+
ind: 13,
|
|
238
|
+
ty: 4,
|
|
239
|
+
nm: "“right”轮廓",
|
|
240
|
+
sr: 1,
|
|
241
|
+
ks: {
|
|
242
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
243
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
244
|
+
p: { a: 0, k: [510.07, 40.279, 0], ix: 2 },
|
|
245
|
+
a: { a: 0, k: [2.085, 10.423, 0], ix: 1 },
|
|
246
|
+
s: {
|
|
247
|
+
a: 1,
|
|
248
|
+
k: [{
|
|
249
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
250
|
+
}, {
|
|
251
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [58.57, 58.57, 100],
|
|
252
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
253
|
+
ix: 6,
|
|
254
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
255
|
+
},
|
|
256
|
+
},
|
|
257
|
+
ao: 0,
|
|
258
|
+
shapes: [{
|
|
259
|
+
ty: "gr",
|
|
260
|
+
it: [{
|
|
261
|
+
ind: 0,
|
|
262
|
+
ty: "sh",
|
|
263
|
+
ix: 1,
|
|
264
|
+
ks: {
|
|
265
|
+
a: 0,
|
|
266
|
+
k: {
|
|
267
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-2.084, 10.423], [2.084, 10.423], [2.084, -10.423], [-2.084, -10.423]], c: true,
|
|
268
|
+
},
|
|
269
|
+
ix: 2,
|
|
270
|
+
},
|
|
271
|
+
nm: "路径 1",
|
|
272
|
+
mn: "ADBE Vector Shape - Group",
|
|
273
|
+
hd: false,
|
|
274
|
+
}, {
|
|
275
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
276
|
+
}, {
|
|
277
|
+
ty: "tr", p: { a: 0, k: [2.084, 10.423], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
278
|
+
}],
|
|
279
|
+
nm: "组 1",
|
|
280
|
+
np: 4,
|
|
281
|
+
cix: 2,
|
|
282
|
+
bm: 0,
|
|
283
|
+
ix: 1,
|
|
284
|
+
mn: "ADBE Vector Group",
|
|
285
|
+
hd: false,
|
|
286
|
+
}],
|
|
287
|
+
ip: 0,
|
|
288
|
+
op: 50,
|
|
289
|
+
st: 0,
|
|
290
|
+
bm: 0,
|
|
291
|
+
}, {
|
|
292
|
+
ddd: 0,
|
|
293
|
+
ind: 15,
|
|
294
|
+
ty: 4,
|
|
295
|
+
nm: "“right”轮廓",
|
|
296
|
+
sr: 1,
|
|
297
|
+
ks: {
|
|
298
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
299
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
300
|
+
p: { a: 0, k: [525.878, 40.279, 0], ix: 2 },
|
|
301
|
+
a: { a: 0, k: [2.084, 14.071, 0], ix: 1 },
|
|
302
|
+
s: {
|
|
303
|
+
a: 1,
|
|
304
|
+
k: [{
|
|
305
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
306
|
+
}, {
|
|
307
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [58.57, 58.57, 100],
|
|
308
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
309
|
+
ix: 6,
|
|
310
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
311
|
+
},
|
|
312
|
+
},
|
|
313
|
+
ao: 0,
|
|
314
|
+
shapes: [{
|
|
315
|
+
ty: "gr",
|
|
316
|
+
it: [{
|
|
317
|
+
ind: 0,
|
|
318
|
+
ty: "sh",
|
|
319
|
+
ix: 1,
|
|
320
|
+
ks: {
|
|
321
|
+
a: 0,
|
|
322
|
+
k: {
|
|
323
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-296.918, 78.869], [296.918, 78.869], [296.918, -78.869], [-296.918, -78.869]], c: true,
|
|
324
|
+
},
|
|
325
|
+
ix: 2,
|
|
326
|
+
},
|
|
327
|
+
nm: "路径 1",
|
|
328
|
+
mn: "ADBE Vector Shape - Group",
|
|
329
|
+
hd: false,
|
|
330
|
+
}, {
|
|
331
|
+
ind: 1,
|
|
332
|
+
ty: "sh",
|
|
333
|
+
ix: 2,
|
|
334
|
+
ks: {
|
|
335
|
+
a: 0,
|
|
336
|
+
k: {
|
|
337
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-296.918, -78.869], [296.918, -78.869], [296.918, 78.869], [-296.918, 78.869]], c: true,
|
|
338
|
+
},
|
|
339
|
+
ix: 2,
|
|
340
|
+
},
|
|
341
|
+
nm: "路径 2",
|
|
342
|
+
mn: "ADBE Vector Shape - Group",
|
|
343
|
+
hd: false,
|
|
344
|
+
}, {
|
|
345
|
+
ind: 2,
|
|
346
|
+
ty: "sh",
|
|
347
|
+
ix: 3,
|
|
348
|
+
ks: {
|
|
349
|
+
a: 0,
|
|
350
|
+
k: {
|
|
351
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[226.876, 52.481], [231.045, 52.481], [231.045, 24.34], [226.876, 24.34]], c: true,
|
|
352
|
+
},
|
|
353
|
+
ix: 2,
|
|
354
|
+
},
|
|
355
|
+
nm: "路径 3",
|
|
356
|
+
mn: "ADBE Vector Shape - Group",
|
|
357
|
+
hd: false,
|
|
358
|
+
}, {
|
|
359
|
+
ty: "mm", mm: 1, nm: "合并路径 1", mn: "ADBE Vector Filter - Merge", hd: false,
|
|
360
|
+
}, {
|
|
361
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
362
|
+
}, {
|
|
363
|
+
ty: "tr", p: { a: 0, k: [-226.876, -24.34], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
364
|
+
}],
|
|
365
|
+
nm: "组 1",
|
|
366
|
+
np: 5,
|
|
367
|
+
cix: 2,
|
|
368
|
+
bm: 0,
|
|
369
|
+
ix: 1,
|
|
370
|
+
mn: "ADBE Vector Group",
|
|
371
|
+
hd: false,
|
|
372
|
+
}],
|
|
373
|
+
ip: 0,
|
|
374
|
+
op: 50,
|
|
375
|
+
st: 0,
|
|
376
|
+
bm: 0,
|
|
377
|
+
}, {
|
|
378
|
+
ddd: 0,
|
|
379
|
+
ind: 17,
|
|
380
|
+
ty: 4,
|
|
381
|
+
nm: "“right”轮廓",
|
|
382
|
+
sr: 1,
|
|
383
|
+
ks: {
|
|
384
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
385
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
386
|
+
p: { a: 0, k: [542.555, 40.279, 0], ix: 2 },
|
|
387
|
+
a: { a: 0, k: [2.085, 7.47, 0], ix: 1 },
|
|
388
|
+
s: {
|
|
389
|
+
a: 1,
|
|
390
|
+
k: [{
|
|
391
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
392
|
+
}, {
|
|
393
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [58.57, 58.57, 100],
|
|
394
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
395
|
+
ix: 6,
|
|
396
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
397
|
+
},
|
|
398
|
+
},
|
|
399
|
+
ao: 0,
|
|
400
|
+
shapes: [{
|
|
401
|
+
ty: "gr",
|
|
402
|
+
it: [{
|
|
403
|
+
ind: 0,
|
|
404
|
+
ty: "sh",
|
|
405
|
+
ix: 1,
|
|
406
|
+
ks: {
|
|
407
|
+
a: 0,
|
|
408
|
+
k: {
|
|
409
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-2.085, 7.47], [2.085, 7.47], [2.085, -7.469], [-2.085, -7.469]], c: true,
|
|
410
|
+
},
|
|
411
|
+
ix: 2,
|
|
412
|
+
},
|
|
413
|
+
nm: "路径 1",
|
|
414
|
+
mn: "ADBE Vector Shape - Group",
|
|
415
|
+
hd: false,
|
|
416
|
+
}, {
|
|
417
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
418
|
+
}, {
|
|
419
|
+
ty: "tr", p: { a: 0, k: [2.084, 7.47], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
420
|
+
}],
|
|
421
|
+
nm: "组 1",
|
|
422
|
+
np: 4,
|
|
423
|
+
cix: 2,
|
|
424
|
+
bm: 0,
|
|
425
|
+
ix: 1,
|
|
426
|
+
mn: "ADBE Vector Group",
|
|
427
|
+
hd: false,
|
|
428
|
+
}],
|
|
429
|
+
ip: 0,
|
|
430
|
+
op: 50,
|
|
431
|
+
st: 0,
|
|
432
|
+
bm: 0,
|
|
433
|
+
}, {
|
|
434
|
+
ddd: 0,
|
|
435
|
+
ind: 19,
|
|
436
|
+
ty: 4,
|
|
437
|
+
nm: "“right”轮廓",
|
|
438
|
+
sr: 1,
|
|
439
|
+
ks: {
|
|
440
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
441
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
442
|
+
p: { a: 0, k: [560.273, 40.279, 0], ix: 2 },
|
|
443
|
+
a: { a: 0, k: [2.085, 4.43, 0], ix: 1 },
|
|
444
|
+
s: {
|
|
445
|
+
a: 1,
|
|
446
|
+
k: [{
|
|
447
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
448
|
+
}, {
|
|
449
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [58.57, 194.021, 100],
|
|
450
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
451
|
+
ix: 6,
|
|
452
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
453
|
+
},
|
|
454
|
+
},
|
|
455
|
+
ao: 0,
|
|
456
|
+
shapes: [{
|
|
457
|
+
ty: "gr",
|
|
458
|
+
it: [{
|
|
459
|
+
ind: 0,
|
|
460
|
+
ty: "sh",
|
|
461
|
+
ix: 1,
|
|
462
|
+
ks: {
|
|
463
|
+
a: 0,
|
|
464
|
+
k: {
|
|
465
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-2.084, 4.43], [2.085, 4.43], [2.085, -4.429], [-2.084, -4.429]], c: true,
|
|
466
|
+
},
|
|
467
|
+
ix: 2,
|
|
468
|
+
},
|
|
469
|
+
nm: "路径 1",
|
|
470
|
+
mn: "ADBE Vector Shape - Group",
|
|
471
|
+
hd: false,
|
|
472
|
+
}, {
|
|
473
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
474
|
+
}, {
|
|
475
|
+
ty: "tr", p: { a: 0, k: [2.085, 4.43], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
476
|
+
}],
|
|
477
|
+
nm: "组 1",
|
|
478
|
+
np: 4,
|
|
479
|
+
cix: 2,
|
|
480
|
+
bm: 0,
|
|
481
|
+
ix: 1,
|
|
482
|
+
mn: "ADBE Vector Group",
|
|
483
|
+
hd: false,
|
|
484
|
+
}],
|
|
485
|
+
ip: 0,
|
|
486
|
+
op: 50,
|
|
487
|
+
st: 0,
|
|
488
|
+
bm: 0,
|
|
489
|
+
}, {
|
|
490
|
+
ddd: 0,
|
|
491
|
+
ind: 21,
|
|
492
|
+
ty: 4,
|
|
493
|
+
nm: "“right”轮廓",
|
|
494
|
+
sr: 1,
|
|
495
|
+
ks: {
|
|
496
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
497
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
498
|
+
p: { a: 0, k: [577.992, 40.279, 0], ix: 2 },
|
|
499
|
+
a: { a: 0, k: [2.084, 2.953, 0], ix: 1 },
|
|
500
|
+
s: {
|
|
501
|
+
a: 1,
|
|
502
|
+
k: [{
|
|
503
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
504
|
+
}, {
|
|
505
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [58.57, 58.57, 100],
|
|
506
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
507
|
+
ix: 6,
|
|
508
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
509
|
+
},
|
|
510
|
+
},
|
|
511
|
+
ao: 0,
|
|
512
|
+
shapes: [{
|
|
513
|
+
ty: "gr",
|
|
514
|
+
it: [{
|
|
515
|
+
ind: 0,
|
|
516
|
+
ty: "sh",
|
|
517
|
+
ix: 1,
|
|
518
|
+
ks: {
|
|
519
|
+
a: 0,
|
|
520
|
+
k: {
|
|
521
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-2.085, 2.953], [2.085, 2.953], [2.085, -2.953], [-2.085, -2.953]], c: true,
|
|
522
|
+
},
|
|
523
|
+
ix: 2,
|
|
524
|
+
},
|
|
525
|
+
nm: "路径 1",
|
|
526
|
+
mn: "ADBE Vector Shape - Group",
|
|
527
|
+
hd: false,
|
|
528
|
+
}, {
|
|
529
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
530
|
+
}, {
|
|
531
|
+
ty: "tr", p: { a: 0, k: [2.085, 2.953], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
532
|
+
}],
|
|
533
|
+
nm: "组 1",
|
|
534
|
+
np: 4,
|
|
535
|
+
cix: 2,
|
|
536
|
+
bm: 0,
|
|
537
|
+
ix: 1,
|
|
538
|
+
mn: "ADBE Vector Group",
|
|
539
|
+
hd: false,
|
|
540
|
+
}],
|
|
541
|
+
ip: 0,
|
|
542
|
+
op: 50,
|
|
543
|
+
st: 0,
|
|
544
|
+
bm: 0,
|
|
545
|
+
}, {
|
|
546
|
+
ddd: 0,
|
|
547
|
+
ind: 23,
|
|
548
|
+
ty: 4,
|
|
549
|
+
nm: "“left”轮廓",
|
|
550
|
+
sr: 1,
|
|
551
|
+
ks: {
|
|
552
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
553
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
554
|
+
p: { a: 0, k: [149.79, 40.279, 0], ix: 2 },
|
|
555
|
+
a: { a: 0, k: [2.335, 10.673, 0], ix: 1 },
|
|
556
|
+
s: {
|
|
557
|
+
a: 1,
|
|
558
|
+
k: [{
|
|
559
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
560
|
+
}, {
|
|
561
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [58.57, 58.57, 100],
|
|
562
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
563
|
+
ix: 6,
|
|
564
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
565
|
+
},
|
|
566
|
+
},
|
|
567
|
+
ao: 0,
|
|
568
|
+
shapes: [{
|
|
569
|
+
ty: "gr",
|
|
570
|
+
it: [{
|
|
571
|
+
ind: 0,
|
|
572
|
+
ty: "sh",
|
|
573
|
+
ix: 1,
|
|
574
|
+
ks: {
|
|
575
|
+
a: 0,
|
|
576
|
+
k: {
|
|
577
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-2.085, 10.423], [2.085, 10.423], [2.085, -10.423], [-2.085, -10.423]], c: true,
|
|
578
|
+
},
|
|
579
|
+
ix: 2,
|
|
580
|
+
},
|
|
581
|
+
nm: "路径 1",
|
|
582
|
+
mn: "ADBE Vector Shape - Group",
|
|
583
|
+
hd: false,
|
|
584
|
+
}, {
|
|
585
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
586
|
+
}, {
|
|
587
|
+
ty: "tr", p: { a: 0, k: [2.335, 10.673], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
588
|
+
}],
|
|
589
|
+
nm: "组 1",
|
|
590
|
+
np: 2,
|
|
591
|
+
cix: 2,
|
|
592
|
+
bm: 0,
|
|
593
|
+
ix: 1,
|
|
594
|
+
mn: "ADBE Vector Group",
|
|
595
|
+
hd: false,
|
|
596
|
+
}],
|
|
597
|
+
ip: 0,
|
|
598
|
+
op: 50,
|
|
599
|
+
st: 0,
|
|
600
|
+
bm: 0,
|
|
601
|
+
}, {
|
|
602
|
+
ddd: 0,
|
|
603
|
+
ind: 25,
|
|
604
|
+
ty: 4,
|
|
605
|
+
nm: "“left”轮廓",
|
|
606
|
+
sr: 1,
|
|
607
|
+
ks: {
|
|
608
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
609
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
610
|
+
p: { a: 0, k: [133.113, 40.279, 0], ix: 2 },
|
|
611
|
+
a: { a: 0, k: [2.085, 22.93, 0], ix: 1 },
|
|
612
|
+
s: {
|
|
613
|
+
a: 1,
|
|
614
|
+
k: [{
|
|
615
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
616
|
+
}, {
|
|
617
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [58.57, 58.57, 100],
|
|
618
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
619
|
+
ix: 6,
|
|
620
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
621
|
+
},
|
|
622
|
+
},
|
|
623
|
+
ao: 0,
|
|
624
|
+
shapes: [{
|
|
625
|
+
ty: "gr",
|
|
626
|
+
it: [{
|
|
627
|
+
ind: 0,
|
|
628
|
+
ty: "sh",
|
|
629
|
+
ix: 1,
|
|
630
|
+
ks: {
|
|
631
|
+
a: 0,
|
|
632
|
+
k: {
|
|
633
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-2.085, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.085, -22.93]], c: true,
|
|
634
|
+
},
|
|
635
|
+
ix: 2,
|
|
636
|
+
},
|
|
637
|
+
nm: "路径 1",
|
|
638
|
+
mn: "ADBE Vector Shape - Group",
|
|
639
|
+
hd: false,
|
|
640
|
+
}, {
|
|
641
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
642
|
+
}, {
|
|
643
|
+
ty: "tr", p: { a: 0, k: [2.085, 22.931], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
644
|
+
}],
|
|
645
|
+
nm: "组 1",
|
|
646
|
+
np: 4,
|
|
647
|
+
cix: 2,
|
|
648
|
+
bm: 0,
|
|
649
|
+
ix: 1,
|
|
650
|
+
mn: "ADBE Vector Group",
|
|
651
|
+
hd: false,
|
|
652
|
+
}],
|
|
653
|
+
ip: 0,
|
|
654
|
+
op: 50,
|
|
655
|
+
st: 0,
|
|
656
|
+
bm: 0,
|
|
657
|
+
}, {
|
|
658
|
+
ddd: 0,
|
|
659
|
+
ind: 27,
|
|
660
|
+
ty: 4,
|
|
661
|
+
nm: "“left”轮廓",
|
|
662
|
+
sr: 1,
|
|
663
|
+
ks: {
|
|
664
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
665
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
666
|
+
p: { a: 0, k: [116.436, 40.279, 0], ix: 2 },
|
|
667
|
+
a: { a: 0, k: [2.084, 35.437, 0], ix: 1 },
|
|
668
|
+
s: {
|
|
669
|
+
a: 1,
|
|
670
|
+
k: [{
|
|
671
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
672
|
+
}, {
|
|
673
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [-66.902, 48.797, 100],
|
|
674
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
675
|
+
ix: 6,
|
|
676
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
677
|
+
},
|
|
678
|
+
},
|
|
679
|
+
ao: 0,
|
|
680
|
+
shapes: [{
|
|
681
|
+
ty: "gr",
|
|
682
|
+
it: [{
|
|
683
|
+
ind: 0,
|
|
684
|
+
ty: "sh",
|
|
685
|
+
ix: 1,
|
|
686
|
+
ks: {
|
|
687
|
+
a: 0,
|
|
688
|
+
k: {
|
|
689
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-2.085, 35.438], [2.085, 35.438], [2.085, -35.437], [-2.085, -35.437]], c: true,
|
|
690
|
+
},
|
|
691
|
+
ix: 2,
|
|
692
|
+
},
|
|
693
|
+
nm: "路径 1",
|
|
694
|
+
mn: "ADBE Vector Shape - Group",
|
|
695
|
+
hd: false,
|
|
696
|
+
}, {
|
|
697
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
698
|
+
}, {
|
|
699
|
+
ty: "tr", p: { a: 0, k: [2.084, 35.438], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
700
|
+
}],
|
|
701
|
+
nm: "组 1",
|
|
702
|
+
np: 4,
|
|
703
|
+
cix: 2,
|
|
704
|
+
bm: 0,
|
|
705
|
+
ix: 1,
|
|
706
|
+
mn: "ADBE Vector Group",
|
|
707
|
+
hd: false,
|
|
708
|
+
}],
|
|
709
|
+
ip: 0,
|
|
710
|
+
op: 50,
|
|
711
|
+
st: 0,
|
|
712
|
+
bm: 0,
|
|
713
|
+
}, {
|
|
714
|
+
ddd: 0,
|
|
715
|
+
ind: 29,
|
|
716
|
+
ty: 4,
|
|
717
|
+
nm: "“left”轮廓",
|
|
718
|
+
sr: 1,
|
|
719
|
+
ks: {
|
|
720
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
721
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
722
|
+
p: { a: 0, k: [99.76, 40.279, 0], ix: 2 },
|
|
723
|
+
a: { a: 0, k: [2.084, 22.93, 0], ix: 1 },
|
|
724
|
+
s: {
|
|
725
|
+
a: 1,
|
|
726
|
+
k: [{
|
|
727
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
728
|
+
}, {
|
|
729
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [32.562, 32.562, 100],
|
|
730
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
731
|
+
ix: 6,
|
|
732
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
733
|
+
},
|
|
734
|
+
},
|
|
735
|
+
ao: 0,
|
|
736
|
+
shapes: [{
|
|
737
|
+
ty: "gr",
|
|
738
|
+
it: [{
|
|
739
|
+
ind: 0,
|
|
740
|
+
ty: "sh",
|
|
741
|
+
ix: 1,
|
|
742
|
+
ks: {
|
|
743
|
+
a: 0,
|
|
744
|
+
k: {
|
|
745
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-2.084, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.084, -22.93]], c: true,
|
|
746
|
+
},
|
|
747
|
+
ix: 2,
|
|
748
|
+
},
|
|
749
|
+
nm: "路径 1",
|
|
750
|
+
mn: "ADBE Vector Shape - Group",
|
|
751
|
+
hd: false,
|
|
752
|
+
}, {
|
|
753
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
754
|
+
}, {
|
|
755
|
+
ty: "tr", p: { a: 0, k: [2.085, 22.931], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
756
|
+
}],
|
|
757
|
+
nm: "组 1",
|
|
758
|
+
np: 4,
|
|
759
|
+
cix: 2,
|
|
760
|
+
bm: 0,
|
|
761
|
+
ix: 1,
|
|
762
|
+
mn: "ADBE Vector Group",
|
|
763
|
+
hd: false,
|
|
764
|
+
}],
|
|
765
|
+
ip: 0,
|
|
766
|
+
op: 50,
|
|
767
|
+
st: 0,
|
|
768
|
+
bm: 0,
|
|
769
|
+
}, {
|
|
770
|
+
ddd: 0,
|
|
771
|
+
ind: 31,
|
|
772
|
+
ty: 4,
|
|
773
|
+
nm: "“left”轮廓",
|
|
774
|
+
sr: 1,
|
|
775
|
+
ks: {
|
|
776
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
777
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
778
|
+
p: { a: 0, k: [83.083, 40.279, 0], ix: 2 },
|
|
779
|
+
a: { a: 0, k: [2.085, 10.423, 0], ix: 1 },
|
|
780
|
+
s: {
|
|
781
|
+
a: 1,
|
|
782
|
+
k: [{
|
|
783
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
784
|
+
}, {
|
|
785
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [58.57, 58.57, 100],
|
|
786
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
787
|
+
ix: 6,
|
|
788
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
789
|
+
},
|
|
790
|
+
},
|
|
791
|
+
ao: 0,
|
|
792
|
+
shapes: [{
|
|
793
|
+
ty: "gr",
|
|
794
|
+
it: [{
|
|
795
|
+
ind: 0,
|
|
796
|
+
ty: "sh",
|
|
797
|
+
ix: 1,
|
|
798
|
+
ks: {
|
|
799
|
+
a: 0,
|
|
800
|
+
k: {
|
|
801
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-2.085, 10.423], [2.085, 10.423], [2.085, -10.423], [-2.085, -10.423]], c: true,
|
|
802
|
+
},
|
|
803
|
+
ix: 2,
|
|
804
|
+
},
|
|
805
|
+
nm: "路径 1",
|
|
806
|
+
mn: "ADBE Vector Shape - Group",
|
|
807
|
+
hd: false,
|
|
808
|
+
}, {
|
|
809
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
810
|
+
}, {
|
|
811
|
+
ty: "tr", p: { a: 0, k: [2.085, 10.423], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
812
|
+
}],
|
|
813
|
+
nm: "组 1",
|
|
814
|
+
np: 4,
|
|
815
|
+
cix: 2,
|
|
816
|
+
bm: 0,
|
|
817
|
+
ix: 1,
|
|
818
|
+
mn: "ADBE Vector Group",
|
|
819
|
+
hd: false,
|
|
820
|
+
}],
|
|
821
|
+
ip: 0,
|
|
822
|
+
op: 50,
|
|
823
|
+
st: 0,
|
|
824
|
+
bm: 0,
|
|
825
|
+
}, {
|
|
826
|
+
ddd: 0,
|
|
827
|
+
ind: 33,
|
|
828
|
+
ty: 4,
|
|
829
|
+
nm: "“left”轮廓",
|
|
830
|
+
sr: 1,
|
|
831
|
+
ks: {
|
|
832
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
833
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
834
|
+
p: { a: 0, k: [67.275, 40.279, 0], ix: 2 },
|
|
835
|
+
a: { a: 0, k: [2.084, 14.071, 0], ix: 1 },
|
|
836
|
+
s: {
|
|
837
|
+
a: 1,
|
|
838
|
+
k: [{
|
|
839
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
840
|
+
}, {
|
|
841
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [29.044, 29.044, 100],
|
|
842
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
843
|
+
ix: 6,
|
|
844
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
845
|
+
},
|
|
846
|
+
},
|
|
847
|
+
ao: 0,
|
|
848
|
+
shapes: [{
|
|
849
|
+
ty: "gr",
|
|
850
|
+
it: [{
|
|
851
|
+
ind: 0,
|
|
852
|
+
ty: "sh",
|
|
853
|
+
ix: 1,
|
|
854
|
+
ks: {
|
|
855
|
+
a: 0,
|
|
856
|
+
k: {
|
|
857
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-296.919, 78.869], [296.919, 78.869], [296.919, -78.869], [-296.919, -78.869]], c: true,
|
|
858
|
+
},
|
|
859
|
+
ix: 2,
|
|
860
|
+
},
|
|
861
|
+
nm: "路径 1",
|
|
862
|
+
mn: "ADBE Vector Shape - Group",
|
|
863
|
+
hd: false,
|
|
864
|
+
}, {
|
|
865
|
+
ind: 1,
|
|
866
|
+
ty: "sh",
|
|
867
|
+
ix: 2,
|
|
868
|
+
ks: {
|
|
869
|
+
a: 0,
|
|
870
|
+
k: {
|
|
871
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-296.919, -78.869], [296.919, -78.869], [296.919, 78.869], [-296.919, 78.869]], c: true,
|
|
872
|
+
},
|
|
873
|
+
ix: 2,
|
|
874
|
+
},
|
|
875
|
+
nm: "路径 2",
|
|
876
|
+
mn: "ADBE Vector Shape - Group",
|
|
877
|
+
hd: false,
|
|
878
|
+
}, {
|
|
879
|
+
ind: 2,
|
|
880
|
+
ty: "sh",
|
|
881
|
+
ix: 3,
|
|
882
|
+
ks: {
|
|
883
|
+
a: 0,
|
|
884
|
+
k: {
|
|
885
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[-231.728, 52.481], [-227.559, 52.481], [-227.559, 24.34], [-231.728, 24.34]], c: true,
|
|
886
|
+
},
|
|
887
|
+
ix: 2,
|
|
888
|
+
},
|
|
889
|
+
nm: "路径 3",
|
|
890
|
+
mn: "ADBE Vector Shape - Group",
|
|
891
|
+
hd: false,
|
|
892
|
+
}, {
|
|
893
|
+
ty: "mm", mm: 1, nm: "合并路径 1", mn: "ADBE Vector Filter - Merge", hd: false,
|
|
894
|
+
}, {
|
|
895
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
896
|
+
}, {
|
|
897
|
+
ty: "tr", p: { a: 0, k: [231.728, -24.34], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
898
|
+
}],
|
|
899
|
+
nm: "组 1",
|
|
900
|
+
np: 5,
|
|
901
|
+
cix: 2,
|
|
902
|
+
bm: 0,
|
|
903
|
+
ix: 1,
|
|
904
|
+
mn: "ADBE Vector Group",
|
|
905
|
+
hd: false,
|
|
906
|
+
}],
|
|
907
|
+
ip: 0,
|
|
908
|
+
op: 50,
|
|
909
|
+
st: 0,
|
|
910
|
+
bm: 0,
|
|
911
|
+
}, {
|
|
912
|
+
ddd: 0,
|
|
913
|
+
ind: 35,
|
|
914
|
+
ty: 4,
|
|
915
|
+
nm: "“left”轮廓",
|
|
916
|
+
sr: 1,
|
|
917
|
+
ks: {
|
|
918
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
919
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
920
|
+
p: { a: 0, k: [50.599, 40.279, 0], ix: 2 },
|
|
921
|
+
a: { a: 0, k: [2.085, 7.47, 0], ix: 1 },
|
|
922
|
+
s: {
|
|
923
|
+
a: 1,
|
|
924
|
+
k: [{
|
|
925
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
926
|
+
}, {
|
|
927
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [58.57, 58.57, 100],
|
|
928
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
929
|
+
ix: 6,
|
|
930
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
931
|
+
},
|
|
932
|
+
},
|
|
933
|
+
ao: 0,
|
|
934
|
+
shapes: [{
|
|
935
|
+
ty: "gr",
|
|
936
|
+
it: [{
|
|
937
|
+
ind: 0,
|
|
938
|
+
ty: "sh",
|
|
939
|
+
ix: 1,
|
|
940
|
+
ks: {
|
|
941
|
+
a: 0,
|
|
942
|
+
k: {
|
|
943
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[2.084, -7.47], [-2.085, -7.47], [-2.085, 7.469], [2.084, 7.469]], c: true,
|
|
944
|
+
},
|
|
945
|
+
ix: 2,
|
|
946
|
+
},
|
|
947
|
+
nm: "路径 1",
|
|
948
|
+
mn: "ADBE Vector Shape - Group",
|
|
949
|
+
hd: false,
|
|
950
|
+
}, {
|
|
951
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
952
|
+
}, {
|
|
953
|
+
ty: "tr", p: { a: 0, k: [2.084, 7.469], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
954
|
+
}],
|
|
955
|
+
nm: "组 1",
|
|
956
|
+
np: 4,
|
|
957
|
+
cix: 2,
|
|
958
|
+
bm: 0,
|
|
959
|
+
ix: 1,
|
|
960
|
+
mn: "ADBE Vector Group",
|
|
961
|
+
hd: false,
|
|
962
|
+
}],
|
|
963
|
+
ip: 0,
|
|
964
|
+
op: 50,
|
|
965
|
+
st: 0,
|
|
966
|
+
bm: 0,
|
|
967
|
+
}, {
|
|
968
|
+
ddd: 0,
|
|
969
|
+
ind: 37,
|
|
970
|
+
ty: 4,
|
|
971
|
+
nm: "“left”轮廓",
|
|
972
|
+
sr: 1,
|
|
973
|
+
ks: {
|
|
974
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
975
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
976
|
+
p: { a: 0, k: [32.88, 40.279, 0], ix: 2 },
|
|
977
|
+
a: { a: 0, k: [2.085, 4.43, 0], ix: 1 },
|
|
978
|
+
s: {
|
|
979
|
+
a: 1,
|
|
980
|
+
k: [{
|
|
981
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
982
|
+
}, {
|
|
983
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [29.044, 164.495, 100],
|
|
984
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
985
|
+
ix: 6,
|
|
986
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
987
|
+
},
|
|
988
|
+
},
|
|
989
|
+
ao: 0,
|
|
990
|
+
shapes: [{
|
|
991
|
+
ty: "gr",
|
|
992
|
+
it: [{
|
|
993
|
+
ind: 0,
|
|
994
|
+
ty: "sh",
|
|
995
|
+
ix: 1,
|
|
996
|
+
ks: {
|
|
997
|
+
a: 0,
|
|
998
|
+
k: {
|
|
999
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[2.085, -4.43], [-2.084, -4.43], [-2.084, 4.429], [2.085, 4.429]], c: true,
|
|
1000
|
+
},
|
|
1001
|
+
ix: 2,
|
|
1002
|
+
},
|
|
1003
|
+
nm: "路径 1",
|
|
1004
|
+
mn: "ADBE Vector Shape - Group",
|
|
1005
|
+
hd: false,
|
|
1006
|
+
}, {
|
|
1007
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
1008
|
+
}, {
|
|
1009
|
+
ty: "tr", p: { a: 0, k: [2.085, 4.429], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
1010
|
+
}],
|
|
1011
|
+
nm: "组 1",
|
|
1012
|
+
np: 4,
|
|
1013
|
+
cix: 2,
|
|
1014
|
+
bm: 0,
|
|
1015
|
+
ix: 1,
|
|
1016
|
+
mn: "ADBE Vector Group",
|
|
1017
|
+
hd: false,
|
|
1018
|
+
}],
|
|
1019
|
+
ip: 0,
|
|
1020
|
+
op: 50,
|
|
1021
|
+
st: 0,
|
|
1022
|
+
bm: 0,
|
|
1023
|
+
}, {
|
|
1024
|
+
ddd: 0,
|
|
1025
|
+
ind: 39,
|
|
1026
|
+
ty: 4,
|
|
1027
|
+
nm: "“left”轮廓",
|
|
1028
|
+
sr: 1,
|
|
1029
|
+
ks: {
|
|
1030
|
+
o: { a: 0, k: 100, ix: 11 },
|
|
1031
|
+
r: { a: 0, k: 0, ix: 10 },
|
|
1032
|
+
p: { a: 0, k: [15.161, 40.279, 0], ix: 2 },
|
|
1033
|
+
a: { a: 0, k: [2.085, 2.953, 0], ix: 1 },
|
|
1034
|
+
s: {
|
|
1035
|
+
a: 1,
|
|
1036
|
+
k: [{
|
|
1037
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 0, s: [100, 100, 100],
|
|
1038
|
+
}, {
|
|
1039
|
+
i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] }, o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] }, t: 15, s: [58.57, 58.57, 100],
|
|
1040
|
+
}, { t: 25, s: [100, 100, 100] }],
|
|
1041
|
+
ix: 6,
|
|
1042
|
+
x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);",
|
|
1043
|
+
},
|
|
1044
|
+
},
|
|
1045
|
+
ao: 0,
|
|
1046
|
+
shapes: [{
|
|
1047
|
+
ty: "gr",
|
|
1048
|
+
it: [{
|
|
1049
|
+
ind: 0,
|
|
1050
|
+
ty: "sh",
|
|
1051
|
+
ix: 1,
|
|
1052
|
+
ks: {
|
|
1053
|
+
a: 0,
|
|
1054
|
+
k: {
|
|
1055
|
+
i: [[0, 0], [0, 0], [0, 0], [0, 0]], o: [[0, 0], [0, 0], [0, 0], [0, 0]], v: [[2.085, -2.953], [-2.085, -2.953], [-2.085, 2.953], [2.085, 2.953]], c: true,
|
|
1056
|
+
},
|
|
1057
|
+
ix: 2,
|
|
1058
|
+
},
|
|
1059
|
+
nm: "路径 1",
|
|
1060
|
+
mn: "ADBE Vector Shape - Group",
|
|
1061
|
+
hd: false,
|
|
1062
|
+
}, {
|
|
1063
|
+
ty: "fl", c: { a: 0, k: [0.964999988032, 0.741000007181, 0.086000001197, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "填充 1", mn: "ADBE Vector Graphic - Fill", hd: false,
|
|
1064
|
+
}, {
|
|
1065
|
+
ty: "tr", p: { a: 0, k: [2.085, 2.953], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "变换",
|
|
1066
|
+
}],
|
|
1067
|
+
nm: "组 1",
|
|
1068
|
+
np: 4,
|
|
1069
|
+
cix: 2,
|
|
1070
|
+
bm: 0,
|
|
1071
|
+
ix: 1,
|
|
1072
|
+
mn: "ADBE Vector Group",
|
|
1073
|
+
hd: false,
|
|
1074
|
+
}],
|
|
1075
|
+
ip: 0,
|
|
1076
|
+
op: 50,
|
|
1077
|
+
st: 0,
|
|
1078
|
+
bm: 0,
|
|
1079
|
+
}],
|
|
1080
|
+
markers: [],
|
|
1081
|
+
};
|