@ant-design/agentic-ui 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +9 -0
- package/README.md +156 -0
- package/dist/AgentRunBar/Robot.d.ts +15 -0
- package/dist/AgentRunBar/Robot.js +66 -0
- package/dist/AgentRunBar/icons/PauseIcon.d.ts +2 -0
- package/dist/AgentRunBar/icons/PauseIcon.js +45 -0
- package/dist/AgentRunBar/icons/PlayIcon.d.ts +2 -0
- package/dist/AgentRunBar/icons/PlayIcon.js +45 -0
- package/dist/AgentRunBar/icons/SimplePauseIcon.d.ts +2 -0
- package/dist/AgentRunBar/icons/SimplePauseIcon.js +44 -0
- package/dist/AgentRunBar/icons/SimplePlayIcon.d.ts +2 -0
- package/dist/AgentRunBar/icons/SimplePlayIcon.js +44 -0
- package/dist/AgentRunBar/icons/SimpleStopIcon.d.ts +2 -0
- package/dist/AgentRunBar/icons/SimpleStopIcon.js +44 -0
- package/dist/AgentRunBar/icons/StopIcon.d.ts +2 -0
- package/dist/AgentRunBar/icons/StopIcon.js +65 -0
- package/dist/AgentRunBar/icons/index.d.ts +6 -0
- package/dist/AgentRunBar/icons/index.js +7 -0
- package/dist/AgentRunBar/index.d.ts +144 -0
- package/dist/AgentRunBar/index.js +249 -0
- package/dist/AgentRunBar/style.d.ts +22 -0
- package/dist/AgentRunBar/style.js +261 -0
- package/dist/AgenticLayout/index.d.ts +69 -0
- package/dist/AgenticLayout/index.js +97 -0
- package/dist/AgenticLayout/style.d.ts +5 -0
- package/dist/AgenticLayout/style.js +118 -0
- package/dist/AnswerAlert/components/CloseIcon.d.ts +2 -0
- package/dist/AnswerAlert/components/CloseIcon.js +27 -0
- package/dist/AnswerAlert/components/ErrorIcon.d.ts +2 -0
- package/dist/AnswerAlert/components/ErrorIcon.js +45 -0
- package/dist/AnswerAlert/components/InfoIcon.d.ts +2 -0
- package/dist/AnswerAlert/components/InfoIcon.js +45 -0
- package/dist/AnswerAlert/components/LoaderIcon.d.ts +2 -0
- package/dist/AnswerAlert/components/LoaderIcon.js +27 -0
- package/dist/AnswerAlert/components/SuccessIcon.d.ts +2 -0
- package/dist/AnswerAlert/components/SuccessIcon.js +45 -0
- package/dist/AnswerAlert/components/WarningIcon.d.ts +2 -0
- package/dist/AnswerAlert/components/WarningIcon.js +45 -0
- package/dist/AnswerAlert/index.d.ts +69 -0
- package/dist/AnswerAlert/index.js +94 -0
- package/dist/AnswerAlert/style.d.ts +5 -0
- package/dist/AnswerAlert/style.js +161 -0
- package/dist/BackTo/BackBottom.d.ts +10 -0
- package/dist/BackTo/BackBottom.js +80 -0
- package/dist/BackTo/BackTop.d.ts +10 -0
- package/dist/BackTo/BackTop.js +77 -0
- package/dist/BackTo/ScrollVisibleButton.d.ts +25 -0
- package/dist/BackTo/ScrollVisibleButton.js +110 -0
- package/dist/BackTo/hooks/useScrollVisible.d.ts +16 -0
- package/dist/BackTo/hooks/useScrollVisible.js +38 -0
- package/dist/BackTo/icons/BottomIcon.d.ts +2 -0
- package/dist/BackTo/icons/BottomIcon.js +44 -0
- package/dist/BackTo/icons/TopIcon.d.ts +2 -0
- package/dist/BackTo/icons/TopIcon.js +44 -0
- package/dist/BackTo/index.d.ts +7 -0
- package/dist/BackTo/index.js +10 -0
- package/dist/BackTo/style.d.ts +6 -0
- package/dist/BackTo/style.js +75 -0
- package/dist/Bubble/AIBubble.d.ts +46 -0
- package/dist/Bubble/AIBubble.js +470 -0
- package/dist/Bubble/Avatar/index.d.ts +45 -0
- package/dist/Bubble/Avatar/index.js +92 -0
- package/dist/Bubble/Avatar/isEmoji.d.ts +1 -0
- package/dist/Bubble/Avatar/isEmoji.js +8 -0
- package/dist/Bubble/Bubble.d.ts +48 -0
- package/dist/Bubble/Bubble.js +45 -0
- package/dist/Bubble/BubbleConfigProvide.d.ts +34 -0
- package/dist/Bubble/BubbleConfigProvide.js +10 -0
- package/dist/Bubble/FileView.d.ts +27 -0
- package/dist/Bubble/FileView.js +86 -0
- package/dist/Bubble/List/SkeletonList.d.ts +3 -0
- package/dist/Bubble/List/SkeletonList.js +27 -0
- package/dist/Bubble/List/index.d.ts +232 -0
- package/dist/Bubble/List/index.js +133 -0
- package/dist/Bubble/List/style.d.ts +10 -0
- package/dist/Bubble/List/style.js +52 -0
- package/dist/Bubble/MessagesContent/BubbleContext.d.ts +9 -0
- package/dist/Bubble/MessagesContent/BubbleContext.js +14 -0
- package/dist/Bubble/MessagesContent/BubbleExtra.d.ts +26 -0
- package/dist/Bubble/MessagesContent/BubbleExtra.js +377 -0
- package/dist/Bubble/MessagesContent/CopyButton/index.d.ts +77 -0
- package/dist/Bubble/MessagesContent/CopyButton/index.js +111 -0
- package/dist/Bubble/MessagesContent/DocInfo.d.ts +21 -0
- package/dist/Bubble/MessagesContent/DocInfo.js +433 -0
- package/dist/Bubble/MessagesContent/EXCEPTION.d.ts +38 -0
- package/dist/Bubble/MessagesContent/EXCEPTION.js +25 -0
- package/dist/Bubble/MessagesContent/MarkdownPreview.d.ts +77 -0
- package/dist/Bubble/MessagesContent/MarkdownPreview.js +166 -0
- package/dist/Bubble/MessagesContent/VoiceButton/index.d.ts +19 -0
- package/dist/Bubble/MessagesContent/VoiceButton/index.js +130 -0
- package/dist/Bubble/MessagesContent/VoiceButton/style.d.ts +5 -0
- package/dist/Bubble/MessagesContent/VoiceButton/style.js +106 -0
- package/dist/Bubble/MessagesContent/VoiceButton/types.d.ts +42 -0
- package/dist/Bubble/MessagesContent/VoiceButton/types.js +0 -0
- package/dist/Bubble/MessagesContent/docInfoStyle.d.ts +10 -0
- package/dist/Bubble/MessagesContent/docInfoStyle.js +95 -0
- package/dist/Bubble/MessagesContent/icons.d.ts +36 -0
- package/dist/Bubble/MessagesContent/icons.js +68 -0
- package/dist/Bubble/MessagesContent/index.d.ts +44 -0
- package/dist/Bubble/MessagesContent/index.js +387 -0
- package/dist/Bubble/MessagesContent/types.d.ts +32 -0
- package/dist/Bubble/MessagesContent/types.js +0 -0
- package/dist/Bubble/Title.d.ts +61 -0
- package/dist/Bubble/Title.js +97 -0
- package/dist/Bubble/UserBubble.d.ts +47 -0
- package/dist/Bubble/UserBubble.js +329 -0
- package/dist/Bubble/before.d.ts +66 -0
- package/dist/Bubble/before.js +75 -0
- package/dist/Bubble/index.d.ts +6 -0
- package/dist/Bubble/index.js +13 -0
- package/dist/Bubble/style.d.ts +11 -0
- package/dist/Bubble/style.js +238 -0
- package/dist/Bubble/type.d.ts +502 -0
- package/dist/Bubble/type.js +0 -0
- package/dist/Bubble/types/BubbleExtra.d.ts +165 -0
- package/dist/Bubble/types/BubbleExtra.js +0 -0
- package/dist/Bubble/types/DocInfo.d.ts +17 -0
- package/dist/Bubble/types/DocInfo.js +0 -0
- package/dist/ChatBoot/ButtonTab.d.ts +19 -0
- package/dist/ChatBoot/ButtonTab.js +52 -0
- package/dist/ChatBoot/ButtonTabGroup.d.ts +29 -0
- package/dist/ChatBoot/ButtonTabGroup.js +45 -0
- package/dist/ChatBoot/ButtonTabGroupStyle.d.ts +8 -0
- package/dist/ChatBoot/ButtonTabGroupStyle.js +50 -0
- package/dist/ChatBoot/ButtonTabStyle.d.ts +8 -0
- package/dist/ChatBoot/ButtonTabStyle.js +103 -0
- package/dist/ChatBoot/CaseReply.d.ts +45 -0
- package/dist/ChatBoot/CaseReply.js +106 -0
- package/dist/ChatBoot/CaseReplyStyle.d.ts +8 -0
- package/dist/ChatBoot/CaseReplyStyle.js +155 -0
- package/dist/ChatBoot/Title.d.ts +25 -0
- package/dist/ChatBoot/Title.js +28 -0
- package/dist/ChatBoot/index.d.ts +8 -0
- package/dist/ChatBoot/index.js +11 -0
- package/dist/ChatBoot/style.d.ts +10 -0
- package/dist/ChatBoot/style.js +55 -0
- package/dist/ChatLayout/index.d.ts +72 -0
- package/dist/ChatLayout/index.js +63 -0
- package/dist/ChatLayout/style.d.ts +10 -0
- package/dist/ChatLayout/style.js +185 -0
- package/dist/ChatLayout/types.d.ts +20 -0
- package/dist/ChatLayout/types.js +0 -0
- package/dist/History/components/HistoryActionsBox.d.ts +41 -0
- package/dist/History/components/HistoryActionsBox.js +197 -0
- package/dist/History/components/HistoryItem.d.ts +92 -0
- package/dist/History/components/HistoryItem.js +507 -0
- package/dist/History/components/HistoryList.d.ts +59 -0
- package/dist/History/components/HistoryList.js +80 -0
- package/dist/History/components/HistoryRunningIcon.d.ts +79 -0
- package/dist/History/components/HistoryRunningIcon.js +125 -0
- package/dist/History/components/LoadMoreComponent.d.ts +15 -0
- package/dist/History/components/LoadMoreComponent.js +111 -0
- package/dist/History/components/NewChatComponent.d.ts +45 -0
- package/dist/History/components/NewChatComponent.js +85 -0
- package/dist/History/components/NewChatComponent.style.d.ts +5 -0
- package/dist/History/components/NewChatComponent.style.js +58 -0
- package/dist/History/components/SearchComponent.d.ts +58 -0
- package/dist/History/components/SearchComponent.js +170 -0
- package/dist/History/components/index.d.ts +7 -0
- package/dist/History/components/index.js +21 -0
- package/dist/History/hooks/useHistory.d.ts +20 -0
- package/dist/History/hooks/useHistory.js +136 -0
- package/dist/History/index.d.ts +33 -0
- package/dist/History/index.js +191 -0
- package/dist/History/menu.d.ts +50 -0
- package/dist/History/menu.js +213 -0
- package/dist/History/style.d.ts +5 -0
- package/dist/History/style.js +278 -0
- package/dist/History/types/HistoryData.d.ts +67 -0
- package/dist/History/types/HistoryData.js +11 -0
- package/dist/History/types/HistoryList.d.ts +56 -0
- package/dist/History/types/HistoryList.js +0 -0
- package/dist/History/types/index.d.ts +93 -0
- package/dist/History/types/index.js +0 -0
- package/dist/History/utils/index.d.ts +13 -0
- package/dist/History/utils/index.js +35 -0
- package/dist/MarkdownEditor/BaseMarkdownEditor.d.ts +60 -0
- package/dist/MarkdownEditor/BaseMarkdownEditor.js +382 -0
- package/dist/MarkdownEditor/editor/Editor.d.ts +70 -0
- package/dist/MarkdownEditor/editor/Editor.js +865 -0
- package/dist/MarkdownEditor/editor/code.css +47 -0
- package/dist/MarkdownEditor/editor/components/CommentList/index.d.ts +47 -0
- package/dist/MarkdownEditor/editor/components/CommentList/index.js +262 -0
- package/dist/MarkdownEditor/editor/components/CommentList/style.d.ts +10 -0
- package/dist/MarkdownEditor/editor/components/CommentList/style.js +97 -0
- package/dist/MarkdownEditor/editor/components/ContributorAvatar/index.d.ts +17 -0
- package/dist/MarkdownEditor/editor/components/ContributorAvatar/index.js +74 -0
- package/dist/MarkdownEditor/editor/components/ContributorAvatar/style.d.ts +10 -0
- package/dist/MarkdownEditor/editor/components/ContributorAvatar/style.js +57 -0
- package/dist/MarkdownEditor/editor/components/LazyElement/index.d.ts +45 -0
- package/dist/MarkdownEditor/editor/components/LazyElement/index.js +69 -0
- package/dist/MarkdownEditor/editor/components/LazyElement/style.d.ts +8 -0
- package/dist/MarkdownEditor/editor/components/LazyElement/style.js +47 -0
- package/dist/MarkdownEditor/editor/components/fntTag/index.d.ts +4 -0
- package/dist/MarkdownEditor/editor/components/fntTag/index.js +16 -0
- package/dist/MarkdownEditor/editor/components/fntTag/style.d.ts +10 -0
- package/dist/MarkdownEditor/editor/components/fntTag/style.js +41 -0
- package/dist/MarkdownEditor/editor/components/index.d.ts +4 -0
- package/dist/MarkdownEditor/editor/components/index.js +5 -0
- package/dist/MarkdownEditor/editor/elements/Blockquote.d.ts +35 -0
- package/dist/MarkdownEditor/editor/elements/Blockquote.js +41 -0
- package/dist/MarkdownEditor/editor/elements/Break.d.ts +3 -0
- package/dist/MarkdownEditor/editor/elements/Break.js +28 -0
- package/dist/MarkdownEditor/editor/elements/Card/index.d.ts +3 -0
- package/dist/MarkdownEditor/editor/elements/Card/index.js +57 -0
- package/dist/MarkdownEditor/editor/elements/Code.d.ts +3 -0
- package/dist/MarkdownEditor/editor/elements/Code.js +72 -0
- package/dist/MarkdownEditor/editor/elements/Comment/index.d.ts +53 -0
- package/dist/MarkdownEditor/editor/elements/Comment/index.js +55 -0
- package/dist/MarkdownEditor/editor/elements/ErrorBoundary.d.ts +14 -0
- package/dist/MarkdownEditor/editor/elements/ErrorBoundary.js +23 -0
- package/dist/MarkdownEditor/editor/elements/FootnoteDefinition.d.ts +3 -0
- package/dist/MarkdownEditor/editor/elements/FootnoteDefinition.js +71 -0
- package/dist/MarkdownEditor/editor/elements/FootnoteReference.d.ts +3 -0
- package/dist/MarkdownEditor/editor/elements/FootnoteReference.js +48 -0
- package/dist/MarkdownEditor/editor/elements/Head.d.ts +17 -0
- package/dist/MarkdownEditor/editor/elements/Head.js +77 -0
- package/dist/MarkdownEditor/editor/elements/Hr.d.ts +3 -0
- package/dist/MarkdownEditor/editor/elements/Hr.js +41 -0
- package/dist/MarkdownEditor/editor/elements/Image/index.d.ts +36 -0
- package/dist/MarkdownEditor/editor/elements/Image/index.js +546 -0
- package/dist/MarkdownEditor/editor/elements/InlineKatex.d.ts +3 -0
- package/dist/MarkdownEditor/editor/elements/InlineKatex.js +49 -0
- package/dist/MarkdownEditor/editor/elements/Katex.d.ts +3 -0
- package/dist/MarkdownEditor/editor/elements/Katex.js +60 -0
- package/dist/MarkdownEditor/editor/elements/LinkCard/index.d.ts +9 -0
- package/dist/MarkdownEditor/editor/elements/LinkCard/index.js +192 -0
- package/dist/MarkdownEditor/editor/elements/LinkCard/style.d.ts +10 -0
- package/dist/MarkdownEditor/editor/elements/LinkCard/style.js +106 -0
- package/dist/MarkdownEditor/editor/elements/List/List.d.ts +22 -0
- package/dist/MarkdownEditor/editor/elements/List/List.js +76 -0
- package/dist/MarkdownEditor/editor/elements/List/ListItem.d.ts +19 -0
- package/dist/MarkdownEditor/editor/elements/List/ListItem.js +268 -0
- package/dist/MarkdownEditor/editor/elements/List/index.d.ts +3 -0
- package/dist/MarkdownEditor/editor/elements/List/index.js +7 -0
- package/dist/MarkdownEditor/editor/elements/List/style.d.ts +10 -0
- package/dist/MarkdownEditor/editor/elements/List/style.js +125 -0
- package/dist/MarkdownEditor/editor/elements/Media.d.ts +47 -0
- package/dist/MarkdownEditor/editor/elements/Media.js +574 -0
- package/dist/MarkdownEditor/editor/elements/Mermaid.d.ts +3 -0
- package/dist/MarkdownEditor/editor/elements/Mermaid.js +57 -0
- package/dist/MarkdownEditor/editor/elements/Paragraph.d.ts +3 -0
- package/dist/MarkdownEditor/editor/elements/Paragraph.js +92 -0
- package/dist/MarkdownEditor/editor/elements/Schema.d.ts +40 -0
- package/dist/MarkdownEditor/editor/elements/Schema.js +136 -0
- package/dist/MarkdownEditor/editor/elements/Table/ReadonlyTableComponent.d.ts +14 -0
- package/dist/MarkdownEditor/editor/elements/Table/ReadonlyTableComponent.js +200 -0
- package/dist/MarkdownEditor/editor/elements/Table/SimpleTable.d.ts +7 -0
- package/dist/MarkdownEditor/editor/elements/Table/SimpleTable.js +59 -0
- package/dist/MarkdownEditor/editor/elements/Table/Table.d.ts +32 -0
- package/dist/MarkdownEditor/editor/elements/Table/Table.js +221 -0
- package/dist/MarkdownEditor/editor/elements/Table/TableCellIndex/index.d.ts +52 -0
- package/dist/MarkdownEditor/editor/elements/Table/TableCellIndex/index.js +300 -0
- package/dist/MarkdownEditor/editor/elements/Table/TableCellIndex/style.d.ts +10 -0
- package/dist/MarkdownEditor/editor/elements/Table/TableCellIndex/style.js +106 -0
- package/dist/MarkdownEditor/editor/elements/Table/TableCellIndexSpacer/index.d.ts +52 -0
- package/dist/MarkdownEditor/editor/elements/Table/TableCellIndexSpacer/index.js +302 -0
- package/dist/MarkdownEditor/editor/elements/Table/TableCellIndexSpacer/style.d.ts +10 -0
- package/dist/MarkdownEditor/editor/elements/Table/TableCellIndexSpacer/style.js +103 -0
- package/dist/MarkdownEditor/editor/elements/Table/TableContext.d.ts +23 -0
- package/dist/MarkdownEditor/editor/elements/Table/TableContext.js +23 -0
- package/dist/MarkdownEditor/editor/elements/Table/TableRowIndex/index.d.ts +47 -0
- package/dist/MarkdownEditor/editor/elements/Table/TableRowIndex/index.js +51 -0
- package/dist/MarkdownEditor/editor/elements/Table/TableRowIndex/style.d.ts +10 -0
- package/dist/MarkdownEditor/editor/elements/Table/TableRowIndex/style.js +44 -0
- package/dist/MarkdownEditor/editor/elements/Table/Td/index.d.ts +51 -0
- package/dist/MarkdownEditor/editor/elements/Table/Td/index.js +84 -0
- package/dist/MarkdownEditor/editor/elements/Table/Td/style.d.ts +10 -0
- package/dist/MarkdownEditor/editor/elements/Table/Td/style.js +60 -0
- package/dist/MarkdownEditor/editor/elements/Table/index.d.ts +44 -0
- package/dist/MarkdownEditor/editor/elements/Table/index.js +117 -0
- package/dist/MarkdownEditor/editor/elements/Table/style.d.ts +11 -0
- package/dist/MarkdownEditor/editor/elements/Table/style.js +241 -0
- package/dist/MarkdownEditor/editor/elements/Table/useScrollShadow.d.ts +15 -0
- package/dist/MarkdownEditor/editor/elements/Table/useScrollShadow.js +65 -0
- package/dist/MarkdownEditor/editor/elements/TagPopup/index.d.ts +126 -0
- package/dist/MarkdownEditor/editor/elements/TagPopup/index.js +247 -0
- package/dist/MarkdownEditor/editor/elements/TagPopup/style.d.ts +5 -0
- package/dist/MarkdownEditor/editor/elements/TagPopup/style.js +79 -0
- package/dist/MarkdownEditor/editor/elements/index.d.ts +25 -0
- package/dist/MarkdownEditor/editor/elements/index.js +473 -0
- package/dist/MarkdownEditor/editor/keyframes.css +20 -0
- package/dist/MarkdownEditor/editor/parser/json-parse.d.ts +37 -0
- package/dist/MarkdownEditor/editor/parser/json-parse.js +10 -0
- package/dist/MarkdownEditor/editor/parser/parserMarkdownToSlateNode.d.ts +20 -0
- package/dist/MarkdownEditor/editor/parser/parserMarkdownToSlateNode.js +1357 -0
- package/dist/MarkdownEditor/editor/parser/parserMdToSchema.d.ts +10 -0
- package/dist/MarkdownEditor/editor/parser/parserMdToSchema.js +23 -0
- package/dist/MarkdownEditor/editor/parser/parserSlateNodeToMarkdown.d.ts +16 -0
- package/dist/MarkdownEditor/editor/parser/parserSlateNodeToMarkdown.js +642 -0
- package/dist/MarkdownEditor/editor/parser/remarkParse.d.ts +9 -0
- package/dist/MarkdownEditor/editor/parser/remarkParse.js +118 -0
- package/dist/MarkdownEditor/editor/plugins/catchError.d.ts +2 -0
- package/dist/MarkdownEditor/editor/plugins/catchError.js +20 -0
- package/dist/MarkdownEditor/editor/plugins/elements.d.ts +29 -0
- package/dist/MarkdownEditor/editor/plugins/elements.js +365 -0
- package/dist/MarkdownEditor/editor/plugins/handlePaste.d.ts +34 -0
- package/dist/MarkdownEditor/editor/plugins/handlePaste.js +332 -0
- package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/arrow.d.ts +29 -0
- package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/arrow.js +141 -0
- package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/backspace.d.ts +8 -0
- package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/backspace.js +191 -0
- package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/enter.d.ts +16 -0
- package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/enter.js +431 -0
- package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/match.d.ts +8 -0
- package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/match.js +50 -0
- package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/tab.d.ts +12 -0
- package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/tab.js +216 -0
- package/dist/MarkdownEditor/editor/plugins/index.d.ts +1 -0
- package/dist/MarkdownEditor/editor/plugins/index.js +2 -0
- package/dist/MarkdownEditor/editor/plugins/insertParsedHtmlNodes.d.ts +104 -0
- package/dist/MarkdownEditor/editor/plugins/insertParsedHtmlNodes.js +540 -0
- package/dist/MarkdownEditor/editor/plugins/parseMarkdownToNodesAndInsert.d.ts +11 -0
- package/dist/MarkdownEditor/editor/plugins/parseMarkdownToNodesAndInsert.js +30 -0
- package/dist/MarkdownEditor/editor/plugins/useHighlight.d.ts +8 -0
- package/dist/MarkdownEditor/editor/plugins/useHighlight.js +126 -0
- package/dist/MarkdownEditor/editor/plugins/useKeyboard.d.ts +47 -0
- package/dist/MarkdownEditor/editor/plugins/useKeyboard.js +173 -0
- package/dist/MarkdownEditor/editor/plugins/useOnchange.d.ts +17 -0
- package/dist/MarkdownEditor/editor/plugins/useOnchange.js +101 -0
- package/dist/MarkdownEditor/editor/plugins/withMarkdown.d.ts +22 -0
- package/dist/MarkdownEditor/editor/plugins/withMarkdown.js +441 -0
- package/dist/MarkdownEditor/editor/store.d.ts +500 -0
- package/dist/MarkdownEditor/editor/store.js +1446 -0
- package/dist/MarkdownEditor/editor/style.d.ts +12 -0
- package/dist/MarkdownEditor/editor/style.js +532 -0
- package/dist/MarkdownEditor/editor/tagStyles.d.ts +78 -0
- package/dist/MarkdownEditor/editor/tagStyles.js +47 -0
- package/dist/MarkdownEditor/editor/tools/DragHandle.d.ts +4 -0
- package/dist/MarkdownEditor/editor/tools/DragHandle.js +61 -0
- package/dist/MarkdownEditor/editor/tools/InsertAutocomplete.d.ts +48 -0
- package/dist/MarkdownEditor/editor/tools/InsertAutocomplete.js +811 -0
- package/dist/MarkdownEditor/editor/tools/InsertLink.d.ts +34 -0
- package/dist/MarkdownEditor/editor/tools/InsertLink.js +210 -0
- package/dist/MarkdownEditor/editor/tools/Leading.d.ts +29 -0
- package/dist/MarkdownEditor/editor/tools/Leading.js +328 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/BaseBar.d.ts +16 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/BaseBar.js +414 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/FloatBar.d.ts +7 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/FloatBar.js +144 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/ReadonlyBaseBar.d.ts +10 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/ReadonlyBaseBar.js +274 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/ToolBar.d.ts +8 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/ToolBar.js +53 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/ClearFormatButton.d.ts +9 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/ClearFormatButton.js +42 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/ColorPickerButton.d.ts +12 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/ColorPickerButton.js +89 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/FormatButton.d.ts +9 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/FormatButton.js +24 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/FormattingTools.d.ts +22 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/FormattingTools.js +45 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/HeadingDropdown.d.ts +11 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/HeadingDropdown.js +57 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/LinkButton.d.ts +10 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/LinkButton.js +26 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/ToolBarItem.d.ts +14 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/ToolBarItem.js +50 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/UndoRedoButtons.d.ts +10 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/components/UndoRedoButtons.js +31 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/config/toolsConfig.d.ts +18 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/config/toolsConfig.js +110 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/floatBarStyle.d.ts +10 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/floatBarStyle.js +71 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/hooks/useToolBarLogic.d.ts +31 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/hooks/useToolBarLogic.js +168 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/index.d.ts +12 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/index.js +25 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/toolBarStyle.d.ts +10 -0
- package/dist/MarkdownEditor/editor/tools/ToolBar/toolBarStyle.js +71 -0
- package/dist/MarkdownEditor/editor/tools/insertAutocompleteStyle.d.ts +10 -0
- package/dist/MarkdownEditor/editor/tools/insertAutocompleteStyle.js +58 -0
- package/dist/MarkdownEditor/editor/types/Table.d.ts +40 -0
- package/dist/MarkdownEditor/editor/types/Table.js +0 -0
- package/dist/MarkdownEditor/editor/utils/InlineChromiumBugfix.d.ts +2 -0
- package/dist/MarkdownEditor/editor/utils/InlineChromiumBugfix.js +18 -0
- package/dist/MarkdownEditor/editor/utils/ace.d.ts +106 -0
- package/dist/MarkdownEditor/editor/utils/ace.js +144 -0
- package/dist/MarkdownEditor/editor/utils/docx/docxDeserializer.d.ts +1 -0
- package/dist/MarkdownEditor/editor/utils/docx/docxDeserializer.js +36 -0
- package/dist/MarkdownEditor/editor/utils/docx/index.d.ts +3 -0
- package/dist/MarkdownEditor/editor/utils/docx/index.js +4 -0
- package/dist/MarkdownEditor/editor/utils/docx/module.d.ts +24 -0
- package/dist/MarkdownEditor/editor/utils/docx/module.js +179 -0
- package/dist/MarkdownEditor/editor/utils/docx/utils.d.ts +4 -0
- package/dist/MarkdownEditor/editor/utils/docx/utils.js +108 -0
- package/dist/MarkdownEditor/editor/utils/dom.d.ts +33 -0
- package/dist/MarkdownEditor/editor/utils/dom.js +99 -0
- package/dist/MarkdownEditor/editor/utils/editorUtils.d.ts +330 -0
- package/dist/MarkdownEditor/editor/utils/editorUtils.js +1060 -0
- package/dist/MarkdownEditor/editor/utils/htmlToMarkdown.d.ts +37 -0
- package/dist/MarkdownEditor/editor/utils/htmlToMarkdown.js +197 -0
- package/dist/MarkdownEditor/editor/utils/index.d.ts +98 -0
- package/dist/MarkdownEditor/editor/utils/index.js +233 -0
- package/dist/MarkdownEditor/editor/utils/isMarkdown.d.ts +6 -0
- package/dist/MarkdownEditor/editor/utils/isMarkdown.js +46 -0
- package/dist/MarkdownEditor/editor/utils/keyboard.d.ts +184 -0
- package/dist/MarkdownEditor/editor/utils/keyboard.js +793 -0
- package/dist/MarkdownEditor/editor/utils/markdownToHtml.d.ts +44 -0
- package/dist/MarkdownEditor/editor/utils/markdownToHtml.js +61 -0
- package/dist/MarkdownEditor/editor/utils/media.d.ts +4 -0
- package/dist/MarkdownEditor/editor/utils/media.js +106 -0
- package/dist/MarkdownEditor/editor/utils/path.d.ts +9 -0
- package/dist/MarkdownEditor/editor/utils/path.js +19 -0
- package/dist/MarkdownEditor/editor/utils/performanceMonitor.d.ts +65 -0
- package/dist/MarkdownEditor/editor/utils/performanceMonitor.js +182 -0
- package/dist/MarkdownEditor/editor/utils/useLocalState.d.ts +8 -0
- package/dist/MarkdownEditor/editor/utils/useLocalState.js +40 -0
- package/dist/MarkdownEditor/el.d.ts +241 -0
- package/dist/MarkdownEditor/el.js +0 -0
- package/dist/MarkdownEditor/hooks/editor.d.ts +43 -0
- package/dist/MarkdownEditor/hooks/editor.js +52 -0
- package/dist/MarkdownEditor/hooks/subscribe.d.ts +10 -0
- package/dist/MarkdownEditor/hooks/subscribe.js +17 -0
- package/dist/MarkdownEditor/index.d.ts +43 -0
- package/dist/MarkdownEditor/index.js +36 -0
- package/dist/MarkdownEditor/plugin.d.ts +19 -0
- package/dist/MarkdownEditor/plugin.js +6 -0
- package/dist/MarkdownEditor/style.d.ts +10 -0
- package/dist/MarkdownEditor/style.js +71 -0
- package/dist/MarkdownEditor/types.d.ts +265 -0
- package/dist/MarkdownEditor/types.js +0 -0
- package/dist/MarkdownEditor/utils/exportHtml.d.ts +16 -0
- package/dist/MarkdownEditor/utils/exportHtml.js +85 -0
- package/dist/MarkdownEditor/utils/native-table/index.d.ts +2 -0
- package/dist/MarkdownEditor/utils/native-table/index.js +3 -0
- package/dist/MarkdownEditor/utils/native-table/native-table-editor.d.ts +122 -0
- package/dist/MarkdownEditor/utils/native-table/native-table-editor.js +267 -0
- package/dist/MarkdownEditor/utils/native-table/native-table-keyboard.d.ts +21 -0
- package/dist/MarkdownEditor/utils/native-table/native-table-keyboard.js +127 -0
- package/dist/MarkdownInputField/AttachmentButton/AttachmentButtonPopover.d.ts +104 -0
- package/dist/MarkdownInputField/AttachmentButton/AttachmentButtonPopover.js +102 -0
- package/dist/MarkdownInputField/AttachmentButton/AttachmentFileList/AttachmentFileIcon.d.ts +40 -0
- package/dist/MarkdownInputField/AttachmentButton/AttachmentFileList/AttachmentFileIcon.js +43 -0
- package/dist/MarkdownInputField/AttachmentButton/AttachmentFileList/AttachmentFileListItem.d.ts +55 -0
- package/dist/MarkdownInputField/AttachmentButton/AttachmentFileList/AttachmentFileListItem.js +152 -0
- package/dist/MarkdownInputField/AttachmentButton/AttachmentFileList/index.d.ts +52 -0
- package/dist/MarkdownInputField/AttachmentButton/AttachmentFileList/index.js +126 -0
- package/dist/MarkdownInputField/AttachmentButton/AttachmentFileList/style.d.ts +9 -0
- package/dist/MarkdownInputField/AttachmentButton/AttachmentFileList/style.js +216 -0
- package/dist/MarkdownInputField/AttachmentButton/index.d.ts +142 -0
- package/dist/MarkdownInputField/AttachmentButton/index.js +202 -0
- package/dist/MarkdownInputField/AttachmentButton/style.d.ts +10 -0
- package/dist/MarkdownInputField/AttachmentButton/style.js +121 -0
- package/dist/MarkdownInputField/AttachmentButton/types.d.ts +6 -0
- package/dist/MarkdownInputField/AttachmentButton/types.js +0 -0
- package/dist/MarkdownInputField/AttachmentButton/utils.d.ts +18 -0
- package/dist/MarkdownInputField/AttachmentButton/utils.js +13 -0
- package/dist/MarkdownInputField/BeforeToolContainer/BeforeToolContainer.d.ts +16 -0
- package/dist/MarkdownInputField/BeforeToolContainer/BeforeToolContainer.js +368 -0
- package/dist/MarkdownInputField/FileMapView/FileMapViewItem.d.ts +49 -0
- package/dist/MarkdownInputField/FileMapView/FileMapViewItem.js +220 -0
- package/dist/MarkdownInputField/FileMapView/index.d.ts +65 -0
- package/dist/MarkdownInputField/FileMapView/index.js +174 -0
- package/dist/MarkdownInputField/FileMapView/style.d.ts +10 -0
- package/dist/MarkdownInputField/FileMapView/style.js +276 -0
- package/dist/MarkdownInputField/FilePaste/index.d.ts +1 -0
- package/dist/MarkdownInputField/FilePaste/index.js +70 -0
- package/dist/MarkdownInputField/FileUploadManager/index.d.ts +38 -0
- package/dist/MarkdownInputField/FileUploadManager/index.js +149 -0
- package/dist/MarkdownInputField/MarkdownInputField.d.ts +415 -0
- package/dist/MarkdownInputField/MarkdownInputField.js +583 -0
- package/dist/MarkdownInputField/QuickActions/index.d.ts +42 -0
- package/dist/MarkdownInputField/QuickActions/index.js +129 -0
- package/dist/MarkdownInputField/RefinePromptButton/index.d.ts +11 -0
- package/dist/MarkdownInputField/RefinePromptButton/index.js +88 -0
- package/dist/MarkdownInputField/RefinePromptButton/style.d.ts +5 -0
- package/dist/MarkdownInputField/RefinePromptButton/style.js +79 -0
- package/dist/MarkdownInputField/SendActions/index.d.ts +59 -0
- package/dist/MarkdownInputField/SendActions/index.js +221 -0
- package/dist/MarkdownInputField/SendButton/index.d.ts +79 -0
- package/dist/MarkdownInputField/SendButton/index.js +137 -0
- package/dist/MarkdownInputField/SendButton/style.d.ts +10 -0
- package/dist/MarkdownInputField/SendButton/style.js +70 -0
- package/dist/MarkdownInputField/SkillModeBar/hooks/index.d.ts +4 -0
- package/dist/MarkdownInputField/SkillModeBar/hooks/index.js +5 -0
- package/dist/MarkdownInputField/SkillModeBar/hooks/useSkillModeState.d.ts +22 -0
- package/dist/MarkdownInputField/SkillModeBar/hooks/useSkillModeState.js +30 -0
- package/dist/MarkdownInputField/SkillModeBar/index.d.ts +82 -0
- package/dist/MarkdownInputField/SkillModeBar/index.js +121 -0
- package/dist/MarkdownInputField/SkillModeBar/style.d.ts +10 -0
- package/dist/MarkdownInputField/SkillModeBar/style.js +103 -0
- package/dist/MarkdownInputField/Suggestion/index.d.ts +75 -0
- package/dist/MarkdownInputField/Suggestion/index.js +176 -0
- package/dist/MarkdownInputField/TopOperatingArea/index.d.ts +8 -0
- package/dist/MarkdownInputField/TopOperatingArea/index.js +56 -0
- package/dist/MarkdownInputField/TopOperatingArea/style.d.ts +6 -0
- package/dist/MarkdownInputField/TopOperatingArea/style.js +94 -0
- package/dist/MarkdownInputField/VoiceInput/index.d.ts +27 -0
- package/dist/MarkdownInputField/VoiceInput/index.js +96 -0
- package/dist/MarkdownInputField/VoiceInput/style.d.ts +5 -0
- package/dist/MarkdownInputField/VoiceInput/style.js +64 -0
- package/dist/MarkdownInputField/VoiceInputManager/index.d.ts +25 -0
- package/dist/MarkdownInputField/VoiceInputManager/index.js +101 -0
- package/dist/MarkdownInputField/style.d.ts +11 -0
- package/dist/MarkdownInputField/style.js +238 -0
- package/dist/Quote/index.d.ts +73 -0
- package/dist/Quote/index.js +85 -0
- package/dist/Quote/style.d.ts +5 -0
- package/dist/Quote/style.js +166 -0
- package/dist/TaskList/LoadingLottie/index.d.ts +60 -0
- package/dist/TaskList/LoadingLottie/index.js +39 -0
- package/dist/TaskList/LoadingLottie/loading.json +483 -0
- package/dist/TaskList/index.d.ts +83 -0
- package/dist/TaskList/index.js +147 -0
- package/dist/TaskList/style.d.ts +5 -0
- package/dist/TaskList/style.js +138 -0
- package/dist/ThoughtChainList/CostMillis.d.ts +32 -0
- package/dist/ThoughtChainList/CostMillis.js +61 -0
- package/dist/ThoughtChainList/DeepThink.d.ts +54 -0
- package/dist/ThoughtChainList/DeepThink.js +168 -0
- package/dist/ThoughtChainList/DotAni/index.css +41 -0
- package/dist/ThoughtChainList/DotAni/index.d.ts +27 -0
- package/dist/ThoughtChainList/DotAni/index.js +21 -0
- package/dist/ThoughtChainList/DotAni/style.d.ts +10 -0
- package/dist/ThoughtChainList/DotAni/style.js +55 -0
- package/dist/ThoughtChainList/FlipText/index.d.ts +54 -0
- package/dist/ThoughtChainList/FlipText/index.js +34 -0
- package/dist/ThoughtChainList/MarkdownEditor.d.ts +40 -0
- package/dist/ThoughtChainList/MarkdownEditor.js +78 -0
- package/dist/ThoughtChainList/RagRetrievalInfo.d.ts +20 -0
- package/dist/ThoughtChainList/RagRetrievalInfo.js +161 -0
- package/dist/ThoughtChainList/TableSql.d.ts +30 -0
- package/dist/ThoughtChainList/TableSql.js +497 -0
- package/dist/ThoughtChainList/ThoughtChainListItem.d.ts +66 -0
- package/dist/ThoughtChainList/ThoughtChainListItem.js +241 -0
- package/dist/ThoughtChainList/TitleInfo.d.ts +68 -0
- package/dist/ThoughtChainList/TitleInfo.js +198 -0
- package/dist/ThoughtChainList/ToolCall.d.ts +59 -0
- package/dist/ThoughtChainList/ToolCall.js +503 -0
- package/dist/ThoughtChainList/WebSearch.d.ts +52 -0
- package/dist/ThoughtChainList/WebSearch.js +178 -0
- package/dist/ThoughtChainList/index.d.ts +49 -0
- package/dist/ThoughtChainList/index.js +463 -0
- package/dist/ThoughtChainList/style.d.ts +10 -0
- package/dist/ThoughtChainList/style.js +247 -0
- package/dist/ThoughtChainList/types.d.ts +159 -0
- package/dist/ThoughtChainList/types.js +0 -0
- package/dist/ToolUseBar/ToolUseBarItem.d.ts +26 -0
- package/dist/ToolUseBar/ToolUseBarItem.js +209 -0
- package/dist/ToolUseBar/ToolUseBarThink.d.ts +48 -0
- package/dist/ToolUseBar/ToolUseBarThink.js +333 -0
- package/dist/ToolUseBar/index.d.ts +60 -0
- package/dist/ToolUseBar/index.js +114 -0
- package/dist/ToolUseBar/style.d.ts +5 -0
- package/dist/ToolUseBar/style.js +321 -0
- package/dist/ToolUseBar/thinkStyle.d.ts +5 -0
- package/dist/ToolUseBar/thinkStyle.js +330 -0
- package/dist/Welcome/index.d.ts +14 -0
- package/dist/Welcome/index.js +31 -0
- package/dist/Welcome/style.d.ts +5 -0
- package/dist/Welcome/style.js +60 -0
- package/dist/Workspace/Browser/index.d.ts +47 -0
- package/dist/Workspace/Browser/index.js +52 -0
- package/dist/Workspace/Browser/style.d.ts +5 -0
- package/dist/Workspace/Browser/style.js +38 -0
- package/dist/Workspace/File/DataSourceStrategy.d.ts +92 -0
- package/dist/Workspace/File/DataSourceStrategy.js +226 -0
- package/dist/Workspace/File/FileComponent.d.ts +87 -0
- package/dist/Workspace/File/FileComponent.js +769 -0
- package/dist/Workspace/File/FileTypeProcessor.d.ts +82 -0
- package/dist/Workspace/File/FileTypeProcessor.js +207 -0
- package/dist/Workspace/File/PreviewComponent.d.ts +47 -0
- package/dist/Workspace/File/PreviewComponent.js +562 -0
- package/dist/Workspace/File/index.d.ts +5 -0
- package/dist/Workspace/File/index.js +10 -0
- package/dist/Workspace/File/style.d.ts +5 -0
- package/dist/Workspace/File/style.js +448 -0
- package/dist/Workspace/File/utils.d.ts +11 -0
- package/dist/Workspace/File/utils.js +116 -0
- package/dist/Workspace/HtmlPreview/index.d.ts +75 -0
- package/dist/Workspace/HtmlPreview/index.js +153 -0
- package/dist/Workspace/HtmlPreview/style.d.ts +5 -0
- package/dist/Workspace/HtmlPreview/style.js +83 -0
- package/dist/Workspace/RealtimeFollow/index.d.ts +56 -0
- package/dist/Workspace/RealtimeFollow/index.js +433 -0
- package/dist/Workspace/RealtimeFollow/style.d.ts +5 -0
- package/dist/Workspace/RealtimeFollow/style.js +325 -0
- package/dist/Workspace/Task/index.d.ts +12 -0
- package/dist/Workspace/Task/index.js +43 -0
- package/dist/Workspace/Task/style.d.ts +5 -0
- package/dist/Workspace/Task/style.js +79 -0
- package/dist/Workspace/index.d.ts +63 -0
- package/dist/Workspace/index.js +279 -0
- package/dist/Workspace/style.d.ts +5 -0
- package/dist/Workspace/style.js +159 -0
- package/dist/Workspace/types.d.ts +165 -0
- package/dist/Workspace/types.js +257 -0
- package/dist/Workspace/utils/codeLanguageUtils.d.ts +23 -0
- package/dist/Workspace/utils/codeLanguageUtils.js +133 -0
- package/dist/Workspace/utils.d.ts +12 -0
- package/dist/Workspace/utils.js +23 -0
- package/dist/components/ActionIconBox/index.d.ts +74 -0
- package/dist/components/ActionIconBox/index.js +157 -0
- package/dist/components/ActionIconBox/style.d.ts +10 -0
- package/dist/components/ActionIconBox/style.js +117 -0
- package/dist/components/ActionItemBox/ActionItemBox.d.ts +20 -0
- package/dist/components/ActionItemBox/ActionItemBox.js +162 -0
- package/dist/components/ActionItemBox/index.d.ts +3 -0
- package/dist/components/ActionItemBox/index.js +7 -0
- package/dist/components/ActionItemBox/style.d.ts +10 -0
- package/dist/components/ActionItemBox/style.js +373 -0
- package/dist/components/Button/IconButton/index.d.ts +16 -0
- package/dist/components/Button/IconButton/index.js +46 -0
- package/dist/components/Button/IconButton/style.d.ts +5 -0
- package/dist/components/Button/IconButton/style.js +355 -0
- package/dist/components/Button/SwitchButton/index.d.ts +16 -0
- package/dist/components/Button/SwitchButton/index.js +99 -0
- package/dist/components/Button/SwitchButton/style.d.ts +5 -0
- package/dist/components/Button/SwitchButton/style.js +158 -0
- package/dist/components/Button/ToggleButton/index.d.ts +13 -0
- package/dist/components/Button/ToggleButton/index.js +63 -0
- package/dist/components/Button/ToggleButton/style.d.ts +5 -0
- package/dist/components/Button/ToggleButton/style.js +277 -0
- package/dist/components/Button/index.d.ts +3 -0
- package/dist/components/Button/index.js +4 -0
- package/dist/components/ImageList.d.ts +22 -0
- package/dist/components/ImageList.js +138 -0
- package/dist/components/LayoutHeader/index.d.ts +55 -0
- package/dist/components/LayoutHeader/index.js +94 -0
- package/dist/components/LayoutHeader/style.d.ts +5 -0
- package/dist/components/LayoutHeader/style.js +70 -0
- package/dist/components/LayoutHeader/types.d.ts +41 -0
- package/dist/components/LayoutHeader/types.js +0 -0
- package/dist/components/Loading/index.d.ts +25 -0
- package/dist/components/Loading/index.js +184 -0
- package/dist/components/Loading/style.d.ts +5 -0
- package/dist/components/Loading/style.js +46 -0
- package/dist/components/Robot/index.d.ts +16 -0
- package/dist/components/Robot/index.js +66 -0
- package/dist/components/Robot/lotties/DazingLottie/dazing.json +3780 -0
- package/dist/components/Robot/lotties/DazingLottie/index.d.ts +59 -0
- package/dist/components/Robot/lotties/DazingLottie/index.js +52 -0
- package/dist/components/Robot/lotties/ThinkingLottie/index.d.ts +59 -0
- package/dist/components/Robot/lotties/ThinkingLottie/index.js +52 -0
- package/dist/components/Robot/lotties/ThinkingLottie/thinking.json +3447 -0
- package/dist/components/Robot/lotties/index.d.ts +2 -0
- package/dist/components/Robot/lotties/index.js +3 -0
- package/dist/components/SuggestionList/index.d.ts +31 -0
- package/dist/components/SuggestionList/index.js +195 -0
- package/dist/components/SuggestionList/style.d.ts +5 -0
- package/dist/components/SuggestionList/style.js +196 -0
- package/dist/components/VisualList/index.d.ts +96 -0
- package/dist/components/VisualList/index.js +151 -0
- package/dist/components/VisualList/style.d.ts +5 -0
- package/dist/components/VisualList/style.js +138 -0
- package/dist/components/icons/LoadingSpinnerIcon.d.ts +38 -0
- package/dist/components/icons/LoadingSpinnerIcon.js +83 -0
- package/dist/components/lotties/DazingLottie/dazing.json +3780 -0
- package/dist/components/lotties/DazingLottie/index.d.ts +59 -0
- package/dist/components/lotties/DazingLottie/index.js +52 -0
- package/dist/components/lotties/ThinkingLottie/index.d.ts +59 -0
- package/dist/components/lotties/ThinkingLottie/index.js +52 -0
- package/dist/components/lotties/ThinkingLottie/thinking.json +3447 -0
- package/dist/components/lotties/index.d.ts +2 -0
- package/dist/components/lotties/index.js +3 -0
- package/dist/constants/colors.d.ts +104 -0
- package/dist/constants/colors.js +98 -0
- package/dist/hooks/useAutoScroll.d.ts +50 -0
- package/dist/hooks/useAutoScroll.js +90 -0
- package/dist/hooks/useClickAway.d.ts +36 -0
- package/dist/hooks/useClickAway.js +23 -0
- package/dist/hooks/useCopied.d.ts +4 -0
- package/dist/hooks/useCopied.js +22 -0
- package/dist/hooks/useDebounceFn/index.d.ts +9 -0
- package/dist/hooks/useDebounceFn/index.js +59 -0
- package/dist/hooks/useLanguage.d.ts +378 -0
- package/dist/hooks/useLanguage.js +29 -0
- package/dist/hooks/useRefFunction/index.d.ts +40 -0
- package/dist/hooks/useRefFunction/index.js +13 -0
- package/dist/hooks/useSpeechSynthesis.d.ts +3 -0
- package/dist/hooks/useSpeechSynthesis.js +108 -0
- package/dist/hooks/useStyle/index.d.ts +36 -0
- package/dist/hooks/useStyle/index.js +64 -0
- package/dist/hooks/useThrottleFn/index.d.ts +1 -0
- package/dist/hooks/useThrottleFn/index.js +44 -0
- package/dist/i18n/index.d.ts +88 -0
- package/dist/i18n/index.js +122 -0
- package/dist/i18n/locales.d.ts +343 -0
- package/dist/i18n/locales.js +705 -0
- package/dist/icons/animated/VoicePlayLottie/index.d.ts +57 -0
- package/dist/icons/animated/VoicePlayLottie/index.js +51 -0
- package/dist/icons/animated/VoicePlayLottie/voicePlay.json +270 -0
- package/dist/icons/animated/VoicingLottie/index.d.ts +59 -0
- package/dist/icons/animated/VoicingLottie/index.js +52 -0
- package/dist/icons/animated/VoicingLottie/voicing.json +3609 -0
- package/dist/index.d.ts +81 -0
- package/dist/index.js +88 -0
- package/dist/plugins/chart/AreaChart/index.d.ts +60 -0
- package/dist/plugins/chart/AreaChart/index.js +380 -0
- package/dist/plugins/chart/AreaChart/style.d.ts +5 -0
- package/dist/plugins/chart/AreaChart/style.js +89 -0
- package/dist/plugins/chart/BarChart/index.d.ts +73 -0
- package/dist/plugins/chart/BarChart/index.js +516 -0
- package/dist/plugins/chart/BarChart/style.d.ts +5 -0
- package/dist/plugins/chart/BarChart/style.js +89 -0
- package/dist/plugins/chart/ChartAttrToolBar/ChartAttrToolBarStyle.d.ts +10 -0
- package/dist/plugins/chart/ChartAttrToolBar/ChartAttrToolBarStyle.js +57 -0
- package/dist/plugins/chart/ChartAttrToolBar/index.d.ts +56 -0
- package/dist/plugins/chart/ChartAttrToolBar/index.js +87 -0
- package/dist/plugins/chart/ChartMark/Area.d.ts +3 -0
- package/dist/plugins/chart/ChartMark/Area.js +147 -0
- package/dist/plugins/chart/ChartMark/Bar.d.ts +3 -0
- package/dist/plugins/chart/ChartMark/Bar.js +151 -0
- package/dist/plugins/chart/ChartMark/Column.d.ts +3 -0
- package/dist/plugins/chart/ChartMark/Column.js +150 -0
- package/dist/plugins/chart/ChartMark/Container.d.ts +8 -0
- package/dist/plugins/chart/ChartMark/Container.js +81 -0
- package/dist/plugins/chart/ChartMark/Line.d.ts +3 -0
- package/dist/plugins/chart/ChartMark/Line.js +150 -0
- package/dist/plugins/chart/ChartMark/Pie.d.ts +3 -0
- package/dist/plugins/chart/ChartMark/Pie.js +61 -0
- package/dist/plugins/chart/ChartMark/index.d.ts +5 -0
- package/dist/plugins/chart/ChartMark/index.js +13 -0
- package/dist/plugins/chart/ChartMark/useChart.d.ts +10 -0
- package/dist/plugins/chart/ChartMark/useChart.js +0 -0
- package/dist/plugins/chart/ChartRender.d.ts +79 -0
- package/dist/plugins/chart/ChartRender.js +611 -0
- package/dist/plugins/chart/ChartStatistic/index.d.ts +18 -0
- package/dist/plugins/chart/ChartStatistic/index.js +70 -0
- package/dist/plugins/chart/ChartStatistic/style.d.ts +10 -0
- package/dist/plugins/chart/ChartStatistic/style.js +153 -0
- package/dist/plugins/chart/ChartStatistic/utils.d.ts +18 -0
- package/dist/plugins/chart/ChartStatistic/utils.js +29 -0
- package/dist/plugins/chart/DonutChart/Legend.d.ts +17 -0
- package/dist/plugins/chart/DonutChart/Legend.js +136 -0
- package/dist/plugins/chart/DonutChart/constants.d.ts +5 -0
- package/dist/plugins/chart/DonutChart/constants.js +25 -0
- package/dist/plugins/chart/DonutChart/hooks.d.ts +30 -0
- package/dist/plugins/chart/DonutChart/hooks.js +121 -0
- package/dist/plugins/chart/DonutChart/index.d.ts +5 -0
- package/dist/plugins/chart/DonutChart/index.js +501 -0
- package/dist/plugins/chart/DonutChart/plugins.d.ts +3 -0
- package/dist/plugins/chart/DonutChart/plugins.js +45 -0
- package/dist/plugins/chart/DonutChart/style.d.ts +5 -0
- package/dist/plugins/chart/DonutChart/style.js +176 -0
- package/dist/plugins/chart/DonutChart/types.d.ts +47 -0
- package/dist/plugins/chart/DonutChart/types.js +0 -0
- package/dist/plugins/chart/FunnelChart/index.d.ts +54 -0
- package/dist/plugins/chart/FunnelChart/index.js +588 -0
- package/dist/plugins/chart/FunnelChart/style.d.ts +5 -0
- package/dist/plugins/chart/FunnelChart/style.js +66 -0
- package/dist/plugins/chart/LineChart/index.d.ts +60 -0
- package/dist/plugins/chart/LineChart/index.js +373 -0
- package/dist/plugins/chart/LineChart/style.d.ts +5 -0
- package/dist/plugins/chart/LineChart/style.js +89 -0
- package/dist/plugins/chart/RadarChart/index.d.ts +28 -0
- package/dist/plugins/chart/RadarChart/index.js +610 -0
- package/dist/plugins/chart/RadarChart/style.d.ts +10 -0
- package/dist/plugins/chart/RadarChart/style.js +111 -0
- package/dist/plugins/chart/ScatterChart/index.d.ts +31 -0
- package/dist/plugins/chart/ScatterChart/index.js +647 -0
- package/dist/plugins/chart/ScatterChart/style.d.ts +10 -0
- package/dist/plugins/chart/ScatterChart/style.js +93 -0
- package/dist/plugins/chart/components/ChartContainer/ChartContainer.d.ts +101 -0
- package/dist/plugins/chart/components/ChartContainer/ChartContainer.js +87 -0
- package/dist/plugins/chart/components/ChartContainer/ChartErrorBoundary.d.ts +47 -0
- package/dist/plugins/chart/components/ChartContainer/ChartErrorBoundary.js +46 -0
- package/dist/plugins/chart/components/ChartContainer/ChartErrorBoundaryExample.d.ts +6 -0
- package/dist/plugins/chart/components/ChartContainer/ChartErrorBoundaryExample.js +70 -0
- package/dist/plugins/chart/components/ChartContainer/index.d.ts +4 -0
- package/dist/plugins/chart/components/ChartContainer/index.js +7 -0
- package/dist/plugins/chart/components/ChartContainer/style.d.ts +10 -0
- package/dist/plugins/chart/components/ChartContainer/style.js +90 -0
- package/dist/plugins/chart/components/ChartFilter/ChartFilter.d.ts +21 -0
- package/dist/plugins/chart/components/ChartFilter/ChartFilter.js +99 -0
- package/dist/plugins/chart/components/ChartFilter/style.d.ts +10 -0
- package/dist/plugins/chart/components/ChartFilter/style.js +161 -0
- package/dist/plugins/chart/components/ChartToolBar/ChartToolBar.d.ts +11 -0
- package/dist/plugins/chart/components/ChartToolBar/ChartToolBar.js +67 -0
- package/dist/plugins/chart/components/ChartToolBar/style.d.ts +10 -0
- package/dist/plugins/chart/components/ChartToolBar/style.js +129 -0
- package/dist/plugins/chart/components/icons/TimeIcon.d.ts +7 -0
- package/dist/plugins/chart/components/icons/TimeIcon.js +32 -0
- package/dist/plugins/chart/components/index.d.ts +9 -0
- package/dist/plugins/chart/components/index.js +36 -0
- package/dist/plugins/chart/const.d.ts +1 -0
- package/dist/plugins/chart/const.js +16 -0
- package/dist/plugins/chart/hooks/useChartStatistic.d.ts +9 -0
- package/dist/plugins/chart/hooks/useChartStatistic.js +16 -0
- package/dist/plugins/chart/index.d.ts +60 -0
- package/dist/plugins/chart/index.js +375 -0
- package/dist/plugins/chart/utils.d.ts +83 -0
- package/dist/plugins/chart/utils.js +98 -0
- package/dist/plugins/code/CodeUI/Katex/Katex.d.ts +6 -0
- package/dist/plugins/code/CodeUI/Katex/Katex.js +75 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_AMS-Regular.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_AMS-Regular.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Fraktur-Bold.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Fraktur-Regular.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Main-Bold.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Main-Bold.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Main-Bold.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Main-BoldItalic.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Main-Italic.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Main-Italic.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Main-Italic.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Main-Regular.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Main-Regular.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Main-Regular.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Math-BoldItalic.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Math-Italic.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Math-Italic.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Math-Italic.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_SansSerif-Bold.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_SansSerif-Italic.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_SansSerif-Regular.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Script-Regular.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Script-Regular.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Script-Regular.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Size1-Regular.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Size1-Regular.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Size2-Regular.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Size2-Regular.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Size3-Regular.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Size3-Regular.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Size4-Regular.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Size4-Regular.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Typewriter-Regular.woff +0 -0
- package/dist/plugins/code/CodeUI/Katex/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- package/dist/plugins/code/CodeUI/Katex/katex.min.css +1133 -0
- package/dist/plugins/code/components/AceEditor.d.ts +77 -0
- package/dist/plugins/code/components/AceEditor.js +257 -0
- package/dist/plugins/code/components/AceEditorContainer.d.ts +13 -0
- package/dist/plugins/code/components/AceEditorContainer.js +33 -0
- package/dist/plugins/code/components/CodeContainer.d.ts +17 -0
- package/dist/plugins/code/components/CodeContainer.js +63 -0
- package/dist/plugins/code/components/CodeRenderer.d.ts +19 -0
- package/dist/plugins/code/components/CodeRenderer.js +163 -0
- package/dist/plugins/code/components/CodeToolbar.d.ts +63 -0
- package/dist/plugins/code/components/CodeToolbar.js +206 -0
- package/dist/plugins/code/components/HtmlPreview.d.ts +10 -0
- package/dist/plugins/code/components/HtmlPreview.js +23 -0
- package/dist/plugins/code/components/LanguageSelector.d.ts +50 -0
- package/dist/plugins/code/components/LanguageSelector.js +110 -0
- package/dist/plugins/code/components/LoadImage.d.ts +29 -0
- package/dist/plugins/code/components/LoadImage.js +49 -0
- package/dist/plugins/code/components/ThinkBlock.d.ts +11 -0
- package/dist/plugins/code/components/ThinkBlock.js +47 -0
- package/dist/plugins/code/components/index.d.ts +14 -0
- package/dist/plugins/code/components/index.js +23 -0
- package/dist/plugins/code/hooks/index.d.ts +8 -0
- package/dist/plugins/code/hooks/index.js +9 -0
- package/dist/plugins/code/hooks/useCodeEditorState.d.ts +24 -0
- package/dist/plugins/code/hooks/useCodeEditorState.js +69 -0
- package/dist/plugins/code/hooks/useRenderConditions.d.ts +10 -0
- package/dist/plugins/code/hooks/useRenderConditions.js +24 -0
- package/dist/plugins/code/hooks/useToolbarConfig.d.ts +29 -0
- package/dist/plugins/code/hooks/useToolbarConfig.js +47 -0
- package/dist/plugins/code/index.d.ts +12 -0
- package/dist/plugins/code/index.js +98 -0
- package/dist/plugins/code/langIconMap.d.ts +4 -0
- package/dist/plugins/code/langIconMap.js +181 -0
- package/dist/plugins/code/langIcons/AbapIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/AbapIcon.js +65 -0
- package/dist/plugins/code/langIcons/ActionscriptIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ActionscriptIcon.js +63 -0
- package/dist/plugins/code/langIcons/AdaIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/AdaIcon.js +59 -0
- package/dist/plugins/code/langIcons/ApacheIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ApacheIcon.js +379 -0
- package/dist/plugins/code/langIcons/ApexIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ApexIcon.js +92 -0
- package/dist/plugins/code/langIcons/AplIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/AplIcon.js +62 -0
- package/dist/plugins/code/langIcons/ApplescriptIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ApplescriptIcon.js +63 -0
- package/dist/plugins/code/langIcons/AstroIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/AstroIcon.js +69 -0
- package/dist/plugins/code/langIcons/AwkIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/AwkIcon.js +82 -0
- package/dist/plugins/code/langIcons/BallerinaIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/BallerinaIcon.js +68 -0
- package/dist/plugins/code/langIcons/BatIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/BatIcon.js +330 -0
- package/dist/plugins/code/langIcons/BicepIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/BicepIcon.js +66 -0
- package/dist/plugins/code/langIcons/BladeIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/BladeIcon.js +66 -0
- package/dist/plugins/code/langIcons/CIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/CIcon.js +63 -0
- package/dist/plugins/code/langIcons/CadenceIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/CadenceIcon.js +65 -0
- package/dist/plugins/code/langIcons/ClojureIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ClojureIcon.js +96 -0
- package/dist/plugins/code/langIcons/CmakeIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/CmakeIcon.js +71 -0
- package/dist/plugins/code/langIcons/CobolIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/CobolIcon.js +83 -0
- package/dist/plugins/code/langIcons/CodeqlIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/CodeqlIcon.js +93 -0
- package/dist/plugins/code/langIcons/CoffeeIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/CoffeeIcon.js +63 -0
- package/dist/plugins/code/langIcons/ConsoleIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ConsoleIcon.js +63 -0
- package/dist/plugins/code/langIcons/CppIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/CppIcon.js +62 -0
- package/dist/plugins/code/langIcons/CrystalIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/CrystalIcon.js +64 -0
- package/dist/plugins/code/langIcons/CsharpIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/CsharpIcon.js +66 -0
- package/dist/plugins/code/langIcons/CssIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/CssIcon.js +59 -0
- package/dist/plugins/code/langIcons/DIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/DIcon.js +60 -0
- package/dist/plugins/code/langIcons/DartIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/DartIcon.js +84 -0
- package/dist/plugins/code/langIcons/DatabaseIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/DatabaseIcon.js +65 -0
- package/dist/plugins/code/langIcons/DiffIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/DiffIcon.js +65 -0
- package/dist/plugins/code/langIcons/DockerIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/DockerIcon.js +63 -0
- package/dist/plugins/code/langIcons/DotenvIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/DotenvIcon.js +64 -0
- package/dist/plugins/code/langIcons/ElixirIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ElixirIcon.js +66 -0
- package/dist/plugins/code/langIcons/ElmIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ElmIcon.js +65 -0
- package/dist/plugins/code/langIcons/ErbIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ErbIcon.js +62 -0
- package/dist/plugins/code/langIcons/ErlangIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ErlangIcon.js +63 -0
- package/dist/plugins/code/langIcons/FsharpIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/FsharpIcon.js +71 -0
- package/dist/plugins/code/langIcons/GdscriptIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/GdscriptIcon.js +107 -0
- package/dist/plugins/code/langIcons/GlslIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/GlslIcon.js +66 -0
- package/dist/plugins/code/langIcons/GnuplotIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/GnuplotIcon.js +97 -0
- package/dist/plugins/code/langIcons/GoIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/GoIcon.js +102 -0
- package/dist/plugins/code/langIcons/GraphqlIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/GraphqlIcon.js +73 -0
- package/dist/plugins/code/langIcons/GroovyIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/GroovyIcon.js +63 -0
- package/dist/plugins/code/langIcons/HackIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/HackIcon.js +73 -0
- package/dist/plugins/code/langIcons/HamlIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/HamlIcon.js +63 -0
- package/dist/plugins/code/langIcons/HandlebarsIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/HandlebarsIcon.js +64 -0
- package/dist/plugins/code/langIcons/HaskellIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/HaskellIcon.js +75 -0
- package/dist/plugins/code/langIcons/HclIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/HclIcon.js +100 -0
- package/dist/plugins/code/langIcons/HclLightIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/HclLightIcon.js +104 -0
- package/dist/plugins/code/langIcons/HjsonIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/HjsonIcon.js +73 -0
- package/dist/plugins/code/langIcons/HlslIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/HlslIcon.js +93 -0
- package/dist/plugins/code/langIcons/HtmlIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/HtmlIcon.js +63 -0
- package/dist/plugins/code/langIcons/HttpIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/HttpIcon.js +63 -0
- package/dist/plugins/code/langIcons/ImbaIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ImbaIcon.js +73 -0
- package/dist/plugins/code/langIcons/IniIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/IniIcon.js +62 -0
- package/dist/plugins/code/langIcons/JavaIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/JavaIcon.js +63 -0
- package/dist/plugins/code/langIcons/JavascriptIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/JavascriptIcon.js +63 -0
- package/dist/plugins/code/langIcons/JinjaIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/JinjaIcon.js +82 -0
- package/dist/plugins/code/langIcons/Json5Icon.d.ts +6 -0
- package/dist/plugins/code/langIcons/Json5Icon.js +100 -0
- package/dist/plugins/code/langIcons/JsonIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/JsonIcon.js +63 -0
- package/dist/plugins/code/langIcons/JsonnetIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/JsonnetIcon.js +106 -0
- package/dist/plugins/code/langIcons/JuliaIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/JuliaIcon.js +57 -0
- package/dist/plugins/code/langIcons/KotlinIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/KotlinIcon.js +97 -0
- package/dist/plugins/code/langIcons/KustoIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/KustoIcon.js +64 -0
- package/dist/plugins/code/langIcons/LessIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/LessIcon.js +66 -0
- package/dist/plugins/code/langIcons/LiquidIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/LiquidIcon.js +66 -0
- package/dist/plugins/code/langIcons/LispIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/LispIcon.js +63 -0
- package/dist/plugins/code/langIcons/LuaIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/LuaIcon.js +79 -0
- package/dist/plugins/code/langIcons/MakefileIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/MakefileIcon.js +66 -0
- package/dist/plugins/code/langIcons/MarkdownIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/MarkdownIcon.js +63 -0
- package/dist/plugins/code/langIcons/MarkojsIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/MarkojsIcon.js +88 -0
- package/dist/plugins/code/langIcons/MatlabIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/MatlabIcon.js +75 -0
- package/dist/plugins/code/langIcons/MdxIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/MdxIcon.js +62 -0
- package/dist/plugins/code/langIcons/MermaidIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/MermaidIcon.js +73 -0
- package/dist/plugins/code/langIcons/MojoIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/MojoIcon.js +71 -0
- package/dist/plugins/code/langIcons/NginxIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/NginxIcon.js +68 -0
- package/dist/plugins/code/langIcons/NimIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/NimIcon.js +62 -0
- package/dist/plugins/code/langIcons/NixIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/NixIcon.js +65 -0
- package/dist/plugins/code/langIcons/ObjectiveCIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ObjectiveCIcon.js +67 -0
- package/dist/plugins/code/langIcons/ObjectiveCppIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ObjectiveCppIcon.js +65 -0
- package/dist/plugins/code/langIcons/OcamlIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/OcamlIcon.js +70 -0
- package/dist/plugins/code/langIcons/PascalIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/PascalIcon.js +60 -0
- package/dist/plugins/code/langIcons/Perl6Icon.d.ts +6 -0
- package/dist/plugins/code/langIcons/Perl6Icon.js +401 -0
- package/dist/plugins/code/langIcons/PerlIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/PerlIcon.js +63 -0
- package/dist/plugins/code/langIcons/PhpIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/PhpIcon.js +59 -0
- package/dist/plugins/code/langIcons/PostcssIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/PostcssIcon.js +121 -0
- package/dist/plugins/code/langIcons/PowershellIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/PowershellIcon.js +66 -0
- package/dist/plugins/code/langIcons/PrismaIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/PrismaIcon.js +75 -0
- package/dist/plugins/code/langIcons/PrologIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/PrologIcon.js +66 -0
- package/dist/plugins/code/langIcons/ProtoIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ProtoIcon.js +81 -0
- package/dist/plugins/code/langIcons/PugIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/PugIcon.js +226 -0
- package/dist/plugins/code/langIcons/PuppetIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/PuppetIcon.js +57 -0
- package/dist/plugins/code/langIcons/PurescriptIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/PurescriptIcon.js +72 -0
- package/dist/plugins/code/langIcons/PythonIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/PythonIcon.js +70 -0
- package/dist/plugins/code/langIcons/RIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/RIcon.js +59 -0
- package/dist/plugins/code/langIcons/RazorIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/RazorIcon.js +65 -0
- package/dist/plugins/code/langIcons/ReactIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ReactIcon.js +63 -0
- package/dist/plugins/code/langIcons/ReactTsIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ReactTsIcon.js +66 -0
- package/dist/plugins/code/langIcons/RubyIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/RubyIcon.js +66 -0
- package/dist/plugins/code/langIcons/RustIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/RustIcon.js +63 -0
- package/dist/plugins/code/langIcons/SasIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/SasIcon.js +59 -0
- package/dist/plugins/code/langIcons/SassIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/SassIcon.js +66 -0
- package/dist/plugins/code/langIcons/ScalaIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ScalaIcon.js +58 -0
- package/dist/plugins/code/langIcons/SchemeIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/SchemeIcon.js +66 -0
- package/dist/plugins/code/langIcons/ShaderlabIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ShaderlabIcon.js +63 -0
- package/dist/plugins/code/langIcons/SolidityIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/SolidityIcon.js +57 -0
- package/dist/plugins/code/langIcons/SparqlIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/SparqlIcon.js +73 -0
- package/dist/plugins/code/langIcons/StataIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/StataIcon.js +155 -0
- package/dist/plugins/code/langIcons/StylusIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/StylusIcon.js +67 -0
- package/dist/plugins/code/langIcons/SvelteIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/SvelteIcon.js +66 -0
- package/dist/plugins/code/langIcons/SwiftIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/SwiftIcon.js +65 -0
- package/dist/plugins/code/langIcons/SystemverilogIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/SystemverilogIcon.js +137 -0
- package/dist/plugins/code/langIcons/TclIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/TclIcon.js +59 -0
- package/dist/plugins/code/langIcons/TexIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/TexIcon.js +76 -0
- package/dist/plugins/code/langIcons/TomlIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/TomlIcon.js +84 -0
- package/dist/plugins/code/langIcons/TwigIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/TwigIcon.js +63 -0
- package/dist/plugins/code/langIcons/TypescriptIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/TypescriptIcon.js +67 -0
- package/dist/plugins/code/langIcons/VerilogIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/VerilogIcon.js +63 -0
- package/dist/plugins/code/langIcons/VhdlIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/VhdlIcon.js +73 -0
- package/dist/plugins/code/langIcons/VimIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/VimIcon.js +556 -0
- package/dist/plugins/code/langIcons/VueIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/VueIcon.js +72 -0
- package/dist/plugins/code/langIcons/WebassemblyIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/WebassemblyIcon.js +85 -0
- package/dist/plugins/code/langIcons/WenyanIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/WenyanIcon.js +144 -0
- package/dist/plugins/code/langIcons/WgslIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/WgslIcon.js +102 -0
- package/dist/plugins/code/langIcons/WolframlanguageIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/WolframlanguageIcon.js +79 -0
- package/dist/plugins/code/langIcons/XmlIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/XmlIcon.js +59 -0
- package/dist/plugins/code/langIcons/XslIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/XslIcon.js +80 -0
- package/dist/plugins/code/langIcons/YamlIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/YamlIcon.js +63 -0
- package/dist/plugins/code/langIcons/ZigIcon.d.ts +6 -0
- package/dist/plugins/code/langIcons/ZigIcon.js +89 -0
- package/dist/plugins/code/langIcons/index.d.ts +128 -0
- package/dist/plugins/code/langIcons/index.js +259 -0
- package/dist/plugins/code/utils/index.d.ts +6 -0
- package/dist/plugins/code/utils/index.js +5 -0
- package/dist/plugins/code/utils/langOptions.d.ts +28 -0
- package/dist/plugins/code/utils/langOptions.js +14 -0
- package/dist/plugins/defaultPlugins.d.ts +13 -0
- package/dist/plugins/defaultPlugins.js +17 -0
- package/dist/plugins/formatter/index.d.ts +26 -0
- package/dist/plugins/formatter/index.js +109 -0
- package/dist/plugins/index.d.ts +6 -0
- package/dist/plugins/index.js +7 -0
- package/dist/plugins/katex/InlineKatex.d.ts +43 -0
- package/dist/plugins/katex/InlineKatex.js +124 -0
- package/dist/plugins/katex/Katex.d.ts +40 -0
- package/dist/plugins/katex/Katex.js +74 -0
- package/dist/plugins/katex/fonts/KaTeX_AMS-Regular.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_AMS-Regular.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Fraktur-Bold.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Fraktur-Regular.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Main-Bold.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Main-Bold.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Main-Bold.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Main-BoldItalic.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Main-Italic.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Main-Italic.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Main-Italic.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Main-Regular.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Main-Regular.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Main-Regular.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Math-BoldItalic.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Math-Italic.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Math-Italic.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Math-Italic.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_SansSerif-Bold.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_SansSerif-Italic.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_SansSerif-Regular.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Script-Regular.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Script-Regular.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Script-Regular.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Size1-Regular.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Size1-Regular.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Size2-Regular.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Size2-Regular.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Size3-Regular.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Size3-Regular.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Size4-Regular.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Size4-Regular.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Typewriter-Regular.woff +0 -0
- package/dist/plugins/katex/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- package/dist/plugins/katex/index.d.ts +50 -0
- package/dist/plugins/katex/index.js +113 -0
- package/dist/plugins/katex/katex.min.css +1133 -0
- package/dist/plugins/mermaid/Mermaid.d.ts +40 -0
- package/dist/plugins/mermaid/Mermaid.js +102 -0
- package/dist/plugins/mermaid/index.d.ts +44 -0
- package/dist/plugins/mermaid/index.js +165 -0
- package/dist/schema/SchemaEditor/AceEditorWrapper.d.ts +26 -0
- package/dist/schema/SchemaEditor/AceEditorWrapper.js +126 -0
- package/dist/schema/SchemaEditor/index.d.ts +32 -0
- package/dist/schema/SchemaEditor/index.js +291 -0
- package/dist/schema/SchemaEditor/style.d.ts +5 -0
- package/dist/schema/SchemaEditor/style.js +274 -0
- package/dist/schema/SchemaForm/index.d.ts +61 -0
- package/dist/schema/SchemaForm/index.js +285 -0
- package/dist/schema/SchemaForm/types.d.ts +15 -0
- package/dist/schema/SchemaForm/types.js +0 -0
- package/dist/schema/SchemaRenderer/index.d.ts +81 -0
- package/dist/schema/SchemaRenderer/index.js +610 -0
- package/dist/schema/SchemaRenderer/templateEngine.d.ts +8 -0
- package/dist/schema/SchemaRenderer/templateEngine.js +26 -0
- package/dist/schema/index.d.ts +6 -0
- package/dist/schema/index.js +15 -0
- package/dist/schema/schema.definition.json +297 -0
- package/dist/schema/schema.json +109 -0
- package/dist/schema/types.d.ts +140 -0
- package/dist/schema/types.js +0 -0
- package/dist/schema/validator.d.ts +17 -0
- package/dist/schema/validator.js +42 -0
- package/dist/types/slash2.d.ts +4 -0
- package/dist/typing.d.ts +29 -0
- package/dist/utils/easings.d.ts +1 -0
- package/dist/utils/easings.js +13 -0
- package/dist/utils/formatTime.d.ts +30 -0
- package/dist/utils/formatTime.js +19 -0
- package/dist/utils/getScroll.d.ts +4 -0
- package/dist/utils/getScroll.js +45 -0
- package/dist/utils/language.d.ts +220 -0
- package/dist/utils/language.js +168 -0
- package/dist/utils/proxySandbox/ProxySandbox.d.ts +164 -0
- package/dist/utils/proxySandbox/ProxySandbox.js +1061 -0
- package/dist/utils/proxySandbox/SecurityContextManager.d.ts +183 -0
- package/dist/utils/proxySandbox/SecurityContextManager.js +369 -0
- package/dist/utils/proxySandbox/index.d.ts +57 -0
- package/dist/utils/proxySandbox/index.js +281 -0
- package/dist/utils/proxySandbox/types.d.ts +332 -0
- package/dist/utils/proxySandbox/types.js +52 -0
- package/dist/utils/reset-ant.css +432 -0
- package/dist/utils/scrollTo.d.ts +10 -0
- package/dist/utils/scrollTo.js +63 -0
- package/dist/utils/throttleByAnimationFrame.d.ts +5 -0
- package/dist/utils/throttleByAnimationFrame.js +23 -0
- package/package.json +165 -0
|
@@ -0,0 +1,3609 @@
|
|
|
1
|
+
{
|
|
2
|
+
"v": "5.12.2",
|
|
3
|
+
"fr": 25,
|
|
4
|
+
"ip": 0,
|
|
5
|
+
"op": 75,
|
|
6
|
+
"w": 180,
|
|
7
|
+
"h": 180,
|
|
8
|
+
"nm": "合成 1",
|
|
9
|
+
"ddd": 0,
|
|
10
|
+
"assets": [],
|
|
11
|
+
"layers": [
|
|
12
|
+
{
|
|
13
|
+
"ddd": 0,
|
|
14
|
+
"ind": 1,
|
|
15
|
+
"ty": 4,
|
|
16
|
+
"nm": "形状图层 3",
|
|
17
|
+
"sr": 1,
|
|
18
|
+
"ks": {
|
|
19
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
|
20
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
|
21
|
+
"p": { "a": 0, "k": [48, 90, 0], "ix": 2, "l": 2 },
|
|
22
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
|
|
23
|
+
"s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
|
|
24
|
+
},
|
|
25
|
+
"ao": 0,
|
|
26
|
+
"shapes": [
|
|
27
|
+
{
|
|
28
|
+
"ty": "gr",
|
|
29
|
+
"it": [
|
|
30
|
+
{
|
|
31
|
+
"ty": "rc",
|
|
32
|
+
"d": 1,
|
|
33
|
+
"s": {
|
|
34
|
+
"a": 1,
|
|
35
|
+
"k": [
|
|
36
|
+
{
|
|
37
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.691] },
|
|
38
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.167] },
|
|
39
|
+
"t": 0,
|
|
40
|
+
"s": [16, 60]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.848] },
|
|
44
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.114] },
|
|
45
|
+
"t": 1,
|
|
46
|
+
"s": [16, 57.961]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.941] },
|
|
50
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.184] },
|
|
51
|
+
"t": 2,
|
|
52
|
+
"s": [16, 52.445]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.417] },
|
|
56
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.203] },
|
|
57
|
+
"t": 3,
|
|
58
|
+
"s": [16, 47.884]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.814] },
|
|
62
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.097] },
|
|
63
|
+
"t": 4,
|
|
64
|
+
"s": [16, 49.213]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.85] },
|
|
68
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.151] },
|
|
69
|
+
"t": 5,
|
|
70
|
+
"s": [16, 57.179]
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.887] },
|
|
74
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.187] },
|
|
75
|
+
"t": 6,
|
|
76
|
+
"s": [16, 67.014]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.045] },
|
|
80
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.317] },
|
|
81
|
+
"t": 7,
|
|
82
|
+
"s": [16, 74.921]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.753] },
|
|
86
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.029] },
|
|
87
|
+
"t": 8,
|
|
88
|
+
"s": [16, 77.744]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.82] },
|
|
92
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.126] },
|
|
93
|
+
"t": 9,
|
|
94
|
+
"s": [16, 73.39]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.841] },
|
|
98
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.156] },
|
|
99
|
+
"t": 10,
|
|
100
|
+
"s": [16, 64.863]
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.856] },
|
|
104
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.175] },
|
|
105
|
+
"t": 11,
|
|
106
|
+
"s": [16, 55.019]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.875] },
|
|
110
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.197] },
|
|
111
|
+
"t": 12,
|
|
112
|
+
"s": [16, 46.041]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.923] },
|
|
116
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.25] },
|
|
117
|
+
"t": 13,
|
|
118
|
+
"s": [16, 39.465]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"i": { "x": [0.833, 0.833], "y": [1, -0.216] },
|
|
122
|
+
"o": { "x": [0.167, 0.167], "y": [0, -1.02] },
|
|
123
|
+
"t": 14,
|
|
124
|
+
"s": [16, 36.181]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.765] },
|
|
128
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.089] },
|
|
129
|
+
"t": 15,
|
|
130
|
+
"s": [16, 36.429]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.775] },
|
|
134
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.129] },
|
|
135
|
+
"t": 16,
|
|
136
|
+
"s": [16, 39.803]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.821] },
|
|
140
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.132] },
|
|
141
|
+
"t": 17,
|
|
142
|
+
"s": [16, 45.945]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.841] },
|
|
146
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.156] },
|
|
147
|
+
"t": 18,
|
|
148
|
+
"s": [16, 56.374]
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.855] },
|
|
152
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.175] },
|
|
153
|
+
"t": 19,
|
|
154
|
+
"s": [16, 68.34]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.873] },
|
|
158
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.197] },
|
|
159
|
+
"t": 20,
|
|
160
|
+
"s": [16, 79.21]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.912] },
|
|
164
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.243] },
|
|
165
|
+
"t": 21,
|
|
166
|
+
"s": [16, 87.197]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.954] },
|
|
170
|
+
"o": { "x": [0.167, 0.167], "y": [0, 1.55] },
|
|
171
|
+
"t": 22,
|
|
172
|
+
"s": [16, 91.358]
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.785] },
|
|
176
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.077] },
|
|
177
|
+
"t": 23,
|
|
178
|
+
"s": [16, 91.595]
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.758] },
|
|
182
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.136] },
|
|
183
|
+
"t": 24,
|
|
184
|
+
"s": [16, 88.652]
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.803] },
|
|
188
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.127] },
|
|
189
|
+
"t": 25,
|
|
190
|
+
"s": [16, 83.987]
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.833] },
|
|
194
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.145] },
|
|
195
|
+
"t": 26,
|
|
196
|
+
"s": [16, 75.084]
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.849] },
|
|
200
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.166] },
|
|
201
|
+
"t": 27,
|
|
202
|
+
"s": [16, 62.986]
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.864] },
|
|
206
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.186] },
|
|
207
|
+
"t": 28,
|
|
208
|
+
"s": [16, 50.839]
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.89] },
|
|
212
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.216] },
|
|
213
|
+
"t": 29,
|
|
214
|
+
"s": [16, 40.932]
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.998] },
|
|
218
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.343] },
|
|
219
|
+
"t": 30,
|
|
220
|
+
"s": [16, 34.693]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.714] },
|
|
224
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.002] },
|
|
225
|
+
"t": 31,
|
|
226
|
+
"s": [16, 32.694]
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.765] },
|
|
230
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.118] },
|
|
231
|
+
"t": 32,
|
|
232
|
+
"s": [16, 34.646]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.782] },
|
|
236
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.129] },
|
|
237
|
+
"t": 33,
|
|
238
|
+
"s": [16, 39.404]
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.827] },
|
|
242
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.135] },
|
|
243
|
+
"t": 34,
|
|
244
|
+
"s": [16, 48.066]
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.846] },
|
|
248
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.161] },
|
|
249
|
+
"t": 35,
|
|
250
|
+
"s": [16, 62.031]
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.863] },
|
|
254
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.182] },
|
|
255
|
+
"t": 36,
|
|
256
|
+
"s": [16, 76.979]
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.889] },
|
|
260
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.212] },
|
|
261
|
+
"t": 37,
|
|
262
|
+
"s": [16, 89.622]
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.992] },
|
|
266
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.33] },
|
|
267
|
+
"t": 38,
|
|
268
|
+
"s": [16, 97.824]
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.701] },
|
|
272
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.009] },
|
|
273
|
+
"t": 39,
|
|
274
|
+
"s": [16, 100.591]
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.812] },
|
|
278
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.116] },
|
|
279
|
+
"t": 40,
|
|
280
|
+
"s": [16, 98.081]
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.832] },
|
|
284
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.149] },
|
|
285
|
+
"t": 41,
|
|
286
|
+
"s": [16, 91.595]
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.842] },
|
|
290
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.165] },
|
|
291
|
+
"t": 42,
|
|
292
|
+
"s": [16, 83.418]
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.85] },
|
|
296
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.176] },
|
|
297
|
+
"t": 43,
|
|
298
|
+
"s": [16, 75.105]
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.859] },
|
|
302
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.188] },
|
|
303
|
+
"t": 44,
|
|
304
|
+
"s": [16, 67.661]
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.866] },
|
|
308
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.203] },
|
|
309
|
+
"t": 45,
|
|
310
|
+
"s": [16, 61.75]
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.869] },
|
|
314
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.221] },
|
|
315
|
+
"t": 46,
|
|
316
|
+
"s": [16, 57.624]
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.84] },
|
|
320
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.23] },
|
|
321
|
+
"t": 47,
|
|
322
|
+
"s": [16, 55.133]
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.754] },
|
|
326
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.174] },
|
|
327
|
+
"t": 48,
|
|
328
|
+
"s": [16, 53.718]
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.788] },
|
|
332
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.126] },
|
|
333
|
+
"t": 49,
|
|
334
|
+
"s": [16, 52.41]
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.828] },
|
|
338
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.137] },
|
|
339
|
+
"t": 50,
|
|
340
|
+
"s": [16, 49.861]
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.843] },
|
|
344
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.162] },
|
|
345
|
+
"t": 51,
|
|
346
|
+
"s": [16, 45.938]
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.855] },
|
|
350
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.178] },
|
|
351
|
+
"t": 52,
|
|
352
|
+
"s": [16, 41.774]
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.869] },
|
|
356
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.196] },
|
|
357
|
+
"t": 53,
|
|
358
|
+
"s": [16, 38.102]
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.89] },
|
|
362
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.228] },
|
|
363
|
+
"t": 54,
|
|
364
|
+
"s": [16, 35.384]
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.955] },
|
|
368
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.346] },
|
|
369
|
+
"t": 55,
|
|
370
|
+
"s": [16, 33.813]
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.793] },
|
|
374
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.099] },
|
|
375
|
+
"t": 56,
|
|
376
|
+
"s": [16, 33.315]
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.854] },
|
|
380
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.139] },
|
|
381
|
+
"t": 57,
|
|
382
|
+
"s": [16, 33.542]
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.709] },
|
|
386
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.194] },
|
|
387
|
+
"t": 58,
|
|
388
|
+
"s": [16, 33.881]
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.838] },
|
|
392
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.117] },
|
|
393
|
+
"t": 59,
|
|
394
|
+
"s": [16, 34.135]
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.88] },
|
|
398
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.171] },
|
|
399
|
+
"t": 60,
|
|
400
|
+
"s": [16, 34.769]
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.995] },
|
|
404
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.273] },
|
|
405
|
+
"t": 61,
|
|
406
|
+
"s": [16, 35.37]
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.645] },
|
|
410
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.005] },
|
|
411
|
+
"t": 62,
|
|
412
|
+
"s": [16, 35.635]
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.784] },
|
|
416
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.109] },
|
|
417
|
+
"t": 63,
|
|
418
|
+
"s": [16, 35.385]
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.815] },
|
|
422
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.136] },
|
|
423
|
+
"t": 64,
|
|
424
|
+
"s": [16, 34.572]
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.854] },
|
|
428
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.152] },
|
|
429
|
+
"t": 65,
|
|
430
|
+
"s": [16, 33.275]
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.023] },
|
|
434
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.195] },
|
|
435
|
+
"t": 66,
|
|
436
|
+
"s": [16, 31.699]
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.665] },
|
|
440
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.018] },
|
|
441
|
+
"t": 67,
|
|
442
|
+
"s": [16, 30.521]
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.783] },
|
|
446
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.111] },
|
|
447
|
+
"t": 68,
|
|
448
|
+
"s": [16, 32.023]
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.801] },
|
|
452
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.135] },
|
|
453
|
+
"t": 69,
|
|
454
|
+
"s": [16, 36.555]
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.847] },
|
|
458
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.144] },
|
|
459
|
+
"t": 70,
|
|
460
|
+
"s": [16, 43.813]
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.892] },
|
|
464
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.182] },
|
|
465
|
+
"t": 71,
|
|
466
|
+
"s": [16, 53.86]
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.001] },
|
|
470
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.363] },
|
|
471
|
+
"t": 72,
|
|
472
|
+
"s": [16, 62.31]
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.842] },
|
|
476
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.001] },
|
|
477
|
+
"t": 73,
|
|
478
|
+
"s": [16, 64.832]
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.917] },
|
|
482
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.176] },
|
|
483
|
+
"t": 74,
|
|
484
|
+
"s": [16, 62.283]
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
488
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.19] },
|
|
489
|
+
"t": 75,
|
|
490
|
+
"s": [16, 60]
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
494
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
495
|
+
"t": 76,
|
|
496
|
+
"s": [16, 60]
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
500
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
501
|
+
"t": 77,
|
|
502
|
+
"s": [16, 60]
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
506
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
507
|
+
"t": 78,
|
|
508
|
+
"s": [16, 60]
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
512
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
513
|
+
"t": 79,
|
|
514
|
+
"s": [16, 60]
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
518
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
519
|
+
"t": 80,
|
|
520
|
+
"s": [16, 60]
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
524
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
525
|
+
"t": 81,
|
|
526
|
+
"s": [16, 60]
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
530
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
531
|
+
"t": 82,
|
|
532
|
+
"s": [16, 60]
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
536
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
537
|
+
"t": 83,
|
|
538
|
+
"s": [16, 60]
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
542
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
543
|
+
"t": 84,
|
|
544
|
+
"s": [16, 60]
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
548
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
549
|
+
"t": 85,
|
|
550
|
+
"s": [16, 60]
|
|
551
|
+
},
|
|
552
|
+
{ "t": 86, "s": [16, 60] }
|
|
553
|
+
],
|
|
554
|
+
"ix": 2
|
|
555
|
+
},
|
|
556
|
+
"p": { "a": 0, "k": [0, 0], "ix": 3 },
|
|
557
|
+
"r": { "a": 0, "k": 20, "ix": 4 },
|
|
558
|
+
"nm": "矩形路径 1",
|
|
559
|
+
"mn": "ADBE Vector Shape - Rect",
|
|
560
|
+
"hd": false
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"ty": "st",
|
|
564
|
+
"c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
|
|
565
|
+
"o": { "a": 0, "k": 100, "ix": 4 },
|
|
566
|
+
"w": { "a": 0, "k": 0, "ix": 5 },
|
|
567
|
+
"lc": 1,
|
|
568
|
+
"lj": 1,
|
|
569
|
+
"ml": 4,
|
|
570
|
+
"bm": 0,
|
|
571
|
+
"nm": "描边 1",
|
|
572
|
+
"mn": "ADBE Vector Graphic - Stroke",
|
|
573
|
+
"hd": false
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"ty": "fl",
|
|
577
|
+
"c": {
|
|
578
|
+
"a": 0,
|
|
579
|
+
"k": [0.113725490196, 0.478431372549, 0.988235294118, 1],
|
|
580
|
+
"ix": 4
|
|
581
|
+
},
|
|
582
|
+
"o": { "a": 0, "k": 100, "ix": 5 },
|
|
583
|
+
"r": 1,
|
|
584
|
+
"bm": 0,
|
|
585
|
+
"nm": "填充 1",
|
|
586
|
+
"mn": "ADBE Vector Graphic - Fill",
|
|
587
|
+
"hd": false
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"ty": "tr",
|
|
591
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
|
592
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
|
593
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
|
594
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
|
595
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
|
596
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
|
597
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
|
598
|
+
"nm": "变换"
|
|
599
|
+
}
|
|
600
|
+
],
|
|
601
|
+
"nm": "矩形 1",
|
|
602
|
+
"np": 3,
|
|
603
|
+
"cix": 2,
|
|
604
|
+
"bm": 0,
|
|
605
|
+
"ix": 1,
|
|
606
|
+
"mn": "ADBE Vector Group",
|
|
607
|
+
"hd": false
|
|
608
|
+
}
|
|
609
|
+
],
|
|
610
|
+
"ip": 0,
|
|
611
|
+
"op": 87,
|
|
612
|
+
"st": 0,
|
|
613
|
+
"ct": 1,
|
|
614
|
+
"bm": 0
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"ddd": 0,
|
|
618
|
+
"ind": 2,
|
|
619
|
+
"ty": 4,
|
|
620
|
+
"nm": "形状图层 5",
|
|
621
|
+
"sr": 1,
|
|
622
|
+
"ks": {
|
|
623
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
|
624
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
|
625
|
+
"p": { "a": 0, "k": [132, 90, 0], "ix": 2, "l": 2 },
|
|
626
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
|
|
627
|
+
"s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
|
|
628
|
+
},
|
|
629
|
+
"ao": 0,
|
|
630
|
+
"shapes": [
|
|
631
|
+
{
|
|
632
|
+
"ty": "gr",
|
|
633
|
+
"it": [
|
|
634
|
+
{
|
|
635
|
+
"ty": "rc",
|
|
636
|
+
"d": 1,
|
|
637
|
+
"s": {
|
|
638
|
+
"a": 1,
|
|
639
|
+
"k": [
|
|
640
|
+
{
|
|
641
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.622] },
|
|
642
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.167] },
|
|
643
|
+
"t": 0,
|
|
644
|
+
"s": [16, 100]
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.845] },
|
|
648
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.107] },
|
|
649
|
+
"t": 1,
|
|
650
|
+
"s": [16, 101.433]
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.942] },
|
|
654
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.181] },
|
|
655
|
+
"t": 2,
|
|
656
|
+
"s": [16, 106.502]
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.457] },
|
|
660
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.188] },
|
|
661
|
+
"t": 3,
|
|
662
|
+
"s": [16, 110.846]
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.817] },
|
|
666
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.098] },
|
|
667
|
+
"t": 4,
|
|
668
|
+
"s": [16, 109.511]
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.85] },
|
|
672
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.153] },
|
|
673
|
+
"t": 5,
|
|
674
|
+
"s": [16, 102.139]
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.878] },
|
|
678
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.187] },
|
|
679
|
+
"t": 6,
|
|
680
|
+
"s": [16, 93.352]
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.982] },
|
|
684
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.263] },
|
|
685
|
+
"t": 7,
|
|
686
|
+
"s": [16, 86.297]
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.651] },
|
|
690
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.023] },
|
|
691
|
+
"t": 8,
|
|
692
|
+
"s": [16, 83.025]
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.844] },
|
|
696
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.109] },
|
|
697
|
+
"t": 9,
|
|
698
|
+
"s": [16, 85.587]
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.867] },
|
|
702
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.179] },
|
|
703
|
+
"t": 10,
|
|
704
|
+
"s": [16, 93.754]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.904] },
|
|
708
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.224] },
|
|
709
|
+
"t": 11,
|
|
710
|
+
"s": [16, 100.847]
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.27] },
|
|
714
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.613] },
|
|
715
|
+
"t": 12,
|
|
716
|
+
"s": [16, 105.058]
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.755] },
|
|
720
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.064] },
|
|
721
|
+
"t": 13,
|
|
722
|
+
"s": [16, 105.721]
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.817] },
|
|
726
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.126] },
|
|
727
|
+
"t": 14,
|
|
728
|
+
"s": [16, 102.913]
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.849] },
|
|
732
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.153] },
|
|
733
|
+
"t": 15,
|
|
734
|
+
"s": [16, 97.457]
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.899] },
|
|
738
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.186] },
|
|
739
|
+
"t": 16,
|
|
740
|
+
"s": [16, 90.921]
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.183] },
|
|
744
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.471] },
|
|
745
|
+
"t": 17,
|
|
746
|
+
"s": [16, 85.618]
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.757] },
|
|
750
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.057] },
|
|
751
|
+
"t": 18,
|
|
752
|
+
"s": [16, 84.478]
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.81] },
|
|
756
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.127] },
|
|
757
|
+
"t": 19,
|
|
758
|
+
"s": [16, 88.117]
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.827] },
|
|
762
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.148] },
|
|
763
|
+
"t": 20,
|
|
764
|
+
"s": [16, 95.072]
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.838] },
|
|
768
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.161] },
|
|
769
|
+
"t": 21,
|
|
770
|
+
"s": [16, 103.994]
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.849] },
|
|
774
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.171] },
|
|
775
|
+
"t": 22,
|
|
776
|
+
"s": [16, 113.602]
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.864] },
|
|
780
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.185] },
|
|
781
|
+
"t": 23,
|
|
782
|
+
"s": [16, 122.687]
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.9] },
|
|
786
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.215] },
|
|
787
|
+
"t": 24,
|
|
788
|
+
"s": [16, 130.11]
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.756] },
|
|
792
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.488] },
|
|
793
|
+
"t": 25,
|
|
794
|
+
"s": [16, 134.802]
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.692] },
|
|
798
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.126] },
|
|
799
|
+
"t": 26,
|
|
800
|
+
"s": [16, 135.768]
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.832] },
|
|
804
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.114] },
|
|
805
|
+
"t": 27,
|
|
806
|
+
"s": [16, 137.633]
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.868] },
|
|
810
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.165] },
|
|
811
|
+
"t": 28,
|
|
812
|
+
"s": [16, 142.664]
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.93] },
|
|
816
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.226] },
|
|
817
|
+
"t": 29,
|
|
818
|
+
"s": [16, 147.791]
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.145] },
|
|
822
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.432] },
|
|
823
|
+
"t": 30,
|
|
824
|
+
"s": [16, 150.797]
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.765] },
|
|
828
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.092] },
|
|
829
|
+
"t": 31,
|
|
830
|
+
"s": [16, 150.311]
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.808] },
|
|
834
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.129] },
|
|
835
|
+
"t": 32,
|
|
836
|
+
"s": [16, 145.815]
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.826] },
|
|
840
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.147] },
|
|
841
|
+
"t": 33,
|
|
842
|
+
"s": [16, 137.641]
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.831] },
|
|
846
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.16] },
|
|
847
|
+
"t": 34,
|
|
848
|
+
"s": [16, 126.969]
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.838] },
|
|
852
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.164] },
|
|
853
|
+
"t": 35,
|
|
854
|
+
"s": [16, 115.363]
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.843] },
|
|
858
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.171] },
|
|
859
|
+
"t": 36,
|
|
860
|
+
"s": [16, 103.394]
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.847] },
|
|
864
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.178] },
|
|
865
|
+
"t": 37,
|
|
866
|
+
"s": [16, 92.065]
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.849] },
|
|
870
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.183] },
|
|
871
|
+
"t": 38,
|
|
872
|
+
"s": [16, 82.071]
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.847] },
|
|
876
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.186] },
|
|
877
|
+
"t": 39,
|
|
878
|
+
"s": [16, 73.716]
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.837] },
|
|
882
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.183] },
|
|
883
|
+
"t": 40,
|
|
884
|
+
"s": [16, 66.919]
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.819] },
|
|
888
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.17] },
|
|
889
|
+
"t": 41,
|
|
890
|
+
"s": [16, 61.21]
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.822] },
|
|
894
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.154] },
|
|
895
|
+
"t": 42,
|
|
896
|
+
"s": [16, 55.733]
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.835] },
|
|
900
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.157] },
|
|
901
|
+
"t": 43,
|
|
902
|
+
"s": [16, 49.313]
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.843] },
|
|
906
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.168] },
|
|
907
|
+
"t": 44,
|
|
908
|
+
"s": [16, 42.014]
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.849] },
|
|
912
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.177] },
|
|
913
|
+
"t": 45,
|
|
914
|
+
"s": [16, 34.845]
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.854] },
|
|
918
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.186] },
|
|
919
|
+
"t": 46,
|
|
920
|
+
"s": [16, 28.492]
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.856] },
|
|
924
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.194] },
|
|
925
|
+
"t": 47,
|
|
926
|
+
"s": [16, 23.336]
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.849] },
|
|
930
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.198] },
|
|
931
|
+
"t": 48,
|
|
932
|
+
"s": [16, 19.458]
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.823] },
|
|
936
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.186] },
|
|
937
|
+
"t": 49,
|
|
938
|
+
"s": [16, 16.637]
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.85] },
|
|
942
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.157] },
|
|
943
|
+
"t": 50,
|
|
944
|
+
"s": [16, 14.348]
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.942] },
|
|
948
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.188] },
|
|
949
|
+
"t": 51,
|
|
950
|
+
"s": [16, 11.767]
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.39] },
|
|
954
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.188] },
|
|
955
|
+
"t": 52,
|
|
956
|
+
"s": [16, 9.713]
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.762] },
|
|
960
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.097] },
|
|
961
|
+
"t": 53,
|
|
962
|
+
"s": [16, 10.343]
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.802] },
|
|
966
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.128] },
|
|
967
|
+
"t": 54,
|
|
968
|
+
"s": [16, 14.331]
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.82] },
|
|
972
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.144] },
|
|
973
|
+
"t": 55,
|
|
974
|
+
"s": [16, 21.72]
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.835] },
|
|
978
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.155] },
|
|
979
|
+
"t": 56,
|
|
980
|
+
"s": [16, 31.924]
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.853] },
|
|
984
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.168] },
|
|
985
|
+
"t": 57,
|
|
986
|
+
"s": [16, 43.728]
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.887] },
|
|
990
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.192] },
|
|
991
|
+
"t": 58,
|
|
992
|
+
"s": [16, 55.287]
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.977] },
|
|
996
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.314] },
|
|
997
|
+
"t": 59,
|
|
998
|
+
"s": [16, 64.127]
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.732] },
|
|
1002
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.032] },
|
|
1003
|
+
"t": 60,
|
|
1004
|
+
"s": [16, 67.321]
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.825] },
|
|
1008
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.121] },
|
|
1009
|
+
"t": 61,
|
|
1010
|
+
"s": [16, 65.011]
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.853] },
|
|
1014
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.159] },
|
|
1015
|
+
"t": 62,
|
|
1016
|
+
"s": [16, 59.893]
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.885] },
|
|
1020
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.192] },
|
|
1021
|
+
"t": 63,
|
|
1022
|
+
"s": [16, 54.265]
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.012] },
|
|
1026
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.301] },
|
|
1027
|
+
"t": 64,
|
|
1028
|
+
"s": [16, 49.95]
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.659] },
|
|
1032
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.011] },
|
|
1033
|
+
"t": 65,
|
|
1034
|
+
"s": [16, 48.299]
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.779] },
|
|
1038
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.11] },
|
|
1039
|
+
"t": 66,
|
|
1040
|
+
"s": [16, 50.188]
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.821] },
|
|
1044
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.134] },
|
|
1045
|
+
"t": 67,
|
|
1046
|
+
"s": [16, 56.02]
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.846] },
|
|
1050
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.156] },
|
|
1051
|
+
"t": 68,
|
|
1052
|
+
"s": [16, 65.632]
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.858] },
|
|
1056
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.182] },
|
|
1057
|
+
"t": 69,
|
|
1058
|
+
"s": [16, 76.616]
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.881] },
|
|
1062
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.202] },
|
|
1063
|
+
"t": 70,
|
|
1064
|
+
"s": [16, 85.91]
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.887] },
|
|
1068
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.276] },
|
|
1069
|
+
"t": 71,
|
|
1070
|
+
"s": [16, 92.444]
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.757] },
|
|
1074
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.314] },
|
|
1075
|
+
"t": 72,
|
|
1076
|
+
"s": [16, 95.266]
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.841] },
|
|
1080
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.127] },
|
|
1081
|
+
"t": 73,
|
|
1082
|
+
"s": [16, 96.287]
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.917] },
|
|
1086
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.176] },
|
|
1087
|
+
"t": 74,
|
|
1088
|
+
"s": [16, 98.237]
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1092
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.147] },
|
|
1093
|
+
"t": 75,
|
|
1094
|
+
"s": [16, 100]
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1098
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1099
|
+
"t": 76,
|
|
1100
|
+
"s": [16, 100]
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1104
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1105
|
+
"t": 77,
|
|
1106
|
+
"s": [16, 100]
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1110
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1111
|
+
"t": 78,
|
|
1112
|
+
"s": [16, 100]
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1116
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1117
|
+
"t": 79,
|
|
1118
|
+
"s": [16, 100]
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1122
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1123
|
+
"t": 80,
|
|
1124
|
+
"s": [16, 100]
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1128
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1129
|
+
"t": 81,
|
|
1130
|
+
"s": [16, 100]
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1134
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1135
|
+
"t": 82,
|
|
1136
|
+
"s": [16, 100]
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1140
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1141
|
+
"t": 83,
|
|
1142
|
+
"s": [16, 100]
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1146
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1147
|
+
"t": 84,
|
|
1148
|
+
"s": [16, 100]
|
|
1149
|
+
},
|
|
1150
|
+
{ "t": 85, "s": [16, 100] }
|
|
1151
|
+
],
|
|
1152
|
+
"ix": 2
|
|
1153
|
+
},
|
|
1154
|
+
"p": { "a": 0, "k": [0, 0], "ix": 3 },
|
|
1155
|
+
"r": { "a": 0, "k": 20, "ix": 4 },
|
|
1156
|
+
"nm": "矩形路径 1",
|
|
1157
|
+
"mn": "ADBE Vector Shape - Rect",
|
|
1158
|
+
"hd": false
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"ty": "st",
|
|
1162
|
+
"c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
|
|
1163
|
+
"o": { "a": 0, "k": 100, "ix": 4 },
|
|
1164
|
+
"w": { "a": 0, "k": 0, "ix": 5 },
|
|
1165
|
+
"lc": 1,
|
|
1166
|
+
"lj": 1,
|
|
1167
|
+
"ml": 4,
|
|
1168
|
+
"bm": 0,
|
|
1169
|
+
"nm": "描边 1",
|
|
1170
|
+
"mn": "ADBE Vector Graphic - Stroke",
|
|
1171
|
+
"hd": false
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"ty": "fl",
|
|
1175
|
+
"c": {
|
|
1176
|
+
"a": 0,
|
|
1177
|
+
"k": [0.113725490196, 0.478431372549, 0.988235294118, 1],
|
|
1178
|
+
"ix": 4
|
|
1179
|
+
},
|
|
1180
|
+
"o": { "a": 0, "k": 100, "ix": 5 },
|
|
1181
|
+
"r": 1,
|
|
1182
|
+
"bm": 0,
|
|
1183
|
+
"nm": "填充 1",
|
|
1184
|
+
"mn": "ADBE Vector Graphic - Fill",
|
|
1185
|
+
"hd": false
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"ty": "tr",
|
|
1189
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
|
1190
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
|
1191
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
|
1192
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
|
1193
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
|
1194
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
|
1195
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
|
1196
|
+
"nm": "变换"
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"nm": "矩形 1",
|
|
1200
|
+
"np": 3,
|
|
1201
|
+
"cix": 2,
|
|
1202
|
+
"bm": 0,
|
|
1203
|
+
"ix": 1,
|
|
1204
|
+
"mn": "ADBE Vector Group",
|
|
1205
|
+
"hd": false
|
|
1206
|
+
}
|
|
1207
|
+
],
|
|
1208
|
+
"ip": 0,
|
|
1209
|
+
"op": 86,
|
|
1210
|
+
"st": 0,
|
|
1211
|
+
"ct": 1,
|
|
1212
|
+
"bm": 0
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"ddd": 0,
|
|
1216
|
+
"ind": 3,
|
|
1217
|
+
"ty": 4,
|
|
1218
|
+
"nm": "形状图层 4",
|
|
1219
|
+
"sr": 1,
|
|
1220
|
+
"ks": {
|
|
1221
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
|
1222
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
|
1223
|
+
"p": { "a": 0, "k": [104, 90, 0], "ix": 2, "l": 2 },
|
|
1224
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
|
|
1225
|
+
"s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
|
|
1226
|
+
},
|
|
1227
|
+
"ao": 0,
|
|
1228
|
+
"shapes": [
|
|
1229
|
+
{
|
|
1230
|
+
"ty": "gr",
|
|
1231
|
+
"it": [
|
|
1232
|
+
{
|
|
1233
|
+
"ty": "rc",
|
|
1234
|
+
"d": 1,
|
|
1235
|
+
"s": {
|
|
1236
|
+
"a": 1,
|
|
1237
|
+
"k": [
|
|
1238
|
+
{
|
|
1239
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.72] },
|
|
1240
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.167] },
|
|
1241
|
+
"t": 0,
|
|
1242
|
+
"s": [16, 80]
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.862] },
|
|
1246
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.119] },
|
|
1247
|
+
"t": 1,
|
|
1248
|
+
"s": [16, 82.707]
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.988] },
|
|
1252
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.211] },
|
|
1253
|
+
"t": 2,
|
|
1254
|
+
"s": [16, 89.103]
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.668] },
|
|
1258
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.014] },
|
|
1259
|
+
"t": 3,
|
|
1260
|
+
"s": [16, 93.277]
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.834] },
|
|
1264
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.111] },
|
|
1265
|
+
"t": 4,
|
|
1266
|
+
"s": [16, 89.702]
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.876] },
|
|
1270
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.167] },
|
|
1271
|
+
"t": 5,
|
|
1272
|
+
"s": [16, 79.016]
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.928] },
|
|
1276
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.254] },
|
|
1277
|
+
"t": 6,
|
|
1278
|
+
"s": [16, 68.418]
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.338] },
|
|
1282
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.547] },
|
|
1283
|
+
"t": 7,
|
|
1284
|
+
"s": [16, 63.236]
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.793] },
|
|
1288
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.095] },
|
|
1289
|
+
"t": 8,
|
|
1290
|
+
"s": [16, 63.921]
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.828] },
|
|
1294
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.14] },
|
|
1295
|
+
"t": 9,
|
|
1296
|
+
"s": [16, 68.682]
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.848] },
|
|
1300
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.161] },
|
|
1301
|
+
"t": 10,
|
|
1302
|
+
"s": [16, 75.719]
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.875] },
|
|
1306
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.184] },
|
|
1307
|
+
"t": 11,
|
|
1308
|
+
"s": [16, 83.236]
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.966] },
|
|
1312
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.251] },
|
|
1313
|
+
"t": 12,
|
|
1314
|
+
"s": [16, 89.434]
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.604] },
|
|
1318
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.058] },
|
|
1319
|
+
"t": 13,
|
|
1320
|
+
"s": [16, 92.519]
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.854] },
|
|
1324
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.106] },
|
|
1325
|
+
"t": 14,
|
|
1326
|
+
"s": [16, 90.697]
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.871] },
|
|
1330
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.194] },
|
|
1331
|
+
"t": 15,
|
|
1332
|
+
"s": [16, 83.853]
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.887] },
|
|
1336
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.234] },
|
|
1337
|
+
"t": 16,
|
|
1338
|
+
"s": [16, 78.705]
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.927] },
|
|
1342
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.314] },
|
|
1343
|
+
"t": 17,
|
|
1344
|
+
"s": [16, 75.866]
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.62] },
|
|
1348
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.559] },
|
|
1349
|
+
"t": 18,
|
|
1350
|
+
"s": [16, 74.842]
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.946] },
|
|
1354
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.107] },
|
|
1355
|
+
"t": 19,
|
|
1356
|
+
"s": [16, 74.975]
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"i": { "x": [0.833, 0.833], "y": [1, -0.058] },
|
|
1360
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.154] },
|
|
1361
|
+
"t": 20,
|
|
1362
|
+
"s": [16, 75.447]
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.714] },
|
|
1366
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.09] },
|
|
1367
|
+
"t": 21,
|
|
1368
|
+
"s": [16, 75.281]
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.882] },
|
|
1372
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.118] },
|
|
1373
|
+
"t": 22,
|
|
1374
|
+
"s": [16, 73.337]
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.994] },
|
|
1378
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.284] },
|
|
1379
|
+
"t": 23,
|
|
1380
|
+
"s": [16, 68.601]
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.75] },
|
|
1384
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.007] },
|
|
1385
|
+
"t": 24,
|
|
1386
|
+
"s": [16, 66.635]
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.83] },
|
|
1390
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.125] },
|
|
1391
|
+
"t": 25,
|
|
1392
|
+
"s": [16, 68.449]
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.861] },
|
|
1396
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.164] },
|
|
1397
|
+
"t": 26,
|
|
1398
|
+
"s": [16, 72.081]
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.913] },
|
|
1402
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.209] },
|
|
1403
|
+
"t": 27,
|
|
1404
|
+
"s": [16, 75.85]
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"i": { "x": [0.833, 0.833], "y": [1, 3.372] },
|
|
1408
|
+
"o": { "x": [0.167, 0.167], "y": [0, 2.042] },
|
|
1409
|
+
"t": 28,
|
|
1410
|
+
"s": [16, 78.35]
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.732] },
|
|
1414
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.081] },
|
|
1415
|
+
"t": 29,
|
|
1416
|
+
"s": [16, 78.456]
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.787] },
|
|
1420
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.121] },
|
|
1421
|
+
"t": 30,
|
|
1422
|
+
"s": [16, 75.322]
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.826] },
|
|
1426
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.137] },
|
|
1427
|
+
"t": 31,
|
|
1428
|
+
"s": [16, 68.38]
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.85] },
|
|
1432
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.16] },
|
|
1433
|
+
"t": 32,
|
|
1434
|
+
"s": [16, 57.619]
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.874] },
|
|
1438
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.188] },
|
|
1439
|
+
"t": 33,
|
|
1440
|
+
"s": [16, 45.926]
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.926] },
|
|
1444
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.245] },
|
|
1445
|
+
"t": 34,
|
|
1446
|
+
"s": [16, 36.638]
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.068] },
|
|
1450
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.665] },
|
|
1451
|
+
"t": 35,
|
|
1452
|
+
"s": [16, 31.844]
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.784] },
|
|
1456
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.092] },
|
|
1457
|
+
"t": 36,
|
|
1458
|
+
"s": [16, 32.378]
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.83] },
|
|
1462
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.136] },
|
|
1463
|
+
"t": 37,
|
|
1464
|
+
"s": [16, 37.821]
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.865] },
|
|
1468
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.164] },
|
|
1469
|
+
"t": 38,
|
|
1470
|
+
"s": [16, 46.497]
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.891] },
|
|
1474
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.219] },
|
|
1475
|
+
"t": 39,
|
|
1476
|
+
"s": [16, 55.48]
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.955] },
|
|
1480
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.359] },
|
|
1481
|
+
"t": 40,
|
|
1482
|
+
"s": [16, 61.012]
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.704] },
|
|
1486
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.098] },
|
|
1487
|
+
"t": 41,
|
|
1488
|
+
"s": [16, 62.687]
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.83] },
|
|
1492
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.116] },
|
|
1493
|
+
"t": 42,
|
|
1494
|
+
"s": [16, 61.918]
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.871] },
|
|
1498
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.164] },
|
|
1499
|
+
"t": 43,
|
|
1500
|
+
"s": [16, 59.958]
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.969] },
|
|
1504
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.237] },
|
|
1505
|
+
"t": 44,
|
|
1506
|
+
"s": [16, 57.928]
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.527] },
|
|
1510
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.05] },
|
|
1511
|
+
"t": 45,
|
|
1512
|
+
"s": [16, 56.824]
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.751] },
|
|
1516
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.101] },
|
|
1517
|
+
"t": 46,
|
|
1518
|
+
"s": [16, 57.512]
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.789] },
|
|
1522
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.125] },
|
|
1523
|
+
"t": 47,
|
|
1524
|
+
"s": [16, 60.731]
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.828] },
|
|
1528
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.138] },
|
|
1529
|
+
"t": 48,
|
|
1530
|
+
"s": [16, 67.125]
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.85] },
|
|
1534
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.162] },
|
|
1535
|
+
"t": 49,
|
|
1536
|
+
"s": [16, 76.917]
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.87] },
|
|
1540
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.187] },
|
|
1541
|
+
"t": 50,
|
|
1542
|
+
"s": [16, 87.324]
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.909] },
|
|
1546
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.231] },
|
|
1547
|
+
"t": 51,
|
|
1548
|
+
"s": [16, 95.708]
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.581] },
|
|
1552
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.986] },
|
|
1553
|
+
"t": 52,
|
|
1554
|
+
"s": [16, 100.434]
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.773] },
|
|
1558
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.073] },
|
|
1559
|
+
"t": 53,
|
|
1560
|
+
"s": [16, 100.87]
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.831] },
|
|
1564
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.132] },
|
|
1565
|
+
"t": 54,
|
|
1566
|
+
"s": [16, 97.392]
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.807] },
|
|
1570
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.165] },
|
|
1571
|
+
"t": 55,
|
|
1572
|
+
"s": [16, 91.38]
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.788] },
|
|
1576
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.147] },
|
|
1577
|
+
"t": 56,
|
|
1578
|
+
"s": [16, 85.221]
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.836] },
|
|
1582
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.137] },
|
|
1583
|
+
"t": 57,
|
|
1584
|
+
"s": [16, 77.118]
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.86] },
|
|
1588
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.169] },
|
|
1589
|
+
"t": 58,
|
|
1590
|
+
"s": [16, 64.579]
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.892] },
|
|
1594
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.205] },
|
|
1595
|
+
"t": 59,
|
|
1596
|
+
"s": [16, 52.44]
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.056] },
|
|
1600
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.369] },
|
|
1601
|
+
"t": 60,
|
|
1602
|
+
"s": [16, 44.159]
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.718] },
|
|
1606
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.033] },
|
|
1607
|
+
"t": 61,
|
|
1608
|
+
"s": [16, 41.747]
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.805] },
|
|
1612
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.118] },
|
|
1613
|
+
"t": 62,
|
|
1614
|
+
"s": [16, 45.769]
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.829] },
|
|
1618
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.146] },
|
|
1619
|
+
"t": 63,
|
|
1620
|
+
"s": [16, 55.338]
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.821] },
|
|
1624
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.162] },
|
|
1625
|
+
"t": 64,
|
|
1626
|
+
"s": [16, 68.124]
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.842] },
|
|
1630
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.156] },
|
|
1631
|
+
"t": 65,
|
|
1632
|
+
"s": [16, 81.646]
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.861] },
|
|
1636
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.176] },
|
|
1637
|
+
"t": 66,
|
|
1638
|
+
"s": [16, 97.097]
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.887] },
|
|
1642
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.207] },
|
|
1643
|
+
"t": 67,
|
|
1644
|
+
"s": [16, 110.927]
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.983] },
|
|
1648
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.316] },
|
|
1649
|
+
"t": 68,
|
|
1650
|
+
"s": [16, 120.236]
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.58] },
|
|
1654
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.021] },
|
|
1655
|
+
"t": 69,
|
|
1656
|
+
"s": [16, 123.568]
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.807] },
|
|
1660
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.104] },
|
|
1661
|
+
"t": 70,
|
|
1662
|
+
"s": [16, 120.913]
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.86] },
|
|
1666
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.147] },
|
|
1667
|
+
"t": 71,
|
|
1668
|
+
"s": [16, 110.204]
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.874] },
|
|
1672
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.206] },
|
|
1673
|
+
"t": 72,
|
|
1674
|
+
"s": [16, 96.096]
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.888] },
|
|
1678
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.248] },
|
|
1679
|
+
"t": 73,
|
|
1680
|
+
"s": [16, 86.527]
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.917] },
|
|
1684
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.324] },
|
|
1685
|
+
"t": 74,
|
|
1686
|
+
"s": [16, 81.676]
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1690
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.14] },
|
|
1691
|
+
"t": 75,
|
|
1692
|
+
"s": [16, 80]
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1696
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1697
|
+
"t": 76,
|
|
1698
|
+
"s": [16, 80]
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1702
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1703
|
+
"t": 77,
|
|
1704
|
+
"s": [16, 80]
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1708
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1709
|
+
"t": 78,
|
|
1710
|
+
"s": [16, 80]
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1714
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1715
|
+
"t": 79,
|
|
1716
|
+
"s": [16, 80]
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1720
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1721
|
+
"t": 80,
|
|
1722
|
+
"s": [16, 80]
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1726
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1727
|
+
"t": 81,
|
|
1728
|
+
"s": [16, 80]
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1732
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1733
|
+
"t": 82,
|
|
1734
|
+
"s": [16, 80]
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1738
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1739
|
+
"t": 83,
|
|
1740
|
+
"s": [16, 80]
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
1744
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
1745
|
+
"t": 84,
|
|
1746
|
+
"s": [16, 80]
|
|
1747
|
+
},
|
|
1748
|
+
{ "t": 85, "s": [16, 80] }
|
|
1749
|
+
],
|
|
1750
|
+
"ix": 2
|
|
1751
|
+
},
|
|
1752
|
+
"p": { "a": 0, "k": [0, 0], "ix": 3 },
|
|
1753
|
+
"r": { "a": 0, "k": 20, "ix": 4 },
|
|
1754
|
+
"nm": "矩形路径 1",
|
|
1755
|
+
"mn": "ADBE Vector Shape - Rect",
|
|
1756
|
+
"hd": false
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"ty": "st",
|
|
1760
|
+
"c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
|
|
1761
|
+
"o": { "a": 0, "k": 100, "ix": 4 },
|
|
1762
|
+
"w": { "a": 0, "k": 0, "ix": 5 },
|
|
1763
|
+
"lc": 1,
|
|
1764
|
+
"lj": 1,
|
|
1765
|
+
"ml": 4,
|
|
1766
|
+
"bm": 0,
|
|
1767
|
+
"nm": "描边 1",
|
|
1768
|
+
"mn": "ADBE Vector Graphic - Stroke",
|
|
1769
|
+
"hd": false
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"ty": "fl",
|
|
1773
|
+
"c": {
|
|
1774
|
+
"a": 0,
|
|
1775
|
+
"k": [0.113725490196, 0.478431372549, 0.988235294118, 1],
|
|
1776
|
+
"ix": 4
|
|
1777
|
+
},
|
|
1778
|
+
"o": { "a": 0, "k": 100, "ix": 5 },
|
|
1779
|
+
"r": 1,
|
|
1780
|
+
"bm": 0,
|
|
1781
|
+
"nm": "填充 1",
|
|
1782
|
+
"mn": "ADBE Vector Graphic - Fill",
|
|
1783
|
+
"hd": false
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"ty": "tr",
|
|
1787
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
|
1788
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
|
1789
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
|
1790
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
|
1791
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
|
1792
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
|
1793
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
|
1794
|
+
"nm": "变换"
|
|
1795
|
+
}
|
|
1796
|
+
],
|
|
1797
|
+
"nm": "矩形 1",
|
|
1798
|
+
"np": 3,
|
|
1799
|
+
"cix": 2,
|
|
1800
|
+
"bm": 0,
|
|
1801
|
+
"ix": 1,
|
|
1802
|
+
"mn": "ADBE Vector Group",
|
|
1803
|
+
"hd": false
|
|
1804
|
+
}
|
|
1805
|
+
],
|
|
1806
|
+
"ip": 0,
|
|
1807
|
+
"op": 86,
|
|
1808
|
+
"st": 0,
|
|
1809
|
+
"ct": 1,
|
|
1810
|
+
"bm": 0
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"ddd": 0,
|
|
1814
|
+
"ind": 4,
|
|
1815
|
+
"ty": 4,
|
|
1816
|
+
"nm": "形状图层 2",
|
|
1817
|
+
"sr": 1,
|
|
1818
|
+
"ks": {
|
|
1819
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
|
1820
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
|
1821
|
+
"p": { "a": 0, "k": [76, 90, 0], "ix": 2, "l": 2 },
|
|
1822
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
|
|
1823
|
+
"s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
|
|
1824
|
+
},
|
|
1825
|
+
"ao": 0,
|
|
1826
|
+
"shapes": [
|
|
1827
|
+
{
|
|
1828
|
+
"ty": "gr",
|
|
1829
|
+
"it": [
|
|
1830
|
+
{
|
|
1831
|
+
"ty": "rc",
|
|
1832
|
+
"d": 1,
|
|
1833
|
+
"s": {
|
|
1834
|
+
"a": 1,
|
|
1835
|
+
"k": [
|
|
1836
|
+
{
|
|
1837
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.724] },
|
|
1838
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.167] },
|
|
1839
|
+
"t": 0,
|
|
1840
|
+
"s": [16, 110]
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.84] },
|
|
1844
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.119] },
|
|
1845
|
+
"t": 1,
|
|
1846
|
+
"s": [16, 113.789]
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.901] },
|
|
1850
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.174] },
|
|
1851
|
+
"t": 2,
|
|
1852
|
+
"s": [16, 122.563]
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.265] },
|
|
1856
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.527] },
|
|
1857
|
+
"t": 3,
|
|
1858
|
+
"s": [16, 130.596]
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.797] },
|
|
1862
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.063] },
|
|
1863
|
+
"t": 4,
|
|
1864
|
+
"s": [16, 132.105]
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.843] },
|
|
1868
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.141] },
|
|
1869
|
+
"t": 5,
|
|
1870
|
+
"s": [16, 125.792]
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.854] },
|
|
1874
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.178] },
|
|
1875
|
+
"t": 6,
|
|
1876
|
+
"s": [16, 116.726]
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.871] },
|
|
1880
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.195] },
|
|
1881
|
+
"t": 7,
|
|
1882
|
+
"s": [16, 108.736]
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.909] },
|
|
1886
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.234] },
|
|
1887
|
+
"t": 8,
|
|
1888
|
+
"s": [16, 102.775]
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.656] },
|
|
1892
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.986] },
|
|
1893
|
+
"t": 9,
|
|
1894
|
+
"s": [16, 99.479]
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.75] },
|
|
1898
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.074] },
|
|
1899
|
+
"t": 10,
|
|
1900
|
+
"s": [16, 99.175]
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.801] },
|
|
1904
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.125] },
|
|
1905
|
+
"t": 11,
|
|
1906
|
+
"s": [16, 101.874]
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.82] },
|
|
1910
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.143] },
|
|
1911
|
+
"t": 12,
|
|
1912
|
+
"s": [16, 107.275]
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.834] },
|
|
1916
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.155] },
|
|
1917
|
+
"t": 13,
|
|
1918
|
+
"s": [16, 114.765]
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.847] },
|
|
1922
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.167] },
|
|
1923
|
+
"t": 14,
|
|
1924
|
+
"s": [16, 123.417]
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.846] },
|
|
1928
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.183] },
|
|
1929
|
+
"t": 15,
|
|
1930
|
+
"s": [16, 131.99]
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.851] },
|
|
1934
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.182] },
|
|
1935
|
+
"t": 16,
|
|
1936
|
+
"s": [16, 139.126]
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.862] },
|
|
1940
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.189] },
|
|
1941
|
+
"t": 17,
|
|
1942
|
+
"s": [16, 145.176]
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.883] },
|
|
1946
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.211] },
|
|
1947
|
+
"t": 18,
|
|
1948
|
+
"s": [16, 149.947]
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.961] },
|
|
1952
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.291] },
|
|
1953
|
+
"t": 19,
|
|
1954
|
+
"s": [16, 153.064]
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.608] },
|
|
1958
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.073] },
|
|
1959
|
+
"t": 20,
|
|
1960
|
+
"s": [16, 154.314]
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.782] },
|
|
1964
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.106] },
|
|
1965
|
+
"t": 21,
|
|
1966
|
+
"s": [16, 153.649]
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.811] },
|
|
1970
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.135] },
|
|
1971
|
+
"t": 22,
|
|
1972
|
+
"s": [16, 151.183]
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.825] },
|
|
1976
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.149] },
|
|
1977
|
+
"t": 23,
|
|
1978
|
+
"s": [16, 147.191]
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.838] },
|
|
1982
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.159] },
|
|
1983
|
+
"t": 24,
|
|
1984
|
+
"s": [16, 142.114]
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.852] },
|
|
1988
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.171] },
|
|
1989
|
+
"t": 25,
|
|
1990
|
+
"s": [16, 136.555]
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.881] },
|
|
1994
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.192] },
|
|
1995
|
+
"t": 26,
|
|
1996
|
+
"s": [16, 131.279]
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.857] },
|
|
2000
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.276] },
|
|
2001
|
+
"t": 27,
|
|
2002
|
+
"s": [16, 127.217]
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.642] },
|
|
2006
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.2] },
|
|
2007
|
+
"t": 28,
|
|
2008
|
+
"s": [16, 125.461]
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.789] },
|
|
2012
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.109] },
|
|
2013
|
+
"t": 29,
|
|
2014
|
+
"s": [16, 124.203]
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.813] },
|
|
2018
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.138] },
|
|
2019
|
+
"t": 30,
|
|
2020
|
+
"s": [16, 120.053]
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.824] },
|
|
2024
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.15] },
|
|
2025
|
+
"t": 31,
|
|
2026
|
+
"s": [16, 113.687]
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.83] },
|
|
2030
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.158] },
|
|
2031
|
+
"t": 32,
|
|
2032
|
+
"s": [16, 105.774]
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.835] },
|
|
2036
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.164] },
|
|
2037
|
+
"t": 33,
|
|
2038
|
+
"s": [16, 96.94]
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.84] },
|
|
2042
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.169] },
|
|
2043
|
+
"t": 34,
|
|
2044
|
+
"s": [16, 87.773]
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.845] },
|
|
2048
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.174] },
|
|
2049
|
+
"t": 35,
|
|
2050
|
+
"s": [16, 78.82]
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.852] },
|
|
2054
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.181] },
|
|
2055
|
+
"t": 36,
|
|
2056
|
+
"s": [16, 70.586]
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.864] },
|
|
2060
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.191] },
|
|
2061
|
+
"t": 37,
|
|
2062
|
+
"s": [16, 63.537]
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.89] },
|
|
2066
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.215] },
|
|
2067
|
+
"t": 38,
|
|
2068
|
+
"s": [16, 58.098]
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.025] },
|
|
2072
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.343] },
|
|
2073
|
+
"t": 39,
|
|
2074
|
+
"s": [16, 54.654]
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.734] },
|
|
2078
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.019] },
|
|
2079
|
+
"t": 40,
|
|
2080
|
+
"s": [16, 53.548]
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.801] },
|
|
2084
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.121] },
|
|
2085
|
+
"t": 41,
|
|
2086
|
+
"s": [16, 54.984]
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.816] },
|
|
2090
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.143] },
|
|
2091
|
+
"t": 42,
|
|
2092
|
+
"s": [16, 58.14]
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.823] },
|
|
2096
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.152] },
|
|
2097
|
+
"t": 43,
|
|
2098
|
+
"s": [16, 62.523]
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.828] },
|
|
2102
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.158] },
|
|
2103
|
+
"t": 44,
|
|
2104
|
+
"s": [16, 67.833]
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.832] },
|
|
2108
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.162] },
|
|
2109
|
+
"t": 45,
|
|
2110
|
+
"s": [16, 73.782]
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.835] },
|
|
2114
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.165] },
|
|
2115
|
+
"t": 46,
|
|
2116
|
+
"s": [16, 80.093]
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.839] },
|
|
2120
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.169] },
|
|
2121
|
+
"t": 47,
|
|
2122
|
+
"s": [16, 86.503]
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.842] },
|
|
2126
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.172] },
|
|
2127
|
+
"t": 48,
|
|
2128
|
+
"s": [16, 92.759]
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.847] },
|
|
2132
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.177] },
|
|
2133
|
+
"t": 49,
|
|
2134
|
+
"s": [16, 98.62]
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.853] },
|
|
2138
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.183] },
|
|
2139
|
+
"t": 50,
|
|
2140
|
+
"s": [16, 103.858]
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.864] },
|
|
2144
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.193] },
|
|
2145
|
+
"t": 51,
|
|
2146
|
+
"s": [16, 108.257]
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.81] },
|
|
2150
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.215] },
|
|
2151
|
+
"t": 52,
|
|
2152
|
+
"s": [16, 111.611]
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.753] },
|
|
2156
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.148] },
|
|
2157
|
+
"t": 53,
|
|
2158
|
+
"s": [16, 113.729]
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.811] },
|
|
2162
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.126] },
|
|
2163
|
+
"t": 54,
|
|
2164
|
+
"s": [16, 116.451]
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.829] },
|
|
2168
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.149] },
|
|
2169
|
+
"t": 55,
|
|
2170
|
+
"s": [16, 121.782]
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.839] },
|
|
2174
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.162] },
|
|
2175
|
+
"t": 56,
|
|
2176
|
+
"s": [16, 128.532]
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.848] },
|
|
2180
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.173] },
|
|
2181
|
+
"t": 57,
|
|
2182
|
+
"s": [16, 135.666]
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.858] },
|
|
2186
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.184] },
|
|
2187
|
+
"t": 58,
|
|
2188
|
+
"s": [16, 142.334]
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.875] },
|
|
2192
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.201] },
|
|
2193
|
+
"t": 59,
|
|
2194
|
+
"s": [16, 147.864]
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.921] },
|
|
2198
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.249] },
|
|
2199
|
+
"t": 60,
|
|
2200
|
+
"s": [16, 151.766]
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"i": { "x": [0.833, 0.833], "y": [1, -0.881] },
|
|
2204
|
+
"o": { "x": [0.167, 0.167], "y": [0, -1.594] },
|
|
2205
|
+
"t": 61,
|
|
2206
|
+
"s": [16, 153.732]
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.763] },
|
|
2210
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.087] },
|
|
2211
|
+
"t": 62,
|
|
2212
|
+
"s": [16, 153.634]
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.804] },
|
|
2216
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.129] },
|
|
2217
|
+
"t": 63,
|
|
2218
|
+
"s": [16, 151.527]
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.819] },
|
|
2222
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.145] },
|
|
2223
|
+
"t": 64,
|
|
2224
|
+
"s": [16, 147.645]
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.818] },
|
|
2228
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.155] },
|
|
2229
|
+
"t": 65,
|
|
2230
|
+
"s": [16, 142.404]
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.83] },
|
|
2234
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.154] },
|
|
2235
|
+
"t": 66,
|
|
2236
|
+
"s": [16, 136.275]
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.84] },
|
|
2240
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.163] },
|
|
2241
|
+
"t": 67,
|
|
2242
|
+
"s": [16, 129.015]
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.85] },
|
|
2246
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.174] },
|
|
2247
|
+
"t": 68,
|
|
2248
|
+
"s": [16, 121.465]
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.868] },
|
|
2252
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.187] },
|
|
2253
|
+
"t": 69,
|
|
2254
|
+
"s": [16, 114.555]
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.92] },
|
|
2258
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.226] },
|
|
2259
|
+
"t": 70,
|
|
2260
|
+
"s": [16, 108.989]
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"i": { "x": [0.833, 0.833], "y": [1, -0.604] },
|
|
2264
|
+
"o": { "x": [0.167, 0.167], "y": [0, -2.305] },
|
|
2265
|
+
"t": 71,
|
|
2266
|
+
"s": [16, 105.747]
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.847] },
|
|
2270
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.088] },
|
|
2271
|
+
"t": 72,
|
|
2272
|
+
"s": [16, 105.86]
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.899] },
|
|
2276
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.184] },
|
|
2277
|
+
"t": 73,
|
|
2278
|
+
"s": [16, 107.925]
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.917] },
|
|
2282
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.483] },
|
|
2283
|
+
"t": 74,
|
|
2284
|
+
"s": [16, 109.642]
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2288
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.03] },
|
|
2289
|
+
"t": 75,
|
|
2290
|
+
"s": [16, 110]
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2294
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2295
|
+
"t": 76,
|
|
2296
|
+
"s": [16, 110]
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2300
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2301
|
+
"t": 77,
|
|
2302
|
+
"s": [16, 110]
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2306
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2307
|
+
"t": 78,
|
|
2308
|
+
"s": [16, 110]
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2312
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2313
|
+
"t": 79,
|
|
2314
|
+
"s": [16, 110]
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2318
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2319
|
+
"t": 80,
|
|
2320
|
+
"s": [16, 110]
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2324
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2325
|
+
"t": 81,
|
|
2326
|
+
"s": [16, 110]
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2330
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2331
|
+
"t": 82,
|
|
2332
|
+
"s": [16, 110]
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2336
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2337
|
+
"t": 83,
|
|
2338
|
+
"s": [16, 110]
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2342
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2343
|
+
"t": 84,
|
|
2344
|
+
"s": [16, 110]
|
|
2345
|
+
},
|
|
2346
|
+
{ "t": 85, "s": [16, 110] }
|
|
2347
|
+
],
|
|
2348
|
+
"ix": 2
|
|
2349
|
+
},
|
|
2350
|
+
"p": { "a": 0, "k": [0, 0], "ix": 3 },
|
|
2351
|
+
"r": { "a": 0, "k": 20, "ix": 4 },
|
|
2352
|
+
"nm": "矩形路径 1",
|
|
2353
|
+
"mn": "ADBE Vector Shape - Rect",
|
|
2354
|
+
"hd": false
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"ty": "st",
|
|
2358
|
+
"c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
|
|
2359
|
+
"o": { "a": 0, "k": 100, "ix": 4 },
|
|
2360
|
+
"w": { "a": 0, "k": 0, "ix": 5 },
|
|
2361
|
+
"lc": 1,
|
|
2362
|
+
"lj": 1,
|
|
2363
|
+
"ml": 4,
|
|
2364
|
+
"bm": 0,
|
|
2365
|
+
"nm": "描边 1",
|
|
2366
|
+
"mn": "ADBE Vector Graphic - Stroke",
|
|
2367
|
+
"hd": false
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"ty": "fl",
|
|
2371
|
+
"c": {
|
|
2372
|
+
"a": 0,
|
|
2373
|
+
"k": [0.113725490196, 0.478431372549, 0.988235294118, 1],
|
|
2374
|
+
"ix": 4
|
|
2375
|
+
},
|
|
2376
|
+
"o": { "a": 0, "k": 100, "ix": 5 },
|
|
2377
|
+
"r": 1,
|
|
2378
|
+
"bm": 0,
|
|
2379
|
+
"nm": "填充 1",
|
|
2380
|
+
"mn": "ADBE Vector Graphic - Fill",
|
|
2381
|
+
"hd": false
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"ty": "tr",
|
|
2385
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
|
2386
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
|
2387
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
|
2388
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
|
2389
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
|
2390
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
|
2391
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
|
2392
|
+
"nm": "变换"
|
|
2393
|
+
}
|
|
2394
|
+
],
|
|
2395
|
+
"nm": "矩形 1",
|
|
2396
|
+
"np": 3,
|
|
2397
|
+
"cix": 2,
|
|
2398
|
+
"bm": 0,
|
|
2399
|
+
"ix": 1,
|
|
2400
|
+
"mn": "ADBE Vector Group",
|
|
2401
|
+
"hd": false
|
|
2402
|
+
}
|
|
2403
|
+
],
|
|
2404
|
+
"ip": 0,
|
|
2405
|
+
"op": 86,
|
|
2406
|
+
"st": 0,
|
|
2407
|
+
"ct": 1,
|
|
2408
|
+
"bm": 0
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"ddd": 0,
|
|
2412
|
+
"ind": 5,
|
|
2413
|
+
"ty": 4,
|
|
2414
|
+
"nm": "形状图层 6",
|
|
2415
|
+
"sr": 1,
|
|
2416
|
+
"ks": {
|
|
2417
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
|
2418
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
|
2419
|
+
"p": { "a": 0, "k": [160, 90, 0], "ix": 2, "l": 2 },
|
|
2420
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
|
|
2421
|
+
"s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
|
|
2422
|
+
},
|
|
2423
|
+
"ao": 0,
|
|
2424
|
+
"shapes": [
|
|
2425
|
+
{
|
|
2426
|
+
"ty": "gr",
|
|
2427
|
+
"it": [
|
|
2428
|
+
{
|
|
2429
|
+
"ty": "rc",
|
|
2430
|
+
"d": 1,
|
|
2431
|
+
"s": {
|
|
2432
|
+
"a": 1,
|
|
2433
|
+
"k": [
|
|
2434
|
+
{
|
|
2435
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.657] },
|
|
2436
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.167] },
|
|
2437
|
+
"t": 0,
|
|
2438
|
+
"s": [16, 42]
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.82] },
|
|
2442
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.11] },
|
|
2443
|
+
"t": 1,
|
|
2444
|
+
"s": [16, 40.527]
|
|
2445
|
+
},
|
|
2446
|
+
{
|
|
2447
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.874] },
|
|
2448
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.155] },
|
|
2449
|
+
"t": 2,
|
|
2450
|
+
"s": [16, 35.94]
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.965] },
|
|
2454
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.245] },
|
|
2455
|
+
"t": 3,
|
|
2456
|
+
"s": [16, 30.623]
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.717] },
|
|
2460
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.061] },
|
|
2461
|
+
"t": 4,
|
|
2462
|
+
"s": [16, 27.879]
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.842] },
|
|
2466
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.118] },
|
|
2467
|
+
"t": 5,
|
|
2468
|
+
"s": [16, 29.465]
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.87] },
|
|
2472
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.176] },
|
|
2473
|
+
"t": 6,
|
|
2474
|
+
"s": [16, 33.275]
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.954] },
|
|
2478
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.233] },
|
|
2479
|
+
"t": 7,
|
|
2480
|
+
"s": [16, 36.691]
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.683] },
|
|
2484
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.103] },
|
|
2485
|
+
"t": 8,
|
|
2486
|
+
"s": [16, 38.598]
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.911] },
|
|
2490
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.113] },
|
|
2491
|
+
"t": 9,
|
|
2492
|
+
"s": [16, 37.746]
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.586] },
|
|
2496
|
+
"o": { "x": [0.167, 0.167], "y": [0, 1.343] },
|
|
2497
|
+
"t": 10,
|
|
2498
|
+
"s": [16, 35.354]
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.794] },
|
|
2502
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.073] },
|
|
2503
|
+
"t": 11,
|
|
2504
|
+
"s": [16, 35.196]
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.84] },
|
|
2508
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.14] },
|
|
2509
|
+
"t": 12,
|
|
2510
|
+
"s": [16, 36.467]
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.872] },
|
|
2514
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.174] },
|
|
2515
|
+
"t": 13,
|
|
2516
|
+
"s": [16, 38.334]
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.957] },
|
|
2520
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.239] },
|
|
2521
|
+
"t": 14,
|
|
2522
|
+
"s": [16, 40.053]
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.49] },
|
|
2526
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.088] },
|
|
2527
|
+
"t": 15,
|
|
2528
|
+
"s": [16, 40.971]
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.768] },
|
|
2532
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.1] },
|
|
2533
|
+
"t": 16,
|
|
2534
|
+
"s": [16, 40.525]
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.855] },
|
|
2538
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.13] },
|
|
2539
|
+
"t": 17,
|
|
2540
|
+
"s": [16, 38.24]
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.889] },
|
|
2544
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.195] },
|
|
2545
|
+
"t": 18,
|
|
2546
|
+
"s": [16, 34.174]
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.011] },
|
|
2550
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.331] },
|
|
2551
|
+
"t": 19,
|
|
2552
|
+
"s": [16, 31.152]
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.692] },
|
|
2556
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.01] },
|
|
2557
|
+
"t": 20,
|
|
2558
|
+
"s": [16, 30.137]
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.797] },
|
|
2562
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.114] },
|
|
2563
|
+
"t": 21,
|
|
2564
|
+
"s": [16, 31.288]
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.826] },
|
|
2568
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.141] },
|
|
2569
|
+
"t": 22,
|
|
2570
|
+
"s": [16, 34.39]
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.849] },
|
|
2574
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.16] },
|
|
2575
|
+
"t": 23,
|
|
2576
|
+
"s": [16, 38.854]
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.89] },
|
|
2580
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.187] },
|
|
2581
|
+
"t": 24,
|
|
2582
|
+
"s": [16, 43.717]
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.063] },
|
|
2586
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.339] },
|
|
2587
|
+
"t": 25,
|
|
2588
|
+
"s": [16, 47.641]
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.769] },
|
|
2592
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.036] },
|
|
2593
|
+
"t": 26,
|
|
2594
|
+
"s": [16, 48.918]
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.834] },
|
|
2598
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.13] },
|
|
2599
|
+
"t": 27,
|
|
2600
|
+
"s": [16, 46.67]
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.861] },
|
|
2604
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.168] },
|
|
2605
|
+
"t": 28,
|
|
2606
|
+
"s": [16, 42.686]
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.901] },
|
|
2610
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.209] },
|
|
2611
|
+
"t": 29,
|
|
2612
|
+
"s": [16, 38.747]
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.239] },
|
|
2616
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.524] },
|
|
2617
|
+
"t": 30,
|
|
2618
|
+
"s": [16, 36.138]
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.738] },
|
|
2622
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.062] },
|
|
2623
|
+
"t": 31,
|
|
2624
|
+
"s": [16, 35.644]
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.803] },
|
|
2628
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.122] },
|
|
2629
|
+
"t": 32,
|
|
2630
|
+
"s": [16, 37.553]
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.819] },
|
|
2634
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.145] },
|
|
2635
|
+
"t": 33,
|
|
2636
|
+
"s": [16, 41.654]
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.832] },
|
|
2640
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.154] },
|
|
2641
|
+
"t": 34,
|
|
2642
|
+
"s": [16, 47.239]
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.86] },
|
|
2646
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.166] },
|
|
2647
|
+
"t": 35,
|
|
2648
|
+
"s": [16, 53.805]
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.897] },
|
|
2652
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.206] },
|
|
2653
|
+
"t": 36,
|
|
2654
|
+
"s": [16, 60.455]
|
|
2655
|
+
},
|
|
2656
|
+
{
|
|
2657
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.142] },
|
|
2658
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.441] },
|
|
2659
|
+
"t": 37,
|
|
2660
|
+
"s": [16, 64.98]
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.733] },
|
|
2664
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.053] },
|
|
2665
|
+
"t": 38,
|
|
2666
|
+
"s": [16, 66.034]
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.806] },
|
|
2670
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.121] },
|
|
2671
|
+
"t": 39,
|
|
2672
|
+
"s": [16, 63.178]
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.835] },
|
|
2676
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.146] },
|
|
2677
|
+
"t": 40,
|
|
2678
|
+
"s": [16, 56.874]
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.863] },
|
|
2682
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.169] },
|
|
2683
|
+
"t": 41,
|
|
2684
|
+
"s": [16, 48.495]
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.872] },
|
|
2688
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.213] },
|
|
2689
|
+
"t": 42,
|
|
2690
|
+
"s": [16, 40.314]
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.888] },
|
|
2694
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.238] },
|
|
2695
|
+
"t": 43,
|
|
2696
|
+
"s": [16, 35.058]
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.961] },
|
|
2700
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.326] },
|
|
2701
|
+
"t": 44,
|
|
2702
|
+
"s": [16, 32.221]
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.674] },
|
|
2706
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.075] },
|
|
2707
|
+
"t": 45,
|
|
2708
|
+
"s": [16, 31.248]
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.814] },
|
|
2712
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.112] },
|
|
2713
|
+
"t": 46,
|
|
2714
|
+
"s": [16, 31.762]
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.853] },
|
|
2718
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.151] },
|
|
2719
|
+
"t": 47,
|
|
2720
|
+
"s": [16, 33.255]
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.913] },
|
|
2724
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.192] },
|
|
2725
|
+
"t": 48,
|
|
2726
|
+
"s": [16, 35.087]
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"i": { "x": [0.833, 0.833], "y": [1, 3.789] },
|
|
2730
|
+
"o": { "x": [0.167, 0.167], "y": [0, 1.82] },
|
|
2731
|
+
"t": 49,
|
|
2732
|
+
"s": [16, 36.488]
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.712] },
|
|
2736
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.081] },
|
|
2737
|
+
"t": 50,
|
|
2738
|
+
"s": [16, 36.555]
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.811] },
|
|
2742
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.117] },
|
|
2743
|
+
"t": 51,
|
|
2744
|
+
"s": [16, 34.239]
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.841] },
|
|
2748
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.149] },
|
|
2749
|
+
"t": 52,
|
|
2750
|
+
"s": [16, 28.541]
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.861] },
|
|
2754
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.175] },
|
|
2755
|
+
"t": 53,
|
|
2756
|
+
"s": [16, 21.339]
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.89] },
|
|
2760
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.208] },
|
|
2761
|
+
"t": 54,
|
|
2762
|
+
"s": [16, 14.819]
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.017] },
|
|
2766
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.345] },
|
|
2767
|
+
"t": 55,
|
|
2768
|
+
"s": [16, 10.47]
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.711] },
|
|
2772
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.014] },
|
|
2773
|
+
"t": 56,
|
|
2774
|
+
"s": [16, 9.084]
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.81] },
|
|
2778
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.117] },
|
|
2779
|
+
"t": 57,
|
|
2780
|
+
"s": [16, 10.755]
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.837] },
|
|
2784
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.148] },
|
|
2785
|
+
"t": 58,
|
|
2786
|
+
"s": [16, 14.882]
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.839] },
|
|
2790
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.17] },
|
|
2791
|
+
"t": 59,
|
|
2792
|
+
"s": [16, 20.164]
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.846] },
|
|
2796
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.173] },
|
|
2797
|
+
"t": 60,
|
|
2798
|
+
"s": [16, 25.241]
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.853] },
|
|
2802
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.182] },
|
|
2803
|
+
"t": 61,
|
|
2804
|
+
"s": [16, 29.957]
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.859] },
|
|
2808
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.192] },
|
|
2809
|
+
"t": 62,
|
|
2810
|
+
"s": [16, 33.933]
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.861] },
|
|
2814
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.203] },
|
|
2815
|
+
"t": 63,
|
|
2816
|
+
"s": [16, 36.977]
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.85] },
|
|
2820
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.208] },
|
|
2821
|
+
"t": 64,
|
|
2822
|
+
"s": [16, 39.098]
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.808] },
|
|
2826
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.188] },
|
|
2827
|
+
"t": 65,
|
|
2828
|
+
"s": [16, 40.514]
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.792] },
|
|
2832
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.147] },
|
|
2833
|
+
"t": 66,
|
|
2834
|
+
"s": [16, 41.643]
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.877] },
|
|
2838
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.139] },
|
|
2839
|
+
"t": 67,
|
|
2840
|
+
"s": [16, 43.111]
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.907] },
|
|
2844
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.26] },
|
|
2845
|
+
"t": 68,
|
|
2846
|
+
"s": [16, 45.302]
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.326] },
|
|
2850
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.771] },
|
|
2851
|
+
"t": 69,
|
|
2852
|
+
"s": [16, 46.335]
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.776] },
|
|
2856
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.066] },
|
|
2857
|
+
"t": 70,
|
|
2858
|
+
"s": [16, 46.46]
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.832] },
|
|
2862
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.133] },
|
|
2863
|
+
"t": 71,
|
|
2864
|
+
"s": [16, 45.845]
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.832] },
|
|
2868
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.165] },
|
|
2869
|
+
"t": 72,
|
|
2870
|
+
"s": [16, 44.806]
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.865] },
|
|
2874
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.165] },
|
|
2875
|
+
"t": 73,
|
|
2876
|
+
"s": [16, 43.747]
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.917] },
|
|
2880
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.217] },
|
|
2881
|
+
"t": 74,
|
|
2882
|
+
"s": [16, 42.672]
|
|
2883
|
+
},
|
|
2884
|
+
{
|
|
2885
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2886
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.056] },
|
|
2887
|
+
"t": 75,
|
|
2888
|
+
"s": [16, 42]
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2892
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2893
|
+
"t": 76,
|
|
2894
|
+
"s": [16, 42]
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2898
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2899
|
+
"t": 77,
|
|
2900
|
+
"s": [16, 42]
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2904
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2905
|
+
"t": 78,
|
|
2906
|
+
"s": [16, 42]
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2910
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2911
|
+
"t": 79,
|
|
2912
|
+
"s": [16, 42]
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2916
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2917
|
+
"t": 80,
|
|
2918
|
+
"s": [16, 42]
|
|
2919
|
+
},
|
|
2920
|
+
{
|
|
2921
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2922
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2923
|
+
"t": 81,
|
|
2924
|
+
"s": [16, 42]
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2928
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2929
|
+
"t": 82,
|
|
2930
|
+
"s": [16, 42]
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2934
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2935
|
+
"t": 83,
|
|
2936
|
+
"s": [16, 42]
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
2940
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
2941
|
+
"t": 84,
|
|
2942
|
+
"s": [16, 42]
|
|
2943
|
+
},
|
|
2944
|
+
{ "t": 85, "s": [16, 42] }
|
|
2945
|
+
],
|
|
2946
|
+
"ix": 2
|
|
2947
|
+
},
|
|
2948
|
+
"p": { "a": 0, "k": [0, 0], "ix": 3 },
|
|
2949
|
+
"r": { "a": 0, "k": 20, "ix": 4 },
|
|
2950
|
+
"nm": "矩形路径 1",
|
|
2951
|
+
"mn": "ADBE Vector Shape - Rect",
|
|
2952
|
+
"hd": false
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"ty": "st",
|
|
2956
|
+
"c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
|
|
2957
|
+
"o": { "a": 0, "k": 100, "ix": 4 },
|
|
2958
|
+
"w": { "a": 0, "k": 0, "ix": 5 },
|
|
2959
|
+
"lc": 1,
|
|
2960
|
+
"lj": 1,
|
|
2961
|
+
"ml": 4,
|
|
2962
|
+
"bm": 0,
|
|
2963
|
+
"nm": "描边 1",
|
|
2964
|
+
"mn": "ADBE Vector Graphic - Stroke",
|
|
2965
|
+
"hd": false
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"ty": "fl",
|
|
2969
|
+
"c": {
|
|
2970
|
+
"a": 0,
|
|
2971
|
+
"k": [0.113725490196, 0.478431372549, 0.988235294118, 1],
|
|
2972
|
+
"ix": 4
|
|
2973
|
+
},
|
|
2974
|
+
"o": { "a": 0, "k": 100, "ix": 5 },
|
|
2975
|
+
"r": 1,
|
|
2976
|
+
"bm": 0,
|
|
2977
|
+
"nm": "填充 1",
|
|
2978
|
+
"mn": "ADBE Vector Graphic - Fill",
|
|
2979
|
+
"hd": false
|
|
2980
|
+
},
|
|
2981
|
+
{
|
|
2982
|
+
"ty": "tr",
|
|
2983
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
|
2984
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
|
2985
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
|
2986
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
|
2987
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
|
2988
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
|
2989
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
|
2990
|
+
"nm": "变换"
|
|
2991
|
+
}
|
|
2992
|
+
],
|
|
2993
|
+
"nm": "矩形 1",
|
|
2994
|
+
"np": 3,
|
|
2995
|
+
"cix": 2,
|
|
2996
|
+
"bm": 0,
|
|
2997
|
+
"ix": 1,
|
|
2998
|
+
"mn": "ADBE Vector Group",
|
|
2999
|
+
"hd": false
|
|
3000
|
+
}
|
|
3001
|
+
],
|
|
3002
|
+
"ip": 0,
|
|
3003
|
+
"op": 86,
|
|
3004
|
+
"st": 0,
|
|
3005
|
+
"ct": 1,
|
|
3006
|
+
"bm": 0
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"ddd": 0,
|
|
3010
|
+
"ind": 6,
|
|
3011
|
+
"ty": 4,
|
|
3012
|
+
"nm": "形状图层 1",
|
|
3013
|
+
"sr": 1,
|
|
3014
|
+
"ks": {
|
|
3015
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
|
3016
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
|
3017
|
+
"p": { "a": 0, "k": [20, 90, 0], "ix": 2, "l": 2 },
|
|
3018
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
|
|
3019
|
+
"s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
|
|
3020
|
+
},
|
|
3021
|
+
"ao": 0,
|
|
3022
|
+
"shapes": [
|
|
3023
|
+
{
|
|
3024
|
+
"ty": "gr",
|
|
3025
|
+
"it": [
|
|
3026
|
+
{
|
|
3027
|
+
"ty": "rc",
|
|
3028
|
+
"d": 1,
|
|
3029
|
+
"s": {
|
|
3030
|
+
"a": 1,
|
|
3031
|
+
"k": [
|
|
3032
|
+
{
|
|
3033
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.499] },
|
|
3034
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.167] },
|
|
3035
|
+
"t": 0,
|
|
3036
|
+
"s": [16, 43]
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.831] },
|
|
3040
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.1] },
|
|
3041
|
+
"t": 1,
|
|
3042
|
+
"s": [16, 43.93]
|
|
3043
|
+
},
|
|
3044
|
+
{
|
|
3045
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.953] },
|
|
3046
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.164] },
|
|
3047
|
+
"t": 2,
|
|
3048
|
+
"s": [16, 48.589]
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.541] },
|
|
3052
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.108] },
|
|
3053
|
+
"t": 3,
|
|
3054
|
+
"s": [16, 53.383]
|
|
3055
|
+
},
|
|
3056
|
+
{
|
|
3057
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.819] },
|
|
3058
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.102] },
|
|
3059
|
+
"t": 4,
|
|
3060
|
+
"s": [16, 51.291]
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.848] },
|
|
3064
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.154] },
|
|
3065
|
+
"t": 5,
|
|
3066
|
+
"s": [16, 41.855]
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.871] },
|
|
3070
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.184] },
|
|
3071
|
+
"t": 6,
|
|
3072
|
+
"s": [16, 30.767]
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.933] },
|
|
3076
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.235] },
|
|
3077
|
+
"t": 7,
|
|
3078
|
+
"s": [16, 21.579]
|
|
3079
|
+
},
|
|
3080
|
+
{
|
|
3081
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.192] },
|
|
3082
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.344] },
|
|
3083
|
+
"t": 8,
|
|
3084
|
+
"s": [16, 16.531]
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.782] },
|
|
3088
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.093] },
|
|
3089
|
+
"t": 9,
|
|
3090
|
+
"s": [16, 17.515]
|
|
3091
|
+
},
|
|
3092
|
+
{
|
|
3093
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.837] },
|
|
3094
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.135] },
|
|
3095
|
+
"t": 10,
|
|
3096
|
+
"s": [16, 26.074]
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.857] },
|
|
3100
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.171] },
|
|
3101
|
+
"t": 11,
|
|
3102
|
+
"s": [16, 39.884]
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.882] },
|
|
3106
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.2] },
|
|
3107
|
+
"t": 12,
|
|
3108
|
+
"s": [16, 53.043]
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.959] },
|
|
3112
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.284] },
|
|
3113
|
+
"t": 13,
|
|
3114
|
+
"s": [16, 62.443]
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.628] },
|
|
3118
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.081] },
|
|
3119
|
+
"t": 14,
|
|
3120
|
+
"s": [16, 66.341]
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.803] },
|
|
3124
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.107] },
|
|
3125
|
+
"t": 15,
|
|
3126
|
+
"s": [16, 64.359]
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.844] },
|
|
3130
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.144] },
|
|
3131
|
+
"t": 16,
|
|
3132
|
+
"s": [16, 57.485]
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.888] },
|
|
3136
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.179] },
|
|
3137
|
+
"t": 17,
|
|
3138
|
+
"s": [16, 48.071]
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.971] },
|
|
3142
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.322] },
|
|
3143
|
+
"t": 18,
|
|
3144
|
+
"s": [16, 39.836]
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.704] },
|
|
3148
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.043] },
|
|
3149
|
+
"t": 19,
|
|
3150
|
+
"s": [16, 36.959]
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.81] },
|
|
3154
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.116] },
|
|
3155
|
+
"t": 20,
|
|
3156
|
+
"s": [16, 38.85]
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.835] },
|
|
3160
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.149] },
|
|
3161
|
+
"t": 21,
|
|
3162
|
+
"s": [16, 43.665]
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.852] },
|
|
3166
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.168] },
|
|
3167
|
+
"t": 22,
|
|
3168
|
+
"s": [16, 49.804]
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.876] },
|
|
3172
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.191] },
|
|
3173
|
+
"t": 23,
|
|
3174
|
+
"s": [16, 55.843]
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.956] },
|
|
3178
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.256] },
|
|
3179
|
+
"t": 24,
|
|
3180
|
+
"s": [16, 60.531]
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.593] },
|
|
3184
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.094] },
|
|
3185
|
+
"t": 25,
|
|
3186
|
+
"s": [16, 62.794]
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.976] },
|
|
3190
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.105] },
|
|
3191
|
+
"t": 26,
|
|
3192
|
+
"s": [16, 61.73]
|
|
3193
|
+
},
|
|
3194
|
+
{
|
|
3195
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.688] },
|
|
3196
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.033] },
|
|
3197
|
+
"t": 27,
|
|
3198
|
+
"s": [16, 57.598]
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.831] },
|
|
3202
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.114] },
|
|
3203
|
+
"t": 28,
|
|
3204
|
+
"s": [16, 60.553]
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.868] },
|
|
3208
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.165] },
|
|
3209
|
+
"t": 29,
|
|
3210
|
+
"s": [16, 68.667]
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.935] },
|
|
3214
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.227] },
|
|
3215
|
+
"t": 30,
|
|
3216
|
+
"s": [16, 76.961]
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.29] },
|
|
3220
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.293] },
|
|
3221
|
+
"t": 31,
|
|
3222
|
+
"s": [16, 81.761]
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.764] },
|
|
3226
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.094] },
|
|
3227
|
+
"t": 32,
|
|
3228
|
+
"s": [16, 80.698]
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.804] },
|
|
3232
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.129] },
|
|
3233
|
+
"t": 33,
|
|
3234
|
+
"s": [16, 72.707]
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.84] },
|
|
3238
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.145] },
|
|
3239
|
+
"t": 34,
|
|
3240
|
+
"s": [16, 58.028]
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.866] },
|
|
3244
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.174] },
|
|
3245
|
+
"t": 35,
|
|
3246
|
+
"s": [16, 38.206]
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.889] },
|
|
3250
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.221] },
|
|
3251
|
+
"t": 36,
|
|
3252
|
+
"s": [16, 19.958]
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.978] },
|
|
3256
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.33] },
|
|
3257
|
+
"t": 37,
|
|
3258
|
+
"s": [16, 8.886]
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.693] },
|
|
3262
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.03] },
|
|
3263
|
+
"t": 38,
|
|
3264
|
+
"s": [16, 5.15]
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.813] },
|
|
3268
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.114] },
|
|
3269
|
+
"t": 39,
|
|
3270
|
+
"s": [16, 7.909]
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.852] },
|
|
3274
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.15] },
|
|
3275
|
+
"t": 40,
|
|
3276
|
+
"s": [16, 15.324]
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.913] },
|
|
3280
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.19] },
|
|
3281
|
+
"t": 41,
|
|
3282
|
+
"s": [16, 24.554]
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"i": { "x": [0.833, 0.833], "y": [1, 2.557] },
|
|
3286
|
+
"o": { "x": [0.167, 0.167], "y": [0, 1.854] },
|
|
3287
|
+
"t": 42,
|
|
3288
|
+
"s": [16, 31.759]
|
|
3289
|
+
},
|
|
3290
|
+
{
|
|
3291
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.921] },
|
|
3292
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.079] },
|
|
3293
|
+
"t": 43,
|
|
3294
|
+
"s": [16, 32.098]
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
"i": { "x": [0.833, 0.833], "y": [1, -0.821] },
|
|
3298
|
+
"o": { "x": [0.167, 0.167], "y": [0, -1.65] },
|
|
3299
|
+
"t": 44,
|
|
3300
|
+
"s": [16, 25.42]
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.78] },
|
|
3304
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.087] },
|
|
3305
|
+
"t": 45,
|
|
3306
|
+
"s": [16, 25.741]
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.818] },
|
|
3310
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.134] },
|
|
3311
|
+
"t": 46,
|
|
3312
|
+
"s": [16, 32.435]
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.836] },
|
|
3316
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.154] },
|
|
3317
|
+
"t": 47,
|
|
3318
|
+
"s": [16, 43.396]
|
|
3319
|
+
},
|
|
3320
|
+
{
|
|
3321
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.854] },
|
|
3322
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.17] },
|
|
3323
|
+
"t": 48,
|
|
3324
|
+
"s": [16, 56.334]
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.887] },
|
|
3328
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.195] },
|
|
3329
|
+
"t": 49,
|
|
3330
|
+
"s": [16, 68.782]
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.056] },
|
|
3334
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.316] },
|
|
3335
|
+
"t": 50,
|
|
3336
|
+
"s": [16, 78.088]
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.714] },
|
|
3340
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.033] },
|
|
3341
|
+
"t": 51,
|
|
3342
|
+
"s": [16, 81.42]
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.82] },
|
|
3346
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.118] },
|
|
3347
|
+
"t": 52,
|
|
3348
|
+
"s": [16, 75.85]
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.846] },
|
|
3352
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.155] },
|
|
3353
|
+
"t": 53,
|
|
3354
|
+
"s": [16, 62.336]
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.868] },
|
|
3358
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.182] },
|
|
3359
|
+
"t": 54,
|
|
3360
|
+
"s": [16, 46.657]
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.909] },
|
|
3364
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.226] },
|
|
3365
|
+
"t": 55,
|
|
3366
|
+
"s": [16, 33.455]
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.602] },
|
|
3370
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.955] },
|
|
3371
|
+
"t": 56,
|
|
3372
|
+
"s": [16, 25.768]
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.764] },
|
|
3376
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.073] },
|
|
3377
|
+
"t": 57,
|
|
3378
|
+
"s": [16, 25.033]
|
|
3379
|
+
},
|
|
3380
|
+
{
|
|
3381
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.821] },
|
|
3382
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.129] },
|
|
3383
|
+
"t": 58,
|
|
3384
|
+
"s": [16, 31.083]
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.812] },
|
|
3388
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.156] },
|
|
3389
|
+
"t": 59,
|
|
3390
|
+
"s": [16, 42.15]
|
|
3391
|
+
},
|
|
3392
|
+
{
|
|
3393
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.822] },
|
|
3394
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.15] },
|
|
3395
|
+
"t": 60,
|
|
3396
|
+
"s": [16, 54.864]
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.854] },
|
|
3400
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.156] },
|
|
3401
|
+
"t": 61,
|
|
3402
|
+
"s": [16, 70.852]
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.885] },
|
|
3406
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.193] },
|
|
3407
|
+
"t": 62,
|
|
3408
|
+
"s": [16, 89.063]
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.001] },
|
|
3412
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.306] },
|
|
3413
|
+
"t": 63,
|
|
3414
|
+
"s": [16, 102.846]
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.679] },
|
|
3418
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.001] },
|
|
3419
|
+
"t": 64,
|
|
3420
|
+
"s": [16, 108.001]
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.797] },
|
|
3424
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.113] },
|
|
3425
|
+
"t": 65,
|
|
3426
|
+
"s": [16, 102.779]
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.83] },
|
|
3430
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.141] },
|
|
3431
|
+
"t": 66,
|
|
3432
|
+
"s": [16, 87.881]
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.86] },
|
|
3436
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.163] },
|
|
3437
|
+
"t": 67,
|
|
3438
|
+
"s": [16, 66.456]
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.898] },
|
|
3442
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.207] },
|
|
3443
|
+
"t": 68,
|
|
3444
|
+
"s": [16, 44.106]
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1.082] },
|
|
3448
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.447] },
|
|
3449
|
+
"t": 69,
|
|
3450
|
+
"s": [16, 29.022]
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.789] },
|
|
3454
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.041] },
|
|
3455
|
+
"t": 70,
|
|
3456
|
+
"s": [16, 25.565]
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.876] },
|
|
3460
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.138] },
|
|
3461
|
+
"t": 71,
|
|
3462
|
+
"s": [16, 32.414]
|
|
3463
|
+
},
|
|
3464
|
+
{
|
|
3465
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.951] },
|
|
3466
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.254] },
|
|
3467
|
+
"t": 72,
|
|
3468
|
+
"s": [16, 42.892]
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.803] },
|
|
3472
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.118] },
|
|
3473
|
+
"t": 73,
|
|
3474
|
+
"s": [16, 48.004]
|
|
3475
|
+
},
|
|
3476
|
+
{
|
|
3477
|
+
"i": { "x": [0.833, 0.833], "y": [1, 0.917] },
|
|
3478
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0.144] },
|
|
3479
|
+
"t": 74,
|
|
3480
|
+
"s": [16, 45.892]
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
3484
|
+
"o": { "x": [0.167, 0.167], "y": [0, -0.241] },
|
|
3485
|
+
"t": 75,
|
|
3486
|
+
"s": [16, 43]
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
3490
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
3491
|
+
"t": 76,
|
|
3492
|
+
"s": [16, 43]
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
3496
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
3497
|
+
"t": 77,
|
|
3498
|
+
"s": [16, 43]
|
|
3499
|
+
},
|
|
3500
|
+
{
|
|
3501
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
3502
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
3503
|
+
"t": 78,
|
|
3504
|
+
"s": [16, 43]
|
|
3505
|
+
},
|
|
3506
|
+
{
|
|
3507
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
3508
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
3509
|
+
"t": 79,
|
|
3510
|
+
"s": [16, 43]
|
|
3511
|
+
},
|
|
3512
|
+
{
|
|
3513
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
3514
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
3515
|
+
"t": 80,
|
|
3516
|
+
"s": [16, 43]
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
3520
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
3521
|
+
"t": 81,
|
|
3522
|
+
"s": [16, 43]
|
|
3523
|
+
},
|
|
3524
|
+
{
|
|
3525
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
3526
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
3527
|
+
"t": 82,
|
|
3528
|
+
"s": [16, 43]
|
|
3529
|
+
},
|
|
3530
|
+
{
|
|
3531
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
3532
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
3533
|
+
"t": 83,
|
|
3534
|
+
"s": [16, 43]
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"i": { "x": [0.833, 0.833], "y": [1, 1] },
|
|
3538
|
+
"o": { "x": [0.167, 0.167], "y": [0, 0] },
|
|
3539
|
+
"t": 84,
|
|
3540
|
+
"s": [16, 43]
|
|
3541
|
+
},
|
|
3542
|
+
{ "t": 85, "s": [16, 43] }
|
|
3543
|
+
],
|
|
3544
|
+
"ix": 2
|
|
3545
|
+
},
|
|
3546
|
+
"p": { "a": 0, "k": [0, 0], "ix": 3 },
|
|
3547
|
+
"r": { "a": 0, "k": 20, "ix": 4 },
|
|
3548
|
+
"nm": "矩形路径 1",
|
|
3549
|
+
"mn": "ADBE Vector Shape - Rect",
|
|
3550
|
+
"hd": false
|
|
3551
|
+
},
|
|
3552
|
+
{
|
|
3553
|
+
"ty": "st",
|
|
3554
|
+
"c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
|
|
3555
|
+
"o": { "a": 0, "k": 100, "ix": 4 },
|
|
3556
|
+
"w": { "a": 0, "k": 0, "ix": 5 },
|
|
3557
|
+
"lc": 1,
|
|
3558
|
+
"lj": 1,
|
|
3559
|
+
"ml": 4,
|
|
3560
|
+
"bm": 0,
|
|
3561
|
+
"nm": "描边 1",
|
|
3562
|
+
"mn": "ADBE Vector Graphic - Stroke",
|
|
3563
|
+
"hd": false
|
|
3564
|
+
},
|
|
3565
|
+
{
|
|
3566
|
+
"ty": "fl",
|
|
3567
|
+
"c": {
|
|
3568
|
+
"a": 0,
|
|
3569
|
+
"k": [0.113725490196, 0.478431372549, 0.988235294118, 1],
|
|
3570
|
+
"ix": 4
|
|
3571
|
+
},
|
|
3572
|
+
"o": { "a": 0, "k": 100, "ix": 5 },
|
|
3573
|
+
"r": 1,
|
|
3574
|
+
"bm": 0,
|
|
3575
|
+
"nm": "填充 1",
|
|
3576
|
+
"mn": "ADBE Vector Graphic - Fill",
|
|
3577
|
+
"hd": false
|
|
3578
|
+
},
|
|
3579
|
+
{
|
|
3580
|
+
"ty": "tr",
|
|
3581
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
|
3582
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
|
3583
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
|
3584
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
|
3585
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
|
3586
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
|
3587
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
|
3588
|
+
"nm": "变换"
|
|
3589
|
+
}
|
|
3590
|
+
],
|
|
3591
|
+
"nm": "矩形 1",
|
|
3592
|
+
"np": 3,
|
|
3593
|
+
"cix": 2,
|
|
3594
|
+
"bm": 0,
|
|
3595
|
+
"ix": 1,
|
|
3596
|
+
"mn": "ADBE Vector Group",
|
|
3597
|
+
"hd": false
|
|
3598
|
+
}
|
|
3599
|
+
],
|
|
3600
|
+
"ip": 0,
|
|
3601
|
+
"op": 86,
|
|
3602
|
+
"st": 0,
|
|
3603
|
+
"ct": 1,
|
|
3604
|
+
"bm": 0
|
|
3605
|
+
}
|
|
3606
|
+
],
|
|
3607
|
+
"markers": [],
|
|
3608
|
+
"props": {}
|
|
3609
|
+
}
|