@titaui/pc 1.9.45 → 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.
Files changed (1655) hide show
  1. package/.eslintrc.js +221 -0
  2. package/.husky/pre-commit +5 -0
  3. package/.prettierignore +31 -0
  4. package/.prettierrc.js +90 -0
  5. package/lib/components/avatar/default.js +26 -23
  6. package/lib/components/avatar/name-avatar/index.js +27 -24
  7. package/lib/components/avatar/text-avatar/index.js +9 -9
  8. package/lib/components/button/default-button/index.js +5 -11
  9. package/lib/components/button/icon-btn/index.js +10 -10
  10. package/lib/components/button/rect-btn/index.js +8 -8
  11. package/lib/components/button/text-btn/index.js +8 -8
  12. package/lib/components/cascader/index.js +5 -5
  13. package/lib/components/cascader/time.js +6 -6
  14. package/lib/components/change-okr-modal/Filter.js +61 -61
  15. package/lib/components/change-okr-modal/Item.js +20 -20
  16. package/lib/components/change-okr-modal/constant.js +7 -7
  17. package/lib/components/change-okr-modal/filterTab.js +6 -6
  18. package/lib/components/change-okr-modal/index.js +60 -64
  19. package/lib/components/change-okr-modal/styledComponents.js +8 -8
  20. package/lib/components/checkbox/index.js +4 -6
  21. package/lib/components/common-share/index.js +5 -5
  22. package/lib/components/common-share/publishMblog.js +9 -9
  23. package/lib/components/common-share/request-apis.js +4 -4
  24. package/lib/components/communication/CommunicationAttachments.js +23 -20
  25. package/lib/components/communication/CommunicationRecord.js +13 -13
  26. package/lib/components/communication/ConvertUserName.js +3 -3
  27. package/lib/components/communication/index.js +12 -12
  28. package/lib/components/confidence/heart.js +3 -5
  29. package/lib/components/confidence/index.js +9 -9
  30. package/lib/components/create-okr-modal/animation/check-animation.js +2515 -2515
  31. package/lib/components/create-okr-modal/constant.js +4 -4
  32. package/lib/components/create-okr-modal/createCycle.js +22 -19
  33. package/lib/components/create-okr-modal/createSuccessCmp.js +37 -34
  34. package/lib/components/create-okr-modal/fields/date-cycle.js +8 -10
  35. package/lib/components/create-okr-modal/fields/input-with-err-popup.js +2 -8
  36. package/lib/components/create-okr-modal/fields/o-new-name.js +11 -13
  37. package/lib/components/create-okr-modal/fields/okr-case.js +5 -6
  38. package/lib/components/create-okr-modal/fields/okr-classify.js +7 -9
  39. package/lib/components/create-okr-modal/fields/okr-create-suggest.js +4 -4
  40. package/lib/components/create-okr-modal/fields/okr-new-user-selector.js +1 -1
  41. package/lib/components/create-okr-modal/fields/okr-parent.js +8 -10
  42. package/lib/components/create-okr-modal/fields/okr-type-detail.js +11 -13
  43. package/lib/components/create-okr-modal/fields/okr-type.js +10 -12
  44. package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +13 -15
  45. package/lib/components/create-okr-modal/fields/okr-visibility.js +16 -18
  46. package/lib/components/create-okr-modal/index.js +33 -30
  47. package/lib/components/create-okr-modal/kr-items/kr-item-weight.js +9 -9
  48. package/lib/components/create-okr-modal/kr-items/krDatas.js +6 -6
  49. package/lib/components/create-okr-modal/kr-items/krItem.js +4 -4
  50. package/lib/components/create-okr-modal/objectType.js +19 -25
  51. package/lib/components/create-okr-modal/request-api.js +2 -2
  52. package/lib/components/create-okr-modal/utils/getCreateOkrSurpassPercent.js +47 -17
  53. package/lib/components/create-okr-modal/utils/helper.js +3 -3
  54. package/lib/components/date-picker/BodyItem.js +14 -14
  55. package/lib/components/date-picker/CalendarBody.js +13 -13
  56. package/lib/components/date-picker/CalendarHeader.js +20 -17
  57. package/lib/components/date-picker/index.js +15 -14
  58. package/lib/components/date-range-picker/index.js +29 -33
  59. package/lib/components/delete-confirm-pop/ConfirmPop.js +10 -10
  60. package/lib/components/dialog/index.js +8 -10
  61. package/lib/components/dialog-confirm/index.js +15 -19
  62. package/lib/components/drawer/headerAction.js +5 -5
  63. package/lib/components/drawer/headerDrop.js +6 -6
  64. package/lib/components/drawer/index.js +5 -5
  65. package/lib/components/drawer/utils/dom.js +2 -2
  66. package/lib/components/drawer/utils/useForceUpdate.js +1 -1
  67. package/lib/components/drawer-manager/drawerWrapper.js +12 -12
  68. package/lib/components/drawer-manager/index.js +4 -4
  69. package/lib/components/drawer-manager/utils/dom.js +2 -2
  70. package/lib/components/drawer-manager/utils/useForceUpdate.js +1 -1
  71. package/lib/components/drop-selector/icon-item.js +4 -6
  72. package/lib/components/drop-selector/index.css +2 -2
  73. package/lib/components/drop-selector/index.js +21 -22
  74. package/lib/components/dynamic/advertise/index.js +3 -3
  75. package/lib/components/dynamic/advertise/util.js +2 -2
  76. package/lib/components/dynamic/components/dynamic-search-input/index.js +18 -18
  77. package/lib/components/dynamic/components/first-level-tabs/index.js +2 -2
  78. package/lib/components/dynamic/components/percent/index.js +1 -1
  79. package/lib/components/dynamic/components/title/index.js +1 -1
  80. package/lib/components/dynamic/constant.js +16 -16
  81. package/lib/components/dynamic/context/index.js +1 -1
  82. package/lib/components/dynamic/dynamic-item/components/header/index.js +35 -35
  83. package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +22 -22
  84. package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +9 -9
  85. package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +12 -12
  86. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +11 -11
  87. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +10 -10
  88. package/lib/components/dynamic/dynamic-item/dynamic-milestone/constant.js +4 -4
  89. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +16 -16
  90. package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +7 -7
  91. package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +7 -7
  92. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +21 -21
  93. package/lib/components/dynamic/dynamic-item/dynamic-project/constant.js +7 -7
  94. package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +13 -13
  95. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +25 -25
  96. package/lib/components/dynamic/dynamic-item/dynamic-replay/index.js +24 -24
  97. package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +15 -15
  98. package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +20 -20
  99. package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +9 -9
  100. package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.js +10 -10
  101. package/lib/components/dynamic/dynamic-item/dynamic-task/constant.js +7 -7
  102. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +17 -17
  103. package/lib/components/dynamic/dynamic-item/index.js +24 -23
  104. package/lib/components/dynamic/dynamic-like-ranking/index.js +3 -3
  105. package/lib/components/dynamic/dynamic-like-ranking/item.js +12 -14
  106. package/lib/components/dynamic/dynamic-like-ranking/mock.js +36 -36
  107. package/lib/components/dynamic/dynamic-liking/index.js +2 -2
  108. package/lib/components/dynamic/dynamic-liking/item.js +1 -1
  109. package/lib/components/dynamic/dynamic-liking/mock.js +15 -15
  110. package/lib/components/dynamic/dynamic-list/index.js +5 -5
  111. package/lib/components/dynamic/dynamic-topping/index.js +2 -2
  112. package/lib/components/dynamic/dynamic-topping/item.js +3 -3
  113. package/lib/components/dynamic/dynamic-topping/request-api.js +1 -1
  114. package/lib/components/dynamic/dynamic.js +17 -17
  115. package/lib/components/dynamic/index.js +1 -1
  116. package/lib/components/dynamic/my-team/index.js +10 -10
  117. package/lib/components/dynamic/my-team/request-api.js +4 -4
  118. package/lib/components/dynamic/online-broadcast/data.js +69 -69
  119. package/lib/components/dynamic/online-broadcast/index.js +4 -3
  120. package/lib/components/dynamic/quick-operation/components/create-announcement/index.js +2 -2
  121. package/lib/components/dynamic/quick-operation/components/create-okr/index.js +2 -2
  122. package/lib/components/dynamic/quick-operation/components/create-share/index.js +2 -2
  123. package/lib/components/dynamic/quick-operation/components/create-task/index.js +3 -3
  124. package/lib/components/dynamic/quick-operation/index.js +8 -8
  125. package/lib/components/dynamic/request-api.js +2 -2
  126. package/lib/components/dynamic/util.js +17 -17
  127. package/lib/components/e-priority/index.js +13 -15
  128. package/lib/components/eReport/eReportListEmpty.js +4 -4
  129. package/lib/components/eReport/eReportLists/reportList.js +40 -40
  130. package/lib/components/eReport/eReportShare/index.js +15 -15
  131. package/lib/components/eReport/eReportShare/toast/index.js +5 -5
  132. package/lib/components/edit-kr-wight/EditKrWightModal.js +38 -38
  133. package/lib/components/edit-kr-wight/FormItemV2.js +7 -9
  134. package/lib/components/edit-kr-wight/style/index.js +2 -2
  135. package/lib/components/edit-kr-wight/utils.js +6 -6
  136. package/lib/components/emotions-selector/mockData.js +276 -276
  137. package/lib/components/emotions-selector/selector-content.js +17 -17
  138. package/lib/components/emotions-selector/selector-pop.js +6 -6
  139. package/lib/components/ereport-list/index.js +40 -40
  140. package/lib/components/error-boundary/index.js +4 -4
  141. package/lib/components/file-list/components/single-file/index.js +18 -17
  142. package/lib/components/file-list/index.js +1 -1
  143. package/lib/components/file-list/util.js +8 -8
  144. package/lib/components/firework/firework.js +5 -5
  145. package/lib/components/firework/index.js +5 -5
  146. package/lib/components/follower-visitor/index.js +3 -3
  147. package/lib/components/follower-visitor/request-api.js +1 -1
  148. package/lib/components/form/form-fields/department/department-input.js +7 -11
  149. package/lib/components/form/form-fields/department/index.js +11 -11
  150. package/lib/components/form/form-fields/dropdown/index.js +1 -1
  151. package/lib/components/form/form-fields/duties/duties-input.js +7 -11
  152. package/lib/components/form/form-fields/duties/index.js +10 -10
  153. package/lib/components/form/form-fields/group/index.js +3 -3
  154. package/lib/components/form/form-fields/input/index.js +14 -14
  155. package/lib/components/form/form-fields/input-verification-code/index.js +3 -3
  156. package/lib/components/form/form-fields/password/index.js +8 -10
  157. package/lib/components/form/form-fields/radios/index.js +1 -1
  158. package/lib/components/form/form-fields/textarea/index.js +13 -13
  159. package/lib/components/form/form-fields/user/index.js +20 -20
  160. package/lib/components/form/form-fields/user/user-input.js +5 -7
  161. package/lib/components/form/index.js +4 -4
  162. package/lib/components/form/layout/index.js +4 -6
  163. package/lib/components/grid-layout/commen-components/advize.js +2 -1
  164. package/lib/components/grid-layout/commen-components/card-title.js +1 -1
  165. package/lib/components/grid-layout/commen-components/data-item.js +4 -4
  166. package/lib/components/grid-layout/commen-components/empty-backgrounds.js +29 -30
  167. package/lib/components/grid-layout/commen-components/scroll-tips.js +8 -10
  168. package/lib/components/grid-layout/essay-component/essay-item.js +12 -12
  169. package/lib/components/grid-layout/essay-component/index.js +4 -4
  170. package/lib/components/grid-layout/image/could.js +1 -1
  171. package/lib/components/grid-layout/image/lv.js +1 -1
  172. package/lib/components/grid-layout/image/tita-mask.js +1 -1
  173. package/lib/components/grid-layout/near-visitors/index.js +7 -7
  174. package/lib/components/grid-layout/near-visitors/visitor.js +1 -1
  175. package/lib/components/grid-layout/okr-align/index.js +15 -15
  176. package/lib/components/grid-layout/okr-progress/index.js +17 -17
  177. package/lib/components/grid-layout/okr-target/index.js +23 -23
  178. package/lib/components/grid-layout/over-view/index.js +14 -14
  179. package/lib/components/grid-layout/personal-info/index.js +35 -35
  180. package/lib/components/grid-layout/sub-employee-okr/index.js +19 -19
  181. package/lib/components/grid-layout/sub-employee-okr/person-okr.js +4 -4
  182. package/lib/components/grid-layout/util/click-link.js +5 -5
  183. package/lib/components/grid-layout/util/network.js +16 -16
  184. package/lib/components/grid-layout/week-task/index.js +12 -12
  185. package/lib/components/grid-layout/words-cloud/index.js +10 -10
  186. package/lib/components/grid-page/commen-components/scroll-tips.js +8 -10
  187. package/lib/components/grid-page/near-visitors/visitor.js +1 -1
  188. package/lib/components/grid-page/personal-info/index.js +35 -35
  189. package/lib/components/help-card/index.js +12 -12
  190. package/lib/components/help-card/request-api.js +1 -1
  191. package/lib/components/hr-header/index.js +30 -30
  192. package/lib/components/icon-button-list/index.js +6 -8
  193. package/lib/components/img-viewer/icon/enlarge.js +6 -8
  194. package/lib/components/img-viewer/icon/left-rotate.js +6 -8
  195. package/lib/components/img-viewer/icon/right-rotate.js +6 -8
  196. package/lib/components/img-viewer/icon/shrink.js +6 -8
  197. package/lib/components/img-viewer/index.js +24 -24
  198. package/lib/components/invite-people/index.js +1 -1
  199. package/lib/components/keyword-search/index.js +10 -11
  200. package/lib/components/mblog/common/index.js +19 -19
  201. package/lib/components/mblog/components/ConfirmPop.js +6 -6
  202. package/lib/components/mblog/components/MblogAction.js +19 -19
  203. package/lib/components/mblog/components/MblogContent.js +14 -14
  204. package/lib/components/mblog/index.js +38 -38
  205. package/lib/components/menus/components/drag-resize/index.js +12 -14
  206. package/lib/components/menus/components/flip-menu-card/flip-back-header.js +4 -6
  207. package/lib/components/menus/components/flip-menu-card/index.js +4 -4
  208. package/lib/components/menus/components/flip-menu-card/precls.js +1 -1
  209. package/lib/components/menus/components/menu-card/index.js +7 -9
  210. package/lib/components/menus/components/menu-close-btn/index.js +4 -6
  211. package/lib/components/menus/components/menu-tree/index.js +3 -5
  212. package/lib/components/menus/components/menu-tree/precls.js +1 -1
  213. package/lib/components/menus/components/menu-tree/tree-node/assess-manage.js +4 -6
  214. package/lib/components/menus/components/menu-tree/tree-node/assess-template.js +4 -6
  215. package/lib/components/menus/components/menu-tree/tree-node/avatar/index.js +8 -10
  216. package/lib/components/menus/components/menu-tree/tree-node/company-all.js +6 -8
  217. package/lib/components/menus/components/menu-tree/tree-node/compony/index.js +4 -4
  218. package/lib/components/menus/components/menu-tree/tree-node/depart/index.js +6 -8
  219. package/lib/components/menus/components/menu-tree/tree-node/follower/index.js +7 -9
  220. package/lib/components/menus/components/menu-tree/tree-node/group-name.js +4 -6
  221. package/lib/components/menus/components/menu-tree/tree-node/index.js +19 -20
  222. package/lib/components/menus/components/menu-tree/tree-node/loading.js +3 -5
  223. package/lib/components/menus/components/menu-tree/tree-node/menu-item.js +4 -6
  224. package/lib/components/menus/components/menu-tree/tree-node/no-follower.js +4 -6
  225. package/lib/components/menus/components/menu-tree/tree-node/no-subordinates.js +3 -5
  226. package/lib/components/menus/components/menu-tree/tree-node/parent-menu.js +4 -6
  227. package/lib/components/menus/components/menu-tree/tree-node/sub-menu-item.js +4 -6
  228. package/lib/components/menus/components/menu-tree/tree-node/user/index.js +9 -11
  229. package/lib/components/menus/components/menu-tree/tree-node/user-concern.js +7 -9
  230. package/lib/components/menus/components/search-colleague/index.js +12 -14
  231. package/lib/components/menus/export-modules/appraisal-menus/index.js +9 -9
  232. package/lib/components/menus/export-modules/appraisal-menus/menu-highlight.js +1 -1
  233. package/lib/components/menus/export-modules/appraisal-menus/menus.js +1 -1
  234. package/lib/components/menus/export-modules/manage-menus/handle-highlight.js +23 -13
  235. package/lib/components/menus/export-modules/manage-menus/index.js +4 -4
  236. package/lib/components/menus/export-modules/okr-menus/depart-menus/helper.js +17 -17
  237. package/lib/components/menus/export-modules/okr-menus/depart-menus/index.js +21 -24
  238. package/lib/components/menus/export-modules/okr-menus/index.js +5 -5
  239. package/lib/components/menus/export-modules/okr-menus/menu-highlight.js +1 -1
  240. package/lib/components/menus/export-modules/okr-menus/menus.js +133 -133
  241. package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +4 -4
  242. package/lib/components/menus/export-modules/okr-menus/subordinate-menus/helper.js +8 -8
  243. package/lib/components/menus/export-modules/okr-menus/subordinate-menus/index.js +14 -15
  244. package/lib/components/menus/i18n.js +3 -7
  245. package/lib/components/menus/index.js +10 -8
  246. package/lib/components/menus/precls.js +1 -1
  247. package/lib/components/menus/request-apis.js +36 -36
  248. package/lib/components/menus/utils.js +2 -2
  249. package/lib/components/nav-top/components/menu/index.js +11 -11
  250. package/lib/components/nav-top/components/user-message/components/empty/index.js +7 -6
  251. package/lib/components/nav-top/components/user-message/components/inform/index.js +5 -4
  252. package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +66 -48
  253. package/lib/components/nav-top/components/user-message/components/red-pack/index.js +1 -1
  254. package/lib/components/nav-top/components/user-message/components/red-pack/request-api.js +1 -1
  255. package/lib/components/nav-top/components/user-message/components/remind/index.js +4 -4
  256. package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +7 -6
  257. package/lib/components/nav-top/components/user-message/components/reply/index.js +5 -4
  258. package/lib/components/nav-top/components/user-message/components/reply/reply-item.js +12 -11
  259. package/lib/components/nav-top/components/user-message/components/tab-title/index.js +2 -2
  260. package/lib/components/nav-top/components/user-message/components/todos/index.js +5 -4
  261. package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +2 -2
  262. package/lib/components/nav-top/components/user-message/constant.js +14 -14
  263. package/lib/components/nav-top/components/user-message/index.js +21 -21
  264. package/lib/components/nav-top/components/user-message/msg/index.js +9 -9
  265. package/lib/components/nav-top/components/user-message/utils.js +8 -8
  266. package/lib/components/nav-top/components/user-own-menu/components/own-menu/index.js +3 -3
  267. package/lib/components/nav-top/components/user-own-menu/index.js +3 -3
  268. package/lib/components/nav-top/components/user-own-menu/utils.js +9 -9
  269. package/lib/components/nav-top/components/version/index.js +1 -1
  270. package/lib/components/nav-top/constant.js +1 -1
  271. package/lib/components/nav-top/index.js +8 -8
  272. package/lib/components/nav-top/request.apis.js +2 -2
  273. package/lib/components/okr-detail/auth.js +5 -5
  274. package/lib/components/okr-detail/base-info/base-info.js +4 -3
  275. package/lib/components/okr-detail/base-info/o-desc/index.js +7 -7
  276. package/lib/components/okr-detail/base-info/other-infos/classify/index.js +5 -5
  277. package/lib/components/okr-detail/base-info/other-infos/common/border-wrapper/index.js +2 -2
  278. package/lib/components/okr-detail/base-info/other-infos/date-cycle/index.js +5 -5
  279. package/lib/components/okr-detail/base-info/other-infos/okr-type/index.js +6 -6
  280. package/lib/components/okr-detail/base-info/other-infos/other-infos.js +3 -3
  281. package/lib/components/okr-detail/base-info/other-infos/principal/index.js +9 -9
  282. package/lib/components/okr-detail/base-info/other-infos/visibility/index.js +17 -17
  283. package/lib/components/okr-detail/base-info/person/index.js +6 -6
  284. package/lib/components/okr-detail/base-info/util.js +2 -2
  285. package/lib/components/okr-detail/base-info/utils/setting.js +3 -2
  286. package/lib/components/okr-detail/components/ao-nice/index.js +11 -13
  287. package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +11 -11
  288. package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +9 -9
  289. package/lib/components/okr-detail/components/base-okr-type/index.js +5 -7
  290. package/lib/components/okr-detail/components/base-okr-type/object-type.js +28 -34
  291. package/lib/components/okr-detail/components/block-line/index.js +3 -5
  292. package/lib/components/okr-detail/components/editable-input/index.js +9 -11
  293. package/lib/components/okr-detail/components/header/edit-name.js +6 -6
  294. package/lib/components/okr-detail/components/header/index.js +23 -18
  295. package/lib/components/okr-detail/components/header/o-avatar.js +6 -6
  296. package/lib/components/okr-detail/components/header/o-cycle.js +4 -4
  297. package/lib/components/okr-detail/components/header/o-name.js +3 -3
  298. package/lib/components/okr-detail/components/header/o-score.js +9 -9
  299. package/lib/components/okr-detail/components/icon-text/index.js +5 -5
  300. package/lib/components/okr-detail/components/o-classify.js +17 -17
  301. package/lib/components/okr-detail/components/o-progress-update/index.js +7 -7
  302. package/lib/components/okr-detail/components/okr-tree/index.js +3 -5
  303. package/lib/components/okr-detail/components/okr-tree/precls.js +1 -1
  304. package/lib/components/okr-detail/components/okr-tree/tree-node/default-node.js +3 -5
  305. package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +29 -31
  306. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/constant.js +20 -20
  307. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +4 -6
  308. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +12 -14
  309. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +14 -16
  310. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +18 -20
  311. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +18 -20
  312. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +18 -20
  313. package/lib/components/okr-detail/components/okr-tree/tree-node/get-process-color.js +30 -30
  314. package/lib/components/okr-detail/components/okr-tree/tree-node/index.js +13 -16
  315. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/get-process-color.js +20 -20
  316. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +42 -44
  317. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +43 -43
  318. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +5 -7
  319. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +41 -41
  320. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +6 -8
  321. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +28 -30
  322. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +13 -12
  323. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +8 -10
  324. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/weight-input.js +6 -6
  325. package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +21 -23
  326. package/lib/components/okr-detail/components/okr-type.js +11 -10
  327. package/lib/components/okr-detail/components/padding-layout.js +4 -6
  328. package/lib/components/okr-detail/components/score/index.js +6 -6
  329. package/lib/components/okr-detail/components/tab-panel-content/index.js +3 -5
  330. package/lib/components/okr-detail/context.js +1 -1
  331. package/lib/components/okr-detail/cooperation/index.js +2 -2
  332. package/lib/components/okr-detail/detail-footer/index.js +12 -12
  333. package/lib/components/okr-detail/detail-header/actions.js +30 -30
  334. package/lib/components/okr-detail/detail-header/confirm.js +9 -9
  335. package/lib/components/okr-detail/detail-header/delete-confirm/delete-confirm.js +12 -12
  336. package/lib/components/okr-detail/detail-header/delete-confirm/style.js +1 -1
  337. package/lib/components/okr-detail/detail-header/index.js +30 -30
  338. package/lib/components/okr-detail/e-list/constant.js +19 -19
  339. package/lib/components/okr-detail/e-list/index.js +7 -9
  340. package/lib/components/okr-detail/e-list/precls.js +1 -1
  341. package/lib/components/okr-detail/e-list/search-form/fields/e-order.js +23 -25
  342. package/lib/components/okr-detail/e-list/search-form/fields/e-status.js +20 -21
  343. package/lib/components/okr-detail/e-list/search-form/fields/e-user.js +9 -11
  344. package/lib/components/okr-detail/e-list/search-form/index.js +8 -10
  345. package/lib/components/okr-detail/e-list/util.js +90 -87
  346. package/lib/components/okr-detail/error-page/index.js +2 -2
  347. package/lib/components/okr-detail/index.js +54 -54
  348. package/lib/components/okr-detail/loading/index.js +6 -8
  349. package/lib/components/okr-detail/okr-list/add-parent-okr.js +8 -10
  350. package/lib/components/okr-detail/okr-list/create-kr-item/dom.js +2 -2
  351. package/lib/components/okr-detail/okr-list/create-kr-item/heart.js +6 -8
  352. package/lib/components/okr-detail/okr-list/create-kr-item/index.js +35 -35
  353. package/lib/components/okr-detail/okr-list/create-kr-item/style.js +5 -5
  354. package/lib/components/okr-detail/okr-list/drag-order-kr.js +2 -2
  355. package/lib/components/okr-detail/okr-list/empty/index.js +9 -10
  356. package/lib/components/okr-detail/okr-list/index.js +14 -14
  357. package/lib/components/okr-detail/okr-list/warp-parent-okr.js +6 -6
  358. package/lib/components/okr-detail/request-apis.js +67 -67
  359. package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -3
  360. package/lib/components/okr-detail/schedule/components/o-progress/index.js +39 -38
  361. package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +1 -1
  362. package/lib/components/okr-detail/schedule/components/title/index.js +1 -1
  363. package/lib/components/okr-detail/schedule/schedule.js +2 -2
  364. package/lib/components/okr-detail/schedule/util.js +3 -3
  365. package/lib/components/okr-filter-drawer/filter-form.js +26 -26
  366. package/lib/components/okr-filter-drawer/index.js +4 -10
  367. package/lib/components/okr-flow/child-node/fields/creator.js +3 -3
  368. package/lib/components/okr-flow/child-node/fields/okrClassify.js +3 -3
  369. package/lib/components/okr-flow/child-node/fields/okrType.js +3 -3
  370. package/lib/components/okr-flow/child-node/helper.js +14 -14
  371. package/lib/components/okr-flow/child-node/index.js +9 -9
  372. package/lib/components/okr-flow/child-node/kr-node.js +7 -7
  373. package/lib/components/okr-flow/child-node/work-node.js +20 -20
  374. package/lib/components/okr-flow/empty/index.js +6 -6
  375. package/lib/components/okr-flow/export-modal/index.js +22 -22
  376. package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +5 -5
  377. package/lib/components/okr-flow/mini-map/index.js +6 -6
  378. package/lib/components/okr-flow/mini-map/map.js +9 -9
  379. package/lib/components/okr-flow/mini-map/mini-node.js +4 -4
  380. package/lib/components/okr-flow/mini-map/utils.js +2 -2
  381. package/lib/components/okr-flow/okr-map/index.js +4 -4
  382. package/lib/components/okr-flow/open-data/index.js +26 -26
  383. package/lib/components/okr-flow/precls.js +1 -1
  384. package/lib/components/okr-flow/request-apis.js +15 -14
  385. package/lib/components/okr-flow/root-node/index.js +15 -13
  386. package/lib/components/okr-flow/utils/config.js +3 -3
  387. package/lib/components/okr-flow/utils/helper.js +2 -1
  388. package/lib/components/okr-flow/utils/index.js +5 -5
  389. package/lib/components/okr-flow/utils/tree-handler.js +29 -31
  390. package/lib/components/okr-period-selector/index.js +8 -10
  391. package/lib/components/okr-period-selector/request-apis.js +2 -2
  392. package/lib/components/okr-period-selector/select-cycle.js +6 -6
  393. package/lib/components/okr-progress/components/kr-progress/index.js +3 -3
  394. package/lib/components/okr-progress/components/o-progress/index.js +38 -38
  395. package/lib/components/okr-progress/components/o-progress-update/index.js +7 -7
  396. package/lib/components/okr-progress/components/sub-o-progress/index.js +1 -1
  397. package/lib/components/okr-progress/components/title/index.js +1 -1
  398. package/lib/components/okr-progress/okr-progress/index.js +3 -3
  399. package/lib/components/okr-progress/request-apis.js +16 -16
  400. package/lib/components/okr-progress/util.js +3 -3
  401. package/lib/components/okr-progress-detail/constant.js +7 -7
  402. package/lib/components/okr-progress-detail/index.js +1 -1
  403. package/lib/components/okr-progress-detail/utils.js +13 -13
  404. package/lib/components/okr-progress-modal/helper.js +41 -41
  405. package/lib/components/okr-progress-modal/index.js +37 -36
  406. package/lib/components/okr-progress-modal/request-apis.js +1 -1
  407. package/lib/components/okr-progress-modal/textarea/index.js +2 -2
  408. package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +75 -77
  409. package/lib/components/okr-review/ReviewPop/components/ReviewBody/style.js +1 -1
  410. package/lib/components/okr-review/ReviewPop/components/Toast/index.js +3 -3
  411. package/lib/components/okr-review/ReviewPop/index.js +33 -33
  412. package/lib/components/okr-review/common.js +7 -7
  413. package/lib/components/okr-review/components/ReviewItem/index.js +7 -7
  414. package/lib/components/okr-review/components/ReviewItem/style.js +4 -4
  415. package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +10 -10
  416. package/lib/components/okr-review/index.js +34 -33
  417. package/lib/components/okr-review/style.js +9 -9
  418. package/lib/components/okr-share/common-painter/darwAvatar.js +4 -4
  419. package/lib/components/okr-share/common-painter/openDataPainter.js +3 -3
  420. package/lib/components/okr-share/common-painter/setSize.js +3 -3
  421. package/lib/components/okr-share/common-painter/utils.js +3 -3
  422. package/lib/components/okr-share/index.js +5 -5
  423. package/lib/components/okr-share/pink-card/card.js +3 -3
  424. package/lib/components/okr-share/pink-card/drawDepartmentName.js +2 -2
  425. package/lib/components/okr-share/pink-card/drawKrs.js +2 -2
  426. package/lib/components/okr-share/pink-card/drawOKrName.js +2 -2
  427. package/lib/components/okr-share/pink-card/drawQuote.js +1 -1
  428. package/lib/components/okr-share/pink-card/drawUserName.js +6 -6
  429. package/lib/components/okr-share/pink-card/images.js +4 -4
  430. package/lib/components/okr-share/pink-card/index.js +7 -7
  431. package/lib/components/okr-share/publishMblog.js +8 -8
  432. package/lib/components/okr-share/request-apis.js +4 -4
  433. package/lib/components/okr-share/shareCardSelector.js +12 -12
  434. package/lib/components/okrcase-library/index.js +58 -58
  435. package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/index.js +13 -13
  436. package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.js +20 -20
  437. package/lib/components/okrcase-library/okrcases-components/caseLibrary-main.js +11 -17
  438. package/lib/components/okrcase-library/okrcases-components/caseLibrary-nav.js +13 -13
  439. package/lib/components/okrcase-library/okrcases-components/caseLibray-header.js +3 -3
  440. package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +56 -57
  441. package/lib/components/okrcase-library/server/network.js +36 -36
  442. package/lib/components/okrcase-library-card/index.js +21 -21
  443. package/lib/components/open-data-painter/index.js +13 -13
  444. package/lib/components/operation-records/OperationRecordItem.js +6 -6
  445. package/lib/components/operation-records/index.js +19 -19
  446. package/lib/components/operation-records/mockData.js +313 -313
  447. package/lib/components/pagination/locale/en_US.js +11 -11
  448. package/lib/components/pagination/locale/zh_CN.js +11 -11
  449. package/lib/components/pagination/pagination.js +9 -11
  450. package/lib/components/password-input/icon/close-eye.js +6 -8
  451. package/lib/components/password-input/icon/open-eye.js +6 -8
  452. package/lib/components/password-input/index.js +10 -10
  453. package/lib/components/period-selector/common.js +36 -30
  454. package/lib/components/period-selector/components/button/index.js +4 -4
  455. package/lib/components/period-selector/components/selector/index.js +4 -4
  456. package/lib/components/period-selector/components/selector/style.js +2 -2
  457. package/lib/components/period-selector/helper/index.js +12 -12
  458. package/lib/components/period-selector/index.js +9 -11
  459. package/lib/components/photo-card/components/card/index.js +13 -13
  460. package/lib/components/photo-card/index.js +8 -8
  461. package/lib/components/point-demo/constant.js +1 -1
  462. package/lib/components/point-demo/drop-down-box/index.js +8 -8
  463. package/lib/components/point-demo/index.js +94 -96
  464. package/lib/components/point-demo/input/index.js +11 -11
  465. package/lib/components/point-demo/point-demo.js +7 -9
  466. package/lib/components/point-demo/popup/index.js +3 -3
  467. package/lib/components/point-demo/popup/placement.js +21 -21
  468. package/lib/components/popup/index.js +4 -4
  469. package/lib/components/popup/placement.js +21 -21
  470. package/lib/components/praise-record/PraiseRecordItem.js +9 -9
  471. package/lib/components/praise-record/index.js +9 -9
  472. package/lib/components/progress/circle-progress/index.js +10 -10
  473. package/lib/components/progress/line-progress/index.js +7 -7
  474. package/lib/components/progress/utils.js +20 -20
  475. package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +11 -11
  476. package/lib/components/publish-dynamic-modal/requist-api.js +10 -10
  477. package/lib/components/radio/radio.js +5 -4
  478. package/lib/components/radio/radioGroup.js +10 -7
  479. package/lib/components/range-picker-pop/index.js +25 -25
  480. package/lib/components/range-selector-pop/RangeList.js +9 -9
  481. package/lib/components/range-selector-pop/RangeSelectorPop.js +5 -5
  482. package/lib/components/scrollbar/index.js +4 -6
  483. package/lib/components/scrollbar/simplebar/helpers.js +2 -2
  484. package/lib/components/scrollbar/simplebar/index.js +13 -13
  485. package/lib/components/scrollbar/simplebar/scrollbar-width.js +4 -4
  486. package/lib/components/scrollbar/simplebar/simplebar.js +128 -129
  487. package/lib/components/scrollbar/simplebar-react.js +9 -9
  488. package/lib/components/search-dropdown/index.js +3 -3
  489. package/lib/components/search-input/index.js +10 -12
  490. package/lib/components/search-key-handle/index.js +5 -9
  491. package/lib/components/select/Option.js +6 -6
  492. package/lib/components/select/index.js +34 -34
  493. package/lib/components/select-layer/index.js +4 -4
  494. package/lib/components/select-tags/index.js +2 -2
  495. package/lib/components/selector-input/debounce.js +2 -1
  496. package/lib/components/selector-input/index.js +10 -12
  497. package/lib/components/slider-input/index.js +8 -10
  498. package/lib/components/stateless-dropdown/stateless-dropdown.js +5 -5
  499. package/lib/components/status-time/index.js +10 -10
  500. package/lib/components/stop-taking-modal/index.js +6 -6
  501. package/lib/components/switch/index.js +6 -8
  502. package/lib/components/table/index.js +14 -16
  503. package/lib/components/tabs/index.js +8 -8
  504. package/lib/components/task-relation-modal/helper.js +5 -5
  505. package/lib/components/task-relation-modal/index.js +16 -16
  506. package/lib/components/task-relation-modal/radio.js +4 -6
  507. package/lib/components/task-relation-modal/request-api.js +10 -10
  508. package/lib/components/task-relation-modal/search/category-select.js +7 -7
  509. package/lib/components/task-relation-modal/search/okr-status-select.js +7 -7
  510. package/lib/components/task-relation-modal/search/okr-type-select.js +9 -9
  511. package/lib/components/task-relation-modal/search/principal.js +9 -9
  512. package/lib/components/task-relation-modal/search/relation.js +9 -9
  513. package/lib/components/task-relation-modal/search/search-dropdown/index.js +2 -2
  514. package/lib/components/task-relation-modal/tree/category-tree/index.js +11 -11
  515. package/lib/components/task-relation-modal/tree/category-tree/search-form.js +4 -4
  516. package/lib/components/task-relation-modal/tree/okr-tree/index.js +12 -12
  517. package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +7 -7
  518. package/lib/components/task-relation-modal/tree/work-tree/index.js +13 -13
  519. package/lib/components/task-relation-modal/tree/work-tree/search-form.js +4 -4
  520. package/lib/components/task-relation-modal/tree-node/category-node/index.js +3 -3
  521. package/lib/components/task-relation-modal/tree-node/index.js +2 -3
  522. package/lib/components/task-relation-modal/tree-node/kr-node/index.js +3 -3
  523. package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +7 -7
  524. package/lib/components/task-relation-modal/tree-node/o-node/index.js +3 -3
  525. package/lib/components/task-relation-modal/tree-node/work-node/index.js +5 -5
  526. package/lib/components/tita-chart/charts/img/could.js +1 -1
  527. package/lib/components/tita-chart/charts/liquid-ball.js +15 -15
  528. package/lib/components/tita-chart/charts/pie.js +35 -37
  529. package/lib/components/tita-chart/charts/words-cloud.js +28 -28
  530. package/lib/components/tita-chart/errorBoundary/index.js +7 -9
  531. package/lib/components/tita-chart/hooks/useChart.js +33 -33
  532. package/lib/components/tita-chart/plots/liquid/index.js +2 -2
  533. package/lib/components/tita-chart/plots/pie/index.js +2 -2
  534. package/lib/components/tita-chart/plots/wordscloud/index.js +2 -2
  535. package/lib/components/tita-chart/util/createLoading.js +9 -9
  536. package/lib/components/tita-chart/util/createNode.js +3 -3
  537. package/lib/components/tita-chart/util/utils.js +1 -1
  538. package/lib/components/toast/index.js +9 -9
  539. package/lib/components/tooltip/error-tip.js +3 -5
  540. package/lib/components/tooltip/tooltip-text/index.js +6 -6
  541. package/lib/components/tooltip/tooltip.js +4 -6
  542. package/lib/components/tree/index.js +15 -16
  543. package/lib/components/tree/precls.js +1 -1
  544. package/lib/components/update-modal/index.js +7 -6
  545. package/lib/components/update-modal/request-api.js +3 -3
  546. package/lib/components/upload/components/uploadedPreview.js +63 -55
  547. package/lib/components/upload/index.js +34 -34
  548. package/lib/components/upload/util.js +34 -20
  549. package/lib/components/upload-photo-modal/constant.js +12 -12
  550. package/lib/components/upload-photo-modal/index.js +38 -42
  551. package/lib/components/upload-photo-modal/request-api.js +5 -5
  552. package/lib/components/upvote/attitude.js +6 -6
  553. package/lib/components/upvote/index.js +14 -15
  554. package/lib/components/upvote/request-apis.js +3 -3
  555. package/lib/components/upvote/selector.js +11 -11
  556. package/lib/components/upvote/upvoteListModal.js +3 -3
  557. package/lib/components/user-selector/action-btns/btn-cancel.js +4 -6
  558. package/lib/components/user-selector/action-btns/btn-ok.js +4 -6
  559. package/lib/components/user-selector/action-btns/index.js +3 -5
  560. package/lib/components/user-selector/category-selector-panel/depart-tree.js +6 -8
  561. package/lib/components/user-selector/category-selector-panel/group-tree.js +14 -15
  562. package/lib/components/user-selector/category-selector-panel/index.js +13 -13
  563. package/lib/components/user-selector/constant.js +6 -6
  564. package/lib/components/user-selector/empty/group.js +9 -10
  565. package/lib/components/user-selector/empty/index.js +5 -7
  566. package/lib/components/user-selector/export-modules/depart-search-selector/index.js +13 -13
  567. package/lib/components/user-selector/export-modules/depart-search-selector/result-part.js +3 -5
  568. package/lib/components/user-selector/export-modules/duties-selector/index.js +19 -19
  569. package/lib/components/user-selector/export-modules/field-tree-selector/index.js +10 -10
  570. package/lib/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.js +5 -7
  571. package/lib/components/user-selector/export-modules/field-tree-selector/selector-generater.js +5 -7
  572. package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/index.js +7 -9
  573. package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/precls.js +1 -1
  574. package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/user-list.js +6 -8
  575. package/lib/components/user-selector/export-modules/group-selector/index.js +5 -5
  576. package/lib/components/user-selector/export-modules/group-selector/searched-panel.js +4 -6
  577. package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +10 -10
  578. package/lib/components/user-selector/export-modules/single-selector/index.js +4 -6
  579. package/lib/components/user-selector/layout/index.js +3 -5
  580. package/lib/components/user-selector/loading/index.js +3 -5
  581. package/lib/components/user-selector/request-apis.js +21 -21
  582. package/lib/components/user-selector/searched-panel/index.js +7 -9
  583. package/lib/components/user-selector/searched-panel/result-part.js +3 -5
  584. package/lib/components/user-selector/select-tree/choose-tree/index.js +22 -20
  585. package/lib/components/user-selector/select-tree/selected-tree/index.js +9 -11
  586. package/lib/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +5 -7
  587. package/lib/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +3 -5
  588. package/lib/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +7 -9
  589. package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +15 -17
  590. package/lib/components/user-selector/selected-panel/index.js +14 -16
  591. package/lib/components/user-selector/utils.js +34 -34
  592. package/lib/components/version-change-modal/constant.js +6 -6
  593. package/lib/components/version-change-modal/index.js +4 -4
  594. package/lib/components/version-change-modal/request-api.js +2 -2
  595. package/lib/components/viewer/ImageListRender.js +10 -10
  596. package/lib/components/viewer/index.js +14 -14
  597. package/lib/components/weekly-report/board.js +8 -8
  598. package/lib/components/weekly-report/card.js +46 -49
  599. package/lib/components/weekly-report/common-painter/darwAvatar.js +9 -9
  600. package/lib/components/weekly-report/common-painter/drawName.js +5 -5
  601. package/lib/components/weekly-report/common-painter/openDataPainter.js +3 -3
  602. package/lib/components/weekly-report/common-painter/setSize.js +3 -3
  603. package/lib/components/weekly-report/common-painter/utils.js +3 -3
  604. package/lib/components/weekly-report/index.js +22 -22
  605. package/lib/components/weekly-report/statistics.js +13 -13
  606. package/lib/components/word-cloud/index.js +22 -24
  607. package/lib/components/word-cloud/request-apis.js +2 -2
  608. package/lib/components-v1/animate/AnimateChild.js +6 -6
  609. package/lib/components-v1/animate/animate.js +8 -8
  610. package/lib/components-v1/avatar/index.js +30 -25
  611. package/lib/components-v1/buttonv2/ButtonLinked.js +1 -1
  612. package/lib/components-v1/buttonv2/ButtonOutlined.js +4 -4
  613. package/lib/components-v1/buttonv2/ButtonRounded.js +6 -6
  614. package/lib/components-v1/buttonv2/DefaultButton.js +3 -3
  615. package/lib/components-v1/buttonv2/style/style.js +10 -10
  616. package/lib/components-v1/confirm/index.js +11 -11
  617. package/lib/components-v1/dom/index.js +3 -3
  618. package/lib/components-v1/dropDownSelector/StatelessDropdown.js +9 -9
  619. package/lib/components-v1/dropDownSelector/dropDownSelector.js +16 -16
  620. package/lib/components-v1/input/Input.js +9 -8
  621. package/lib/components-v1/input/InputNumber.js +10 -9
  622. package/lib/components-v1/placement/placement.js +8 -8
  623. package/lib/components-v1/placement/placementInner.js +15 -15
  624. package/lib/components-v1/pop/Pop.js +21 -20
  625. package/lib/components-v1/pop/PopInner.js +38 -38
  626. package/lib/components-v1/popConfirm/index.js +24 -24
  627. package/lib/components-v1/popConfirm/style.js +4 -4
  628. package/lib/components-v1/portals/Portals.js +5 -5
  629. package/lib/components-v1/progress/CircleProgress.js +14 -14
  630. package/lib/components-v1/progress/LineProgress.js +8 -8
  631. package/lib/components-v1/progress/index.js +7 -7
  632. package/lib/components-v1/radio/radio.js +3 -3
  633. package/lib/components-v1/radio/radioGroup.js +11 -8
  634. package/lib/components-v1/search/cache.js +6 -6
  635. package/lib/components-v1/search/index.js +13 -13
  636. package/lib/components-v1/select/Option.js +6 -6
  637. package/lib/components-v1/select/index.js +34 -34
  638. package/lib/components-v1/tabs/index.js +4 -4
  639. package/lib/components-v1/tabs/style.js +5 -5
  640. package/lib/components-v1/textarea/index.js +14 -14
  641. package/lib/components-v1/transition/index.js +14 -14
  642. package/lib/components-v1/userSelector/UserSelectorPop.js +14 -15
  643. package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +10 -10
  644. package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +8 -8
  645. package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +7 -7
  646. package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +7 -7
  647. package/lib/components-v1/userSelector/components/MultiMode/index.js +15 -15
  648. package/lib/components-v1/userSelector/components/SearchBar.js +10 -10
  649. package/lib/components-v1/userSelector/components/SingleMode.js +10 -10
  650. package/lib/components-v1/userSelector/components/UserItem.js +8 -8
  651. package/lib/components-v1/userSelector/index.js +15 -15
  652. package/lib/components-v1/userSelector/style.js +8 -8
  653. package/lib/components-v1/utils/animate/animate.js +9 -9
  654. package/lib/components-v1/utils/animate/event.js +7 -7
  655. package/lib/components-v1/utils/common/tools.js +6 -6
  656. package/lib/components-v1/utils/dom/index.js +3 -3
  657. package/lib/components-v1/utils/placement/autoAdjustPlacement.js +30 -30
  658. package/lib/components-v1/utils/placement/getContainerVisibleArea.js +3 -3
  659. package/lib/components-v1/utils/placement/getExpectPlacement.js +4 -4
  660. package/lib/components-v1/utils/placement/getPlacementInContainer.js +6 -6
  661. package/lib/components-v1/utils/placement/placement.js +14 -16
  662. package/lib/hooks/useLocalStorage.js +2 -2
  663. package/lib/index.js +2 -2
  664. package/lib/pages/aha2021/index.js +6 -6
  665. package/lib/pages/appointment-demo/drop-down-box/index.js +8 -8
  666. package/lib/pages/appointment-demo/index.js +85 -85
  667. package/lib/pages/appointment-demo/input/index.js +11 -11
  668. package/lib/pages/appointment-demo/popup/index.js +3 -3
  669. package/lib/pages/appointment-demo/popup/placement.js +21 -21
  670. package/lib/pages/dynamic/index.js +3 -3
  671. package/lib/pages/group-management/components/checkbox/index.js +4 -6
  672. package/lib/pages/group-management/components/input-form/index.js +9 -9
  673. package/lib/pages/group-management/components/openData/index.js +46 -43
  674. package/lib/pages/group-management/components/radio/index.js +3 -5
  675. package/lib/pages/group-management/components/table/index.js +9 -11
  676. package/lib/pages/group-management/groupInterface.js +29 -32
  677. package/lib/pages/group-management/page-view/empty.js +10 -12
  678. package/lib/pages/group-management/page-view/group-empty.js +5 -7
  679. package/lib/pages/group-management/page-view/importGroupStaff/index.js +20 -22
  680. package/lib/pages/group-management/page-view/index.js +21 -23
  681. package/lib/pages/group-management/page-view/loading/index.js +5 -7
  682. package/lib/pages/group-management/table/index.js +21 -22
  683. package/lib/pages/group-management/tree/add-group-dialog/index.js +21 -27
  684. package/lib/pages/group-management/tree/delete-group-dialog/index.js +10 -12
  685. package/lib/pages/group-management/tree/edit-group-dialog/index.js +23 -29
  686. package/lib/pages/group-management/tree/group-form/index.js +18 -18
  687. package/lib/pages/group-management/tree/index.js +19 -21
  688. package/lib/pages/group-management/tree/operation-panel.js +7 -9
  689. package/lib/pages/group-management/tree/trigger-render.js +9 -11
  690. package/lib/pages/home/components/data-list/index.js +29 -29
  691. package/lib/pages/home/components/data-list/nav-selector/index.js +2 -2
  692. package/lib/pages/home/components/data-list/table/columns/createDate.js +2 -2
  693. package/lib/pages/home/components/data-list/table/columns/index.js +39 -39
  694. package/lib/pages/home/components/data-list/table/columns/krName.js +2 -2
  695. package/lib/pages/home/components/data-list/table/columns/okrName.js +7 -11
  696. package/lib/pages/home/components/data-list/table/columns/progressAndRisk.js +12 -12
  697. package/lib/pages/home/components/data-list/table/columns/tag.js +1 -1
  698. package/lib/pages/home/components/data-list/table/columns/updateTime.js +2 -2
  699. package/lib/pages/home/components/data-list/table/columns/user.js +1 -1
  700. package/lib/pages/home/components/data-list/table/empty-table.js +3 -3
  701. package/lib/pages/home/components/data-list/table/index.js +11 -11
  702. package/lib/pages/home/components/data-list/table/utils-function.js +24 -24
  703. package/lib/pages/home/components/guide/index.js +23 -22
  704. package/lib/pages/home/components/guide/stepItem.js +8 -8
  705. package/lib/pages/home/components/header/index.js +2 -2
  706. package/lib/pages/home/index.js +1 -1
  707. package/lib/pages/home-page-data-list/index.js +29 -29
  708. package/lib/pages/like-ranking/column.js +16 -12
  709. package/lib/pages/like-ranking/filter-buttons/department.js +3 -3
  710. package/lib/pages/like-ranking/filter-buttons/group.js +2 -2
  711. package/lib/pages/like-ranking/filter-buttons/modular.js +17 -17
  712. package/lib/pages/like-ranking/filter-buttons/name.js +5 -5
  713. package/lib/pages/like-ranking/filter-buttons/search-dropdown/index.js +2 -2
  714. package/lib/pages/like-ranking/filter-buttons/timer.js +4 -11
  715. package/lib/pages/like-ranking/index.js +24 -24
  716. package/lib/pages/like-ranking/mock.js +286 -286
  717. package/lib/pages/new-okr-list/header/comments.js +9 -9
  718. package/lib/pages/new-okr-list/header/create-okr.js +4 -4
  719. package/lib/pages/new-okr-list/header/depart-title.js +4 -4
  720. package/lib/pages/new-okr-list/header/filter.js +6 -6
  721. package/lib/pages/new-okr-list/header/index.js +16 -10
  722. package/lib/pages/new-okr-list/header/relation-title.js +4 -4
  723. package/lib/pages/new-okr-list/header/user-title.js +2 -2
  724. package/lib/pages/new-okr-list/index.js +16 -18
  725. package/lib/pages/new-okr-list/init-cycle-setting.js +6 -6
  726. package/lib/pages/new-okr-list/keyword-search/index.js +10 -11
  727. package/lib/pages/new-okr-list/list/index.js +2 -2
  728. package/lib/pages/new-okr-list/loading.js +2 -2
  729. package/lib/pages/new-okr-list/precls.js +1 -1
  730. package/lib/pages/new-okr-list/request-api.js +2 -2
  731. package/lib/pages/okr-map/export-modules/okr-map/header/index.js +27 -29
  732. package/lib/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +8 -8
  733. package/lib/pages/okr-map/export-modules/okr-map/index.js +3 -5
  734. package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +56 -58
  735. package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +11 -13
  736. package/lib/pages/okr-map/export-modules/share-okr-page/index.js +3 -5
  737. package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +21 -24
  738. package/lib/pages/okr-map/hooks/useStorage.js +4 -4
  739. package/lib/pages/okr-map/level2-search/depart.js +3 -5
  740. package/lib/pages/okr-map/level2-search/group.js +8 -10
  741. package/lib/pages/okr-map/level2-search/index.js +7 -9
  742. package/lib/pages/okr-map/level2-search/level2-input.js +9 -9
  743. package/lib/pages/okr-map/level2-search/user.js +4 -6
  744. package/lib/pages/okr-map/no-okr/index.js +4 -6
  745. package/lib/pages/okr-map/number-select/index.js +4 -4
  746. package/lib/pages/okr-map/open-data/index.js +26 -26
  747. package/lib/pages/okr-map/precls.js +1 -1
  748. package/lib/pages/okr-map/request-apis.js +3 -3
  749. package/lib/pages/okr-map/share-dialog/index.js +15 -17
  750. package/lib/pages/okr-map/unsupport-ie/index.js +18 -15
  751. package/lib/pages/okr-map/utils.js +4 -1
  752. package/lib/pages/personal-info/components/base-info/index.js +7 -7
  753. package/lib/pages/personal-info/components/edit-base-info/index.js +19 -20
  754. package/lib/pages/personal-info/components/person-photo/index.js +8 -8
  755. package/lib/pages/personal-info/index.js +2 -2
  756. package/lib/pages/personal-info/request-api.js +2 -2
  757. package/lib/utils/auth.js +4 -4
  758. package/lib/utils/bs-global.js +11 -10
  759. package/lib/utils/date-test-change.js +7 -7
  760. package/lib/utils/format-time.js +20 -20
  761. package/lib/utils/getLocale.js +1 -1
  762. package/lib/utils/helpers.js +12 -12
  763. package/lib/utils/i18n-front-translate.js +4 -4
  764. package/lib/utils/local-storage.js +1 -1
  765. package/lib/utils/mblog.js +1 -1
  766. package/lib/utils/mock-bsglobal.js +1637 -1637
  767. package/lib/utils/open-data.js +39 -37
  768. package/lib/utils/platform.js +11 -12
  769. package/lib/utils/request-v1.js +13 -13
  770. package/lib/utils/request.js +11 -11
  771. package/lib/utils/roundWeight.js +16 -11
  772. package/lib/utils/tools.js +15 -8
  773. package/package.json +19 -3
  774. package/src/components/avatar/default.tsx +15 -15
  775. package/src/components/avatar/icon-avatar/index.tsx +15 -17
  776. package/src/components/avatar/index.tsx +5 -5
  777. package/src/components/avatar/name-avatar/index.tsx +33 -28
  778. package/src/components/avatar/num-avatar/index.tsx +5 -7
  779. package/src/components/avatar/text-avatar/index.tsx +42 -44
  780. package/src/components/button/default-button/index.tsx +16 -17
  781. package/src/components/button/icon-btn/index.tsx +14 -13
  782. package/src/components/button/index.tsx +4 -5
  783. package/src/components/button/interface.tsx +4 -4
  784. package/src/components/button/rect-btn/index.tsx +8 -8
  785. package/src/components/button/text-btn/index.tsx +8 -8
  786. package/src/components/button/types.ts +1 -1
  787. package/src/components/cascader/index.tsx +7 -7
  788. package/src/components/cascader/time.js +7 -7
  789. package/src/components/change-okr-modal/Filter.tsx +174 -145
  790. package/src/components/change-okr-modal/Item.tsx +91 -87
  791. package/src/components/change-okr-modal/constant.ts +52 -61
  792. package/src/components/change-okr-modal/filterTab.tsx +11 -7
  793. package/src/components/change-okr-modal/index.tsx +135 -96
  794. package/src/components/change-okr-modal/styledComponents.ts +10 -9
  795. package/src/components/change-okr-modal/types.ts +0 -1
  796. package/src/components/checkbox/index.tsx +2 -2
  797. package/src/components/common-share/index.tsx +37 -35
  798. package/src/components/common-share/publishMblog.tsx +5 -5
  799. package/src/components/common-share/request-apis.js +11 -27
  800. package/src/components/common-share/types.ts +1 -1
  801. package/src/components/communication/CommunicationAttachments.tsx +89 -87
  802. package/src/components/communication/CommunicationRecord.tsx +21 -21
  803. package/src/components/communication/ConvertUserName.tsx +2 -1
  804. package/src/components/communication/index.tsx +76 -73
  805. package/src/components/communication/style.ts +23 -23
  806. package/src/components/confidence/heart.js +10 -12
  807. package/src/components/confidence/index.tsx +21 -9
  808. package/src/components/create-okr-modal/animation/check-animation.ts +1081 -1
  809. package/src/components/create-okr-modal/constant.ts +12 -16
  810. package/src/components/create-okr-modal/createCycle.tsx +56 -45
  811. package/src/components/create-okr-modal/createSuccessCmp.tsx +39 -37
  812. package/src/components/create-okr-modal/createSuccessCmpWrapper.tsx +1 -3
  813. package/src/components/create-okr-modal/fields/date-cycle.tsx +16 -14
  814. package/src/components/create-okr-modal/fields/index.js +1 -1
  815. package/src/components/create-okr-modal/fields/input-with-err-popup.tsx +23 -27
  816. package/src/components/create-okr-modal/fields/o-new-name.tsx +26 -29
  817. package/src/components/create-okr-modal/fields/okr-case.tsx +5 -4
  818. package/src/components/create-okr-modal/fields/okr-classify.tsx +10 -12
  819. package/src/components/create-okr-modal/fields/okr-create-suggest.tsx +31 -34
  820. package/src/components/create-okr-modal/fields/okr-new-user-selector.tsx +6 -4
  821. package/src/components/create-okr-modal/fields/okr-parent.tsx +15 -13
  822. package/src/components/create-okr-modal/fields/okr-type-detail.tsx +23 -19
  823. package/src/components/create-okr-modal/fields/okr-type.tsx +15 -13
  824. package/src/components/create-okr-modal/fields/okr-visibility-detail.tsx +41 -38
  825. package/src/components/create-okr-modal/fields/okr-visibility.tsx +50 -52
  826. package/src/components/create-okr-modal/img/pack-up.tsx +9 -8
  827. package/src/components/create-okr-modal/index.tsx +93 -106
  828. package/src/components/create-okr-modal/kr-items/kr-item-weight.tsx +17 -19
  829. package/src/components/create-okr-modal/kr-items/krDatas.tsx +12 -11
  830. package/src/components/create-okr-modal/kr-items/krItem.tsx +15 -14
  831. package/src/components/create-okr-modal/objectType.tsx +53 -49
  832. package/src/components/create-okr-modal/request-api.ts +15 -20
  833. package/src/components/create-okr-modal/style.ts +7 -8
  834. package/src/components/create-okr-modal/utils/getCreateOkrSurpassPercent.js +18 -21
  835. package/src/components/create-okr-modal/utils/helper.ts +3 -3
  836. package/src/components/create-okr-modal/utils/index.tsx +2 -3
  837. package/src/components/date-picker/BodyItem.js +36 -30
  838. package/src/components/date-picker/CalendarBody.js +52 -47
  839. package/src/components/date-picker/CalendarHeader.js +31 -27
  840. package/src/components/date-picker/index.js +39 -36
  841. package/src/components/date-range-picker/index.js +71 -70
  842. package/src/components/delete-confirm-pop/ConfirmPop.tsx +25 -22
  843. package/src/components/delete-confirm-pop/style.ts +7 -7
  844. package/src/components/dialog/index.js +40 -38
  845. package/src/components/dialog-confirm/index.js +15 -14
  846. package/src/components/drawer/headerAction.tsx +6 -6
  847. package/src/components/drawer/headerDrop.tsx +25 -22
  848. package/src/components/drawer/index.tsx +25 -20
  849. package/src/components/drawer/utils/dom.ts +13 -13
  850. package/src/components/drawer/utils/index.ts +5 -5
  851. package/src/components/drawer/utils/useForceUpdate.ts +3 -3
  852. package/src/components/drawer-manager/context.ts +2 -1
  853. package/src/components/drawer-manager/drawerWrapper.tsx +14 -13
  854. package/src/components/drawer-manager/index.tsx +19 -11
  855. package/src/components/drawer-manager/utils/dom.ts +13 -13
  856. package/src/components/drawer-manager/utils/index.ts +5 -5
  857. package/src/components/drawer-manager/utils/useForceUpdate.ts +3 -3
  858. package/src/components/drop-selector/icon-item.js +23 -21
  859. package/src/components/drop-selector/index.js +68 -63
  860. package/src/components/drop-selector/index.scss +5 -5
  861. package/src/components/dynamic/advertise/components/next-btn/index.tsx +10 -12
  862. package/src/components/dynamic/advertise/components/pre-btn/index.tsx +10 -12
  863. package/src/components/dynamic/advertise/index.tsx +14 -16
  864. package/src/components/dynamic/components/dangerous-html/index.tsx +5 -8
  865. package/src/components/dynamic/components/dynamic-search-input/index.tsx +26 -25
  866. package/src/components/dynamic/components/first-level-tabs/index.tsx +17 -20
  867. package/src/components/dynamic/components/obj-status/index.tsx +3 -6
  868. package/src/components/dynamic/components/percent/index.tsx +20 -20
  869. package/src/components/dynamic/components/title/index.tsx +2 -2
  870. package/src/components/dynamic/constant.ts +21 -21
  871. package/src/components/dynamic/context/index.ts +3 -3
  872. package/src/components/dynamic/dynamic-item/components/header/index.tsx +70 -72
  873. package/src/components/dynamic/dynamic-item/dynamic-align/index.tsx +30 -28
  874. package/src/components/dynamic/dynamic-item/dynamic-announcement/index.tsx +23 -23
  875. package/src/components/dynamic/dynamic-item/dynamic-assessment/index.tsx +21 -23
  876. package/src/components/dynamic/dynamic-item/dynamic-create-o/index.tsx +53 -47
  877. package/src/components/dynamic/dynamic-item/dynamic-kr/index.tsx +33 -30
  878. package/src/components/dynamic/dynamic-item/dynamic-milestone/constant.ts +5 -5
  879. package/src/components/dynamic/dynamic-item/dynamic-milestone/index.tsx +54 -52
  880. package/src/components/dynamic/dynamic-item/dynamic-okrs-communication/index.tsx +22 -24
  881. package/src/components/dynamic/dynamic-item/dynamic-plan-communication/index.tsx +22 -24
  882. package/src/components/dynamic/dynamic-item/dynamic-progress/index.tsx +30 -27
  883. package/src/components/dynamic/dynamic-item/dynamic-project/constant.ts +8 -8
  884. package/src/components/dynamic/dynamic-item/dynamic-project/index.tsx +39 -34
  885. package/src/components/dynamic/dynamic-item/dynamic-relative/index.tsx +33 -31
  886. package/src/components/dynamic/dynamic-item/dynamic-replay/index.tsx +79 -79
  887. package/src/components/dynamic/dynamic-item/dynamic-report/index.tsx +35 -37
  888. package/src/components/dynamic/dynamic-item/dynamic-reward/index.tsx +40 -40
  889. package/src/components/dynamic/dynamic-item/dynamic-share/index.tsx +23 -23
  890. package/src/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.tsx +83 -83
  891. package/src/components/dynamic/dynamic-item/dynamic-task/constant.ts +8 -8
  892. package/src/components/dynamic/dynamic-item/dynamic-task/index.tsx +38 -35
  893. package/src/components/dynamic/dynamic-item/index.tsx +35 -36
  894. package/src/components/dynamic/dynamic-like-ranking/index.tsx +21 -26
  895. package/src/components/dynamic/dynamic-like-ranking/item.tsx +9 -7
  896. package/src/components/dynamic/dynamic-like-ranking/mock.js +38 -38
  897. package/src/components/dynamic/dynamic-liking/index.tsx +4 -3
  898. package/src/components/dynamic/dynamic-liking/item.tsx +4 -4
  899. package/src/components/dynamic/dynamic-liking/mock.js +32 -32
  900. package/src/components/dynamic/dynamic-list/index.tsx +12 -14
  901. package/src/components/dynamic/dynamic-topping/index.tsx +4 -3
  902. package/src/components/dynamic/dynamic-topping/interface.ts +1 -1
  903. package/src/components/dynamic/dynamic-topping/item.tsx +17 -15
  904. package/src/components/dynamic/dynamic-topping/request-api.js +7 -15
  905. package/src/components/dynamic/dynamic.tsx +49 -50
  906. package/src/components/dynamic/export-module/index.tsx +7 -7
  907. package/src/components/dynamic/index.tsx +1 -1
  908. package/src/components/dynamic/my-team/index.tsx +18 -16
  909. package/src/components/dynamic/my-team/request-api.ts +23 -29
  910. package/src/components/dynamic/online-broadcast/components/broadcast-item/index.tsx +1 -1
  911. package/src/components/dynamic/online-broadcast/data.ts +70 -70
  912. package/src/components/dynamic/online-broadcast/index.tsx +30 -34
  913. package/src/components/dynamic/quick-operation/components/create-announcement/index.tsx +1 -1
  914. package/src/components/dynamic/quick-operation/components/create-okr/index.tsx +1 -1
  915. package/src/components/dynamic/quick-operation/components/create-share/index.tsx +1 -1
  916. package/src/components/dynamic/quick-operation/components/create-task/index.tsx +1 -1
  917. package/src/components/dynamic/quick-operation/index.tsx +17 -17
  918. package/src/components/dynamic/request-api.ts +20 -38
  919. package/src/components/dynamic/util.ts +25 -32
  920. package/src/components/e-priority/index.js +38 -20
  921. package/src/components/eReport/eReportListEmpty.tsx +12 -7
  922. package/src/components/eReport/eReportLists/reportList.tsx +125 -104
  923. package/src/components/eReport/eReportLists/style.ts +6 -6
  924. package/src/components/eReport/eReportShare/index.tsx +46 -39
  925. package/src/components/eReport/eReportShare/style.ts +5 -5
  926. package/src/components/eReport/eReportShare/toast/index.tsx +12 -9
  927. package/src/components/eReport/eReportShare/toast/style.ts +5 -5
  928. package/src/components/edit-kr-wight/EditKrWightModal.tsx +58 -47
  929. package/src/components/edit-kr-wight/FormItemV2.tsx +13 -8
  930. package/src/components/edit-kr-wight/style/index.ts +4 -4
  931. package/src/components/edit-kr-wight/utils.ts +6 -7
  932. package/src/components/emotions-selector/index.tsx +2 -2
  933. package/src/components/emotions-selector/mockData.ts +284 -284
  934. package/src/components/emotions-selector/selector-content.tsx +63 -59
  935. package/src/components/emotions-selector/selector-pop.tsx +20 -18
  936. package/src/components/emotions-selector/style.ts +11 -11
  937. package/src/components/ereport-list/index.tsx +126 -105
  938. package/src/components/ereport-list/style.ts +6 -6
  939. package/src/components/error-boundary/index.tsx +1 -1
  940. package/src/components/file-list/components/single-file/index.tsx +23 -20
  941. package/src/components/file-list/index.tsx +3 -3
  942. package/src/components/file-list/interface.ts +1 -1
  943. package/src/components/file-list/util.ts +18 -18
  944. package/src/components/firework/firework.ts +61 -65
  945. package/src/components/firework/index.tsx +13 -13
  946. package/src/components/follower-visitor/index.tsx +22 -22
  947. package/src/components/follower-visitor/request-api.ts +1 -3
  948. package/src/components/form/form-fields/department/department-input.tsx +28 -23
  949. package/src/components/form/form-fields/department/index.tsx +18 -18
  950. package/src/components/form/form-fields/dropdown/index.tsx +1 -1
  951. package/src/components/form/form-fields/duties/duties-input.tsx +22 -20
  952. package/src/components/form/form-fields/duties/index.tsx +59 -54
  953. package/src/components/form/form-fields/group/index.tsx +4 -6
  954. package/src/components/form/form-fields/input/index.tsx +69 -63
  955. package/src/components/form/form-fields/input-verification-code/index.tsx +16 -16
  956. package/src/components/form/form-fields/password/index.tsx +7 -9
  957. package/src/components/form/form-fields/radios/index.tsx +4 -2
  958. package/src/components/form/form-fields/textarea/index.tsx +34 -31
  959. package/src/components/form/form-fields/user/index.tsx +65 -60
  960. package/src/components/form/form-fields/user/user-input.tsx +23 -22
  961. package/src/components/form/index.tsx +11 -11
  962. package/src/components/form/layout/index.tsx +11 -9
  963. package/src/components/grid-layout/commen-components/advize.tsx +11 -5
  964. package/src/components/grid-layout/commen-components/card-contain.tsx +8 -7
  965. package/src/components/grid-layout/commen-components/card-title.tsx +11 -10
  966. package/src/components/grid-layout/commen-components/carditem-flexcontent.tsx +8 -7
  967. package/src/components/grid-layout/commen-components/data-item.tsx +27 -20
  968. package/src/components/grid-layout/commen-components/empty-backgrounds.tsx +42 -28
  969. package/src/components/grid-layout/commen-components/gap.tsx +2 -2
  970. package/src/components/grid-layout/commen-components/index.js +4 -5
  971. package/src/components/grid-layout/commen-components/scroll-tips.tsx +20 -16
  972. package/src/components/grid-layout/essay-component/essay-item.tsx +20 -13
  973. package/src/components/grid-layout/essay-component/index.tsx +17 -15
  974. package/src/components/grid-layout/image/could.js +1 -1
  975. package/src/components/grid-layout/image/lv.js +1 -1
  976. package/src/components/grid-layout/image/tita-mask.js +1 -1
  977. package/src/components/grid-layout/index.tsx +38 -21
  978. package/src/components/grid-layout/near-visitors/index.tsx +33 -29
  979. package/src/components/grid-layout/near-visitors/visitor.tsx +8 -6
  980. package/src/components/grid-layout/okr-align/index.tsx +52 -49
  981. package/src/components/grid-layout/okr-progress/index.tsx +45 -46
  982. package/src/components/grid-layout/okr-target/index.tsx +64 -64
  983. package/src/components/grid-layout/over-view/index.tsx +53 -54
  984. package/src/components/grid-layout/personal-info/index.tsx +52 -47
  985. package/src/components/grid-layout/sub-employee-okr/index.tsx +55 -45
  986. package/src/components/grid-layout/sub-employee-okr/person-okr.tsx +15 -11
  987. package/src/components/grid-layout/util/click-link.tsx +15 -16
  988. package/src/components/grid-layout/util/network.ts +26 -31
  989. package/src/components/grid-layout/week-task/index.tsx +48 -43
  990. package/src/components/grid-layout/words-cloud/index.tsx +24 -25
  991. package/src/components/grid-page/commen-components/scroll-tips.tsx +20 -16
  992. package/src/components/grid-page/near-visitors/visitor.tsx +8 -6
  993. package/src/components/grid-page/personal-info/index.tsx +52 -47
  994. package/src/components/help-card/index.tsx +84 -90
  995. package/src/components/help-card/request-api.js +10 -12
  996. package/src/components/hr-header/index.tsx +49 -50
  997. package/src/components/icon-button-list/index.js +41 -32
  998. package/src/components/img-viewer/icon/enlarge.tsx +6 -6
  999. package/src/components/img-viewer/icon/left-rotate.tsx +12 -12
  1000. package/src/components/img-viewer/icon/right-rotate.tsx +8 -8
  1001. package/src/components/img-viewer/icon/shrink.tsx +7 -7
  1002. package/src/components/img-viewer/index.tsx +40 -42
  1003. package/src/components/img-viewer/interface.ts +1 -1
  1004. package/src/components/img-viewer/util.ts +1 -1
  1005. package/src/components/invite-people/index.tsx +2 -2
  1006. package/src/components/keyword-search/index.tsx +33 -35
  1007. package/src/components/mblog/common/index.ts +57 -57
  1008. package/src/components/mblog/components/ConfirmPop.tsx +12 -11
  1009. package/src/components/mblog/components/MblogAction.tsx +80 -68
  1010. package/src/components/mblog/components/MblogContent.tsx +83 -73
  1011. package/src/components/mblog/context.ts +3 -2
  1012. package/src/components/mblog/index.tsx +86 -76
  1013. package/src/components/mblog/style.ts +20 -20
  1014. package/src/components/menus/components/drag-resize/index.tsx +30 -28
  1015. package/src/components/menus/components/flip-menu-card/flip-back-header.tsx +4 -4
  1016. package/src/components/menus/components/flip-menu-card/index.tsx +21 -19
  1017. package/src/components/menus/components/flip-menu-card/precls.ts +1 -1
  1018. package/src/components/menus/components/menu-card/index.tsx +18 -16
  1019. package/src/components/menus/components/menu-close-btn/index.tsx +19 -17
  1020. package/src/components/menus/components/menu-tree/index.tsx +28 -26
  1021. package/src/components/menus/components/menu-tree/precls.ts +1 -1
  1022. package/src/components/menus/components/menu-tree/tree-node/assess-manage.tsx +17 -14
  1023. package/src/components/menus/components/menu-tree/tree-node/assess-template.tsx +17 -14
  1024. package/src/components/menus/components/menu-tree/tree-node/avatar/index.tsx +20 -20
  1025. package/src/components/menus/components/menu-tree/tree-node/company-all.tsx +19 -17
  1026. package/src/components/menus/components/menu-tree/tree-node/compony/index.tsx +5 -5
  1027. package/src/components/menus/components/menu-tree/tree-node/depart/index.tsx +6 -6
  1028. package/src/components/menus/components/menu-tree/tree-node/follower/index.tsx +31 -29
  1029. package/src/components/menus/components/menu-tree/tree-node/group-name.tsx +10 -8
  1030. package/src/components/menus/components/menu-tree/tree-node/index.tsx +40 -41
  1031. package/src/components/menus/components/menu-tree/tree-node/loading.tsx +10 -9
  1032. package/src/components/menus/components/menu-tree/tree-node/menu-item.tsx +13 -11
  1033. package/src/components/menus/components/menu-tree/tree-node/no-follower.tsx +12 -10
  1034. package/src/components/menus/components/menu-tree/tree-node/no-subordinates.tsx +11 -10
  1035. package/src/components/menus/components/menu-tree/tree-node/parent-menu.tsx +13 -11
  1036. package/src/components/menus/components/menu-tree/tree-node/sub-menu-item.tsx +13 -11
  1037. package/src/components/menus/components/menu-tree/tree-node/user/index.tsx +13 -11
  1038. package/src/components/menus/components/menu-tree/tree-node/user-concern.tsx +41 -38
  1039. package/src/components/menus/components/search-colleague/index.tsx +31 -30
  1040. package/src/components/menus/context.js +2 -2
  1041. package/src/components/menus/export-modules/appraisal-menus/index.tsx +25 -27
  1042. package/src/components/menus/export-modules/appraisal-menus/menu-highlight.ts +29 -22
  1043. package/src/components/menus/export-modules/appraisal-menus/menus.ts +9 -9
  1044. package/src/components/menus/export-modules/manage-menus/constant.ts +1 -1
  1045. package/src/components/menus/export-modules/manage-menus/handle-highlight.ts +19 -20
  1046. package/src/components/menus/export-modules/manage-menus/index.tsx +10 -10
  1047. package/src/components/menus/export-modules/okr-menus/depart-menus/helper.ts +22 -22
  1048. package/src/components/menus/export-modules/okr-menus/depart-menus/index.tsx +58 -54
  1049. package/src/components/menus/export-modules/okr-menus/index.tsx +17 -16
  1050. package/src/components/menus/export-modules/okr-menus/menu-highlight.ts +10 -4
  1051. package/src/components/menus/export-modules/okr-menus/menus.ts +154 -152
  1052. package/src/components/menus/export-modules/okr-menus/okr-front-menus.tsx +69 -75
  1053. package/src/components/menus/export-modules/okr-menus/subordinate-menus/helper.ts +13 -14
  1054. package/src/components/menus/export-modules/okr-menus/subordinate-menus/index.tsx +41 -39
  1055. package/src/components/menus/i18n.ts +70 -41
  1056. package/src/components/menus/index.tsx +20 -18
  1057. package/src/components/menus/precls.js +1 -1
  1058. package/src/components/menus/request-apis.ts +48 -55
  1059. package/src/components/menus/types.ts +9 -10
  1060. package/src/components/menus/utils.ts +7 -6
  1061. package/src/components/nav-top/components/menu/index.tsx +154 -158
  1062. package/src/components/nav-top/components/user-message/components/empty/index.tsx +21 -21
  1063. package/src/components/nav-top/components/user-message/components/inform/index.tsx +7 -7
  1064. package/src/components/nav-top/components/user-message/components/inform/inform-item.tsx +65 -65
  1065. package/src/components/nav-top/components/user-message/components/red-pack/index.tsx +23 -25
  1066. package/src/components/nav-top/components/user-message/components/red-pack/request-api.ts +1 -3
  1067. package/src/components/nav-top/components/user-message/components/remind/index.tsx +6 -9
  1068. package/src/components/nav-top/components/user-message/components/remind/remind-item.tsx +10 -8
  1069. package/src/components/nav-top/components/user-message/components/reply/index.tsx +8 -9
  1070. package/src/components/nav-top/components/user-message/components/reply/reply-item.tsx +18 -18
  1071. package/src/components/nav-top/components/user-message/components/tab-title/index.tsx +2 -2
  1072. package/src/components/nav-top/components/user-message/components/todos/index.tsx +15 -13
  1073. package/src/components/nav-top/components/user-message/components/todos/todo-item.tsx +11 -11
  1074. package/src/components/nav-top/components/user-message/constant.ts +9 -9
  1075. package/src/components/nav-top/components/user-message/index.tsx +123 -131
  1076. package/src/components/nav-top/components/user-message/msg/index.tsx +32 -34
  1077. package/src/components/nav-top/components/user-message/utils.ts +13 -13
  1078. package/src/components/nav-top/components/user-own-menu/components/own-menu/index.tsx +6 -7
  1079. package/src/components/nav-top/components/user-own-menu/index.tsx +11 -11
  1080. package/src/components/nav-top/components/user-own-menu/utils.ts +21 -22
  1081. package/src/components/nav-top/constant.ts +4 -4
  1082. package/src/components/nav-top/index.tsx +22 -22
  1083. package/src/components/nav-top/request.apis.ts +18 -34
  1084. package/src/components/nav-top/utils.ts +5 -8
  1085. package/src/components/okr-detail/auth.js +25 -23
  1086. package/src/components/okr-detail/base-info/base-info.tsx +55 -61
  1087. package/src/components/okr-detail/base-info/index.tsx +2 -2
  1088. package/src/components/okr-detail/base-info/o-desc/index.tsx +15 -13
  1089. package/src/components/okr-detail/base-info/other-infos/classify/index.tsx +15 -16
  1090. package/src/components/okr-detail/base-info/other-infos/common/border-wrapper/index.tsx +14 -14
  1091. package/src/components/okr-detail/base-info/other-infos/date-cycle/index.tsx +27 -19
  1092. package/src/components/okr-detail/base-info/other-infos/index.tsx +2 -2
  1093. package/src/components/okr-detail/base-info/other-infos/okr-type/index.tsx +22 -22
  1094. package/src/components/okr-detail/base-info/other-infos/other-infos.tsx +1 -1
  1095. package/src/components/okr-detail/base-info/other-infos/principal/index.tsx +18 -19
  1096. package/src/components/okr-detail/base-info/other-infos/visibility/index.tsx +45 -41
  1097. package/src/components/okr-detail/base-info/person/index.tsx +40 -39
  1098. package/src/components/okr-detail/base-info/util.tsx +19 -27
  1099. package/src/components/okr-detail/base-info/utils/setting.ts +3 -4
  1100. package/src/components/okr-detail/components/ao-nice/index.js +83 -76
  1101. package/src/components/okr-detail/components/base-okr-type/confirm/buttonv2.tsx +18 -14
  1102. package/src/components/okr-detail/components/base-okr-type/confirm/confirm.tsx +35 -28
  1103. package/src/components/okr-detail/components/base-okr-type/index.tsx +12 -7
  1104. package/src/components/okr-detail/components/base-okr-type/object-type.tsx +95 -66
  1105. package/src/components/okr-detail/components/block-line/index.js +2 -2
  1106. package/src/components/okr-detail/components/editable-input/index.tsx +29 -25
  1107. package/src/components/okr-detail/components/header/edit-name.tsx +11 -9
  1108. package/src/components/okr-detail/components/header/index.js +29 -26
  1109. package/src/components/okr-detail/components/header/o-avatar.tsx +24 -14
  1110. package/src/components/okr-detail/components/header/o-cycle.tsx +26 -28
  1111. package/src/components/okr-detail/components/header/o-name.tsx +7 -4
  1112. package/src/components/okr-detail/components/header/o-score.tsx +18 -14
  1113. package/src/components/okr-detail/components/icon-text/index.js +6 -5
  1114. package/src/components/okr-detail/components/o-classify.tsx +21 -23
  1115. package/src/components/okr-detail/components/o-progress-update/index.tsx +11 -8
  1116. package/src/components/okr-detail/components/okr-tree/index.js +20 -18
  1117. package/src/components/okr-detail/components/okr-tree/precls.js +1 -1
  1118. package/src/components/okr-detail/components/okr-tree/tree-node/default-node.js +10 -8
  1119. package/src/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +48 -47
  1120. package/src/components/okr-detail/components/okr-tree/tree-node/e-node/constant.ts +23 -23
  1121. package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +18 -14
  1122. package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +37 -20
  1123. package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +83 -77
  1124. package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +31 -29
  1125. package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +44 -45
  1126. package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +39 -40
  1127. package/src/components/okr-detail/components/okr-tree/tree-node/get-process-color.js +40 -40
  1128. package/src/components/okr-detail/components/okr-tree/tree-node/index.js +34 -34
  1129. package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/get-process-color.js +27 -27
  1130. package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +188 -172
  1131. package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.tsx +120 -90
  1132. package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +34 -29
  1133. package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.tsx +162 -133
  1134. package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/style.js +5 -6
  1135. package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +40 -35
  1136. package/src/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +125 -117
  1137. package/src/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.tsx +13 -10
  1138. package/src/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +15 -15
  1139. package/src/components/okr-detail/components/okr-tree/tree-node/o-child-node/weight-input.tsx +6 -6
  1140. package/src/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +95 -85
  1141. package/src/components/okr-detail/components/okr-type.tsx +19 -16
  1142. package/src/components/okr-detail/components/padding-layout.js +7 -5
  1143. package/src/components/okr-detail/components/score/index.tsx +20 -12
  1144. package/src/components/okr-detail/components/tab-panel-content/index.js +9 -7
  1145. package/src/components/okr-detail/context.js +3 -3
  1146. package/src/components/okr-detail/cooperation/index.tsx +9 -6
  1147. package/src/components/okr-detail/detail-footer/index.tsx +56 -49
  1148. package/src/components/okr-detail/detail-header/actions.tsx +75 -76
  1149. package/src/components/okr-detail/detail-header/confirm.tsx +16 -16
  1150. package/src/components/okr-detail/detail-header/delete-confirm/delete-confirm.tsx +22 -22
  1151. package/src/components/okr-detail/detail-header/delete-confirm/style.ts +7 -7
  1152. package/src/components/okr-detail/detail-header/enums.ts +1 -1
  1153. package/src/components/okr-detail/detail-header/index.tsx +48 -49
  1154. package/src/components/okr-detail/e-list/constant.ts +23 -23
  1155. package/src/components/okr-detail/e-list/index.js +28 -32
  1156. package/src/components/okr-detail/e-list/precls.js +1 -1
  1157. package/src/components/okr-detail/e-list/search-form/fields/e-order.js +61 -48
  1158. package/src/components/okr-detail/e-list/search-form/fields/e-status.js +41 -33
  1159. package/src/components/okr-detail/e-list/search-form/fields/e-user.js +25 -20
  1160. package/src/components/okr-detail/e-list/search-form/index.js +13 -13
  1161. package/src/components/okr-detail/e-list/util.ts +125 -128
  1162. package/src/components/okr-detail/error-page/index.js +10 -10
  1163. package/src/components/okr-detail/index.js +104 -96
  1164. package/src/components/okr-detail/interface.ts +1 -1
  1165. package/src/components/okr-detail/loading/index.js +11 -9
  1166. package/src/components/okr-detail/okr-list/add-parent-okr.js +9 -9
  1167. package/src/components/okr-detail/okr-list/create-kr-item/dom.ts +7 -7
  1168. package/src/components/okr-detail/okr-list/create-kr-item/heart.js +15 -9
  1169. package/src/components/okr-detail/okr-list/create-kr-item/index.tsx +71 -67
  1170. package/src/components/okr-detail/okr-list/create-kr-item/style.ts +12 -12
  1171. package/src/components/okr-detail/okr-list/drag-order-kr.js +10 -13
  1172. package/src/components/okr-detail/okr-list/empty/index.js +23 -21
  1173. package/src/components/okr-detail/okr-list/index.js +60 -60
  1174. package/src/components/okr-detail/okr-list/warp-parent-okr.js +11 -13
  1175. package/src/components/okr-detail/request-apis.ts +285 -371
  1176. package/src/components/okr-detail/schedule/components/detail-title/index.tsx +8 -6
  1177. package/src/components/okr-detail/schedule/components/kr-progress/index.tsx +26 -25
  1178. package/src/components/okr-detail/schedule/components/o-progress/index.tsx +145 -142
  1179. package/src/components/okr-detail/schedule/components/sub-o-progress/index.tsx +23 -28
  1180. package/src/components/okr-detail/schedule/components/title/index.tsx +6 -6
  1181. package/src/components/okr-detail/schedule/index.tsx +2 -2
  1182. package/src/components/okr-detail/schedule/schedule.tsx +30 -32
  1183. package/src/components/okr-detail/schedule/util.ts +4 -6
  1184. package/src/components/okr-filter-drawer/filter-form.tsx +37 -34
  1185. package/src/components/okr-filter-drawer/index.tsx +15 -17
  1186. package/src/components/okr-flow/child-node/fields/creator.js +4 -5
  1187. package/src/components/okr-flow/child-node/fields/okrClassify.js +7 -7
  1188. package/src/components/okr-flow/child-node/fields/okrType.js +6 -6
  1189. package/src/components/okr-flow/child-node/helper.js +14 -14
  1190. package/src/components/okr-flow/child-node/index.js +28 -24
  1191. package/src/components/okr-flow/child-node/kr-node.js +28 -20
  1192. package/src/components/okr-flow/child-node/work-node.js +49 -49
  1193. package/src/components/okr-flow/context.js +2 -1
  1194. package/src/components/okr-flow/empty/index.js +10 -7
  1195. package/src/components/okr-flow/export-modal/index.tsx +79 -77
  1196. package/src/components/okr-flow/export-modules/okr-search-panel/index.js +15 -15
  1197. package/src/components/okr-flow/index.js +2 -2
  1198. package/src/components/okr-flow/mini-map/index.js +19 -17
  1199. package/src/components/okr-flow/mini-map/map.js +24 -24
  1200. package/src/components/okr-flow/mini-map/mini-node.js +7 -8
  1201. package/src/components/okr-flow/mini-map/utils.js +11 -7
  1202. package/src/components/okr-flow/okr-map/index.js +9 -8
  1203. package/src/components/okr-flow/open-data/index.js +29 -37
  1204. package/src/components/okr-flow/precls.js +1 -1
  1205. package/src/components/okr-flow/request-apis.js +19 -26
  1206. package/src/components/okr-flow/root-node/index.js +24 -23
  1207. package/src/components/okr-flow/utils/config.js +3 -3
  1208. package/src/components/okr-flow/utils/helper.js +8 -7
  1209. package/src/components/okr-flow/utils/index.js +13 -15
  1210. package/src/components/okr-flow/utils/tree-handler.js +47 -50
  1211. package/src/components/okr-period-selector/index.tsx +6 -6
  1212. package/src/components/okr-period-selector/request-apis.ts +5 -8
  1213. package/src/components/okr-period-selector/select-cycle.tsx +16 -13
  1214. package/src/components/okr-progress/components/detail-title/index.tsx +9 -7
  1215. package/src/components/okr-progress/components/kr-progress/index.tsx +28 -27
  1216. package/src/components/okr-progress/components/o-progress/index.tsx +144 -140
  1217. package/src/components/okr-progress/components/o-progress-update/index.tsx +11 -9
  1218. package/src/components/okr-progress/components/sub-o-progress/index.tsx +24 -29
  1219. package/src/components/okr-progress/components/title/index.tsx +7 -7
  1220. package/src/components/okr-progress/interface.ts +1 -1
  1221. package/src/components/okr-progress/okr-progress/index.tsx +33 -35
  1222. package/src/components/okr-progress/request-apis.ts +27 -36
  1223. package/src/components/okr-progress/util.ts +5 -7
  1224. package/src/components/okr-progress-detail/constant.ts +8 -8
  1225. package/src/components/okr-progress-detail/index.tsx +10 -7
  1226. package/src/components/okr-progress-detail/utils.ts +16 -17
  1227. package/src/components/okr-progress-modal/helper.js +90 -88
  1228. package/src/components/okr-progress-modal/index.tsx +68 -61
  1229. package/src/components/okr-progress-modal/interface.ts +2 -2
  1230. package/src/components/okr-progress-modal/request-apis.js +7 -15
  1231. package/src/components/okr-progress-modal/style.ts +8 -8
  1232. package/src/components/okr-progress-modal/textarea/index.tsx +7 -5
  1233. package/src/components/okr-progress-modal/textarea/style.tsx +2 -2
  1234. package/src/components/okr-review/ReviewPop/components/ReviewBody/index.tsx +188 -222
  1235. package/src/components/okr-review/ReviewPop/components/ReviewBody/style.ts +2 -2
  1236. package/src/components/okr-review/ReviewPop/components/Toast/index.tsx +4 -4
  1237. package/src/components/okr-review/ReviewPop/components/Toast/style.ts +2 -2
  1238. package/src/components/okr-review/ReviewPop/index.tsx +57 -46
  1239. package/src/components/okr-review/ReviewPop/style.ts +9 -9
  1240. package/src/components/okr-review/common.ts +10 -10
  1241. package/src/components/okr-review/components/ReviewItem/index.tsx +28 -16
  1242. package/src/components/okr-review/components/ReviewItem/style.ts +12 -12
  1243. package/src/components/okr-review/components/confirm-pop/ConfirmPop.tsx +26 -23
  1244. package/src/components/okr-review/components/confirm-pop/style.ts +7 -7
  1245. package/src/components/okr-review/index.tsx +77 -69
  1246. package/src/components/okr-review/style.ts +20 -20
  1247. package/src/components/okr-share/common-painter/darwAvatar.ts +7 -8
  1248. package/src/components/okr-share/common-painter/openDataPainter.ts +20 -20
  1249. package/src/components/okr-share/common-painter/setSize.ts +4 -4
  1250. package/src/components/okr-share/common-painter/utils.ts +17 -19
  1251. package/src/components/okr-share/index.tsx +28 -30
  1252. package/src/components/okr-share/pink-card/card.tsx +17 -16
  1253. package/src/components/okr-share/pink-card/drawDepartmentName.ts +5 -5
  1254. package/src/components/okr-share/pink-card/drawKrs.ts +6 -6
  1255. package/src/components/okr-share/pink-card/drawOKrName.ts +4 -4
  1256. package/src/components/okr-share/pink-card/drawQuote.ts +5 -5
  1257. package/src/components/okr-share/pink-card/drawUserName.ts +10 -10
  1258. package/src/components/okr-share/pink-card/images.ts +4 -5
  1259. package/src/components/okr-share/pink-card/index.ts +23 -24
  1260. package/src/components/okr-share/publishMblog.tsx +6 -4
  1261. package/src/components/okr-share/request-apis.js +11 -27
  1262. package/src/components/okr-share/shareCardSelector.tsx +38 -30
  1263. package/src/components/okr-share/types.ts +1 -1
  1264. package/src/components/okrcase-library/index.tsx +169 -170
  1265. package/src/components/okrcase-library/okrcases-components/caseLibrary-cardList/index.tsx +45 -32
  1266. package/src/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.tsx +85 -60
  1267. package/src/components/okrcase-library/okrcases-components/caseLibrary-main.tsx +68 -40
  1268. package/src/components/okrcase-library/okrcases-components/caseLibrary-nav.tsx +53 -35
  1269. package/src/components/okrcase-library/okrcases-components/caseLibray-header.tsx +2 -2
  1270. package/src/components/okrcase-library/okrcases-components/submitOkr-dialog.tsx +107 -86
  1271. package/src/components/okrcase-library/server/network.js +73 -80
  1272. package/src/components/okrcase-library-card/index.tsx +59 -46
  1273. package/src/components/open-data-painter/index.ts +39 -40
  1274. package/src/components/operation-records/OperationRecordItem.tsx +16 -12
  1275. package/src/components/operation-records/index.tsx +83 -74
  1276. package/src/components/operation-records/mockData.ts +315 -315
  1277. package/src/components/operation-records/style.ts +17 -17
  1278. package/src/components/pagination/index.tsx +2 -2
  1279. package/src/components/pagination/locale/en_US.js +11 -11
  1280. package/src/components/pagination/locale/zh_CN.js +11 -11
  1281. package/src/components/pagination/pagination.tsx +21 -21
  1282. package/src/components/password-input/icon/close-eye.tsx +8 -8
  1283. package/src/components/password-input/icon/open-eye.tsx +8 -8
  1284. package/src/components/password-input/index.tsx +24 -18
  1285. package/src/components/password-input/interface.ts +1 -1
  1286. package/src/components/period-selector/common.ts +42 -43
  1287. package/src/components/period-selector/components/button/index.tsx +8 -6
  1288. package/src/components/period-selector/components/button/style.ts +3 -3
  1289. package/src/components/period-selector/components/selector/index.tsx +36 -40
  1290. package/src/components/period-selector/components/selector/style.tsx +10 -10
  1291. package/src/components/period-selector/helper/index.ts +13 -14
  1292. package/src/components/period-selector/index.tsx +13 -17
  1293. package/src/components/period-selector/style.tsx +2 -2
  1294. package/src/components/period-selector/type.ts +1 -1
  1295. package/src/components/photo-card/components/card/index.tsx +26 -24
  1296. package/src/components/photo-card/index.tsx +24 -24
  1297. package/src/components/photo-card/request.apis.ts +6 -16
  1298. package/src/components/photo-card/types/image.d.ts +1 -1
  1299. package/src/components/point-demo/constant.ts +22 -26
  1300. package/src/components/point-demo/drop-down-box/index.js +50 -52
  1301. package/src/components/point-demo/index.js +384 -339
  1302. package/src/components/point-demo/input/index.js +33 -31
  1303. package/src/components/point-demo/point-demo.js +23 -22
  1304. package/src/components/point-demo/popup/index.js +31 -27
  1305. package/src/components/point-demo/popup/placement.js +23 -23
  1306. package/src/components/popup/index.tsx +35 -31
  1307. package/src/components/popup/placement.tsx +23 -23
  1308. package/src/components/praise-record/PraiseRecordItem.tsx +32 -16
  1309. package/src/components/praise-record/index.tsx +51 -41
  1310. package/src/components/praise-record/style.ts +11 -11
  1311. package/src/components/progress/circle-progress/index.tsx +21 -21
  1312. package/src/components/progress/index.tsx +6 -8
  1313. package/src/components/progress/line-progress/index.tsx +33 -21
  1314. package/src/components/progress/utils.ts +26 -26
  1315. package/src/components/publish-dynamic-modal/index.tsx +3 -2
  1316. package/src/components/publish-dynamic-modal/interface.ts +1 -1
  1317. package/src/components/publish-dynamic-modal/publish-dynamic-modal.tsx +52 -52
  1318. package/src/components/publish-dynamic-modal/requist-api.ts +28 -26
  1319. package/src/components/radio/index.tsx +5 -4
  1320. package/src/components/radio/radio.tsx +14 -13
  1321. package/src/components/radio/radioGroup.tsx +11 -11
  1322. package/src/components/range-picker-pop/index.js +69 -65
  1323. package/src/components/range-selector-pop/RangeList.tsx +8 -9
  1324. package/src/components/range-selector-pop/RangeSelectorPop.tsx +20 -18
  1325. package/src/components/scrollbar/index.tsx +18 -16
  1326. package/src/components/scrollbar/simplebar/helpers.js +7 -7
  1327. package/src/components/scrollbar/simplebar/index.js +45 -47
  1328. package/src/components/scrollbar/simplebar/scrollbar-width.js +8 -9
  1329. package/src/components/scrollbar/simplebar/simplebar.js +233 -260
  1330. package/src/components/scrollbar/simplebar-react.js +23 -23
  1331. package/src/components/search-dropdown/index.js +19 -17
  1332. package/src/components/search-input/index.js +65 -64
  1333. package/src/components/search-key-handle/index.tsx +5 -5
  1334. package/src/components/select/Option.js +19 -18
  1335. package/src/components/select/index.js +65 -55
  1336. package/src/components/select-layer/index.tsx +20 -22
  1337. package/src/components/select-tags/index.tsx +9 -11
  1338. package/src/components/selector-input/debounce.js +9 -8
  1339. package/src/components/selector-input/index.js +38 -33
  1340. package/src/components/slider-input/index.js +31 -31
  1341. package/src/components/stateless-dropdown/dropdown-selector.tsx +1 -1
  1342. package/src/components/stateless-dropdown/index.tsx +4 -3
  1343. package/src/components/stateless-dropdown/stateless-dropdown.tsx +15 -15
  1344. package/src/components/status-time/index.tsx +33 -28
  1345. package/src/components/stop-taking-modal/index.tsx +21 -21
  1346. package/src/components/switch/index.js +18 -16
  1347. package/src/components/table/index.js +108 -100
  1348. package/src/components/tabs/index.js +25 -20
  1349. package/src/components/task-relation-modal/context.ts +2 -2
  1350. package/src/components/task-relation-modal/helper.ts +9 -9
  1351. package/src/components/task-relation-modal/index.tsx +78 -82
  1352. package/src/components/task-relation-modal/radio.tsx +3 -3
  1353. package/src/components/task-relation-modal/request-api.ts +17 -21
  1354. package/src/components/task-relation-modal/search/category-select.tsx +10 -10
  1355. package/src/components/task-relation-modal/search/okr-status-select.tsx +9 -9
  1356. package/src/components/task-relation-modal/search/okr-type-select.tsx +12 -14
  1357. package/src/components/task-relation-modal/search/principal.tsx +40 -38
  1358. package/src/components/task-relation-modal/search/relation.tsx +15 -16
  1359. package/src/components/task-relation-modal/search/search-dropdown/index.tsx +3 -3
  1360. package/src/components/task-relation-modal/tree/category-tree/index.tsx +17 -15
  1361. package/src/components/task-relation-modal/tree/category-tree/search-form.tsx +4 -3
  1362. package/src/components/task-relation-modal/tree/okr-tree/index.tsx +44 -47
  1363. package/src/components/task-relation-modal/tree/okr-tree/search-form.tsx +21 -21
  1364. package/src/components/task-relation-modal/tree/work-tree/index.tsx +44 -44
  1365. package/src/components/task-relation-modal/tree/work-tree/search-form.tsx +17 -19
  1366. package/src/components/task-relation-modal/tree-node/category-node/index.tsx +8 -6
  1367. package/src/components/task-relation-modal/tree-node/index.js +2 -3
  1368. package/src/components/task-relation-modal/tree-node/kr-node/index.tsx +18 -11
  1369. package/src/components/task-relation-modal/tree-node/milestone-node/index.tsx +18 -14
  1370. package/src/components/task-relation-modal/tree-node/o-node/index.tsx +11 -10
  1371. package/src/components/task-relation-modal/tree-node/work-node/index.tsx +10 -7
  1372. package/src/components/tita-chart/base/index.tsx +1 -1
  1373. package/src/components/tita-chart/charts/img/could.js +1 -1
  1374. package/src/components/tita-chart/charts/liquid-ball.tsx +46 -48
  1375. package/src/components/tita-chart/charts/pie.tsx +49 -46
  1376. package/src/components/tita-chart/charts/words-cloud.tsx +38 -34
  1377. package/src/components/tita-chart/errorBoundary/index.tsx +36 -33
  1378. package/src/components/tita-chart/hooks/useChart.ts +145 -147
  1379. package/src/components/tita-chart/index.ts +4 -4
  1380. package/src/components/tita-chart/interface.ts +13 -13
  1381. package/src/components/tita-chart/plots/liquid/index.tsx +31 -31
  1382. package/src/components/tita-chart/plots/pie/index.tsx +8 -8
  1383. package/src/components/tita-chart/plots/wordscloud/index.tsx +31 -31
  1384. package/src/components/tita-chart/util/createLoading.tsx +40 -40
  1385. package/src/components/tita-chart/util/createNode.ts +8 -8
  1386. package/src/components/tita-chart/util/getChart.ts +10 -10
  1387. package/src/components/tita-chart/util/index.ts +7 -3
  1388. package/src/components/tita-chart/util/utils.ts +45 -48
  1389. package/src/components/toast/components/SuccessRender.tsx +55 -39
  1390. package/src/components/toast/index.tsx +26 -26
  1391. package/src/components/toast/style/index.ts +1 -1
  1392. package/src/components/tooltip/error-tip.js +6 -6
  1393. package/src/components/tooltip/index.js +2 -2
  1394. package/src/components/tooltip/tooltip-text/index.tsx +16 -14
  1395. package/src/components/tooltip/tooltip.tsx +8 -8
  1396. package/src/components/tree/index.js +35 -32
  1397. package/src/components/tree/precls.js +1 -1
  1398. package/src/components/update-modal/index.tsx +13 -10
  1399. package/src/components/update-modal/request-api.ts +9 -11
  1400. package/src/components/upload/components/uploadedPreview.tsx +98 -90
  1401. package/src/components/upload/index.tsx +95 -98
  1402. package/src/components/upload/style.ts +11 -11
  1403. package/src/components/upload/type.ts +3 -3
  1404. package/src/components/upload/util.ts +42 -45
  1405. package/src/components/upload-photo-modal/constant.ts +23 -22
  1406. package/src/components/upload-photo-modal/index.tsx +182 -181
  1407. package/src/components/upload-photo-modal/request-api.ts +14 -25
  1408. package/src/components/upvote/attitude.ts +32 -34
  1409. package/src/components/upvote/index.tsx +13 -13
  1410. package/src/components/upvote/request-apis.js +10 -20
  1411. package/src/components/upvote/selector.tsx +38 -34
  1412. package/src/components/upvote/upvoteListModal.tsx +48 -40
  1413. package/src/components/user-selector/action-btns/btn-cancel.js +10 -8
  1414. package/src/components/user-selector/action-btns/btn-ok.js +10 -8
  1415. package/src/components/user-selector/action-btns/index.js +12 -10
  1416. package/src/components/user-selector/category-selector-panel/depart-tree.tsx +34 -32
  1417. package/src/components/user-selector/category-selector-panel/group-tree.tsx +29 -28
  1418. package/src/components/user-selector/category-selector-panel/index.tsx +54 -49
  1419. package/src/components/user-selector/constant.ts +13 -15
  1420. package/src/components/user-selector/context.js +3 -2
  1421. package/src/components/user-selector/empty/group.js +14 -14
  1422. package/src/components/user-selector/empty/index.js +13 -13
  1423. package/src/components/user-selector/export-modules/depart-search-selector/index.tsx +63 -63
  1424. package/src/components/user-selector/export-modules/depart-search-selector/result-part.js +29 -25
  1425. package/src/components/user-selector/export-modules/duties-selector/index.tsx +84 -91
  1426. package/src/components/user-selector/export-modules/field-tree-selector/index.tsx +43 -42
  1427. package/src/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.tsx +34 -32
  1428. package/src/components/user-selector/export-modules/field-tree-selector/selector-generater.tsx +18 -15
  1429. package/src/components/user-selector/export-modules/field-tree-selector/single-selector/index.tsx +48 -43
  1430. package/src/components/user-selector/export-modules/field-tree-selector/single-selector/precls.ts +1 -1
  1431. package/src/components/user-selector/export-modules/field-tree-selector/single-selector/user-list.tsx +31 -31
  1432. package/src/components/user-selector/export-modules/group-selector/index.js +82 -78
  1433. package/src/components/user-selector/export-modules/group-selector/searched-panel.js +23 -20
  1434. package/src/components/user-selector/export-modules/multiple-user-selector--bak/index.js +74 -65
  1435. package/src/components/user-selector/export-modules/single-selector/index.tsx +37 -39
  1436. package/src/components/user-selector/index.js +12 -14
  1437. package/src/components/user-selector/interface.ts +1 -1
  1438. package/src/components/user-selector/layout/index.js +10 -8
  1439. package/src/components/user-selector/loading/index.js +8 -6
  1440. package/src/components/user-selector/request-apis.js +55 -71
  1441. package/src/components/user-selector/searched-panel/index.js +38 -33
  1442. package/src/components/user-selector/searched-panel/result-part.js +30 -26
  1443. package/src/components/user-selector/select-tree/choose-tree/index.tsx +51 -50
  1444. package/src/components/user-selector/select-tree/selected-tree/index.js +28 -26
  1445. package/src/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +24 -19
  1446. package/src/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +13 -11
  1447. package/src/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +30 -23
  1448. package/src/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +50 -42
  1449. package/src/components/user-selector/selected-panel/index.tsx +35 -33
  1450. package/src/components/user-selector/utils.js +59 -59
  1451. package/src/components/version-change-modal/constant.ts +50 -52
  1452. package/src/components/version-change-modal/index.tsx +15 -17
  1453. package/src/components/version-change-modal/request-api.ts +4 -6
  1454. package/src/components/viewer/ImageListRender.js +55 -51
  1455. package/src/components/viewer/index.js +85 -85
  1456. package/src/components/weekly-report/board.tsx +12 -9
  1457. package/src/components/weekly-report/card.tsx +73 -71
  1458. package/src/components/weekly-report/common-painter/darwAvatar.ts +14 -15
  1459. package/src/components/weekly-report/common-painter/drawName.ts +9 -9
  1460. package/src/components/weekly-report/common-painter/openDataPainter.ts +20 -21
  1461. package/src/components/weekly-report/common-painter/setSize.ts +4 -4
  1462. package/src/components/weekly-report/common-painter/utils.ts +17 -19
  1463. package/src/components/weekly-report/index.tsx +56 -57
  1464. package/src/components/weekly-report/interface.ts +1 -2
  1465. package/src/components/weekly-report/statistics.tsx +23 -18
  1466. package/src/components/word-cloud/index.js +27 -27
  1467. package/src/components/word-cloud/request-apis.js +5 -9
  1468. package/src/components-v1/animate/AnimateChild.js +19 -16
  1469. package/src/components-v1/animate/animate.js +42 -35
  1470. package/src/components-v1/animate/index.js +3 -2
  1471. package/src/components-v1/avatar/index.tsx +30 -19
  1472. package/src/components-v1/avatar/styles.ts +2 -1
  1473. package/src/components-v1/buttonv2/ButtonLinked.tsx +9 -6
  1474. package/src/components-v1/buttonv2/ButtonOutlined.tsx +4 -8
  1475. package/src/components-v1/buttonv2/ButtonRounded.tsx +10 -6
  1476. package/src/components-v1/buttonv2/DefaultButton.tsx +10 -5
  1477. package/src/components-v1/buttonv2/index.tsx +8 -5
  1478. package/src/components-v1/buttonv2/style/style.tsx +14 -13
  1479. package/src/components-v1/confirm/index.tsx +37 -29
  1480. package/src/components-v1/dom/index.js +11 -11
  1481. package/src/components-v1/dropDownSelector/StatelessDropdown.tsx +11 -11
  1482. package/src/components-v1/dropDownSelector/dropDownSelector.tsx +29 -20
  1483. package/src/components-v1/dropDownSelector/styles/index.tsx +2 -1
  1484. package/src/components-v1/input/Input.tsx +29 -20
  1485. package/src/components-v1/input/InputNumber.tsx +37 -22
  1486. package/src/components-v1/input/style/index.ts +1 -1
  1487. package/src/components-v1/placement/index.js +3 -2
  1488. package/src/components-v1/placement/placement.js +19 -14
  1489. package/src/components-v1/placement/placementInner.js +41 -31
  1490. package/src/components-v1/pop/Pop.js +42 -37
  1491. package/src/components-v1/pop/PopInner.js +74 -66
  1492. package/src/components-v1/pop/index.js +3 -2
  1493. package/src/components-v1/popConfirm/index.tsx +56 -42
  1494. package/src/components-v1/popConfirm/style.tsx +6 -6
  1495. package/src/components-v1/portals/Portals.tsx +13 -12
  1496. package/src/components-v1/progress/CircleProgress.js +37 -29
  1497. package/src/components-v1/progress/LineProgress.js +29 -20
  1498. package/src/components-v1/progress/index.js +12 -12
  1499. package/src/components-v1/radio/index.tsx +3 -2
  1500. package/src/components-v1/radio/radio.tsx +17 -9
  1501. package/src/components-v1/radio/radioGroup.tsx +11 -8
  1502. package/src/components-v1/search/cache.ts +21 -19
  1503. package/src/components-v1/search/index.tsx +25 -18
  1504. package/src/components-v1/select/Option.js +19 -18
  1505. package/src/components-v1/select/index.js +65 -55
  1506. package/src/components-v1/tabs/index.tsx +31 -26
  1507. package/src/components-v1/tabs/style.ts +12 -11
  1508. package/src/components-v1/textarea/index.tsx +60 -54
  1509. package/src/components-v1/textarea/style.ts +5 -5
  1510. package/src/components-v1/transition/index.tsx +81 -74
  1511. package/src/components-v1/userSelector/UserSelectorPop.tsx +43 -36
  1512. package/src/components-v1/userSelector/components/MultiMode/CommonList.tsx +81 -60
  1513. package/src/components-v1/userSelector/components/MultiMode/DepartmentList.tsx +24 -16
  1514. package/src/components-v1/userSelector/components/MultiMode/DepartmentTree.tsx +32 -19
  1515. package/src/components-v1/userSelector/components/MultiMode/SubsList.tsx +52 -32
  1516. package/src/components-v1/userSelector/components/MultiMode/index.tsx +43 -33
  1517. package/src/components-v1/userSelector/components/SearchBar.tsx +42 -37
  1518. package/src/components-v1/userSelector/components/SingleMode.tsx +88 -75
  1519. package/src/components-v1/userSelector/components/UserItem.tsx +24 -21
  1520. package/src/components-v1/userSelector/index.tsx +47 -24
  1521. package/src/components-v1/userSelector/style.ts +10 -9
  1522. package/src/components-v1/userSelector/types.ts +1 -1
  1523. package/src/components-v1/utils/animate/animate.js +41 -42
  1524. package/src/components-v1/utils/animate/event.js +39 -40
  1525. package/src/components-v1/utils/common/tools.ts +8 -10
  1526. package/src/components-v1/utils/dom/index.js +11 -11
  1527. package/src/components-v1/utils/placement/autoAdjustPlacement.js +52 -52
  1528. package/src/components-v1/utils/placement/getContainerVisibleArea.js +11 -12
  1529. package/src/components-v1/utils/placement/getExpectPlacement.js +18 -19
  1530. package/src/components-v1/utils/placement/getPlacementInContainer.js +10 -10
  1531. package/src/components-v1/utils/placement/placement.js +29 -31
  1532. package/src/hooks/useLocalStorage.ts +8 -9
  1533. package/src/index.d.ts +8 -8
  1534. package/src/index.js +7 -7
  1535. package/src/pages/aha2021/index.tsx +16 -15
  1536. package/src/pages/appointment-demo/drop-down-box/index.js +44 -46
  1537. package/src/pages/appointment-demo/index.js +419 -374
  1538. package/src/pages/appointment-demo/input/index.js +33 -31
  1539. package/src/pages/appointment-demo/popup/index.js +31 -27
  1540. package/src/pages/appointment-demo/popup/placement.js +23 -23
  1541. package/src/pages/dynamic/index.tsx +6 -6
  1542. package/src/pages/group-management/components/checkbox/index.js +10 -8
  1543. package/src/pages/group-management/components/input-form/index.js +32 -30
  1544. package/src/pages/group-management/components/openData/index.tsx +53 -56
  1545. package/src/pages/group-management/components/radio/index.js +5 -5
  1546. package/src/pages/group-management/components/table/index.js +68 -57
  1547. package/src/pages/group-management/groupInterface.js +71 -92
  1548. package/src/pages/group-management/index.js +3 -3
  1549. package/src/pages/group-management/page-view/empty.js +43 -40
  1550. package/src/pages/group-management/page-view/group-empty.js +22 -17
  1551. package/src/pages/group-management/page-view/importGroupStaff/index.js +90 -89
  1552. package/src/pages/group-management/page-view/index.js +175 -159
  1553. package/src/pages/group-management/page-view/loading/index.js +12 -11
  1554. package/src/pages/group-management/table/index.js +59 -53
  1555. package/src/pages/group-management/tree/add-group-dialog/index.js +73 -77
  1556. package/src/pages/group-management/tree/delete-group-dialog/index.js +40 -40
  1557. package/src/pages/group-management/tree/edit-group-dialog/index.js +70 -71
  1558. package/src/pages/group-management/tree/group-form/index.js +83 -68
  1559. package/src/pages/group-management/tree/index.js +82 -71
  1560. package/src/pages/group-management/tree/operation-panel.js +15 -13
  1561. package/src/pages/group-management/tree/trigger-render.js +45 -45
  1562. package/src/pages/home/components/data-list/index.tsx +40 -39
  1563. package/src/pages/home/components/data-list/nav-selector/index.tsx +18 -14
  1564. package/src/pages/home/components/data-list/table/columns/createDate.tsx +6 -7
  1565. package/src/pages/home/components/data-list/table/columns/cycleTime.tsx +3 -4
  1566. package/src/pages/home/components/data-list/table/columns/index.tsx +78 -73
  1567. package/src/pages/home/components/data-list/table/columns/krName.tsx +5 -5
  1568. package/src/pages/home/components/data-list/table/columns/link.tsx +7 -9
  1569. package/src/pages/home/components/data-list/table/columns/okrName.tsx +12 -12
  1570. package/src/pages/home/components/data-list/table/columns/progressAndRisk.tsx +28 -24
  1571. package/src/pages/home/components/data-list/table/columns/tag.tsx +10 -12
  1572. package/src/pages/home/components/data-list/table/columns/updateTime.tsx +12 -13
  1573. package/src/pages/home/components/data-list/table/columns/user.tsx +9 -7
  1574. package/src/pages/home/components/data-list/table/data-list-interface.ts +4 -4
  1575. package/src/pages/home/components/data-list/table/empty-table.tsx +11 -11
  1576. package/src/pages/home/components/data-list/table/index.tsx +49 -44
  1577. package/src/pages/home/components/data-list/table/utils-function.ts +43 -45
  1578. package/src/pages/home/components/guide/index.tsx +20 -19
  1579. package/src/pages/home/components/guide/stepItem.tsx +15 -13
  1580. package/src/pages/home/components/header/index.tsx +9 -9
  1581. package/src/pages/home/index.tsx +2 -2
  1582. package/src/pages/home-page-data-list/index.tsx +34 -34
  1583. package/src/pages/like-ranking/column.tsx +68 -68
  1584. package/src/pages/like-ranking/filter-buttons/department.tsx +4 -4
  1585. package/src/pages/like-ranking/filter-buttons/group.tsx +4 -4
  1586. package/src/pages/like-ranking/filter-buttons/index.tsx +10 -11
  1587. package/src/pages/like-ranking/filter-buttons/modular.tsx +37 -40
  1588. package/src/pages/like-ranking/filter-buttons/name.tsx +16 -18
  1589. package/src/pages/like-ranking/filter-buttons/search-dropdown/index.tsx +2 -2
  1590. package/src/pages/like-ranking/filter-buttons/timer.tsx +14 -17
  1591. package/src/pages/like-ranking/index.tsx +38 -40
  1592. package/src/pages/like-ranking/mock.js +321 -321
  1593. package/src/pages/like-ranking/request-api.tsx +5 -7
  1594. package/src/pages/new-okr-list/context.ts +1 -1
  1595. package/src/pages/new-okr-list/header/comments.tsx +14 -12
  1596. package/src/pages/new-okr-list/header/create-okr.tsx +3 -3
  1597. package/src/pages/new-okr-list/header/depart-title.tsx +9 -8
  1598. package/src/pages/new-okr-list/header/filter.tsx +36 -38
  1599. package/src/pages/new-okr-list/header/index.tsx +29 -29
  1600. package/src/pages/new-okr-list/header/relation-title.tsx +4 -4
  1601. package/src/pages/new-okr-list/header/user-title.tsx +3 -3
  1602. package/src/pages/new-okr-list/index.tsx +37 -38
  1603. package/src/pages/new-okr-list/init-cycle-setting.tsx +6 -7
  1604. package/src/pages/new-okr-list/interface.tsx +2 -2
  1605. package/src/pages/new-okr-list/keyword-search/index.tsx +33 -35
  1606. package/src/pages/new-okr-list/list/index.tsx +3 -3
  1607. package/src/pages/new-okr-list/loading.tsx +6 -6
  1608. package/src/pages/new-okr-list/precls.ts +1 -1
  1609. package/src/pages/new-okr-list/request-api.ts +7 -11
  1610. package/src/pages/okr-map/export-modules/okr-map/header/index.js +40 -38
  1611. package/src/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +26 -22
  1612. package/src/pages/okr-map/export-modules/okr-map/index.tsx +2 -2
  1613. package/src/pages/okr-map/export-modules/okr-map/okr-map.js +102 -99
  1614. package/src/pages/okr-map/export-modules/share-okr-page/header/index.js +32 -28
  1615. package/src/pages/okr-map/export-modules/share-okr-page/index.tsx +2 -2
  1616. package/src/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +36 -36
  1617. package/src/pages/okr-map/hooks/useStorage.js +11 -14
  1618. package/src/pages/okr-map/index.js +2 -2
  1619. package/src/pages/okr-map/level2-search/depart.js +27 -25
  1620. package/src/pages/okr-map/level2-search/group.js +30 -28
  1621. package/src/pages/okr-map/level2-search/index.js +22 -20
  1622. package/src/pages/okr-map/level2-search/level2-input.js +19 -18
  1623. package/src/pages/okr-map/level2-search/user.js +11 -8
  1624. package/src/pages/okr-map/no-okr/index.js +4 -4
  1625. package/src/pages/okr-map/number-select/index.js +30 -26
  1626. package/src/pages/okr-map/open-data/index.js +29 -38
  1627. package/src/pages/okr-map/precls.js +1 -1
  1628. package/src/pages/okr-map/request-apis.js +11 -19
  1629. package/src/pages/okr-map/share-dialog/index.js +50 -46
  1630. package/src/pages/okr-map/unsupport-ie/index.js +26 -20
  1631. package/src/pages/okr-map/utils.js +1 -1
  1632. package/src/pages/personal-info/components/base-info/index.tsx +5 -5
  1633. package/src/pages/personal-info/components/edit-base-info/index.tsx +21 -20
  1634. package/src/pages/personal-info/components/person-photo/index.tsx +42 -39
  1635. package/src/pages/personal-info/index.tsx +4 -4
  1636. package/src/pages/personal-info/request-api.ts +5 -9
  1637. package/src/utils/auth.js +31 -25
  1638. package/src/utils/bs-global.js +25 -40
  1639. package/src/utils/constant.ts +14 -16
  1640. package/src/utils/date-test-change.ts +41 -45
  1641. package/src/utils/error-level.ts +1 -1
  1642. package/src/utils/format-time.ts +51 -51
  1643. package/src/utils/getLocale.ts +2 -4
  1644. package/src/utils/helpers.ts +20 -25
  1645. package/src/utils/i18n-front-translate.ts +4 -5
  1646. package/src/utils/local-storage.js +9 -9
  1647. package/src/utils/mblog.js +20 -21
  1648. package/src/utils/mock-bsglobal.js +614 -1
  1649. package/src/utils/open-data.js +58 -69
  1650. package/src/utils/platform.tsx +12 -12
  1651. package/src/utils/request-v1.js +15 -15
  1652. package/src/utils/request.js +59 -67
  1653. package/src/utils/roundWeight.ts +30 -32
  1654. package/src/utils/tools.js +57 -62
  1655. package/yarn-error.log +0 -103
@@ -5,2742 +5,2742 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _default = {
8
- "v": "5.5.9",
9
- "fr": 25,
10
- "ip": 0,
11
- "op": 50,
12
- "w": 594,
13
- "h": 80,
14
- "nm": "书写",
15
- "ddd": 0,
16
- "assets": [],
17
- "layers": [{
18
- "ddd": 0,
19
- "ind": 5,
20
- "ty": 4,
21
- "nm": "“right”轮廓",
22
- "sr": 1,
23
- "ks": {
24
- "o": {
25
- "a": 0,
26
- "k": 100,
27
- "ix": 11
28
- },
29
- "r": {
30
- "a": 0,
31
- "k": 0,
32
- "ix": 10
33
- },
34
- "p": {
35
- "a": 0,
36
- "k": [443.365, 40.279, 0],
37
- "ix": 2
38
- },
39
- "a": {
40
- "a": 0,
41
- "k": [2.335, 10.673, 0],
42
- "ix": 1
43
- },
44
- "s": {
45
- "a": 1,
46
- "k": [{
47
- "i": {
48
- "x": [0.833, 0.833, 0.833],
49
- "y": [0.833, 0.833, 0.833]
50
- },
51
- "o": {
52
- "x": [0.167, 0.167, 0.167],
53
- "y": [0.167, 0.167, 0.167]
54
- },
55
- "t": 0,
56
- "s": [35, 35, 100]
8
+ v: "5.5.9",
9
+ fr: 25,
10
+ ip: 0,
11
+ op: 50,
12
+ w: 594,
13
+ h: 80,
14
+ nm: "书写",
15
+ ddd: 0,
16
+ assets: [],
17
+ layers: [{
18
+ ddd: 0,
19
+ ind: 5,
20
+ ty: 4,
21
+ nm: "“right”轮廓",
22
+ sr: 1,
23
+ ks: {
24
+ o: {
25
+ a: 0,
26
+ k: 100,
27
+ ix: 11
28
+ },
29
+ r: {
30
+ a: 0,
31
+ k: 0,
32
+ ix: 10
33
+ },
34
+ p: {
35
+ a: 0,
36
+ k: [443.365, 40.279, 0],
37
+ ix: 2
38
+ },
39
+ a: {
40
+ a: 0,
41
+ k: [2.335, 10.673, 0],
42
+ ix: 1
43
+ },
44
+ s: {
45
+ a: 1,
46
+ k: [{
47
+ i: {
48
+ x: [0.833, 0.833, 0.833],
49
+ y: [0.833, 0.833, 0.833]
50
+ },
51
+ o: {
52
+ x: [0.167, 0.167, 0.167],
53
+ y: [0.167, 0.167, 0.167]
54
+ },
55
+ t: 0,
56
+ s: [35, 35, 100]
57
57
  }, {
58
- "i": {
59
- "x": [0.833, 0.833, 0.833],
60
- "y": [0.833, 0.833, 0.833]
58
+ i: {
59
+ x: [0.833, 0.833, 0.833],
60
+ y: [0.833, 0.833, 0.833]
61
61
  },
62
- "o": {
63
- "x": [0.167, 0.167, 0.167],
64
- "y": [0.167, 0.167, 0.167]
62
+ o: {
63
+ x: [0.167, 0.167, 0.167],
64
+ y: [0.167, 0.167, 0.167]
65
65
  },
66
- "t": 15,
67
- "s": [100, 100, 100]
66
+ t: 15,
67
+ s: [100, 100, 100]
68
68
  }, {
69
- "t": 25,
70
- "s": [35, 35, 100]
69
+ t: 25,
70
+ s: [35, 35, 100]
71
71
  }],
72
- "ix": 6,
73
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
72
+ ix: 6,
73
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
74
74
  }
75
75
  },
76
- "ao": 0,
77
- "shapes": [{
78
- "ty": "gr",
79
- "it": [{
80
- "ind": 0,
81
- "ty": "sh",
82
- "ix": 1,
83
- "ks": {
84
- "a": 0,
85
- "k": {
86
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
87
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
88
- "v": [[-2.085, 10.423], [2.085, 10.423], [2.085, -10.423], [-2.085, -10.423]],
89
- "c": true
90
- },
91
- "ix": 2
92
- },
93
- "nm": "路径 1",
94
- "mn": "ADBE Vector Shape - Group",
95
- "hd": false
76
+ ao: 0,
77
+ shapes: [{
78
+ ty: "gr",
79
+ it: [{
80
+ ind: 0,
81
+ ty: "sh",
82
+ ix: 1,
83
+ ks: {
84
+ a: 0,
85
+ k: {
86
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
87
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
88
+ v: [[-2.085, 10.423], [2.085, 10.423], [2.085, -10.423], [-2.085, -10.423]],
89
+ c: true
90
+ },
91
+ ix: 2
92
+ },
93
+ nm: "路径 1",
94
+ mn: "ADBE Vector Shape - Group",
95
+ hd: false
96
96
  }, {
97
- "ty": "fl",
98
- "c": {
99
- "a": 0,
100
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
101
- "ix": 4
102
- },
103
- "o": {
104
- "a": 0,
105
- "k": 100,
106
- "ix": 5
107
- },
108
- "r": 1,
109
- "bm": 0,
110
- "nm": "填充 1",
111
- "mn": "ADBE Vector Graphic - Fill",
112
- "hd": false
97
+ ty: "fl",
98
+ c: {
99
+ a: 0,
100
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
101
+ ix: 4
102
+ },
103
+ o: {
104
+ a: 0,
105
+ k: 100,
106
+ ix: 5
107
+ },
108
+ r: 1,
109
+ bm: 0,
110
+ nm: "填充 1",
111
+ mn: "ADBE Vector Graphic - Fill",
112
+ hd: false
113
113
  }, {
114
- "ty": "tr",
115
- "p": {
116
- "a": 0,
117
- "k": [2.335, 10.673],
118
- "ix": 2
119
- },
120
- "a": {
121
- "a": 0,
122
- "k": [0, 0],
123
- "ix": 1
124
- },
125
- "s": {
126
- "a": 0,
127
- "k": [100, 100],
128
- "ix": 3
129
- },
130
- "r": {
131
- "a": 0,
132
- "k": 0,
133
- "ix": 6
134
- },
135
- "o": {
136
- "a": 0,
137
- "k": 100,
138
- "ix": 7
139
- },
140
- "sk": {
141
- "a": 0,
142
- "k": 0,
143
- "ix": 4
144
- },
145
- "sa": {
146
- "a": 0,
147
- "k": 0,
148
- "ix": 5
149
- },
150
- "nm": "变换"
114
+ ty: "tr",
115
+ p: {
116
+ a: 0,
117
+ k: [2.335, 10.673],
118
+ ix: 2
119
+ },
120
+ a: {
121
+ a: 0,
122
+ k: [0, 0],
123
+ ix: 1
124
+ },
125
+ s: {
126
+ a: 0,
127
+ k: [100, 100],
128
+ ix: 3
129
+ },
130
+ r: {
131
+ a: 0,
132
+ k: 0,
133
+ ix: 6
134
+ },
135
+ o: {
136
+ a: 0,
137
+ k: 100,
138
+ ix: 7
139
+ },
140
+ sk: {
141
+ a: 0,
142
+ k: 0,
143
+ ix: 4
144
+ },
145
+ sa: {
146
+ a: 0,
147
+ k: 0,
148
+ ix: 5
149
+ },
150
+ nm: "变换"
151
151
  }],
152
- "nm": "组 1",
153
- "np": 2,
154
- "cix": 2,
155
- "bm": 0,
156
- "ix": 1,
157
- "mn": "ADBE Vector Group",
158
- "hd": false
152
+ nm: "组 1",
153
+ np: 2,
154
+ cix: 2,
155
+ bm: 0,
156
+ ix: 1,
157
+ mn: "ADBE Vector Group",
158
+ hd: false
159
159
  }],
160
- "ip": 0,
161
- "op": 50,
162
- "st": 0,
163
- "bm": 0
160
+ ip: 0,
161
+ op: 50,
162
+ st: 0,
163
+ bm: 0
164
164
  }, {
165
- "ddd": 0,
166
- "ind": 7,
167
- "ty": 4,
168
- "nm": "“right”轮廓",
169
- "sr": 1,
170
- "ks": {
171
- "o": {
172
- "a": 0,
173
- "k": 100,
174
- "ix": 11
175
- },
176
- "r": {
177
- "a": 0,
178
- "k": 0,
179
- "ix": 10
180
- },
181
- "p": {
182
- "a": 0,
183
- "k": [460.042, 40.279, 0],
184
- "ix": 2
185
- },
186
- "a": {
187
- "a": 0,
188
- "k": [2.085, 22.93, 0],
189
- "ix": 1
190
- },
191
- "s": {
192
- "a": 1,
193
- "k": [{
194
- "i": {
195
- "x": [0.833, 0.833, 0.833],
196
- "y": [0.833, 0.833, 0.833]
197
- },
198
- "o": {
199
- "x": [0.167, 0.167, 0.167],
200
- "y": [0.167, 0.167, 0.167]
201
- },
202
- "t": 0,
203
- "s": [100, 100, 100]
165
+ ddd: 0,
166
+ ind: 7,
167
+ ty: 4,
168
+ nm: "“right”轮廓",
169
+ sr: 1,
170
+ ks: {
171
+ o: {
172
+ a: 0,
173
+ k: 100,
174
+ ix: 11
175
+ },
176
+ r: {
177
+ a: 0,
178
+ k: 0,
179
+ ix: 10
180
+ },
181
+ p: {
182
+ a: 0,
183
+ k: [460.042, 40.279, 0],
184
+ ix: 2
185
+ },
186
+ a: {
187
+ a: 0,
188
+ k: [2.085, 22.93, 0],
189
+ ix: 1
190
+ },
191
+ s: {
192
+ a: 1,
193
+ k: [{
194
+ i: {
195
+ x: [0.833, 0.833, 0.833],
196
+ y: [0.833, 0.833, 0.833]
197
+ },
198
+ o: {
199
+ x: [0.167, 0.167, 0.167],
200
+ y: [0.167, 0.167, 0.167]
201
+ },
202
+ t: 0,
203
+ s: [100, 100, 100]
204
204
  }, {
205
- "i": {
206
- "x": [0.833, 0.833, 0.833],
207
- "y": [0.833, 0.833, 0.833]
205
+ i: {
206
+ x: [0.833, 0.833, 0.833],
207
+ y: [0.833, 0.833, 0.833]
208
208
  },
209
- "o": {
210
- "x": [0.167, 0.167, 0.167],
211
- "y": [0.167, 0.167, 0.167]
209
+ o: {
210
+ x: [0.167, 0.167, 0.167],
211
+ y: [0.167, 0.167, 0.167]
212
212
  },
213
- "t": 15,
214
- "s": [58.57, 58.57, 100]
213
+ t: 15,
214
+ s: [58.57, 58.57, 100]
215
215
  }, {
216
- "t": 25,
217
- "s": [100, 100, 100]
216
+ t: 25,
217
+ s: [100, 100, 100]
218
218
  }],
219
- "ix": 6,
220
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
219
+ ix: 6,
220
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
221
221
  }
222
222
  },
223
- "ao": 0,
224
- "shapes": [{
225
- "ty": "gr",
226
- "it": [{
227
- "ind": 0,
228
- "ty": "sh",
229
- "ix": 1,
230
- "ks": {
231
- "a": 0,
232
- "k": {
233
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
234
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
235
- "v": [[-2.085, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.085, -22.93]],
236
- "c": true
237
- },
238
- "ix": 2
239
- },
240
- "nm": "路径 1",
241
- "mn": "ADBE Vector Shape - Group",
242
- "hd": false
223
+ ao: 0,
224
+ shapes: [{
225
+ ty: "gr",
226
+ it: [{
227
+ ind: 0,
228
+ ty: "sh",
229
+ ix: 1,
230
+ ks: {
231
+ a: 0,
232
+ k: {
233
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
234
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
235
+ v: [[-2.085, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.085, -22.93]],
236
+ c: true
237
+ },
238
+ ix: 2
239
+ },
240
+ nm: "路径 1",
241
+ mn: "ADBE Vector Shape - Group",
242
+ hd: false
243
243
  }, {
244
- "ty": "fl",
245
- "c": {
246
- "a": 0,
247
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
248
- "ix": 4
249
- },
250
- "o": {
251
- "a": 0,
252
- "k": 100,
253
- "ix": 5
254
- },
255
- "r": 1,
256
- "bm": 0,
257
- "nm": "填充 1",
258
- "mn": "ADBE Vector Graphic - Fill",
259
- "hd": false
244
+ ty: "fl",
245
+ c: {
246
+ a: 0,
247
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
248
+ ix: 4
249
+ },
250
+ o: {
251
+ a: 0,
252
+ k: 100,
253
+ ix: 5
254
+ },
255
+ r: 1,
256
+ bm: 0,
257
+ nm: "填充 1",
258
+ mn: "ADBE Vector Graphic - Fill",
259
+ hd: false
260
260
  }, {
261
- "ty": "tr",
262
- "p": {
263
- "a": 0,
264
- "k": [2.085, 22.931],
265
- "ix": 2
266
- },
267
- "a": {
268
- "a": 0,
269
- "k": [0, 0],
270
- "ix": 1
271
- },
272
- "s": {
273
- "a": 0,
274
- "k": [100, 100],
275
- "ix": 3
276
- },
277
- "r": {
278
- "a": 0,
279
- "k": 0,
280
- "ix": 6
281
- },
282
- "o": {
283
- "a": 0,
284
- "k": 100,
285
- "ix": 7
286
- },
287
- "sk": {
288
- "a": 0,
289
- "k": 0,
290
- "ix": 4
291
- },
292
- "sa": {
293
- "a": 0,
294
- "k": 0,
295
- "ix": 5
296
- },
297
- "nm": "变换"
261
+ ty: "tr",
262
+ p: {
263
+ a: 0,
264
+ k: [2.085, 22.931],
265
+ ix: 2
266
+ },
267
+ a: {
268
+ a: 0,
269
+ k: [0, 0],
270
+ ix: 1
271
+ },
272
+ s: {
273
+ a: 0,
274
+ k: [100, 100],
275
+ ix: 3
276
+ },
277
+ r: {
278
+ a: 0,
279
+ k: 0,
280
+ ix: 6
281
+ },
282
+ o: {
283
+ a: 0,
284
+ k: 100,
285
+ ix: 7
286
+ },
287
+ sk: {
288
+ a: 0,
289
+ k: 0,
290
+ ix: 4
291
+ },
292
+ sa: {
293
+ a: 0,
294
+ k: 0,
295
+ ix: 5
296
+ },
297
+ nm: "变换"
298
298
  }],
299
- "nm": "组 1",
300
- "np": 4,
301
- "cix": 2,
302
- "bm": 0,
303
- "ix": 1,
304
- "mn": "ADBE Vector Group",
305
- "hd": false
299
+ nm: "组 1",
300
+ np: 4,
301
+ cix: 2,
302
+ bm: 0,
303
+ ix: 1,
304
+ mn: "ADBE Vector Group",
305
+ hd: false
306
306
  }],
307
- "ip": 0,
308
- "op": 50,
309
- "st": 0,
310
- "bm": 0
307
+ ip: 0,
308
+ op: 50,
309
+ st: 0,
310
+ bm: 0
311
311
  }, {
312
- "ddd": 0,
313
- "ind": 9,
314
- "ty": 4,
315
- "nm": "“right”轮廓",
316
- "sr": 1,
317
- "ks": {
318
- "o": {
319
- "a": 0,
320
- "k": 100,
321
- "ix": 11
322
- },
323
- "r": {
324
- "a": 0,
325
- "k": 0,
326
- "ix": 10
327
- },
328
- "p": {
329
- "a": 0,
330
- "k": [476.717, 40.279, 0],
331
- "ix": 2
332
- },
333
- "a": {
334
- "a": 0,
335
- "k": [2.085, 35.437, 0],
336
- "ix": 1
337
- },
338
- "s": {
339
- "a": 1,
340
- "k": [{
341
- "i": {
342
- "x": [0.833, 0.833, 0.833],
343
- "y": [0.833, 0.833, 0.833]
344
- },
345
- "o": {
346
- "x": [0.167, 0.167, 0.167],
347
- "y": [0.167, 0.167, 0.167]
348
- },
349
- "t": 0,
350
- "s": [100, 100, 100]
312
+ ddd: 0,
313
+ ind: 9,
314
+ ty: 4,
315
+ nm: "“right”轮廓",
316
+ sr: 1,
317
+ ks: {
318
+ o: {
319
+ a: 0,
320
+ k: 100,
321
+ ix: 11
322
+ },
323
+ r: {
324
+ a: 0,
325
+ k: 0,
326
+ ix: 10
327
+ },
328
+ p: {
329
+ a: 0,
330
+ k: [476.717, 40.279, 0],
331
+ ix: 2
332
+ },
333
+ a: {
334
+ a: 0,
335
+ k: [2.085, 35.437, 0],
336
+ ix: 1
337
+ },
338
+ s: {
339
+ a: 1,
340
+ k: [{
341
+ i: {
342
+ x: [0.833, 0.833, 0.833],
343
+ y: [0.833, 0.833, 0.833]
344
+ },
345
+ o: {
346
+ x: [0.167, 0.167, 0.167],
347
+ y: [0.167, 0.167, 0.167]
348
+ },
349
+ t: 0,
350
+ s: [100, 100, 100]
351
351
  }, {
352
- "i": {
353
- "x": [0.833, 0.833, 0.833],
354
- "y": [0.833, 0.833, 0.833]
352
+ i: {
353
+ x: [0.833, 0.833, 0.833],
354
+ y: [0.833, 0.833, 0.833]
355
355
  },
356
- "o": {
357
- "x": [0.167, 0.167, 0.167],
358
- "y": [0.167, 0.167, 0.167]
356
+ o: {
357
+ x: [0.167, 0.167, 0.167],
358
+ y: [0.167, 0.167, 0.167]
359
359
  },
360
- "t": 15,
361
- "s": [-66.902, 48.797, 100]
360
+ t: 15,
361
+ s: [-66.902, 48.797, 100]
362
362
  }, {
363
- "t": 25,
364
- "s": [100, 100, 100]
363
+ t: 25,
364
+ s: [100, 100, 100]
365
365
  }],
366
- "ix": 6,
367
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
366
+ ix: 6,
367
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
368
368
  }
369
369
  },
370
- "ao": 0,
371
- "shapes": [{
372
- "ty": "gr",
373
- "it": [{
374
- "ind": 0,
375
- "ty": "sh",
376
- "ix": 1,
377
- "ks": {
378
- "a": 0,
379
- "k": {
380
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
381
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
382
- "v": [[-2.085, 35.438], [2.086, 35.438], [2.086, -35.437], [-2.085, -35.437]],
383
- "c": true
384
- },
385
- "ix": 2
386
- },
387
- "nm": "路径 1",
388
- "mn": "ADBE Vector Shape - Group",
389
- "hd": false
370
+ ao: 0,
371
+ shapes: [{
372
+ ty: "gr",
373
+ it: [{
374
+ ind: 0,
375
+ ty: "sh",
376
+ ix: 1,
377
+ ks: {
378
+ a: 0,
379
+ k: {
380
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
381
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
382
+ v: [[-2.085, 35.438], [2.086, 35.438], [2.086, -35.437], [-2.085, -35.437]],
383
+ c: true
384
+ },
385
+ ix: 2
386
+ },
387
+ nm: "路径 1",
388
+ mn: "ADBE Vector Shape - Group",
389
+ hd: false
390
390
  }, {
391
- "ty": "fl",
392
- "c": {
393
- "a": 0,
394
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
395
- "ix": 4
396
- },
397
- "o": {
398
- "a": 0,
399
- "k": 100,
400
- "ix": 5
401
- },
402
- "r": 1,
403
- "bm": 0,
404
- "nm": "填充 1",
405
- "mn": "ADBE Vector Graphic - Fill",
406
- "hd": false
391
+ ty: "fl",
392
+ c: {
393
+ a: 0,
394
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
395
+ ix: 4
396
+ },
397
+ o: {
398
+ a: 0,
399
+ k: 100,
400
+ ix: 5
401
+ },
402
+ r: 1,
403
+ bm: 0,
404
+ nm: "填充 1",
405
+ mn: "ADBE Vector Graphic - Fill",
406
+ hd: false
407
407
  }, {
408
- "ty": "tr",
409
- "p": {
410
- "a": 0,
411
- "k": [2.085, 35.438],
412
- "ix": 2
413
- },
414
- "a": {
415
- "a": 0,
416
- "k": [0, 0],
417
- "ix": 1
418
- },
419
- "s": {
420
- "a": 0,
421
- "k": [100, 100],
422
- "ix": 3
423
- },
424
- "r": {
425
- "a": 0,
426
- "k": 0,
427
- "ix": 6
428
- },
429
- "o": {
430
- "a": 0,
431
- "k": 100,
432
- "ix": 7
433
- },
434
- "sk": {
435
- "a": 0,
436
- "k": 0,
437
- "ix": 4
438
- },
439
- "sa": {
440
- "a": 0,
441
- "k": 0,
442
- "ix": 5
443
- },
444
- "nm": "变换"
408
+ ty: "tr",
409
+ p: {
410
+ a: 0,
411
+ k: [2.085, 35.438],
412
+ ix: 2
413
+ },
414
+ a: {
415
+ a: 0,
416
+ k: [0, 0],
417
+ ix: 1
418
+ },
419
+ s: {
420
+ a: 0,
421
+ k: [100, 100],
422
+ ix: 3
423
+ },
424
+ r: {
425
+ a: 0,
426
+ k: 0,
427
+ ix: 6
428
+ },
429
+ o: {
430
+ a: 0,
431
+ k: 100,
432
+ ix: 7
433
+ },
434
+ sk: {
435
+ a: 0,
436
+ k: 0,
437
+ ix: 4
438
+ },
439
+ sa: {
440
+ a: 0,
441
+ k: 0,
442
+ ix: 5
443
+ },
444
+ nm: "变换"
445
445
  }],
446
- "nm": "组 1",
447
- "np": 4,
448
- "cix": 2,
449
- "bm": 0,
450
- "ix": 1,
451
- "mn": "ADBE Vector Group",
452
- "hd": false
446
+ nm: "组 1",
447
+ np: 4,
448
+ cix: 2,
449
+ bm: 0,
450
+ ix: 1,
451
+ mn: "ADBE Vector Group",
452
+ hd: false
453
453
  }],
454
- "ip": 0,
455
- "op": 50,
456
- "st": 0,
457
- "bm": 0
454
+ ip: 0,
455
+ op: 50,
456
+ st: 0,
457
+ bm: 0
458
458
  }, {
459
- "ddd": 0,
460
- "ind": 11,
461
- "ty": 4,
462
- "nm": "“right”轮廓",
463
- "sr": 1,
464
- "ks": {
465
- "o": {
466
- "a": 0,
467
- "k": 100,
468
- "ix": 11
469
- },
470
- "r": {
471
- "a": 0,
472
- "k": 0,
473
- "ix": 10
474
- },
475
- "p": {
476
- "a": 0,
477
- "k": [493.393, 40.279, 0],
478
- "ix": 2
479
- },
480
- "a": {
481
- "a": 0,
482
- "k": [2.084, 22.93, 0],
483
- "ix": 1
484
- },
485
- "s": {
486
- "a": 1,
487
- "k": [{
488
- "i": {
489
- "x": [0.833, 0.833, 0.833],
490
- "y": [0.833, 0.833, 0.833]
491
- },
492
- "o": {
493
- "x": [0.167, 0.167, 0.167],
494
- "y": [0.167, 0.167, 0.167]
495
- },
496
- "t": 0,
497
- "s": [100, 100, 100]
459
+ ddd: 0,
460
+ ind: 11,
461
+ ty: 4,
462
+ nm: "“right”轮廓",
463
+ sr: 1,
464
+ ks: {
465
+ o: {
466
+ a: 0,
467
+ k: 100,
468
+ ix: 11
469
+ },
470
+ r: {
471
+ a: 0,
472
+ k: 0,
473
+ ix: 10
474
+ },
475
+ p: {
476
+ a: 0,
477
+ k: [493.393, 40.279, 0],
478
+ ix: 2
479
+ },
480
+ a: {
481
+ a: 0,
482
+ k: [2.084, 22.93, 0],
483
+ ix: 1
484
+ },
485
+ s: {
486
+ a: 1,
487
+ k: [{
488
+ i: {
489
+ x: [0.833, 0.833, 0.833],
490
+ y: [0.833, 0.833, 0.833]
491
+ },
492
+ o: {
493
+ x: [0.167, 0.167, 0.167],
494
+ y: [0.167, 0.167, 0.167]
495
+ },
496
+ t: 0,
497
+ s: [100, 100, 100]
498
498
  }, {
499
- "i": {
500
- "x": [0.833, 0.833, 0.833],
501
- "y": [0.833, 0.833, 0.833]
499
+ i: {
500
+ x: [0.833, 0.833, 0.833],
501
+ y: [0.833, 0.833, 0.833]
502
502
  },
503
- "o": {
504
- "x": [0.167, 0.167, 0.167],
505
- "y": [0.167, 0.167, 0.167]
503
+ o: {
504
+ x: [0.167, 0.167, 0.167],
505
+ y: [0.167, 0.167, 0.167]
506
506
  },
507
- "t": 15,
508
- "s": [32.562, 32.562, 100]
507
+ t: 15,
508
+ s: [32.562, 32.562, 100]
509
509
  }, {
510
- "t": 25,
511
- "s": [100, 100, 100]
510
+ t: 25,
511
+ s: [100, 100, 100]
512
512
  }],
513
- "ix": 6,
514
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
513
+ ix: 6,
514
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
515
515
  }
516
516
  },
517
- "ao": 0,
518
- "shapes": [{
519
- "ty": "gr",
520
- "it": [{
521
- "ind": 0,
522
- "ty": "sh",
523
- "ix": 1,
524
- "ks": {
525
- "a": 0,
526
- "k": {
527
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
528
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
529
- "v": [[-2.085, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.085, -22.93]],
530
- "c": true
531
- },
532
- "ix": 2
533
- },
534
- "nm": "路径 1",
535
- "mn": "ADBE Vector Shape - Group",
536
- "hd": false
517
+ ao: 0,
518
+ shapes: [{
519
+ ty: "gr",
520
+ it: [{
521
+ ind: 0,
522
+ ty: "sh",
523
+ ix: 1,
524
+ ks: {
525
+ a: 0,
526
+ k: {
527
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
528
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
529
+ v: [[-2.085, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.085, -22.93]],
530
+ c: true
531
+ },
532
+ ix: 2
533
+ },
534
+ nm: "路径 1",
535
+ mn: "ADBE Vector Shape - Group",
536
+ hd: false
537
537
  }, {
538
- "ty": "fl",
539
- "c": {
540
- "a": 0,
541
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
542
- "ix": 4
543
- },
544
- "o": {
545
- "a": 0,
546
- "k": 100,
547
- "ix": 5
548
- },
549
- "r": 1,
550
- "bm": 0,
551
- "nm": "填充 1",
552
- "mn": "ADBE Vector Graphic - Fill",
553
- "hd": false
538
+ ty: "fl",
539
+ c: {
540
+ a: 0,
541
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
542
+ ix: 4
543
+ },
544
+ o: {
545
+ a: 0,
546
+ k: 100,
547
+ ix: 5
548
+ },
549
+ r: 1,
550
+ bm: 0,
551
+ nm: "填充 1",
552
+ mn: "ADBE Vector Graphic - Fill",
553
+ hd: false
554
554
  }, {
555
- "ty": "tr",
556
- "p": {
557
- "a": 0,
558
- "k": [2.084, 22.931],
559
- "ix": 2
560
- },
561
- "a": {
562
- "a": 0,
563
- "k": [0, 0],
564
- "ix": 1
565
- },
566
- "s": {
567
- "a": 0,
568
- "k": [100, 100],
569
- "ix": 3
570
- },
571
- "r": {
572
- "a": 0,
573
- "k": 0,
574
- "ix": 6
575
- },
576
- "o": {
577
- "a": 0,
578
- "k": 100,
579
- "ix": 7
580
- },
581
- "sk": {
582
- "a": 0,
583
- "k": 0,
584
- "ix": 4
585
- },
586
- "sa": {
587
- "a": 0,
588
- "k": 0,
589
- "ix": 5
590
- },
591
- "nm": "变换"
555
+ ty: "tr",
556
+ p: {
557
+ a: 0,
558
+ k: [2.084, 22.931],
559
+ ix: 2
560
+ },
561
+ a: {
562
+ a: 0,
563
+ k: [0, 0],
564
+ ix: 1
565
+ },
566
+ s: {
567
+ a: 0,
568
+ k: [100, 100],
569
+ ix: 3
570
+ },
571
+ r: {
572
+ a: 0,
573
+ k: 0,
574
+ ix: 6
575
+ },
576
+ o: {
577
+ a: 0,
578
+ k: 100,
579
+ ix: 7
580
+ },
581
+ sk: {
582
+ a: 0,
583
+ k: 0,
584
+ ix: 4
585
+ },
586
+ sa: {
587
+ a: 0,
588
+ k: 0,
589
+ ix: 5
590
+ },
591
+ nm: "变换"
592
592
  }],
593
- "nm": "组 1",
594
- "np": 4,
595
- "cix": 2,
596
- "bm": 0,
597
- "ix": 1,
598
- "mn": "ADBE Vector Group",
599
- "hd": false
593
+ nm: "组 1",
594
+ np: 4,
595
+ cix: 2,
596
+ bm: 0,
597
+ ix: 1,
598
+ mn: "ADBE Vector Group",
599
+ hd: false
600
600
  }],
601
- "ip": 0,
602
- "op": 50,
603
- "st": 0,
604
- "bm": 0
601
+ ip: 0,
602
+ op: 50,
603
+ st: 0,
604
+ bm: 0
605
605
  }, {
606
- "ddd": 0,
607
- "ind": 13,
608
- "ty": 4,
609
- "nm": "“right”轮廓",
610
- "sr": 1,
611
- "ks": {
612
- "o": {
613
- "a": 0,
614
- "k": 100,
615
- "ix": 11
616
- },
617
- "r": {
618
- "a": 0,
619
- "k": 0,
620
- "ix": 10
621
- },
622
- "p": {
623
- "a": 0,
624
- "k": [510.07, 40.279, 0],
625
- "ix": 2
626
- },
627
- "a": {
628
- "a": 0,
629
- "k": [2.085, 10.423, 0],
630
- "ix": 1
631
- },
632
- "s": {
633
- "a": 1,
634
- "k": [{
635
- "i": {
636
- "x": [0.833, 0.833, 0.833],
637
- "y": [0.833, 0.833, 0.833]
638
- },
639
- "o": {
640
- "x": [0.167, 0.167, 0.167],
641
- "y": [0.167, 0.167, 0.167]
642
- },
643
- "t": 0,
644
- "s": [100, 100, 100]
606
+ ddd: 0,
607
+ ind: 13,
608
+ ty: 4,
609
+ nm: "“right”轮廓",
610
+ sr: 1,
611
+ ks: {
612
+ o: {
613
+ a: 0,
614
+ k: 100,
615
+ ix: 11
616
+ },
617
+ r: {
618
+ a: 0,
619
+ k: 0,
620
+ ix: 10
621
+ },
622
+ p: {
623
+ a: 0,
624
+ k: [510.07, 40.279, 0],
625
+ ix: 2
626
+ },
627
+ a: {
628
+ a: 0,
629
+ k: [2.085, 10.423, 0],
630
+ ix: 1
631
+ },
632
+ s: {
633
+ a: 1,
634
+ k: [{
635
+ i: {
636
+ x: [0.833, 0.833, 0.833],
637
+ y: [0.833, 0.833, 0.833]
638
+ },
639
+ o: {
640
+ x: [0.167, 0.167, 0.167],
641
+ y: [0.167, 0.167, 0.167]
642
+ },
643
+ t: 0,
644
+ s: [100, 100, 100]
645
645
  }, {
646
- "i": {
647
- "x": [0.833, 0.833, 0.833],
648
- "y": [0.833, 0.833, 0.833]
646
+ i: {
647
+ x: [0.833, 0.833, 0.833],
648
+ y: [0.833, 0.833, 0.833]
649
649
  },
650
- "o": {
651
- "x": [0.167, 0.167, 0.167],
652
- "y": [0.167, 0.167, 0.167]
650
+ o: {
651
+ x: [0.167, 0.167, 0.167],
652
+ y: [0.167, 0.167, 0.167]
653
653
  },
654
- "t": 15,
655
- "s": [58.57, 58.57, 100]
654
+ t: 15,
655
+ s: [58.57, 58.57, 100]
656
656
  }, {
657
- "t": 25,
658
- "s": [100, 100, 100]
657
+ t: 25,
658
+ s: [100, 100, 100]
659
659
  }],
660
- "ix": 6,
661
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
660
+ ix: 6,
661
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
662
662
  }
663
663
  },
664
- "ao": 0,
665
- "shapes": [{
666
- "ty": "gr",
667
- "it": [{
668
- "ind": 0,
669
- "ty": "sh",
670
- "ix": 1,
671
- "ks": {
672
- "a": 0,
673
- "k": {
674
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
675
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
676
- "v": [[-2.084, 10.423], [2.084, 10.423], [2.084, -10.423], [-2.084, -10.423]],
677
- "c": true
678
- },
679
- "ix": 2
680
- },
681
- "nm": "路径 1",
682
- "mn": "ADBE Vector Shape - Group",
683
- "hd": false
664
+ ao: 0,
665
+ shapes: [{
666
+ ty: "gr",
667
+ it: [{
668
+ ind: 0,
669
+ ty: "sh",
670
+ ix: 1,
671
+ ks: {
672
+ a: 0,
673
+ k: {
674
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
675
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
676
+ v: [[-2.084, 10.423], [2.084, 10.423], [2.084, -10.423], [-2.084, -10.423]],
677
+ c: true
678
+ },
679
+ ix: 2
680
+ },
681
+ nm: "路径 1",
682
+ mn: "ADBE Vector Shape - Group",
683
+ hd: false
684
684
  }, {
685
- "ty": "fl",
686
- "c": {
687
- "a": 0,
688
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
689
- "ix": 4
690
- },
691
- "o": {
692
- "a": 0,
693
- "k": 100,
694
- "ix": 5
695
- },
696
- "r": 1,
697
- "bm": 0,
698
- "nm": "填充 1",
699
- "mn": "ADBE Vector Graphic - Fill",
700
- "hd": false
685
+ ty: "fl",
686
+ c: {
687
+ a: 0,
688
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
689
+ ix: 4
690
+ },
691
+ o: {
692
+ a: 0,
693
+ k: 100,
694
+ ix: 5
695
+ },
696
+ r: 1,
697
+ bm: 0,
698
+ nm: "填充 1",
699
+ mn: "ADBE Vector Graphic - Fill",
700
+ hd: false
701
701
  }, {
702
- "ty": "tr",
703
- "p": {
704
- "a": 0,
705
- "k": [2.084, 10.423],
706
- "ix": 2
707
- },
708
- "a": {
709
- "a": 0,
710
- "k": [0, 0],
711
- "ix": 1
712
- },
713
- "s": {
714
- "a": 0,
715
- "k": [100, 100],
716
- "ix": 3
717
- },
718
- "r": {
719
- "a": 0,
720
- "k": 0,
721
- "ix": 6
722
- },
723
- "o": {
724
- "a": 0,
725
- "k": 100,
726
- "ix": 7
727
- },
728
- "sk": {
729
- "a": 0,
730
- "k": 0,
731
- "ix": 4
732
- },
733
- "sa": {
734
- "a": 0,
735
- "k": 0,
736
- "ix": 5
737
- },
738
- "nm": "变换"
702
+ ty: "tr",
703
+ p: {
704
+ a: 0,
705
+ k: [2.084, 10.423],
706
+ ix: 2
707
+ },
708
+ a: {
709
+ a: 0,
710
+ k: [0, 0],
711
+ ix: 1
712
+ },
713
+ s: {
714
+ a: 0,
715
+ k: [100, 100],
716
+ ix: 3
717
+ },
718
+ r: {
719
+ a: 0,
720
+ k: 0,
721
+ ix: 6
722
+ },
723
+ o: {
724
+ a: 0,
725
+ k: 100,
726
+ ix: 7
727
+ },
728
+ sk: {
729
+ a: 0,
730
+ k: 0,
731
+ ix: 4
732
+ },
733
+ sa: {
734
+ a: 0,
735
+ k: 0,
736
+ ix: 5
737
+ },
738
+ nm: "变换"
739
739
  }],
740
- "nm": "组 1",
741
- "np": 4,
742
- "cix": 2,
743
- "bm": 0,
744
- "ix": 1,
745
- "mn": "ADBE Vector Group",
746
- "hd": false
740
+ nm: "组 1",
741
+ np: 4,
742
+ cix: 2,
743
+ bm: 0,
744
+ ix: 1,
745
+ mn: "ADBE Vector Group",
746
+ hd: false
747
747
  }],
748
- "ip": 0,
749
- "op": 50,
750
- "st": 0,
751
- "bm": 0
748
+ ip: 0,
749
+ op: 50,
750
+ st: 0,
751
+ bm: 0
752
752
  }, {
753
- "ddd": 0,
754
- "ind": 15,
755
- "ty": 4,
756
- "nm": "“right”轮廓",
757
- "sr": 1,
758
- "ks": {
759
- "o": {
760
- "a": 0,
761
- "k": 100,
762
- "ix": 11
763
- },
764
- "r": {
765
- "a": 0,
766
- "k": 0,
767
- "ix": 10
768
- },
769
- "p": {
770
- "a": 0,
771
- "k": [525.878, 40.279, 0],
772
- "ix": 2
773
- },
774
- "a": {
775
- "a": 0,
776
- "k": [2.084, 14.071, 0],
777
- "ix": 1
778
- },
779
- "s": {
780
- "a": 1,
781
- "k": [{
782
- "i": {
783
- "x": [0.833, 0.833, 0.833],
784
- "y": [0.833, 0.833, 0.833]
785
- },
786
- "o": {
787
- "x": [0.167, 0.167, 0.167],
788
- "y": [0.167, 0.167, 0.167]
789
- },
790
- "t": 0,
791
- "s": [100, 100, 100]
753
+ ddd: 0,
754
+ ind: 15,
755
+ ty: 4,
756
+ nm: "“right”轮廓",
757
+ sr: 1,
758
+ ks: {
759
+ o: {
760
+ a: 0,
761
+ k: 100,
762
+ ix: 11
763
+ },
764
+ r: {
765
+ a: 0,
766
+ k: 0,
767
+ ix: 10
768
+ },
769
+ p: {
770
+ a: 0,
771
+ k: [525.878, 40.279, 0],
772
+ ix: 2
773
+ },
774
+ a: {
775
+ a: 0,
776
+ k: [2.084, 14.071, 0],
777
+ ix: 1
778
+ },
779
+ s: {
780
+ a: 1,
781
+ k: [{
782
+ i: {
783
+ x: [0.833, 0.833, 0.833],
784
+ y: [0.833, 0.833, 0.833]
785
+ },
786
+ o: {
787
+ x: [0.167, 0.167, 0.167],
788
+ y: [0.167, 0.167, 0.167]
789
+ },
790
+ t: 0,
791
+ s: [100, 100, 100]
792
792
  }, {
793
- "i": {
794
- "x": [0.833, 0.833, 0.833],
795
- "y": [0.833, 0.833, 0.833]
793
+ i: {
794
+ x: [0.833, 0.833, 0.833],
795
+ y: [0.833, 0.833, 0.833]
796
796
  },
797
- "o": {
798
- "x": [0.167, 0.167, 0.167],
799
- "y": [0.167, 0.167, 0.167]
797
+ o: {
798
+ x: [0.167, 0.167, 0.167],
799
+ y: [0.167, 0.167, 0.167]
800
800
  },
801
- "t": 15,
802
- "s": [58.57, 58.57, 100]
801
+ t: 15,
802
+ s: [58.57, 58.57, 100]
803
803
  }, {
804
- "t": 25,
805
- "s": [100, 100, 100]
804
+ t: 25,
805
+ s: [100, 100, 100]
806
806
  }],
807
- "ix": 6,
808
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
807
+ ix: 6,
808
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
809
809
  }
810
810
  },
811
- "ao": 0,
812
- "shapes": [{
813
- "ty": "gr",
814
- "it": [{
815
- "ind": 0,
816
- "ty": "sh",
817
- "ix": 1,
818
- "ks": {
819
- "a": 0,
820
- "k": {
821
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
822
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
823
- "v": [[-296.918, 78.869], [296.918, 78.869], [296.918, -78.869], [-296.918, -78.869]],
824
- "c": true
825
- },
826
- "ix": 2
827
- },
828
- "nm": "路径 1",
829
- "mn": "ADBE Vector Shape - Group",
830
- "hd": false
811
+ ao: 0,
812
+ shapes: [{
813
+ ty: "gr",
814
+ it: [{
815
+ ind: 0,
816
+ ty: "sh",
817
+ ix: 1,
818
+ ks: {
819
+ a: 0,
820
+ k: {
821
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
822
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
823
+ v: [[-296.918, 78.869], [296.918, 78.869], [296.918, -78.869], [-296.918, -78.869]],
824
+ c: true
825
+ },
826
+ ix: 2
827
+ },
828
+ nm: "路径 1",
829
+ mn: "ADBE Vector Shape - Group",
830
+ hd: false
831
831
  }, {
832
- "ind": 1,
833
- "ty": "sh",
834
- "ix": 2,
835
- "ks": {
836
- "a": 0,
837
- "k": {
838
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
839
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
840
- "v": [[-296.918, -78.869], [296.918, -78.869], [296.918, 78.869], [-296.918, 78.869]],
841
- "c": true
842
- },
843
- "ix": 2
844
- },
845
- "nm": "路径 2",
846
- "mn": "ADBE Vector Shape - Group",
847
- "hd": false
832
+ ind: 1,
833
+ ty: "sh",
834
+ ix: 2,
835
+ ks: {
836
+ a: 0,
837
+ k: {
838
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
839
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
840
+ v: [[-296.918, -78.869], [296.918, -78.869], [296.918, 78.869], [-296.918, 78.869]],
841
+ c: true
842
+ },
843
+ ix: 2
844
+ },
845
+ nm: "路径 2",
846
+ mn: "ADBE Vector Shape - Group",
847
+ hd: false
848
848
  }, {
849
- "ind": 2,
850
- "ty": "sh",
851
- "ix": 3,
852
- "ks": {
853
- "a": 0,
854
- "k": {
855
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
856
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
857
- "v": [[226.876, 52.481], [231.045, 52.481], [231.045, 24.34], [226.876, 24.34]],
858
- "c": true
859
- },
860
- "ix": 2
861
- },
862
- "nm": "路径 3",
863
- "mn": "ADBE Vector Shape - Group",
864
- "hd": false
849
+ ind: 2,
850
+ ty: "sh",
851
+ ix: 3,
852
+ ks: {
853
+ a: 0,
854
+ k: {
855
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
856
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
857
+ v: [[226.876, 52.481], [231.045, 52.481], [231.045, 24.34], [226.876, 24.34]],
858
+ c: true
859
+ },
860
+ ix: 2
861
+ },
862
+ nm: "路径 3",
863
+ mn: "ADBE Vector Shape - Group",
864
+ hd: false
865
865
  }, {
866
- "ty": "mm",
867
- "mm": 1,
868
- "nm": "合并路径 1",
869
- "mn": "ADBE Vector Filter - Merge",
870
- "hd": false
866
+ ty: "mm",
867
+ mm: 1,
868
+ nm: "合并路径 1",
869
+ mn: "ADBE Vector Filter - Merge",
870
+ hd: false
871
871
  }, {
872
- "ty": "fl",
873
- "c": {
874
- "a": 0,
875
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
876
- "ix": 4
877
- },
878
- "o": {
879
- "a": 0,
880
- "k": 100,
881
- "ix": 5
882
- },
883
- "r": 1,
884
- "bm": 0,
885
- "nm": "填充 1",
886
- "mn": "ADBE Vector Graphic - Fill",
887
- "hd": false
872
+ ty: "fl",
873
+ c: {
874
+ a: 0,
875
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
876
+ ix: 4
877
+ },
878
+ o: {
879
+ a: 0,
880
+ k: 100,
881
+ ix: 5
882
+ },
883
+ r: 1,
884
+ bm: 0,
885
+ nm: "填充 1",
886
+ mn: "ADBE Vector Graphic - Fill",
887
+ hd: false
888
888
  }, {
889
- "ty": "tr",
890
- "p": {
891
- "a": 0,
892
- "k": [-226.876, -24.34],
893
- "ix": 2
894
- },
895
- "a": {
896
- "a": 0,
897
- "k": [0, 0],
898
- "ix": 1
899
- },
900
- "s": {
901
- "a": 0,
902
- "k": [100, 100],
903
- "ix": 3
904
- },
905
- "r": {
906
- "a": 0,
907
- "k": 0,
908
- "ix": 6
909
- },
910
- "o": {
911
- "a": 0,
912
- "k": 100,
913
- "ix": 7
914
- },
915
- "sk": {
916
- "a": 0,
917
- "k": 0,
918
- "ix": 4
919
- },
920
- "sa": {
921
- "a": 0,
922
- "k": 0,
923
- "ix": 5
924
- },
925
- "nm": "变换"
889
+ ty: "tr",
890
+ p: {
891
+ a: 0,
892
+ k: [-226.876, -24.34],
893
+ ix: 2
894
+ },
895
+ a: {
896
+ a: 0,
897
+ k: [0, 0],
898
+ ix: 1
899
+ },
900
+ s: {
901
+ a: 0,
902
+ k: [100, 100],
903
+ ix: 3
904
+ },
905
+ r: {
906
+ a: 0,
907
+ k: 0,
908
+ ix: 6
909
+ },
910
+ o: {
911
+ a: 0,
912
+ k: 100,
913
+ ix: 7
914
+ },
915
+ sk: {
916
+ a: 0,
917
+ k: 0,
918
+ ix: 4
919
+ },
920
+ sa: {
921
+ a: 0,
922
+ k: 0,
923
+ ix: 5
924
+ },
925
+ nm: "变换"
926
926
  }],
927
- "nm": "组 1",
928
- "np": 5,
929
- "cix": 2,
930
- "bm": 0,
931
- "ix": 1,
932
- "mn": "ADBE Vector Group",
933
- "hd": false
927
+ nm: "组 1",
928
+ np: 5,
929
+ cix: 2,
930
+ bm: 0,
931
+ ix: 1,
932
+ mn: "ADBE Vector Group",
933
+ hd: false
934
934
  }],
935
- "ip": 0,
936
- "op": 50,
937
- "st": 0,
938
- "bm": 0
935
+ ip: 0,
936
+ op: 50,
937
+ st: 0,
938
+ bm: 0
939
939
  }, {
940
- "ddd": 0,
941
- "ind": 17,
942
- "ty": 4,
943
- "nm": "“right”轮廓",
944
- "sr": 1,
945
- "ks": {
946
- "o": {
947
- "a": 0,
948
- "k": 100,
949
- "ix": 11
950
- },
951
- "r": {
952
- "a": 0,
953
- "k": 0,
954
- "ix": 10
955
- },
956
- "p": {
957
- "a": 0,
958
- "k": [542.555, 40.279, 0],
959
- "ix": 2
960
- },
961
- "a": {
962
- "a": 0,
963
- "k": [2.085, 7.47, 0],
964
- "ix": 1
965
- },
966
- "s": {
967
- "a": 1,
968
- "k": [{
969
- "i": {
970
- "x": [0.833, 0.833, 0.833],
971
- "y": [0.833, 0.833, 0.833]
972
- },
973
- "o": {
974
- "x": [0.167, 0.167, 0.167],
975
- "y": [0.167, 0.167, 0.167]
976
- },
977
- "t": 0,
978
- "s": [100, 100, 100]
940
+ ddd: 0,
941
+ ind: 17,
942
+ ty: 4,
943
+ nm: "“right”轮廓",
944
+ sr: 1,
945
+ ks: {
946
+ o: {
947
+ a: 0,
948
+ k: 100,
949
+ ix: 11
950
+ },
951
+ r: {
952
+ a: 0,
953
+ k: 0,
954
+ ix: 10
955
+ },
956
+ p: {
957
+ a: 0,
958
+ k: [542.555, 40.279, 0],
959
+ ix: 2
960
+ },
961
+ a: {
962
+ a: 0,
963
+ k: [2.085, 7.47, 0],
964
+ ix: 1
965
+ },
966
+ s: {
967
+ a: 1,
968
+ k: [{
969
+ i: {
970
+ x: [0.833, 0.833, 0.833],
971
+ y: [0.833, 0.833, 0.833]
972
+ },
973
+ o: {
974
+ x: [0.167, 0.167, 0.167],
975
+ y: [0.167, 0.167, 0.167]
976
+ },
977
+ t: 0,
978
+ s: [100, 100, 100]
979
979
  }, {
980
- "i": {
981
- "x": [0.833, 0.833, 0.833],
982
- "y": [0.833, 0.833, 0.833]
980
+ i: {
981
+ x: [0.833, 0.833, 0.833],
982
+ y: [0.833, 0.833, 0.833]
983
983
  },
984
- "o": {
985
- "x": [0.167, 0.167, 0.167],
986
- "y": [0.167, 0.167, 0.167]
984
+ o: {
985
+ x: [0.167, 0.167, 0.167],
986
+ y: [0.167, 0.167, 0.167]
987
987
  },
988
- "t": 15,
989
- "s": [58.57, 58.57, 100]
988
+ t: 15,
989
+ s: [58.57, 58.57, 100]
990
990
  }, {
991
- "t": 25,
992
- "s": [100, 100, 100]
991
+ t: 25,
992
+ s: [100, 100, 100]
993
993
  }],
994
- "ix": 6,
995
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
994
+ ix: 6,
995
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
996
996
  }
997
997
  },
998
- "ao": 0,
999
- "shapes": [{
1000
- "ty": "gr",
1001
- "it": [{
1002
- "ind": 0,
1003
- "ty": "sh",
1004
- "ix": 1,
1005
- "ks": {
1006
- "a": 0,
1007
- "k": {
1008
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
1009
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
1010
- "v": [[-2.085, 7.47], [2.085, 7.47], [2.085, -7.469], [-2.085, -7.469]],
1011
- "c": true
1012
- },
1013
- "ix": 2
1014
- },
1015
- "nm": "路径 1",
1016
- "mn": "ADBE Vector Shape - Group",
1017
- "hd": false
998
+ ao: 0,
999
+ shapes: [{
1000
+ ty: "gr",
1001
+ it: [{
1002
+ ind: 0,
1003
+ ty: "sh",
1004
+ ix: 1,
1005
+ ks: {
1006
+ a: 0,
1007
+ k: {
1008
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
1009
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
1010
+ v: [[-2.085, 7.47], [2.085, 7.47], [2.085, -7.469], [-2.085, -7.469]],
1011
+ c: true
1012
+ },
1013
+ ix: 2
1014
+ },
1015
+ nm: "路径 1",
1016
+ mn: "ADBE Vector Shape - Group",
1017
+ hd: false
1018
1018
  }, {
1019
- "ty": "fl",
1020
- "c": {
1021
- "a": 0,
1022
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
1023
- "ix": 4
1024
- },
1025
- "o": {
1026
- "a": 0,
1027
- "k": 100,
1028
- "ix": 5
1029
- },
1030
- "r": 1,
1031
- "bm": 0,
1032
- "nm": "填充 1",
1033
- "mn": "ADBE Vector Graphic - Fill",
1034
- "hd": false
1019
+ ty: "fl",
1020
+ c: {
1021
+ a: 0,
1022
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
1023
+ ix: 4
1024
+ },
1025
+ o: {
1026
+ a: 0,
1027
+ k: 100,
1028
+ ix: 5
1029
+ },
1030
+ r: 1,
1031
+ bm: 0,
1032
+ nm: "填充 1",
1033
+ mn: "ADBE Vector Graphic - Fill",
1034
+ hd: false
1035
1035
  }, {
1036
- "ty": "tr",
1037
- "p": {
1038
- "a": 0,
1039
- "k": [2.084, 7.47],
1040
- "ix": 2
1041
- },
1042
- "a": {
1043
- "a": 0,
1044
- "k": [0, 0],
1045
- "ix": 1
1046
- },
1047
- "s": {
1048
- "a": 0,
1049
- "k": [100, 100],
1050
- "ix": 3
1051
- },
1052
- "r": {
1053
- "a": 0,
1054
- "k": 0,
1055
- "ix": 6
1056
- },
1057
- "o": {
1058
- "a": 0,
1059
- "k": 100,
1060
- "ix": 7
1061
- },
1062
- "sk": {
1063
- "a": 0,
1064
- "k": 0,
1065
- "ix": 4
1066
- },
1067
- "sa": {
1068
- "a": 0,
1069
- "k": 0,
1070
- "ix": 5
1071
- },
1072
- "nm": "变换"
1036
+ ty: "tr",
1037
+ p: {
1038
+ a: 0,
1039
+ k: [2.084, 7.47],
1040
+ ix: 2
1041
+ },
1042
+ a: {
1043
+ a: 0,
1044
+ k: [0, 0],
1045
+ ix: 1
1046
+ },
1047
+ s: {
1048
+ a: 0,
1049
+ k: [100, 100],
1050
+ ix: 3
1051
+ },
1052
+ r: {
1053
+ a: 0,
1054
+ k: 0,
1055
+ ix: 6
1056
+ },
1057
+ o: {
1058
+ a: 0,
1059
+ k: 100,
1060
+ ix: 7
1061
+ },
1062
+ sk: {
1063
+ a: 0,
1064
+ k: 0,
1065
+ ix: 4
1066
+ },
1067
+ sa: {
1068
+ a: 0,
1069
+ k: 0,
1070
+ ix: 5
1071
+ },
1072
+ nm: "变换"
1073
1073
  }],
1074
- "nm": "组 1",
1075
- "np": 4,
1076
- "cix": 2,
1077
- "bm": 0,
1078
- "ix": 1,
1079
- "mn": "ADBE Vector Group",
1080
- "hd": false
1074
+ nm: "组 1",
1075
+ np: 4,
1076
+ cix: 2,
1077
+ bm: 0,
1078
+ ix: 1,
1079
+ mn: "ADBE Vector Group",
1080
+ hd: false
1081
1081
  }],
1082
- "ip": 0,
1083
- "op": 50,
1084
- "st": 0,
1085
- "bm": 0
1082
+ ip: 0,
1083
+ op: 50,
1084
+ st: 0,
1085
+ bm: 0
1086
1086
  }, {
1087
- "ddd": 0,
1088
- "ind": 19,
1089
- "ty": 4,
1090
- "nm": "“right”轮廓",
1091
- "sr": 1,
1092
- "ks": {
1093
- "o": {
1094
- "a": 0,
1095
- "k": 100,
1096
- "ix": 11
1097
- },
1098
- "r": {
1099
- "a": 0,
1100
- "k": 0,
1101
- "ix": 10
1102
- },
1103
- "p": {
1104
- "a": 0,
1105
- "k": [560.273, 40.279, 0],
1106
- "ix": 2
1107
- },
1108
- "a": {
1109
- "a": 0,
1110
- "k": [2.085, 4.43, 0],
1111
- "ix": 1
1112
- },
1113
- "s": {
1114
- "a": 1,
1115
- "k": [{
1116
- "i": {
1117
- "x": [0.833, 0.833, 0.833],
1118
- "y": [0.833, 0.833, 0.833]
1119
- },
1120
- "o": {
1121
- "x": [0.167, 0.167, 0.167],
1122
- "y": [0.167, 0.167, 0.167]
1123
- },
1124
- "t": 0,
1125
- "s": [100, 100, 100]
1087
+ ddd: 0,
1088
+ ind: 19,
1089
+ ty: 4,
1090
+ nm: "“right”轮廓",
1091
+ sr: 1,
1092
+ ks: {
1093
+ o: {
1094
+ a: 0,
1095
+ k: 100,
1096
+ ix: 11
1097
+ },
1098
+ r: {
1099
+ a: 0,
1100
+ k: 0,
1101
+ ix: 10
1102
+ },
1103
+ p: {
1104
+ a: 0,
1105
+ k: [560.273, 40.279, 0],
1106
+ ix: 2
1107
+ },
1108
+ a: {
1109
+ a: 0,
1110
+ k: [2.085, 4.43, 0],
1111
+ ix: 1
1112
+ },
1113
+ s: {
1114
+ a: 1,
1115
+ k: [{
1116
+ i: {
1117
+ x: [0.833, 0.833, 0.833],
1118
+ y: [0.833, 0.833, 0.833]
1119
+ },
1120
+ o: {
1121
+ x: [0.167, 0.167, 0.167],
1122
+ y: [0.167, 0.167, 0.167]
1123
+ },
1124
+ t: 0,
1125
+ s: [100, 100, 100]
1126
1126
  }, {
1127
- "i": {
1128
- "x": [0.833, 0.833, 0.833],
1129
- "y": [0.833, 0.833, 0.833]
1127
+ i: {
1128
+ x: [0.833, 0.833, 0.833],
1129
+ y: [0.833, 0.833, 0.833]
1130
1130
  },
1131
- "o": {
1132
- "x": [0.167, 0.167, 0.167],
1133
- "y": [0.167, 0.167, 0.167]
1131
+ o: {
1132
+ x: [0.167, 0.167, 0.167],
1133
+ y: [0.167, 0.167, 0.167]
1134
1134
  },
1135
- "t": 15,
1136
- "s": [58.57, 194.021, 100]
1135
+ t: 15,
1136
+ s: [58.57, 194.021, 100]
1137
1137
  }, {
1138
- "t": 25,
1139
- "s": [100, 100, 100]
1138
+ t: 25,
1139
+ s: [100, 100, 100]
1140
1140
  }],
1141
- "ix": 6,
1142
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
1141
+ ix: 6,
1142
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
1143
1143
  }
1144
1144
  },
1145
- "ao": 0,
1146
- "shapes": [{
1147
- "ty": "gr",
1148
- "it": [{
1149
- "ind": 0,
1150
- "ty": "sh",
1151
- "ix": 1,
1152
- "ks": {
1153
- "a": 0,
1154
- "k": {
1155
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
1156
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
1157
- "v": [[-2.084, 4.43], [2.085, 4.43], [2.085, -4.429], [-2.084, -4.429]],
1158
- "c": true
1159
- },
1160
- "ix": 2
1161
- },
1162
- "nm": "路径 1",
1163
- "mn": "ADBE Vector Shape - Group",
1164
- "hd": false
1145
+ ao: 0,
1146
+ shapes: [{
1147
+ ty: "gr",
1148
+ it: [{
1149
+ ind: 0,
1150
+ ty: "sh",
1151
+ ix: 1,
1152
+ ks: {
1153
+ a: 0,
1154
+ k: {
1155
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
1156
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
1157
+ v: [[-2.084, 4.43], [2.085, 4.43], [2.085, -4.429], [-2.084, -4.429]],
1158
+ c: true
1159
+ },
1160
+ ix: 2
1161
+ },
1162
+ nm: "路径 1",
1163
+ mn: "ADBE Vector Shape - Group",
1164
+ hd: false
1165
1165
  }, {
1166
- "ty": "fl",
1167
- "c": {
1168
- "a": 0,
1169
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
1170
- "ix": 4
1171
- },
1172
- "o": {
1173
- "a": 0,
1174
- "k": 100,
1175
- "ix": 5
1176
- },
1177
- "r": 1,
1178
- "bm": 0,
1179
- "nm": "填充 1",
1180
- "mn": "ADBE Vector Graphic - Fill",
1181
- "hd": false
1166
+ ty: "fl",
1167
+ c: {
1168
+ a: 0,
1169
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
1170
+ ix: 4
1171
+ },
1172
+ o: {
1173
+ a: 0,
1174
+ k: 100,
1175
+ ix: 5
1176
+ },
1177
+ r: 1,
1178
+ bm: 0,
1179
+ nm: "填充 1",
1180
+ mn: "ADBE Vector Graphic - Fill",
1181
+ hd: false
1182
1182
  }, {
1183
- "ty": "tr",
1184
- "p": {
1185
- "a": 0,
1186
- "k": [2.085, 4.43],
1187
- "ix": 2
1188
- },
1189
- "a": {
1190
- "a": 0,
1191
- "k": [0, 0],
1192
- "ix": 1
1193
- },
1194
- "s": {
1195
- "a": 0,
1196
- "k": [100, 100],
1197
- "ix": 3
1198
- },
1199
- "r": {
1200
- "a": 0,
1201
- "k": 0,
1202
- "ix": 6
1203
- },
1204
- "o": {
1205
- "a": 0,
1206
- "k": 100,
1207
- "ix": 7
1208
- },
1209
- "sk": {
1210
- "a": 0,
1211
- "k": 0,
1212
- "ix": 4
1213
- },
1214
- "sa": {
1215
- "a": 0,
1216
- "k": 0,
1217
- "ix": 5
1218
- },
1219
- "nm": "变换"
1183
+ ty: "tr",
1184
+ p: {
1185
+ a: 0,
1186
+ k: [2.085, 4.43],
1187
+ ix: 2
1188
+ },
1189
+ a: {
1190
+ a: 0,
1191
+ k: [0, 0],
1192
+ ix: 1
1193
+ },
1194
+ s: {
1195
+ a: 0,
1196
+ k: [100, 100],
1197
+ ix: 3
1198
+ },
1199
+ r: {
1200
+ a: 0,
1201
+ k: 0,
1202
+ ix: 6
1203
+ },
1204
+ o: {
1205
+ a: 0,
1206
+ k: 100,
1207
+ ix: 7
1208
+ },
1209
+ sk: {
1210
+ a: 0,
1211
+ k: 0,
1212
+ ix: 4
1213
+ },
1214
+ sa: {
1215
+ a: 0,
1216
+ k: 0,
1217
+ ix: 5
1218
+ },
1219
+ nm: "变换"
1220
1220
  }],
1221
- "nm": "组 1",
1222
- "np": 4,
1223
- "cix": 2,
1224
- "bm": 0,
1225
- "ix": 1,
1226
- "mn": "ADBE Vector Group",
1227
- "hd": false
1221
+ nm: "组 1",
1222
+ np: 4,
1223
+ cix: 2,
1224
+ bm: 0,
1225
+ ix: 1,
1226
+ mn: "ADBE Vector Group",
1227
+ hd: false
1228
1228
  }],
1229
- "ip": 0,
1230
- "op": 50,
1231
- "st": 0,
1232
- "bm": 0
1229
+ ip: 0,
1230
+ op: 50,
1231
+ st: 0,
1232
+ bm: 0
1233
1233
  }, {
1234
- "ddd": 0,
1235
- "ind": 21,
1236
- "ty": 4,
1237
- "nm": "“right”轮廓",
1238
- "sr": 1,
1239
- "ks": {
1240
- "o": {
1241
- "a": 0,
1242
- "k": 100,
1243
- "ix": 11
1244
- },
1245
- "r": {
1246
- "a": 0,
1247
- "k": 0,
1248
- "ix": 10
1249
- },
1250
- "p": {
1251
- "a": 0,
1252
- "k": [577.992, 40.279, 0],
1253
- "ix": 2
1254
- },
1255
- "a": {
1256
- "a": 0,
1257
- "k": [2.084, 2.953, 0],
1258
- "ix": 1
1259
- },
1260
- "s": {
1261
- "a": 1,
1262
- "k": [{
1263
- "i": {
1264
- "x": [0.833, 0.833, 0.833],
1265
- "y": [0.833, 0.833, 0.833]
1266
- },
1267
- "o": {
1268
- "x": [0.167, 0.167, 0.167],
1269
- "y": [0.167, 0.167, 0.167]
1270
- },
1271
- "t": 0,
1272
- "s": [100, 100, 100]
1234
+ ddd: 0,
1235
+ ind: 21,
1236
+ ty: 4,
1237
+ nm: "“right”轮廓",
1238
+ sr: 1,
1239
+ ks: {
1240
+ o: {
1241
+ a: 0,
1242
+ k: 100,
1243
+ ix: 11
1244
+ },
1245
+ r: {
1246
+ a: 0,
1247
+ k: 0,
1248
+ ix: 10
1249
+ },
1250
+ p: {
1251
+ a: 0,
1252
+ k: [577.992, 40.279, 0],
1253
+ ix: 2
1254
+ },
1255
+ a: {
1256
+ a: 0,
1257
+ k: [2.084, 2.953, 0],
1258
+ ix: 1
1259
+ },
1260
+ s: {
1261
+ a: 1,
1262
+ k: [{
1263
+ i: {
1264
+ x: [0.833, 0.833, 0.833],
1265
+ y: [0.833, 0.833, 0.833]
1266
+ },
1267
+ o: {
1268
+ x: [0.167, 0.167, 0.167],
1269
+ y: [0.167, 0.167, 0.167]
1270
+ },
1271
+ t: 0,
1272
+ s: [100, 100, 100]
1273
1273
  }, {
1274
- "i": {
1275
- "x": [0.833, 0.833, 0.833],
1276
- "y": [0.833, 0.833, 0.833]
1274
+ i: {
1275
+ x: [0.833, 0.833, 0.833],
1276
+ y: [0.833, 0.833, 0.833]
1277
1277
  },
1278
- "o": {
1279
- "x": [0.167, 0.167, 0.167],
1280
- "y": [0.167, 0.167, 0.167]
1278
+ o: {
1279
+ x: [0.167, 0.167, 0.167],
1280
+ y: [0.167, 0.167, 0.167]
1281
1281
  },
1282
- "t": 15,
1283
- "s": [58.57, 58.57, 100]
1282
+ t: 15,
1283
+ s: [58.57, 58.57, 100]
1284
1284
  }, {
1285
- "t": 25,
1286
- "s": [100, 100, 100]
1285
+ t: 25,
1286
+ s: [100, 100, 100]
1287
1287
  }],
1288
- "ix": 6,
1289
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
1288
+ ix: 6,
1289
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
1290
1290
  }
1291
1291
  },
1292
- "ao": 0,
1293
- "shapes": [{
1294
- "ty": "gr",
1295
- "it": [{
1296
- "ind": 0,
1297
- "ty": "sh",
1298
- "ix": 1,
1299
- "ks": {
1300
- "a": 0,
1301
- "k": {
1302
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
1303
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
1304
- "v": [[-2.085, 2.953], [2.085, 2.953], [2.085, -2.953], [-2.085, -2.953]],
1305
- "c": true
1306
- },
1307
- "ix": 2
1308
- },
1309
- "nm": "路径 1",
1310
- "mn": "ADBE Vector Shape - Group",
1311
- "hd": false
1292
+ ao: 0,
1293
+ shapes: [{
1294
+ ty: "gr",
1295
+ it: [{
1296
+ ind: 0,
1297
+ ty: "sh",
1298
+ ix: 1,
1299
+ ks: {
1300
+ a: 0,
1301
+ k: {
1302
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
1303
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
1304
+ v: [[-2.085, 2.953], [2.085, 2.953], [2.085, -2.953], [-2.085, -2.953]],
1305
+ c: true
1306
+ },
1307
+ ix: 2
1308
+ },
1309
+ nm: "路径 1",
1310
+ mn: "ADBE Vector Shape - Group",
1311
+ hd: false
1312
1312
  }, {
1313
- "ty": "fl",
1314
- "c": {
1315
- "a": 0,
1316
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
1317
- "ix": 4
1318
- },
1319
- "o": {
1320
- "a": 0,
1321
- "k": 100,
1322
- "ix": 5
1323
- },
1324
- "r": 1,
1325
- "bm": 0,
1326
- "nm": "填充 1",
1327
- "mn": "ADBE Vector Graphic - Fill",
1328
- "hd": false
1313
+ ty: "fl",
1314
+ c: {
1315
+ a: 0,
1316
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
1317
+ ix: 4
1318
+ },
1319
+ o: {
1320
+ a: 0,
1321
+ k: 100,
1322
+ ix: 5
1323
+ },
1324
+ r: 1,
1325
+ bm: 0,
1326
+ nm: "填充 1",
1327
+ mn: "ADBE Vector Graphic - Fill",
1328
+ hd: false
1329
1329
  }, {
1330
- "ty": "tr",
1331
- "p": {
1332
- "a": 0,
1333
- "k": [2.085, 2.953],
1334
- "ix": 2
1335
- },
1336
- "a": {
1337
- "a": 0,
1338
- "k": [0, 0],
1339
- "ix": 1
1340
- },
1341
- "s": {
1342
- "a": 0,
1343
- "k": [100, 100],
1344
- "ix": 3
1345
- },
1346
- "r": {
1347
- "a": 0,
1348
- "k": 0,
1349
- "ix": 6
1350
- },
1351
- "o": {
1352
- "a": 0,
1353
- "k": 100,
1354
- "ix": 7
1355
- },
1356
- "sk": {
1357
- "a": 0,
1358
- "k": 0,
1359
- "ix": 4
1360
- },
1361
- "sa": {
1362
- "a": 0,
1363
- "k": 0,
1364
- "ix": 5
1365
- },
1366
- "nm": "变换"
1330
+ ty: "tr",
1331
+ p: {
1332
+ a: 0,
1333
+ k: [2.085, 2.953],
1334
+ ix: 2
1335
+ },
1336
+ a: {
1337
+ a: 0,
1338
+ k: [0, 0],
1339
+ ix: 1
1340
+ },
1341
+ s: {
1342
+ a: 0,
1343
+ k: [100, 100],
1344
+ ix: 3
1345
+ },
1346
+ r: {
1347
+ a: 0,
1348
+ k: 0,
1349
+ ix: 6
1350
+ },
1351
+ o: {
1352
+ a: 0,
1353
+ k: 100,
1354
+ ix: 7
1355
+ },
1356
+ sk: {
1357
+ a: 0,
1358
+ k: 0,
1359
+ ix: 4
1360
+ },
1361
+ sa: {
1362
+ a: 0,
1363
+ k: 0,
1364
+ ix: 5
1365
+ },
1366
+ nm: "变换"
1367
1367
  }],
1368
- "nm": "组 1",
1369
- "np": 4,
1370
- "cix": 2,
1371
- "bm": 0,
1372
- "ix": 1,
1373
- "mn": "ADBE Vector Group",
1374
- "hd": false
1368
+ nm: "组 1",
1369
+ np: 4,
1370
+ cix: 2,
1371
+ bm: 0,
1372
+ ix: 1,
1373
+ mn: "ADBE Vector Group",
1374
+ hd: false
1375
1375
  }],
1376
- "ip": 0,
1377
- "op": 50,
1378
- "st": 0,
1379
- "bm": 0
1376
+ ip: 0,
1377
+ op: 50,
1378
+ st: 0,
1379
+ bm: 0
1380
1380
  }, {
1381
- "ddd": 0,
1382
- "ind": 23,
1383
- "ty": 4,
1384
- "nm": "“left”轮廓",
1385
- "sr": 1,
1386
- "ks": {
1387
- "o": {
1388
- "a": 0,
1389
- "k": 100,
1390
- "ix": 11
1391
- },
1392
- "r": {
1393
- "a": 0,
1394
- "k": 0,
1395
- "ix": 10
1396
- },
1397
- "p": {
1398
- "a": 0,
1399
- "k": [149.79, 40.279, 0],
1400
- "ix": 2
1401
- },
1402
- "a": {
1403
- "a": 0,
1404
- "k": [2.335, 10.673, 0],
1405
- "ix": 1
1406
- },
1407
- "s": {
1408
- "a": 1,
1409
- "k": [{
1410
- "i": {
1411
- "x": [0.833, 0.833, 0.833],
1412
- "y": [0.833, 0.833, 0.833]
1413
- },
1414
- "o": {
1415
- "x": [0.167, 0.167, 0.167],
1416
- "y": [0.167, 0.167, 0.167]
1417
- },
1418
- "t": 0,
1419
- "s": [100, 100, 100]
1381
+ ddd: 0,
1382
+ ind: 23,
1383
+ ty: 4,
1384
+ nm: "“left”轮廓",
1385
+ sr: 1,
1386
+ ks: {
1387
+ o: {
1388
+ a: 0,
1389
+ k: 100,
1390
+ ix: 11
1391
+ },
1392
+ r: {
1393
+ a: 0,
1394
+ k: 0,
1395
+ ix: 10
1396
+ },
1397
+ p: {
1398
+ a: 0,
1399
+ k: [149.79, 40.279, 0],
1400
+ ix: 2
1401
+ },
1402
+ a: {
1403
+ a: 0,
1404
+ k: [2.335, 10.673, 0],
1405
+ ix: 1
1406
+ },
1407
+ s: {
1408
+ a: 1,
1409
+ k: [{
1410
+ i: {
1411
+ x: [0.833, 0.833, 0.833],
1412
+ y: [0.833, 0.833, 0.833]
1413
+ },
1414
+ o: {
1415
+ x: [0.167, 0.167, 0.167],
1416
+ y: [0.167, 0.167, 0.167]
1417
+ },
1418
+ t: 0,
1419
+ s: [100, 100, 100]
1420
1420
  }, {
1421
- "i": {
1422
- "x": [0.833, 0.833, 0.833],
1423
- "y": [0.833, 0.833, 0.833]
1421
+ i: {
1422
+ x: [0.833, 0.833, 0.833],
1423
+ y: [0.833, 0.833, 0.833]
1424
1424
  },
1425
- "o": {
1426
- "x": [0.167, 0.167, 0.167],
1427
- "y": [0.167, 0.167, 0.167]
1425
+ o: {
1426
+ x: [0.167, 0.167, 0.167],
1427
+ y: [0.167, 0.167, 0.167]
1428
1428
  },
1429
- "t": 15,
1430
- "s": [58.57, 58.57, 100]
1429
+ t: 15,
1430
+ s: [58.57, 58.57, 100]
1431
1431
  }, {
1432
- "t": 25,
1433
- "s": [100, 100, 100]
1432
+ t: 25,
1433
+ s: [100, 100, 100]
1434
1434
  }],
1435
- "ix": 6,
1436
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
1435
+ ix: 6,
1436
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
1437
1437
  }
1438
1438
  },
1439
- "ao": 0,
1440
- "shapes": [{
1441
- "ty": "gr",
1442
- "it": [{
1443
- "ind": 0,
1444
- "ty": "sh",
1445
- "ix": 1,
1446
- "ks": {
1447
- "a": 0,
1448
- "k": {
1449
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
1450
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
1451
- "v": [[-2.085, 10.423], [2.085, 10.423], [2.085, -10.423], [-2.085, -10.423]],
1452
- "c": true
1453
- },
1454
- "ix": 2
1455
- },
1456
- "nm": "路径 1",
1457
- "mn": "ADBE Vector Shape - Group",
1458
- "hd": false
1439
+ ao: 0,
1440
+ shapes: [{
1441
+ ty: "gr",
1442
+ it: [{
1443
+ ind: 0,
1444
+ ty: "sh",
1445
+ ix: 1,
1446
+ ks: {
1447
+ a: 0,
1448
+ k: {
1449
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
1450
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
1451
+ v: [[-2.085, 10.423], [2.085, 10.423], [2.085, -10.423], [-2.085, -10.423]],
1452
+ c: true
1453
+ },
1454
+ ix: 2
1455
+ },
1456
+ nm: "路径 1",
1457
+ mn: "ADBE Vector Shape - Group",
1458
+ hd: false
1459
1459
  }, {
1460
- "ty": "fl",
1461
- "c": {
1462
- "a": 0,
1463
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
1464
- "ix": 4
1465
- },
1466
- "o": {
1467
- "a": 0,
1468
- "k": 100,
1469
- "ix": 5
1470
- },
1471
- "r": 1,
1472
- "bm": 0,
1473
- "nm": "填充 1",
1474
- "mn": "ADBE Vector Graphic - Fill",
1475
- "hd": false
1460
+ ty: "fl",
1461
+ c: {
1462
+ a: 0,
1463
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
1464
+ ix: 4
1465
+ },
1466
+ o: {
1467
+ a: 0,
1468
+ k: 100,
1469
+ ix: 5
1470
+ },
1471
+ r: 1,
1472
+ bm: 0,
1473
+ nm: "填充 1",
1474
+ mn: "ADBE Vector Graphic - Fill",
1475
+ hd: false
1476
1476
  }, {
1477
- "ty": "tr",
1478
- "p": {
1479
- "a": 0,
1480
- "k": [2.335, 10.673],
1481
- "ix": 2
1482
- },
1483
- "a": {
1484
- "a": 0,
1485
- "k": [0, 0],
1486
- "ix": 1
1487
- },
1488
- "s": {
1489
- "a": 0,
1490
- "k": [100, 100],
1491
- "ix": 3
1492
- },
1493
- "r": {
1494
- "a": 0,
1495
- "k": 0,
1496
- "ix": 6
1497
- },
1498
- "o": {
1499
- "a": 0,
1500
- "k": 100,
1501
- "ix": 7
1502
- },
1503
- "sk": {
1504
- "a": 0,
1505
- "k": 0,
1506
- "ix": 4
1507
- },
1508
- "sa": {
1509
- "a": 0,
1510
- "k": 0,
1511
- "ix": 5
1512
- },
1513
- "nm": "变换"
1477
+ ty: "tr",
1478
+ p: {
1479
+ a: 0,
1480
+ k: [2.335, 10.673],
1481
+ ix: 2
1482
+ },
1483
+ a: {
1484
+ a: 0,
1485
+ k: [0, 0],
1486
+ ix: 1
1487
+ },
1488
+ s: {
1489
+ a: 0,
1490
+ k: [100, 100],
1491
+ ix: 3
1492
+ },
1493
+ r: {
1494
+ a: 0,
1495
+ k: 0,
1496
+ ix: 6
1497
+ },
1498
+ o: {
1499
+ a: 0,
1500
+ k: 100,
1501
+ ix: 7
1502
+ },
1503
+ sk: {
1504
+ a: 0,
1505
+ k: 0,
1506
+ ix: 4
1507
+ },
1508
+ sa: {
1509
+ a: 0,
1510
+ k: 0,
1511
+ ix: 5
1512
+ },
1513
+ nm: "变换"
1514
1514
  }],
1515
- "nm": "组 1",
1516
- "np": 2,
1517
- "cix": 2,
1518
- "bm": 0,
1519
- "ix": 1,
1520
- "mn": "ADBE Vector Group",
1521
- "hd": false
1515
+ nm: "组 1",
1516
+ np: 2,
1517
+ cix: 2,
1518
+ bm: 0,
1519
+ ix: 1,
1520
+ mn: "ADBE Vector Group",
1521
+ hd: false
1522
1522
  }],
1523
- "ip": 0,
1524
- "op": 50,
1525
- "st": 0,
1526
- "bm": 0
1523
+ ip: 0,
1524
+ op: 50,
1525
+ st: 0,
1526
+ bm: 0
1527
1527
  }, {
1528
- "ddd": 0,
1529
- "ind": 25,
1530
- "ty": 4,
1531
- "nm": "“left”轮廓",
1532
- "sr": 1,
1533
- "ks": {
1534
- "o": {
1535
- "a": 0,
1536
- "k": 100,
1537
- "ix": 11
1538
- },
1539
- "r": {
1540
- "a": 0,
1541
- "k": 0,
1542
- "ix": 10
1543
- },
1544
- "p": {
1545
- "a": 0,
1546
- "k": [133.113, 40.279, 0],
1547
- "ix": 2
1548
- },
1549
- "a": {
1550
- "a": 0,
1551
- "k": [2.085, 22.93, 0],
1552
- "ix": 1
1553
- },
1554
- "s": {
1555
- "a": 1,
1556
- "k": [{
1557
- "i": {
1558
- "x": [0.833, 0.833, 0.833],
1559
- "y": [0.833, 0.833, 0.833]
1560
- },
1561
- "o": {
1562
- "x": [0.167, 0.167, 0.167],
1563
- "y": [0.167, 0.167, 0.167]
1564
- },
1565
- "t": 0,
1566
- "s": [100, 100, 100]
1528
+ ddd: 0,
1529
+ ind: 25,
1530
+ ty: 4,
1531
+ nm: "“left”轮廓",
1532
+ sr: 1,
1533
+ ks: {
1534
+ o: {
1535
+ a: 0,
1536
+ k: 100,
1537
+ ix: 11
1538
+ },
1539
+ r: {
1540
+ a: 0,
1541
+ k: 0,
1542
+ ix: 10
1543
+ },
1544
+ p: {
1545
+ a: 0,
1546
+ k: [133.113, 40.279, 0],
1547
+ ix: 2
1548
+ },
1549
+ a: {
1550
+ a: 0,
1551
+ k: [2.085, 22.93, 0],
1552
+ ix: 1
1553
+ },
1554
+ s: {
1555
+ a: 1,
1556
+ k: [{
1557
+ i: {
1558
+ x: [0.833, 0.833, 0.833],
1559
+ y: [0.833, 0.833, 0.833]
1560
+ },
1561
+ o: {
1562
+ x: [0.167, 0.167, 0.167],
1563
+ y: [0.167, 0.167, 0.167]
1564
+ },
1565
+ t: 0,
1566
+ s: [100, 100, 100]
1567
1567
  }, {
1568
- "i": {
1569
- "x": [0.833, 0.833, 0.833],
1570
- "y": [0.833, 0.833, 0.833]
1568
+ i: {
1569
+ x: [0.833, 0.833, 0.833],
1570
+ y: [0.833, 0.833, 0.833]
1571
1571
  },
1572
- "o": {
1573
- "x": [0.167, 0.167, 0.167],
1574
- "y": [0.167, 0.167, 0.167]
1572
+ o: {
1573
+ x: [0.167, 0.167, 0.167],
1574
+ y: [0.167, 0.167, 0.167]
1575
1575
  },
1576
- "t": 15,
1577
- "s": [58.57, 58.57, 100]
1576
+ t: 15,
1577
+ s: [58.57, 58.57, 100]
1578
1578
  }, {
1579
- "t": 25,
1580
- "s": [100, 100, 100]
1579
+ t: 25,
1580
+ s: [100, 100, 100]
1581
1581
  }],
1582
- "ix": 6,
1583
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
1582
+ ix: 6,
1583
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
1584
1584
  }
1585
1585
  },
1586
- "ao": 0,
1587
- "shapes": [{
1588
- "ty": "gr",
1589
- "it": [{
1590
- "ind": 0,
1591
- "ty": "sh",
1592
- "ix": 1,
1593
- "ks": {
1594
- "a": 0,
1595
- "k": {
1596
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
1597
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
1598
- "v": [[-2.085, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.085, -22.93]],
1599
- "c": true
1600
- },
1601
- "ix": 2
1602
- },
1603
- "nm": "路径 1",
1604
- "mn": "ADBE Vector Shape - Group",
1605
- "hd": false
1586
+ ao: 0,
1587
+ shapes: [{
1588
+ ty: "gr",
1589
+ it: [{
1590
+ ind: 0,
1591
+ ty: "sh",
1592
+ ix: 1,
1593
+ ks: {
1594
+ a: 0,
1595
+ k: {
1596
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
1597
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
1598
+ v: [[-2.085, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.085, -22.93]],
1599
+ c: true
1600
+ },
1601
+ ix: 2
1602
+ },
1603
+ nm: "路径 1",
1604
+ mn: "ADBE Vector Shape - Group",
1605
+ hd: false
1606
1606
  }, {
1607
- "ty": "fl",
1608
- "c": {
1609
- "a": 0,
1610
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
1611
- "ix": 4
1612
- },
1613
- "o": {
1614
- "a": 0,
1615
- "k": 100,
1616
- "ix": 5
1617
- },
1618
- "r": 1,
1619
- "bm": 0,
1620
- "nm": "填充 1",
1621
- "mn": "ADBE Vector Graphic - Fill",
1622
- "hd": false
1607
+ ty: "fl",
1608
+ c: {
1609
+ a: 0,
1610
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
1611
+ ix: 4
1612
+ },
1613
+ o: {
1614
+ a: 0,
1615
+ k: 100,
1616
+ ix: 5
1617
+ },
1618
+ r: 1,
1619
+ bm: 0,
1620
+ nm: "填充 1",
1621
+ mn: "ADBE Vector Graphic - Fill",
1622
+ hd: false
1623
1623
  }, {
1624
- "ty": "tr",
1625
- "p": {
1626
- "a": 0,
1627
- "k": [2.085, 22.931],
1628
- "ix": 2
1629
- },
1630
- "a": {
1631
- "a": 0,
1632
- "k": [0, 0],
1633
- "ix": 1
1634
- },
1635
- "s": {
1636
- "a": 0,
1637
- "k": [100, 100],
1638
- "ix": 3
1639
- },
1640
- "r": {
1641
- "a": 0,
1642
- "k": 0,
1643
- "ix": 6
1644
- },
1645
- "o": {
1646
- "a": 0,
1647
- "k": 100,
1648
- "ix": 7
1649
- },
1650
- "sk": {
1651
- "a": 0,
1652
- "k": 0,
1653
- "ix": 4
1654
- },
1655
- "sa": {
1656
- "a": 0,
1657
- "k": 0,
1658
- "ix": 5
1659
- },
1660
- "nm": "变换"
1624
+ ty: "tr",
1625
+ p: {
1626
+ a: 0,
1627
+ k: [2.085, 22.931],
1628
+ ix: 2
1629
+ },
1630
+ a: {
1631
+ a: 0,
1632
+ k: [0, 0],
1633
+ ix: 1
1634
+ },
1635
+ s: {
1636
+ a: 0,
1637
+ k: [100, 100],
1638
+ ix: 3
1639
+ },
1640
+ r: {
1641
+ a: 0,
1642
+ k: 0,
1643
+ ix: 6
1644
+ },
1645
+ o: {
1646
+ a: 0,
1647
+ k: 100,
1648
+ ix: 7
1649
+ },
1650
+ sk: {
1651
+ a: 0,
1652
+ k: 0,
1653
+ ix: 4
1654
+ },
1655
+ sa: {
1656
+ a: 0,
1657
+ k: 0,
1658
+ ix: 5
1659
+ },
1660
+ nm: "变换"
1661
1661
  }],
1662
- "nm": "组 1",
1663
- "np": 4,
1664
- "cix": 2,
1665
- "bm": 0,
1666
- "ix": 1,
1667
- "mn": "ADBE Vector Group",
1668
- "hd": false
1662
+ nm: "组 1",
1663
+ np: 4,
1664
+ cix: 2,
1665
+ bm: 0,
1666
+ ix: 1,
1667
+ mn: "ADBE Vector Group",
1668
+ hd: false
1669
1669
  }],
1670
- "ip": 0,
1671
- "op": 50,
1672
- "st": 0,
1673
- "bm": 0
1670
+ ip: 0,
1671
+ op: 50,
1672
+ st: 0,
1673
+ bm: 0
1674
1674
  }, {
1675
- "ddd": 0,
1676
- "ind": 27,
1677
- "ty": 4,
1678
- "nm": "“left”轮廓",
1679
- "sr": 1,
1680
- "ks": {
1681
- "o": {
1682
- "a": 0,
1683
- "k": 100,
1684
- "ix": 11
1685
- },
1686
- "r": {
1687
- "a": 0,
1688
- "k": 0,
1689
- "ix": 10
1690
- },
1691
- "p": {
1692
- "a": 0,
1693
- "k": [116.436, 40.279, 0],
1694
- "ix": 2
1695
- },
1696
- "a": {
1697
- "a": 0,
1698
- "k": [2.084, 35.437, 0],
1699
- "ix": 1
1700
- },
1701
- "s": {
1702
- "a": 1,
1703
- "k": [{
1704
- "i": {
1705
- "x": [0.833, 0.833, 0.833],
1706
- "y": [0.833, 0.833, 0.833]
1707
- },
1708
- "o": {
1709
- "x": [0.167, 0.167, 0.167],
1710
- "y": [0.167, 0.167, 0.167]
1711
- },
1712
- "t": 0,
1713
- "s": [100, 100, 100]
1675
+ ddd: 0,
1676
+ ind: 27,
1677
+ ty: 4,
1678
+ nm: "“left”轮廓",
1679
+ sr: 1,
1680
+ ks: {
1681
+ o: {
1682
+ a: 0,
1683
+ k: 100,
1684
+ ix: 11
1685
+ },
1686
+ r: {
1687
+ a: 0,
1688
+ k: 0,
1689
+ ix: 10
1690
+ },
1691
+ p: {
1692
+ a: 0,
1693
+ k: [116.436, 40.279, 0],
1694
+ ix: 2
1695
+ },
1696
+ a: {
1697
+ a: 0,
1698
+ k: [2.084, 35.437, 0],
1699
+ ix: 1
1700
+ },
1701
+ s: {
1702
+ a: 1,
1703
+ k: [{
1704
+ i: {
1705
+ x: [0.833, 0.833, 0.833],
1706
+ y: [0.833, 0.833, 0.833]
1707
+ },
1708
+ o: {
1709
+ x: [0.167, 0.167, 0.167],
1710
+ y: [0.167, 0.167, 0.167]
1711
+ },
1712
+ t: 0,
1713
+ s: [100, 100, 100]
1714
1714
  }, {
1715
- "i": {
1716
- "x": [0.833, 0.833, 0.833],
1717
- "y": [0.833, 0.833, 0.833]
1715
+ i: {
1716
+ x: [0.833, 0.833, 0.833],
1717
+ y: [0.833, 0.833, 0.833]
1718
1718
  },
1719
- "o": {
1720
- "x": [0.167, 0.167, 0.167],
1721
- "y": [0.167, 0.167, 0.167]
1719
+ o: {
1720
+ x: [0.167, 0.167, 0.167],
1721
+ y: [0.167, 0.167, 0.167]
1722
1722
  },
1723
- "t": 15,
1724
- "s": [-66.902, 48.797, 100]
1723
+ t: 15,
1724
+ s: [-66.902, 48.797, 100]
1725
1725
  }, {
1726
- "t": 25,
1727
- "s": [100, 100, 100]
1726
+ t: 25,
1727
+ s: [100, 100, 100]
1728
1728
  }],
1729
- "ix": 6,
1730
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
1729
+ ix: 6,
1730
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
1731
1731
  }
1732
1732
  },
1733
- "ao": 0,
1734
- "shapes": [{
1735
- "ty": "gr",
1736
- "it": [{
1737
- "ind": 0,
1738
- "ty": "sh",
1739
- "ix": 1,
1740
- "ks": {
1741
- "a": 0,
1742
- "k": {
1743
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
1744
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
1745
- "v": [[-2.085, 35.438], [2.085, 35.438], [2.085, -35.437], [-2.085, -35.437]],
1746
- "c": true
1747
- },
1748
- "ix": 2
1749
- },
1750
- "nm": "路径 1",
1751
- "mn": "ADBE Vector Shape - Group",
1752
- "hd": false
1733
+ ao: 0,
1734
+ shapes: [{
1735
+ ty: "gr",
1736
+ it: [{
1737
+ ind: 0,
1738
+ ty: "sh",
1739
+ ix: 1,
1740
+ ks: {
1741
+ a: 0,
1742
+ k: {
1743
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
1744
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
1745
+ v: [[-2.085, 35.438], [2.085, 35.438], [2.085, -35.437], [-2.085, -35.437]],
1746
+ c: true
1747
+ },
1748
+ ix: 2
1749
+ },
1750
+ nm: "路径 1",
1751
+ mn: "ADBE Vector Shape - Group",
1752
+ hd: false
1753
1753
  }, {
1754
- "ty": "fl",
1755
- "c": {
1756
- "a": 0,
1757
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
1758
- "ix": 4
1759
- },
1760
- "o": {
1761
- "a": 0,
1762
- "k": 100,
1763
- "ix": 5
1764
- },
1765
- "r": 1,
1766
- "bm": 0,
1767
- "nm": "填充 1",
1768
- "mn": "ADBE Vector Graphic - Fill",
1769
- "hd": false
1754
+ ty: "fl",
1755
+ c: {
1756
+ a: 0,
1757
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
1758
+ ix: 4
1759
+ },
1760
+ o: {
1761
+ a: 0,
1762
+ k: 100,
1763
+ ix: 5
1764
+ },
1765
+ r: 1,
1766
+ bm: 0,
1767
+ nm: "填充 1",
1768
+ mn: "ADBE Vector Graphic - Fill",
1769
+ hd: false
1770
1770
  }, {
1771
- "ty": "tr",
1772
- "p": {
1773
- "a": 0,
1774
- "k": [2.084, 35.438],
1775
- "ix": 2
1776
- },
1777
- "a": {
1778
- "a": 0,
1779
- "k": [0, 0],
1780
- "ix": 1
1781
- },
1782
- "s": {
1783
- "a": 0,
1784
- "k": [100, 100],
1785
- "ix": 3
1786
- },
1787
- "r": {
1788
- "a": 0,
1789
- "k": 0,
1790
- "ix": 6
1791
- },
1792
- "o": {
1793
- "a": 0,
1794
- "k": 100,
1795
- "ix": 7
1796
- },
1797
- "sk": {
1798
- "a": 0,
1799
- "k": 0,
1800
- "ix": 4
1801
- },
1802
- "sa": {
1803
- "a": 0,
1804
- "k": 0,
1805
- "ix": 5
1806
- },
1807
- "nm": "变换"
1771
+ ty: "tr",
1772
+ p: {
1773
+ a: 0,
1774
+ k: [2.084, 35.438],
1775
+ ix: 2
1776
+ },
1777
+ a: {
1778
+ a: 0,
1779
+ k: [0, 0],
1780
+ ix: 1
1781
+ },
1782
+ s: {
1783
+ a: 0,
1784
+ k: [100, 100],
1785
+ ix: 3
1786
+ },
1787
+ r: {
1788
+ a: 0,
1789
+ k: 0,
1790
+ ix: 6
1791
+ },
1792
+ o: {
1793
+ a: 0,
1794
+ k: 100,
1795
+ ix: 7
1796
+ },
1797
+ sk: {
1798
+ a: 0,
1799
+ k: 0,
1800
+ ix: 4
1801
+ },
1802
+ sa: {
1803
+ a: 0,
1804
+ k: 0,
1805
+ ix: 5
1806
+ },
1807
+ nm: "变换"
1808
1808
  }],
1809
- "nm": "组 1",
1810
- "np": 4,
1811
- "cix": 2,
1812
- "bm": 0,
1813
- "ix": 1,
1814
- "mn": "ADBE Vector Group",
1815
- "hd": false
1809
+ nm: "组 1",
1810
+ np: 4,
1811
+ cix: 2,
1812
+ bm: 0,
1813
+ ix: 1,
1814
+ mn: "ADBE Vector Group",
1815
+ hd: false
1816
1816
  }],
1817
- "ip": 0,
1818
- "op": 50,
1819
- "st": 0,
1820
- "bm": 0
1817
+ ip: 0,
1818
+ op: 50,
1819
+ st: 0,
1820
+ bm: 0
1821
1821
  }, {
1822
- "ddd": 0,
1823
- "ind": 29,
1824
- "ty": 4,
1825
- "nm": "“left”轮廓",
1826
- "sr": 1,
1827
- "ks": {
1828
- "o": {
1829
- "a": 0,
1830
- "k": 100,
1831
- "ix": 11
1832
- },
1833
- "r": {
1834
- "a": 0,
1835
- "k": 0,
1836
- "ix": 10
1837
- },
1838
- "p": {
1839
- "a": 0,
1840
- "k": [99.76, 40.279, 0],
1841
- "ix": 2
1842
- },
1843
- "a": {
1844
- "a": 0,
1845
- "k": [2.084, 22.93, 0],
1846
- "ix": 1
1847
- },
1848
- "s": {
1849
- "a": 1,
1850
- "k": [{
1851
- "i": {
1852
- "x": [0.833, 0.833, 0.833],
1853
- "y": [0.833, 0.833, 0.833]
1854
- },
1855
- "o": {
1856
- "x": [0.167, 0.167, 0.167],
1857
- "y": [0.167, 0.167, 0.167]
1858
- },
1859
- "t": 0,
1860
- "s": [100, 100, 100]
1822
+ ddd: 0,
1823
+ ind: 29,
1824
+ ty: 4,
1825
+ nm: "“left”轮廓",
1826
+ sr: 1,
1827
+ ks: {
1828
+ o: {
1829
+ a: 0,
1830
+ k: 100,
1831
+ ix: 11
1832
+ },
1833
+ r: {
1834
+ a: 0,
1835
+ k: 0,
1836
+ ix: 10
1837
+ },
1838
+ p: {
1839
+ a: 0,
1840
+ k: [99.76, 40.279, 0],
1841
+ ix: 2
1842
+ },
1843
+ a: {
1844
+ a: 0,
1845
+ k: [2.084, 22.93, 0],
1846
+ ix: 1
1847
+ },
1848
+ s: {
1849
+ a: 1,
1850
+ k: [{
1851
+ i: {
1852
+ x: [0.833, 0.833, 0.833],
1853
+ y: [0.833, 0.833, 0.833]
1854
+ },
1855
+ o: {
1856
+ x: [0.167, 0.167, 0.167],
1857
+ y: [0.167, 0.167, 0.167]
1858
+ },
1859
+ t: 0,
1860
+ s: [100, 100, 100]
1861
1861
  }, {
1862
- "i": {
1863
- "x": [0.833, 0.833, 0.833],
1864
- "y": [0.833, 0.833, 0.833]
1862
+ i: {
1863
+ x: [0.833, 0.833, 0.833],
1864
+ y: [0.833, 0.833, 0.833]
1865
1865
  },
1866
- "o": {
1867
- "x": [0.167, 0.167, 0.167],
1868
- "y": [0.167, 0.167, 0.167]
1866
+ o: {
1867
+ x: [0.167, 0.167, 0.167],
1868
+ y: [0.167, 0.167, 0.167]
1869
1869
  },
1870
- "t": 15,
1871
- "s": [32.562, 32.562, 100]
1870
+ t: 15,
1871
+ s: [32.562, 32.562, 100]
1872
1872
  }, {
1873
- "t": 25,
1874
- "s": [100, 100, 100]
1873
+ t: 25,
1874
+ s: [100, 100, 100]
1875
1875
  }],
1876
- "ix": 6,
1877
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
1876
+ ix: 6,
1877
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
1878
1878
  }
1879
1879
  },
1880
- "ao": 0,
1881
- "shapes": [{
1882
- "ty": "gr",
1883
- "it": [{
1884
- "ind": 0,
1885
- "ty": "sh",
1886
- "ix": 1,
1887
- "ks": {
1888
- "a": 0,
1889
- "k": {
1890
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
1891
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
1892
- "v": [[-2.084, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.084, -22.93]],
1893
- "c": true
1894
- },
1895
- "ix": 2
1896
- },
1897
- "nm": "路径 1",
1898
- "mn": "ADBE Vector Shape - Group",
1899
- "hd": false
1880
+ ao: 0,
1881
+ shapes: [{
1882
+ ty: "gr",
1883
+ it: [{
1884
+ ind: 0,
1885
+ ty: "sh",
1886
+ ix: 1,
1887
+ ks: {
1888
+ a: 0,
1889
+ k: {
1890
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
1891
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
1892
+ v: [[-2.084, 22.93], [2.085, 22.93], [2.085, -22.93], [-2.084, -22.93]],
1893
+ c: true
1894
+ },
1895
+ ix: 2
1896
+ },
1897
+ nm: "路径 1",
1898
+ mn: "ADBE Vector Shape - Group",
1899
+ hd: false
1900
1900
  }, {
1901
- "ty": "fl",
1902
- "c": {
1903
- "a": 0,
1904
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
1905
- "ix": 4
1906
- },
1907
- "o": {
1908
- "a": 0,
1909
- "k": 100,
1910
- "ix": 5
1911
- },
1912
- "r": 1,
1913
- "bm": 0,
1914
- "nm": "填充 1",
1915
- "mn": "ADBE Vector Graphic - Fill",
1916
- "hd": false
1901
+ ty: "fl",
1902
+ c: {
1903
+ a: 0,
1904
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
1905
+ ix: 4
1906
+ },
1907
+ o: {
1908
+ a: 0,
1909
+ k: 100,
1910
+ ix: 5
1911
+ },
1912
+ r: 1,
1913
+ bm: 0,
1914
+ nm: "填充 1",
1915
+ mn: "ADBE Vector Graphic - Fill",
1916
+ hd: false
1917
1917
  }, {
1918
- "ty": "tr",
1919
- "p": {
1920
- "a": 0,
1921
- "k": [2.085, 22.931],
1922
- "ix": 2
1923
- },
1924
- "a": {
1925
- "a": 0,
1926
- "k": [0, 0],
1927
- "ix": 1
1928
- },
1929
- "s": {
1930
- "a": 0,
1931
- "k": [100, 100],
1932
- "ix": 3
1933
- },
1934
- "r": {
1935
- "a": 0,
1936
- "k": 0,
1937
- "ix": 6
1938
- },
1939
- "o": {
1940
- "a": 0,
1941
- "k": 100,
1942
- "ix": 7
1943
- },
1944
- "sk": {
1945
- "a": 0,
1946
- "k": 0,
1947
- "ix": 4
1948
- },
1949
- "sa": {
1950
- "a": 0,
1951
- "k": 0,
1952
- "ix": 5
1953
- },
1954
- "nm": "变换"
1918
+ ty: "tr",
1919
+ p: {
1920
+ a: 0,
1921
+ k: [2.085, 22.931],
1922
+ ix: 2
1923
+ },
1924
+ a: {
1925
+ a: 0,
1926
+ k: [0, 0],
1927
+ ix: 1
1928
+ },
1929
+ s: {
1930
+ a: 0,
1931
+ k: [100, 100],
1932
+ ix: 3
1933
+ },
1934
+ r: {
1935
+ a: 0,
1936
+ k: 0,
1937
+ ix: 6
1938
+ },
1939
+ o: {
1940
+ a: 0,
1941
+ k: 100,
1942
+ ix: 7
1943
+ },
1944
+ sk: {
1945
+ a: 0,
1946
+ k: 0,
1947
+ ix: 4
1948
+ },
1949
+ sa: {
1950
+ a: 0,
1951
+ k: 0,
1952
+ ix: 5
1953
+ },
1954
+ nm: "变换"
1955
1955
  }],
1956
- "nm": "组 1",
1957
- "np": 4,
1958
- "cix": 2,
1959
- "bm": 0,
1960
- "ix": 1,
1961
- "mn": "ADBE Vector Group",
1962
- "hd": false
1956
+ nm: "组 1",
1957
+ np: 4,
1958
+ cix: 2,
1959
+ bm: 0,
1960
+ ix: 1,
1961
+ mn: "ADBE Vector Group",
1962
+ hd: false
1963
1963
  }],
1964
- "ip": 0,
1965
- "op": 50,
1966
- "st": 0,
1967
- "bm": 0
1964
+ ip: 0,
1965
+ op: 50,
1966
+ st: 0,
1967
+ bm: 0
1968
1968
  }, {
1969
- "ddd": 0,
1970
- "ind": 31,
1971
- "ty": 4,
1972
- "nm": "“left”轮廓",
1973
- "sr": 1,
1974
- "ks": {
1975
- "o": {
1976
- "a": 0,
1977
- "k": 100,
1978
- "ix": 11
1979
- },
1980
- "r": {
1981
- "a": 0,
1982
- "k": 0,
1983
- "ix": 10
1984
- },
1985
- "p": {
1986
- "a": 0,
1987
- "k": [83.083, 40.279, 0],
1988
- "ix": 2
1989
- },
1990
- "a": {
1991
- "a": 0,
1992
- "k": [2.085, 10.423, 0],
1993
- "ix": 1
1994
- },
1995
- "s": {
1996
- "a": 1,
1997
- "k": [{
1998
- "i": {
1999
- "x": [0.833, 0.833, 0.833],
2000
- "y": [0.833, 0.833, 0.833]
2001
- },
2002
- "o": {
2003
- "x": [0.167, 0.167, 0.167],
2004
- "y": [0.167, 0.167, 0.167]
2005
- },
2006
- "t": 0,
2007
- "s": [100, 100, 100]
1969
+ ddd: 0,
1970
+ ind: 31,
1971
+ ty: 4,
1972
+ nm: "“left”轮廓",
1973
+ sr: 1,
1974
+ ks: {
1975
+ o: {
1976
+ a: 0,
1977
+ k: 100,
1978
+ ix: 11
1979
+ },
1980
+ r: {
1981
+ a: 0,
1982
+ k: 0,
1983
+ ix: 10
1984
+ },
1985
+ p: {
1986
+ a: 0,
1987
+ k: [83.083, 40.279, 0],
1988
+ ix: 2
1989
+ },
1990
+ a: {
1991
+ a: 0,
1992
+ k: [2.085, 10.423, 0],
1993
+ ix: 1
1994
+ },
1995
+ s: {
1996
+ a: 1,
1997
+ k: [{
1998
+ i: {
1999
+ x: [0.833, 0.833, 0.833],
2000
+ y: [0.833, 0.833, 0.833]
2001
+ },
2002
+ o: {
2003
+ x: [0.167, 0.167, 0.167],
2004
+ y: [0.167, 0.167, 0.167]
2005
+ },
2006
+ t: 0,
2007
+ s: [100, 100, 100]
2008
2008
  }, {
2009
- "i": {
2010
- "x": [0.833, 0.833, 0.833],
2011
- "y": [0.833, 0.833, 0.833]
2009
+ i: {
2010
+ x: [0.833, 0.833, 0.833],
2011
+ y: [0.833, 0.833, 0.833]
2012
2012
  },
2013
- "o": {
2014
- "x": [0.167, 0.167, 0.167],
2015
- "y": [0.167, 0.167, 0.167]
2013
+ o: {
2014
+ x: [0.167, 0.167, 0.167],
2015
+ y: [0.167, 0.167, 0.167]
2016
2016
  },
2017
- "t": 15,
2018
- "s": [58.57, 58.57, 100]
2017
+ t: 15,
2018
+ s: [58.57, 58.57, 100]
2019
2019
  }, {
2020
- "t": 25,
2021
- "s": [100, 100, 100]
2020
+ t: 25,
2021
+ s: [100, 100, 100]
2022
2022
  }],
2023
- "ix": 6,
2024
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
2023
+ ix: 6,
2024
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
2025
2025
  }
2026
2026
  },
2027
- "ao": 0,
2028
- "shapes": [{
2029
- "ty": "gr",
2030
- "it": [{
2031
- "ind": 0,
2032
- "ty": "sh",
2033
- "ix": 1,
2034
- "ks": {
2035
- "a": 0,
2036
- "k": {
2037
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
2038
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
2039
- "v": [[-2.085, 10.423], [2.085, 10.423], [2.085, -10.423], [-2.085, -10.423]],
2040
- "c": true
2041
- },
2042
- "ix": 2
2043
- },
2044
- "nm": "路径 1",
2045
- "mn": "ADBE Vector Shape - Group",
2046
- "hd": false
2027
+ ao: 0,
2028
+ shapes: [{
2029
+ ty: "gr",
2030
+ it: [{
2031
+ ind: 0,
2032
+ ty: "sh",
2033
+ ix: 1,
2034
+ ks: {
2035
+ a: 0,
2036
+ k: {
2037
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
2038
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
2039
+ v: [[-2.085, 10.423], [2.085, 10.423], [2.085, -10.423], [-2.085, -10.423]],
2040
+ c: true
2041
+ },
2042
+ ix: 2
2043
+ },
2044
+ nm: "路径 1",
2045
+ mn: "ADBE Vector Shape - Group",
2046
+ hd: false
2047
2047
  }, {
2048
- "ty": "fl",
2049
- "c": {
2050
- "a": 0,
2051
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
2052
- "ix": 4
2053
- },
2054
- "o": {
2055
- "a": 0,
2056
- "k": 100,
2057
- "ix": 5
2058
- },
2059
- "r": 1,
2060
- "bm": 0,
2061
- "nm": "填充 1",
2062
- "mn": "ADBE Vector Graphic - Fill",
2063
- "hd": false
2048
+ ty: "fl",
2049
+ c: {
2050
+ a: 0,
2051
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
2052
+ ix: 4
2053
+ },
2054
+ o: {
2055
+ a: 0,
2056
+ k: 100,
2057
+ ix: 5
2058
+ },
2059
+ r: 1,
2060
+ bm: 0,
2061
+ nm: "填充 1",
2062
+ mn: "ADBE Vector Graphic - Fill",
2063
+ hd: false
2064
2064
  }, {
2065
- "ty": "tr",
2066
- "p": {
2067
- "a": 0,
2068
- "k": [2.085, 10.423],
2069
- "ix": 2
2070
- },
2071
- "a": {
2072
- "a": 0,
2073
- "k": [0, 0],
2074
- "ix": 1
2075
- },
2076
- "s": {
2077
- "a": 0,
2078
- "k": [100, 100],
2079
- "ix": 3
2080
- },
2081
- "r": {
2082
- "a": 0,
2083
- "k": 0,
2084
- "ix": 6
2085
- },
2086
- "o": {
2087
- "a": 0,
2088
- "k": 100,
2089
- "ix": 7
2090
- },
2091
- "sk": {
2092
- "a": 0,
2093
- "k": 0,
2094
- "ix": 4
2095
- },
2096
- "sa": {
2097
- "a": 0,
2098
- "k": 0,
2099
- "ix": 5
2100
- },
2101
- "nm": "变换"
2065
+ ty: "tr",
2066
+ p: {
2067
+ a: 0,
2068
+ k: [2.085, 10.423],
2069
+ ix: 2
2070
+ },
2071
+ a: {
2072
+ a: 0,
2073
+ k: [0, 0],
2074
+ ix: 1
2075
+ },
2076
+ s: {
2077
+ a: 0,
2078
+ k: [100, 100],
2079
+ ix: 3
2080
+ },
2081
+ r: {
2082
+ a: 0,
2083
+ k: 0,
2084
+ ix: 6
2085
+ },
2086
+ o: {
2087
+ a: 0,
2088
+ k: 100,
2089
+ ix: 7
2090
+ },
2091
+ sk: {
2092
+ a: 0,
2093
+ k: 0,
2094
+ ix: 4
2095
+ },
2096
+ sa: {
2097
+ a: 0,
2098
+ k: 0,
2099
+ ix: 5
2100
+ },
2101
+ nm: "变换"
2102
2102
  }],
2103
- "nm": "组 1",
2104
- "np": 4,
2105
- "cix": 2,
2106
- "bm": 0,
2107
- "ix": 1,
2108
- "mn": "ADBE Vector Group",
2109
- "hd": false
2103
+ nm: "组 1",
2104
+ np: 4,
2105
+ cix: 2,
2106
+ bm: 0,
2107
+ ix: 1,
2108
+ mn: "ADBE Vector Group",
2109
+ hd: false
2110
2110
  }],
2111
- "ip": 0,
2112
- "op": 50,
2113
- "st": 0,
2114
- "bm": 0
2111
+ ip: 0,
2112
+ op: 50,
2113
+ st: 0,
2114
+ bm: 0
2115
2115
  }, {
2116
- "ddd": 0,
2117
- "ind": 33,
2118
- "ty": 4,
2119
- "nm": "“left”轮廓",
2120
- "sr": 1,
2121
- "ks": {
2122
- "o": {
2123
- "a": 0,
2124
- "k": 100,
2125
- "ix": 11
2126
- },
2127
- "r": {
2128
- "a": 0,
2129
- "k": 0,
2130
- "ix": 10
2131
- },
2132
- "p": {
2133
- "a": 0,
2134
- "k": [67.275, 40.279, 0],
2135
- "ix": 2
2136
- },
2137
- "a": {
2138
- "a": 0,
2139
- "k": [2.084, 14.071, 0],
2140
- "ix": 1
2141
- },
2142
- "s": {
2143
- "a": 1,
2144
- "k": [{
2145
- "i": {
2146
- "x": [0.833, 0.833, 0.833],
2147
- "y": [0.833, 0.833, 0.833]
2148
- },
2149
- "o": {
2150
- "x": [0.167, 0.167, 0.167],
2151
- "y": [0.167, 0.167, 0.167]
2152
- },
2153
- "t": 0,
2154
- "s": [100, 100, 100]
2116
+ ddd: 0,
2117
+ ind: 33,
2118
+ ty: 4,
2119
+ nm: "“left”轮廓",
2120
+ sr: 1,
2121
+ ks: {
2122
+ o: {
2123
+ a: 0,
2124
+ k: 100,
2125
+ ix: 11
2126
+ },
2127
+ r: {
2128
+ a: 0,
2129
+ k: 0,
2130
+ ix: 10
2131
+ },
2132
+ p: {
2133
+ a: 0,
2134
+ k: [67.275, 40.279, 0],
2135
+ ix: 2
2136
+ },
2137
+ a: {
2138
+ a: 0,
2139
+ k: [2.084, 14.071, 0],
2140
+ ix: 1
2141
+ },
2142
+ s: {
2143
+ a: 1,
2144
+ k: [{
2145
+ i: {
2146
+ x: [0.833, 0.833, 0.833],
2147
+ y: [0.833, 0.833, 0.833]
2148
+ },
2149
+ o: {
2150
+ x: [0.167, 0.167, 0.167],
2151
+ y: [0.167, 0.167, 0.167]
2152
+ },
2153
+ t: 0,
2154
+ s: [100, 100, 100]
2155
2155
  }, {
2156
- "i": {
2157
- "x": [0.833, 0.833, 0.833],
2158
- "y": [0.833, 0.833, 0.833]
2156
+ i: {
2157
+ x: [0.833, 0.833, 0.833],
2158
+ y: [0.833, 0.833, 0.833]
2159
2159
  },
2160
- "o": {
2161
- "x": [0.167, 0.167, 0.167],
2162
- "y": [0.167, 0.167, 0.167]
2160
+ o: {
2161
+ x: [0.167, 0.167, 0.167],
2162
+ y: [0.167, 0.167, 0.167]
2163
2163
  },
2164
- "t": 15,
2165
- "s": [29.044, 29.044, 100]
2164
+ t: 15,
2165
+ s: [29.044, 29.044, 100]
2166
2166
  }, {
2167
- "t": 25,
2168
- "s": [100, 100, 100]
2167
+ t: 25,
2168
+ s: [100, 100, 100]
2169
2169
  }],
2170
- "ix": 6,
2171
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
2170
+ ix: 6,
2171
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
2172
2172
  }
2173
2173
  },
2174
- "ao": 0,
2175
- "shapes": [{
2176
- "ty": "gr",
2177
- "it": [{
2178
- "ind": 0,
2179
- "ty": "sh",
2180
- "ix": 1,
2181
- "ks": {
2182
- "a": 0,
2183
- "k": {
2184
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
2185
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
2186
- "v": [[-296.919, 78.869], [296.919, 78.869], [296.919, -78.869], [-296.919, -78.869]],
2187
- "c": true
2188
- },
2189
- "ix": 2
2190
- },
2191
- "nm": "路径 1",
2192
- "mn": "ADBE Vector Shape - Group",
2193
- "hd": false
2174
+ ao: 0,
2175
+ shapes: [{
2176
+ ty: "gr",
2177
+ it: [{
2178
+ ind: 0,
2179
+ ty: "sh",
2180
+ ix: 1,
2181
+ ks: {
2182
+ a: 0,
2183
+ k: {
2184
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
2185
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
2186
+ v: [[-296.919, 78.869], [296.919, 78.869], [296.919, -78.869], [-296.919, -78.869]],
2187
+ c: true
2188
+ },
2189
+ ix: 2
2190
+ },
2191
+ nm: "路径 1",
2192
+ mn: "ADBE Vector Shape - Group",
2193
+ hd: false
2194
2194
  }, {
2195
- "ind": 1,
2196
- "ty": "sh",
2197
- "ix": 2,
2198
- "ks": {
2199
- "a": 0,
2200
- "k": {
2201
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
2202
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
2203
- "v": [[-296.919, -78.869], [296.919, -78.869], [296.919, 78.869], [-296.919, 78.869]],
2204
- "c": true
2205
- },
2206
- "ix": 2
2207
- },
2208
- "nm": "路径 2",
2209
- "mn": "ADBE Vector Shape - Group",
2210
- "hd": false
2195
+ ind: 1,
2196
+ ty: "sh",
2197
+ ix: 2,
2198
+ ks: {
2199
+ a: 0,
2200
+ k: {
2201
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
2202
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
2203
+ v: [[-296.919, -78.869], [296.919, -78.869], [296.919, 78.869], [-296.919, 78.869]],
2204
+ c: true
2205
+ },
2206
+ ix: 2
2207
+ },
2208
+ nm: "路径 2",
2209
+ mn: "ADBE Vector Shape - Group",
2210
+ hd: false
2211
2211
  }, {
2212
- "ind": 2,
2213
- "ty": "sh",
2214
- "ix": 3,
2215
- "ks": {
2216
- "a": 0,
2217
- "k": {
2218
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
2219
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
2220
- "v": [[-231.728, 52.481], [-227.559, 52.481], [-227.559, 24.34], [-231.728, 24.34]],
2221
- "c": true
2222
- },
2223
- "ix": 2
2224
- },
2225
- "nm": "路径 3",
2226
- "mn": "ADBE Vector Shape - Group",
2227
- "hd": false
2212
+ ind: 2,
2213
+ ty: "sh",
2214
+ ix: 3,
2215
+ ks: {
2216
+ a: 0,
2217
+ k: {
2218
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
2219
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
2220
+ v: [[-231.728, 52.481], [-227.559, 52.481], [-227.559, 24.34], [-231.728, 24.34]],
2221
+ c: true
2222
+ },
2223
+ ix: 2
2224
+ },
2225
+ nm: "路径 3",
2226
+ mn: "ADBE Vector Shape - Group",
2227
+ hd: false
2228
2228
  }, {
2229
- "ty": "mm",
2230
- "mm": 1,
2231
- "nm": "合并路径 1",
2232
- "mn": "ADBE Vector Filter - Merge",
2233
- "hd": false
2229
+ ty: "mm",
2230
+ mm: 1,
2231
+ nm: "合并路径 1",
2232
+ mn: "ADBE Vector Filter - Merge",
2233
+ hd: false
2234
2234
  }, {
2235
- "ty": "fl",
2236
- "c": {
2237
- "a": 0,
2238
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
2239
- "ix": 4
2240
- },
2241
- "o": {
2242
- "a": 0,
2243
- "k": 100,
2244
- "ix": 5
2245
- },
2246
- "r": 1,
2247
- "bm": 0,
2248
- "nm": "填充 1",
2249
- "mn": "ADBE Vector Graphic - Fill",
2250
- "hd": false
2235
+ ty: "fl",
2236
+ c: {
2237
+ a: 0,
2238
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
2239
+ ix: 4
2240
+ },
2241
+ o: {
2242
+ a: 0,
2243
+ k: 100,
2244
+ ix: 5
2245
+ },
2246
+ r: 1,
2247
+ bm: 0,
2248
+ nm: "填充 1",
2249
+ mn: "ADBE Vector Graphic - Fill",
2250
+ hd: false
2251
2251
  }, {
2252
- "ty": "tr",
2253
- "p": {
2254
- "a": 0,
2255
- "k": [231.728, -24.34],
2256
- "ix": 2
2257
- },
2258
- "a": {
2259
- "a": 0,
2260
- "k": [0, 0],
2261
- "ix": 1
2262
- },
2263
- "s": {
2264
- "a": 0,
2265
- "k": [100, 100],
2266
- "ix": 3
2267
- },
2268
- "r": {
2269
- "a": 0,
2270
- "k": 0,
2271
- "ix": 6
2272
- },
2273
- "o": {
2274
- "a": 0,
2275
- "k": 100,
2276
- "ix": 7
2277
- },
2278
- "sk": {
2279
- "a": 0,
2280
- "k": 0,
2281
- "ix": 4
2282
- },
2283
- "sa": {
2284
- "a": 0,
2285
- "k": 0,
2286
- "ix": 5
2287
- },
2288
- "nm": "变换"
2252
+ ty: "tr",
2253
+ p: {
2254
+ a: 0,
2255
+ k: [231.728, -24.34],
2256
+ ix: 2
2257
+ },
2258
+ a: {
2259
+ a: 0,
2260
+ k: [0, 0],
2261
+ ix: 1
2262
+ },
2263
+ s: {
2264
+ a: 0,
2265
+ k: [100, 100],
2266
+ ix: 3
2267
+ },
2268
+ r: {
2269
+ a: 0,
2270
+ k: 0,
2271
+ ix: 6
2272
+ },
2273
+ o: {
2274
+ a: 0,
2275
+ k: 100,
2276
+ ix: 7
2277
+ },
2278
+ sk: {
2279
+ a: 0,
2280
+ k: 0,
2281
+ ix: 4
2282
+ },
2283
+ sa: {
2284
+ a: 0,
2285
+ k: 0,
2286
+ ix: 5
2287
+ },
2288
+ nm: "变换"
2289
2289
  }],
2290
- "nm": "组 1",
2291
- "np": 5,
2292
- "cix": 2,
2293
- "bm": 0,
2294
- "ix": 1,
2295
- "mn": "ADBE Vector Group",
2296
- "hd": false
2290
+ nm: "组 1",
2291
+ np: 5,
2292
+ cix: 2,
2293
+ bm: 0,
2294
+ ix: 1,
2295
+ mn: "ADBE Vector Group",
2296
+ hd: false
2297
2297
  }],
2298
- "ip": 0,
2299
- "op": 50,
2300
- "st": 0,
2301
- "bm": 0
2298
+ ip: 0,
2299
+ op: 50,
2300
+ st: 0,
2301
+ bm: 0
2302
2302
  }, {
2303
- "ddd": 0,
2304
- "ind": 35,
2305
- "ty": 4,
2306
- "nm": "“left”轮廓",
2307
- "sr": 1,
2308
- "ks": {
2309
- "o": {
2310
- "a": 0,
2311
- "k": 100,
2312
- "ix": 11
2313
- },
2314
- "r": {
2315
- "a": 0,
2316
- "k": 0,
2317
- "ix": 10
2318
- },
2319
- "p": {
2320
- "a": 0,
2321
- "k": [50.599, 40.279, 0],
2322
- "ix": 2
2323
- },
2324
- "a": {
2325
- "a": 0,
2326
- "k": [2.085, 7.47, 0],
2327
- "ix": 1
2328
- },
2329
- "s": {
2330
- "a": 1,
2331
- "k": [{
2332
- "i": {
2333
- "x": [0.833, 0.833, 0.833],
2334
- "y": [0.833, 0.833, 0.833]
2335
- },
2336
- "o": {
2337
- "x": [0.167, 0.167, 0.167],
2338
- "y": [0.167, 0.167, 0.167]
2339
- },
2340
- "t": 0,
2341
- "s": [100, 100, 100]
2303
+ ddd: 0,
2304
+ ind: 35,
2305
+ ty: 4,
2306
+ nm: "“left”轮廓",
2307
+ sr: 1,
2308
+ ks: {
2309
+ o: {
2310
+ a: 0,
2311
+ k: 100,
2312
+ ix: 11
2313
+ },
2314
+ r: {
2315
+ a: 0,
2316
+ k: 0,
2317
+ ix: 10
2318
+ },
2319
+ p: {
2320
+ a: 0,
2321
+ k: [50.599, 40.279, 0],
2322
+ ix: 2
2323
+ },
2324
+ a: {
2325
+ a: 0,
2326
+ k: [2.085, 7.47, 0],
2327
+ ix: 1
2328
+ },
2329
+ s: {
2330
+ a: 1,
2331
+ k: [{
2332
+ i: {
2333
+ x: [0.833, 0.833, 0.833],
2334
+ y: [0.833, 0.833, 0.833]
2335
+ },
2336
+ o: {
2337
+ x: [0.167, 0.167, 0.167],
2338
+ y: [0.167, 0.167, 0.167]
2339
+ },
2340
+ t: 0,
2341
+ s: [100, 100, 100]
2342
2342
  }, {
2343
- "i": {
2344
- "x": [0.833, 0.833, 0.833],
2345
- "y": [0.833, 0.833, 0.833]
2343
+ i: {
2344
+ x: [0.833, 0.833, 0.833],
2345
+ y: [0.833, 0.833, 0.833]
2346
2346
  },
2347
- "o": {
2348
- "x": [0.167, 0.167, 0.167],
2349
- "y": [0.167, 0.167, 0.167]
2347
+ o: {
2348
+ x: [0.167, 0.167, 0.167],
2349
+ y: [0.167, 0.167, 0.167]
2350
2350
  },
2351
- "t": 15,
2352
- "s": [58.57, 58.57, 100]
2351
+ t: 15,
2352
+ s: [58.57, 58.57, 100]
2353
2353
  }, {
2354
- "t": 25,
2355
- "s": [100, 100, 100]
2354
+ t: 25,
2355
+ s: [100, 100, 100]
2356
2356
  }],
2357
- "ix": 6,
2358
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
2357
+ ix: 6,
2358
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
2359
2359
  }
2360
2360
  },
2361
- "ao": 0,
2362
- "shapes": [{
2363
- "ty": "gr",
2364
- "it": [{
2365
- "ind": 0,
2366
- "ty": "sh",
2367
- "ix": 1,
2368
- "ks": {
2369
- "a": 0,
2370
- "k": {
2371
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
2372
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
2373
- "v": [[2.084, -7.47], [-2.085, -7.47], [-2.085, 7.469], [2.084, 7.469]],
2374
- "c": true
2375
- },
2376
- "ix": 2
2377
- },
2378
- "nm": "路径 1",
2379
- "mn": "ADBE Vector Shape - Group",
2380
- "hd": false
2361
+ ao: 0,
2362
+ shapes: [{
2363
+ ty: "gr",
2364
+ it: [{
2365
+ ind: 0,
2366
+ ty: "sh",
2367
+ ix: 1,
2368
+ ks: {
2369
+ a: 0,
2370
+ k: {
2371
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
2372
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
2373
+ v: [[2.084, -7.47], [-2.085, -7.47], [-2.085, 7.469], [2.084, 7.469]],
2374
+ c: true
2375
+ },
2376
+ ix: 2
2377
+ },
2378
+ nm: "路径 1",
2379
+ mn: "ADBE Vector Shape - Group",
2380
+ hd: false
2381
2381
  }, {
2382
- "ty": "fl",
2383
- "c": {
2384
- "a": 0,
2385
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
2386
- "ix": 4
2387
- },
2388
- "o": {
2389
- "a": 0,
2390
- "k": 100,
2391
- "ix": 5
2392
- },
2393
- "r": 1,
2394
- "bm": 0,
2395
- "nm": "填充 1",
2396
- "mn": "ADBE Vector Graphic - Fill",
2397
- "hd": false
2382
+ ty: "fl",
2383
+ c: {
2384
+ a: 0,
2385
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
2386
+ ix: 4
2387
+ },
2388
+ o: {
2389
+ a: 0,
2390
+ k: 100,
2391
+ ix: 5
2392
+ },
2393
+ r: 1,
2394
+ bm: 0,
2395
+ nm: "填充 1",
2396
+ mn: "ADBE Vector Graphic - Fill",
2397
+ hd: false
2398
2398
  }, {
2399
- "ty": "tr",
2400
- "p": {
2401
- "a": 0,
2402
- "k": [2.084, 7.469],
2403
- "ix": 2
2404
- },
2405
- "a": {
2406
- "a": 0,
2407
- "k": [0, 0],
2408
- "ix": 1
2409
- },
2410
- "s": {
2411
- "a": 0,
2412
- "k": [100, 100],
2413
- "ix": 3
2414
- },
2415
- "r": {
2416
- "a": 0,
2417
- "k": 0,
2418
- "ix": 6
2419
- },
2420
- "o": {
2421
- "a": 0,
2422
- "k": 100,
2423
- "ix": 7
2424
- },
2425
- "sk": {
2426
- "a": 0,
2427
- "k": 0,
2428
- "ix": 4
2429
- },
2430
- "sa": {
2431
- "a": 0,
2432
- "k": 0,
2433
- "ix": 5
2434
- },
2435
- "nm": "变换"
2399
+ ty: "tr",
2400
+ p: {
2401
+ a: 0,
2402
+ k: [2.084, 7.469],
2403
+ ix: 2
2404
+ },
2405
+ a: {
2406
+ a: 0,
2407
+ k: [0, 0],
2408
+ ix: 1
2409
+ },
2410
+ s: {
2411
+ a: 0,
2412
+ k: [100, 100],
2413
+ ix: 3
2414
+ },
2415
+ r: {
2416
+ a: 0,
2417
+ k: 0,
2418
+ ix: 6
2419
+ },
2420
+ o: {
2421
+ a: 0,
2422
+ k: 100,
2423
+ ix: 7
2424
+ },
2425
+ sk: {
2426
+ a: 0,
2427
+ k: 0,
2428
+ ix: 4
2429
+ },
2430
+ sa: {
2431
+ a: 0,
2432
+ k: 0,
2433
+ ix: 5
2434
+ },
2435
+ nm: "变换"
2436
2436
  }],
2437
- "nm": "组 1",
2438
- "np": 4,
2439
- "cix": 2,
2440
- "bm": 0,
2441
- "ix": 1,
2442
- "mn": "ADBE Vector Group",
2443
- "hd": false
2437
+ nm: "组 1",
2438
+ np: 4,
2439
+ cix: 2,
2440
+ bm: 0,
2441
+ ix: 1,
2442
+ mn: "ADBE Vector Group",
2443
+ hd: false
2444
2444
  }],
2445
- "ip": 0,
2446
- "op": 50,
2447
- "st": 0,
2448
- "bm": 0
2445
+ ip: 0,
2446
+ op: 50,
2447
+ st: 0,
2448
+ bm: 0
2449
2449
  }, {
2450
- "ddd": 0,
2451
- "ind": 37,
2452
- "ty": 4,
2453
- "nm": "“left”轮廓",
2454
- "sr": 1,
2455
- "ks": {
2456
- "o": {
2457
- "a": 0,
2458
- "k": 100,
2459
- "ix": 11
2460
- },
2461
- "r": {
2462
- "a": 0,
2463
- "k": 0,
2464
- "ix": 10
2465
- },
2466
- "p": {
2467
- "a": 0,
2468
- "k": [32.88, 40.279, 0],
2469
- "ix": 2
2470
- },
2471
- "a": {
2472
- "a": 0,
2473
- "k": [2.085, 4.43, 0],
2474
- "ix": 1
2475
- },
2476
- "s": {
2477
- "a": 1,
2478
- "k": [{
2479
- "i": {
2480
- "x": [0.833, 0.833, 0.833],
2481
- "y": [0.833, 0.833, 0.833]
2482
- },
2483
- "o": {
2484
- "x": [0.167, 0.167, 0.167],
2485
- "y": [0.167, 0.167, 0.167]
2486
- },
2487
- "t": 0,
2488
- "s": [100, 100, 100]
2450
+ ddd: 0,
2451
+ ind: 37,
2452
+ ty: 4,
2453
+ nm: "“left”轮廓",
2454
+ sr: 1,
2455
+ ks: {
2456
+ o: {
2457
+ a: 0,
2458
+ k: 100,
2459
+ ix: 11
2460
+ },
2461
+ r: {
2462
+ a: 0,
2463
+ k: 0,
2464
+ ix: 10
2465
+ },
2466
+ p: {
2467
+ a: 0,
2468
+ k: [32.88, 40.279, 0],
2469
+ ix: 2
2470
+ },
2471
+ a: {
2472
+ a: 0,
2473
+ k: [2.085, 4.43, 0],
2474
+ ix: 1
2475
+ },
2476
+ s: {
2477
+ a: 1,
2478
+ k: [{
2479
+ i: {
2480
+ x: [0.833, 0.833, 0.833],
2481
+ y: [0.833, 0.833, 0.833]
2482
+ },
2483
+ o: {
2484
+ x: [0.167, 0.167, 0.167],
2485
+ y: [0.167, 0.167, 0.167]
2486
+ },
2487
+ t: 0,
2488
+ s: [100, 100, 100]
2489
2489
  }, {
2490
- "i": {
2491
- "x": [0.833, 0.833, 0.833],
2492
- "y": [0.833, 0.833, 0.833]
2490
+ i: {
2491
+ x: [0.833, 0.833, 0.833],
2492
+ y: [0.833, 0.833, 0.833]
2493
2493
  },
2494
- "o": {
2495
- "x": [0.167, 0.167, 0.167],
2496
- "y": [0.167, 0.167, 0.167]
2494
+ o: {
2495
+ x: [0.167, 0.167, 0.167],
2496
+ y: [0.167, 0.167, 0.167]
2497
2497
  },
2498
- "t": 15,
2499
- "s": [29.044, 164.495, 100]
2498
+ t: 15,
2499
+ s: [29.044, 164.495, 100]
2500
2500
  }, {
2501
- "t": 25,
2502
- "s": [100, 100, 100]
2501
+ t: 25,
2502
+ s: [100, 100, 100]
2503
2503
  }],
2504
- "ix": 6,
2505
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
2504
+ ix: 6,
2505
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
2506
2506
  }
2507
2507
  },
2508
- "ao": 0,
2509
- "shapes": [{
2510
- "ty": "gr",
2511
- "it": [{
2512
- "ind": 0,
2513
- "ty": "sh",
2514
- "ix": 1,
2515
- "ks": {
2516
- "a": 0,
2517
- "k": {
2518
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
2519
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
2520
- "v": [[2.085, -4.43], [-2.084, -4.43], [-2.084, 4.429], [2.085, 4.429]],
2521
- "c": true
2522
- },
2523
- "ix": 2
2524
- },
2525
- "nm": "路径 1",
2526
- "mn": "ADBE Vector Shape - Group",
2527
- "hd": false
2508
+ ao: 0,
2509
+ shapes: [{
2510
+ ty: "gr",
2511
+ it: [{
2512
+ ind: 0,
2513
+ ty: "sh",
2514
+ ix: 1,
2515
+ ks: {
2516
+ a: 0,
2517
+ k: {
2518
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
2519
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
2520
+ v: [[2.085, -4.43], [-2.084, -4.43], [-2.084, 4.429], [2.085, 4.429]],
2521
+ c: true
2522
+ },
2523
+ ix: 2
2524
+ },
2525
+ nm: "路径 1",
2526
+ mn: "ADBE Vector Shape - Group",
2527
+ hd: false
2528
2528
  }, {
2529
- "ty": "fl",
2530
- "c": {
2531
- "a": 0,
2532
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
2533
- "ix": 4
2534
- },
2535
- "o": {
2536
- "a": 0,
2537
- "k": 100,
2538
- "ix": 5
2539
- },
2540
- "r": 1,
2541
- "bm": 0,
2542
- "nm": "填充 1",
2543
- "mn": "ADBE Vector Graphic - Fill",
2544
- "hd": false
2529
+ ty: "fl",
2530
+ c: {
2531
+ a: 0,
2532
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
2533
+ ix: 4
2534
+ },
2535
+ o: {
2536
+ a: 0,
2537
+ k: 100,
2538
+ ix: 5
2539
+ },
2540
+ r: 1,
2541
+ bm: 0,
2542
+ nm: "填充 1",
2543
+ mn: "ADBE Vector Graphic - Fill",
2544
+ hd: false
2545
2545
  }, {
2546
- "ty": "tr",
2547
- "p": {
2548
- "a": 0,
2549
- "k": [2.085, 4.429],
2550
- "ix": 2
2551
- },
2552
- "a": {
2553
- "a": 0,
2554
- "k": [0, 0],
2555
- "ix": 1
2556
- },
2557
- "s": {
2558
- "a": 0,
2559
- "k": [100, 100],
2560
- "ix": 3
2561
- },
2562
- "r": {
2563
- "a": 0,
2564
- "k": 0,
2565
- "ix": 6
2566
- },
2567
- "o": {
2568
- "a": 0,
2569
- "k": 100,
2570
- "ix": 7
2571
- },
2572
- "sk": {
2573
- "a": 0,
2574
- "k": 0,
2575
- "ix": 4
2576
- },
2577
- "sa": {
2578
- "a": 0,
2579
- "k": 0,
2580
- "ix": 5
2581
- },
2582
- "nm": "变换"
2546
+ ty: "tr",
2547
+ p: {
2548
+ a: 0,
2549
+ k: [2.085, 4.429],
2550
+ ix: 2
2551
+ },
2552
+ a: {
2553
+ a: 0,
2554
+ k: [0, 0],
2555
+ ix: 1
2556
+ },
2557
+ s: {
2558
+ a: 0,
2559
+ k: [100, 100],
2560
+ ix: 3
2561
+ },
2562
+ r: {
2563
+ a: 0,
2564
+ k: 0,
2565
+ ix: 6
2566
+ },
2567
+ o: {
2568
+ a: 0,
2569
+ k: 100,
2570
+ ix: 7
2571
+ },
2572
+ sk: {
2573
+ a: 0,
2574
+ k: 0,
2575
+ ix: 4
2576
+ },
2577
+ sa: {
2578
+ a: 0,
2579
+ k: 0,
2580
+ ix: 5
2581
+ },
2582
+ nm: "变换"
2583
2583
  }],
2584
- "nm": "组 1",
2585
- "np": 4,
2586
- "cix": 2,
2587
- "bm": 0,
2588
- "ix": 1,
2589
- "mn": "ADBE Vector Group",
2590
- "hd": false
2584
+ nm: "组 1",
2585
+ np: 4,
2586
+ cix: 2,
2587
+ bm: 0,
2588
+ ix: 1,
2589
+ mn: "ADBE Vector Group",
2590
+ hd: false
2591
2591
  }],
2592
- "ip": 0,
2593
- "op": 50,
2594
- "st": 0,
2595
- "bm": 0
2592
+ ip: 0,
2593
+ op: 50,
2594
+ st: 0,
2595
+ bm: 0
2596
2596
  }, {
2597
- "ddd": 0,
2598
- "ind": 39,
2599
- "ty": 4,
2600
- "nm": "“left”轮廓",
2601
- "sr": 1,
2602
- "ks": {
2603
- "o": {
2604
- "a": 0,
2605
- "k": 100,
2606
- "ix": 11
2607
- },
2608
- "r": {
2609
- "a": 0,
2610
- "k": 0,
2611
- "ix": 10
2612
- },
2613
- "p": {
2614
- "a": 0,
2615
- "k": [15.161, 40.279, 0],
2616
- "ix": 2
2617
- },
2618
- "a": {
2619
- "a": 0,
2620
- "k": [2.085, 2.953, 0],
2621
- "ix": 1
2622
- },
2623
- "s": {
2624
- "a": 1,
2625
- "k": [{
2626
- "i": {
2627
- "x": [0.833, 0.833, 0.833],
2628
- "y": [0.833, 0.833, 0.833]
2629
- },
2630
- "o": {
2631
- "x": [0.167, 0.167, 0.167],
2632
- "y": [0.167, 0.167, 0.167]
2633
- },
2634
- "t": 0,
2635
- "s": [100, 100, 100]
2597
+ ddd: 0,
2598
+ ind: 39,
2599
+ ty: 4,
2600
+ nm: "“left”轮廓",
2601
+ sr: 1,
2602
+ ks: {
2603
+ o: {
2604
+ a: 0,
2605
+ k: 100,
2606
+ ix: 11
2607
+ },
2608
+ r: {
2609
+ a: 0,
2610
+ k: 0,
2611
+ ix: 10
2612
+ },
2613
+ p: {
2614
+ a: 0,
2615
+ k: [15.161, 40.279, 0],
2616
+ ix: 2
2617
+ },
2618
+ a: {
2619
+ a: 0,
2620
+ k: [2.085, 2.953, 0],
2621
+ ix: 1
2622
+ },
2623
+ s: {
2624
+ a: 1,
2625
+ k: [{
2626
+ i: {
2627
+ x: [0.833, 0.833, 0.833],
2628
+ y: [0.833, 0.833, 0.833]
2629
+ },
2630
+ o: {
2631
+ x: [0.167, 0.167, 0.167],
2632
+ y: [0.167, 0.167, 0.167]
2633
+ },
2634
+ t: 0,
2635
+ s: [100, 100, 100]
2636
2636
  }, {
2637
- "i": {
2638
- "x": [0.833, 0.833, 0.833],
2639
- "y": [0.833, 0.833, 0.833]
2637
+ i: {
2638
+ x: [0.833, 0.833, 0.833],
2639
+ y: [0.833, 0.833, 0.833]
2640
2640
  },
2641
- "o": {
2642
- "x": [0.167, 0.167, 0.167],
2643
- "y": [0.167, 0.167, 0.167]
2641
+ o: {
2642
+ x: [0.167, 0.167, 0.167],
2643
+ y: [0.167, 0.167, 0.167]
2644
2644
  },
2645
- "t": 15,
2646
- "s": [58.57, 58.57, 100]
2645
+ t: 15,
2646
+ s: [58.57, 58.57, 100]
2647
2647
  }, {
2648
- "t": 25,
2649
- "s": [100, 100, 100]
2648
+ t: 25,
2649
+ s: [100, 100, 100]
2650
2650
  }],
2651
- "ix": 6,
2652
- "x": "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
2651
+ ix: 6,
2652
+ x: "var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"
2653
2653
  }
2654
2654
  },
2655
- "ao": 0,
2656
- "shapes": [{
2657
- "ty": "gr",
2658
- "it": [{
2659
- "ind": 0,
2660
- "ty": "sh",
2661
- "ix": 1,
2662
- "ks": {
2663
- "a": 0,
2664
- "k": {
2665
- "i": [[0, 0], [0, 0], [0, 0], [0, 0]],
2666
- "o": [[0, 0], [0, 0], [0, 0], [0, 0]],
2667
- "v": [[2.085, -2.953], [-2.085, -2.953], [-2.085, 2.953], [2.085, 2.953]],
2668
- "c": true
2669
- },
2670
- "ix": 2
2671
- },
2672
- "nm": "路径 1",
2673
- "mn": "ADBE Vector Shape - Group",
2674
- "hd": false
2655
+ ao: 0,
2656
+ shapes: [{
2657
+ ty: "gr",
2658
+ it: [{
2659
+ ind: 0,
2660
+ ty: "sh",
2661
+ ix: 1,
2662
+ ks: {
2663
+ a: 0,
2664
+ k: {
2665
+ i: [[0, 0], [0, 0], [0, 0], [0, 0]],
2666
+ o: [[0, 0], [0, 0], [0, 0], [0, 0]],
2667
+ v: [[2.085, -2.953], [-2.085, -2.953], [-2.085, 2.953], [2.085, 2.953]],
2668
+ c: true
2669
+ },
2670
+ ix: 2
2671
+ },
2672
+ nm: "路径 1",
2673
+ mn: "ADBE Vector Shape - Group",
2674
+ hd: false
2675
2675
  }, {
2676
- "ty": "fl",
2677
- "c": {
2678
- "a": 0,
2679
- "k": [0.964999988032, 0.741000007181, 0.086000001197, 1],
2680
- "ix": 4
2681
- },
2682
- "o": {
2683
- "a": 0,
2684
- "k": 100,
2685
- "ix": 5
2686
- },
2687
- "r": 1,
2688
- "bm": 0,
2689
- "nm": "填充 1",
2690
- "mn": "ADBE Vector Graphic - Fill",
2691
- "hd": false
2676
+ ty: "fl",
2677
+ c: {
2678
+ a: 0,
2679
+ k: [0.964999988032, 0.741000007181, 0.086000001197, 1],
2680
+ ix: 4
2681
+ },
2682
+ o: {
2683
+ a: 0,
2684
+ k: 100,
2685
+ ix: 5
2686
+ },
2687
+ r: 1,
2688
+ bm: 0,
2689
+ nm: "填充 1",
2690
+ mn: "ADBE Vector Graphic - Fill",
2691
+ hd: false
2692
2692
  }, {
2693
- "ty": "tr",
2694
- "p": {
2695
- "a": 0,
2696
- "k": [2.085, 2.953],
2697
- "ix": 2
2698
- },
2699
- "a": {
2700
- "a": 0,
2701
- "k": [0, 0],
2702
- "ix": 1
2703
- },
2704
- "s": {
2705
- "a": 0,
2706
- "k": [100, 100],
2707
- "ix": 3
2708
- },
2709
- "r": {
2710
- "a": 0,
2711
- "k": 0,
2712
- "ix": 6
2713
- },
2714
- "o": {
2715
- "a": 0,
2716
- "k": 100,
2717
- "ix": 7
2718
- },
2719
- "sk": {
2720
- "a": 0,
2721
- "k": 0,
2722
- "ix": 4
2723
- },
2724
- "sa": {
2725
- "a": 0,
2726
- "k": 0,
2727
- "ix": 5
2728
- },
2729
- "nm": "变换"
2693
+ ty: "tr",
2694
+ p: {
2695
+ a: 0,
2696
+ k: [2.085, 2.953],
2697
+ ix: 2
2698
+ },
2699
+ a: {
2700
+ a: 0,
2701
+ k: [0, 0],
2702
+ ix: 1
2703
+ },
2704
+ s: {
2705
+ a: 0,
2706
+ k: [100, 100],
2707
+ ix: 3
2708
+ },
2709
+ r: {
2710
+ a: 0,
2711
+ k: 0,
2712
+ ix: 6
2713
+ },
2714
+ o: {
2715
+ a: 0,
2716
+ k: 100,
2717
+ ix: 7
2718
+ },
2719
+ sk: {
2720
+ a: 0,
2721
+ k: 0,
2722
+ ix: 4
2723
+ },
2724
+ sa: {
2725
+ a: 0,
2726
+ k: 0,
2727
+ ix: 5
2728
+ },
2729
+ nm: "变换"
2730
2730
  }],
2731
- "nm": "组 1",
2732
- "np": 4,
2733
- "cix": 2,
2734
- "bm": 0,
2735
- "ix": 1,
2736
- "mn": "ADBE Vector Group",
2737
- "hd": false
2731
+ nm: "组 1",
2732
+ np: 4,
2733
+ cix: 2,
2734
+ bm: 0,
2735
+ ix: 1,
2736
+ mn: "ADBE Vector Group",
2737
+ hd: false
2738
2738
  }],
2739
- "ip": 0,
2740
- "op": 50,
2741
- "st": 0,
2742
- "bm": 0
2739
+ ip: 0,
2740
+ op: 50,
2741
+ st: 0,
2742
+ bm: 0
2743
2743
  }],
2744
- "markers": []
2744
+ markers: []
2745
2745
  };
2746
2746
  exports["default"] = _default;