@ones-editor/editor 2.0.6-beta.3 → 2.0.6-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  (function(){"use strict";try{if(typeof document!="undefined"){var t=document.createElement("style");t.appendChild(document.createTextNode(`@keyframes ones-editor-blink{0%,to{background-color:transparent}50%{background-color:#0064ff}}*{--link-color: #0064ff;--color-0: #e52727;--color-1: #eb6414;--color-2: #f0a100;--color-3: #24b47e;--color-4: #0064ff;--color-5: #9678d3;--color-6: #909090;--background-color-0: #fad4d4;--background-color-1: #fbe0d0;--background-color-2: #fceccc;--background-color-3: #d3f0e5;--background-color-4: #d6e9fa;--background-color-5: #eae4f6;--background-color-6: #dedede;--background-color-7: #e52727;--background-color-8: #eb6414;--background-color-9: #f0a100;--background-color-10: #24b47e;--background-color-11: #0064ff;--background-color-12: #9678d3;--background-color-13: #909090;--background-color-14: #e8e8e8;--font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif}div.editor-root{--text-color: #303030;--primary-color: #0064ff;--background-selection: #0064ff1A;--background-code: #cdcdcd40}div.editor-root{color:#2d2d2e;position:relative;box-sizing:border-box;min-height:100%;width:100%;z-index:1}div.editor-root.readonly div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content] span.text.link{cursor:pointer}div.editor-root *{box-sizing:border-box;font-family:var(--font-family)}div.editor-root button{outline:none}div.editor-root.active div.editor-content .editor-cursor{opacity:1}div.editor-root .safari.mobile div.editor-content .editor-input{pointer-events:all;width:8px}div.editor-root div.editor-content{height:100%;width:100%;padding:0 30px 30px}div.editor-root div.editor-content .editor-cursor{position:absolute;background:#0064ff;width:2px;transition:top .1s ease-in,left .1s linear;animation:ones-editor-blink 1s ease-in-out infinite;opacity:0;pointer-events:none}div.editor-root div.editor-content .editor-input{position:absolute;opacity:0;pointer-events:none;width:16px;height:20px;font-size:16px}div.editor-root div.editor-content div[data-type=editor-container]{position:relative}div.editor-root div.editor-content div[data-type=editor-container].root{user-select:none;width:100%;cursor:text}div.editor-root div.editor-content div[data-type=editor-container].root>.container-blocks>*+*{margin-top:1em}div.editor-root div.editor-content div[data-type=editor-container].root.select-all>.container-blocks>div[data-type=editor-block]:not([data-document-title]){background-color:var(--background-selection)}div.editor-root div.editor-content div[data-type=editor-container].root.select-all>.container-blocks>div[data-type=editor-block]:not([data-document-title]) div[data-type=block-background]>.editor-selection-background{background-color:transparent!important}div.editor-root div.editor-content div[data-type=editor-container].root.select-all>.container-blocks>div[data-type=editor-block].embed-block>div[data-type=block-content]:before,div.editor-root div.editor-content div[data-type=editor-container].root.select-all>.container-blocks>div[data-type=editor-block].embed-block .embed-selected-content:before{display:none}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-quoted]+div[data-type=editor-block][data-style-quoted]{margin-top:0}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block]{font-size:var(--font-size);line-height:var(--line-height);position:relative;--font-size: 15px;--line-height: 1.6}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-align=center] div[data-type=block-content]{text-align:center}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-align=right] div[data-type=block-content]{text-align:end}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].block-hidden{display:none}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-block-type=text]{cursor:text}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]{word-break:break-word;position:relative}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span{cursor:text}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion{white-space:pre-wrap}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text.link,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion.link{color:#0064ff}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text.link:hover,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion.link:hover{cursor:pointer;color:#0053cf}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text.link.style-strikethrough:hover,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion.link.style-strikethrough:hover{text-decoration:underline line-through}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text.style-bold,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion.style-bold{font-weight:700}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text.style-italic,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion.style-italic{font-style:italic}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text.style-underline,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion.style-underline{text-decoration:underline}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text.style-strikethrough,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion.style-strikethrough{text-decoration:line-through}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text.style-underline.style-strikethrough,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion.style-underline.style-strikethrough{text-decoration:underline line-through}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text.style-code,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion.style-code{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:var(--background-code);padding:4px;font:.8em Monaco,Consolas,"Andale Mono",DejaVu Sans Mono,monospace}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text.style-sub,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion.style-sub{vertical-align:sub;font-size:70%}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text.style-super,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion.style-super{vertical-align:super;font-size:70%}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-color="0"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-color="0"]{color:var(--color-0)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-color="1"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-color="1"]{color:var(--color-1)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-color="2"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-color="2"]{color:var(--color-2)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-color="3"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-color="3"]{color:var(--color-3)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-color="4"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-color="4"]{color:var(--color-4)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-color="5"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-color="5"]{color:var(--color-5)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-color="6"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-color="6"]{color:var(--color-6)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="0"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="0"]{background-color:var(--background-color-0)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="1"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="1"]{background-color:var(--background-color-1)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="2"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="2"]{background-color:var(--background-color-2)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="3"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="3"]{background-color:var(--background-color-3)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="4"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="4"]{background-color:var(--background-color-4)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="5"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="5"]{background-color:var(--background-color-5)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="6"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="6"]{background-color:var(--background-color-6)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="7"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="7"]{background-color:var(--background-color-7)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="8"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="8"]{background-color:var(--background-color-8)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="9"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="9"]{background-color:var(--background-color-9)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="10"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="10"]{background-color:var(--background-color-10)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="11"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="11"]{background-color:var(--background-color-11)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="12"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="12"]{background-color:var(--background-color-12)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="13"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="13"]{background-color:var(--background-color-13)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.text[data-style-bg-color="14"],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.inputting-insertion[data-style-bg-color="14"]{background-color:var(--background-color-14)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span[data-type=editor-insertion].inputting-insertion>span[data-type=insertion-content]{border-bottom:1px solid var(--primary-color)}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span[data-type=editor-insertion].remote-cursor-insertion{width:0px;position:relative;display:inline-block;vertical-align:text-bottom;overflow:visible;height:1em}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span[data-type=editor-insertion].remote-cursor-insertion>span[data-type=insertion-content]{position:absolute;color:transparent;width:3px;left:-3px;border-right:var(--cursor-color) 1px solid;text-overflow:clip;display:inline-block;top:-5px;bottom:0}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span[data-type=editor-insertion].remote-cursor-insertion>span[data-type=insertion-content] span[data-cursor-name]{display:inline-block;width:8px;background-color:transparent;border:none}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span[data-type=editor-insertion].remote-cursor-insertion>span[data-type=insertion-content] span[data-cursor-name]:hover:before,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span[data-type=editor-insertion].remote-cursor-insertion.active>span[data-type=insertion-content] span[data-cursor-name]:before{content:attr(data-cursor-name);position:absolute;top:-12px;height:1.1em;background-color:var(--cursor-color);z-index:27;left:0px;color:#fff;white-space:nowrap;font-size:12px;display:flex;align-items:center;padding:1px 4px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content] span[data-type=box-content]{border-radius:2px;margin-left:8px;margin-right:8px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content] span[data-type=editor-box].br-box>span[data-type=box-content] img{vertical-align:middle;max-width:1em}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content] span[data-type=editor-box][data-box-type=image].image-box span[data-type=box-content]{user-select:none;margin-left:0;margin-right:0}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-tools] .editor-block-anchor{position:absolute}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-background] .editor-selection-background{position:absolute;background-color:var(--background-selection);z-index:1;pointer-events:none}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].unknown-block{cursor:default}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block.hover>div[data-type=block-content],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].unknown-block.hover>div[data-type=block-content]{outline:1px solid #0064ff}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block>div[data-type=block-content],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].unknown-block>div[data-type=block-content]{display:flex}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block.hover .embed-hover-content{outline:1px solid #0064ff}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block.selected>div[data-type=block-content],div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block.selected .embed-selected-content{position:relative}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block.selected>div[data-type=block-content]:before,div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block.selected .embed-selected-content:before{content:" ";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;z-index:1;background-color:#0064ff;opacity:.1}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].unknown-block{color:#909090;font-size:12px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].unknown-block>div[data-type=block-content]{padding:5px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-quoted]{border-left:4px solid #d4d6d9;color:#87888a}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-quoted]:not([data-list-level]){padding-left:8px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="1"]{--font-size: 28px;--line-height: 1.5}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="1"]:not(:first-child){margin-top:24px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="2"]{--font-size: 26px;--line-height: 1.5}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="2"]:not(:first-child){margin-top:24px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="3"]{--font-size: 24px;--line-height: 1.5}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="3"]:not(:first-child){margin-top:20px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="4"]{--font-size: 22px;--line-height: 1.5}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="4"]:not(:first-child){margin-top:20px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="5"]{--font-size: 20px;--line-height: 1.6}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="5"]:not(:first-child){margin-top:16px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="6"]{--font-size: 18px;--line-height: 1.6}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="6"]:not(:first-child){margin-top:16px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="7"]{--font-size: 16px;--line-height: 1.6}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="8"]{--font-size: 14px;--line-height: 1.6}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading]{font-size:var(--font-size);line-height:var(--line-height);font-weight:700}.editor-disable-scroll{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:9900;overflow:hidden}div.editor-root>div.editor-content>div[data-type=editor-container]>div.container-blocks>div[data-type=editor-block][data-document-title]{font-size:30px;line-height:1.3}div.comment-editor-root div.root.select-all>.container-blocks>div[data-type=editor-block]:first-of-type{background-color:var(--background-selection)}div.comment-editor-root div.root.select-all>.container-blocks>div[data-type=editor-block]:first-of-type div[data-type=block-background]>.editor-selection-background{background-color:transparent!important}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-anchor{position:absolute;pointer-events:none;z-index:-1}.editor-command-bar.toolbar .color-button{width:24px;height:24px;display:flex;padding:0;margin:0;align-items:center;justify-content:center;background-color:transparent;border:0;outline:0;border-radius:3px;cursor:pointer;color:#2d2d2e}.editor-command-bar.toolbar .color-button[data-color="0"]{color:var(--color-0)}.editor-command-bar.toolbar .color-button[data-color="1"]{color:var(--color-1)}.editor-command-bar.toolbar .color-button[data-color="2"]{color:var(--color-2)}.editor-command-bar.toolbar .color-button[data-color="3"]{color:var(--color-3)}.editor-command-bar.toolbar .color-button[data-color="4"]{color:var(--color-4)}.editor-command-bar.toolbar .color-button[data-color="5"]{color:var(--color-5)}.editor-command-bar.toolbar .color-button[data-color="6"]{color:var(--color-6)}.editor-command-bar.toolbar .color-button[data-background-color="0"]{background-color:var(--background-color-0)}.editor-command-bar.toolbar .color-button[data-background-color="1"]{background-color:var(--background-color-1)}.editor-command-bar.toolbar .color-button[data-background-color="2"]{background-color:var(--background-color-2)}.editor-command-bar.toolbar .color-button[data-background-color="3"]{background-color:var(--background-color-3)}.editor-command-bar.toolbar .color-button[data-background-color="4"]{background-color:var(--background-color-4)}.editor-command-bar.toolbar .color-button[data-background-color="5"]{background-color:var(--background-color-5)}.editor-command-bar.toolbar .color-button[data-background-color="6"]{background-color:var(--background-color-6)}.editor-command-bar.toolbar .color-button[data-background-color="7"]{background-color:var(--background-color-7)}.editor-command-bar.toolbar .color-button[data-background-color="8"]{background-color:var(--background-color-8)}.editor-command-bar.toolbar .color-button[data-background-color="9"]{background-color:var(--background-color-9)}.editor-command-bar.toolbar .color-button[data-background-color="10"]{background-color:var(--background-color-10)}.editor-command-bar.toolbar .color-button[data-background-color="11"]{background-color:var(--background-color-11)}.editor-command-bar.toolbar .color-button[data-background-color="12"]{background-color:var(--background-color-12)}.editor-command-bar.toolbar .color-button[data-background-color="13"]{background-color:var(--background-color-13)}.editor-command-bar.toolbar .color-button[data-background-color="14"]{background-color:var(--background-color-14)}.tippy-content{white-space:pre-line}.editor-button{min-height:26px;min-width:46px;font-size:12px;font-weight:400;outline:none;background-color:#fff;color:#606060;border:1px solid #c7c7c7;padding:4px 8px;border-radius:4px;margin-right:8px;cursor:pointer}.editor-button:disabled{cursor:not-allowed;opacity:.5;background-color:#e8e8e8}.editor-button:not(:disabled):hover{border:1px solid #0064ff;background-color:#eaf3fc;color:#0064ff}.editor-button.primary{font-weight:500;border:1px solid rgba(0,0,0,0);background-color:var(--editor-button-bg-color, #0064ff);color:var(--editor-button-color, #fff)}.editor-button.primary:not(:disabled):hover{background-color:#408cff;border:1px solid rgba(0,0,0,0);color:var(--editor-button-color, #fff)}.editor-button.primary:disabled{cursor:not-allowed;opacity:.5}.editor-button.primary:not(:disabled):active{background-color:#0053cf;color:#fff;border-color:#2872b7}.editor-button:last-child{margin-right:0}.editor-button:not(:disabled):active{background-color:#cfe2ff;color:#0053cf;border-color:#0053cf}@keyframes editorLoadingCircle{0%{transform-origin:50% 50%;transform:rotate(0)}to{transform-origin:50% 50%;transform:rotate(360deg)}}.editor-loading-icon>svg{color:#0064ff;font-size:1em;animation:editorLoadingCircle .8s linear infinite}.editor-checkbox-wrapper{display:flex;height:14px;width:14px;border:none;background-color:transparent;outline:none;padding:0;overflow:visible;box-sizing:border-box;cursor:pointer}.editor-checkbox-wrapper .editor-checkbox{display:block;width:inherit;height:inherit}.editor-checkbox-wrapper .editor-checkbox>.editor-checkbox-inner{display:block;box-sizing:border-box;border:1px solid #c7c7c7;border-radius:3px;height:100%;width:100%;position:relative;left:0;top:0;transition:all .3s}.editor-checkbox-wrapper:not(.checked)>span.editor-checkbox:hover>span.editor-checkbox-inner{border-color:#0064ff}.editor-checkbox-wrapper.checked>.editor-checkbox{position:relative}.editor-checkbox-wrapper.checked>.editor-checkbox:after{animation:editorCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;border:1px solid #0064ff;border-radius:3px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;box-sizing:border-box}.editor-checkbox-wrapper.checked>.editor-checkbox>span.editor-checkbox-inner{border-color:#0064ff;background-color:#0064ff}.editor-checkbox-wrapper.checked>.editor-checkbox>span.editor-checkbox-inner:after{width:5px;height:10px;left:2px;top:5px;border:2px solid #fff;border-left:0;border-top:0;content:" ";display:table;opacity:1;position:absolute;box-sizing:border-box;transform:rotate(45deg) scale(1) translate(-50%,-50%)}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}[data-theme=dropdown-list]{border-radius:4px;background:white;position:relative;max-width:calc(100vw - 24px);box-shadow:#0f0f0f0d 0 0 0 1px,#0f0f0f1a 0 3px 6px,#0f0f0f33 0 9px 24px;overflow:hidden}[data-theme=dropdown-list] .tippy-content{padding:0;background:white;color:#2d2d2e}[data-theme=dropdown-list] .tippy-content .editor-command-bar{max-height:50vh}[data-theme=dropdown-list] .filterable-list{min-width:100px;max-width:300px;display:flex;flex-direction:column;max-height:100%}[data-theme=dropdown-list] .filterable-list .filter{padding:8px}[data-theme=dropdown-list] .filterable-list .filter .filter-container{width:100%;font-size:14px;line-height:20px;padding:3px 6px;position:relative;border-radius:3px;box-shadow:#0f0f0f1a 0 0 0 1px inset;cursor:text;height:28px;box-sizing:border-box;display:flex;align-items:center}[data-theme=dropdown-list] .filterable-list .filter .filter-container input.filter-input{border:none;outline:none;flex-grow:1;background:#ffffff}[data-theme=dropdown-list] .filterable-list .list{max-height:60vh;overflow-y:auto;padding:0 0 8px}[data-theme=dropdown-list] .filterable-list .list .list-item{user-select:none;transition:background 20ms ease-in 0s;cursor:pointer;width:100%;border-radius:3px;height:34px;padding:6px 10px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}[data-theme=dropdown-list] .filterable-list .list .list-item .list-text{white-space:nowrap}[data-theme=dropdown-list] .filterable-list .list .list-item:hover{background:rgba(0,36,90,.04)}[data-theme=dropdown-list] .filterable-list .list .list-item.selected{color:#0064ff}[data-theme=dropdown-list] .filterable-list .list .list-item.disabled{color:#c1c1c1}[data-theme=dropdown-list] .filterable-list .list .list-item.disabled:hover{background:transparent}[data-theme=dropdown-list] .filterable-list .list .list-item .list-item-selected-icon{display:flex;background:transparent;border:none;color:#0064ff}::placeholder{color:#bbb}.toast{font-family:Avenir,Helvetica,Arial,sans-serif;visibility:hidden;min-width:250px;margin-left:-125px;background-color:#333;color:#fff;text-align:center;border-radius:2px;padding:8px;position:fixed;z-index:1;left:50%;bottom:30px}.toast.show{visibility:visible;animation:toast_fade_in .5s,toast_fade_out .5s 2.5s}.toast.positioned.show{animation:toast_fade_in_positioned .5s,toast_fade_out_positioned .5s 2.5s}.toast.positioned{bottom:unset}@keyframes toast_fade_in{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes toast_fade_out{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@keyframes toast_fade_in_positioned{0%{opacity:0}to{opacity:1}}@keyframes toast_fade_out_positioned{0%{opacity:1}to{opacity:0}}div.tippy-box[data-theme=toolbar] .tippy-content,div.tippy-box[data-theme=menu] .tippy-content{padding:0}div.tippy-box[data-theme=menu] .tippy-content .editor-command-bar.menu{min-width:180px}div.tippy-box[data-theme=menu] .tippy-content .editor-command-bar.menu .menu-item{cursor:pointer}div.tippy-box[data-theme=menu] .tippy-arrow{z-index:2}div.tippy-box[data-theme=menu] .tippy-arrow:before{content:"";display:block;width:0px;height:0px;position:absolute;top:-16px;border-width:8px;border-bottom-color:#fff}div.tippy-box[data-theme=menu] .tippy-arrow:after{content:" ";display:block;position:absolute;left:2px;top:-5px;box-shadow:-1px -1px 2px #3030300f;width:12px;height:12px;transform:rotate(45deg)}div.tippy-box[data-theme=menu] .tippy-content .editor-command-bar-root,div.tippy-box[data-theme=toolbar] .tippy-content .editor-command-bar-root{box-shadow:0 0 1px #30303040,0 12px 24px #30303026}div.tippy-box[data-theme=toolbar] .tippy-content .editor-command-bar-root{overflow:initial}div.tippy-box button{outline:none}.editor-command-bar-root{display:flex;flex-direction:column;align-items:flex-start;background:#ffffff;border-radius:2px;max-height:50vh;overflow:auto}.editor-command-bar-root.scrollable-bar>.editor-command-bar.menu{overflow-y:auto}.editor-command-bar{pointer-events:all;display:flex;box-sizing:border-box;--text-color: #606060;--primary-color: #0064ff;--selected-color: #f8f8f8;--separator-color: #e8e8e8;--warn-color: #fdf4f4}.editor-command-bar.fixed.toolbar{box-shadow:none}.editor-command-bar.menu{flex:1;width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:5px 0}.editor-command-bar.menu .command-item.standard{color:#2d2d2e;user-select:none;transition:background 20ms ease-in 0s;width:100%;height:32px;padding:6px 10px;display:flex;align-items:center;box-sizing:border-box}.editor-command-bar.menu .command-item.standard .menu-item-icon{align-items:center;height:24px;width:24px;margin-right:5px;margin-top:-2px;display:flex;flex-direction:column;justify-content:center}.editor-command-bar.menu .command-item.standard .menu-item-name{white-space:nowrap;flex-grow:1;display:flex;align-items:center}.editor-command-bar.menu .command-item.standard .item-subtext{color:#909090}.editor-command-bar.menu .command-item.standard .menu-item-sub-indicator{display:flex;align-items:center;justify-content:center}.editor-command-bar.menu .command-item.standard .menu-item-sub-indicator svg{width:16px;height:16px}.editor-command-bar.menu .command-item.standard.disabled{color:#c7c7c7;cursor:not-allowed}.editor-command-bar.menu .command-item.standard.disabled .menu-item-icon{color:#c7c7c7}.editor-command-bar.menu .command-item.separator{height:1px;margin:4px 0;background-color:#dfe1e5;width:100%}.editor-command-bar.menu .command-item.section{font-size:.8em;color:#ccc;padding:5px 5px 5px 10px;cursor:initial;user-select:none}.editor-command-bar.menu .command-item.selected{background-color:#00245a0a}.editor-command-bar.menu .command-item.selected[data-id=delete]:not(.disabled){color:#e52727;background-color:var(--warn-color)}.editor-command-bar.menu .command-item.selected[data-id=delete]:not(.disabled) svg{color:#e52727}.editor-command-bar.menu .command-item.selected.disabled{background-color:transparent}.editor-command-bar.menu .command-item.checked{color:#0064ff}.editor-command-bar.menu .command-item.checked .menu-item-checked-icon{display:flex;align-items:center;justify-content:center;margin-left:10px}.editor-command-bar.menu .command-item.checked.disabled{color:#c7c7c7}.editor-command-bar.menu .command-item span.highlight{color:#eb3723}.editor-command-bar.toolbar{display:flex;flex-direction:row;align-items:flex-start;padding:5px 10px;gap:5px;background:#ffffff;box-shadow:0 0 1px #30303033,0 8px 16px #30303026;border-radius:3px}.editor-command-bar.toolbar .command-item{background:transparent;border:none;display:flex;align-items:center;justify-content:center;color:#2d2d2e;height:24px;padding:0;cursor:pointer;border-radius:3px;min-width:24px}.editor-command-bar.toolbar .command-item.selected:not(.disabled){background-color:#00245a0a}.editor-command-bar.toolbar .command-item:active:not(.disabled){background-color:#00245a0f}.editor-command-bar.toolbar .command-item.disabled{color:#c7c7c7;cursor:not-allowed}.editor-command-bar.toolbar .command-item.checked{color:#0064ff}.editor-command-bar.toolbar .command-item.checked.disabled{color:#c7c7c7}.editor-command-bar.toolbar .command-item.separator{margin:auto 2px;height:15px;min-width:1px;width:1px;background-color:#dfe1e5;padding:0;pointer-events:none;cursor:default}.editor-command-bar.toolbar .command-item .toolbar-item-name-container{display:flex;flex-direction:row;align-items:center}.editor-command-bar.toolbar .command-item .toolbar-item-icon-container{display:flex}.editor-command-bar.toolbar .command-item[data-dropdown=true]{padding-left:4px;padding-right:4px}.editor-command-bar.toolbar .command-item[data-dropdown=true] .toolbar-item-icon-container{width:24px;height:24px;align-items:center;justify-content:center}.editor-command-bar.toolbar .command-item .toolbar-item-dropdown-container{display:flex}.editor-command-bar.toolbar .command-item .toolbar-item-dropdown-container svg{transform:rotate(360deg);transition:transform .2s linear}.editor-command-bar.toolbar .command-item.active .toolbar-item-dropdown-container svg{transform:rotate(180deg)}.editor-command-bar.toolbar .command-item[data-button-id=turn-into] .toolbar-item-name-container,.editor-command-bar.toolbar .command-item[data-button-id=align] .toolbar-item-name-container{width:24px;height:24px}.editor-command-bar.toolbar .editor-button+.editor-button{margin-left:5px}.editor-command-bar.footer{width:100%}.reference-hidden .tippy-box[data-reference-hidden]{opacity:0;pointer-events:none;transition:none}.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px #9aa1b126,0 4px 80px -8px #24282f40,0 4px 4px -2px #5b5e6926;background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}.editor-dropdown{display:flex;align-items:center;border:1px solid #c7c7c7;border-radius:3px;font-size:14px;width:200px;height:30px}.editor-dropdown *{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.editor-dropdown .dropdown-text,.editor-dropdown .dropdown-input{flex-grow:1;padding:2px 8px;border:none;outline:none;background:transparent;font-size:14px;color:#303030;min-width:0;flex-shrink:1}.editor-dropdown .dropdown-text{margin-right:4.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:100%;cursor:text;line-height:24px}.editor-dropdown:hover{border-color:#0064ff}.editor-dropdown.active{border-color:#0064ff;box-shadow:0 0 0 2px #338fe533}.editor-dropdown.active .dropdown-text{display:none}.editor-dropdown.active .dropdown-icon svg{color:#0064ff;transform:rotate(180deg)}.editor-dropdown:not(.active) .dropdown-input{display:none}.editor-dropdown .dropdown-labels{display:flex;align-items:center;flex-shrink:0}.editor-dropdown .dropdown-labels .dropdown-label{color:#0064ff;background-color:#eaf3fc;height:20px;padding:0 5px;border-radius:3px;display:flex;align-items:center}.editor-dropdown .dropdown-labels .dropdown-label+.dropdown-label{margin-left:5px}.editor-dropdown .dropdown-clear-icon,.editor-dropdown .dropdown-icon{flex-shrink:0;width:16px;height:16px;margin-left:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.editor-dropdown .dropdown-clear-icon{color:#909090}.editor-dropdown .dropdown-clear-icon:hover{color:#0064ff}.editor-dropdown.empty .dropdown-clear-icon,.editor-dropdown:not(:hover) .dropdown-clear-icon{display:none}.editor-dropdown.empty .dropdown-text{color:#909090}.editor-dropdown .dropdown-icon{margin-right:8px}.editor-dropdown .dropdown-icon svg{transform:rotate(360deg);transition:transform .2s linear}.scale-border:after,.color-palette .palette-container-row .background-color-button.selected:after,.color-palette .palette-container-row .background-color-button:hover:after{content:"";outline:1px solid #0064ff;border-radius:3px;position:absolute;left:0;right:0;top:0;bottom:0;transform:scale(1.1)}.color-palette{display:flex;flex-direction:column;align-items:center;padding-top:5px;background-color:#fff;--active-color: #2872b7}.color-palette .bar-desc{box-sizing:border-box;width:100%;height:24px;padding-left:10px;margin-bottom:10px;line-height:24px;font-size:12px;font-weight:500;background:#f8f8f8;color:#909090}.color-palette .palette-container{padding:0 10px}.color-palette .background-color .palette-container-row:first-child{margin-bottom:5px}.color-palette .palette-container-row{display:flex;flex-direction:row;margin-bottom:20px}.color-palette .palette-container-row .color-button{width:24px;height:24px;border:none;outline:none;cursor:pointer;border-radius:3px;background-color:#fff;border:1px solid #f0f0f0;display:flex;margin:0;padding:0;align-items:center;justify-content:center}.color-palette .palette-container-row .color-button:hover{border:1px solid #0064ff}.color-palette .palette-container-row .color-button.selected{border:1px solid var(--primary-color)}.color-palette .palette-container-row .color-button[data-color-index="-1"]{color:var(--text-color)}.color-palette .palette-container-row .color-button[data-color-index="0"]{color:var(--color-0)}.color-palette .palette-container-row .color-button[data-color-index="1"]{color:var(--color-1)}.color-palette .palette-container-row .color-button[data-color-index="2"]{color:var(--color-2)}.color-palette .palette-container-row .color-button[data-color-index="3"]{color:var(--color-3)}.color-palette .palette-container-row .color-button[data-color-index="4"]{color:var(--color-4)}.color-palette .palette-container-row .color-button[data-color-index="5"]{color:var(--color-5)}.color-palette .palette-container-row .color-button[data-color-index="6"]{color:var(--color-6)}.color-palette .palette-container-row .background-color-button{width:24px;height:24px;border:none;outline:none;cursor:pointer;border-radius:3px;position:relative}.color-palette .palette-container-row .background-color-button.selected:after{outline:1px solid var(--primary-color)}.color-palette .palette-container-row .background-color-button[data-color-index="-1"]{position:relative;background-color:#fff;border:1px solid #e8e8e8}.color-palette .palette-container-row .background-color-button[data-color-index="-1"]:after{transform:scale(1.2)}.color-palette .palette-container-row .background-color-button[data-color-index="-1"]:before{content:"";position:absolute;width:1px;height:56px;top:2px;left:22px;background-color:#c7c7c7;transform:rotate(45deg) scale(.5);transform-origin:-1px -2px}.color-palette .palette-container-row .background-color-button[data-color-index="0"]{background-color:var(--background-color-0)}.color-palette .palette-container-row .background-color-button[data-color-index="1"]{background-color:var(--background-color-1)}.color-palette .palette-container-row .background-color-button[data-color-index="2"]{background-color:var(--background-color-2)}.color-palette .palette-container-row .background-color-button[data-color-index="3"]{background-color:var(--background-color-3)}.color-palette .palette-container-row .background-color-button[data-color-index="4"]{background-color:var(--background-color-4)}.color-palette .palette-container-row .background-color-button[data-color-index="5"]{background-color:var(--background-color-5)}.color-palette .palette-container-row .background-color-button[data-color-index="6"]{background-color:var(--background-color-6)}.color-palette .palette-container-row .background-color-button[data-color-index="7"]{background-color:var(--background-color-7)}.color-palette .palette-container-row .background-color-button[data-color-index="8"]{background-color:var(--background-color-8)}.color-palette .palette-container-row .background-color-button[data-color-index="9"]{background-color:var(--background-color-9)}.color-palette .palette-container-row .background-color-button[data-color-index="10"]{background-color:var(--background-color-10)}.color-palette .palette-container-row .background-color-button[data-color-index="11"]{background-color:var(--background-color-11)}.color-palette .palette-container-row .background-color-button[data-color-index="12"]{background-color:var(--background-color-12)}.color-palette .palette-container-row .background-color-button[data-color-index="13"]{background-color:var(--background-color-13)}.color-palette .palette-container-row .background-color-button[data-color-index="14"]{background-color:var(--background-color-14)}.color-palette .palette-container-row .color-button+.color-button{margin-left:5px}.color-palette .palette-container-row .background-color-button+.background-color-button{margin-left:5px}.color-palette .clear-button-container{box-sizing:border-box;width:100%;margin-bottom:5px;padding:0 10px}.color-palette .clear-button-container .clear-button{box-sizing:border-box;padding:3px 10px;width:100%;height:26px;background:#ffffff;color:#575859;border:1px solid #bebfc2;border-radius:3px;cursor:pointer}.color-palette .clear-button-container .clear-button:hover{color:#0064ff;background:#e3eeff;border:1px solid #0064ff}.color-palette .clear-button-container .clear-button:active{color:#0053cf;background:#cfe2ff;border:1px solid #0053cf}div.tippy-box[data-theme=menu] .tippy-content .editor-command-bar.menu .menu-item[data-id=text-color-palette-item]{cursor:default}.editor-input-wrap .editor-input-label{margin-top:8px;margin-bottom:8px;position:relative;font-weight:500}.editor-input-wrap .editor-input-label.required:before{content:"*";color:#e82100;position:absolute;left:-8px;top:3px}.editor-input-wrap .editor-input-label .span{font-size:14px;line-height:1.4;font-weight:700;color:#303030}.editor-input-wrap .editor-input-container{display:flex;border:none;border-radius:4px;padding:4px;background-color:#fff;position:relative}.editor-input-wrap .editor-input-container .editor-input{outline:none;border:1px solid #c7c7c7;border-radius:3px;padding:4px 10px;font-size:14px;line-height:1.4;color:#000;width:100%}.editor-input-wrap .editor-input-container .editor-input:hover{border-color:#0064ff}.editor-input-wrap .editor-input-container .editor-input:focus{border-color:#0064ff;box-shadow:0 0 0 2px #338fe533}.editor-input-wrap .editor-input-container .editor-input.has-suffix{padding-right:50px}.editor-input-wrap .editor-input-container .editor-input.has-prefix{padding-left:30px}.editor-input-wrap .editor-input-container .editor-input-addon,.editor-input-wrap .editor-input-container .editor-input-prefix,.editor-input-wrap .editor-input-container .editor-input-suffix{height:100%;position:absolute;top:0px;display:flex;align-items:center;color:#87888a;font-size:12px}.editor-input-wrap .editor-input-container .editor-input-suffix{right:10px}.editor-input-wrap .editor-input-container .editor-input-prefix{left:10px}.editor-input-wrap.error .editor-input-container{border:1px solid #e82100}.editor-input-wrap.error .editor-input-container .editor-input{border:none;outline:none;box-shadow:unset}.editor-input-wrap.error .editor-input-error{margin-top:8px;color:red;display:block}.editor-input-wrap .editor-input-error{display:none}.emoji-button{all:unset;display:flex;margin-right:4px}.emoji-palette{--padding: 15px;width:321px;display:flex;flex-direction:column;background-color:#fff}.emoji-palette__loading{height:150px;background-color:gold}.emoji-palette .emoji-search{padding:var(--padding) var(--padding) 0px;flex-shrink:0;margin-bottom:10px}.emoji-palette .emoji-search .editor-input-container{padding:0}.emoji-palette .emoji-search .editor-input-container .emoji-search-icon{font-size:0}.emoji-palette .emoji-content{padding:0px var(--padding);flex:0 0 268px;overflow:auto}.emoji-palette .emoji-content .category{margin-bottom:10px}.emoji-palette .emoji-content .category:last-child{min-height:100%}.emoji-palette .emoji-content .category-title{position:sticky;top:0px;margin-bottom:10px;line-height:22px;font-size:14px;color:#2d2d2e;background-color:#ffffffe6;backdrop-filter:blur(4px)}.emoji-palette .emoji-content .category-content{display:flex;flex-wrap:wrap;gap:5px}.emoji-palette .emoji-content .category-content-item{all:unset;width:32px;height:32px;font-size:24px;border-radius:3px;text-align:center}.emoji-palette .emoji-content .category-content-item:hover{background-color:#00245a0a}.emoji-palette .emoji-content .category-content-item:active{background-color:#00245a0f}.emoji-palette .emoji-navigation{display:flex;flex:0 0 34px;gap:12px;padding:5px 20px;border-top:1px solid #DFE1E5}.emoji-palette .emoji-navigation-item{all:unset;display:flex;justify-content:center;align-items:center;width:24px;height:24px;color:#2d2d2e}.emoji-palette .emoji-navigation-item.active,.emoji-palette .emoji-navigation-item:hover{color:#0064ff}div.scroll-container-root{position:relative}div.scroll-container-root>div.scroll-container{position:relative;overflow-x:auto;overflow-y:hidden;box-sizing:border-box;line-height:0px}div.scroll-container-root>div.scroll-container>.scroll-area{position:relative;display:inline-block;overflow:hidden;line-height:normal}div.scroll-container-root>div.scroll-container{scrollbar-width:none}div.scroll-container-root>div.scroll-container::-webkit-scrollbar{height:0;opacity:0}div.scroll-container-root>div.container-scroll-tool .container-border-shadow{position:absolute;top:0;opacity:0;width:0;border:none;pointer-events:none;transition:opacity 50ms ease-in;z-index:1}div.scroll-container-root>div.container-scroll-tool .container-right-border-shadow{right:0;background:linear-gradient(90deg,rgba(31,35,41,0) 0,rgba(31,35,41,.1));border-right:0px solid #dee0e3}div.scroll-container-root>div.container-scroll-tool .container-left-border-shadow{left:0;background:linear-gradient(270deg,rgba(31,35,41,0) 0,rgba(31,35,41,.1));border-left:0px solid #dee0e3}div.scroll-container-root>div.container-scroll-tool .container-border-shadow.active{width:8px;opacity:1}div.scroll-container-root>div.container-scroll-tool .container-right-border-shadow.active{border-right-width:1px}div.scroll-container-root>div.container-scroll-tool .container-left-border-shadow.active{border-left-width:1px}div.scroll-container-root>div.container-scroll-tool .container-scrollbar{position:absolute;left:0;z-index:1000;visibility:visible;overflow-x:auto;overflow-y:hidden;cursor:auto}div.scroll-container-root>div.container-scroll-tool .container-scrollbar div{height:1px}div.scroll-container-root>div.container-scroll-tool div.container-scrollbar.fixed{position:fixed}div.scroll-container-root.mac>div.container-scroll-tool .container-scrollbar{opacity:.6;transition:opacity .1s ease-in-out}div.scroll-container-root.mac>div.container-scroll-tool .container-scrollbar::-webkit-scrollbar{height:8px}div.scroll-container-root.mac>div.container-scroll-tool .container-scrollbar::-webkit-scrollbar-track{background-color:transparent}div.scroll-container-root.mac>div.container-scroll-tool .container-scrollbar::-webkit-scrollbar-thumb{background-color:#646a73cc;border-radius:8px}div.scroll-container-root.mac>div.container-scroll-tool .container-scrollbar::-webkit-scrollbar-button{display:none}[data-tippy-root]{font-family:Avenir,Helvetica,Arial,sans-serif}[data-command-bar-id=editor-toolbar] .command-item[data-id=link-text]{width:unset}[data-command-bar-id=editor-toolbar] .command-item[data-id=link-text].selected:hover{background-color:transparent}[data-command-bar-id=editor-toolbar] .command-item[data-id=link-text] .link-href-button{max-width:275px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#303030;text-decoration:none}[data-command-bar-id=editor-toolbar] .command-item[data-id=link-text] .link-href-button:hover{text-decoration:underline}[data-command-bar-id=quick-menu],[data-command-bar-id=empty-block-menu]{box-sizing:border-box;width:240px}[data-command-bar-id=quick-menu] .command-item.menu-item,[data-command-bar-id=empty-block-menu] .command-item.menu-item{width:100%;cursor:pointer}[data-command-bar-id=quick-menu] .command-item.menu-item.section,[data-command-bar-id=empty-block-menu] .command-item.menu-item.section{height:24px;padding:0 10px;font-weight:500;font-size:12px;line-height:24px;color:#87888a;background:#F7F8FA;min-height:initial;box-sizing:border-box;margin:5px 0}[data-command-bar-id=quick-menu] .command-item.menu-item .quick-menu-item,[data-command-bar-id=empty-block-menu] .command-item.menu-item .quick-menu-item{color:#303030;display:flex;width:100%;padding:6px 10px}[data-command-bar-id=quick-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-icon-container,[data-command-bar-id=empty-block-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-icon-container{display:flex;align-items:center;justify-content:center;padding-right:6px}[data-command-bar-id=quick-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-icon-container .quick-menu-item-icon,[data-command-bar-id=empty-block-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-icon-container .quick-menu-item-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}[data-command-bar-id=quick-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-content,[data-command-bar-id=empty-block-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-content{flex-grow:1;display:flex;flex-direction:column;justify-content:center}[data-command-bar-id=quick-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-content .item-line-1,[data-command-bar-id=empty-block-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-content .item-line-1{display:flex;align-items:center}[data-command-bar-id=quick-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-content .item-line-1 .item-name,[data-command-bar-id=empty-block-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-content .item-line-1 .item-name{flex-grow:1;font-size:14px;line-height:22px;color:#303030}[data-command-bar-id=quick-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-content .item-line-1 .item-subtext,[data-command-bar-id=empty-block-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-content .item-line-1 .item-subtext{color:#87888a}[data-command-bar-id=quick-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-content .item-line-1 .quick-menu-item-submenu-icon,[data-command-bar-id=empty-block-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-content .item-line-1 .quick-menu-item-submenu-icon{display:flex;align-items:center;margin-left:12px}[data-command-bar-id=quick-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-content .item-line-2,[data-command-bar-id=empty-block-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-content .item-line-2{margin-top:5px}[data-command-bar-id=quick-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-content .item-line-2 .item-markdown,[data-command-bar-id=empty-block-menu] .command-item.menu-item .quick-menu-item .quick-menu-item-content .item-line-2 .item-markdown{color:#b2bccd}[data-command-bar-id=quick-menu] .command-item.menu-item[data-id=placeholder] .quick-menu-item-icon-container,[data-command-bar-id=empty-block-menu] .command-item.menu-item[data-id=placeholder] .quick-menu-item-icon-container{display:none}[data-command-bar-id=quick-menu] .command-item.menu-item[data-id=placeholder] .item-name.text,[data-command-bar-id=empty-block-menu] .command-item.menu-item[data-id=placeholder] .item-name.text{color:#909090!important;padding:5px 0}[data-command-bar-id=block-menu]{width:240px}[data-command-bar-id=quick-menu] div.command-item>div.menu-item-name{color:#2d2d2e}[data-command-bar-id=quick-menu] div.command-item>div.menu-item-icon{color:#2d2d2e}[data-command-bar-id=quick-menu] div.command-item.section:first-of-type{margin-top:0}div.tippy-box[data-theme=editor-tooltip]{background-color:#303030;opacity:.8;font-size:12px;border-radius:3px}div.tippy-box[data-theme=editor-tooltip] .editor-tooltip-desc{display:block;margin-top:2px;color:#fff;opacity:.5}div.tippy-box[data-theme=editor-tooltip]>.tippy-arrow:before{transform:scale(.8)}div.tippy-box[data-theme=editor-tooltip]>.tippy-content{padding:4px 10px}:root div.tippy-box[data-theme=editor-tooltip]>.tippy-content{font-weight:500}:root div.tippy-box[data-theme=editor-tooltip]>.tippy-content>div>span:nth-of-type(2){font-weight:400}.link-popup-content{padding:10px 7px}.link-popup-content .link-popup-gap{margin-top:16px}.link-popup-content .editor-input-container{padding:4px 0}.link-popup-content .editor-input-container .editor-input{width:330px;line-height:1.5}.link-popup-content .editor-input-wrap .editor-input-label{margin-bottom:4px}.link-popup-content .link-popup-footer{margin:10px 0 5px;text-align:right}.link-popup-content .link-popup-footer button{min-height:30px;border-radius:3px;font-size:14px;padding:4px 15px}:root{--mindmap-bg-color: #f0f2f4}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block.focused [data-type=block-tools] .editor-mindmap-svg{border-radius:3px;outline:1px solid #0064ff}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block.editor-in-mindmap-first{height:600px;min-width:150px}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block [data-type=block-content]{margin-right:24px;transition:background-color .25s linear}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block [data-type=block-tools] .editor-mindmap-svg{position:absolute;left:0;top:0;right:0;bottom:0;z-index:2;font-size:14px;background-color:var(--mindmap-bg-color)}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block [data-type=block-tools] .mindmap-toolbar{position:absolute;top:8px;right:8px;height:24px;z-index:3}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block [data-type=block-tools] .mindmap-toolbar .editor-button.mindmap-button{background-color:transparent;outline:none;border:none;fill:none;color:#c1c1c1;cursor:pointer;min-width:initial;margin-right:0}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block [data-type=block-tools] .mindmap-toolbar .editor-button.mindmap-button:hover{color:#5587f0}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block.to-mindmap-highlight [data-type=block-content],.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block.to-mindmap-highlight:hover [data-type=block-content]{background-color:#eaf3fc}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block .list-to-mindmap-wrap,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block .mention-button-wrap{position:absolute;right:0;top:2px;display:flex;align-items:center;height:calc(var(--font-size) * var(--line-height))}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block .list-to-mindmap-wrap,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block .mention-button-wrap{display:flex;flex-direction:row;justify-content:center}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block .list-to-mindmap-wrap>button.editor-button[data-button-id=mention-button]:hover,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block .list-to-mindmap-wrap>button.editor-button[data-button-id=list-to-mindmap]:hover,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block .mention-button-wrap>button.editor-button[data-button-id=mention-button]:hover,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block .mention-button-wrap>button.editor-button[data-button-id=list-to-mindmap]:hover{background:rgba(0,36,90,.0392156863);border-radius:3px}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block .list-to-mindmap-wrap>button.editor-button[data-button-id=mention-button]:active:hover,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block .list-to-mindmap-wrap>button.editor-button[data-button-id=list-to-mindmap]:active:hover,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block .mention-button-wrap>button.editor-button[data-button-id=mention-button]:active:hover,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block .mention-button-wrap>button.editor-button[data-button-id=list-to-mindmap]:active:hover{background:rgba(0,36,90,.0588235294)}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block button[data-button-id=list-to-mindmap],.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block button[data-button-id=mention-button]{flex-grow:0;flex-shrink:0;width:24px;height:24px;min-width:24px;min-height:24px;padding:0;border:0;outline:0;display:flex;align-items:center;justify-content:center;background-color:transparent;color:#07142a}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block button[data-button-id=list-to-mindmap] svg,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block button[data-button-id=mention-button] svg{width:16px;height:16px}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block button[data-button-id=list-block-mention]:hover>svg{cursor:initial;background-color:#eee}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block button+button[data-button-id=list-block-mention]{right:20px}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="1"]{padding-left:24px}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="1"]>div[data-type=block-content]{position:relative}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="2"]{padding-left:48px}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="2"]>div[data-type=block-content]{position:relative}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="3"]{padding-left:72px}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="3"]>div[data-type=block-content]{position:relative}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="4"]{padding-left:96px}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="4"]>div[data-type=block-content]{position:relative}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="5"]{padding-left:120px}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="5"]>div[data-type=block-content]{position:relative}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="6"]{padding-left:144px}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="6"]>div[data-type=block-content]{position:relative}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="7"]{padding-left:168px}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="7"]>div[data-type=block-content]{position:relative}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="8"]{padding-left:192px}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="8"]>div[data-type=block-content]{position:relative}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="9"]{padding-left:216px}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="9"]>div[data-type=block-content]{position:relative}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="10"]{padding-left:240px}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="10"]>div[data-type=block-content]{position:relative}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="11"]{padding-left:264px}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="11"]>div[data-type=block-content]{position:relative}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="12"]{padding-left:288px}div.editor-root div.editor-content div[data-block-type=text][block-padding-level="12"]>div[data-type=block-content]{position:relative}div.editor-root div.editor-content div[data-block-type=list][data-list-level="1"]{padding-left:0}div.editor-root div.editor-content div[data-block-type=list][data-list-level="2"]{padding-left:24px}div.editor-root div.editor-content div[data-block-type=list][data-list-level="3"]{padding-left:48px}div.editor-root div.editor-content div[data-block-type=list][data-list-level="4"]{padding-left:72px}div.editor-root div.editor-content div[data-block-type=list][data-list-level="5"]{padding-left:96px}div.editor-root div.editor-content div[data-block-type=list][data-list-level="6"]{padding-left:120px}div.editor-root div.editor-content div[data-block-type=list][data-list-level="7"]{padding-left:144px}div.editor-root div.editor-content div[data-block-type=list][data-list-level="8"]{padding-left:168px}div.editor-root div.editor-content div[data-block-type=list][data-list-level="9"]{padding-left:192px}div.editor-root div.editor-content div[data-block-type=list][data-list-level="10"]{padding-left:216px}div.editor-root div.editor-content div[data-block-type=list][data-list-level="11"]{padding-left:240px}div.editor-root div.editor-content div[data-block-type=list][data-list-level="12"]{padding-left:264px}div.editor-root div.editor-content div[data-block-type=list][data-style-heading="1"]>div.list-container>button.list-marker{font-weight:700}div.editor-root div.editor-content div[data-block-type=list][data-style-heading="2"]>div.list-container>button.list-marker{font-weight:700}div.editor-root div.editor-content div[data-block-type=list][data-style-heading="3"]>div.list-container>button.list-marker{font-weight:700}div.editor-root div.editor-content div[data-block-type=list][data-style-heading="4"]>div.list-container>button.list-marker{font-weight:700}div.editor-root div.editor-content div[data-block-type=list][data-style-heading="5"]>div.list-container>button.list-marker{font-weight:700}div.editor-root div.editor-content div[data-block-type=list][data-style-heading="6"]>div.list-container>button.list-marker{font-weight:700}div.editor-root div.editor-content div[data-block-type=list][data-style-heading="7"]>div.list-container>button.list-marker{font-weight:700}div.editor-root div.editor-content div[data-block-type=list][data-style-heading="8"]>div.list-container>button.list-marker{font-weight:700}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block+div[data-type=editor-block].list-block{margin-top:0}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block{display:flex;padding-bottom:2px;padding-top:2px}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=text-only] .list-container{pointer-events:none}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=checked] div[data-type=block-content] span.text{color:#c7c7c7}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=unordered] .list-container .list-marker{font-family:PingFangSC-Regular,PingFang SC;justify-content:space-around}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=checked] .list-container .editor-check-list-wrapper,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=unchecked] .list-container .editor-check-list-wrapper{font-feature-settings:"tnum";align-items:baseline;box-sizing:border-box;color:var(--gray-120);display:inline-flex;font-size:14px;font-variant:tabular-nums;line-height:1.5715;line-height:unset;list-style:none;margin:0;padding:0}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=checked] .list-container .editor-check-list-wrapper>span.editor-check-box>span.editor-check-box-inner,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=unchecked] .list-container .editor-check-list-wrapper>span.editor-check-box>span.editor-check-box-inner{border:1px solid #c7c7c7;border-collapse:initial;border-radius:3px;direction:ltr;display:block;height:14px;left:0;position:relative;top:0;transition:all .3s;width:14px}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=checked] .list-container .editor-check-list-wrapper.editor-check-list-wrapper-checked>span.editor-check-box,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=unchecked] .list-container .editor-check-list-wrapper.editor-check-list-wrapper-checked>span.editor-check-box{position:relative}@keyframes editorCheckboxEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=checked] .list-container .editor-check-list-wrapper.editor-check-list-wrapper-checked>span.editor-check-box:after,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=unchecked] .list-container .editor-check-list-wrapper.editor-check-list-wrapper-checked>span.editor-check-box:after{animation:editorCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;border:1px solid #0064ff;border-radius:3px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;box-sizing:border-box}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=checked] .list-container .editor-check-list-wrapper.editor-check-list-wrapper-checked>span.editor-check-box>span.editor-check-box-inner,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=unchecked] .list-container .editor-check-list-wrapper.editor-check-list-wrapper-checked>span.editor-check-box>span.editor-check-box-inner{border-color:#0064ff;background-color:#0064ff}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=checked] .list-container .editor-check-list-wrapper.editor-check-list-wrapper-checked>span.editor-check-box>span.editor-check-box-inner:after,.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-list-type=unchecked] .list-container .editor-check-list-wrapper.editor-check-list-wrapper-checked>span.editor-check-box>span.editor-check-box-inner:after{width:5px;height:10px;left:2px;top:5px;border:2px solid #fff;border-left:0;border-top:0;content:" ";display:table;opacity:1;position:absolute;box-sizing:border-box;transform:rotate(45deg) scale(1) translate(-50%,-50%)}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block [data-type=block-content]{position:relative;flex-grow:1;padding-left:2px;margin-right:29px}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block .list-container{display:flex;min-width:24px;align-items:center;justify-content:center;flex-shrink:0;border-radius:3px;height:calc(var(--font-size) * var(--line-height))}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block .list-container .list-marker{min-width:16px;border:none;background-color:transparent;outline:none;display:flex;align-items:center;justify-content:flex-end;padding:0;overflow:visible;color:#0064ff;font-size:var(--font-size)}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block div[data-type=block-tools] .block-helper{top:2px}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-style-align=center]{justify-content:center}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-style-align=center]>div[data-type=block-content]{flex-grow:initial}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-style-align=right]{justify-content:flex-end}.editor-root [data-type=editor-container].root div[data-type=editor-block].list-block[data-style-align=right]>div[data-type=block-content]{flex-grow:initial}.editor-root.readonly button[data-button-id=mindmap-close]{display:none}.editor-root:not(.readonly) div[data-type=editor-block].list-block.active .list-container,.editor-root:not(.readonly) div[data-type=editor-block].list-block.hover .list-container{cursor:pointer}.editor-root:not(.readonly) div[data-type=editor-block].list-block.active[data-list-type=ordered]>div.list-container,.editor-root:not(.readonly) div[data-type=editor-block].list-block.active[data-list-type=ordered]>div[data-type=block-content],.editor-root:not(.readonly) div[data-type=editor-block].list-block.active[data-list-type=unordered]>div.list-container,.editor-root:not(.readonly) div[data-type=editor-block].list-block.active[data-list-type=unordered]>div[data-type=block-content],.editor-root:not(.readonly) div[data-type=editor-block].list-block.active[data-list-type=unchecked]>div.list-container,.editor-root:not(.readonly) div[data-type=editor-block].list-block.active[data-list-type=unchecked]>div[data-type=block-content],.editor-root:not(.readonly) div[data-type=editor-block].list-block.active[data-list-type=checked]>div.list-container,.editor-root:not(.readonly) div[data-type=editor-block].list-block.active[data-list-type=checked]>div[data-type=block-content],.editor-root:not(.readonly) div[data-type=editor-block].list-block.hover[data-list-type=ordered]>div.list-container,.editor-root:not(.readonly) div[data-type=editor-block].list-block.hover[data-list-type=ordered]>div[data-type=block-content],.editor-root:not(.readonly) div[data-type=editor-block].list-block.hover[data-list-type=unordered]>div.list-container,.editor-root:not(.readonly) div[data-type=editor-block].list-block.hover[data-list-type=unordered]>div[data-type=block-content],.editor-root:not(.readonly) div[data-type=editor-block].list-block.hover[data-list-type=unchecked]>div.list-container,.editor-root:not(.readonly) div[data-type=editor-block].list-block.hover[data-list-type=unchecked]>div[data-type=block-content],.editor-root:not(.readonly) div[data-type=editor-block].list-block.hover[data-list-type=checked]>div.list-container,.editor-root:not(.readonly) div[data-type=editor-block].list-block.hover[data-list-type=checked]>div[data-type=block-content]{background-color:#f8f8f8}.editor-root:not(.readonly) div[data-type=editor-block].list-block .list-container:hover .list-marker{cursor:pointer}.editor-root:not(.readonly) div[data-type=editor-block].list-block:not([data-list-type=unchecked]):not([data-list-type=checked]):not([data-list-type=unordered]) .list-container:hover{background:rgba(0,36,90,.04)}.editor-root:not(.readonly) div[data-type=editor-block].list-block[data-list-type=unordered] .list-container:hover .list-marker{cursor:initial}.editor-root:not(.readonly) div[data-type=editor-block].list-block[data-list-type=unchecked] .list-container .editor-check-list-wrapper:not(.editor-check-list-wrapper-checked)>span.editor-check-box:hover>span.editor-check-box-inner{border-color:#0064ff}.editor-root:not(.readonly) div[data-type=editor-block].list-block[data-list-type=checked] .list-container .editor-check-list-wrapper,.editor-root:not(.readonly) div[data-type=editor-block].list-block[data-list-type=unchecked] .list-container .editor-check-list-wrapper{cursor:pointer}[data-tippy-root] .customize-start-panel{max-width:350px;padding:0 16px;color:#333;font-size:14px;line-height:21px;user-select:none;background-color:#fff!important}[data-tippy-root] .customize-start-panel-input{width:64px;margin:0 8px;border:1px solid #cfd6e1;height:24px;border-radius:3px;padding:1px 0 1px 8px;outline:none;color:inherit;background-color:#fff}[data-tippy-root] .customize-start-panel-button{min-width:40px;font-size:12px;min-height:30px;margin:0 8px 0 0;background-color:var(--primary-color);color:#fff;outline:none;border:none;padding:4px 8px;border-radius:4px;cursor:pointer}div.editor-root:not(.readonly) div.editor-content div[data-type=editor-container] div[data-type=editor-block].list-block [data-type=block-content][data-content-placeholder]:before{left:2px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.math-box{display:inline-flex;vertical-align:middle;padding:2px 0}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content]>span.math-box .mathjax-tex-text.mathjax-error{color:var(--color-0)}div.editor-root div.editor-content div[data-type=editor-container] .embed-block.selected[data-embed-type=math]>div[data-type=block-content].mathjax-overflow:before{width:var(--mathjax-width, "100%")}div.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-embed-type=math]>div[data-type=block-content]{align-items:center;justify-content:center;min-height:40px}div.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-embed-type=math]>div[data-type=block-content] img{margin:auto;padding:8px}.mathjax-editor-textarea{border:none;outline:none;width:400px;height:128px}div.editor-root div.editor-content div[data-type=editor-block],.status-box-editor-popup{--orange: #F59300;--orange-bkg: #FFF0D9;--grey: #87888A;--grey-bkg: #EDEFF2;--red: #EB3723;--red-bkg: #FFEAE8;--primary: #0064FF;--primary-bkg: #E3EEFF;--green: #00A865;--green-bkg: #D7F7EA;--purple: #8851ED;--purple-bkg: #F0E8FF}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box span[data-type=box-content]{margin-left:0;margin-right:0;padding-left:2.5px;padding-right:2.5px}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-yellow{background-color:var(--orange-bkg);color:var(--orange)}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-yellow-subtle{color:#fff;background-color:var(--orange)}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-grey{background-color:var(--grey-bkg);color:var(--grey)}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-grey-subtle{color:#fff;background-color:var(--grey)}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-red{background-color:var(--red-bkg);color:var(--red)}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-red-subtle{color:#fff;background-color:var(--red)}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-blue{background-color:var(--primary-bkg);color:var(--primary)}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-blue-subtle{color:#fff;background-color:var(--primary)}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-green{background-color:var(--green-bkg);color:var(--green)}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-green-subtle{color:#fff;background-color:var(--green)}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-purple{background-color:var(--purple-bkg);color:var(--purple)}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-purple-subtle{color:#fff;background-color:var(--purple)}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box>[data-type=box-content]{max-width:100%;display:inline-flex;align-items:center;vertical-align:top;position:relative;top:calc((var(--font-size) * var(--line-height) - 20px) / 2)}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-common{max-width:100%;line-height:20px;padding:0 5px;border-radius:3px;font-size:12px;height:20px;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;font-weight:500}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-common.box-status-empty{color:#87888a}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-common:hover{outline:1px solid #408CFF}div.editor-root div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.history-deleted-box .box-status-common{text-decoration:line-through}.status-box-editor-popup{width:178px;padding-top:1px}.status-box-editor-popup .status-input input{caret-color:#0064ff}.status-box-editor-popup .scale-border:after,.status-box-editor-popup .status-color-palette .status-box-button.selected:after,.status-box-editor-popup .status-color-palette .status-box-button:hover:after{content:"";outline:1px solid #0064ff;border-radius:3px;position:absolute;left:0;right:0;top:0;bottom:0;transform:scale(1.1)}.status-box-editor-popup .status-color-palette{display:flex;padding:6px 4px 5px}.status-box-editor-popup .status-color-palette .status-box-button+.status-box-button{margin-left:5px}.status-box-editor-popup .status-color-palette .status-box-button{width:24px;height:24px;border:none;outline:none;cursor:pointer;border-radius:3px;position:relative}.status-box-editor-popup .status-color-palette .status-box-button.selected:after{outline:1px solid var(--primary-color)}.status-box-editor-popup .status-color-palette .status-box-button[data-color=grey]{background-color:var(--grey-bkg);border:1px solid var(--grey)}.status-box-editor-popup .status-color-palette .status-box-button[data-color=blue]{background-color:var(--primary-bkg);border:1px solid var(--primary)}.status-box-editor-popup .status-color-palette .status-box-button[data-color=yellow]{background-color:var(--orange-bkg);border:1px solid var(--orange)}.status-box-editor-popup .status-color-palette .status-box-button[data-color=red]{background-color:var(--red-bkg);border:1px solid var(--red)}.status-box-editor-popup .status-color-palette .status-box-button[data-color=green]{background-color:var(--green-bkg);border:1px solid var(--green)}.status-box-editor-popup .status-color-palette .status-box-button[data-color=purple]{background-color:var(--purple-bkg);border:1px solid var(--purple)}[data-command-bar-id=status-box-popup] .tippy-content{padding-left:6px;padding-right:6px}div.editor-root.readonly div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-common{cursor:default}div.editor-root.readonly div.editor-content div[data-type=editor-block] div[data-type=block-content]>span.status-box .box-status-common:hover{outline:none}.editor-text-button{border:0;color:var(--text-button-color, #c1c1c1);background-color:var(--text-button-bg-color, transparent);cursor:pointer;border-radius:var(--editor-border-radius, 3px);font-size:14px;padding:1px 6px;display:flex;align-items:center}.editor-text-button:hover{color:var(--text-button-color-hover, #5587F0);background-color:var(--text-button-bg-color-hover, transparent)}div[data-type=editor-block].table-block{--table-bar-width: 6px;--table-bar-left: -6px;--table-bar-top: -6px}div[data-type=editor-block].table-block>div[data-type=block-content]{position:relative;left:-26px}div[data-type=editor-block].table-block div[data-type=block-tools] .table-resize-gripper,div[data-type=editor-block].table-block div[data-type=table-tools] .table-resize-gripper{position:absolute;background-color:transparent;cursor:col-resize;padding:0 2px}div[data-type=editor-block].table-block div[data-type=block-tools] .table-resize-gripper>.table-resize-gripper-indicator,div[data-type=editor-block].table-block div[data-type=table-tools] .table-resize-gripper>.table-resize-gripper-indicator{pointer-events:none;background-color:var(--primary-color);width:100%;height:100%}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container{position:absolute;background-color:transparent;z-index:10}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container.top,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container.top{left:0;top:var(--table-bar-top);right:0;height:var(--table-bar-width);flex-direction:row}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container.left,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container.left{top:20px;left:var(--table-bar-left);width:var(--table-bar-width);bottom:0;flex-direction:column}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar{position:absolute;left:0;top:0;right:0;bottom:0;cursor:pointer;display:flex}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar.left,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar.left{flex-direction:column}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .table-border-bar-cell,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .table-border-bar-cell{background-color:#dfe1e5;position:relative;flex-grow:0;flex-shrink:0}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .table-border-bar-cell.corner,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .table-border-bar-cell.corner{width:var(--table-bar-width);height:var(--table-bar-width)}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .table-border-bar-cell.top,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .table-border-bar-cell.top{height:100%}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .table-border-bar-cell:hover,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .table-border-bar-cell:hover{background-color:#d4d6d9}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .table-border-bar-cell.selected,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .table-border-bar-cell.selected{background-color:#0064ff}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .table-border-bar-cell.danger,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .table-border-bar-cell.danger{background-color:#e52727}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root{position:relative}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root.top,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root.top{max-width:0;width:0;overflow:visible}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root.top:last-child,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root.top:last-child{margin-left:-2px}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root.left,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root.left{max-height:0;height:0;overflow:visible}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root.left:last-child,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root.left:last-child{margin-top:-2px}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root .button-container,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root .button-container{position:absolute;width:26px;height:26px;display:flex;align-items:center;justify-content:center;z-index:1}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root .button-container.top,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root .button-container.top{right:-14px;top:-22px}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root .button-container.left,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root .button-container.left{transform:rotate(270deg);left:-22px;bottom:-14px}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root .button-container .insert-indicator,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root .button-container .insert-indicator{position:absolute;width:3px;height:3px;background:#e8e8e8;border-radius:50%;margin-top:6px}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root .button-container:hover .insert-indicator,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root .button-container:hover .insert-indicator{display:none}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root .button-container:hover .insert-column-button,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root .button-container:hover .insert-column-button{display:unset}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root .button-container:hover .insert-column-button span.icon,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root .button-container:hover .insert-column-button span.icon{margin-top:2px}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root .button-container:hover .drop-marker,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root .button-container:hover .drop-marker{opacity:1;transform:scale(.7)}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root .button-container .drop-marker,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root .button-container .drop-marker{width:26px;height:26px;border-radius:3px;background:#0064ff;cursor:pointer;opacity:0;transform:scale(.4);transition:transform .2s ease-in,opacity .2s ease-in}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root .button-container .drop-marker:after,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root .button-container .drop-marker:after{content:"";display:block;width:10px;height:2px;background-color:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}div[data-type=editor-block].table-block div[data-type=block-tools] .table-border-bar-container .table-border-bar .button-root .button-container .drop-marker:before,div[data-type=editor-block].table-block div[data-type=table-tools] .table-border-bar-container .table-border-bar .button-root .button-container .drop-marker:before{content:"";display:block;width:2px;height:10px;background-color:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}div[data-type=editor-block].table-block div[data-type=block-tools] .editor-table-chart,div[data-type=editor-block].table-block div[data-type=table-tools] .editor-table-chart{padding-top:16px}div[data-type=editor-block].table-block div[data-type=table-content]{position:relative}div[data-type=editor-block].table-block div[data-type=table-content]>.error{color:red;border:1px solid red;padding:8px}div[data-type=editor-block].table-block div[data-type=table-content]>table{border-collapse:collapse;border-spacing:0}div[data-type=editor-block].table-block div[data-type=table-content]>table colgroup col{min-width:40px}div[data-type=editor-block].table-block div[data-type=table-content]>table,div[data-type=editor-block].table-block div[data-type=table-content]>table td,div[data-type=editor-block].table-block div[data-type=table-content]>table th{border:1px solid #dfe1e5;background-color:transparent;background-clip:padding-box}div[data-type=editor-block].table-block div[data-type=table-content]>table tr td.danger{background-color:#fff6f5!important}div[data-type=editor-block].table-block div[data-type=table-content]>table td{min-width:40px;padding:0;position:relative}div[data-type=editor-block].table-block div[data-type=table-content]>table td .table-cell-menu-btn{display:none;position:absolute;right:2px;top:2px;padding:0;width:16px;height:16px;border:none;border-radius:3px;cursor:pointer;transform:rotate(0);transition:transform .2s;background-color:transparent;color:#575859}div[data-type=editor-block].table-block div[data-type=table-content]>table td .table-cell-menu-btn:hover{background-color:#e8e8e8}div[data-type=editor-block].table-block div[data-type=table-content]>table td .table-cell-menu-btn.active{transform:rotate(180deg);background:#f7f8fa}div[data-type=editor-block].table-block div[data-type=table-content]>table td>div[data-type=editor-container].child>div.container-blocks>*+*{margin-top:5px}div[data-type=editor-block].table-block div[data-type=table-content] .child{padding:8px}div[data-type=editor-block].table-block div[data-type=table-content] .child div[data-type=editor-block].table-block>div[data-type=block-content]{pointer-events:none}div[data-type=editor-block].table-block div[data-type=table-content] .child div[data-type=editor-block].table-block>div[data-type=block-content] .scroll-container{overflow:hidden}div[data-type=editor-block].table-block div[data-type=table-content] .child div[data-type=editor-block].table-block>div[data-type=block-content] div[data-type=table-content]{pointer-events:auto}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-0{background-color:var(--background-color-0)}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-1{background-color:var(--background-color-1)}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-2{background-color:var(--background-color-2)}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-3{background-color:var(--background-color-3)}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-4{background-color:var(--background-color-4)}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-5{background-color:var(--background-color-5)}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-6{background-color:var(--background-color-6)}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-7{background-color:var(--background-color-7)}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-8{background-color:var(--background-color-8)}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-9{background-color:var(--background-color-9)}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-10{background-color:var(--background-color-10)}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-11{background-color:var(--background-color-11)}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-12{background-color:var(--background-color-12)}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-13{background-color:var(--background-color-13)}div[data-type=editor-block].table-block div[data-type=table-content]>table td.style-bg-color-14{background-color:var(--background-color-14)}div[data-type=editor-block].table-block div[data-type=table-content]>table.row-title>tbody>tr:first-child>td,div[data-type=editor-block].table-block div[data-type=table-content]>table.col-title td.col-title-item{background-color:#f7f8fa}div[data-type=editor-block].table-block div[data-type=table-content]>table.stripe:not(.row-title)>tbody>tr:nth-of-type(2n),div[data-type=editor-block].table-block div[data-type=table-content]>table.stripe.row-title>tbody>tr:nth-of-type(2n + 1){background-color:#f7f8fa}div[data-type=editor-block].table-block div[data-type=table-content]>table.no-border,div[data-type=editor-block].table-block div[data-type=table-content]>.no-border>tbody>tr>td{border:1px dashed;border-color:transparent}div[data-type=editor-block].table-block.focused div[data-type=table-content]>table.no-border,div[data-type=editor-block].table-block.focused div[data-type=table-content]>table.no-border>tbody>tr>td,div[data-type=editor-block].table-block.child-focused div[data-type=table-content]>table.no-border,div[data-type=editor-block].table-block.child-focused div[data-type=table-content]>table.no-border>tbody>tr>td{border-color:#b9bfc8}div[data-type=editor-block].table-block.full-selected>div[data-type=block-content]>.scroll-container-root>.scroll-container>.scroll-area>div[data-type=table-content]>table{background-color:var(--background-selection)}div[data-type=editor-block].table-block.full-selected>div[data-type=block-content]>.scroll-container-root>.scroll-container>.scroll-area>div[data-type=table-content]>table td,div[data-type=editor-block].table-block.full-selected>div[data-type=block-content]>.scroll-container-root>.scroll-container>.scroll-area>div[data-type=table-content]>table th,div[data-type=editor-block].table-block.full-selected>div[data-type=block-content]>.scroll-container-root>.scroll-container>.scroll-area>div[data-type=table-content]>table tr{background-color:transparent}div[data-type=editor-block].table-block div[data-type=table-content]>table tbody tr td.selected,div[data-type=editor-block].table-block div[data-type=table-content]>table.row-title tbody tr td.selected,div[data-type=editor-block].table-block div[data-type=table-content]>table.col-title tbody tr td.selected{background-color:var(--background-selection)}div[data-type=editor-block].table-block div[data-type=table-content]>table td div[data-type=editor-block].table-block div[data-type=table-content]>table{max-width:100%}.command-item.menu-item .table-creator{cursor:pointer;background-color:#fff;padding:0 5px}.command-item.menu-item .table-creator .table-creator-row{display:flex}.command-item.menu-item .table-creator .table-creator-row .table-creator-cell{width:16px;height:16px;margin:3px;border:solid 1px #ddd}.command-item.menu-item .table-creator .table-creator-row .table-creator-cell.active{background-color:#408cff}div.editor-root div.editor-content div[data-type=editor-container].root div[data-type=editor-block].table-block{margin-top:0}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color]{width:100%}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .bar-desc{display:none}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item{box-sizing:border-box;width:100%;height:32px;padding:5px 10px;display:flex;align-items:center;justify-content:space-between;color:var(--text-color)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-sub-indicator{display:flex;align-items:center;margin-left:5px}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-sub-indicator svg{height:16px;width:16px}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button{width:24px;height:24px;border:none;outline:none;cursor:pointer;border-radius:3px;position:relative;margin-left:20px}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="-1"]{position:relative;background-color:#fff;border:1px solid #e8e8e8}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="-1"]:after{transform:scale(1.2)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="-1"]:before{content:"";position:absolute;width:1px;height:56px;top:2px;left:22px;background-color:#c7c7c7;transform:rotate(45deg) scale(.5);transform-origin:-1px -2px}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="0"]{background-color:var(--background-color-0)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="1"]{background-color:var(--background-color-1)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="2"]{background-color:var(--background-color-2)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="3"]{background-color:var(--background-color-3)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="4"]{background-color:var(--background-color-4)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="5"]{background-color:var(--background-color-5)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="6"]{background-color:var(--background-color-6)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="7"]{background-color:var(--background-color-7)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="8"]{background-color:var(--background-color-8)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="9"]{background-color:var(--background-color-9)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="10"]{background-color:var(--background-color-10)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="11"]{background-color:var(--background-color-11)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="12"]{background-color:var(--background-color-12)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="13"]{background-color:var(--background-color-13)}div.tippy-box[data-theme=menu] .tippy-content div[data-id=cell-background-color] .cell-background-color-item .item-button[data-color-index="14"]{background-color:var(--background-color-14)}div.editor-root div.editor-content div[data-type=editor-container].root.select-all>.container-blocks>div[data-type=editor-block][data-block-type=table]{background-color:transparent}div.editor-root div.editor-content div[data-type=editor-container].root.select-all>.container-blocks>div[data-type=editor-block][data-block-type=table] table.row-title>tbody>tr:first-child>td,div.editor-root div.editor-content div[data-type=editor-container].root.select-all>.container-blocks>div[data-type=editor-block][data-block-type=table] table.col-title td.col-title-item{background-color:transparent}div.editor-root div.editor-content div[data-type=editor-container].root.select-all>.container-blocks>div[data-type=editor-block][data-block-type=table] table.stripe:not(.row-title)>tbody>tr:nth-of-type(2n),div.editor-root div.editor-content div[data-type=editor-container].root.select-all>.container-blocks>div[data-type=editor-block][data-block-type=table] table.stripe.row-title>tbody>tr:nth-of-type(2n + 1){background-color:transparent}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-block-type=table].comment,div.editor-root div.editor-content div[data-type=editor-container].child div[data-type=editor-block][data-block-type=table].comment{box-shadow:none}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-block-type=table].comment table,div.editor-root div.editor-content div[data-type=editor-container].child div[data-type=editor-block][data-block-type=table].comment table{box-shadow:0 2px #ffbd59}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-block-type=table].comment table table,div.editor-root div.editor-content div[data-type=editor-container].child div[data-type=editor-block][data-block-type=table].comment table table{box-shadow:none}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-block-type=table].comment.active,div.editor-root div.editor-content div[data-type=editor-container].child div[data-type=editor-block][data-block-type=table].comment.active{outline:none}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-block-type=table].comment.active table,div.editor-root div.editor-content div[data-type=editor-container].child div[data-type=editor-block][data-block-type=table].comment.active table{border-bottom:none;outline:4px solid #FFBD59}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-block-type=table].comment.active table table,div.editor-root div.editor-content div[data-type=editor-container].child div[data-type=editor-block][data-block-type=table].comment.active table table{box-shadow:none;outline:none}div.editor-root:not(.readonly) div[data-type=editor-block].table-block.locked-by-self>[data-type=block-content]:after,div.editor-root:not(.readonly) div[data-type=editor-block].table-block.locked-by-others>[data-type=block-content]:after{display:none}div.editor-root:not(.readonly) div[data-type=editor-block].table-block.locked-by-self>[data-type=block-content] div[data-type=table-content],div.editor-root:not(.readonly) div[data-type=editor-block].table-block.locked-by-others>[data-type=block-content] div[data-type=table-content]{position:relative}div.editor-root:not(.readonly) div[data-type=editor-block].table-block.locked-by-self>[data-type=block-content] div[data-type=table-content]:after,div.editor-root:not(.readonly) div[data-type=editor-block].table-block.locked-by-others>[data-type=block-content] div[data-type=table-content]:after{content:" ";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;z-index:1;background-color:#2d2d2e;opacity:.3}.editor-root .editor-content div[data-type=editor-block].table-block div[data-type=block-tools] .block-helper{right:calc(100% + 5px);top:35px}[data-command-bar-id=table-row-column-toolbar] .editor-command-bar.toolbar{padding:4px}div.comment-editor-root div[data-type=editor-block].table-block>div[data-type=block-content]{left:0px}div[data-command-bar-id=table-row-column-toolbar] .tippy-box .tippy-content button.command-item[data-id=delete-rows].selected,div[data-command-bar-id=table-row-column-toolbar] .tippy-box .tippy-content button.command-item[data-id=delete-columns].selected{background-color:#fff6f5}div[data-command-bar-id=table-row-column-toolbar] .tippy-box .tippy-content button.command-item[data-id=delete-rows].selected svg,div[data-command-bar-id=table-row-column-toolbar] .tippy-box .tippy-content button.command-item[data-id=delete-columns].selected svg{color:#eb3723}div[data-command-bar-id=table-cell-menu] .tippy-box .tippy-content .editor-command-bar.menu .command-item.selected[data-id=delete-select-row],div[data-command-bar-id=table-cell-menu] .tippy-box .tippy-content .editor-command-bar.menu .command-item.selected[data-id=delete-select-col]{color:#eb3723;background-color:#fff6f5}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block{counter-reset:code-line}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block.full-selected{background-color:var(--background-selection)}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block.editing-language div[data-type=block-tools] .code-block-header,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block.child-focused div[data-type=block-tools] .code-block-header,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block:hover div[data-type=block-tools] .code-block-header{opacity:1}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block.wrap>div[data-type=block-tools] .code-block-header button[data-id=wrap] *{color:var(--primary-color)}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block:not(.wrap)>div[data-type=block-content] div[data-type=editor-container].child{overflow-x:auto}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block:not(.wrap)>div[data-type=block-content] div[data-type=editor-container].child div[data-type=block-content]{word-break:keep-all;overflow:visible;white-space:pre}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block:not(.wrap)>div[data-type=block-content] div[data-type=editor-container].child div[data-type=block-content]>span.text,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block:not(.wrap)>div[data-type=block-content] div[data-type=editor-container].child div[data-type=block-content]>span.inputting-insertion{white-space:pre}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-tools] .code-block-header{opacity:0;transition:opacity .3s ease-in 0s;position:absolute;top:0;display:flex;padding-left:16px;padding-right:4px;align-items:center;left:0;right:0;height:32px}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-tools] .code-block-header .language-select{font-size:14px;color:#999;cursor:pointer;display:flex;align-items:center}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-tools] .code-block-header .language-select .arrow-icon{width:16px;height:16px}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-tools] .code-block-header .code-header-spacer{flex-grow:1}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-tools] .code-block-header .code-header-button{display:flex;justify-content:center;align-items:center;border:none;border-radius:2px;margin-left:4px;padding:0;background:none;outline:none;color:#c1c1c1}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-tools] .code-block-header .code-header-button:not(.disabled){cursor:pointer}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-tools] .code-block-header .code-header-button:not(.disabled):hover{color:#5587f0}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-tools] .code-block-header .code-header-button.disabled{cursor:not-allowed}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-tools] .code-block-header .code-header-button[data-id=caption]{margin-right:4px}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-tools] .code-block-header .code-header-button .button-icon{height:24px;display:flex;align-items:center;justify-content:center}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-tools] .code-block-header .code-header-button .button-icon>svg{width:24px;height:24px}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-tools] .code-block-header .code-header-button .button-label{margin-left:4px;font-size:14px}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-tools] .code-block-header .code-header-button[data-id=caption]{display:none}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block.full-selected>div[data-type=block-content]>div.editor-code-root>div.code-text-root{background-color:unset}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root{background-color:var(--background-code)}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container]{padding:32px 10px 24px 32px;border-radius:4px}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container].selected{background-color:var(--background-selection)}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] *{font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:14px}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block+div.text-block{margin-top:4px}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block:before,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block:before{content:counter(code-line);counter-increment:code-line;position:absolute;left:-48px;top:10px;z-index:1;margin-top:-4px;display:block;width:48px;padding-right:8px;text-align:right;color:#aaa;box-sizing:border-box;font-size:12px;font-weight:400;line-height:12px;letter-spacing:0;white-space:nowrap;opacity:1}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-comment,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-prolog,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-doctype,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-cdata,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-comment,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-prolog,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-doctype,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-cdata{color:#708090}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-punctuation,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-punctuation{color:#999}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-namespace,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-namespace{opacity:.7}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-property,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-tag,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-boolean,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-number,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-constant,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-symbol,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-deleted,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-property,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-tag,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-boolean,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-number,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-constant,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-symbol,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-deleted{color:#905}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-selector,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-attr-name,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-string,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-char,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-builtin,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-inserted,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-selector,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-attr-name,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-string,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-char,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-builtin,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-inserted{color:#690}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-operator,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-entity,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-url,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-string,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-operator,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-entity,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-url,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-string{color:#9a6e3a}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-atrule,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-attr-value,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-keyword,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-atrule,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-attr-value,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-keyword{color:#07a}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-function,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-class-name,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-function,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-class-name{color:#dd4a68}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-regex,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-important,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-variable,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-regex,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-important,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-variable{color:#e90}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-important,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-bold,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-important,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-bold{font-weight:700}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-italic,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-italic{font-style:italic}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.text-block>div[data-type=block-content] span.style-code-entity,.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-text-root>div.child[data-type=editor-container] div.code-line-block>div[data-type=block-content] span.style-code-entity{cursor:help}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-caption-root{padding:8px}.editor-root [data-type=editor-container].root div[data-type=editor-block].code-block>div[data-type=block-content]>div.editor-code-root>div.code-caption-root *{color:#aaa}div.editor-root.readonly .container-blocks div[data-block-type=code] div[data-type=block-tools] .code-block-header .code-header-button[data-id=wrap],div.editor-root.readonly .container-blocks div[data-block-type=code] div[data-type=block-tools] .code-block-header .code-header-button[data-id=caption]{display:none}div.editor-root.readonly .container-blocks div[data-block-type=code] div[data-type=block-tools] .code-block-header .language-select{cursor:default!important}div.editor-root.readonly .container-blocks div[data-block-type=code] div[data-type=block-tools] .code-block-header .language-select .arrow-icon{display:none}div.editor-root div.editor-content div[data-type=editor-container].root.select-all div[data-type=block-content]>div.editor-code-root>div.code-text-root{background-color:unset}div.comment-editor-root [data-type=editor-container].root div[data-type=editor-block].code-block{min-width:0}.editor-root:not(.mobile) [data-type=editor-container].root div[data-type=editor-block].code-block{min-width:360px}div.editor-root:not(.readonly) div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-align=center] [data-type=block-content][data-content-placeholder]:before{justify-content:center}div.editor-root:not(.readonly) div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-align=right] [data-type=block-content][data-content-placeholder]:before{justify-content:right}div.editor-root:not(.readonly) div.editor-content div[data-type=editor-container] div[data-type=editor-block] [data-type=block-content][data-title-placeholder]:before{position:absolute;left:0;top:0;right:0;bottom:0;content:attr(data-title-placeholder);color:#bebfc2}div.editor-root:not(.readonly) div.editor-content div[data-type=editor-container] div[data-type=editor-block] [data-type=block-content][data-content-placeholder]:before{position:absolute;left:0;top:0;right:0;bottom:0;content:attr(data-content-placeholder);color:#bebfc2;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex;align-items:center}div.editor-root:not(.readonly) div.editor-content div[data-type=editor-container] div[data-type=editor-block] [data-type=block-tools] .block-placeholder-container{pointer-events:none;position:absolute;left:0;top:0;right:0}div.editor-root.readonly div.editor-content div[data-type=editor-container] div[data-type=editor-block] [data-type=block-content][data-title-placeholder]:before{position:absolute;left:0;top:0;right:0;bottom:0;content:attr(data-title-placeholder-readonly);color:#c7c7c7}div.editor-root div.editor-content div[data-type=editor-block] [data-type=block-tools] .block-resizer{position:absolute;background-color:transparent;border:1px solid #0064ff;pointer-events:none;z-index:1;display:none}div.editor-root div.editor-content div[data-type=editor-block] [data-type=block-tools] .block-resizer.active{display:block}div.editor-root div.editor-content div[data-type=editor-block] [data-type=block-tools] .block-resizer .resize-gripper{position:absolute;width:10px;height:10px;background-color:#0064ff;border-radius:50%;pointer-events:all;outline:2px solid #fff}div.editor-root div.editor-content div[data-type=editor-block] [data-type=block-tools] .block-resizer .resize-gripper:before{content:"";position:absolute;top:-3px;left:-3px;width:16px;height:16px}div.editor-root div.editor-content div[data-type=editor-block] [data-type=block-tools] .block-resizer .resize-gripper.bottom{left:calc(50% - 5px);bottom:-5px;cursor:ns-resize}div.editor-root div.editor-content div[data-type=editor-block] [data-type=block-tools] .block-resizer .resize-gripper.top-left{left:-5px;top:-5px;cursor:nwse-resize}div.editor-root div.editor-content div[data-type=editor-block] [data-type=block-tools] .block-resizer .resize-gripper.top-right{right:-5px;top:-5px;cursor:nesw-resize}div.editor-root div.editor-content div[data-type=editor-block] [data-type=block-tools] .block-resizer .resize-gripper.bottom-left{left:-5px;bottom:-5px;cursor:nesw-resize}div.editor-root div.editor-content div[data-type=editor-block] [data-type=block-tools] .block-resizer .resize-gripper.bottom-right{right:-5px;bottom:-5px;cursor:nwse-resize}div.editor-root.readonly div.editor-content div[data-type=editor-block]>[data-type=block-tools] .block-resizer{display:none}.before-content,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].selected [data-type=block-content] .images .image-container.active:before,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].selected:not(.focused) [data-type=block-content] .images .image-container:before{content:" ";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;z-index:1;background-color:#0064ff;opacity:.1}.editor-root.readonly div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-splitter,.editor-root div.editor-content.dragging .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-splitter{visibility:hidden}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image]{display:flex}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].block-hidden{display:none}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image][data-style-align=left]{justify-content:flex-start}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image][data-style-align=center]{justify-content:center}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image][data-style-align=right]{justify-content:flex-end}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].hover [data-type=block-content]{outline:none}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].hover [data-type=block-content] .images .image-container.empty:hover,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].hover [data-type=block-content] .images .image-container.error:hover{outline:1px solid #0064ff}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].selected [data-type=block-content]:before{display:none}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].selected [data-type=block-content]{outline:none}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].selected [data-type=block-content] .images .image-container.active{cursor:zoom-in}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].selected [data-type=block-content] .images .image-container.active .image-warning{opacity:0;z-index:-1}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].multi [data-type=block-tools] .block-resizer{display:none}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image]:not(.multi) [data-type=block-content] .images.empty{min-height:400px}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content]{cursor:default}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images{width:100%;display:flex;align-items:flex-start}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-splitter{width:10px;flex-grow:0;flex-shrink:0;padding:0 4px;cursor:col-resize;height:100%}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-splitter .image-splitter-indicator{width:100%;height:100%}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-splitter:active .image-splitter-indicator,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-splitter:hover .image-splitter-indicator{background-color:#d9d9d9}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container{position:relative;flex:1;background-color:#f8f8f8;display:flex;min-height:inherit;overflow:hidden;border-radius:3px}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container:first-child:last-child{height:100%}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container img{max-width:100%;width:100%;height:auto}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container.empty .upload-image-icon{display:flex;color:#c7c7c7}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container.error{height:100%;outline:1px solid #dedede;border-radius:3px}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container.error img{display:none}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .load-error,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .upload-error{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;z-index:1}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .load-error .error-icon,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .upload-error .error-icon{display:flex;color:#c7c7c7}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .load-error .error-message,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .upload-error .error-message{display:flex;flex-direction:column;align-items:center;overflow:hidden}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .load-error .error-message .line-1,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .upload-error .error-message .line-1{margin-top:10px;font-size:18px;font-weight:500;color:#303030;height:26px;vertical-align:middle;line-height:26px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;flex-shrink:0}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .load-error .error-message .line-2,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .load-error .error-message .line-3,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .upload-error .error-message .line-2,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .upload-error .error-message .line-3{font-size:14px;color:#606060;vertical-align:middle;height:22px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;flex-shrink:0}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .load-error .error-message .line-2 a,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .load-error .error-message .line-3 a,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .upload-error .error-message .line-2 a,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .upload-error .error-message .line-3 a{text-decoration:none;color:#0064ff}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .load-error .line-3 a{display:inline-flex;align-items:center;text-decoration:none}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .load-error .line-3 a:after{content:" ";display:inline-block;width:16px;height:16px;margin-left:5px;background-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 2H3.5C2.94772 2 2.5 2.44772 2.5 3V13C2.5 13.5523 2.94772 14 3.5 14H13.5C14.0523 14 14.5 13.5523 14.5 13V10' stroke='%23338FE5'/%3E%3Cpath d='M14.5 2L9 7.5' stroke='%23338FE5'/%3E%3Cpath d='M8.5 2H14.5V8' stroke='%23338FE5'/%3E%3C/svg%3E%0A")}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .uploading-progress-mask{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#303030;opacity:.8;display:flex;align-items:center;justify-content:center}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .uploading-progress-mask .uploading-progress-bar{width:75%;height:6px;border-radius:3px;display:flex;background-color:#fff}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .uploading-progress-mask .uploading-progress-bar .uploading-progress-bar-value{background-color:#0064ff}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container .image-warning{position:absolute;right:5px;top:5px;color:#fff;background-color:#333;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:3px;z-index:2;transition:opacity linear .2s;opacity:.7}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container.empty{display:flex;flex-direction:column;align-items:center;outline:1px solid #dedede;border-radius:3px;justify-content:center;height:100%}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-content] .images .image-container.empty svg{width:48px;height:48px}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-tools] .drag-container{display:flex;box-sizing:content-box;pointer-events:none;position:fixed;z-index:100;background-color:#fff;border:1px solid #0064ff}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image] [data-type=block-tools] .drag-container .drag-target{width:100%}.editor-root[readonly=true] .image-splitter{visibility:hidden}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].comment{box-shadow:none}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].comment [data-type=block-content]{box-shadow:0 2px #ffbd59}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].comment.active{outline:none}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=image].comment.active [data-type=block-content]{box-shadow:none;outline:4px solid #FFBD59}.image-tooltip-align-style-section .style-icon{border:none;background:#fff;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding-left:0;padding-right:0;border-radius:3px}.image-tooltip-align-style-section .style-icon:hover{background:rgba(0,0,0,.05)}.image-tooltip-align-style-section .style-icon.active{color:#00f}.editor-root .editor-content div[data-type=editor-block].dragging div[data-type=block-tools] .block-helper{display:none;user-select:none}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper{position:absolute;right:100%;top:0;padding-right:5px;display:flex;align-items:center}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .helper-sizer{width:0;opacity:0;pointer-events:none}div[data-type=editor-block].block-exclusive:after{content:attr(data-exclusive-tips);position:absolute;top:0px;left:0px;width:100%;background:#F7F8FA;border-radius:var(--editor-border-radius);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:14px;line-height:22px;color:#87888a;text-align:center;padding:9px 0;z-index:1000}.editor-root:not(.readonly) div[data-type=editor-block].locked-by-self>[data-type=block-content],.editor-root:not(.readonly) div[data-type=editor-block].locked-by-others>[data-type=block-content]{position:relative}.editor-root:not(.readonly) div[data-type=editor-block].locked-by-self>[data-type=block-content]:after,.editor-root:not(.readonly) div[data-type=editor-block].locked-by-others>[data-type=block-content]:after{content:" ";position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;background-color:#2d2d2e;opacity:.3}.editor-root:not(.readonly) div[data-type=editor-block].locked-by-self.text-block>[data-type=block-content]:after,.editor-root:not(.readonly) div[data-type=editor-block].locked-by-self.locked-by-self>[data-type=block-content]:after,.editor-root:not(.readonly) div[data-type=editor-block].locked-by-others.text-block>[data-type=block-content]:after,.editor-root:not(.readonly) div[data-type=editor-block].locked-by-others.locked-by-self>[data-type=block-content]:after{pointer-events:none}.editor-root:not(.readonly) div[data-type=editor-block].locked-by-self.text-block>[data-type=block-content]:after,.editor-root:not(.readonly) div[data-type=editor-block].locked-by-others.text-block>[data-type=block-content]:after{outline:2px solid #303030}.editor-root{--selected-color: #e8e8e8}.editor-root .editor-content.dragging *{cursor:grabbing!important}.editor-root .editor-content.dragging div[data-type=editor-block] iframe{pointer-events:none}.editor-root .editor-content.dragging .block-button{opacity:0}.editor-root .editor-content .editor-drop-indicator{position:absolute;background-color:var(--primary-color);pointer-events:none;transition:top .1s linear,left .1s linear;z-index:1}.editor-root .editor-content div[data-type=editor-block].text-block.highlighted{outline:2px solid var(--background-selection);background-color:var(--background-selection)}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .block-button{width:24px;height:24px;cursor:pointer;margin:0;padding:0;display:flex;align-items:center;justify-content:center;background-color:#fff;border:none;border-radius:3px}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .block-button[data-type=move]{cursor:grab}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .block-button:hover{background-color:#00245a0a}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .block-button svg{width:16px;height:16px;color:#909090}.drag-image-container{position:fixed;z-index:100;box-shadow:0 3px 20px #00000026;background-color:#fff;opacity:.4}.drag-image-container.drag-placeholder{width:500px;height:200px;border:1px solid #dedede;border-radius:3px;background:#e8e8e8}.drag-image-container .drag-image{width:100%;display:none}.drag-image-container[data-status=loaded] .drag-image{display:block}.drag-image-container[data-status=loaded] .drag-loading{display:none}.drag-image-container-no-shadow{box-shadow:none;background:transparent}.editor-command-bar-root .editor-command-bar .command-item.menu-item{display:flex;align-items:center;flex:none}.editor-command-bar-root .editor-command-bar .command-item.menu-item .text-styles{padding:5px 10px;background-color:#fff}.editor-command-bar-root .editor-command-bar .command-item.menu-item .text-styles .text-style-section+.text-style-section{margin-top:5px}.editor-command-bar-root .editor-command-bar .command-item.menu-item .text-styles .text-style-section{display:grid;grid-template-columns:repeat(7,24px);grid-row-gap:10px;grid-column-gap:5px}.editor-command-bar-root .editor-command-bar .command-item.menu-item .text-styles .text-style-section .style-icon{height:24px;padding:0;margin:0;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;outline:none;cursor:pointer;border-radius:3px;color:#606060}.editor-command-bar-root .editor-command-bar .command-item.menu-item .text-styles .text-style-section .style-icon:hover{background-color:var(--selected-color)}.editor-command-bar-root .editor-command-bar .command-item.menu-item .text-styles .text-style-section .style-icon.active{color:#0064ff}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-anchor[data-id=paste-special-button-anchor]{z-index:unset}[data-command-bar-id=paste-special-button] .editor-command-bar.toolbar{padding:0}[data-command-bar-id=paste-special-button] .editor-command-bar.toolbar .command-item[data-dropdown=true]{padding-left:5px;padding-right:5px}.editor-find-dialog{--popover-input-border: 1px solid #cfd6e1;--editor-find-dialog-input-container-border-color: #cfd6e1;--editor-find-dialog-input-container-bg-color: transparent;--editor-border-radius-big: 3px;--editor-color: #07142a;--button-black-text-color: #333;--editor-find-dialog-button-color: #333;--editor-find-dialog-icon-button-color: #333;--editor-find-dialog-button-border-bg-color: rgba(255, 255, 255, .56);--editor-find-dialog-input-placeholder-color: #b9bfc8;--editor-find-dialog-button-disabled-color: #ccc !important;--editor-find-dialog-button-hover-color: rgba(150, 150, 150, .2);--editor-find-dialog-button-border: solid 1px #ccc;box-sizing:border-box;width:400px;background-color:var(--editor-find-dialog-bg-color);border:var(--editor-find-dialog-border);border-radius:var(--editor-border-radius-big);display:flex;padding:8px 8px 0 16px;align-items:flex-start;font-size:14px;font-family:var(--editor-font-family)}.editor-find-dialog .editor-find-content{display:flex;flex-direction:column;flex-grow:1;font-family:inherit}.editor-find-dialog .editor-find-dialog-row{display:flex;margin-bottom:8px;align-items:center}.editor-find-dialog .editor-find-dialog-label{width:80px;color:#2d2d2e;font-weight:500;flex-grow:0;flex-shrink:0;align-self:center}.editor-find-dialog .editor-find-dialog-input-container{border:var(--popover-input-border);border-color:var(--editor-find-dialog-input-container-border-color);background-color:var(--editor-find-dialog-input-container-bg-color);border-radius:var(--editor-border-radius-big);flex-grow:1;display:flex;padding:2px;align-items:center;height:32px;box-sizing:border-box}.editor-find-dialog .editor-find-dialog-input-container:hover{border:1px solid #0064ff}.editor-find-dialog .editor-find-dialog-input-container:focus{border:1px solid #0064ff;box-shadow:0 0 0 2px #0064ff33}.editor-find-dialog .editor-find-dialog-input{border:none;flex-grow:1;width:80px;outline:none;background-color:transparent;color:var(--editor-color)}.editor-find-dialog .editor-find-dialog-input::placeholder{color:var(--editor-find-dialog-input-placeholder-color);opacity:1}.editor-find-dialog .editor-find-dialog-prev{width:24px}.editor-find-dialog .editor-find-dialog-curr{flex-grow:0;text-align:center;flex-shrink:1;display:flex;align-items:center;margin-bottom:2px}.editor-find-dialog .editor-find-dialog-next{width:24px}.editor-find-dialog .editor-find-dialog-icon-button{cursor:pointer;border-radius:4px;color:#2d2d2e;background-color:var(--editor-find-dialog-button-border-bg-color);border:none;display:flex;flex-direction:row;align-items:center;padding:0}.editor-find-dialog .editor-find-dialog-icon-button:hover{color:#0064ff}.editor-find-dialog .editor-find-dialog-icon-button:active{color:#0053cf}.editor-find-dialog .editor-find-dialog-button{padding:4px 15px;cursor:pointer;background:#ffffff;border:1px solid #bebfc2;color:#575859;margin:0 4px;font-family:inherit;line-height:20px;border-radius:3px}.editor-find-dialog .editor-find-dialog-button.icon-button{width:32px;height:32px}.editor-find-dialog .editor-find-dialog-button:enabled:hover{color:#0064ff;background:#e3eeff;border:1px solid #0064ff}.editor-find-dialog .editor-find-dialog-button:enabled:active{color:#0053cf;background:#cfe2ff;border:1px solid #0053cf}.editor-find-dialog .editor-find-dialog-button:last-of-type{margin-right:0}.editor-find-dialog .editor-find-dialog-primary-button{color:#fff;background:#0064ff;border:1px solid #0064ff;transition:ease-in .1s}.editor-find-dialog .editor-find-dialog-primary-button:enabled:hover{color:#fff;background:#408cff;border:1px solid #408cff}.editor-find-dialog .editor-find-dialog-primary-button:enabled:active{color:#fff;background:#0053cf;border:1px solid #0053cf}.editor-find-dialog .editor-find-dialog-action{margin:12px 0 20px}.editor-find-dialog .editor-find-dialog-button:disabled{color:#575859;background:#dfe1e5;opacity:.5;border:1px solid #bebfc2;cursor:not-allowed}.editor-find-dialog .editor-find-dialog-primary-button:disabled{color:#fff;background:#0064ff;opacity:.5;border:1px solid #0064ff}.editor-find-dialog .editor-find-dialog-button svg{fill:currentColor}.editor-find-dialog .editor-find-dialog-space{flex-grow:1}.editor-find-dialog .editor-find-dialog-icon-button-border{margin:0 0 0 8px;cursor:pointer;border-radius:4px;color:#575859;border:var(--editor-find-dialog-button-border);background-color:var(--editor-find-dialog-button-border-bg-color);padding:0;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.editor-find-dialog .editor-find-dialog-icon-button-border:hover{background:#e3eeff;border:1px solid #0064ff}.editor-find-dialog .editor-find-dialog-icon-button-border:active{background:#cfe2ff;border:1px solid #0053cf}.editor-find-dialog .editor-find-dialog-button-close{margin:0 0 0 8px;cursor:pointer;border-radius:4px;color:#2d2d2e;background-color:var(--editor-find-dialog-button-border-bg-color);border:none;padding:0;width:32px;height:32px;display:flex;justify-content:center;align-items:center}.editor-find-dialog .editor-find-dialog-button-close:hover{color:#0064ff}.editor-find-dialog .editor-find-dialog-button-close:active{color:#0053cf}.editor-find-dialog .editor-find-dialog-icon-button-border svg,.editor-find-dialog .editor-find-dialog-button-close svg{fill:currentColor}.editor-find-dialog .editor-highlight{pointer-events:none}.editor-find-dialog .editor-highlight .editor-highlight-child{opacity:.1;position:absolute;background-color:#eb3723}.editor-find-dialog .editor-highlight.active .editor-highlight-child{opacity:.3;position:absolute;background-color:#eb3723}.editor-find-dialog .editor-search-result-highlight{opacity:.6;pointer-events:none}.editor-find-dialog .editor-search-result-highlight .editor-highlight-child{position:absolute;background-color:#40e0d0}.editor-find-dialog .editor-find-dialog-status{display:flex}.editor-highlight{pointer-events:none}.editor-highlight .editor-highlight-child{opacity:.1;position:absolute;background-color:#eb3723}.editor-highlight.active .editor-highlight-child{opacity:.3;position:absolute;background-color:#eb3723}.editor-search-result-highlight{opacity:.6;pointer-events:none}.editor-search-result-highlight .editor-highlight-child{position:absolute;background-color:#40e0d0}.editor-find-dialog-status{display:flex}:root .iframe-embed-auth-error-tips{width:100%;height:34px;line-height:34px;background-color:#f7f8fa;text-align:center;color:#bebfc2;z-index:9910;position:fixed;top:0;left:0;box-shadow:0 2px 4px #2d2d2e26,0 0 1px #2d2d2e1a}:root .iframe-embed-auth-error-tips span{cursor:pointer;color:#0064ff;user-select:none}body>div.editor-context-menu[data-tippy-root].zh-CN{min-width:200px}body>div.editor-context-menu[data-tippy-root].en-US,body>div.editor-context-menu[data-tippy-root].ja-JP{min-width:200px}body>div.editor-context-menu[data-tippy-root]>div.tippy-box>div.tippy-content{padding:0}body>div.editor-context-menu[data-tippy-root] .editor-command-bar.menu>div.command-item{cursor:pointer}body>div.editor-context-menu[data-tippy-root] .editor-command-bar.menu>div.command-item.disabled{cursor:not-allowed}body>div.editor-context-menu[data-tippy-root] .editor-command-bar.menu>div.command-item.disabled>div.item-subtext{color:#c7c7c7}body>div.editor-context-menu[data-tippy-root] .editor-command-bar.menu>div.command-item>div.item-subtext{margin-left:10px}.comment-editor{font-size:14px;border:1px solid #c7c7c7;border-radius:3px;padding:1px 10px;margin:6px 10px 0}.comment-editor:after{content:"";height:0;display:block;clear:both}.comment-editor-root{max-width:100%;display:inline-block;min-width:calc(100% - 40px);padding-top:2px}.comment-editor-root div.editor-root div.editor-content{padding:0}.comment-editor-root div.editor-root div.editor-content>div[data-type=editor-container].root>div.container-blocks>*+*{margin-top:0}.comment-editor-img{float:right;color:#c1c1c1;padding:0;margin-top:2px;width:24px;height:24px;justify-content:center}.comment-editor-root:not(.comment-editor-readonly) .editor-root .editor-content [data-type=editor-block]:not([data-block-type=text]){width:224px}.comment-editor-editing{border:1px solid #0064ff}.comment-editor-readonly{border:none;padding-left:calc(var(--editor-comment-avatar-width, 22px) + 5px);margin:0}.comment-editor-readonly .comment-editor-img{display:none}.comment-item-root{position:relative}.comment-item-root:not(.last-comment-item):before{content:" ";display:block;position:absolute;left:10px;width:1px;background-color:#dfe1e5;overflow:hidden;opacity:.8;top:21px;bottom:-12px;transform:scaleX(.5)}.comment-item-root .item-head{padding:0;position:relative;display:flex;align-items:center}.comment-item-root .item-head-avatar{margin-right:5px;width:var(--editor-comment-avatar-width, 22px);height:var(--editor-comment-avatar-width, 22px);border-radius:100%}.comment-item-root .item-head-avatar-string{display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;background-color:var(--comment-avatar-color);flex-shrink:0}.comment-item-root .item-head-username{font-size:var(--editor-comment-username-font-size, 12px);color:#2d2d2e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comment-item-root .item-head-modified{margin-left:10px;font-size:12px;color:#87888a;flex-grow:1;white-space:nowrap}.comment-item-root .item-head-tools{display:flex;align-items:center;visibility:hidden}.comment-item-root .item-head-tools .editor-text-button{color:#2d2d2e}.comment-item-root .item-head-tools .editor-text-button:hover{color:#0064ff}.comment-item-root .item-head-tools .editor-text-button svg{width:20px;height:20px}.comment-item-root .item-head-tools.active{visibility:visible}.comment-item-root .item-actions{margin-top:10px;display:flex;justify-content:flex-end;padding:0 10px}.comment-item-root .item-actions .editor-button{padding:4px 10px;line-height:1}.comment-item-root .item-actions.hidden{display:none}.comment-item-root:hover:not(.comment-item-editing) .item-head-tools{visibility:visible}.comment-item-root.readonly .item-head-tools{display:none}.mobile-comment-item{margin-top:4px;background-color:var(--editor-comment-layer-bg-color);padding-bottom:20px;color:var(--editor-comment-username-color)}.mobile-comment-item .item-head{padding:12px;display:flex;align-items:center}.mobile-comment-item .item-head-avatar{width:var(--editor-comment-avatar-size);height:var(--editor-comment-avatar-size);flex-grow:0}.mobile-comment-item .item-head-username{margin-left:12px}.mobile-comment-item .item-head-modified{margin-left:12px;color:#999}.mobile-comment-item .item-editor .comment-editor-readonly{padding-left:18px}.mini-comment-item{position:relative;line-height:16px;width:20px;height:16px;text-align:center;font-size:12px;border-radius:1px;background-color:var(--editor-comment-active-color, #FFC328);color:var(--editor-comment-mini-text-color, #ffffff);cursor:pointer}.mini-comment-item:after{content:"";position:absolute;left:50%;bottom:-4px;width:6px;height:6px;background-color:var(--editor-comment-active-color, #FFC328);border-radius:1px;transform:matrix(.71,.61,.82,-.71,0,0) translate(-50%);z-index:-1}.comment-quick-reply .quick-reply-button{color:#575859;font-size:12px}.comment-quick-reply .quick-reply-button.editor-text-button:hover{color:var(--text-button-color-hover, #0064ff);background-color:var(--text-button-bg-color-hover, transparent)}.comment-quick-reply .quick-reply-button.editor-text-button:active{color:#0053cf;background-color:var(--text-button-bg-color-hover, transparent)}.comment-quick-reply .quick-reply-editor{display:none}.comment-quick-reply .quick-reply-editor .reply-editor-actions{display:flex;justify-content:flex-end;margin-top:10px;padding:0 10px}.comment-quick-reply .quick-reply-editor .reply-editor-actions .editor-button{padding:4px 10px;line-height:1}.comment-quick-reply.hidden,.comment-quick-reply.reply-editor-editing .quick-reply-button{display:none}.comment-quick-reply.reply-editor-editing .quick-reply-editor{display:block}:root{--editor-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Robot, "Helvetica Neue", Helvetica, Arial, sans-serif;--editor-comment-layer-bg-color: #ffffff;--editor-comment-group-bg-color: #ffffff;--comment-root-border-color: #eaeaea;--editor-comment-layer-active-border-color: #cecece;--editor-box-shadow: 0px 3px 20px rgba(0, 0, 0, .15);--editor-comment-quote-color: #909090;--editor-comment-switch-button-width: 12px;--editor-comment-active-color: #ffc328;--editor-bg-color: #ffffff;--wiz-editor-z-comment-head: 11;--text-button-color-hover: #5587f0;--editor-comment-username-color: #07142a;--editor-comment-avatar-size: 32px}.disabled-scroll{overflow:hidden}.editor-root .editor-content div[data-type=editor-block].text-block.comment{box-shadow:none}.editor-root .editor-content div[data-type=editor-block].text-block.comment>div[data-type=block-content]>span{border-bottom:2px solid #FFBD59}.editor-root .editor-content div[data-type=editor-block].text-block.comment.active{box-shadow:none;outline:none}.editor-root .editor-content div[data-type=editor-block].text-block.comment.active>div[data-type=block-content] span{background-color:#ffbd59}.editor-root .editor-content div[data-type=editor-block] span.text.comment,.editor-root .editor-content div[data-type=editor-block] span[data-type=editor-box].comment{border-bottom:2px solid #FFBD59}.editor-root .editor-content div[data-type=editor-block] span.text.comment.active,.editor-root .editor-content div[data-type=editor-block] span[data-type=editor-box].comment.active{background-color:#fff0d9}.editor-root .editor-content div[data-type=editor-block].comment{box-shadow:0 2px #ffbd59}.editor-root .editor-content div[data-type=editor-block].comment.active{box-shadow:none;outline:4px solid #FFBD59}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-comment-button{all:unset;position:absolute;right:-28px;top:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:3px;color:#07142a;cursor:pointer}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-comment-button:hover{background:#eaeaea}.editor-web-comment-root{position:absolute;right:0;width:300px;top:0;bottom:0;transition:width .16s ease-in;will-change:width;font-family:var(--editor-font-family)}.editor-web-comment-root .comment-groups-container .comment-group-item-root{position:absolute;left:50%;right:0;width:284px;padding:0 10px 10px;transform:translate(-50%);background-color:var(--editor-comment-group-bg-color);border-radius:2px;border-color:var(--editor-comment-layer-active-border-color);box-shadow:var(--editor-box-shadow)}.editor-web-comment-root .comment-groups-container .comment-group-item-root:not(.no-animation){transition:top .2s ease-in,opacity .35s ease-in}.editor-web-comment-root .comment-groups-container .comment-group-item-root:before{content:"";position:absolute;left:0;right:0;height:6px;background-color:#fff;border-radius:2px 2px 0 0;z-index:29}.editor-web-comment-root .comment-groups-container .comment-group-item-root .comment-item-head{display:flex;align-items:center;justify-content:space-between}.editor-web-comment-root .comment-groups-container .comment-group-item-root .comment-item-head .item-head-quote{box-sizing:content-box;font-size:12px;line-height:20px;height:20px;color:#87888a;padding-bottom:10px;padding-top:10px;padding-right:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;max-width:calc(100% - 80px)}.editor-web-comment-root .comment-groups-container .comment-group-item-root .comment-item-head .item-head-quote:before{content:"";display:block;width:2px;height:12px;background-color:#d4d6d9;margin-right:6px;float:left;border-radius:10px;margin-top:4px}.editor-web-comment-root .comment-groups-container .comment-group-item-root .comment-item-head .item-head-switch{display:flex;align-items:center;height:22px;visibility:hidden}.editor-web-comment-root .comment-groups-container .comment-group-item-root .comment-item-head .item-head-switch .editor-text-button{padding:0;width:var(--editor-comment-switch-button-width);margin:3px 0;color:#606060}.editor-web-comment-root .comment-groups-container .comment-group-item-root .comment-item-head .item-head-switch .editor-text-button[data-button-id=switch-up]{margin-right:16px}.editor-web-comment-root .comment-groups-container .comment-group-item-root .comment-item-head .item-head-switch .editor-text-button:not(.disabled):hover{color:var(--text-button-color-hover)}.editor-web-comment-root .comment-groups-container .comment-group-item-root .comment-item-head .item-head-switch .editor-text-button.disabled{color:#60606080;cursor:not-allowed}.editor-web-comment-root .comment-groups-container .comment-group-item-root.active:before{background-color:#f59300}.editor-web-comment-root .comment-groups-container .comment-group-item-root.active .item-head-switch{visibility:visible}.editor-web-comment-root .comment-groups-container .comment-group-item-root.readonly .comment-quick-reply{display:none}.editor-mobile-comments-root{position:fixed;left:0;right:0;bottom:0;top:0;overflow:hidden;z-index:11}.editor-mobile-comments-root .mobile-comment-mask{position:absolute;left:0;right:0;bottom:0;top:0;background-color:#00000073}.editor-mobile-comments-root .mobile-comment-groups-container{position:absolute;width:100%;height:100vh;z-index:1;overflow:hidden}.editor-mobile-comments-root .mobile-comment-groups-container .mobile-comment-groups-scroll-container{padding:0 12px}.editor-mobile-comments-root .mobile-comment-pull-info-container{position:absolute;right:0;left:0;bottom:100px;z-index:2;text-align:center;display:none}.editor-mobile-comments-root .mobile-comment-pull-info-container .mobile-comment-pull-info{display:inline-block;padding:12px;border-radius:36px;margin:0 auto;background-color:#000c;color:#fff;font-size:12px;opacity:0;transition:opacity .25s cubic-bezier(.65,.05,.36,1)}.editor-mobile-comments-root .mobile-comment-pull-info-container.active{display:block}.editor-mobile-comments-root .mobile-comment-pull-info-container.active .mobile-comment-pull-info{opacity:1}.editor-mobile-comments-root .mobile-group-item-root{margin:0 auto;width:100%;height:100vh;overflow:hidden}.editor-mobile-comments-root .mobile-group-item-root .mobile-group-item{min-height:calc(100vh + 1px);padding-bottom:50px}.editor-mobile-comments-root .mobile-group-item-root .mobile-group-item-space{height:50vh}.editor-mobile-comments-root .mobile-group-item-root .mobile-group-item-abstract{background-color:var(--editor-comment-layer-bg-color);padding:12px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-mini-comment-root{position:absolute;right:0;top:0;bottom:0;width:48px;border-left:1px solid #f0f0f0;transition:width .16s ease-in;will-change:width;font-family:var(--editor-font-family);border:none;background-color:transparent;z-index:11}.editor-mini-comment-root .comment-groups-container{width:100%;height:100%}.editor-mini-comment-root .comment-groups-container .mini-group-item{position:absolute;top:0;left:50%;margin-left:-10px;transition:top .2s cubic-bezier(.65,.05,.36,1)}:is(.editor-web-comment-root,.editor-mobile-comments-root,.editor-mini-comment-root).hidden{display:none}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content] [data-box-type=file] span[data-type=box-content]{margin:0}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content] [data-box-type=file] span[data-type=box-content] span.file-icon{color:#5587f0;display:inline-flex;vertical-align:text-bottom}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content] [data-box-type=file] span[data-type=box-content] span.file-icon svg{width:18px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content] [data-box-type=file] span[data-type=box-content] .file-name{color:var(--primary-color);padding:0;border-radius:12px;margin-right:4px;white-space:wrap;word-break:break-all;cursor:pointer}div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office]{justify-content:start}div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office].hover [data-type=block-content]{border-radius:3px}div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content]{max-width:360px;height:48px;cursor:pointer}div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root{display:flex;align-items:center;max-width:100%;background-color:#f5f6f7;border-radius:3px}div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root:before{border-radius:3px}div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root .file-details{display:flex;flex-direction:column;justify-content:center;font-size:14px;flex-grow:1}div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root .file-details .file-name{color:#1f2329;max-width:185px;display:flex;flex-direction:row;align-items:center;white-space:nowrap}div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root .file-details .file-size{color:#646a73;font-size:12px;margin-top:2px}div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root .file-details .file-name-pre{text-overflow:ellipsis;overflow:hidden}div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root .file-actions button{width:34px;height:34px;background-color:#fff;border:1px solid #dee0e3;border-radius:50%;margin:0 8px;padding:0;background-repeat:no-repeat;background-position:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root .file-actions button svg{width:16px;height:16px}div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root .file-icon{display:flex;flex-direction:row;align-items:center;width:36px;height:36px;margin:6px 6px 6px 12px}div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root .file-icon>svg{width:24px;height:24px}div.editor-root:not(.mobile) div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content]{min-width:360px}div.editor-root:not(.mobile) div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root{min-width:360px}:root{--editor-version-button-border: black;--editor-bg-color: #ffffff;--editor-version-list-bg-color: white;--editor-version-select-bg-color: #F0F6FF}.version-dialog{display:flex;background-color:var(--editor-bg-color);width:100%;height:100%;color:var(--editor-color)}.version-dialog *{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;box-sizing:border-box}.version-dialog.loading .version-viewer .version-info-container{display:none}.version-dialog .version-loading{display:flex;flex:1;align-items:center;justify-content:center}.version-dialog .version-loading svg{width:28px;height:28px}.version-dialog .version-item-latest{color:#0064ff;background-color:#e3eeff;height:20px;padding:0 5px;border-radius:3px;display:inline-flex;align-items:center;font-size:12px;font-weight:400;margin-left:10px}.version-dialog .version-viewer{flex:1;display:flex;flex-direction:column;width:0;padding:0;min-width:0}.version-dialog .version-viewer .version-dialog-editor{overflow-y:auto}.version-dialog .version-viewer .version-info-container{height:50px;border-bottom:#e8e8e8 1px solid;display:flex;align-items:center;flex-shrink:0;padding-left:20px;font-size:14px;color:#303030}.version-dialog .version-viewer .version-info-container .version-info-right .text-3{color:#909090}.version-dialog .version-viewer .version-info-container .version-info-left{display:flex;align-items:center}.version-dialog .version-viewer .version-info-container .version-info-left .text-1,.version-dialog .version-viewer .version-info-container .version-info-left .text-2{color:#909090}.version-dialog .version-viewer .version-info-container .version-info-left .name{padding-left:5px;padding-right:10px;font-weight:500}.version-dialog .version-viewer .version-info-container .version-info-left .name .version-item-latest{margin-left:5px}.version-dialog .version-viewer .version-info-container .editor-dropdown{margin-left:10px;margin-right:10px}.version-dialog .version-viewer .version-info-container .command-item[data-id=current-version]{min-width:200px;border:1px solid #f0f0f0}.version-dialog .version-viewer .version-info-container .command-item[data-id=current-version] .toolbar-item-name-container{flex-grow:1}.version-dialog .version-viewer .dialog-button-text{margin-top:1px;margin-left:-4px}.version-dialog .version-viewer .dialog-text-button{outline:none;background:transparent;border:none;display:flex;align-items:center;color:var(--editor-color);font-size:16px;font-weight:500;padding:4px 0;cursor:pointer}.version-dialog .version-viewer .dialog-text-button .dialog-button-icon{margin-right:0;width:24px;height:24px}.version-dialog .version-viewer .dialog-text-button .dialog-button-icon svg{fill:currentColor}.editor-root.history .root-container .editor-block .text-element .inline-plugin.editor-box-loading{display:none}.editor-root.history .editor-content{padding:30px 75px}.editor-root.history .history-inserted-block[data-type=editor-block] [data-type=block-content]{border:4px solid var(--op-selected-color)}.editor-root.history .history-inserted-block[data-type=editor-block]{position:relative}.editor-root.history .history-inserted-block[data-type=editor-block]:hover:after{content:attr(data-op-description);position:absolute;top:-26px;left:0;line-height:24px;background-color:var(--op-color);min-width:20px;opacity:1;color:#fff;padding:0 8px;z-index:10;font-size:14px;font-weight:400;white-space:nowrap;border-radius:3px}.editor-root.history .history-inserted-block[data-type=editor-block].table-block table{border:4px solid var(--op-selected-color)}.editor-root.history .history-inserted-block[data-type=editor-block].table-block table .child{pointer-events:none}.editor-root.history .history-inserted-block[data-type=editor-block].table-block{position:relative}.editor-root.history .history-inserted-block[data-type=editor-block].table-block:hover:after{content:attr(data-op-description);position:absolute;top:-26px;left:0;line-height:24px;background-color:var(--op-color);min-width:20px;opacity:1;color:#fff;padding:0 8px;z-index:10;font-size:14px;font-weight:400;white-space:nowrap;border-radius:3px}.editor-root.history .history-inserted-block[data-type=editor-block].table-block:hover:after{top:0}.editor-root.history .history-deleted-block [data-type=block-content]{border:4px solid var(--op-selected-color)}.editor-root.history .history-deleted-block [data-type=block-content]{position:relative}.editor-root.history .history-deleted-block [data-type=block-content]:after,.editor-root.history .history-deleted-block [data-type=block-content]:before{content:" ";position:absolute;display:flex;z-index:2000;color:var(--op-color);justify-items:center;align-items:center;justify-content:center;align-content:center;pointer-events:none;overflow:visible;max-width:100%;max-height:100%;left:calc(50% - 16px);top:calc(50% - 2px);width:32px;height:4px;background-color:var(--op-color);transform:rotate(45deg);opacity:1}.editor-root.history .history-deleted-block [data-type=block-content]:before{transform:rotate(135deg)}.editor-root.history .history-deleted-block{position:relative}.editor-root.history .history-deleted-block:hover:after{content:attr(data-op-description);position:absolute;top:-26px;left:0;line-height:24px;background-color:var(--op-color);min-width:20px;opacity:1;color:#fff;padding:0 8px;z-index:10;font-size:14px;font-weight:400;white-space:nowrap;border-radius:3px}.editor-root.history .history-deleted-block.history-deleted-box{background-color:unset!important;text-decoration:unset!important}.editor-root.history .history-deleted-block.history-deleted-box:hover:after{opacity:0}.editor-root.history .history-inserted-text{line-height:revert!important;background-color:var(--op-selected-color)}.editor-root.history .history-inserted-text{position:relative}.editor-root.history .history-inserted-text:hover:after{content:attr(data-op-description);position:absolute;top:-26px;left:0;line-height:24px;background-color:var(--op-color);min-width:20px;opacity:1;color:#fff;padding:0 8px;z-index:10;font-size:14px;font-weight:400;white-space:nowrap;border-radius:3px}.editor-root.history .history-deleted-box{background-color:var(--op-selected-color);text-decoration:line-through}.editor-root.history .history-deleted-box{position:relative}.editor-root.history .history-deleted-box:hover:after{content:attr(data-op-description);position:absolute;top:-26px;left:0;line-height:24px;background-color:var(--op-color);min-width:20px;opacity:1;color:#fff;padding:0 8px;z-index:10;font-size:14px;font-weight:400;white-space:nowrap;border-radius:3px}.editor-root.history [data-box-type=history-deleted-box]>span[data-type=box-content]{border:none!important;margin:0!important}.editor-root.history [data-type=editor-block].table-block div[data-type=block-content]{overflow-x:revert}.editor-dialog-root{position:absolute;left:0;top:0;bottom:0;right:0;background-color:#639;z-index:100}.size-limit-textarea{display:inline-block;position:relative}.size-limit-textarea .size-limit-textarea-input{width:100%;resize:none;overflow:hidden;color:#303030;outline:none;border:1px solid #f0f0f0;border-radius:3px}.size-limit-textarea .size-limit-textarea-input:focus,.size-limit-textarea .size-limit-textarea-input:hover{border-color:#0064ff}.size-limit-textarea .size-limit-textarea-input:focus{box-shadow:0 0 0 2px #338fe533}.size-limit-textarea .size-limit-textarea-warning{position:absolute;right:0;bottom:10px;color:#909090;z-index:1;font-size:12px;pointer-events:none}.version-list-root{width:350px;background:var(--editor-version-list-bg-color);overflow-y:auto;padding:0;border-left:#e8e8e8 1px solid;display:flex;flex-direction:column}.version-list-root .version-list-header{padding:0 6px 0 20px;font-size:14px;display:flex;align-items:center;margin-top:8px;margin-bottom:8px;flex-shrink:0;color:#909090}.version-list-root .version-list-header .version-count{flex-grow:1}.version-list-root .version-list-header .version-list-filter .editor-command-bar.toolbar .command-item{cursor:pointer}.version-list-root .version-list-header .version-list-filter .editor-command-bar.toolbar .command-item .toolbar-item-dropdown-container{margin-left:5px}.version-list-root .version-list-header .version-list-filter .editor-command-bar.toolbar .command-item:not(.disabled):hover{color:#0064ff}.version-list-root .version-list-header .version-list-filter .editor-command-bar.toolbar .command-item.selected:not(.disabled){background-color:transparent}.version-list-root .version-list-empty{height:100%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#909090}.version-list-root .version-list-content{flex-grow:1;overflow-y:auto}.version-list-root .version-list-content .version-item{padding:15px 10px;cursor:pointer}.version-list-root .version-list-content .version-item:not(:last-child):after{content:"";display:block;position:relative;top:15px;border-bottom:1px solid #e8e8e8}.version-list-root .version-list-content .version-item:not(:last-child):hover:after,.version-list-root .version-list-content .version-item:not(:last-child).active:after{left:-10px;width:106%}.version-list-root .version-list-content .version-item.child{padding-left:32px}.version-list-root .version-list-content .version-item:not(.active):hover{background:#f8f8f8}.version-list-root .version-list-content .version-item.active{background-color:var(--editor-version-select-bg-color)}.version-list-root .version-list-content .version-item.active .version-item-title .version-actions{display:flex}.version-list-root .version-list-content .version-item.active .version-item-title .version-item-date{color:#0064ff}.version-list-root .version-list-content .version-item.editing .version-item-memo{display:none}.version-list-root .version-list-content .version-item.active .version-item-memo{cursor:text}.version-list-root .version-list-content .version-item.active .version-item-memo:hover{outline:1px solid #0064ff}.version-list-root .version-list-content .version-item .version-item-restore-from{color:#87888a;font-size:12px;line-height:1.5em;height:20px;padding:0 10px 10px}.version-list-root .version-list-content .version-item .version-item-restore-from:empty{display:none}.version-list-root .version-list-content .version-item .memo-input.size-limit-textarea{width:100%;min-height:60px;display:flex;margin-top:5px}.version-list-root .version-list-content .version-item .memo-input.size-limit-textarea textarea{line-height:22px;padding:4px 9px;box-sizing:border-box;font-size:14px}.version-list-root .version-list-content .version-item .version-item-title{display:flex;align-items:center;padding-left:10px;padding-right:10px;height:24px}.version-list-root .version-list-content .version-item .version-item-title .version-item-date{font-size:14px;font-weight:500;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#2d2d2e}.version-list-root .version-list-content .version-item .version-item-title .spacer{flex-grow:1}.version-list-root .version-list-content .version-item .version-item-title .version-actions{display:none}.version-list-root .version-list-content .version-item .version-item-title .version-actions button{display:flex;align-items:center;justify-content:center;height:16px;cursor:pointer;border:none;outline:none;background:transparent;padding:0 0 0 10px;color:#909090}.version-list-root .version-list-content .version-item .version-item-title .version-actions button:hover{color:#0064ff}.version-list-root .version-list-content .version-item .version-item-title .version-actions button.disabled,.version-list-root .version-list-content .version-item .version-item-title .version-actions button.disabled:hover{color:#c7c7c7}.version-list-root .version-list-content .version-item .version-item-title .version-actions .revert-button{border-left:1px solid #e8e8e8;margin-left:10px}.version-list-root .version-list-content .version-item .version-item-authors{list-style:none;margin:0;font-size:12px;padding-left:10px}.version-list-root .version-list-content .version-item .version-item-author{display:flex;margin-top:10px;color:#606060;line-height:22px}.version-list-root .version-list-content .version-item .version-item-author .version-item-author-name{color:#575859}.version-list-root .version-list-content .version-item .version-item-author-mark{width:6px;height:6px;border-radius:3px;margin-right:5px;flex-shrink:0;margin-top:8px}.version-list-root .version-list-content .version-item .version-item-memo{font-size:14px;color:#303030;padding:5px 10px;border-radius:3px;margin-top:5px;line-height:22px}.version-list-root .version-list-content .version-item .version-item-memo:empty{display:none}.versions-dropdown-header{color:var(--text-color);padding:10px;border-bottom:1px solid #f0f0f0}.versions-dropdown-header .versions-dropdown-header-info{font-family:PingFang SC;color:#909090}.versions-dropdown-header .versions-dropdown-header-icon{display:inline-flex;vertical-align:middle;height:19px;padding-left:5px;padding-right:5px;cursor:pointer;color:#909090}.versions-dropdown-header .versions-dropdown-header-icon svg{vertical-align:baseline}.editor-command-bar.menu .command-item.standard[data-id=prev-version]{height:44px}[data-command-bar-id=versions-dropdown-popup]{width:320px;font-family:inherit}[data-command-bar-id=versions-dropdown-popup] .tippy-box{color:var(--text-color);line-height:normal}[data-command-bar-id=versions-dropdown-popup] .tippy-box .version-item-empty{width:100%}[data-command-bar-id=versions-dropdown-popup] .tippy-box .version-item-name{color:var(--text-color)}[data-command-bar-id=versions-dropdown-popup] .tippy-box .editor-command-bar.menu .command-item.standard.disabled{color:#909090}[data-command-bar-id=versions-dropdown-popup] .tippy-box .editor-command-bar{--text-color: #303030}[data-command-bar-id=versions-dropdown-popup] .tippy-box .editor-command-bar.menu .command-item.section{padding:0;font-size:inherit;color:inherit}[data-command-bar-id=versions-dropdown-popup] *{box-sizing:border-box}[data-command-bar-id=versions-dropdown-popup] .editor-command-bar-header{width:100%;margin-bottom:5px}[data-command-bar-id=versions-dropdown-popup] .command-item{width:100%;cursor:pointer}[data-command-bar-id=versions-dropdown-popup] .command-item .version-item-container{padding:6px 10px;width:100%}[data-command-bar-id=versions-dropdown-popup] .command-item .version-item-container .version-item-memo{font-size:12px;color:#909090;line-height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}[data-command-bar-id=versions-dropdown-popup] .command-item .version-item-container .version-item-line1{line-height:22px;display:flex;align-items:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}[data-command-bar-id=versions-dropdown-popup] .command-item .version-item-container .version-item-line1 .version-item-latest{color:#0064ff;background-color:#eaf3fc;height:20px;padding:0 5px;margin-left:10px;border-radius:3px;font-size:12px;display:inline-flex;align-items:center}[data-command-bar-id=versions-dropdown-popup] .command-item .version-item-empty{display:flex;height:34px;color:#909090;padding-left:10px;justify-content:left;align-items:center}[data-command-bar-id=versions-dropdown-popup] .command-item .filter-memoed-version-item{width:100%}[data-command-bar-id=versions-dropdown-popup] .command-item .filter-memoed-version-item .filter-item-info{height:24px;color:#909090;display:flex;align-items:center;padding-left:10px;background-color:#f8f8f8;width:100%;box-sizing:border-box;margin:5px 0;font-size:12px}[data-command-bar-id=versions-dropdown-popup] .command-item .filter-memoed-version-item .filter-item-input-container{height:34px;display:flex;align-items:center;padding-left:10px;color:#303030;cursor:pointer}[data-command-bar-id=versions-dropdown-popup] .command-item .filter-memoed-version-item .filter-item-input-container .filter-item-label{cursor:pointer}[data-command-bar-id=versions-dropdown-popup] .command-item .filter-memoed-version-item .filter-item-input-container .editor-checkbox-wrapper{margin-right:4px}[data-command-bar-id=versions-dropdown-popup] .command-item .filter-memoed-version-item .filter-item-input-container:hover .editor-checkbox-wrapper:not(.checked)>span.editor-checkbox>span.editor-checkbox-inner{border-color:#0064ff}.editor-root.readonly .editor-content div[data-type=editor-block].focused div[data-type=block-tools] .block-helper .heading-marker,.editor-root.readonly .editor-content div[data-type=editor-block].highlighted div[data-type=block-tools] .block-helper .heading-marker{display:flex}.editor-root .editor-content div[data-type=editor-block].heading-collapsed div[data-type=block-tools] .block-helper .heading-collapse-button svg{transform:rotate(270deg)}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .block-button~.heading-marker{display:none}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .heading-marker,.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .heading-collapse-button{width:24px;height:24px;cursor:pointer;margin:0;padding:0;display:flex;align-items:center;justify-content:center;background-color:#fff;border:none;border-radius:3px;box-sizing:content-box}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .heading-marker:hover,.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .heading-collapse-button:hover{background-color:#00245a0a}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .heading-marker svg,.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .heading-collapse-button svg{color:#87888a;transform:rotate(360deg);transition:transform .2s linear}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .heading-marker svg,.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .heading-collapse-button svg{width:16px;height:16px}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .heading-marker{color:#c7c7c7;cursor:default}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] .block-helper .heading-marker:hover{background-color:transparent}.embed-block div[data-type=block-content] .editor-toc-container{display:block;width:100%;background-color:#f0f0f0;padding:20px;text-align:start}.embed-block div[data-type=block-content] .editor-toc-container.loading{margin:0;min-height:100px}.embed-block div[data-type=block-content] .editor-toc-container .toc-node+.toc-node{margin-top:10px}.embed-block div[data-type=block-content] .editor-toc-container .toc-node .toc-text{cursor:pointer;color:var(--primary-color)}.embed-block div[data-type=block-content] .editor-toc-container .toc-node .toc-children{margin-top:10px;padding-left:20px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content] [data-box-type=mention] span[data-type=box-content]{margin:0}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content] [data-box-type=mention] span[data-type=box-content] .mention-name{color:var(--primary-color);padding:0;border-radius:12px;margin-left:4px;margin-right:4px;white-space:wrap;word-break:break-all;cursor:pointer}[data-command-bar-id=editor-mention] .editor-command-bar.menu .command-item.menu-item .menu-item-icon{width:20px;height:20px;border-radius:50%;overflow:hidden}[data-command-bar-id=editor-mention] .editor-command-bar.menu .command-item.menu-item .menu-item-icon img{width:100%;height:100%}[data-command-bar-id=editor-mention] .editor-command-bar.menu .command-item.menu-item .menu-item-icon .mention-user-avatar-string{align-items:center;display:flex;justify-content:center;overflow:hidden;height:100%;width:100%;font-size:12px;color:#fff;flex-shrink:0}[data-command-bar-id=editor-mention] .editor-command-bar.menu .command-item.menu-item .menu-item-name{flex-grow:0;margin-right:5px}.editor-root .editor-templates{position:fixed;bottom:26px;height:256px;width:auto;max-width:100%;padding-left:30px;padding-right:44px;overflow:hidden}.editor-root .editor-templates .editor-templates-title{color:#909090;font-size:14px;margin-left:0;margin-bottom:20px;line-height:19.6px}.editor-root .editor-templates .editor-templates-cards{display:flex;margin-left:0}.editor-root .editor-templates .editor-templates-cards .editor-template-card{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;cursor:pointer;flex-shrink:0;height:192px;width:188px;background:none;border:1px solid #e8e8e8;border-radius:3px;margin:0 0 0 15px;padding:0;align-items:revert}.editor-root .editor-templates .editor-templates-cards .editor-template-card:first-child{margin-left:0}.editor-root .editor-templates .editor-templates-cards .editor-template-card:hover{box-shadow:0 0 1px #30303033,0 8px 16px #30303026}.editor-root .editor-templates .editor-templates-cards .editor-template-card:hover>.editor-template-name{color:#0064ff}.editor-root .editor-templates .editor-templates-cards .editor-template-card .editor-template-name{display:flex;align-items:center;height:40px;width:100%;border-top:1px solid #dedede;padding-left:20px;padding-right:20px;flex:0 0 50px;font-size:14px;font-weight:500;line-height:22px;color:#303030}.editor-root .editor-templates .editor-templates-cards .editor-template-card .editor-template-name span{display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-root .editor-templates .editor-templates-cards .editor-template-card.more .editor-template-name{border-top:none}.editor-root .editor-templates .editor-templates-cards .editor-template-card.more .editor-template-name span{padding-left:0;text-align:center}.editor-root .editor-templates .editor-templates-cards .editor-template-card.more .editor-template-thumb-container{display:flex;align-items:center;justify-content:center;padding:16px 39px 14px}.editor-root .editor-templates .editor-templates-cards .editor-template-card.more .editor-template-thumb-container>img{width:110px;height:112px;max-width:revert}.editor-root .editor-templates .editor-templates-cards .editor-template-card .editor-template-thumb-container{flex:1;position:relative;padding:10px 5px 0;height:142px;margin:0;overflow:revert}.editor-root .editor-templates .editor-templates-cards .editor-template-card .editor-template-thumb-container>img{max-width:100%}.editor-root.readonly [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container.layout-column-container{background-color:transparent}.editor-root div.editor-content div[data-type=editor-container].root>.container-blocks>*+.layout-block{margin-top:1.67em}.editor-root.readonly [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-action-bar,.editor-content.dragging [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-action-bar{display:none;user-select:none;pointer-events:none}.editor-root.readonly [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-separator,.editor-content.dragging [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-separator{opacity:0;cursor:default}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block{margin-left:-5px;margin-right:-17px}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block.selected .layout-column-container,.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block.highlighted .layout-column-container{background-color:var(--background-selection)}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .block-helper{padding-right:5px}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block [data-block-type=table] .block-helper{padding-right:5px;margin-right:-5px}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block>div[data-type=block-tools]>.block-helper{top:-24px;padding-right:5px}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .drag-container{display:flex;position:fixed;z-index:10;box-shadow:0 3px 20px #00000026;cursor:grabbing}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block.child-focused .layout-column-container,.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block:hover .layout-column-container,.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block.dragging .layout-column-container{background-color:#f7f8fa}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .creation-disabled .creation-dot-button{display:none}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block.column-resizing .layout-column-container .percent-bar{visibility:visible}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block.column-dragging .layout-column-action-bar{display:none}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container{flex:1;transition:.1s background-color linear;border-radius:3px;position:relative;min-width:0}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .block-helper{z-index:2}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .table-block div.scroll-container-root>div.container-scroll-tool .container-right-border-shadow{display:none}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .table-block div[data-type=block-content]{left:0px;margin-right:0}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .table-block .scroll-area{padding-left:0!important;padding-right:0!important;overflow:visible}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .table-block div[data-type=block-tools] .table-border-bar-container{left:-6px!important}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .table-block div[data-type=table-tools] .button-root:first-child{position:fixed!important}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .table-block div[data-type=table-tools] .table-indicator{transform:translate(26px)}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container.selected.selected{background-color:var(--background-selection)}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container.danger.danger{background-color:#ffeae8}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container:hover .layout-column-action-bar{opacity:1}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .layout-column-action-bar{position:absolute;top:0px;transform:translateY(-100%);left:0px;width:calc(100% - 8px);opacity:0;margin:0 4px;transition:opacity .1s linear,transform .15s ease-out}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .layout-column-action-bar.clicked{opacity:1;transform:translateY(-100%)}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .layout-column-action-bar.clicked .drag-handler{background:var(--background-default-o-color-bg-weak-hover, rgba(0, 36, 90, .06))}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .layout-column-action-bar.clicked .delete-button{opacity:1;transform:translate(-50%);pointer-events:all}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .layout-column-action-bar .drag-handler{display:flex;justify-content:center;align-items:center;height:12px;width:100%;border-radius:3px;margin-bottom:5px;cursor:grab;background:var(--background-default-o-color-bg-weak, #f7f8fa);color:#87888a}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .layout-column-action-bar .drag-handler:hover{background:var(--background-default-o-color-bg-weak-hover, rgba(0, 36, 90, .06))}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .layout-column-action-bar .drag-handler:active{cursor:grabbing;background:var(--background-default-o-color-bg-weak-hover, rgba(0, 36, 90, .12))}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .layout-column-action-bar .delete-button{display:flex;justify-content:center;align-items:center;width:20px;height:20px;position:absolute;top:-22px;left:50%;opacity:0;cursor:default;padding:4px;transform:translate(-50%,20%);transition:opacity .1s linear,transform .15s ease-out;border-radius:var(--radius-o-radius, 3px);color:#575859;border:1px solid var(--border-default-o-color-border-medium, #dfe1e5);background:var(--background-default-o-color-bg, #fff);pointer-events:none}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .layout-column-action-bar .delete-button:hover{color:#e83723;border:1px solid var(--border-functional-o-color-border-danger-weak, #fddcd8);background:var(--background-functional-o-color-bg-danger-weak, #fff6f5)}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container .percent-bar{visibility:hidden;width:51px;position:absolute;left:50%;transform:translate(-50%);top:0;background:rgba(45,45,46,.5);border-radius:3px;text-align:center;color:#fff;font-size:14px;z-index:1}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container.hovering-toolbar,.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container.active{background:#e3eeff}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .creation-dot-button{display:flex;justify-content:center;align-items:center;width:20px;height:20px;border-radius:3px;position:absolute;top:0;left:50%;transform:translate(-50%,-100%);transition:background-color .1s linear;cursor:pointer}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .creation-dot-button:hover{background:var(--background-default-o-color-bg-primary, #0064ff);box-shadow:0 0 1px #2d2d2e33,0 8px 16px -4px #2d2d2e26}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .creation-dot-button:hover:after{opacity:0!important;transform:scale(.2)}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .creation-dot-button:hover~.layout-drag-line{height:100%;top:0;opacity:1!important}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .creation-dot-button:after{content:"";border-radius:50%;background:var(--fill-o-color-fill-strong, #d4d6d9);position:absolute;width:4px;height:4px;opacity:0;transform:scale(0);transition:.2s all linear}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block.global-dragging .layout-separator{opacity:0}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-separator{width:22px;margin:0 -5px;height:auto;flex:none;z-index:1;position:relative;cursor:col-resize;overflow:visible}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-separator:first-child{width:0;cursor:default;pointer-events:none;margin:0}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-separator:first-child .creation-dot-button{display:none}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-separator:last-child{cursor:default}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-separator:last-child:hover .layout-drag-line{opacity:0;pointer-events:none}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-separator .layout-drag-line{position:absolute;width:2px;height:calc(100% - 10px);left:50%;top:5px;z-index:1;transform:translate(-50%);background-color:#0064ff;transition:.1s linear all;opacity:0}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-separator:hover .creation-dot-button:after{opacity:1;transform:scale(1)}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-separator:hover .layout-drag-line,.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-separator.active .layout-drag-line,.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-separator.dragging .layout-drag-line{opacity:1;transition:.1s linear all}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-root{display:flex}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-root>[data-type=editor-container].layout-column-container{padding:10px 5px}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-root>[data-type=editor-container].layout-column-container+[data-type=editor-container].layout-column-container{margin-left:10px}.layout-preview-container{position:relative;height:0;overflow:hidden;z-index:-99}.layout-preview-container .layout-column-container{background-color:#f7f8fa;box-shadow:0 0 .5px #2d2d2e33,0 4px 10px #2d2d2e26}.layout-preview-container .layout-preview{display:flex}.layout-preview-container .dragging-preview-gray{border-radius:3px;background:#f7f8fa;box-shadow:0 0 .5px #2d2d2e33,0 4px 10px #2d2d2e26}.command-item.menu-item .layout-creator{padding:5px 10px;background:#fff}.command-item.menu-item .layout-creator .layout-creator-title-wrapper{display:flex;margin-bottom:5px;margin-right:5px;font-size:12px}.command-item.menu-item .layout-creator .layout-creator-title-wrapper .layout-creator-title{color:#87888a}.command-item.menu-item .layout-creator .layout-creator-title-wrapper .layout-creator-title-count{margin-left:auto;color:#2d2d2e;visibility:visible}.command-item.menu-item .layout-creator .layout-creator-title-wrapper .layout-creator-title-count.hidden{visibility:hidden}.command-item.menu-item .layout-creator .layout-preview{display:flex}.command-item.menu-item .layout-creator .layout-column{width:30px;height:100px;background:#edeff2;border-radius:3px;margin-right:3px;cursor:pointer}.command-item.menu-item .layout-creator .layout-column:first-child{cursor:not-allowed;background:#dfe1e5}.command-item.menu-item .layout-creator .layout-column.active{background:#408cff}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .container-blocks>*+*{margin-top:1em}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container>.container-blocks>*{min-width:0}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container>.container-blocks{z-index:1;position:relative;clip-path:inset(-100vw -2px -100vw -100vw)}.editor-root [data-type=editor-container].root div[data-type=editor-block].layout-block .layout-column-container>.container-blocks>div[data-block-type=table]:first-child{margin-top:-10px}div[tooltip-id=drag-handler] .tippy-arrow.tippy-arrow.tippy-arrow:before,div[tooltip-id=add-layout-column] .tippy-arrow.tippy-arrow.tippy-arrow:before{transform:scale(.8)}div[tooltip-id=drag-handler] .tippy-content,div[tooltip-id=add-layout-column] .tippy-content{box-shadow:0 8px 16px #30303026,0 0 1px #30303033;padding:4px 10px;font-size:12px;line-height:20px}div[data-command-bar-id=layout-column-toolbar] .editor-command-bar.toolbar{display:flex;justify-content:center;align-items:center;padding:0;box-shadow:none}div[data-command-bar-id=layout-column-toolbar] .editor-command-bar-root{box-shadow:none!important}div[data-command-bar-id=layout-column-toolbar] .tippy-box .tippy-content button.command-item[data-id=delete-column]{padding:0;width:20px;min-width:0;min-height:0;height:20px;color:#575859;border:1px solid var(--border-default-o-color-border-medium, #dfe1e5);background:var(--background-default-o-color-bg, #fff)}div[data-command-bar-id=layout-column-toolbar] .tippy-box .tippy-content button.command-item[data-id=delete-column] svg{width:12px;height:12px}div[data-command-bar-id=layout-column-toolbar] .tippy-box .tippy-content button.command-item[data-id=delete-column].selected,div[data-command-bar-id=layout-column-toolbar] .tippy-box .tippy-content button.command-item[data-id=delete-column]:hover{color:#e83723;border:1px solid var(--border-functional-o-color-border-danger-weak, #fddcd8);background:var(--background-functional-o-color-bg-danger-weak, #fff6f5)}:root div[data-command-bar-id=webpage]>div.tippy-box{max-width:500px}:root div[data-command-bar-id=webpage]>div.tippy-box div.tippy-content{width:500px;padding:0}.editor-dialog-container{width:500px}.editor-dialog-container .dialog-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 20px;height:50px;border-bottom:1px solid #e8e8e8;margin-bottom:20px}.editor-dialog-container .dialog-header .close-icon{display:flex;cursor:pointer}.editor-dialog-container .dialog-header .dialog-header-title{padding:8px 0 11px;font-size:18px;font-weight:700;flex-grow:1}.editor-dialog-container .dialog-content{padding:0 20px 20px;border-bottom:1px solid #e8e8e8}.editor-dialog-container .dialog-footer{margin:10px 0;padding:0 20px;text-align:right}.editor-dialog-container .dialog-footer button{min-height:30px;border-radius:3px;font-size:14px;padding:4px 15px}.editor-disable-scroll.editor-disable-scroll-dark{background-color:#00000080}.embed-block[data-embed-type=webpage]{height:400px;min-height:100px;max-height:1000px}.embed-block[data-embed-type=webpage] .webpage-mask{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;background-color:transparent}.embed-block[data-embed-type=webpage].resizing [data-type=block-tools] .block-resizer{pointer-events:all!important}.embed-block[data-embed-type=webpage].hover>div[data-type=block-content]{outline:none!important}.embed-block[data-embed-type=webpage].selected>div[data-type=block-content]{outline:none!important}.embed-block[data-embed-type=webpage]>div[data-type=block-content]{justify-content:center;height:100%}.embed-block[data-embed-type=webpage]>div[data-type=block-content]>.editor-embed{width:100%}.embed-block[data-embed-type=webpage]>div[data-type=block-content]>.editor-embed .editor-preview-iframe{width:100%;max-height:500px;height:100%;border:none;position:relative}.embed-block[data-embed-type=webpage]>div[data-type=block-content]>.editor-embed .editor-preview-iframe-loading{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;justify-content:center;align-items:center;background-color:#fff}.webpage-content .help-container{color:#303030;border:1px solid #dedede;padding:10px;border-radius:4px;border-left:4px solid #0064ff;margin-top:16px;margin-bottom:16px}.webpage-content .help-container .help-content{display:flex;align-items:flex-start}.webpage-content .help-container .help-content .help-icon{display:flex;align-items:center;height:20px;color:#0064ff;margin-right:12px}.webpage-content .help-link-container{margin-top:8px;display:flex;align-items:center}.webpage-content .help-link-container .help-link-content{display:flex;align-items:center;color:#0064ff;text-decoration:none}.webpage-content .help-link-container .help-link-content .help-link-icon{width:16px;height:16px;margin-left:8px}div.editor-root div.editor-content div[data-type=editor-container].root.select-all>.container-blocks>div[data-type=editor-block][data-embed-type=webpage]>div[data-type=block-content]:before{display:block}:root{--editor-quoted-color: #7084a4;--editor-drawio-empty-svg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zOC43MjAzIDI4LjcwOTdIMjUuOTIzM0MyNS4yMTY1IDI4LjcwOTcgMjQuNjQzNSAyOC4xNDgxIDI0LjY0MzUgMjcuNDU1MlYyNS43MzMzSDIwLjUyODNDMjAuNDk4NiAyNS43Njk2IDIwLjQ2NjkgMjUuODA0MiAyMC40MzMzIDI1LjgzN0wxNS45MTkyIDMwLjI2MjFWMzQuNzU1NkgyNC42NDM1VjMzLjcyNzZDMjQuNjQzNSAzMy4wMzQ4IDI1LjIxNjUgMzIuNDczMiAyNS45MjMzIDMyLjQ3MzJIMzguNzIwM0MzOS40MjcgMzIuNDczMiA0MCAzMy4wMzQ4IDQwIDMzLjcyNzZWMzguNzQ1NUM0MCAzOS40MzgzIDM5LjQyNyA0MCAzOC43MjAzIDQwSDI1LjkyMzNDMjUuMjE2NSA0MCAyNC42NDM1IDM5LjQzODMgMjQuNjQzNSAzOC43NDU1VjM3LjMzMzNIMTQuNjI2M0MxMy45MTIyIDM3LjMzMzMgMTMuMzMzMyAzNi43NTYyIDEzLjMzMzMgMzYuMDQ0NFYzMC42OTQxTDguMzc4NTIgMjUuODM3QzguMTM2MjYgMjUuNjAxNCA4IDI1LjI4MDggOCAyNC45NDYzQzggMjQuNjExOCA4LjEzNjI2IDI0LjI5MTEgOC4zNzg1MiAyNC4wNTU2TDEzLjMzMzMgMTkuMTk4NVYxNS43NzJDMTEuNzc5OCAxNS4yMjI5IDEwLjY2NjcgMTMuNzQxNiAxMC42NjY3IDEyQzEwLjY2NjcgOS43OTA4NSAxMi40NTc1IDggMTQuNjY2NyA4QzE2Ljg3NTggOCAxOC42NjY2IDkuNzkwODUgMTguNjY2NiAxMkMxOC42NjY2IDEzLjcyNjUgMTcuNTU4OCAxNS4yNTgxIDE1LjkxOTEgMTUuNzk4OFYxOS4yODg4QzE1LjkxOTEgMTkuMzkxOCAxNS45MDY4IDE5LjQ5NDMgMTUuODgyMyAxOS41OTQzTDE5LjUxNTEgMjMuMTU1NUgyNC42NDM1VjIyLjQzNzNDMjQuNjQzNSAyMS43NDQ1IDI1LjIxNjUgMjEuMTgyOSAyNS45MjMzIDIxLjE4MjlIMzguNzIwM0MzOS40MjcgMjEuMTgyOSA0MCAyMS43NDQ1IDQwIDIyLjQzNzNWMjcuNDU1MkM0MCAyOC4xNDgxIDM5LjQyNyAyOC43MDk3IDM4LjcyMDMgMjguNzA5N1pNMjcuMjAzIDM3LjQ5MUgzNy40NDA2VjM0Ljk4MjFIMjcuMjAzVjM3LjQ5MVpNMTQuNDA1OSAyOC4xOTU0TDExLjA5MTUgMjQuOTQ2M0wxNC40MDU5IDIxLjY5NzJMMTcuNzIwNCAyNC45NDYzTDE0LjQwNTkgMjguMTk1NFpNMjcuMjAzIDI2LjIwMDhIMzcuNDQwNlYyMy42OTE4SDI3LjIwM1YyNi4yMDA4WiIgZmlsbD0iIzA3MTQyQSIvPgo8L3N2Zz4K)}.flex-center,.editor-drawio-iframe-container.loading:before{display:flex;align-items:center;justify-content:center}.full-screen,.editor-drawio-iframe-container.loading:before,.drawio-iframe-element,.editor-drawio-iframe-container{width:100%;height:100%}.editor-drawio-iframe-container{position:fixed;top:0;left:0;z-index:1000}div[data-type=editor-block].embed-block[data-embed-type=drawio]>div[data-type=block-content]{outline:1px solid #dedede}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block[data-embed-type=drawio].drawio-load-error>div[data-type=block-content]{padding:0;min-height:200px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block[data-embed-type=drawio].drawio-load-error>div[data-type=block-content] .editor-drawio-content{width:100%;height:100%;min-height:inherit}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block[data-embed-type=drawio]>div[data-type=block-content]{justify-content:center;border-radius:3px;padding:10px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block[data-embed-type=drawio]>div[data-type=block-content] .editor-drawio-content{display:flex;flex-direction:column;align-items:center;justify-content:center}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block[data-embed-type=drawio]>div[data-type=block-content] .editor-drawio-content>div.drawio-error-content{width:100%;height:100%;background-color:#f8f8f8;display:flex;flex-direction:column;justify-content:center;text-align:center;flex:1}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block[data-embed-type=drawio]>div[data-type=block-content] .editor-drawio-content>div.drawio-error-content>div.drawio-error-brand-icon>svg{width:48px;height:48px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block[data-embed-type=drawio]>div[data-type=block-content] .editor-drawio-content>div.drawio-error-content>div.drawio-error-title{font-weight:500;font-size:18px;line-height:26px;text-align:center;color:#303030;margin:23px 0 5px}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block[data-embed-type=drawio]>div[data-type=block-content] .editor-drawio-content>div.drawio-error-content>div.drawio-error-sub-title{font-size:14px;line-height:22px;text-align:center;color:#606060}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block[data-embed-type=drawio]>div[data-type=block-content] .editor-drawio-content>div.drawio-error-content>div.drawio-error-sub-title>span.drawio-error-retry-button{cursor:pointer;margin-left:4px;color:#0064ff}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block[data-embed-type=drawio]>div[data-type=block-content] .drawio-empty-content{display:flex;flex-direction:column;align-items:center}div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block].embed-block[data-embed-type=drawio]>div[data-type=block-content] .drawio-empty-content>span{font-size:14px;line-height:22px;text-align:center;color:#606060;margin-top:23px}.embed-block .editor-drawio-content.editor-embed{width:100%;min-height:80px;display:inline-block;text-align:center}.embed-block .editor-drawio-content.editor-embed .editor-empty-drawio{width:240px;height:400px}div.editor-root div.editor-content div[data-type=editor-container] div[data-embed-type=drawio].embed-block>div[data-type=block-content] img{max-width:100%;max-height:100%}.editor-drawio-iframe-container.loading:before{content:attr(data-placeholder);position:absolute;top:0;left:0;background-color:#f7f6f3;z-index:2}.editor-content .editing{background-color:#cdcdcd40}.editor-content div[data-type=block-tools] .embed-code-editor-container{position:absolute;top:0;left:0px;right:0px;bottom:0;background-color:#cdcdcd40;padding:8px}.editor-content div[data-type=block-tools] .embed-code-editor-container textarea{width:100%;height:100%;resize:none;outline:none;padding:12px;border:1px solid #b9bfc8;border-radius:4px;background-color:#fff;color:#333}.flex-row-center,.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed,.embed-block[data-embed-type=mermaid] div[data-type=block-content] .invalid-code:not(.empty-embed),.embed-block[data-embed-type=flowchart] div[data-type=block-content] .invalid-code:not(.empty-embed),.embed-block[data-embed-type=plantuml] div[data-type=block-content] .invalid-code:not(.empty-embed),.embed-block[data-embed-type=mermaid] div[data-type=block-content] .empty-embed:after,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .empty-embed:after,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .empty-embed:after,.embed-block[data-embed-type=mermaid],.embed-block[data-embed-type=flowchart],.embed-block[data-embed-type=plantuml]{display:flex;flex-direction:row;align-items:center;justify-content:center}.embed-block[data-embed-type=mermaid] div[data-type=block-content],.embed-block[data-embed-type=flowchart] div[data-type=block-content],.embed-block[data-embed-type=plantuml] div[data-type=block-content]{width:100%;position:relative;border:1px solid #e5e5e5;border-radius:3px}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .empty-embed,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .empty-embed,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .empty-embed{width:100%;min-height:106px;background-color:#cdcdcd40}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .empty-embed:after,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .empty-embed:after,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .empty-embed:after{content:attr(data-empty-tips);position:absolute;top:0;right:0;width:100%;height:100%;color:#07142a;white-space:nowrap}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .invalid-code:not(.empty-embed),.embed-block[data-embed-type=flowchart] div[data-type=block-content] .invalid-code:not(.empty-embed),.embed-block[data-embed-type=plantuml] div[data-type=block-content] .invalid-code:not(.empty-embed){width:100%;height:100px}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .invalid-code:not(.empty-embed) img,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .invalid-code:not(.empty-embed) img,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .invalid-code:not(.empty-embed) img{display:none}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .invalid-code:not(.empty-embed):after,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .invalid-code:not(.empty-embed):after,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .invalid-code:not(.empty-embed):after{content:attr(data-invalid-text);position:absolute;top:0;right:0;width:100%;height:100%;outline:1px solid red;display:flex;flex-direction:row;align-items:center;justify-content:center;color:red}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .embed-img-content,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .embed-img-content,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .embed-img-content{width:100%;text-align:center}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .mermaid-embed-img,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .mermaid-embed-img,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .mermaid-embed-img{max-width:100%;min-width:200px}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .editor-plantuml-img,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .editor-plantuml-img,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .editor-plantuml-img{max-width:100%}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .embed-graph-img-content,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .embed-graph-img-content,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .embed-graph-img-content{width:100%;height:100%;text-align:center}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .embed-graph-img-content img,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .embed-graph-img-content img,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .embed-graph-img-content img{max-width:100%;max-height:100%}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed{width:100%}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed div.graph-error-content,.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed div.graph-empty-content,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed div.graph-error-content,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed div.graph-empty-content,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed div.graph-error-content,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed div.graph-empty-content{width:100%;height:100%;min-height:200px;background-color:#f8f8f8;display:flex;flex-direction:column;justify-content:center;text-align:center}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed div.graph-error-content>div.graph-error-brand-icon>svg,.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed div.graph-empty-content>div.graph-error-brand-icon>svg,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed div.graph-error-content>div.graph-error-brand-icon>svg,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed div.graph-empty-content>div.graph-error-brand-icon>svg,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed div.graph-error-content>div.graph-error-brand-icon>svg,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed div.graph-empty-content>div.graph-error-brand-icon>svg{width:48px;height:48px}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed div.graph-error-content div.graph-error-title,.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed div.graph-empty-content div.graph-error-title,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed div.graph-error-content div.graph-error-title,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed div.graph-empty-content div.graph-error-title,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed div.graph-error-content div.graph-error-title,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed div.graph-empty-content div.graph-error-title{font-weight:500;font-size:18px;line-height:26px;text-align:center;color:#2d2d2e;margin:23px 0 5px}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed div.graph-error-content div.graph-error-sub-title,.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed div.graph-empty-content div.graph-error-sub-title,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed div.graph-error-content div.graph-error-sub-title,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed div.graph-empty-content div.graph-error-sub-title,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed div.graph-error-content div.graph-error-sub-title,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed div.graph-empty-content div.graph-error-sub-title{font-size:14px;line-height:22px;text-align:center;color:#87888a}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed div.graph-error-content div.graph-error-sub-title>span.graph-error-retry-button,.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed div.graph-empty-content div.graph-error-sub-title>span.graph-error-retry-button,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed div.graph-error-content div.graph-error-sub-title>span.graph-error-retry-button,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed div.graph-empty-content div.graph-error-sub-title>span.graph-error-retry-button,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed div.graph-error-content div.graph-error-sub-title>span.graph-error-retry-button,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed div.graph-empty-content div.graph-error-sub-title>span.graph-error-retry-button{cursor:pointer;margin-left:4px;color:#0064ff}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed div.graph-empty-content,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed div.graph-empty-content,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed div.graph-empty-content{background-color:#fff}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed div.graph-empty-content>div.graph-brand-icon>svg,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed div.graph-empty-content>div.graph-brand-icon>svg,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed div.graph-empty-content>div.graph-brand-icon>svg{width:48px;height:48px}.embed-block[data-embed-type=mermaid] div[data-type=block-content] .graph-embed div.graph-empty-content>div.graph-empty-title,.embed-block[data-embed-type=flowchart] div[data-type=block-content] .graph-embed div.graph-empty-content>div.graph-empty-title,.embed-block[data-embed-type=plantuml] div[data-type=block-content] .graph-embed div.graph-empty-content>div.graph-empty-title{font-weight:400;font-size:14px;line-height:22px;text-align:center;color:#606060;margin-top:23px}.hr-transition,.embed-block[data-type=editor-block][data-embed-type=hr] div[data-type=block-content] .editor-embed-container .editor-embed-hr{transition:border-top ease-in-out .4s}.embed-block[data-type=editor-block][data-embed-type=hr].hover>div[data-type=block-content]{outline:none!important}.embed-block[data-type=editor-block][data-embed-type=hr].selected>div[data-type=block-content]{outline:none!important}.embed-block[data-type=editor-block][data-embed-type=hr]:is(.focused) div[data-type=block-content] .editor-embed-container .editor-embed-hr{caret-color:transparent}.embed-block[data-type=editor-block][data-embed-type=hr] div[data-type=block-content] .editor-embed-container{display:flex;align-items:center;width:100%;height:24px;cursor:pointer}.embed-block[data-type=editor-block][data-embed-type=hr] div[data-type=block-content] .editor-embed-container .editor-embed-hr{display:block;width:100%;border:none;margin:0;border-top:2px dashed #cccccc}.embed-block[data-type=editor-block][data-embed-type=hr] div[data-type=block-tools]>div.block-helper{height:100%}:root{--hover-color: #40a9ff}.flex-column-center,.embed-block[data-embed-type=video]>div[data-type=block-content] .media-empty,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-empty,.embed-block[data-embed-type=video]>div[data-type=block-content] .media-error,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-error{display:flex;justify-content:center;align-items:center;flex-flow:column}.common{width:400px;height:180px;background-color:#fafafa;border:1px dashed #d9d9d9;border-radius:2px;transition:border-color .3s}.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-empty,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-error{height:200px}.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-empty .media-error-icon,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-error .media-error-icon{display:flex}.editor-root .editor-content div[data-type=editor-block].embed-block.media-block-uploading div[data-type=block-tools] .block-helper{display:none}.embed-block[data-embed-type=video]{display:flex}.embed-block[data-embed-type=video][data-style-align=left]{justify-content:flex-start}.embed-block[data-embed-type=video][data-style-align=center]{justify-content:center}.embed-block[data-embed-type=video][data-style-align=right]{justify-content:flex-end}.embed-block[data-embed-type=video]>div[data-type=block-content]{border:none}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-empty,.embed-block[data-embed-type=video]>div[data-type=block-content] .media-error{height:400px}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-empty .media-error-icon,.embed-block[data-embed-type=video]>div[data-type=block-content] .media-error .media-error-icon{display:flex}.embed-block[data-embed-type=video].hover>div[data-type=block-content],.embed-block[data-embed-type=audio].hover>div[data-type=block-content]{outline:none!important}.embed-block[data-embed-type=video].selected>div[data-type=block-content]:before,.embed-block[data-embed-type=audio].selected>div[data-type=block-content]:before{display:none}.embed-block[data-embed-type=video]>div[data-type=block-content],.embed-block[data-embed-type=audio]>div[data-type=block-content]{justify-content:center;max-width:100%}.embed-block[data-embed-type=video]>div[data-type=block-content] .media.full-screen,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media.full-screen{width:100%}.embed-block[data-embed-type=video]>div[data-type=block-content] .media,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media{display:flex;justify-content:center}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-progress,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-progress{position:relative;width:100%}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-progress audio,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-progress audio{display:block;width:100%}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-progress video,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-progress video{display:block;max-width:100%}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-progress .uploading-progress-mask,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-progress .uploading-progress-mask{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#303030;opacity:.8;display:flex;align-items:center;justify-content:center}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-progress .uploading-progress-mask .uploading-progress-bar,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-progress .uploading-progress-mask .uploading-progress-bar{width:75%;height:6px;border-radius:3px;display:flex;background-color:#fff;overflow:hidden}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-progress .uploading-progress-mask .uploading-progress-bar .uploading-progress-bar-value,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-progress .uploading-progress-mask .uploading-progress-bar .uploading-progress-bar-value{background-color:#0064ff}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-error,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-error{width:100%;background:#f8f8f8;outline:1px solid #dedede;border-radius:3px}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-error-icon svg,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-error-icon svg{width:48px;height:48px;color:#c7c7c7}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-error .line-1,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-error .line-1{margin-top:10px;font-size:18px;text-align:center;color:#303030}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-error .line-2,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-error .line-2{margin-top:5px;font-size:14px;text-align:center;color:#606060}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-error .retry-upload,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-error .retry-upload{margin-left:4px;color:#0064ff;cursor:pointer;text-decoration:none}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-empty,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-empty{width:100%;background:#ffffff;outline:1px solid #dedede;border-radius:3px}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-empty svg,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-empty svg{width:48px;height:48px;color:#c7c7c7}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-element,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-element{width:100%;display:flex;justify-content:center}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-element .video-container,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-element .video-container{border-radius:3px;overflow:hidden}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-element .video-container video,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-element .video-container video{display:block;min-width:50px;max-width:100%}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-element .audio-container,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-element .audio-container{width:100%}.embed-block[data-embed-type=video]>div[data-type=block-content] .media-element .audio-container audio,.embed-block[data-embed-type=audio]>div[data-type=block-content] .media-element .audio-container audio{display:block;width:100%}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=video].comment,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=audio].comment{box-shadow:none}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=video].comment .media,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=audio].comment .media{box-shadow:0 2px #ffbd59}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=video].comment.active,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=audio].comment.active{outline:none}.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=video].comment.active .media,.editor-root div.editor-content div[data-type=editor-container] .embed-block[data-type=editor-block][data-embed-type=audio].comment.active .media{box-shadow:none;outline:4px solid #FFBD59}.editor-root:not(.readonly) .embed-block[data-embed-type=video].locked-by-self>[data-type=block-content]:after,.editor-root:not(.readonly) .embed-block[data-embed-type=video].locked-by-others>[data-type=block-content]:after,.editor-root:not(.readonly) .embed-block[data-embed-type=audio].locked-by-self>[data-type=block-content]:after,.editor-root:not(.readonly) .embed-block[data-embed-type=audio].locked-by-others>[data-type=block-content]:after{display:none}.editor-root:not(.readonly) .embed-block[data-embed-type=video].locked-by-self>[data-type=block-content] .media,.editor-root:not(.readonly) .embed-block[data-embed-type=video].locked-by-others>[data-type=block-content] .media,.editor-root:not(.readonly) .embed-block[data-embed-type=audio].locked-by-self>[data-type=block-content] .media,.editor-root:not(.readonly) .embed-block[data-embed-type=audio].locked-by-others>[data-type=block-content] .media{position:relative}.editor-root:not(.readonly) .embed-block[data-embed-type=video].locked-by-self>[data-type=block-content] .media:after,.editor-root:not(.readonly) .embed-block[data-embed-type=video].locked-by-others>[data-type=block-content] .media:after,.editor-root:not(.readonly) .embed-block[data-embed-type=audio].locked-by-self>[data-type=block-content] .media:after,.editor-root:not(.readonly) .embed-block[data-embed-type=audio].locked-by-others>[data-type=block-content] .media:after{content:" ";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;z-index:1;background-color:#2d2d2e;opacity:.3}.video-tooltip-align-style-section .style-icon{border:none;background:#fff;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding-left:0;padding-right:0;border-radius:3px}.video-tooltip-align-style-section .style-icon:hover{background:rgba(0,0,0,.05)}.video-tooltip-align-style-section .style-icon.active{color:#00f}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block.selected,.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block.full-selected{background-color:var(--background-selection)}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block .callout-root{display:flex;padding:10px;border-radius:3px}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block .callout-root .callout-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;margin-right:10px;font-size:22px}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block .callout-root .callout-content{flex:1}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-background-color="0"]{background-color:#f2f2f2}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-border-color="0"]{border-color:#d9d9d9}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-background-color="1"]{background-color:#ffeae8}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-border-color="1"]{border-color:#fbbcb5}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-background-color="2"]{background-color:#fff0d9}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-border-color="2"]{border-color:#ffd28f}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-background-color="3"]{background-color:#eaf5d5}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-border-color="3"]{border-color:#c5e092}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-background-color="4"]{background-color:#d7f7ea}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-border-color="4"]{border-color:#8de3c0}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-background-color="5"]{background-color:#e3eeff}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-border-color="5"]{border-color:#abcdff}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-background-color="6"]{background-color:#f0e8ff}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-border-color="6"]{border-color:#d3befa}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-background-color="7"]{background-color:#e6e6e6}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-border-color="7"]{border-color:#c2c2c2}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-background-color="8"]{background-color:#fddcd8}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-border-color="8"]{border-color:#fa9287}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-background-color="9"]{background-color:#fee4bc}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-border-color="9"]{border-color:#ffbd59}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-background-color="10"]{background-color:#dcedbb}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-border-color="10"]{border-color:#a8d15c}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-background-color="11"]{background-color:#b9f0d9}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-border-color="11"]{border-color:#60d1a4}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-background-color="12"]{background-color:#cfe2ff}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-border-color="12"]{border-color:#7aafff}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-background-color="13"]{background-color:#e4d7fc}.editor-root [data-type=editor-container].root div[data-type=editor-block].callout-block:not(.selected,.full-selected) .callout-root[data-border-color="13"]{border-color:#bc9bfa}.command-item[data-id=callout-background-color] .color-button{all:unset;width:16px;height:16px;margin-right:4px}.command-item[data-id=callout-background-color] .color-button[data-background-color="0"]{background-color:#f2f2f2}.command-item[data-id=callout-background-color] .color-button[data-border-color="0"]{border-color:#d9d9d9}.command-item[data-id=callout-background-color] .color-button[data-background-color="1"]{background-color:#ffeae8}.command-item[data-id=callout-background-color] .color-button[data-border-color="1"]{border-color:#fbbcb5}.command-item[data-id=callout-background-color] .color-button[data-background-color="2"]{background-color:#fff0d9}.command-item[data-id=callout-background-color] .color-button[data-border-color="2"]{border-color:#ffd28f}.command-item[data-id=callout-background-color] .color-button[data-background-color="3"]{background-color:#eaf5d5}.command-item[data-id=callout-background-color] .color-button[data-border-color="3"]{border-color:#c5e092}.command-item[data-id=callout-background-color] .color-button[data-background-color="4"]{background-color:#d7f7ea}.command-item[data-id=callout-background-color] .color-button[data-border-color="4"]{border-color:#8de3c0}.command-item[data-id=callout-background-color] .color-button[data-background-color="5"]{background-color:#e3eeff}.command-item[data-id=callout-background-color] .color-button[data-border-color="5"]{border-color:#abcdff}.command-item[data-id=callout-background-color] .color-button[data-background-color="6"]{background-color:#f0e8ff}.command-item[data-id=callout-background-color] .color-button[data-border-color="6"]{border-color:#d3befa}.command-item[data-id=callout-background-color] .color-button[data-background-color="7"]{background-color:#e6e6e6}.command-item[data-id=callout-background-color] .color-button[data-border-color="7"]{border-color:#c2c2c2}.command-item[data-id=callout-background-color] .color-button[data-background-color="8"]{background-color:#fddcd8}.command-item[data-id=callout-background-color] .color-button[data-border-color="8"]{border-color:#fa9287}.command-item[data-id=callout-background-color] .color-button[data-background-color="9"]{background-color:#fee4bc}.command-item[data-id=callout-background-color] .color-button[data-border-color="9"]{border-color:#ffbd59}.command-item[data-id=callout-background-color] .color-button[data-background-color="10"]{background-color:#dcedbb}.command-item[data-id=callout-background-color] .color-button[data-border-color="10"]{border-color:#a8d15c}.command-item[data-id=callout-background-color] .color-button[data-background-color="11"]{background-color:#b9f0d9}.command-item[data-id=callout-background-color] .color-button[data-border-color="11"]{border-color:#60d1a4}.command-item[data-id=callout-background-color] .color-button[data-background-color="12"]{background-color:#cfe2ff}.command-item[data-id=callout-background-color] .color-button[data-border-color="12"]{border-color:#7aafff}.command-item[data-id=callout-background-color] .color-button[data-background-color="13"]{background-color:#e4d7fc}.command-item[data-id=callout-background-color] .color-button[data-border-color="13"]{border-color:#bc9bfa}.command-item[data-id=callout-background-color] .color-palette .bar-desc{display:none}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button{border:1px solid transparent;padding:2px}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-background-color="0"]{background-color:#f2f2f2}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-border-color="0"]{border-color:#d9d9d9}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-background-color="1"]{background-color:#ffeae8}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-border-color="1"]{border-color:#fbbcb5}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-background-color="2"]{background-color:#fff0d9}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-border-color="2"]{border-color:#ffd28f}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-background-color="3"]{background-color:#eaf5d5}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-border-color="3"]{border-color:#c5e092}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-background-color="4"]{background-color:#d7f7ea}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-border-color="4"]{border-color:#8de3c0}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-background-color="5"]{background-color:#e3eeff}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-border-color="5"]{border-color:#abcdff}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-background-color="6"]{background-color:#f0e8ff}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-border-color="6"]{border-color:#d3befa}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-background-color="7"]{background-color:#e6e6e6}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-border-color="7"]{border-color:#c2c2c2}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-background-color="8"]{background-color:#fddcd8}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-border-color="8"]{border-color:#fa9287}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-background-color="9"]{background-color:#fee4bc}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-border-color="9"]{border-color:#ffbd59}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-background-color="10"]{background-color:#dcedbb}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-border-color="10"]{border-color:#a8d15c}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-background-color="11"]{background-color:#b9f0d9}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-border-color="11"]{border-color:#60d1a4}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-background-color="12"]{background-color:#cfe2ff}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-border-color="12"]{border-color:#7aafff}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-background-color="13"]{background-color:#e4d7fc}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button[data-border-color="13"]{border-color:#bc9bfa}.command-item[data-id=callout-background-color] .color-palette .palette-container.background-color .palette-container-row .callout-bg-color-button:after{transform:scale(1.2)}.command-item[data-id^=preset] .toolbar-item-icon-container svg{font-size:16px}.command-item[data-id^=preset].checked,.command-item[data-id^=preset]:hover{border:1px solid #0064ff}.command-item[data-background-color="0"]{background-color:#f2f2f2}.command-item[data-border-color="0"]{border-color:#d9d9d9}.command-item[data-background-color="1"]{background-color:#ffeae8}.command-item[data-border-color="1"]{border-color:#fbbcb5}.command-item[data-background-color="2"]{background-color:#fff0d9}.command-item[data-border-color="2"]{border-color:#ffd28f}.command-item[data-background-color="3"]{background-color:#eaf5d5}.command-item[data-border-color="3"]{border-color:#c5e092}.command-item[data-background-color="4"]{background-color:#d7f7ea}.command-item[data-border-color="4"]{border-color:#8de3c0}.command-item[data-background-color="5"]{background-color:#e3eeff}.command-item[data-border-color="5"]{border-color:#abcdff}.command-item[data-background-color="6"]{background-color:#f0e8ff}.command-item[data-border-color="6"]{border-color:#d3befa}.command-item[data-background-color="7"]{background-color:#e6e6e6}.command-item[data-border-color="7"]{border-color:#c2c2c2}.command-item[data-background-color="8"]{background-color:#fddcd8}.command-item[data-border-color="8"]{border-color:#fa9287}.command-item[data-background-color="9"]{background-color:#fee4bc}.command-item[data-border-color="9"]{border-color:#ffbd59}.command-item[data-background-color="10"]{background-color:#dcedbb}.command-item[data-border-color="10"]{border-color:#a8d15c}.command-item[data-background-color="11"]{background-color:#b9f0d9}.command-item[data-border-color="11"]{border-color:#60d1a4}.command-item[data-background-color="12"]{background-color:#cfe2ff}.command-item[data-border-color="12"]{border-color:#7aafff}.command-item[data-background-color="13"]{background-color:#e4d7fc}.command-item[data-border-color="13"]{border-color:#bc9bfa}.command-item[data-id=preset-0]{background-color:#e3eeff!important}.command-item[data-id=preset-1]{background-color:#fff0d9!important}`)),document.head.appendChild(t)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
2
- (function(A,vr){typeof exports=="object"&&typeof module<"u"?vr(exports,require("kiwi-intl"),require("lodash.merge"),require("string-template"),require("nanoid"),require("events"),require("query-string"),require("js-base64"),require("snabbdom"),require("tiny-typed-emitter"),require("lodash.clonedeep"),require("lodash.isequal"),require("quill-delta"),require("lodash.debounce"),require("lodash.intersection"),require("ot-json1"),require("axios"),require("lodash.findlastindex"),require("reconnecting-websocket"),require("fast-sha256"),require("tippy.js"),require("blueimp-md5"),require("css-color-converter"),require("markmap-view"),require("lodash.throttle"),require("prismjs"),require("prismjs/components/prism-c"),require("prismjs/components/prism-cpp"),require("prismjs/components/prism-abap"),require("prismjs/components/prism-arduino"),require("prismjs/components/prism-bash"),require("prismjs/components/prism-basic"),require("prismjs/components/prism-clojure"),require("prismjs/components/prism-coffeescript"),require("prismjs/components/prism-csharp"),require("prismjs/components/prism-css"),require("prismjs/components/prism-dart"),require("prismjs/components/prism-diff"),require("prismjs/components/prism-docker"),require("prismjs/components/prism-elixir"),require("prismjs/components/prism-elm"),require("prismjs/components/prism-erlang"),require("prismjs/components/prism-flow"),require("prismjs/components/prism-fortran"),require("prismjs/components/prism-fsharp"),require("prismjs/components/prism-gherkin"),require("prismjs/components/prism-glsl"),require("prismjs/components/prism-go"),require("prismjs/components/prism-graphql"),require("prismjs/components/prism-groovy"),require("prismjs/components/prism-haskell"),require("prismjs/components/prism-java"),require("prismjs/components/prism-javascript"),require("prismjs/components/prism-json"),require("prismjs/components/prism-julia"),require("prismjs/components/prism-kotlin"),require("prismjs/components/prism-latex"),require("prismjs/components/prism-less"),require("prismjs/components/prism-lisp"),require("prismjs/components/prism-livescript"),require("prismjs/components/prism-lua"),require("prismjs/components/prism-makefile"),require("prismjs/components/prism-markdown"),require("prismjs/components/prism-markup"),require("prismjs/components/prism-matlab"),require("prismjs/components/prism-mermaid"),require("prismjs/components/prism-nix"),require("prismjs/components/prism-objectivec"),require("prismjs/components/prism-ocaml"),require("prismjs/components/prism-pascal"),require("prismjs/components/prism-perl"),require("prismjs/components/prism-php"),require("prismjs/components/prism-powershell"),require("prismjs/components/prism-prolog"),require("prismjs/components/prism-protobuf"),require("prismjs/components/prism-python"),require("prismjs/components/prism-r"),require("prismjs/components/prism-reason"),require("prismjs/components/prism-ruby"),require("prismjs/components/prism-rust"),require("prismjs/components/prism-sass"),require("prismjs/components/prism-scala"),require("prismjs/components/prism-scheme"),require("prismjs/components/prism-scss"),require("prismjs/components/prism-solidity"),require("prismjs/components/prism-sql"),require("prismjs/components/prism-swift"),require("prismjs/components/prism-typescript"),require("prismjs/components/prism-vbnet"),require("prismjs/components/prism-verilog"),require("prismjs/components/prism-vhdl"),require("prismjs/components/prism-visual-basic"),require("prismjs/components/prism-wasm"),require("prismjs/components/prism-yaml"),require("mime-db"),require("dom-to-image"),require("@guyplusplus/turndown-plugin-gfm"),require("turndown"),require("marked"),require("@better-scroll/core"),require("plantuml-encoder"),require("docx")):typeof define=="function"&&define.amd?define(["exports","kiwi-intl","lodash.merge","string-template","nanoid","events","query-string","js-base64","snabbdom","tiny-typed-emitter","lodash.clonedeep","lodash.isequal","quill-delta","lodash.debounce","lodash.intersection","ot-json1","axios","lodash.findlastindex","reconnecting-websocket","fast-sha256","tippy.js","blueimp-md5","css-color-converter","markmap-view","lodash.throttle","prismjs","prismjs/components/prism-c","prismjs/components/prism-cpp","prismjs/components/prism-abap","prismjs/components/prism-arduino","prismjs/components/prism-bash","prismjs/components/prism-basic","prismjs/components/prism-clojure","prismjs/components/prism-coffeescript","prismjs/components/prism-csharp","prismjs/components/prism-css","prismjs/components/prism-dart","prismjs/components/prism-diff","prismjs/components/prism-docker","prismjs/components/prism-elixir","prismjs/components/prism-elm","prismjs/components/prism-erlang","prismjs/components/prism-flow","prismjs/components/prism-fortran","prismjs/components/prism-fsharp","prismjs/components/prism-gherkin","prismjs/components/prism-glsl","prismjs/components/prism-go","prismjs/components/prism-graphql","prismjs/components/prism-groovy","prismjs/components/prism-haskell","prismjs/components/prism-java","prismjs/components/prism-javascript","prismjs/components/prism-json","prismjs/components/prism-julia","prismjs/components/prism-kotlin","prismjs/components/prism-latex","prismjs/components/prism-less","prismjs/components/prism-lisp","prismjs/components/prism-livescript","prismjs/components/prism-lua","prismjs/components/prism-makefile","prismjs/components/prism-markdown","prismjs/components/prism-markup","prismjs/components/prism-matlab","prismjs/components/prism-mermaid","prismjs/components/prism-nix","prismjs/components/prism-objectivec","prismjs/components/prism-ocaml","prismjs/components/prism-pascal","prismjs/components/prism-perl","prismjs/components/prism-php","prismjs/components/prism-powershell","prismjs/components/prism-prolog","prismjs/components/prism-protobuf","prismjs/components/prism-python","prismjs/components/prism-r","prismjs/components/prism-reason","prismjs/components/prism-ruby","prismjs/components/prism-rust","prismjs/components/prism-sass","prismjs/components/prism-scala","prismjs/components/prism-scheme","prismjs/components/prism-scss","prismjs/components/prism-solidity","prismjs/components/prism-sql","prismjs/components/prism-swift","prismjs/components/prism-typescript","prismjs/components/prism-vbnet","prismjs/components/prism-verilog","prismjs/components/prism-vhdl","prismjs/components/prism-visual-basic","prismjs/components/prism-wasm","prismjs/components/prism-yaml","mime-db","dom-to-image","@guyplusplus/turndown-plugin-gfm","turndown","marked","@better-scroll/core","plantuml-encoder","docx"],vr):(A=typeof globalThis<"u"?globalThis:A||self,vr(A["oneseditor-editor"]={},A.KiwiIntl,A.merge,A.stringFormat,A.nanoid$1,A.events,A.queryString,A.jsBase64,A.snabbdom,A.tinyTypedEmitter,A.cloneDeep,A.isEqual,A.Delta,A.debounce,A.intersection,A.json1,A.axios,A.findLastIndex,A.ReconnectingWebSocket,A.sha256,A.tippy$1,A.md5,A.cssColorConverter,A.markmap,A.throttle$1,A.Prism,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,A.mime,A.domToImage,A.turndownPluginGfm,A.TurndownService,A.marked,A.BetterScroll,A.plantumlEncoder,A.docx))})(this,function(A,vr,ol,K9,$9,fy,V9,Mf,ra,Ut,j9,H9,z9,q9,W9,G9,X9,Y9,J9,Z9,Y0,Q9,J0,eI,tI,nI,lce,cce,uce,fce,dce,hce,gce,mce,pce,bce,Cce,Ece,xce,Ace,yce,wce,kce,vce,Bce,Tce,Rce,Sce,Lce,Ice,Dce,_ce,Mce,Oce,Uce,Nce,Pce,Fce,Kce,$ce,Vce,jce,Hce,zce,qce,Wce,Gce,Xce,Yce,Jce,Zce,Qce,eue,tue,nue,rue,iue,oue,sue,aue,lue,cue,uue,fue,due,hue,gue,mue,pue,bue,Cue,Eue,xue,Aue,rI,iI,oI,sI,Z0,aI,lI,ke){"use strict";var sce=Object.defineProperty;var ace=(A,vr,ol)=>vr in A?sce(A,vr,{enumerable:!0,configurable:!0,writable:!0,value:ol}):A[vr]=ol;var g=(A,vr,ol)=>(ace(A,typeof vr!="symbol"?vr+"":vr,ol),ol);const Qt=n=>n&&typeof n=="object"&&"default"in n?n:{default:n};function Cg(n){if(n&&n.__esModule)return n;const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const t in n)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(n,t);Object.defineProperty(e,t,r.get?r:{enumerable:!0,get:()=>n[t]})}}return e.default=n,Object.freeze(e)}const cI=Qt(vr),Q0=Qt(ol),uI=Qt(K9),e1=Qt(fy),Ae=Qt(j9),Of=Qt(H9),$n=Qt(z9),Nt=Qt(q9),t1=Qt(W9),Eg=Cg(G9),dy=Qt(X9),hy=Qt(Y9),fI=Qt(J9),dI=Cg(Z9),n1=Qt(Y0),hI=Cg(Y0),xg=Qt(Q9),gI=Cg(eI),mI=Qt(tI),Nc=Qt(nI),r1=Qt(rI),i1=Qt(iI),pI=Qt(sI),gy=Qt(aI),bI=Qt(lI);function CI(n){const e=r=>r<10?`0${String(r)}`:String(r),t=r=>r<10?`00${String(r)}`:r<100?`0${String(r)}`:String(r);return`${n.getFullYear()}-${e(n.getMonth()+1)}-${e(n.getDate())} ${e(n.getHours())}:${e(n.getMinutes())}:${e(n.getSeconds())}.${t(n.getMilliseconds())}`}var ia=(n=>(n.DEBUG="DEBUG",n.INFO="INFO ",n.WARN="WARN ",n.ERROR="ERROR",n))(ia||{});const my=new Map,tf=class{constructor(e){g(this,"times",new Map);this.category=e}shouldLog(e){const t=Object.values(ia).indexOf(e),r=Object.values(ia).indexOf(tf.level);return t>=r}_log(e,t,r,i){var y;if(!this.shouldLog(e))return;const o=typeof process>"u"?{}:process;let s="";if(typeof t=="object")try{s="message"in t?t.message:JSON.stringify(t,null,4)}catch{s=""}else typeof t=="string"?t&&(s=t):s=JSON.stringify(t);s=i?`${s} - ${i}`:s;const a=`${this.category}`;let c=console.log;e==="WARN "&&(c=console.warn),e==="ERROR"&&(c=console.error);const f=`${CI(new Date)}`,h=e,b=a,C=tf.extParams?"[{date}] {level}: [{module} {extParams}] - {msg}":"[{date}] {level}: [{module}] - {msg}",E=[uI.default(((y=o.env)==null?void 0:y.LOG_TEMPLATE)||C,{date:f,level:h,module:b,msg:s,extParams:tf.extParams})];if(typeof t=="object"){const T=t.stack;T&&E.push(T)}if(c===console.error&&tf.debugMode){const T=new Error().stack;T&&E.push(T)}c(...E),r&&this._log(e,r)}log(e,t){this._log("INFO ",e,void 0,t)}debug(e,t){this._log("DEBUG",e,void 0,t)}info(e,t){this._log("INFO ",e,void 0,t)}warn(e,t,r){this._log("WARN ",e,t,r)}error(e,t,r){this._log("ERROR",e,t,r)}time(e){this.times.set(e,Date.now())}timeEnd(e){this.timeLog(e),this.times.delete(e)}timeLog(e){const t=this.times.get(e);if(!t){this.warn(`no time label: ${e}`);return}this.debug(`${e}: ${Date.now()-t}`)}static setExtParams(e){this.extParams=e}};let Ei=tf;g(Ei,"debugMode",!1),g(Ei,"level","DEBUG"),g(Ei,"extParams","");function _(n){const e=my.get(n);if(e)return e;const t=new Ei(n);return my.set(n,t),t}const EI={name:"ONES Editor",date:{dateFromFuture:"From the future",dateJustNow:"Just now",dateYesterday:"Yesterday",dateMinutesAgo:"{num} minutes ago",date1HourAgo:"1 hour ago",dateHoursAgo:"{num} hours ago",dateDaysAgo:"{num} days ago",dateWeeksAgo:"{num} weeks ago"},common:{cancel:"Cancel"},docx:{imageExportFailed:"Failed to load image"}},xI={name:"Ones Editor",date:{dateFromFuture:"\u6765\u81EA\u672A\u6765",dateJustNow:"\u521A\u521A",dateYesterday:"\u6628\u5929",dateMinutesAgo:"{num}\u5206\u949F\u524D",date1HourAgo:"1\u5C0F\u65F6\u524D",dateHoursAgo:"{num}\u5C0F\u65F6\u524D",dateDaysAgo:"{num}\u5929\u524D",dateWeeksAgo:"{num}\u5468\u524D"},common:{cancel:"\u53D6\u6D88"},docx:{imageExportFailed:"\u56FE\u7247\u52A0\u8F7D\u5931\u8D25"}},AI={name:"ONES \u30A8\u30C7\u30A3\u30BF\u30FC",date:{dateFromFuture:"\u672A\u6765\u304B\u3089",dateJustNow:"\u305F\u3060\u4ECA",dateYesterday:"\u6628\u65E5",dateMinutesAgo:"{num}\u5206\u524D",date1HourAgo:"1\u6642\u9593\u524D",dateHoursAgo:"{num}\u6642\u9593\u524D",dateDaysAgo:"{num}\u65E5\u524D",dateWeeksAgo:"{num}\u9031\u524D"},common:{cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB"},docx:{imageExportFailed:"\u753B\u50CF\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F"}},yI=_("i18n"),wI={"en-US":EI,"zh-CN":xI,"ja-JP":AI},Ag=cI.default.init("en-US",wI);let py="en-US";function kI(n=void 0){Ag.setLang&&(py=n||"en-US",Ag.setLang(n||"en-US"))}function vI(n){Q0.default(Ag.__metas__,n)}function BI(n,e){const t=Ag.get(n,e);return t===n&&yI.warn(`no locale value for key ${n}`),t}function TI(){return py}const I=Object.freeze(Object.defineProperty({__proto__:null,setLang:kI,mergeLang:vI,t:BI,getCurrentLang:TI},Symbol.toStringTag,{value:"Module"})),yue="";class by{constructor(e,t){this.editor=e,this.data=t}getData(){return this.data}getEditor(){return this.editor}destroy(){}}var Cy=function(){if(typeof Map<"u")return Map;function n(e,t){var r=-1;return e.some(function(i,o){return i[0]===t?(r=o,!0):!1}),r}return function(){function e(){this.__entries__=[]}return Object.defineProperty(e.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),e.prototype.get=function(t){var r=n(this.__entries__,t),i=this.__entries__[r];return i&&i[1]},e.prototype.set=function(t,r){var i=n(this.__entries__,t);~i?this.__entries__[i][1]=r:this.__entries__.push([t,r])},e.prototype.delete=function(t){var r=this.__entries__,i=n(r,t);~i&&r.splice(i,1)},e.prototype.has=function(t){return!!~n(this.__entries__,t)},e.prototype.clear=function(){this.__entries__.splice(0)},e.prototype.forEach=function(t,r){r===void 0&&(r=null);for(var i=0,o=this.__entries__;i<o.length;i++){var s=o[i];t.call(r,s[1],s[0])}},e}()}(),o1=typeof window<"u"&&typeof document<"u"&&window.document===document,yg=function(){return typeof global<"u"&&global.Math===Math?global:typeof self<"u"&&self.Math===Math?self:typeof window<"u"&&window.Math===Math?window:Function("return this")()}(),RI=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(yg):function(n){return setTimeout(function(){return n(Date.now())},1e3/60)}}(),SI=2;function LI(n,e){var t=!1,r=!1,i=0;function o(){t&&(t=!1,n()),r&&a()}function s(){RI(o)}function a(){var c=Date.now();if(t){if(c-i<SI)return;r=!0}else t=!0,r=!1,setTimeout(s,e);i=c}return a}var II=20,DI=["top","right","bottom","left","width","height","size","weight"],_I=typeof MutationObserver<"u",MI=function(){function n(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=LI(this.refresh.bind(this),II)}return n.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},n.prototype.removeObserver=function(e){var t=this.observers_,r=t.indexOf(e);~r&&t.splice(r,1),!t.length&&this.connected_&&this.disconnect_()},n.prototype.refresh=function(){var e=this.updateObservers_();e&&this.refresh()},n.prototype.updateObservers_=function(){var e=this.observers_.filter(function(t){return t.gatherActive(),t.hasActive()});return e.forEach(function(t){return t.broadcastActive()}),e.length>0},n.prototype.connect_=function(){!o1||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),_I?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},n.prototype.disconnect_=function(){!o1||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},n.prototype.onTransitionEnd_=function(e){var t=e.propertyName,r=t===void 0?"":t,i=DI.some(function(o){return!!~r.indexOf(o)});i&&this.refresh()},n.getInstance=function(){return this.instance_||(this.instance_=new n),this.instance_},n.instance_=null,n}(),Ey=function(n,e){for(var t=0,r=Object.keys(e);t<r.length;t++){var i=r[t];Object.defineProperty(n,i,{value:e[i],enumerable:!1,writable:!1,configurable:!0})}return n},Pc=function(n){var e=n&&n.ownerDocument&&n.ownerDocument.defaultView;return e||yg},xy=kg(0,0,0,0);function wg(n){return parseFloat(n)||0}function Ay(n){for(var e=[],t=1;t<arguments.length;t++)e[t-1]=arguments[t];return e.reduce(function(r,i){var o=n["border-"+i+"-width"];return r+wg(o)},0)}function OI(n){for(var e=["top","right","bottom","left"],t={},r=0,i=e;r<i.length;r++){var o=i[r],s=n["padding-"+o];t[o]=wg(s)}return t}function UI(n){var e=n.getBBox();return kg(0,0,e.width,e.height)}function NI(n){var e=n.clientWidth,t=n.clientHeight;if(!e&&!t)return xy;var r=Pc(n).getComputedStyle(n),i=OI(r),o=i.left+i.right,s=i.top+i.bottom,a=wg(r.width),c=wg(r.height);if(r.boxSizing==="border-box"&&(Math.round(a+o)!==e&&(a-=Ay(r,"left","right")+o),Math.round(c+s)!==t&&(c-=Ay(r,"top","bottom")+s)),!FI(n)){var f=Math.round(a+o)-e,h=Math.round(c+s)-t;Math.abs(f)!==1&&(a-=f),Math.abs(h)!==1&&(c-=h)}return kg(i.left,i.top,a,c)}var PI=function(){return typeof SVGGraphicsElement<"u"?function(n){return n instanceof Pc(n).SVGGraphicsElement}:function(n){return n instanceof Pc(n).SVGElement&&typeof n.getBBox=="function"}}();function FI(n){return n===Pc(n).document.documentElement}function KI(n){return o1?PI(n)?UI(n):NI(n):xy}function $I(n){var e=n.x,t=n.y,r=n.width,i=n.height,o=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,s=Object.create(o.prototype);return Ey(s,{x:e,y:t,width:r,height:i,top:t,right:e+r,bottom:i+t,left:e}),s}function kg(n,e,t,r){return{x:n,y:e,width:t,height:r}}var VI=function(){function n(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=kg(0,0,0,0),this.target=e}return n.prototype.isActive=function(){var e=KI(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},n.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},n}(),jI=function(){function n(e,t){var r=$I(t);Ey(this,{target:e,contentRect:r})}return n}(),HI=function(){function n(e,t,r){if(this.activeObservations_=[],this.observations_=new Cy,typeof e!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=r}return n.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(e instanceof Pc(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new VI(e)),this.controller_.addObserver(this),this.controller_.refresh())}},n.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(e instanceof Pc(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;!t.has(e)||(t.delete(e),t.size||this.controller_.removeObserver(this))}},n.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},n.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach(function(t){t.isActive()&&e.activeObservations_.push(t)})},n.prototype.broadcastActive=function(){if(!!this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map(function(r){return new jI(r.target,r.broadcastRect())});this.callback_.call(e,t,e),this.clearActive()}},n.prototype.clearActive=function(){this.activeObservations_.splice(0)},n.prototype.hasActive=function(){return this.activeObservations_.length>0},n}(),yy=typeof WeakMap<"u"?new WeakMap:new Cy,wy=function(){function n(e){if(!(this instanceof n))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var t=MI.getInstance(),r=new HI(e,t,this);yy.set(this,r)}return n}();["observe","unobserve","disconnect"].forEach(function(n){wy.prototype[n]=function(){var e;return(e=yy.get(this))[n].apply(e,arguments)}});var sl=function(){return typeof yg.ResizeObserver<"u"?yg.ResizeObserver:wy}();class zI extends Error{constructor(e){if(super(e),this.code="Assert",this.stack){const t=this.stack.split(`
2
+ (function(A,vr){typeof exports=="object"&&typeof module<"u"?vr(exports,require("kiwi-intl"),require("lodash.merge"),require("string-template"),require("nanoid"),require("events"),require("query-string"),require("js-base64"),require("snabbdom"),require("tiny-typed-emitter"),require("lodash.clonedeep"),require("lodash.isequal"),require("quill-delta"),require("lodash.debounce"),require("lodash.intersection"),require("ot-json1"),require("axios"),require("lodash.findlastindex"),require("reconnecting-websocket"),require("fast-sha256"),require("tippy.js"),require("blueimp-md5"),require("css-color-converter"),require("markmap-view"),require("lodash.throttle"),require("prismjs"),require("prismjs/components/prism-c"),require("prismjs/components/prism-cpp"),require("prismjs/components/prism-abap"),require("prismjs/components/prism-arduino"),require("prismjs/components/prism-bash"),require("prismjs/components/prism-basic"),require("prismjs/components/prism-clojure"),require("prismjs/components/prism-coffeescript"),require("prismjs/components/prism-csharp"),require("prismjs/components/prism-css"),require("prismjs/components/prism-dart"),require("prismjs/components/prism-diff"),require("prismjs/components/prism-docker"),require("prismjs/components/prism-elixir"),require("prismjs/components/prism-elm"),require("prismjs/components/prism-erlang"),require("prismjs/components/prism-flow"),require("prismjs/components/prism-fortran"),require("prismjs/components/prism-fsharp"),require("prismjs/components/prism-gherkin"),require("prismjs/components/prism-glsl"),require("prismjs/components/prism-go"),require("prismjs/components/prism-graphql"),require("prismjs/components/prism-groovy"),require("prismjs/components/prism-haskell"),require("prismjs/components/prism-java"),require("prismjs/components/prism-javascript"),require("prismjs/components/prism-json"),require("prismjs/components/prism-julia"),require("prismjs/components/prism-kotlin"),require("prismjs/components/prism-latex"),require("prismjs/components/prism-less"),require("prismjs/components/prism-lisp"),require("prismjs/components/prism-livescript"),require("prismjs/components/prism-lua"),require("prismjs/components/prism-makefile"),require("prismjs/components/prism-markdown"),require("prismjs/components/prism-markup"),require("prismjs/components/prism-matlab"),require("prismjs/components/prism-mermaid"),require("prismjs/components/prism-nix"),require("prismjs/components/prism-objectivec"),require("prismjs/components/prism-ocaml"),require("prismjs/components/prism-pascal"),require("prismjs/components/prism-perl"),require("prismjs/components/prism-php"),require("prismjs/components/prism-powershell"),require("prismjs/components/prism-prolog"),require("prismjs/components/prism-protobuf"),require("prismjs/components/prism-python"),require("prismjs/components/prism-r"),require("prismjs/components/prism-reason"),require("prismjs/components/prism-ruby"),require("prismjs/components/prism-rust"),require("prismjs/components/prism-sass"),require("prismjs/components/prism-scala"),require("prismjs/components/prism-scheme"),require("prismjs/components/prism-scss"),require("prismjs/components/prism-solidity"),require("prismjs/components/prism-sql"),require("prismjs/components/prism-swift"),require("prismjs/components/prism-typescript"),require("prismjs/components/prism-vbnet"),require("prismjs/components/prism-verilog"),require("prismjs/components/prism-vhdl"),require("prismjs/components/prism-visual-basic"),require("prismjs/components/prism-wasm"),require("prismjs/components/prism-yaml"),require("mime-db"),require("dom-to-image"),require("@guyplusplus/turndown-plugin-gfm"),require("turndown"),require("marked"),require("@better-scroll/core"),require("plantuml-encoder"),require("docx")):typeof define=="function"&&define.amd?define(["exports","kiwi-intl","lodash.merge","string-template","nanoid","events","query-string","js-base64","snabbdom","tiny-typed-emitter","lodash.clonedeep","lodash.isequal","quill-delta","lodash.debounce","lodash.intersection","ot-json1","axios","lodash.findlastindex","reconnecting-websocket","fast-sha256","tippy.js","blueimp-md5","css-color-converter","markmap-view","lodash.throttle","prismjs","prismjs/components/prism-c","prismjs/components/prism-cpp","prismjs/components/prism-abap","prismjs/components/prism-arduino","prismjs/components/prism-bash","prismjs/components/prism-basic","prismjs/components/prism-clojure","prismjs/components/prism-coffeescript","prismjs/components/prism-csharp","prismjs/components/prism-css","prismjs/components/prism-dart","prismjs/components/prism-diff","prismjs/components/prism-docker","prismjs/components/prism-elixir","prismjs/components/prism-elm","prismjs/components/prism-erlang","prismjs/components/prism-flow","prismjs/components/prism-fortran","prismjs/components/prism-fsharp","prismjs/components/prism-gherkin","prismjs/components/prism-glsl","prismjs/components/prism-go","prismjs/components/prism-graphql","prismjs/components/prism-groovy","prismjs/components/prism-haskell","prismjs/components/prism-java","prismjs/components/prism-javascript","prismjs/components/prism-json","prismjs/components/prism-julia","prismjs/components/prism-kotlin","prismjs/components/prism-latex","prismjs/components/prism-less","prismjs/components/prism-lisp","prismjs/components/prism-livescript","prismjs/components/prism-lua","prismjs/components/prism-makefile","prismjs/components/prism-markdown","prismjs/components/prism-markup","prismjs/components/prism-matlab","prismjs/components/prism-mermaid","prismjs/components/prism-nix","prismjs/components/prism-objectivec","prismjs/components/prism-ocaml","prismjs/components/prism-pascal","prismjs/components/prism-perl","prismjs/components/prism-php","prismjs/components/prism-powershell","prismjs/components/prism-prolog","prismjs/components/prism-protobuf","prismjs/components/prism-python","prismjs/components/prism-r","prismjs/components/prism-reason","prismjs/components/prism-ruby","prismjs/components/prism-rust","prismjs/components/prism-sass","prismjs/components/prism-scala","prismjs/components/prism-scheme","prismjs/components/prism-scss","prismjs/components/prism-solidity","prismjs/components/prism-sql","prismjs/components/prism-swift","prismjs/components/prism-typescript","prismjs/components/prism-vbnet","prismjs/components/prism-verilog","prismjs/components/prism-vhdl","prismjs/components/prism-visual-basic","prismjs/components/prism-wasm","prismjs/components/prism-yaml","mime-db","dom-to-image","@guyplusplus/turndown-plugin-gfm","turndown","marked","@better-scroll/core","plantuml-encoder","docx"],vr):(A=typeof globalThis<"u"?globalThis:A||self,vr(A["oneseditor-editor"]={},A.KiwiIntl,A.merge,A.stringFormat,A.nanoid$1,A.events,A.queryString,A.jsBase64,A.snabbdom,A.tinyTypedEmitter,A.cloneDeep,A.isEqual,A.Delta,A.debounce,A.intersection,A.json1,A.axios,A.findLastIndex,A.ReconnectingWebSocket,A.sha256,A.tippy$1,A.md5,A.cssColorConverter,A.markmap,A.throttle$1,A.Prism,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,A.mime,A.domToImage,A.turndownPluginGfm,A.TurndownService,A.marked,A.BetterScroll,A.plantumlEncoder,A.docx))})(this,function(A,vr,ol,K9,$9,fy,V9,Mf,ra,Ut,j9,H9,z9,q9,W9,G9,X9,Y9,J9,Z9,Y0,Q9,J0,eI,tI,nI,lce,cce,uce,fce,dce,hce,gce,mce,pce,bce,Cce,Ece,xce,Ace,yce,wce,kce,vce,Bce,Tce,Rce,Sce,Lce,Ice,Dce,_ce,Mce,Oce,Uce,Nce,Pce,Fce,Kce,$ce,Vce,jce,Hce,zce,qce,Wce,Gce,Xce,Yce,Jce,Zce,Qce,eue,tue,nue,rue,iue,oue,sue,aue,lue,cue,uue,fue,due,hue,gue,mue,pue,bue,Cue,Eue,xue,Aue,rI,iI,oI,sI,Z0,aI,lI,ke){"use strict";var sce=Object.defineProperty;var ace=(A,vr,ol)=>vr in A?sce(A,vr,{enumerable:!0,configurable:!0,writable:!0,value:ol}):A[vr]=ol;var g=(A,vr,ol)=>(ace(A,typeof vr!="symbol"?vr+"":vr,ol),ol);const Qt=n=>n&&typeof n=="object"&&"default"in n?n:{default:n};function Cg(n){if(n&&n.__esModule)return n;const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const t in n)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(n,t);Object.defineProperty(e,t,r.get?r:{enumerable:!0,get:()=>n[t]})}}return e.default=n,Object.freeze(e)}const cI=Qt(vr),Q0=Qt(ol),uI=Qt(K9),e1=Qt(fy),Ae=Qt(j9),Of=Qt(H9),$n=Qt(z9),Nt=Qt(q9),t1=Qt(W9),Eg=Cg(G9),dy=Qt(X9),hy=Qt(Y9),fI=Qt(J9),dI=Cg(Z9),n1=Qt(Y0),hI=Cg(Y0),xg=Qt(Q9),gI=Cg(eI),mI=Qt(tI),Nc=Qt(nI),r1=Qt(rI),i1=Qt(iI),pI=Qt(sI),gy=Qt(aI),bI=Qt(lI);function CI(n){const e=r=>r<10?`0${String(r)}`:String(r),t=r=>r<10?`00${String(r)}`:r<100?`0${String(r)}`:String(r);return`${n.getFullYear()}-${e(n.getMonth()+1)}-${e(n.getDate())} ${e(n.getHours())}:${e(n.getMinutes())}:${e(n.getSeconds())}.${t(n.getMilliseconds())}`}var ia=(n=>(n.DEBUG="DEBUG",n.INFO="INFO ",n.WARN="WARN ",n.ERROR="ERROR",n))(ia||{});const my=new Map,tf=class{constructor(e){g(this,"times",new Map);this.category=e}shouldLog(e){const t=Object.values(ia).indexOf(e),r=Object.values(ia).indexOf(tf.level);return t>=r}_log(e,t,r,i){var y;if(!this.shouldLog(e))return;const o=typeof process>"u"?{}:process;let s="";if(typeof t=="object")try{s="message"in t?t.message:JSON.stringify(t,null,4)}catch{s=""}else typeof t=="string"?t&&(s=t):s=JSON.stringify(t);s=i?`${s} - ${i}`:s;const a=`${this.category}`;let c=console.log;e==="WARN "&&(c=console.warn),e==="ERROR"&&(c=console.error);const f=`${CI(new Date)}`,h=e,b=a,C=tf.extParams?"[{date}] {level}: [{module} {extParams}] - {msg}":"[{date}] {level}: [{module}] - {msg}",E=[uI.default(((y=o.env)==null?void 0:y.LOG_TEMPLATE)||C,{date:f,level:h,module:b,msg:s,extParams:tf.extParams})];if(typeof t=="object"){const T=t.stack;T&&E.push(T)}if(c===console.error&&tf.debugMode){const T=new Error().stack;T&&E.push(T)}c(...E),r&&this._log(e,r)}log(e,t){this._log("INFO ",e,void 0,t)}debug(e,t){this._log("DEBUG",e,void 0,t)}info(e,t){this._log("INFO ",e,void 0,t)}warn(e,t,r){this._log("WARN ",e,t,r)}error(e,t,r){this._log("ERROR",e,t,r)}time(e){this.times.set(e,Date.now())}timeEnd(e){this.timeLog(e),this.times.delete(e)}timeLog(e){const t=this.times.get(e);if(!t){this.warn(`no time label: ${e}`);return}this.debug(`${e}: ${Date.now()-t}`)}static setExtParams(e){this.extParams=e}};let Ei=tf;g(Ei,"debugMode",!1),g(Ei,"level","DEBUG"),g(Ei,"extParams","");function _(n){const e=my.get(n);if(e)return e;const t=new Ei(n);return my.set(n,t),t}const EI={name:"ONES Editor",date:{dateFromFuture:"From the future",dateJustNow:"Just now",dateYesterday:"Yesterday",dateMinutesAgo:"{num} minutes ago",date1HourAgo:"1 hour ago",dateHoursAgo:"{num} hours ago",dateDaysAgo:"{num} days ago",dateWeeksAgo:"{num} weeks ago"},common:{cancel:"Cancel",downloadAsImage:"Save as PNG"},docx:{imageExportFailed:"Failed to load image"}},xI={name:"Ones Editor",date:{dateFromFuture:"\u6765\u81EA\u672A\u6765",dateJustNow:"\u521A\u521A",dateYesterday:"\u6628\u5929",dateMinutesAgo:"{num}\u5206\u949F\u524D",date1HourAgo:"1\u5C0F\u65F6\u524D",dateHoursAgo:"{num}\u5C0F\u65F6\u524D",dateDaysAgo:"{num}\u5929\u524D",dateWeeksAgo:"{num}\u5468\u524D"},common:{cancel:"\u53D6\u6D88",downloadAsImage:"\u4E0B\u8F7D\u4E3A\u56FE\u7247"},docx:{imageExportFailed:"\u56FE\u7247\u52A0\u8F7D\u5931\u8D25"}},AI={name:"ONES \u30A8\u30C7\u30A3\u30BF\u30FC",date:{dateFromFuture:"\u672A\u6765\u304B\u3089",dateJustNow:"\u305F\u3060\u4ECA",dateYesterday:"\u6628\u65E5",dateMinutesAgo:"{num}\u5206\u524D",date1HourAgo:"1\u6642\u9593\u524D",dateHoursAgo:"{num}\u6642\u9593\u524D",dateDaysAgo:"{num}\u65E5\u524D",dateWeeksAgo:"{num}\u9031\u524D"},common:{cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",downloadAsImage:"\u753B\u50CF\u3068\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9"},docx:{imageExportFailed:"\u753B\u50CF\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F"}},yI=_("i18n"),wI={"en-US":EI,"zh-CN":xI,"ja-JP":AI},Ag=cI.default.init("en-US",wI);let py="en-US";function kI(n=void 0){Ag.setLang&&(py=n||"en-US",Ag.setLang(n||"en-US"))}function vI(n){Q0.default(Ag.__metas__,n)}function BI(n,e){const t=Ag.get(n,e);return t===n&&yI.warn(`no locale value for key ${n}`),t}function TI(){return py}const I=Object.freeze(Object.defineProperty({__proto__:null,setLang:kI,mergeLang:vI,t:BI,getCurrentLang:TI},Symbol.toStringTag,{value:"Module"})),yue="";class by{constructor(e,t){this.editor=e,this.data=t}getData(){return this.data}getEditor(){return this.editor}destroy(){}}var Cy=function(){if(typeof Map<"u")return Map;function n(e,t){var r=-1;return e.some(function(i,o){return i[0]===t?(r=o,!0):!1}),r}return function(){function e(){this.__entries__=[]}return Object.defineProperty(e.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),e.prototype.get=function(t){var r=n(this.__entries__,t),i=this.__entries__[r];return i&&i[1]},e.prototype.set=function(t,r){var i=n(this.__entries__,t);~i?this.__entries__[i][1]=r:this.__entries__.push([t,r])},e.prototype.delete=function(t){var r=this.__entries__,i=n(r,t);~i&&r.splice(i,1)},e.prototype.has=function(t){return!!~n(this.__entries__,t)},e.prototype.clear=function(){this.__entries__.splice(0)},e.prototype.forEach=function(t,r){r===void 0&&(r=null);for(var i=0,o=this.__entries__;i<o.length;i++){var s=o[i];t.call(r,s[1],s[0])}},e}()}(),o1=typeof window<"u"&&typeof document<"u"&&window.document===document,yg=function(){return typeof global<"u"&&global.Math===Math?global:typeof self<"u"&&self.Math===Math?self:typeof window<"u"&&window.Math===Math?window:Function("return this")()}(),RI=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(yg):function(n){return setTimeout(function(){return n(Date.now())},1e3/60)}}(),SI=2;function LI(n,e){var t=!1,r=!1,i=0;function o(){t&&(t=!1,n()),r&&a()}function s(){RI(o)}function a(){var c=Date.now();if(t){if(c-i<SI)return;r=!0}else t=!0,r=!1,setTimeout(s,e);i=c}return a}var II=20,DI=["top","right","bottom","left","width","height","size","weight"],_I=typeof MutationObserver<"u",MI=function(){function n(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=LI(this.refresh.bind(this),II)}return n.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},n.prototype.removeObserver=function(e){var t=this.observers_,r=t.indexOf(e);~r&&t.splice(r,1),!t.length&&this.connected_&&this.disconnect_()},n.prototype.refresh=function(){var e=this.updateObservers_();e&&this.refresh()},n.prototype.updateObservers_=function(){var e=this.observers_.filter(function(t){return t.gatherActive(),t.hasActive()});return e.forEach(function(t){return t.broadcastActive()}),e.length>0},n.prototype.connect_=function(){!o1||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),_I?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},n.prototype.disconnect_=function(){!o1||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},n.prototype.onTransitionEnd_=function(e){var t=e.propertyName,r=t===void 0?"":t,i=DI.some(function(o){return!!~r.indexOf(o)});i&&this.refresh()},n.getInstance=function(){return this.instance_||(this.instance_=new n),this.instance_},n.instance_=null,n}(),Ey=function(n,e){for(var t=0,r=Object.keys(e);t<r.length;t++){var i=r[t];Object.defineProperty(n,i,{value:e[i],enumerable:!1,writable:!1,configurable:!0})}return n},Pc=function(n){var e=n&&n.ownerDocument&&n.ownerDocument.defaultView;return e||yg},xy=kg(0,0,0,0);function wg(n){return parseFloat(n)||0}function Ay(n){for(var e=[],t=1;t<arguments.length;t++)e[t-1]=arguments[t];return e.reduce(function(r,i){var o=n["border-"+i+"-width"];return r+wg(o)},0)}function OI(n){for(var e=["top","right","bottom","left"],t={},r=0,i=e;r<i.length;r++){var o=i[r],s=n["padding-"+o];t[o]=wg(s)}return t}function UI(n){var e=n.getBBox();return kg(0,0,e.width,e.height)}function NI(n){var e=n.clientWidth,t=n.clientHeight;if(!e&&!t)return xy;var r=Pc(n).getComputedStyle(n),i=OI(r),o=i.left+i.right,s=i.top+i.bottom,a=wg(r.width),c=wg(r.height);if(r.boxSizing==="border-box"&&(Math.round(a+o)!==e&&(a-=Ay(r,"left","right")+o),Math.round(c+s)!==t&&(c-=Ay(r,"top","bottom")+s)),!FI(n)){var f=Math.round(a+o)-e,h=Math.round(c+s)-t;Math.abs(f)!==1&&(a-=f),Math.abs(h)!==1&&(c-=h)}return kg(i.left,i.top,a,c)}var PI=function(){return typeof SVGGraphicsElement<"u"?function(n){return n instanceof Pc(n).SVGGraphicsElement}:function(n){return n instanceof Pc(n).SVGElement&&typeof n.getBBox=="function"}}();function FI(n){return n===Pc(n).document.documentElement}function KI(n){return o1?PI(n)?UI(n):NI(n):xy}function $I(n){var e=n.x,t=n.y,r=n.width,i=n.height,o=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,s=Object.create(o.prototype);return Ey(s,{x:e,y:t,width:r,height:i,top:t,right:e+r,bottom:i+t,left:e}),s}function kg(n,e,t,r){return{x:n,y:e,width:t,height:r}}var VI=function(){function n(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=kg(0,0,0,0),this.target=e}return n.prototype.isActive=function(){var e=KI(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},n.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},n}(),jI=function(){function n(e,t){var r=$I(t);Ey(this,{target:e,contentRect:r})}return n}(),HI=function(){function n(e,t,r){if(this.activeObservations_=[],this.observations_=new Cy,typeof e!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=r}return n.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(e instanceof Pc(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new VI(e)),this.controller_.addObserver(this),this.controller_.refresh())}},n.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(e instanceof Pc(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;!t.has(e)||(t.delete(e),t.size||this.controller_.removeObserver(this))}},n.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},n.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach(function(t){t.isActive()&&e.activeObservations_.push(t)})},n.prototype.broadcastActive=function(){if(!!this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map(function(r){return new jI(r.target,r.broadcastRect())});this.callback_.call(e,t,e),this.clearActive()}},n.prototype.clearActive=function(){this.activeObservations_.splice(0)},n.prototype.hasActive=function(){return this.activeObservations_.length>0},n}(),yy=typeof WeakMap<"u"?new WeakMap:new Cy,wy=function(){function n(e){if(!(this instanceof n))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var t=MI.getInstance(),r=new HI(e,t,this);yy.set(this,r)}return n}();["observe","unobserve","disconnect"].forEach(function(n){wy.prototype[n]=function(){var e;return(e=yy.get(this))[n].apply(e,arguments)}});var sl=function(){return typeof yg.ResizeObserver<"u"?yg.ResizeObserver:wy}();class zI extends Error{constructor(e){if(super(e),this.code="Assert",this.stack){const t=this.stack.split(`
3
3
  `);if(t.length>1)if(this.lineNumber&&this.columnNumber){const r=t[1].match(/(.*)@(.*):(\d+):(\d+)/);r&&(this.lineNumber=+r[3],this.columnNumber=+r[4],this.fileName=r[2]),t.splice(0,1)}else t.splice(1,1);this.stack=t.join(`
4
4
  `)}}}function p(n,e,t){if(!e)throw n.error(`assert failed: ${t}`),new zI(t)}const qI=$9.customAlphabet("1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_",8),ky="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function WI(){return ky[Date.now()%ky.length]}const re=()=>`${WI()}${qI()}`;class vy extends e1.default.EventEmitter{constructor(t=60){super();g(this,"cache",new Map);g(this,"expiredSeconds");this.expiredSeconds=t,this.startAutoClear()}delete(t){const r=this.cache.get(t);r&&this.emit("delete",r.data),this.cache.delete(t)}getSync(t,r){const i=this.cache.get(t),o=Date.now();if(i&&(o-i.lastRead)/1e3<this.expiredSeconds)return i.lastRead=o,i.data;const s=r(t);return this.cache.set(t,{lastRead:o,data:s}),s}async get(t,r){const i=this.cache.get(t),o=Date.now();if(i&&(o-i.lastRead)/1e3<this.expiredSeconds)return i.lastRead=o,i.data;const s=await r(t);return this.cache.set(t,{lastRead:o,data:s}),s}startAutoClear(){setInterval(()=>{const t=Date.now();Array.from(this.cache.entries()).forEach(([r,i])=>{(t-i.lastRead)/1e3>this.expiredSeconds&&this.delete(r)})},10*1e3)}}class Fc{constructor(){g(this,"_callbacks",new Set)}get callbacks(){return Array.from(this._callbacks)}registerCallback(e){this._callbacks.add(e)}unregisterCallback(e){this._callbacks.delete(e)}clearCallbacks(){this._callbacks.clear()}}const GI=_("await-locker");class XI{constructor(){g(this,"_acquired",!1);g(this,"_waitingResolvers",[]);this._acquired=!1,this._waitingResolvers=[]}acquireAsync(e){return this._acquired?new Promise((t,r)=>{this._waitingResolvers.push(t),e&&e>0&&setTimeout(()=>{const i=this._waitingResolvers.indexOf(t);if(i!==-1){this._waitingResolvers.splice(i,1);const o=new Error(`lock timeout: ${e}, waiting resolves: ${this._waitingResolvers.length}`);r(o)}},e)}):(this._acquired=!0,Promise.resolve())}tryAcquire(){return this._acquired?!1:(this._acquired=!0,!0)}release(){if(!this._acquired)throw new Error("Cannot release an unacquired lock");if(this._waitingResolvers.length>0){const e=this._waitingResolvers.shift();p(GI,e,"Resolver missing"),e(void 0)}else this._acquired=!1}acquired(){return this._acquired}debug(){const e=this._waitingResolvers.length;return console.log(`waiting resolves: ${e}`),{waitingCount:e}}}class YI{constructor(){g(this,"_map");this._map=new Map}getLocker(e){let t=this._map.get(e);return t||(t=new XI,this._map.set(e,t)),t}async lock(e,t){await this.getLocker(e).acquireAsync(t)}release(e){this.getLocker(e).release()}remove(e){this.isLocking(e)||this._map.delete(e)}isLocking(e){return this._map.has(e)?this.getLocker(e).acquired():!1}}const xi=new YI,Ho=navigator.userAgent;function al(){const n=navigator.userAgent.toLowerCase();return n.indexOf("safari")!==-1&&!(n.indexOf("chrome")>-1)}function Uf(){return navigator.userAgent.toLowerCase().indexOf("firefox")>-1}const vt={isAndroid:!!Ho.match(/Android/i),isIOS:!!Ho.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/i),isIPad:!!Ho.match(/iPad/i),isIPhone:!!Ho.match(/iPhone/i),isLinux:!!Ho.match(/Linux/i),isMac:!!Ho.match(/Macintosh/i),isMobile:!!Ho.match(/AppleWebKit.*Mobile.*/i),isWindows:!!Ho.match(/Window/i),isIe:!!Ho.match(/msie|trident/i),isSafari:al(),isFirefox:Uf(),isMobileSafari:!1};vt.isMobileSafari=vt.isMobile&&vt.isSafari;const Kc=_("dom-utils");function q(n,...e){n&&n.nodeType===Node.ELEMENT_NODE&&n.classList.add(...e)}function _e(n,e){return n instanceof HTMLElement?n.classList.contains(e):!1}function ae(n,...e){n&&n.nodeType===Node.ELEMENT_NODE&&n.classList.remove(...e),n.classList.length===0&&n.removeAttribute("class")}function w(n,e,t,r){const i=document.createElement(n);return e&&e.length>0&&q(i,...e),t&&t.appendChild(i),r&&(typeof r=="string"?i.innerText=r.replace(/\r/g," ").replace(/\n/g," "):c1(i,r)),i}function zo(n,e,t){const r=w("button",e,t);return r.innerHTML=n,r}function s1(n,e,t){const r=w("img",e,t);return r.src=n,r}function By(n,e){try{const t=document.createRange();return t.setStart(n,e),t}catch(t){p(Kc,!1,`failed to create range: ${n.childNodes.length}, ${e}, ${t.message}`)}}function vg(n,e,t,r){try{const i=document.createRange();return i.setStart(n,e),i.setEnd(t,r),i}catch(i){p(Kc,!1,`failed to create expanded range: ${n.childNodes.length}, ${e}, ${t.childNodes.length}, ${r}, ${i.message}`)}}function Bg(n){const e=n.getClientRects();return p(Kc,e.length>=1,"getFirstClientRect: no rects"),e[0]}function ll(n){const e=n.getClientRects();return p(Kc,e.length>=1,"getLastClientRect: no rects"),e[e.length-1]}function oa(n,e,t){const r=n.left+n.width/2,i=n.top+n.height/2;return(r-e)**2+(i-t)**2}function a1(n,e){const t=document.querySelectorAll(".editor-disable-scroll");t.forEach(s=>{s.style.display="none"});let r,i=null,o=-1;return document.caretPositionFromPoint?(r=document.caretPositionFromPoint(n,e),r&&(i=r.offsetNode,o=r.offset)):document.caretRangeFromPoint&&(r=document.caretRangeFromPoint(n,e),r&&(i=r.startContainer,o=r.startOffset)),t.forEach(s=>{s.style.display="block"}),{textNode:i,offset:o}}function Ty(n,e,t){const r=a1(e,t);return r.textNode===n?r.offset:0}function Tg(n,e){if(n===e)return 0;if((!n.parentElement||!e.parentElement)&&p(Kc,!1,"invalid dom node to compare"),n.parentElement===e.parentElement){const o=Array.from(n.parentElement.children);return o.indexOf(n)-o.indexOf(e)}const t=o=>{const s=[o];for(;o.parentElement;)s.unshift(o.parentElement),o=o.parentElement;return s},r=t(n),i=t(e);r[0]!==i[0]&&p(Kc,!1,"invalid dom node to compare, different tree");for(let o=1;;o++){const s=r[o],a=i[o];if(s===a)continue;const c=r[o-1],f=Array.from(c.children);return f.indexOf(s)-f.indexOf(a)}}function l1(n){var i,o;const e=window.getComputedStyle(n),t=(i=Number.parseInt(e.paddingLeft,10))!=null?i:0,r=(o=Number.parseInt(e.paddingRight,10))!=null?o:0;return t+r}function Nf(n){return!document.documentElement.contains(n)}function mt(n,e){let t=e;for(;t;){if(n===t)return!0;t=t.parentNode}return!1}function Ry(n,e,t){if(document.getElementById(e)){setTimeout(t);return}const i=document.createElement("script");i.async=!0,i.src=n,i.id=e,document.head.appendChild(i),i.onload=()=>t(),i.onerror=o=>{if(o instanceof Event){const s=o.target;let a="";s&&(a=s.src),t(new URIError(`The script ${a} didn't load correctly.`))}else t(new URIError(`The script ${o} didn't load correctly.`))}}async function cl(n,e){const t=new Promise((r,i)=>{Ry(n,e,o=>{o?i(o):r(void 0)})});try{await xi.lock(e),await t}finally{xi.release(e)}}function c1(n,e){Object.entries(e).forEach(([t,r])=>{n.dataset[t]=`${r}`})}function Rg(n,e){Object.entries(e).forEach(([t,r])=>{n.setAttribute(t,r)})}function u1(n,e){Object.entries(e).forEach(([t,r])=>{n.style.setProperty(t,r)})}function Pf(n){let e=0,t=0,r=n;do e+=r.offsetTop||0,t+=r.offsetLeft||0,r=r.offsetParent;while(r);return{top:e,left:t}}function $c(n,e){return!n.target||!(n.target instanceof Element)?null:n.target.closest(e)}function Sy(n){return $c(n,'[data-type="editor-block"]')}function Sg(n){if(!n)return!1;const e=window.getComputedStyle(n);return e.display==="none"||e.visibility==="hidden"?!1:n.parentElement?Sg(n.parentElement):!0}function Wr(n){let e=n;for(;e;){let t;if(e instanceof HTMLElement?t=e.offsetWidth:t=Number.parseInt(getComputedStyle(n).width,10),t!==0)return e.getBoundingClientRect().width/t;e=e.parentElement}return 1}function Lg(n,e){let t=!1;n.addEventListener("compositionstart",()=>{t=!0}),n.addEventListener("compositionend",()=>{al()?setTimeout(()=>{t=!1},100):t=!1});const r=i=>{e(i,t)};return n.addEventListener("keydown",r),()=>{n.removeEventListener("keydown",r)}}function Pt(n,e,t={noFilter:!1}){return t.noFilter?document.elementFromPoint(n,e)||document.body:document.elementsFromPoint(n,e).find(o=>o instanceof HTMLElement&&!_e(o,"editor-disable-scroll"))||document.body}class JI{constructor(e){g(this,"element");this.element=e}getClientHeight(){return this.element.clientHeight}getHorizontalScroll(){return this.element.scrollLeft}getVerticalScroll(){return this.element.scrollTop}getMaxHorizontalScroll(){return this.element.scrollWidth-this.element.clientWidth}getMaxVerticalScroll(){return this.element.scrollHeight-this.element.clientHeight}getHorizontalElementScrollOffset(e,t){return Pf(e).left*Wr(e)-Pf(t).left*Wr(t)}getVerticalElementScrollOffset(e,t){return Pf(e).top*Wr(e)-Pf(t).top*Wr(t)}scrollTo(e,t){this.element.scrollLeft=e,this.element.scrollTop=t}}class ZI{constructor(){g(this,"element",window)}getHorizontalScroll(){return window.scrollX||document.documentElement.scrollLeft}getClientHeight(){return window.innerHeight||document.documentElement.clientHeight}getVerticalScroll(){return window.scrollY||document.documentElement.scrollTop}getMaxHorizontalScroll(){return Math.max(document.body.scrollWidth,document.documentElement.scrollWidth,document.body.offsetWidth,document.documentElement.offsetWidth,document.body.clientWidth,document.documentElement.clientWidth)-window.innerWidth}getMaxVerticalScroll(){return Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)-window.innerHeight}getHorizontalElementScrollOffset(e){return(window.scrollX||document.documentElement.scrollLeft)+e.getBoundingClientRect().left}getVerticalElementScrollOffset(e){return(window.scrollY||document.documentElement.scrollTop)+e.getBoundingClientRect().top}scrollTo(e,t){window.scrollTo(e,t)}}const qo={elements:[],cancelMethods:[],add:(n,e)=>{qo.elements.push(n),qo.cancelMethods.push(e)},remove:(n,e)=>{const t=qo.elements.indexOf(n);t>-1&&(e&&qo.cancelMethods[t](),qo.elements.splice(t,1),qo.cancelMethods.splice(t,1))}},Ly=typeof window<"u",QI={cancelOnUserAction:!0,easing:n=>--n*n*n+1,elementToScroll:Ly?window:null,horizontalOffset:0,maxDuration:3e3,minDuration:250,speed:500,verticalOffset:0};async function ul(n,e={}){var Q,H;if(!Ly)return new Promise(Y=>{Y(!1)});if(!window.Promise)throw"Browser doesn't support Promises, and animated-scroll-to depends on it, please provide a polyfill.";let t,r,i;const o={...QI,...e},s=o.elementToScroll===window,a=!!o.elementToScroll.nodeName;if(!s&&!a)throw"Element to scroll needs to be either window or DOM element.";const c=s?document.documentElement:o.elementToScroll;getComputedStyle(c).getPropertyValue("scroll-behavior")==="smooth"&&console.warn(`${c.tagName} has "scroll-behavior: smooth" which can mess up with animated-scroll-to's animations`);const h=s?new ZI:new JI(o.elementToScroll);if(n instanceof Element){if(i=n,a&&(!o.elementToScroll.contains(i)||o.elementToScroll.isSameNode(i)))throw"options.elementToScroll has to be a parent of scrollToElement";t=h.getHorizontalElementScrollOffset(i,o.elementToScroll),r=h.getVerticalElementScrollOffset(i,o.elementToScroll)}else if(typeof n=="number")t=h.getHorizontalScroll(),r=n;else if(Array.isArray(n)&&n.length===2)t=n[0]===null?h.getHorizontalScroll():n[0],r=n[1]===null?h.getVerticalScroll():n[1];else throw`Wrong function signature. Check documentation.
5
5
  Available method signatures are:
@@ -699,7 +699,7 @@ ${s}
699
699
  <p>${Ig(a)}</p>`}function AH(n,e){t5(n,bR)}const CR={blockType:"code",blockKind:"complex",createBlockContent:sH,getBlockTextLength:aH,getRangeFromPoint:lH,moveCaret:cH,getCaretRect:uH,updateSelection:fH,clearSelection:dH,getChildContainers:hH,getNextContainer:gH,getSelectedContainers:mH,convertFrom:Dj,handleBlockElementUpdated:pH,getOptions:CH,getBlockProperties:EH,convertTo:xH,handleDeleteBlock:AH},ER={...cr,blockType:"code-line"};class yH{constructor(e){g(this,"handleSelectionChange",()=>{const e=this.editor.selection;if(!e.range.isCollapsed())return;const t=e.focusedBlock;if(!nh(this.editor,t))return;const r=t,i=e.range.focus.offset,o=ok(this.editor,r,i,"code-caret");o.scrollIntoView({block:"nearest"}),setTimeout(()=>{o.remove(),this.editor.selection.caret.update()})});this.editor=e,e.addListener("selectionChanged",this.handleSelectionChange)}destroy(){this.editor.removeListener("selectionChanged",this.handleSelectionChange)}}function wH(n){if(!n.isWritable())return!1;const e=n.getFocusedBlock();if(!!nh(n,e)){if(n.selection.range.isCollapsed()){const t=n.selection.range.start;return n.insertTextToBlock(e,t.offset," "),!0}return n.undoManager.runInGroup(()=>{ro(n).forEach(r=>{n.insertTextToBlock(r.block,0," ")})}),!0}}function kH(n){if(!n.isWritable())return!1;const e=n.getFocusedBlock();if(!nh(n,e))return;const t=[" "," "];return n.undoManager.runInGroup(()=>{ro(n).forEach(i=>{const o=Lt(n.getBlockText(i.block));for(let s=0;s<t.length;s++){const a=t[s];if(o.startsWith(a)){n.deleteTextFromBlock(i.block,0,a.length);break}}})}),!0}function vH(n){const e=n.getFocusedBlock(),t=oe(e);if(Ze(t))return;const r=Z(t);if(!r||we(r)!=="code")return;const i=n.selection.range;if(!!i.isSimple()&&!SB(t,i))return bm(n,t),!0}const BH={Tab:wH,"Shift+Tab":kH,"CtrlOrCmd+A":vH},rh=_("code-text-decorate");class Sp{decorateText(e,t,r){if(p(rh,t.length>0,"invalid path"),t.length===1)return{};const i=t[t.length-2];if(e.doc.getBlockData(i.containerId,i.blockIndex).type!=="code")return{};const s=r;if(s.length===0)return{};const a=Lt(s),c=e.doc.getBlockData(i.containerId,i.blockIndex),h=(T=>{if(!T)return Nc.default.languages.plain;const R=T.replace(/\s/g,"").toLocaleLowerCase();return Nc.default.languages[R]||Nc.default.languages.plain})(c.language),b=Nc.default.tokenize(a,h),C=(T,R)=>{if(p(rh,T,"no token"),typeof T=="string")return[{insert:T,attributes:Ae.default(R)}];p(rh,T instanceof Nc.default.Token,"invalid token type");const O=T.content,M=Ae.default(R);return M[`style-code-${T.type}`]=!0,typeof O=="string"?[{insert:O,attributes:M}]:Array.isArray(O)?O.filter(H=>H.length).map(H=>C(H,M)).flat():(p(rh,O instanceof Nc.default.Token,"invalid token"),C(O,M))},y=b.map(T=>C(T,{})).flat();return p(rh,Vn(y)===Vn(s),"failed to highlight code, text length mismatch"),{text:y}}}const TH={code:{title:"\u4EE3\u7801",abstract:"\u4EE3\u7801",wrap:"\u6362\u884C",copy:"\u590D\u5236",caption:"\u8BF4\u660E",search:"\u8F93\u5165\u5173\u952E\u8BCD\u641C\u7D22",copySuccess:"\u590D\u5236\u6210\u529F",plainText:"Plain Text"}},RH={code:{title:"Code",abstract:"Code",wrap:"Wrap",copy:"Copy",caption:"Caption",search:"Search",copySuccess:"Copied successfully",plainText:"Plain Text"}},SH={code:{title:"\u30B3\u30FC\u30C9",abstract:"\u30B3\u30FC\u30C9",wrap:"\u6298\u308A\u8FD4\u3059",copy:"\u8907\u88FD",caption:"\u4F8B\u8A3C\u3059\u308B",search:"\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u691C\u7D22",copySuccess:"\u30B3\u30D4\u30FC\u3055\u308C\u307E\u3057\u305F",plainText:"\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8"}};I.mergeLang({"zh-CN":TH,"en-US":RH,"ja-JP":SH});function LH(n,e,t,r){const i=n.getBlockByIndex(e,t);if(Ee(n,i)!==r)return!1;const o=Lt(n.getBlockText(i));if(![...o].every(h=>h==="|")||o.length<3||!n.editorBlocks.hasBlock("table"))return!1;const s=n.editorBlocks.getBlockClass("table");if(!s.convertFrom)return!1;const a=s.convertFrom(n,i,{offset:r});if(!a)return!1;const{blockData:c,focusBlockId:f}=a;return c?(n.undoManager.runInGroup(()=>{var b;const h=n.insertBlock(e,t,c,bt(n,f!=null?f:c.id,0));n.deleteBlock(i),(b=a.onConverted)==null||b.call(a,n,h)}),!0):!1}const IH={mermaid:{blockType:"embed",reg:/^```mermaid$/,data:{embedType:"mermaid"}},flowchart:{blockType:"embed",reg:/^```flowchart$/,data:{embedType:"flowchart"}},plantuml:{blockType:"embed",reg:/^```plantuml$/,data:{embedType:"plantuml"}},code:{blockType:"code",reg:/^```\S+$/},code2:{blockType:"code",reg:/^```$/},table:{blockType:"table",reg:/^\|.+\|.+\|$/},math:{blockType:"embed",reg:/^\$\$.+\$\$$/},image:{blockType:"embed",reg:/^!\[[^\]]*\]\((?<filename>.*?)(?="|\))(?<optionalPart>".*")?\)/,data:{embedType:"image"}},dividing:{blockType:"embed",reg:/^-{3,}$/,data:{embedType:"dividing-line"}},toc:{blockType:"embed",reg:/^\[toc\]/i,data:{embedType:"toc"}}},DH={orderedList:{reg:/^(\d)+(\.|。)$/,blockType:"list",data:{listType:"ordered"}},unorderedList1:{reg:/^\*$/,blockType:"list",data:{listType:"unordered"}},unorderedList2:{reg:/^-$/,blockType:"list",data:{listType:"unordered"}},checkList1:{reg:/^\[\s?\]$/,blockType:"list",data:{listType:"unchecked"}},checkList2:{reg:/^\[X\]$/i,blockType:"list",data:{listType:"checked"}},image:{blockType:"embed",reg:/^!\[[^\]]*\]\((?<filename>.*?)(?="|\))(?<optionalPart>".*")?\)/,data:{embedType:"image"}}};function Lp(n,e,t,r,i){const o=n.getContainerById(e);if(!Ze(o)){const s=Z(o);if(s&&Pi(s))return!0}return!1}function xR(n,e,t,r,i){if(Lp(n,e))return!1;if(i==="enter"&&LH(n,e,t,r))return!0;const o=n.getBlockByIndex(e,t),s=Lt(ar(n.getBlockText(o),r).left),a=i==="enter"?IH:DH;for(const[,c]of Object.entries(a)){if(!s.match(c.reg))continue;return!!n.undoManager.runInGroup(()=>{var y;const h=$g(n,o,c.blockType,{offset:r,data:c.data});if(!h)return null;const{blockData:b,focusBlockId:C}=h;if(!b)return null;const E=n.insertBlock(e,t,b,bt(n,C!=null?C:b.id,0));return n.deleteBlock(o),(y=h.onConverted)==null||y.call(h,n,E),{newBlock:E,focusBlockId:C}})}return!1}function _H(n,e,t,r){const i=n.getBlockByIndex(e,t);return n.getBlockString(i,{boxReplacement:" "}).substring(0,r)!==">"?!1:(n.undoManager.runInGroup(()=>{n.deleteTextFromBlock(i,0,r+1),n.updateBlockData(i,{quoted:!0},bt(n,i,0))}),!0)}const MH={"#":1,"##":2,"###":3,"####":4,"#####":5,"######":6,"#######":7,"########":8};function OH(n,e,t,r){const i=n.getBlockByIndex(e,t),o=n.getBlockString(i,{boxReplacement:" "}).substring(0,r);let s=MH[o];if(!s)return!1;const a=n.getBlockData(i).heading;return a&&a==s&&(s=null),n.undoManager.runInGroup(()=>{n.deleteTextFromBlock(i,0,r+1),n.updateBlockData(i,{heading:s},bt(n,i,0))}),!0}function UH(n,e,t,r){return!!(OH(n,e,t,r)||_H(n,e,t,r))}const NH=_("match-text-style");function PH(n,e){if(n.length<e.length*2+1||!n.endsWith(e)||n.substring(0,n.length-1).endsWith(e))return-1;const t=n.substring(0,n.length-e.length),r=t.lastIndexOf(e);return r===-1?-1:r===0?0:t.substring(r-1).startsWith(e)?-1:r}const FH={"*":{type:"style",styles:["style-italic"],boxType:""},"**":{type:"style",styles:["style-bold"],boxType:""},"***":{type:"style",styles:["style-bold","style-italic"],boxType:""},"~~":{type:"style",styles:["style-strikethrough"],boxType:""},"`":{type:"style",styles:["style-code"],boxType:""},$$:{type:"box",styles:[],boxType:"math"}};function KH(n,e,t,r){var C,E;const i=n.getBlockByIndex(e,t),o=n.getBlockText(i),{left:s}=ar(o,r),a=hb(s),c=Vn(s)-a.length,f=Object.entries(FH);for(const[y,T]of f){const R=PH(a,y);if(R===-1)continue;const O=c+R,M=r,F=y.length,Q=Lt(bn(o,O+F,M-O-F*2).middle);if(T.type==="style"){const H={};T.styles.forEach(de=>{H[de]=!0});const Y=Al(Q,H);n.undoManager.runInGroup(()=>{n.deleteTextFromBlock(i,O,M-O),n.insertTextToBlock(i,O,Y)})}else if(T.type==="box")try{const H=(E=(C=n.editorBoxes.getBoxClass(T.boxType)).convertFrom)==null?void 0:E.call(C,n,Q);if(!H)continue;n.undoManager.runInGroup(()=>{n.deleteTextFromBlock(i,O,M-O),n.insertBoxToBlock(i,O,H)})}catch(H){NH.warn(`failed to convert to box, ${H.message}`);continue}return!0}const h=/\[([^\]]+)\]\((https?:\/\/\S+)\)\s*$/,b=a.match(h);if(b){const y=b.index,T=b[1],R=b[2],O=y,M=r,Q={...Jc(o,O),link:R};return n.undoManager.runInGroup(()=>{n.deleteTextFromBlock(i,O,M-O),n.insertTextToBlock(i,O,Al(T,Q))}),!0}return!1}class Ip{handleAfterInsertText(e,t,r,i,o){if(o===" "){if(Lp(e,t))return!1;if(UH(e,t,r,i)||KH(e,t,r,i))return!0}return!1}handleBeforeKeyDown(e,t){if(!e.selection.range.isSimple())return!1;const{containerId:i,blockIndex:o,offset:s}=e.getTextPosition();if(le(e,e.getBlockByIndex(i,o))){if(Qi(t,"Enter")){if(xR(e,i,o,s,"enter"))return!0}else if(Qi(t,"Space")&&xR(e,i,o,s,"space"))return!0}return!1}}const $H={"en-US":{placeholder:{default:"Type / for commands",heading:"Heading {heading}",list:"List",mention:"Quickly assign tasks and use @ to mention yourself or others",quote:"Quote",title:"Enter document title"}},"zh-CN":{placeholder:{default:"\u8F93\u5165\u300C/\u300D\u5FEB\u901F\u63D2\u5165",heading:"\u6807\u9898{heading}",list:"\u5217\u8868",mention:"\u5FEB\u901F\u5206\u914D\u4EFB\u52A1\uFF0C@\u63D0\u53CA\u81EA\u5DF1\u6216\u4ED6\u4EBA",quote:"\u5F15\u7528",title:"\u8BF7\u8F93\u5165\u6587\u6863\u6807\u9898"}},"ja-JP":{placeholder:{default:"\u300C/\u300D\u3092\u5165\u529B\u3057\u3066\u7D20\u65E9\u304F\u633F\u5165\u3059\u308B",heading:"\u898B\u51FA\u3057{heading}",list:"\u30EA\u30B9\u30C8",mention:"\u81EA\u5206\u3084\u30E1\u30F3\u30D0\u30FC\u3092\uFF20\u3057\u3001\u30BF\u30B9\u30AF\u3092\u7D20\u65E9\u304F\u5272\u308A\u5F53\u3066\u307E\u3059",quote:"\u5F15\u7528",title:"\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044"}}};I.mergeLang($H);function ih(n,e){const t=ao(n,e);return!!(le(n,e)&&t.text&&Vn(t.text)===0&&!e.querySelector(".inputting-insertion"))}function AR(n,e){var r;$e(e).removeAttribute("data-content-placeholder"),(r=e.querySelector("[data-type=block-tools] .block-placeholder-container"))==null||r.remove()}function oh(n,e,t){var i;if(AR(n,e),!ih(n,e))return;const r=$e(e);if(typeof t=="string")r.setAttribute("data-content-placeholder",t);else{const o=At(e),s=(i=o.querySelector(".block-placeholder-container"))!=null?i:w("div",["block-placeholder-container"],o);s.innerHTML="",s.appendChild(t)}}function VH(n){const e=n.getAttribute("data-style-heading");return e?I.t("placeholder.heading",{heading:e}):n.getAttribute("data-style-quoted")?I.t("placeholder.quote"):null}function jH(n){const e=n.getAttribute("data-list-type");return e?e==="ordered"||e==="unordered"?I.t("placeholder.list"):I.t("placeholder.mention"):null}function yR(n){switch(we(n)){case"text":return VH(n);case"list":return jH(n);default:return null}}function HH(n){if(Zr(n))return!1;const e=Z(oe(n));return e?we(e)==="code":!1}function zH(n){return!Zr(n)}function qH(n,e){var h,b,C,E;const t=n.selection.focusedBlock,r=we(t),i=e.contentPlaceholder||I.t("placeholder.default");let o=i;if(r&&Xf(n,r)&&t){if(!n.isBlockWritable(t)||HH(t))return;if(zH(t)){const y=Z(oe(t));(!y||!((b=(h=He(n,y)).getOptions)!=null&&b.call(h,n).isMenuButtonBaseContainer))&&(o=I.t("placeholder.common.contentInTable"))}o=(C=yR(t))!=null?C:o}const s=n.getFirstBlock(),a=e.hideTitle?s:lt(s);if(!a)return;const c=lt(a);if(c&&!e.addPlaceholderToAllCurrentEmptyBlock)return;if(!c&&ih(n,a)){oh(n,a,(E=yR(a))!=null?E:i);return}const f=n.getFocusedBlock();!ih(n,f)||f===s&&!e.hideTitle||oh(n,f,o)}function WH(n,e){var i,o;const t=n.getFirstBlock(),r=$e(t);ih(n,t)?(r.setAttribute("data-title-placeholder",(i=e.titlePlaceholder)!=null?i:I.t("placeholder.title")),r.setAttribute("data-title-placeholder-readonly",(o=e.readonlyTitlePlaceholder)!=null?o:"")):(r.removeAttribute("data-title-placeholder"),r.removeAttribute("data-title-placeholder-readonly"))}function GH(n){n.rootContainer.querySelectorAll("[data-content-placeholder").forEach(e=>{e.removeAttribute("data-content-placeholder")}),n.rootContainer.querySelectorAll("[data-type=block-tools] .block-placeholder-container").forEach(e=>{e.remove()})}function XH(n,e){var t;GH(n),n.selection.range.isCollapsed()&&(e.hideTitle||WH(n,e),(t=e.applyContentPlaceholder)!=null&&t.call(e,n)||qH(n,e))}const ife="";function YH(n){for(let e=0;e<n.length;e++){const t=n[e];if(t.attributes&&Object.keys(t.attributes).length)return!0}return!1}const wR=_("enforce-title");class YE{constructor(e,t={headingLevel:1}){g(this,"handleSelectionChange",e=>{setTimeout(()=>{this.applyPlaceholder(e)})});g(this,"reload",e=>{this.handleChanged(e),this.applyPlaceholder(e)});this.options=t,this.handleChanged(e),this.applyPlaceholder(e),e.addListener("selectionChanged",this.handleSelectionChange),setTimeout(()=>{e.addListener("load",this.reload)})}destroy(e){e.removeListener("selectionChanged",this.handleSelectionChange),e.removeListener("load",this.reload)}handleBeforeKeyDown(e,t){if(!e.selection.range.isSimple())return!1;const{containerId:i,blockIndex:o,offset:s}=e.getTextPosition();if(!this.isDocumentTitleBlock(i,o)||!Qi(t,"Enter"))return!1;let a=!1,c=null;yi(e.rootContainer)===2&&(c=sa(e.rootContainer,1),Ee(e,c)===0&&(a=!0));const f=e.getFirstBlock();return e.undoManager.runInGroup(()=>{e.breakTextBlock(f,s,{forceInsertAfter:!0}),a&&c&&e.deleteBlock(c)}),!0}handleChanged(e){var t,r;try{const i=e.doc.getContainerBlocks(ue(e.rootContainer));p(wR,i.length>0,"root container is empty");const o=i[0];if(o.type!=="text"&&!this.options.hideTitle){const s=so("",{heading:(t=this.options.headingLevel)!=null?t:1});e.insertBlock(ue(e.rootContainer),0,s,e.selection.range.toDocRange()).setAttribute("data-document-title","");return}if(!this.options.hideTitle){p(wR,o.text,"invalid text block");const s=e.getBlockById(o.id);if(YH(o.text)||o.quoted||o.heading!==this.options.headingLevel){const a=e.getBlockString(s),c=so(a,{heading:(r=this.options.headingLevel)!=null?r:1,quoted:!1}),f=e.selection.focusedBlock;let h=e.selection.range;const b=e.insertBlock(ue(e.rootContainer),0,c);b.setAttribute("data-document-title",""),f===s&&(h=bt(e,c.id,Ee(e,b))),um(e,s,h)}else s.setAttribute("data-document-title","")}if(i.length>1||this.options.hideTitle)return;e.insertTextBlock("",ue(e.rootContainer),1,{newRange:e.selection.range.toDocRange()})}finally{this.applyPlaceholder(e)}}handleRemoteChanged(e){setTimeout(()=>{this.applyPlaceholder(e)})}handleUpdateCompositionText(e){this.applyPlaceholder(e)}applyPlaceholder(e){var t,r;!((t=this.options)!=null&&t.titlePlaceholder)&&!((r=this.options)!=null&&r.contentPlaceholder)||XH(e,this.options)}isDocumentTitleBlock(e,t){return e==="root"&&t===0&&!this.options.hideTitle}}function Fi(n){return we(n)==="embed"&&Wt(n)==="image"}async function kR(n){return new Promise((e,t)=>{const r=new Image;r.onload=()=>{e({width:r.naturalWidth,height:r.naturalHeight})},r.onerror=t,r.src=n})}async function JH(n){const e=await Vc(n);return kR(e)}function La(n){return typeof n=="number"}const ZH=_("image-data"),sh=1e3,vR=400,QH=10;function Ou(n){return n.src.startsWith("empty:")||!n.src}function ez(n){return n.src.startsWith("http:")||n.src.startsWith("https:")}function BR(n){return`${xg.default(n)}_width`}function TR(n){return`${xg.default(n)}_height`}function RR(n){return`${n}_flex`}function SR(n){let e=n.getBoundingClientRect().width;return e-=Number.parseFloat(window.getComputedStyle(n).paddingLeft)+Number.parseFloat(window.getComputedStyle(n).paddingRight),e}function Uu(n){if(n.every(i=>typeof i.flex=="number"&&i.flex))return;const e=100,r=n.map(i=>{const o=i.width==="auto"?sh:i.width,s=i.height==="auto"?o/e:i.height/e;return o/s}).reduce((i,o)=>i+o,0);n.forEach(i=>{const o=i.width==="auto"?sh:i.width,s=i.height==="auto"?o/e:i.height/e,a=o/s;i.flex=a/r})}function Nu(n){const e=(i,o)=>{i||(i=`empty:${o}`);const s=BR(i),a=TR(i),c=RR(o);let f=n[s],h=n[a],b=n[c];return typeof f=="string"&&(f=Number.parseInt(f,10)),typeof h=="string"&&(h=Number.parseInt(h,10)),typeof b=="string"&&(b=Number.parseInt(b,10)),{src:i,width:f!=null?f:"auto",height:h!=null?h:"auto",flex:b,virtualSize:!f||!h}};let t=[];const r=n.src;return Array.isArray(r)?t=r.map(e):typeof r=="string"&&(t=r.split("|").map(e)),Uu(t),t}function Ki(n){const e=n.embedData;return Nu(n.embedData).length>1?100:e.widthPercent}function tz(n,e,t,r){const i=Nu(e.embedData);if(i.length>1||r)return"100%";const o=Ki(e),s=n.rootContainer.getBoundingClientRect().width;if(o){const a=SR(t);return`${Math.min(s*o/100,a)}px`}return La(i[0].width)?`${i[0].width}px`:"auto"}function qn(n,e){const r={src:n.map(i=>i.src).join("|"),widthPercent:e};return n.forEach((i,o)=>{const s=i.src||`empty:${o}`,a=BR(s);a&&La(i.width)&&(r[a]=i.width);const c=TR(s);c&&La(i.height)&&(r[c]=i.height),p(ZH,i.flex,"no image flex");const f=RR(o);r[f]=i.flex}),r}function nz(n,e,t,r){const i=Nu(e.embedData),o=i.length===1?n.rootContainer:t;if(i.length===1&&r)return`${vR}px`;if(i.some(h=>h.height==="auto"))return"auto";const s=Ki(e);if(!s){if(i.length!==1||La(i[0].width))return"";const b=i[0].height;return b==="auto"?"auto":`${b}px`}let a=o.getBoundingClientRect().width*(s/100);if(a-=Number.parseFloat(window.getComputedStyle(o).paddingLeft)+Number.parseFloat(window.getComputedStyle(o).paddingRight),o===n.rootContainer&&o!==t&&(a=Math.min(a,SR(t))),i.length===1){const h=i[0];if(h.virtualSize)return"";const b=h.width==="auto"?sh:h.width;return`${h.height/(b/a)}px`}a-=(i.length-1)*QH;const c=i.reduce((h,b)=>h+b.flex,0);let f=0;for(const h of i){const b=a*h.flex/c,C=h.width==="auto"?sh:h.width,E=b/C*h.height;f=Math.max(E,f)}return`${f}px`}function rz(n){return n.reduce((t,r)=>t+r.flex,0)}function iz(n,e){w("div",["resize-gripper",e],n).setAttribute("data-resize-type",e)}function JE(n){return At(n).querySelector(".block-resizer")}function oz(n){const e=JE(n);e&&ae(e,"active")}function LR(n,e,t){const r=n.getBoundingClientRect(),i=e.getBoundingClientRect(),o=i.top-r.top,s=i.left-r.left,a=i.width,c=i.height;t.style.top=`${o}px`,t.style.left=`${s}px`,t.style.width=`${a}px`,t.style.height=`${c}px`}function sz(n,e,t,r){const i=JE(n);if(i)return q(i,"active"),LR(n,e,i),i;const o=At(n),s=w("div",["block-resizer"],o);return LR(n,e,s),t.resize.forEach(a=>{iz(s,a)}),s.addEventListener("mousedown",r),q(s,"active"),s}function ZE(n,e){const t=JE(n);if(!t||!mt(n,e))return;const r=n.getBoundingClientRect(),i=e.getBoundingClientRect(),o=i.top-r.top,s=i.left-r.left,a=i.width,c=i.height;t.style.top=`${o}px`,t.style.left=`${s}px`,t.style.width=`${a}px`,t.style.height=`${c}px`}const ofe="",az=_("block-resizer");class ah extends Ut.TypedEmitter{constructor(t,r){super();g(this,"resizableElement");g(this,"block",null);g(this,"startRect",null);g(this,"startPos",null);g(this,"resizeType",null);g(this,"enabled",!1);g(this,"handleMouseDown",t=>{t.preventDefault(),t.stopPropagation();const r=this.getResizableElement();if(!r||t.button!==0)return;const i=t.target;if(!i||!(i instanceof HTMLElement))return;const o=i.getAttribute("data-resize-type");!o||(this.bindEvents(),this.startRect=r.getBoundingClientRect(),this.startPos=t,this.resizeType=o,Kf(window.getComputedStyle(i).cursor),this.block&&this.editor.selection.selectBlock(this.block,0))});g(this,"handleMouseMove",t=>{if(!this.startPos||!this.startRect||!this.resizeType||!this.getResizableElement()||!this.block)return;const i=t.x-this.startPos.x,o=t.y-this.startPos.y,s=this.startRect;let{top:a,left:c,right:f,bottom:h}=s;(this.resizeType==="bottom"||this.resizeType==="bottom-left"||this.resizeType==="bottom-right")&&(h+=o),(this.resizeType==="top"||this.resizeType==="top-left"||this.resizeType==="top-right")&&(a+=o),(this.resizeType==="left"||this.resizeType==="top-left"||this.resizeType==="bottom-left")&&(c+=i),(this.resizeType==="right"||this.resizeType==="top-right"||this.resizeType==="bottom-right")&&(f+=i);const b=f>c?f-c:0,C=h>a?h-a:0,E=new DOMRect(c,a,b,C);this.emit("resizing",this,E);const y=this.getResizableElement();y&&ZE(this.block,y)});g(this,"handleMouseUp",t=>{if(t.button!==0)return;Kf(""),this.unbindEvents(),this.emit("resized",this);const r=this.getResizableElement();!r||!this.block||ZE(this.block,r)});this.editor=t,this.options=r}enableResize(t,r){this.block=t,this.resizableElement=r,this.createResizer(),this.enabled=!0}disableResize(){!this.block||(oz(this.block),this.enabled=!1)}update(t,r){this.block=t,this.resizableElement=r,this.getResizableElement()&&this.enabled&&this.createResizer()}updateResizer(){const t=this.getResizableElement();t&&this.block&&ZE(this.block,t)}getBlock(){return this.block}destroy(){}getResizableElement(){return this.resizableElement?this.resizableElement:this.block?$e(this.block):null}createResizer(){const t=this.getResizableElement();!t||!this.block||(p(az,mt(this.block,t),"not a block child element"),sz(this.block,t,this.options,this.handleMouseDown))}bindEvents(){document.addEventListener("mousemove",this.handleMouseMove),document.addEventListener("mouseup",this.handleMouseUp)}unbindEvents(){document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp)}}const lz=_("image-dom");function IR(n){return n.querySelector(".uploading-progress-mask")}function cz(n){const e=IR(n);if(e)return e;const t=w("div",["uploading-progress-mask"],n),r=w("div",["uploading-progress-bar"],t);return w("div",["uploading-progress-bar-value"],r),r}function uz(n){const t=cz(n).querySelector(".uploading-progress-bar-value");return p(lz,t,"no progress value"),t}function DR(n,e){const t=uz(n);t.style.width=`${e}%`}function fz(n){var e;(e=IR(n))==null||e.remove()}function lh(n,e,t,r){const i=t!=null?t:n.findBlockById(e.id);if(!i)return;const o=r||oe(i),s=!!i.querySelector(".images > .image-container.error, .images > .image-container.empty "),a=tz(n,e,o,s),c=nz(n,e,o,s),f=$e(i);a==="auto"?f.style.width=a:(f.style.maxWidth=a,f.style.width="100%");const h=i.querySelector(".images");!h||(h.style.height=c||"none")}function dz(n){let e;return n.forEach((t,r)=>{r.toLocaleLowerCase()==="content-type"&&(e=t)}),e!=null?e:""}async function hz(n){try{const e=await fetch(n,{credentials:"same-origin"}),t=await e.blob(),r=dz(e.headers).toLocaleLowerCase();let i="";if(r){const s=r1.default[r].extensions;s&&s.length>0&&(i=s[0])}return new File([t],`${Date.now()}.${i}`,{type:r})}catch{return null}}function gz(n){var t;const e=(t=n.querySelector("img"))==null?void 0:t.src;!e||Hc(e)}function Ia(n,e){const t=typeof e=="string"?e:fe(e);return n.getCustom(`image-${t}`)}function Dp(n,e){if(!e||!(e instanceof Node))return null;const t=Z(e);return t?Ia(n,t):null}function $i(n){return Array.from(n.querySelectorAll(".image-container"))}const QE=_("table-resize-drag-drop");class mz{constructor(e,t,r,i){g(this,"cursor","col-resize");g(this,"initWidths");this.editor=e,this.elem=t,this.data=r,this.mouseDownEvent=i;const o=this.data.block,a=Ia(this.editor,o).getImages(),c=this.data.splitterIndex;p(QE,c>=0&&c<a.length-1,`invalid splitter index: ${c}`);const h=$i(o).map(b=>b.getBoundingClientRect().width);this.initWidths=h}onDragStart(e,t,r){if(!this.editor.isWritable())return;const i=this.data.block;Ia(this.editor,i).setResizing(!0)}onDragging(e,t,r,i,o){const s=this.data.block,a=Ia(this.editor,s),c=Ae.default(a.getImages()),f=this.data.splitterIndex;p(QE,f>=0&&f<c.length-1,`invalid splitter index: ${f}`);const h=this.initWidths[f],b=this.initWidths[f+1];if(h+b<100)return;let C=i;h+C<50&&(C=50-h),b-C<50&&(C=b-50);const T=[...this.initWidths];T[f]+=C,T[f+1]-=C;const R=$i(s);p(QE,R.length===c.length,"invalid image data");const O=T.reduce((Q,H)=>Q+H,0);for(let Q=0;Q<c.length;Q++){const H=T[Q]/O;c[Q].flex=H,R[Q].style.flexGrow=`${H}`}const M=Ae.default(this.editor.getBlockData(s)),F=qn(c,Ki(M));M.embedData=F,lh(this.editor,M,s,null)}onDragEnd(e,t,r,i,o){const s=this.data.block,a=Ia(this.editor,s),f=$i(s).map(h=>Number.parseFloat(h.style.flexGrow));a.updateFlex(f),a.setResizing(!1)}}function _R(n){var e;return!n||!(n instanceof HTMLElement)?null:_e(n,"image-splitter")?n:(e=n.closest(".image-splitter"))!=null?e:null}function pz(n,e){var s;const t=_R(e.target);if(!t)return;const r=Z(t);if(!r)return;Ia(n,r).setSelectedIndex(-1),n.selection.selectBlock(r,0);const i=Number.parseInt((s=t.getAttribute("data-index"))!=null?s:"",10);if(Number.isNaN(i)||typeof i!="number")return;const o={block:r,splitterIndex:i};f1(new mz(n,t,o,e))}function bz(n,e){e.preventDefault(),e.stopPropagation();const t=_R(e.target);if(!t)return;const r=Z(t);!r||Ia(n,r).resetFlex()}function Cz(n,e,t,r){const i=w("div",["image-splitter"],t);w("div",["image-splitter-indicator"],i),i.setAttribute("data-index",`${r}`),n.domEvents.addEventListener(i,"mousedown",pz),n.domEvents.addEventListener(i,"dblclick",bz)}const Ez=_("image-item");function MR(n){return!n||!(n instanceof Node)?null:Z(n)}function OR(n){const e=MR(n);return e?$i(e):[]}function ex(n){if(!n||!(n instanceof Node))return null;const e=n instanceof Element?n:n.parentElement;if(!e)return null;const t=e.closest(".image-container");return t||null}function ch(n){const e=ex(n);return e?OR(n).indexOf(e):-1}async function xz(n,e){const t=Dp(n,e.target);if(!t)return;const r=ch(e.target);if(r===-1)return;const i=e.target;if(!(i instanceof HTMLImageElement))return;const o=t.getImages()[r];if(Ou(o)||n.readonly||!t.isAutoFix()||(setTimeout(()=>{t.setAutoFix(!1)},400),(o.height==="auto"||o.width==="auto")&&t.fixImageSize(r,i),o.virtualSize&&t.fixImageSize(r,i),!o||!ez(o)||o.downloading))return;o.downloading=!0;const s=await hz(o.src);s?t.replaceImage(r,s):Ez.warn(`failed to download image: ${o.src}`)}function Az(n,e,t){if(e.querySelector(".load-error"))return;const i=t.src.startsWith("http:")||t.src.startsWith("https:"),o=w("div",["load-error"],e),s=w("div",["error-icon"],o);s.innerHTML=wC;const a=w("div",["error-message"],o);i?(a.innerHTML=I.t("image.load.remote.failed"),n.domEvents.addEventListener(o,"click",(c,f)=>{f.preventDefault(),f.target instanceof HTMLElement&&f.target.tagName==="A"&&window.open(t.src,"_blank","noreferrer=1")})):(a.innerHTML=I.t("image.load.failed"),n.domEvents.addEventListener(o,"click",(c,f)=>{f.preventDefault(),f.stopPropagation(),f.target instanceof HTMLElement&&f.target.tagName==="A"&&vz(c,f.target)}))}function tx(n,e){setTimeout(()=>{if(mt(n.rootContainer,e)){const t=n.getBlockData(e);lh(n,t,null,null)}})}function yz(n,e){const t=Dp(n,e.target);if(!t)return;const r=ch(e.target);if(r===-1)return;const i=t.getImages()[r];if(!i)return;const o=ex(e.target);if(!o)return;const s=Z(o);let a=!1;n.doc.buildResourceUrl(i.src,{syncNewResources(c,f){var b,C;n.doc.addResources([c]);const h=(C=(b=n.doc).getServerMeta)==null?void 0:C.call(b).appId;if(i.src&&f!==i.src&&h&&i.src.includes(h)&&s&&!n.readonly&&n.isBlockWritable(s)){const E=Ae.default(n.getBlockData(s));E.embedData.src=c,n.updateEmbedData(s,E.embedData),a=!0,e.target instanceof HTMLImageElement&&(e.target.src=f)}}}),!a&&(q(o,"error","error-load"),s&&tx(n,s),o.innerHTML="",Az(n,o,i))}function wz(n,e,t){if(e.querySelector(".upload-error"))return;const i=w("div",["upload-error"],e),o=w("div",["error-icon"],i);o.innerHTML=wC;const s=w("div",["error-message"],i);s.innerHTML=I.t("image.upload.failed"),n.domEvents.addEventListener(i,"click",(a,c)=>{if(c.preventDefault(),!c.target||!(c.target instanceof Element)||c.target.tagName!=="A")return;const f=Dp(a,c.target),h=ch(c.target);!f||h===-1||f.replaceImage(h,t)})}function UR(n,e,t,r,i){const o=$i(e)[t];!o||(q(o,"error","error-upload"),tx(n,e),o.innerHTML="",wz(n,o,i))}function NR(n,e,t,r,i,o,s){const a=w("div",["image-container"],t);if(a.setAttribute("data-src",r.src),s.length>1&&(a.style.flexShrink=`${r.flex}`,a.style.flexGrow=`${r.flex}`),o===i&&q(a,"active"),Ou(r)){q(a,"empty");const f=w("div",["upload-image-icon"],a);return f.innerHTML=p5,a}const c=w("img",["editor-image"],a);if(c.src=n.doc.buildResourceUrl(r.src),n.domEvents.addEventListener(c,"load",xz),n.domEvents.addEventListener(c,"error",yz),r.src.startsWith("https:")||r.src.startsWith("http:")){const f=w("div",["image-warning"],a);f.innerHTML=yC,f.setAttribute(`data-editor-tooltip-${n.clientId}`,I.t("image.load.remote.tooltip"))}return a}function kz(n,e,t,r,i){const o=w("div",["images"],t);return r.forEach((s,a)=>{a>0&&Cz(n,e,o,a-1),NR(n,e,o,s,a,i,r)}),r.length>1&&q(e,"multi"),o}function PR(n,e,t,r,i,o){const a=Array.from(e.querySelectorAll(".image-container"))[r];if(!a)return;const c=NR(n,e,null,t,r,i,o);a.insertAdjacentElement("beforebegin",c),a.remove(),tx(n,e)}function Pu(n,e){return $i(n)[e]}function vz(n,e){const t=MR(e);if(!t)return;const r=ch(e);if(r===-1)return;const i=Dp(n,e);if(!i)return;const o=i.getImages()[r];PR(n,t,o,r,i.getSelectedIndex(),i.getImages())}function FR(n){var r;let e="image/*";const t=(r=n.getComponentOptions("image"))==null?void 0:r.allowedMedias;return t&&(e=t.map(i=>`.${i}`).join(",")),e}function KR(n,e){var s;const{maxSize:t,allowedMedias:r,callbacks:i}=(s=n.getComponentOptions("image"))!=null?s:{};if(t&&e.size>t){const a=new Error("image is too large");throw a.code="MaxMediaSize",i!=null&&i.onError&&(i==null||i.onError(n,a)),a}const o=Hf(e.name);if(r&&!r.includes(o.toLowerCase())){const a=new Error(`media file is not allowed: ${o}`);throw a.code="NotAllowedFile",i!=null&&i.onError&&(i==null||i.onError(n,a)),a}}function $R(n){return n.startsWith("image/")}const VR=_("image-object");class $t{constructor(e,t){g(this,"images",[]);g(this,"selectedIndex",-1);g(this,"blockResizer");g(this,"resizing",!1);g(this,"parentContainerResizerObserver",null);g(this,"autoFix",!1);g(this,"focusTimes",0);g(this,"mouseStartX",0);g(this,"mouseStartY",0);g(this,"handleMouseDown",async(e,t)=>{const r=ch(t.target);if(r===-1)return;const i=this.images[r];Ou(i)||this.setSelectedIndex(r)});g(this,"handleRootContainerResize",()=>{this.handleEditorResize(this.editor.rootContainer)});g(this,"handleEditorResize",e=>{if(this.isEmpty()||this.resizing)return;const t=this.editor.findBlockById(this.blockData.id);!t||oe(t)===e&&lh(this.editor,this.blockData,t,null)});g(this,"handleResizing",(e,t)=>{const r=this.editor.findBlockById(this.blockData.id);if(!r)return;this.autoFix||this.setAutoFix(!0);const i=r.querySelector(".images");i.style.height="";const s=this.editor.rootContainer.getBoundingClientRect().width,a=r.getBoundingClientRect();let c=t.width>a.width?a.width:t.width;c<50&&(c=50);const f=c*100/s;this.blockData.embedData.widthPercent=f,lh(this.editor,this.blockData,r,null)});g(this,"handleResized",()=>{const e=this.editor.findBlockById(this.blockData.id);if(!e)return;const t=qn(this.images,Ki(this.blockData));this.editor.updateEmbedData(e,t),this.blockResizer.enableResize(e)});g(this,"fixImageSizes",Nt.default(()=>{const e=this.editor.findBlockById(this.blockData.id);if(!e)return;const t=qn(this.images,Ki(this.blockData));this.editor.updateEmbedData(e,t)},1e3));this.editor=e,this.blockData=t,this.blockResizer=new ah(this.editor,{resize:["top-left","top-right","bottom-left","bottom-right"]}),this.blockResizer.addListener("resizing",this.handleResizing),this.blockResizer.addListener("resized",this.handleResized),this.images=Nu(this.blockData.embedData)}destroy(){var e;this.blockResizer.removeAllListeners(),this.blockResizer.destroy(),this.editor.domEvents.removeEventListener(null,null,this.handleMouseDown),(e=this.parentContainerResizerObserver)==null||e.disconnect()}setAutoFix(e){this.autoFix=e}isAutoFix(){return this.autoFix}createContent(e,t,r){const i=kz(this.editor,t,r,this.images,this.selectedIndex);if(this.editor.domEvents.addEventListener(r,"mousedown",this.handleMouseDown),this.editor.addListener("resize",this.handleRootContainerResize),Ai(e)){const s=()=>{this.handleEditorResize(e)};this.parentContainerResizerObserver=new sl(s),this.parentContainerResizerObserver.observe(e)}const o=()=>!!(this.images.length===1&&this.images[0].virtualSize);this.isEmpty()&&o()&&q(i,"empty"),lh(this.editor,this.blockData,t,e),setTimeout(()=>{const s=this.editor.findBlockById(this.blockData.id);s&&this.blockResizer.update(s)})}getImages(){return this.images}getWidthPercent(){return Ki(this.blockData)}isEmpty(){return this.images.length===1&&Ou(this.images[0])}setResizing(e){this.resizing=e}getSelectedIndex(){return this.selectedIndex}getBlock(){return this.editor.findBlockById(this.blockData.id)}setSelectedIndex(e){const t=this.getBlock();if(!t||e===this.selectedIndex)return;if(this.selectedIndex!==-1){const i=Pu(t,this.selectedIndex);i&&ae(i,"active")}this.selectedIndex=e;const r=Pu(t,e);r&&q(r,"active"),this.focusTimes=0}async requestUploadImage(e){const t=this.editor.findBlockById(this.blockData.id);if(!t)return;const r=Pu(t,e);if(_e(r,"error"))return;const i=FR(this.editor),o=await jc(i);!o||await this.replaceImage(e,o)}tryEnableResizer(){const e=this.editor.findBlockById(this.blockData.id);if(!e||!this.editor.isWritable())return;const t=Pu(e,0);!this.isEmpty()&&this.images.length===1&&!_e(t,"error")&&this.blockResizer.enableResize(e)}disableResizer(){this.blockResizer.disableResize()}fixImageSize(e,t){const r=this.images[e];Ou(r)||(La(r.width)&&!La(r.height)?r.height=r.width/t.naturalWidth*t.naturalHeight:La(r.height)&&!La(r.width)?r.width=r.height/t.naturalHeight*t.naturalWidth:(r.width=t.naturalWidth,r.height=t.naturalHeight),r.virtualSize=!1,this.fixImageSizes())}removeImage(e){const t=this.editor.findBlockById(this.blockData.id);if(!t||e===-1||e>=this.images.length)return!1;const r=Ae.default(this.images);if(r.splice(e,1),r.length===0)return this.editor.deleteBlock(t),!0;r[0].flex=NaN,Uu(r),this.selectedIndex>=r.length&&(this.selectedIndex=r.length-1);const i=qn(r,Ki(this.blockData));return this.editor.updateEmbedData(t,i),!0}async replaceImage(e,t){const r=this.editor.findBlockById(this.blockData.id);if(!r)return!1;try{const o=await Vc(t),s=this.images[e];if(s.virtualSize){const{width:c,height:f}=await kR(o);s.width=c,s.height=f,s.virtualSize=!1,this.images[0].flex=NaN,Uu(this.images);const h=qn(this.images,Ki(this.blockData));this.editor.updateEmbedData(r,h)}const a={...s,src:o};PR(this.editor,r,a,e,this.selectedIndex,this.images),setTimeout(()=>{this.blockResizer.update(r)})}catch(o){return UR(this.editor,r,e,o,t),!1}const i=Pu(r,e);if(!i)return!1;q(i,"uploading"),DR(i,0),q(r,"media-block-uploading");try{const o=await this.editor.doc.uploadResource(t,{onProgress:c=>{DR(i,c)}});ae(i,"uploading"),this.images[e].src=o.resourceId;const s=this.editor.findBlockById(this.blockData.id);if(!s)return!1;ae(s,"media-block-uploading");const a=qn(this.images,Ki(this.blockData));return this.editor.updateEmbedData(s,a),!0}catch(o){VR.error(o);const s=this.editor.findBlockById(this.blockData.id);return s&&(ae(i,"uploading"),fz(i),UR(this.editor,s,e,o,t),ae(s,"media-block-uploading")),!1}}updateFlex(e){const t=this.editor.findBlockById(this.blockData.id);if(!t)return;p(VR,e.length===this.images.length,"invalid flex");for(let i=0;i<this.images.length;i++)this.images[i].flex=e[i];const r=qn(this.images,Ki(this.blockData));this.editor.updateEmbedData(t,r)}resetFlex(){const e=this.editor.findBlockById(this.blockData.id);if(!e)return;const t=Ae.default(this.images);t[0].flex=NaN,Uu(t);const r=qn(t,Ki(this.blockData));this.editor.updateEmbedData(e,r)}setData(e){this.blockData=e,this.images=Nu(e.embedData)}static create(e,t){const r=e.addCustom(`image-${t.id}`,()=>new $t(e,t));return r.setData(t),r}static getImageObject(e,t){let r;return typeof t=="string"?r=t:r=fe(t),e.getCustom(`image-${r}`)}}const sfe="",nx=_("drop-indicator"),er=2;class Bz{constructor(e){g(this,"indicator",null);g(this,"target",null);this.editor=e,this.createIndicator()}createIndicator(){this.indicator&&this.indicator.remove(),this.indicator=w("div",["editor-drop-indicator"],this.editor.contentElement)}show(e,t){if(!this.indicator)return;const r=this.getIndicatorRect(e,t),i=this.editor.rootElement.getBoundingClientRect(),o=r.top-i.top,s=r.left-i.left;r.height!==parseInt(this.indicator.style.height,10)&&this.createIndicator(),this.indicator.style.top=`${o}px`,this.indicator.style.left=`${s}px`,this.indicator.style.width=`${r.width}px`,this.indicator.style.height=`${r.height}px`,this.indicator.style.display="",this.target={block:e,insertPos:t}}hide(){!this.indicator||(this.indicator.style.display="none",this.target=null)}getIndicatorRect(e,t){if(typeof t!="string"&&t.type==="custom")return t.rect;if(t==="before"){const r=Yr(e);if(!r){p(nx,Ai(oe(e)),"block does not in a child container");const a=e.getBoundingClientRect(),c=this.getViewRect(e);return new DOMRect(c.x,a.y,c.width,er)}const i=r.getBoundingClientRect(),o=e.getBoundingClientRect(),s=this.getViewRect(e);return new DOMRect(s.x,(i.bottom+o.top)/2,s.width,er)}if(t==="after"){const r=Jr(e);if(!r){const a=e.getBoundingClientRect(),c=this.getViewRect(e);return new DOMRect(c.x,a.bottom,c.width,er)}const i=e.getBoundingClientRect(),o=r.getBoundingClientRect(),s=this.getViewRect(e);return new DOMRect(s.x,(i.bottom+o.top)/2,s.width,er)}if(t.type==="combine"){if(t.pos==="left"){const i=oe(e);p(nx,i,"block does not in a container");const o=e.getBoundingClientRect(),s=this.getViewRect(e);return new DOMRect(s.x-er-5,o.y,er,o.height)}if(t.pos==="right"){const i=oe(e);p(nx,i,"block does not in a container");const o=e.getBoundingClientRect();let s;return pt(e)?s=this.getViewRect($e(e)):s=this.getViewRect(e),new DOMRect(s.x+s.width+5,o.y,er,o.height)}}throw new Error(`Invalid insertPos: ${JSON.stringify(t)}`)}getViewRect(e){const t=en(e,{horizontal:!0}),r=e.getBoundingClientRect(),i=t.getBoundingClientRect(),o=Math.max(i.x-r.x,0),s=Math.max(r.right-i.right,0);return new DOMRect(r.x+o,r.y,Math.max(r.width-o-s,0),er)}}const afe="";function _p(n){const e=At(n);let t=e.querySelector(":scope > .block-helper");return t||(t=w("div",["block-helper"],e),w("span",["helper-sizer"],t,"A")),t}function rx(n,e,t){const r=_p(n),o=Array.from(r.children).find(s=>{var c;return Number.parseInt((c=s.getAttribute("data-index"))!=null?c:"0",10)>t});r.insertBefore(e,o!=null?o:null)}const jR=40,Tz=20;class Rz{findTargetBlock(e,t){const r=t.target;if(r&&r instanceof Element){const c=Z(r);if(c&&mt(e.rootContainer,c))return c}let i=t.clientX,o=t.clientY;const s=e.rootContainer.getBoundingClientRect().left;i<s&&s-i<jR&&(i+=jR);let a=Pt(i,o,{noFilter:!0});if(a){const c=Z(a);if(c&&mt(e.rootContainer,c))return c}if(o-=Tz,a=Pt(i,o,{noFilter:!0}),a){const c=Z(a);if(c&&mt(e.rootContainer,c))return c}return null}destroy(){}}class Sz extends wp{constructor(t){super(t,{trigger:[],id:"empty-block-menu"});g(this,"currentBlock",null)}get isVisible(){return this.suggest.menu.isVisible}isInMenu(t){return this.menu.isInCommandBar(t)}show(){const r=this.editor.selection.focusedBlock;this.suggest.popup(r,0,"","")}setBlock(t){this.currentBlock=t}}function Lz(n,e,t){const r=O1(n,e);if(!r)return[];const i=[],o=(s,a)=>{var c;return(c=s.children)==null?void 0:c.map(f=>({...f,source:"block-command",blockMenuItemCustomData:a,children:o(f,a)}))};return Object.values(r).forEach(s=>{t!=null&&t.has(s.group)||i.push(...s.commands.map(a=>({...a,source:"block-command",blockMenuItemCustomData:s.group,children:o(a,s.group)})))}),i}function ix(n,e,t,r){const i=NE(n,e,r),o=s=>{s.forEach(a=>{a.source=t,a.children&&o(a.children)})};return o(i),i}function Iz(n,e,t,r=!1){var h,b,C;const i=oe(e);let o=e;if(o&&ze(o)&&bE(o)){if(!r){const E=oK(o);o=(h=lt(E))!=null?h:E}mp.closeMindmap(n,e)}let a=Re(o);if(!yt(n,o)&&!r){let E=Jr(o);E?a=Re(E):(E=tn(i),a=Re(E)+1)}const c=ue(i),f=t;return n.emit("beforeExecCommand",n,t,{source:"block-menu"}),f.commandProvider?f.commandProvider.executeCommand(n,t,{from:"block-menu",containerId:c,blockIndex:a}):(C=(b=f.blockOptions)==null?void 0:b.handleInsertEmptyBlock)==null?void 0:C.call(b,n,{containerId:c,blockIndex:a,item:t,from:"block-menu"})}function Dz(n,e){const t=wi(n,e),r=n.getBlockData(e);return!(t!=="text"||r.heading)}class HR{constructor(e,t,r){g(this,"source","text-style");g(this,"id","text-style-item");g(this,"name","Text styles");g(this,"element");g(this,"textStylesTooltips",{});g(this,"createHeadingItemElement",(e,t,r)=>{var o;const i=IE();this.createItem("text",mu,t,Dz(this.editor,e)),(o=i.insertBlockCommandItems)==null||o.forEach(s=>{s.id&&s.icon&&this.createItem(s.id,s.icon,t,r?r===Number(s.value):!1)})});g(this,"createListItemElement",(e,t,r)=>{const{checkbox:i,ordered:o}=r,a=we(e)==="list",c=a&&o===!1&&!i,f=a&&o,h=a&&!!i;this.createItem("unordered-list",DC,t,c),this.createItem("ordered-list",_C,t,f),this.createItem("check-list",LC,t,h)});g(this,"handleClick",(e,t)=>{var c,f;if(!t.target||!(t.target instanceof Node))return;const r=t.target instanceof Element?t.target:t.target.parentElement;if(!r)return;const i=r.closest(".text-style-item");if(!i)return;const o=i.id,s="heading-",a={id:o,name:""};if(e.emit("beforeExecCommand",e,a,{source:"block-command"}),o==="text"&&Ep(e,this.block,null),o.startsWith(s)){const h=Number.parseInt(o.substring(s.length),10);h&&Ep(e,this.block,h)}if(o==="blockquote"&&RE(e,this.block),o.startsWith("align")){const h=o.replace(/^align-/,"");xp(e,this.block,h)}(o==="unordered-list"||o==="ordered-list"||o==="check-list")&&LE(e,this.block,o),(f=(c=this.options).onAfterStyleItemClick)==null||f.call(c)});g(this,"calcTextStyleItemTooltipsEnum",()=>{this.textStylesTooltips={text:{title:I.t("commands.text")},blockquote:{title:I.t("commands.quote")},"align-left":{title:I.t("commands.alignLeft")},"align-center":{title:I.t("commands.alignCenter")},"align-right":{title:I.t("commands.alignRight")},"unordered-list":{title:I.t("commands.unordered")},"ordered-list":{title:I.t("commands.ordered")},"check-list":{title:I.t("commands.check")}};let e=1;for(;e<=8;)this.textStylesTooltips[`heading-${e}`]={title:I.t("commands.heading",{name:`${e}`})},e++});this.editor=e,this.block=t,this.options=r,this.calcTextStyleItemTooltipsEnum(),this.element=this.createItemElement(e,t),e.domEvents.addEventListener(this.element,"click",this.handleClick)}createItemElement(e,t){const r=w("div",["text-styles"],null),i=w("div",["text-style-section"],r),o=e.getBlockData(t);if(!this.options.fromEmbed){const a=o.heading,c=o.quoted;this.createHeadingItemElement(t,i,a),this.createListItemElement(t,i,o),this.createItem("blockquote",IC,i,!!c)}const s=o.align||"left";return this.createItem("align-left",xa,i,s==="left"),this.createItem("align-center",hu,i,s==="center"),this.createItem("align-right",du,i,s==="right"),r}createItem(e,t,r,i=!1){const o=["style-icon","text-style-item"];i&&o.push("active");const s=zo(t,o,r);s.id=e;const a=this.textStylesTooltips[e];if(!a)return;const{title:c,shortcut:f}=a;s.setAttribute(`data-editor-tooltip-${this.editor.clientId}`,c),f&&s.setAttribute(`data-editor-tooltip-desc-${this.editor.clientId}`,gn(f))}}function zR(){return{source:"separator",type:"separator",id:`section-${re()}`,name:""}}const qR={copy:_5,cut:M5,delete:MC,"lock-block":O5,"unlock-block":U5,comment:go},_z=["image","video"];function Mz(n,e,t){const r=[],i=le(n,e),o=pt(e)&&_z.includes(Wt(e)),s=o&&(Wt(e)!=="image"||Wt(e)==="image"&&$i(e).length===1);if(i?r.push(new HR(n,e,t)):o&&s&&r.push(new HR(n,e,{...t,fromEmbed:!0})),!yt(n,e)||pE(e)){(i||o&&s)&&r.push(zR());const a=Lz(n,e,new Set(["hovering-toolbar"]));a.sort((c,f)=>{var h,b;return((h=c.order)!=null?h:0)-((b=f.order)!=null?b:0)}),a.forEach(c=>{c.id in qR&&(c.icon=qR[c.id])}),r.push(...a)}return yt(n,e)&&!pE(e)?r.push(...ix(n,e,"insert-block",{withPlainText:!1,from:"block-menu",type:"inline"})):r.push(zR(),{id:"insert-block-before",icon:N5,name:I.t("blockMenu.command.insertAbove"),children:ix(n,e,"insert-block-before",{withPlainText:!0,from:"block-menu",type:"sibling"}),childrenMenuId:"quick-menu",source:"insert-block-before"},{id:"insert-block-after",icon:P5,name:I.t("blockMenu.command.insertAfter"),children:ix(n,e,"insert-block",{withPlainText:!0,from:"block-menu",type:"sibling"}),source:"insert-block",childrenMenuId:"quick-menu"}),r}function Oz(n,e,t){if(t.source==="block-command"){const r=t.blockMenuItemCustomData;Pw(n,e,r,t)}else(t.source==="insert-block"||t.source==="insert-block-before")&&Iz(n,e,t,t.source==="insert-block-before")}const Uz=_("exclusive-block");function ox(n,e,t,r){var a;q(e,"block-exclusive");const i=He(n,e),o=(a=i.getBlockProperties)==null?void 0:a.call(i,n,e),{abstract:s}=o||{};e.setAttribute("data-user-name",r),e.setAttribute("data-user-id",t),e.setAttribute("data-exclusive-tips",I.t("exclusive.tips",{editor:r,embedType:s||I.t("exclusive.fallbackAbstract")}))}function WR(n){ae(n,"block-exclusive"),n.removeAttribute("data-user-name"),n.removeAttribute("data-user-id"),n.removeAttribute("data-exclusive-tips")}function Nz(n,e,t,r,i){Uz.debug(`block ${fe(e)} ${t?"exclusive":"unexclusive"}, ${r}, ${i}`),t?ox(n,e,r,i):WR(e)}function uh(n){return n.classList.contains("block-exclusive")}function GR(n,e){e.blockIds.forEach(t=>{const r=n.findBlockById(t);r&&Nz(n,r,e.exclusive,e.userId,e.displayName)})}class Da{constructor(e){g(this,"exclusiveBlockIds",new Set);g(this,"exclusiveBlockTimer",0);g(this,"remoteExclusiveBlockIds",new Map);g(this,"handleUserChanged",e=>{const t=new Set(e.map(i=>i.userId));Array.from(this.remoteExclusiveBlockIds.entries()).forEach(([i,o])=>{if(!t.has(o.userId)){this.remoteExclusiveBlockIds.delete(i);const s={...o,exclusive:!1};GR(this.editor,s)}});const r=Array.from(this.exclusiveBlockIds).map(i=>this.editor.findBlockById(i)).filter(i=>!!i);r.length>0&&this.broadcastExclusiveBlockMessage(r,!0)});this.editor=e,e.doc.registerCallback(this),e.doc.getRemoteUsers().addListener("change",this.handleUserChanged)}destroy(){this.stopExclusiveBlockTimer(),this.editor.doc.unregisterCallback(this),this.editor.doc.getRemoteUsers().addListener("change",this.handleUserChanged)}onCustomMessage(e){if(e.type==="exclusiveBlock"){const t=e;GR(this.editor,t),t.blockIds.forEach(r=>{t.exclusive?this.remoteExclusiveBlockIds.set(r,t):this.remoteExclusiveBlockIds.delete(r)})}}getExclusiveMessage(e){return this.remoteExclusiveBlockIds.get(e)}broadcastExclusiveBlockMessage(e,t){if(this.editor.readonly||e.length===0)return;const r=this.editor.doc.getUser(),i={type:"exclusiveBlock",userId:r.userId,displayName:r.displayName,blockIds:e.map(o=>fe(o)),exclusive:t};this.editor.doc.broadcastMessage(i)}exclusiveBlock(e){this.exclusiveBlockIds.has(fe(e))||(this.broadcastExclusiveBlockMessage([e],!0),this.exclusiveBlockIds.add(fe(e)),this.exclusiveBlockIds.size===1&&this.startExclusiveBlockTimer())}unexclusiveBlock(e){!this.exclusiveBlockIds.has(fe(e))||(this.exclusiveBlockIds.delete(fe(e)),this.broadcastExclusiveBlockMessage([e],!1),this.exclusiveBlockIds.size===0&&this.stopExclusiveBlockTimer())}startExclusiveBlockTimer(){this.exclusiveBlockTimer=window.setInterval(()=>{Array.from(this.exclusiveBlockIds.keys()).forEach(e=>{this.broadcastExclusiveBlockMessage([this.editor.getBlockById(e)],!0)})},30*1e3)}stopExclusiveBlockTimer(){clearInterval(this.exclusiveBlockTimer),this.exclusiveBlockTimer=0}static get(e){return e.addCustom("exclusiveBlock",()=>new Da(e))}static register(e){return this.get(e)}}function sx(n,e){Da.get(n).exclusiveBlock(e)}function ax(n,e){Da.get(n).unexclusiveBlock(e)}class XR{writable(e,t){if(Array.isArray(t)){for(const r of t)if(uh(r))return!1;return}if(uh(t))return!1}create(e,t,r,i,o){const s=Da.get(e).getExclusiveMessage(o.id);s&&ox(e,i,s.userId,s.displayName)}update(e,t,r,i,o){const s=Da.get(e).getExclusiveMessage(o.id);s?ox(e,i,s.userId,s.displayName):WR(i)}}const lfe="",Pz={exclusive:{tips:"\u300C{editor}\u300D\u6B63\u5728\u7F16\u8F91\uFF0C\u300C{embedType}\u300D\u4E0D\u652F\u6301\u591A\u4EBA\u7F16\u8F91",fallbackAbstract:"\u8BE5 Block"}},Fz={exclusive:{tips:"\u300C{editor}\u300Dis editing\uFF0C\u300C{embedType}\u300Ddoes not support multi-person editing",fallbackAbstract:"This Block"}},Kz={exclusive:{tips:"\u300C{editor}\u300D\u306F\u7DE8\u96C6\u4E2D\u3067\u3059\u3002\u300C{embedType}\u300D\u306F\u8907\u6570\u4EBA\u3067\u540C\u6642\u7DE8\u96C6\u3067\u304D\u307E\u305B\u3093",fallbackAbstract:"\u3053\u306E\u8981\u7D20"}};I.mergeLang({"zh-CN":Pz,"en-US":Fz,"ja-JP":Kz});function fh(n,e){return n.getBlockData(e).lock}function Mp(n,e){return!!fh(n,e)}function dh(n,e){const t=fh(n,e);return t?t.userId===n.doc.getUser().userId:!1}function lx(n,e){const t=fh(n,e);return t?t.userId!==n.doc.getUser().userId:!1}function $z(n,e){if(n.readonly||!n.isBlockWritable(e)||Mp(n,e)&&!dh(n,e))return;const t=n.doc.getUser(),r={userId:t.userId,displayName:t.displayName,locked:Date.now()},o={...n.getBlockData(e),lock:r};n.updateBlockData(e,o)}function Vz(n,e){if(!dh(n,e))return;const t={lock:null};n.updateBlockData(e,t)}const jz=10,Hz=80,zz=50;class cx{constructor(){g(this,"executeCommand",(e,t,r)=>{const i=r.data;if(!i||!i.blockId)return;const o=e.getBlockById(i.blockId);i.type==="lock"?$z(e,o):i.type==="unlock"&&Vz(e,o)})}create(e,t,r,i,o){const s=o.lock;s&&(s.userId!==e.doc.getUser().userId?q(i,"locked-by-others"):q(i,"locked-by-self"))}update(e,t,r,i,o){const s=o.lock;if(s)if(s.userId!==e.doc.getUser().userId){q(i,"locked-by-others");const a=e.selection.focusedBlock;(a===i||mt(i,a))&&(le(e,i)||we(i)==="code")&&e.insertTextBlock("",ue(r),Re(i)+1)}else q(i,"locked-by-self");else ae(i,"locked-by-others"),ae(i,"locked-by-self")}writable(e,t){let r=[];Array.isArray(t)?r=t:r.push(t);for(const i of r){if(lx(e,i))return!1;if(Zr(i))return;let o=gl(i);for(;o;){if(lx(e,o))return!1;o=gl(o)}}}commands(e,t){var c,f,h,b;const r=Mp(e,t),i=dh(e,t),o=uh(t),s={blockId:fe(t),type:"lock"},a={id:"lock-block",name:"",data:s,order:50};if(r)if(i)a.id="unlock-block",a.name=I.t("locker.unlock"),s.type="unlock";else{const C=fh(e,t);let E=(C==null?void 0:C.displayName)||"";const y=I.getCurrentLang()==="ja-JP",T=nw(E,jz,y?zz:Hz);(T==null?void 0:T.length)!==E.length&&(a.ellipsisTooltip=C==null?void 0:C.displayName,E=T||""),a.name=I.t("locker.lockedBy",{name:E}),a.states=["disabled"]}else o?(a.name=I.t("locker.lock"),a.states=["disabled"]):a.name=I.t("locker.lock");return{group:"block-locker",commands:(b=(h=(f=(c=He(e,t)).getOptions)==null?void 0:f.call(c,e).blockMenu)==null?void 0:h.showLocker)==null||b?[a]:[],executeCommand:this.executeCommand}}}const cfe="",qz={locker:{lock:"\u9501\u5B9A",unlock:"\u89E3\u9664\u9501\u5B9A",lockedBy:"\u88AB {name} \u9501\u5B9A"}},Wz={locker:{lock:"Lock",unlock:"Unlock",lockedBy:"Locked by {name}"}},Gz={locker:{lock:"\u30ED\u30C3\u30AF",unlock:"\u30ED\u30C3\u30AF\u89E3\u9664",lockedBy:"{name}\u304C\u30ED\u30C3\u30AF\u3057\u307E\u3057\u305F"}};I.mergeLang({"zh-CN":qz,"en-US":Wz,"ja-JP":Gz});class Op{async handleBeforePasteDoc(e,t){return Object.values(t.blocks).forEach(r=>{r.forEach(i=>{delete i.lock})}),!1}}const Xz=_("standard-block-actions");class Yz{constructor(){g(this,"executeCommand",(e,t,r)=>{const i=r.data;try{const o=e.getBlockById(i);if(r.id==="delete"){this.deleteBlock(e,o);return}r.id==="copy"&&this.copyBlock(e,o),r.id==="cut"&&(this.copyBlock(e,o),this.deleteBlock(e,o))}catch(o){Xz.error(`failed to execute block command: ${JSON.stringify(o)}`)}})}commands(e,t){const r=Mp(e,t),i=r&&dh(e,t),o=fe(t),s=window.isSecureContext,a=uh(t),c={id:"copy",name:I.t("blockMenu.command.copy"),data:o,order:10,states:s?[]:["disabled"],disableReason:s?void 0:I.t("copyCutProperty.unsafeEnvTips",{shortCut:gn("CtrlOrCmd+C"),operation:I.t("copyCutProperty.copy")})},f={id:"cut",name:I.t("blockMenu.command.cut"),data:o,order:20,states:r&&!i||!s||a?["disabled"]:[],disableReason:s?void 0:I.t("copyCutProperty.unsafeEnvTips",{shortCut:gn("CtrlOrCmd+X"),operation:I.t("copyCutProperty.cut")})},h={id:"delete",name:I.t("blockMenu.command.delete"),data:o,order:30,states:r&&!i||a?["disabled"]:[]};return{group:"standard-block-actions",commands:[c,f,h],executeCommand:this.executeCommand}}deleteBlock(e,t){if(Br(t)){const r=pl(t);e.undoManager.runInGroup(()=>{[t,...r].forEach(i=>e.deleteBlock(i))})}else e.deleteBlock(t)}copyBlock(e,t){if(Br(t)){const r=pl(t),i=_B(e,[t,...r]);xm(e,i)}else Wb(e,t)}}const YR=_("block-menu");class Jz{constructor(e){g(this,"menu");g(this,"currentBlock",null);g(this,"commandBlock",null);g(this,"handleShow",()=>{p(YR,this.currentBlock,"no target block before show block menu");const e=Mz(this.editor,this.currentBlock,{onAfterStyleItemClick:this.close});this.menu.updateItems(e),this.commandBlock=this.currentBlock});g(this,"handleClose",()=>{VC(this.editor)&&this.editor.focus()});g(this,"handleItemClick",(e,t)=>{p(YR,this.commandBlock,"no command block before show block menu"),Oz(this.editor,this.commandBlock,t),t.element||this.close()});g(this,"close",()=>{this.menu.close("clickItem")});this.editor=e,this.menu=new Aa([],void 0,{id:"block-menu"}),this.menu.on("show",this.handleShow),this.menu.on("close",this.handleClose),this.menu.on("click",this.handleItemClick),e.blockHooks.push(new Yz)}show(e,t){this.menu.manualShow(e,{placement:"bottom-start",...t})}isInMenu(e){return this.menu.isInCommandBar(e)}setBlock(e){this.currentBlock=e}get isVisible(){return this.menu.isVisible}destroy(){this.menu.destroy()}}const Zz=1e3;async function Qz(n,e,t=!1){const{width:r}=n.rootContainer.getBoundingClientRect(),i=e.getBoundingClientRect();let o=i.width;if(t){const c=window.getComputedStyle(e),f=Number.parseInt(c.marginLeft,10)||0,h=Number.parseInt(c.marginRight,10)||0;o+=f,o+=h}return o>r+100||i.height>=Zz?"":(await i1.default.toSvg(e)).replace(/margin-block:.*?;/,"").replace(/margin:.*?;/,"")}const eq=_("drag-preview-image");class tq{constructor(e){g(this,"startPosition",null);g(this,"dragContainer",null);g(this,"handleDragStart",async(e,t)=>{var F,Q,H,Y,de,be;const r=e.target;p(eq,r instanceof Element,`Invalid Drag target:${r}`);const{x:i,y:o}=e;this.startPosition={x:i,y:o};const s=w("div",["drag-image-container"],this.editor.rootContainer),a=w("img",["drag-image"],s),c=w("span",["drag-loading"],s);c.innerHTML=$5;const{x:f,width:h,height:b,y:C}=r.getBoundingClientRect(),E=this.editor.rootContainer.getBoundingClientRect();let y=t;if(Wo(t)){const Ce=(Q=(F=He(this.editor,t)).getOptions)==null?void 0:Q.call(F,this.editor);if(Ce!=null&&Ce.findPreviewElement){const Se=(H=Ce.findPreviewElement)==null?void 0:H.call(Ce,this.editor,t);Se&&(y=Se),Ce!=null&&Ce.previewNoShadow&&q(s,"drag-image-container-no-shadow")}}const T=y.getBoundingClientRect();s.style.left=`${f+h}px`,s.style.top=`${C+b}px`,s.style.width=`${Math.min(E.width/2,T.width)}px`,this.dragContainer=s;let R=!0;Wo(t)&&(R=(be=(de=(Y=He(this.editor,t)).getOptions)==null?void 0:de.call(Y,this.editor).draggingPreview)!=null?be:!0);const M=await(R?Qz(this.editor,y,R==="margin-included"):void 0);M?a.src=M:q(s,"drag-placeholder"),c1(s,{status:"loaded"})});g(this,"handleDrag",e=>{if(this.startPosition&&this.dragContainer){const{x:t,y:r}=e;if(t===0&&r===0){this.dragContainer.style.transition="transform 0.15s, opacity .15s",this.dragContainer.style.transform="",this.dragContainer.style.opacity="0";return}const{x:i,y:o}=this.startPosition,s=t-i,a=r-o;this.dragContainer.style.transform=`translate(${s}px, ${a}px)`}});g(this,"handleDragEnd",()=>{this.dragContainer&&(this.dragContainer.remove(),this.startPosition=null,this.dragContainer=null)});this.editor=e}}const JR="drag-preview-element";function nq(n){if(Uw(n)||_e(n,JR))return n;const e=n.querySelector(`.${JR}`);return e||(pt(n)?$e(n):n)}const Up=_("block-menu-drag-handler");function ux(n,e){return new DragEvent(e,{bubbles:!0,cancelable:!0,view:window,screenX:n.screenX,screenY:n.screenY,dataTransfer:new DataTransfer,clientX:n.clientX,clientY:n.clientY})}class rq{constructor(e,t){g(this,"dragPreview");g(this,"autoScroll");g(this,"oldPos",{x:0,y:0});g(this,"handleMouseDown",e=>{const t=this.button.blockMenu.currentBlock;if(p(Up,t,"no dragged block"),e.button!==0)return;if(!this.editor.isBlockWritable(t)){e.preventDefault(),e.stopPropagation();return}const{x:r,y:i}=e;this.oldPos={x:r,y:i},document.addEventListener("mouseup",this.handleDragEnd),this.editor.contentElement.addEventListener("mousemove",this.handleDrag)});g(this,"handleDragStart",e=>{var s,a;const t=en(this.button.buttonElement);this.autoScroll||(this.autoScroll=new zf({scrollElement:t,trackMouseEvent:"mousemove",edge:{top:50,bottom:50}}));const r=this.button.blockMenu.currentBlock;p(Up,r,"no dragged block"),(a=(s=He(this.editor,r)).notify)==null||a.call(s,this.editor,"beginDrag");const i=ux(e,"dragstart");cq(this.editor,i,r),window.isDragging=!0;const o=nq(r);this.dragPreview.handleDragStart(e,o),this.autoScroll.active(),q(r,"dragging"),q(this.editor.contentElement,"dragging")});g(this,"handleDrag",e=>{const{target:t,x:r,y:i}=e;if(this.oldPos.x===r&&this.oldPos.y===i)return;window.isDragging||this.handleDragStart(e),this.oldPos={x:r,y:i},p(Up,t instanceof Element,"target is invalid"),this.dragPreview.handleDrag(e);const o=ux(e,"dragover");this.editor.contentElement.dispatchEvent(o)});g(this,"handleDragEnd",e=>{var i;const t=this.button.blockMenu.currentBlock;p(Up,t,"no dragged block"),window.isDragging=!1,this.dragPreview.handleDragEnd(),(i=this.autoScroll)==null||i.inactive(),ae(t,"dragging"),ae(this.editor.contentElement,"dragging"),document.removeEventListener("mouseup",this.handleDragEnd),this.editor.contentElement.removeEventListener("mousemove",this.handleDrag);const r=ux(e,"drop");this.editor.contentElement.dispatchEvent(r)});this.editor=e,this.button=t,this.button.buttonElement.addEventListener("mousedown",this.handleMouseDown),this.dragPreview=new tq(e)}destroy(){this.button.buttonElement.removeEventListener("mousedown",this.handleMouseDown)}}class Fu{constructor(e){g(this,"highlightedBlockId","");g(this,"handleSelectionChange",()=>{this.clearHighlightedBlock()});this.editor=e,this.editor.addListener("selectionChanged",this.handleSelectionChange)}highlightBlock(e){this.clearHighlightedBlock(),this.highlightedBlockId=fe(e),q(e,"highlighted")}clearHighlightedBlock(){if(this.highlightedBlockId){const e=this.editor.findBlockById(this.highlightedBlockId);e&&ae(e,"highlighted"),this.highlightedBlockId=""}}destroy(){}static register(e){return e.addCustom("editor-block-highlighter",()=>new Fu(e))}static get(e){return e.getCustom("editor-block-highlighter")}}class iq{constructor(e){g(this,"buttonElement");g(this,"emptyBlockMenu");g(this,"blockMenu");g(this,"dragHandler");g(this,"handleHoverBlock",(e,t,r,i)=>{if(this.emptyBlockMenu.isVisible||this.blockMenu.isVisible||!this.editor.isWritable()||window.isDragging)return;const o=this.editor.getCustom("editor-tooltip");if(o&&o.visible()&&(o.hide(),this.buttonElement.setAttribute("data-tooltip-hide-at",`${Date.now()}`)),!e){this.buttonElement.parentElement&&(this.blockMenu.isInMenu(r)||this.buttonElement.remove());return}(r instanceof HTMLElement||r instanceof SVGElement)&&(r.closest('[skip-menu-button="true"]')||r.closest(".block-button"))||r!==i&&(this.removeParentButton(),this.showParentButton(e)||this.showRootButton(e))});g(this,"removeParentButton",()=>{this.buttonElement.remove()});g(this,"handleButtonClick",()=>{if(this.buttonElement.getAttribute("data-type")==="move"){const r=this.blockMenu.currentBlock;if(!r)return;this.editor.selection.selectBlock(r,0,void 0,{noScroll:!0}),this.blockMenu.show(this.buttonElement,{placement:"bottom-end"}),setTimeout(()=>{Fu.get(this.editor).highlightBlock(r)});return}const t=this.emptyBlockMenu.currentBlock;!t||(this.editor.selection.selectBlock(t,0,void 0,{noScroll:!0}),setTimeout(()=>{this.editor.focus(),this.updatePlaceholder(t),this.emptyBlockMenu.show()}))});g(this,"updatePlaceholder",e=>{oh(this.editor,e,I.t("blockMenu.button.searchPlaceholder"))});g(this,"handleChanged",()=>{const e=this.emptyBlockMenu.currentBlock;if(!e)return;if(this.blockMenu.currentBlock){const r=fe(this.blockMenu.currentBlock);if(!this.editor.findBlockById(r)&&this.blockMenu.isVisible){this.blockMenu.close();return}}const t=yt(this.editor,e)?"insert":"move";this.buttonElement.getAttribute("data-type")!==t&&this.setButtonType(t)});this.editor=e,this.buttonElement=this.createButton(),this.emptyBlockMenu=new Sz(e),this.blockMenu=new Jz(e),this.editor.addListener("docChanged",this.handleChanged),this.buttonElement.addEventListener("click",this.handleButtonClick),this.dragHandler=new rq(this.editor,this);const t=jt.get(e);t.addListener("targetChange",this.handleHoverBlock),t.addFinder(new Rz),Fu.register(this.editor)}destroy(){jt.get(this.editor).removeListener("targetChange",this.handleHoverBlock),this.buttonElement.removeEventListener("click",this.handleButtonClick),this.editor.removeListener("docChanged",this.handleChanged),this.emptyBlockMenu.destroy(),this.blockMenu.destroy(),this.buttonElement.remove(),this.dragHandler.destroy()}showRootButton(e){const t=Jf(e);this.addButtonToView(t)}showParentButton(e){const t=Jf(e),r=Zf(this.editor,t);if(!r||!r.isMenuButtonBaseContainer)return!1;const i=Sw(e,r.isMenuButtonBaseContainer);return!i||we(t)===we(i)?!1:(this.addButtonToView(i),!0)}addButtonToView(e){Xo(e)||(this.updateButton(e),rx(e,this.buttonElement,Number.MAX_SAFE_INTEGER))}createButton(){const e=w("button",["block-button"],null);return e.setAttribute(`data-editor-tooltip-${this.editor.clientId}`,I.t("blockMenu.button.tips")),e.innerHTML=UC,e}setButtonType(e){this.buttonElement.setAttribute("data-type",e);const t=`data-editor-tooltip-${this.editor.clientId}-dynamic`;this.buttonElement.hasAttribute(t)&&this.buttonElement.removeAttribute(t),e==="insert"?(this.buttonElement.innerHTML=OC,this.buttonElement.setAttribute(t,I.t("blockMenu.button.insertTips"))):(this.buttonElement.innerHTML=UC,this.buttonElement.setAttribute(t,I.t("blockMenu.button.tips")))}updateButton(e){this.emptyBlockMenu.setBlock(e),this.blockMenu.setBlock(e),yt(this.editor,e)&&!(ze(e)&&pE(e))?this.setButtonType("insert"):this.setButtonType("move")}}class ZR{constructor(e){g(this,"rootButton");this.editor=e,this.rootButton=new iq(e)}destroy(){this.rootButton.destroy()}}const oq={blockMenu:{section:{basics:"\u57FA\u7840",system:"\u7CFB\u7EDF",styles:"\u6837\u5F0F",common:"\u901A\u7528",actions:"\u64CD\u4F5C",thirdParty:"\u7B2C\u4E09\u65B9\u5185\u5BB9"},command:{insertAbove:"\u5728\u4E0A\u65B9\u63D2\u5165",insertAfter:"\u5728\u4E0B\u65B9\u63D2\u5165",copy:"\u590D\u5236",cut:"\u526A\u5207",delete:"\u5220\u9664"},button:{searchPlaceholder:"\u8F93\u5165\u5173\u952E\u8BCD\u641C\u7D22",tips:`\u957F\u6309\u62D6\u62FD
700
700
  \u70B9\u51FB\u6253\u5F00\u83DC\u5355`,insertTips:"\u70B9\u51FB\u6DFB\u52A0\u533A\u5757"}}},sq={blockMenu:{section:{basics:"Basic",system:"System",styles:"Styles",common:"Common",actions:"Actions",thirdParty:"Third-party content"},command:{insertAbove:"Insert above",insertAfter:"Insert below",copy:"Copy",cut:"Cut",delete:"Delete"},button:{searchPlaceholder:"Search",tips:`Hold to drag.
701
701
  Click to open the menu.`,insertTips:"Click to add block"}}},aq={blockMenu:{section:{basics:"\u4E00\u822C",system:"\u30B7\u30B9\u30C6\u30E0",styles:"\u30B9\u30BF\u30A4\u30EB",common:"\u4E00\u822C",actions:"\u64CD\u4F5C",thirdParty:"\u5916\u90E8\u30B3\u30F3\u30C6\u30F3\u30C4"},command:{insertAbove:"\u4E0A\u306B\u633F\u5165",insertAfter:"\u4E0B\u306B\u633F\u5165",copy:"\u8907\u88FD",cut:"\u5207\u308B",delete:"\u524A\u9664"},button:{searchPlaceholder:"\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u691C\u7D22",tips:`\u30DE\u30A6\u30B9\u306E\u30DC\u30BF\u30F3\u3092\u62BC\u3057\u306A\u304C\u3089\u30C9\u30E9\u30C3\u30B0\u3059\u308B\u3002
702
- \u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30E1\u30CB\u30E5\u30FC\u3092\u8868\u793A\u3059\u308B\u3002`,insertTips:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30D6\u30ED\u30C3\u30AF\u3092\u8FFD\u52A0"}}};I.mergeLang({"zh-CN":oq,"en-US":sq,"ja-JP":aq});const ufe="";class lq{constructor(){g(this,"dragObject",null)}setData(e){this.dragObject=e}getData(){return this.dragObject}clearData(){this.dragObject=null}destroy(){}}function Np(n){return n.addCustom("drag-data",()=>new lq)}function fx(n,e){if(!e)return null;const t=Np(n).getData();return!t||t.editorId!==n.id?null:t}function QR(n,e){const t=fx(n,e);return t?n.findBlockById(t.blockId):null}function cq(n,e,t){if(!e.dataTransfer)return;const i=oe(t),o=ue(i),s=fe(t),a={type:"block",editorId:n.id,containerId:o,blockId:s};Np(n).setData(a)}function uq(n,e,t,r,i){if(!e.dataTransfer)return;const s=oe(t),a=ue(s),c=fe(t),f={type:"custom",customType:r,editorId:n.id,containerId:a,blockId:c,data:i};Np(n).setData(f)}function Ul(n){Np(n).clearData()}const fq=_("find-drop-target");function dq(n,e){const t=Pt(n,e);if(!t)return null;if(to(t)&&Ai(t))return t;const r=t.firstElementChild;return r&&to(r)&&Ai(r)?r:null}function hq(n,e,t){const a=t,c=e;for(let f=0;f<2;f++){const h=c+f*50;for(let b=0;b<5;b++){const C=a+b*8,E=Pt(h,C);if(E){const R=Z(E);if(R&&!Ne(n,R))return R}if(b===0)continue;const y=a-b*8,T=Pt(h,y);if(T){const R=Z(T);if(R&&!Ne(n,R))return R}}}return null}function e4(n,e=document.body.getBoundingClientRect().width/2,t=document.body.getBoundingClientRect().height/2){const r=Pt(e,t);if(r){const h=Z(r);if(h&&(!Ne(n,h)||r.closest("[drop-area=custom]")))return h}const i=new Set,o=dq(e,t);if(o){const h=o.getBoundingClientRect();t<h.top+h.height/2?i.add(Ft(o)):i.add(tn(o))}const s=hq(n,e,t);s&&i.add(s);const a=Array.from(i),c=h=>{for(let b=0;b<a.length;b++){const C=a[b];if(h!==C&&mt(h,C))return!0}return!1},f=a.filter(h=>!c(h));return f.length>0?f[0]:null}function dx(n,e){if(n.readonly)return!1;const t=oe(e);if(Ze(t))return!0;const r=Z(t);return p(fq,r,"no parent block"),n.isBlockWritable(r)?dx(n,r):!1}const gq=_("drop-target");function mq(n,e){let t={};return/image/.test(e.type)?t=n.editorEmbeds.getEmbedClass("image"):/audio/.test(e.type)?t=n.editorEmbeds.getEmbedClass("audio"):/video/.test(e.type)&&(t=n.editorEmbeds.getEmbedClass("video")),p(gq,t,`unSupport file type ${e.type}`),t}async function t4(n,e,t,r){var o,s;let i=r;for(const a of e){const c=mq(n,a);c.getOptions&&await((s=(o=c.getOptions(n)).handleInsertEmptyEmbed)==null?void 0:s.call(o,n,{containerId:t,blockIndex:i,data:{file:a}}))&&(i+=1)}}class pq{constructor(e){g(this,"handleDrop",(e,t,r,i)=>{if(Array.isArray(t)){const o=t;if(o.length>0){const s=ue(r);return t4(e,o,s,i),!0}}return!1});this.editor=e}}class Ku{constructor(e){g(this,"indicator");g(this,"lastDropOverResult");g(this,"handlers",[]);g(this,"combineToCreate",[]);g(this,"dropTargetFinders",new Map);g(this,"handleDragOver",e=>{if(!this.editor.isWritable())return;const t=o=>{var f,h,b,C;const s=fx(this.editor,o.dataTransfer),a=QR(this.editor,o.dataTransfer);if(((f=o.dataTransfer)==null?void 0:f.types.length)&&!((h=o.dataTransfer)!=null&&h.types.includes("Files")))return"none";const c=this.findTargetBlock(a,o.x,o.y);if(c&&mt(this.editor.rootContainer,c)){const E=this.findInsertPos(a,c,o.x,o.y,(C=s!=null?s:(b=o.dataTransfer)==null?void 0:b.items)!=null?C:null);if(E)return this.indicator.show(c,E),"move"}return this.indicator.hide(),"none"},r=(o,s)=>{o.dataTransfer&&(o.dataTransfer.dropEffect=s),s==="move"&&o.preventDefault()};if(this.lastDropOverResult&&e.x===this.lastDropOverResult.x&&e.y===this.lastDropOverResult.y){const o=this.lastDropOverResult.dropEffect;r(e,o);return}const i=t(e);r(e,i),this.lastDropOverResult={x:e.x,y:e.y,dropEffect:i}});g(this,"handleDrop",e=>{var o,s,a;e.stopPropagation(),setTimeout(()=>{this.indicator.hide()});const t=fx(this.editor,e.dataTransfer),r=Array.from((s=(o=e.dataTransfer)==null?void 0:o.files)!=null?s:[]);if(!t&&r.length===0){e.dataTransfer&&(e.dataTransfer.dropEffect="none"),Ul(this.editor);return}const i=this.indicator.target;if(i){const{block:c,insertPos:f}=i,h=(a=typeof f=="object"&&f.type==="custom"?f.targetBlock:void 0)!=null?a:c,b=QR(this.editor,e.dataTransfer);this.editor.undoManager.runInGroup(()=>{if(typeof f=="object"&&f.type==="combine"&&b){const E=f.onCombine(this.editor,b,h,f.pos,t,this.handlers);E&&(this.editor.selection.selectBlock(E,0),Fu.get(this.editor).highlightBlock(E)),this.editor.focus(),e.preventDefault(),Ul(this.editor);return}const C=He(this.editor,h);if(C.handleDrop){const E=C.handleDrop(this.editor,h,t!=null?t:r,f,{isSourceBlock:!1,targetBlock:h});if(E){e.preventDefault(),this.editor.focus(),Ul(this.editor);const y=typeof E=="boolean"?oe(h):E;for(let T=0;T<this.handlers.length;T++)if(this.handlers[T].handleDrop(this.editor,b!=null?b:r,y,0)){this.editor.focus(),Ul(this.editor);return}return}}if(b){const E=He(this.editor,b);if(E.handleDrop&&E.handleDrop(this.editor,b,t!=null?t:r,f,{isSourceBlock:!0,targetBlock:h})){e.preventDefault(),this.editor.focus(),Ul(this.editor);return}}if(typeof f=="string"){const E=oe(h);let y=Re(h);if(f==="after"){y+=1;let T=lt(h);for(;T&&!la(T);)y+=1,T=lt(T)}e.preventDefault();for(let T=0;T<this.handlers.length;T++)if(this.handlers[T].handleDrop(this.editor,b!=null?b:r,E,y)){this.editor.focus(),Ul(this.editor);return}if(b){const T=this.editor.getBlockData(b),R=co(this.editor.editorBlocks,this.editor.doc.toJSON(),T),[O]=this.editor.insertDocAt(E,y,R);this.editor.selection.selectBlock(O,0),Fu.get(this.editor).highlightBlock(O),this.editor.deleteBlock(b),this.editor.focus()}}})}Ul(this.editor)});g(this,"handleDragLeave",()=>{this.indicator.hide()});this.editor=e,this.indicator=new Bz(this.editor),this.handlers.push(new pq(this.editor)),this.editor.contentElement.addEventListener("dragover",this.handleDragOver),this.editor.contentElement.addEventListener("dragleave",this.handleDragLeave),this.editor.contentElement.addEventListener("drop",this.handleDrop),this.editor.editorBlocks.forEach(t=>{var i;const r=(i=t.getOptions)==null?void 0:i.call(t,this.editor).combineToCreate;r&&this.combineToCreate.push(r)})}destroy(){this.editor.contentElement.removeEventListener("dragover",this.handleDragOver),this.editor.contentElement.removeEventListener("dragleave",this.handleDragLeave),this.editor.contentElement.removeEventListener("drop",this.handleDrop),this.handlers=[]}addHandler(e){this.handlers.push(e)}addFinder(e,t){this.dropTargetFinders.has(e)||this.dropTargetFinders.set(e,t)}static register(e){return e.addCustom("drop-target",()=>new Ku(e))}static get(e){return e.getCustom("drop-target")}static find(e){return e.findCustom("drop-target")}canInsertAfter(e,t){return!(this.editor.readonly||Jr(t)===e&&e||!dx(this.editor,t))}canInsertBefore(e,t){return!(this.editor.readonly||Yr(t)===e&&e||!dx(this.editor,t)||Ze(oe(t))&&Re(t)===0)}canDrop(e,t){return e===null||e===t?!0:!mt(e,t)}findTargetBlock(e,t,r){for(const a of Array.from(this.dropTargetFinders.values())){const c=a.finder(this.editor,e,t,r);if(c)return c}let i=e4(this.editor,t,r);if(i||(i=e4(this.editor,void 0,r)),!i||!mt(this.editor.rootContainer,i))return null;const o=oe(i),s=Z(o);return s&&we(s)==="code"&&(i=s),this.canDrop(e,i)?i:null}findInsertPos(e,t,r,i,o){let s=t;for(;s;){const c=He(this.editor,s);if(c.handleDropOver){const f=c.handleDropOver(this.editor,s,o,r,i);if(f)return f;if(f===!1)return null}s=gl(s)}if(e===t)return null;if(o&&"blockId"in o){const c=this.editor.getBlockById(o.blockId);for(const{combinable:f,onCombine:h}of this.combineToCreate){const b=f(this.editor,c,t);if(!(typeof b>"u")){if(b==="body")throw new Error("unimplemented yet.");if(b==="sideway"){let C;pt(t)?C=$e(t).getBoundingClientRect():C=t.getBoundingClientRect();const E=C.width/2+C.left;if(C.left<r&&r<C.right)continue;return r<E?{type:"combine",pos:"left",onCombine:h}:{type:"combine",pos:"right",onCombine:h}}throw new Error(`Invalid combineType: ${b}`)}}}const a=t.getBoundingClientRect();if(a.top<=i&&i<=a.bottom){if(i<a.top+a.height/2){if(this.canInsertBefore(e,t))return"before";if(this.canInsertAfter(e,t))return"after"}else{if(this.canInsertAfter(e,t))return"after";if(this.canInsertBefore(e,t))return"before"}return null}return i<a.top&&this.canInsertBefore(e,t)?"before":a.bottom<i&&this.canInsertAfter(e,t)?"after":null}}function n4(n,e,t){const r=$t.getImageObject(n,e),i=Ae.default(r.getImages());if(i.length===1){n.deleteBlock(e);return}if(t===-1||t>=i.length)return;const o=rz(i);if(i.splice(t,1),i.length===1){const a=i[0],c=100*(a.flex/o);a.flex=1;const f=qn([a],c);n.updateEmbedData(e,f);return}i[0].flex=NaN,Uu(i);const s=qn(i,r.getWidthPercent());n.updateEmbedData(e,s)}function bq(n,e,t,r){if(e.length===0||r==="after"||r==="before"||r.type!=="custom")return!1;let i=r.data;const o=$t.getImageObject(n,t),s=Ae.default(o.getImages()),a=[],c=[];e.forEach(b=>{$R(b.type)&&s.length+a.length<6?a.push(b):c.push(b)}),a.forEach(b=>{try{KR(n,b)}catch{return}const C={src:"",flex:1,width:0,height:0,virtualSize:!0};s.splice(i,0,C);const E=qn(s,o.getWidthPercent());n.updateEmbedData(t,E),o.replaceImage(i,b),i+=1});const f=n.getBlockIndex(t)+1,h=ue(oe(t));return t4(n,c,h,f),!0}function Cq(n,e,t,r,i){var s,a,c;if(Ug(t))return bq(n,t,e,r);if(t.type!=="custom"||t.customType!=="image"||!t.data)return;const o=t.data;if(i.isSourceBlock){const f=i.targetBlock,h=oe(f);let b=Re(f);r==="after"&&(b+=1);const E=100*(o.boundingRect.width/n.rootContainer.getBoundingClientRect().width),y=qn([o.image],E),T={id:re(),type:"embed",embedType:"image",embedData:y},R=(a=(s=n.options.componentsOptions)==null?void 0:s.image)==null?void 0:a.defaultAlign;R&&(T.align=R),n.insertBlock(ue(h),b,T),n4(n,e,o.index),(c=n.findCustom("drag-handler"))==null||c.handleDragEnd()}else{if(typeof r=="string"||r.type!=="custom")return;const f=e;let h=r.data;const b=$t.getImageObject(n,f),C=Ae.default(b.getImages());h>C.length&&(h=C.length),n.undoManager.runInGroup(()=>{var y,T;b.setAutoFix(!0);const E=n.getBlockById(t.blockId);if(E===f){const R=o.index,O=h,M=o.image;if(R===O||O===R+1)return;let F=O;R<O?(C.splice(O,0,M),C.splice(R,1),F-=1):(C.splice(R,1),C.splice(O,0,M));const Q=qn(C,b.getWidthPercent());n.updateEmbedData(f,Q),b.setSelectedIndex(F),(y=n.findCustom("drag-handler"))==null||y.handleDragEnd()}else{C.splice(h,0,o.image),C[0].flex=NaN,Uu(C);const R=qn(C,b.getWidthPercent());n.updateEmbedData(f,R),n4(n,E,o.index),(T=n.findCustom("drag-handler"))==null||T.handleDragEnd(),b.setSelectedIndex(h),n.selection.selectBlock(f,0)}})}return!0}async function Eq(n){return await i1.default.toSvg(n)}function hx(n,e){return new DragEvent(e,{bubbles:!0,cancelable:!0,view:window,screenX:n.screenX,screenY:n.screenY,dataTransfer:new DataTransfer,clientX:n.clientX,clientY:n.clientY})}class xq{constructor(e){g(this,"img");g(this,"dragContainer",null);g(this,"autoScroll",null);g(this,"imageContainer",null);g(this,"startPosition",null);g(this,"handleMouseDown",e=>{const t=e.target;if(!t||!(t instanceof HTMLImageElement)||e.button!==0)return;const r=Z(t);if(!r||!Fi(r)||!this.editor.isBlockWritable(r)||this.editor.readonly)return;const i=$t.getImageObject(this.editor,r);if(this.imageContainer=ex(e.target),!this.imageContainer)return;const s=OR(e.target).indexOf(this.imageContainer);if(s===-1)return;const a=i.getImages()[s];if(!a)return;const{x:c,y:f}=e;this.startPosition={x:c,y:f};const h={image:a,index:s,boundingRect:this.imageContainer.getBoundingClientRect()},b=hx(e,"dragstart");uq(this.editor,b,r,"image",h),document.addEventListener("mouseup",this.handleDragEnd),this.editor.contentElement.addEventListener("mousemove",this.handleDrag),e.preventDefault()});g(this,"handleDragStart",async e=>{if(!this.imageContainer)return;const t=Z(this.imageContainer);if(!t)return;const{x:r,y:i}=e,{width:o,height:s}=e.target.getBoundingClientRect(),a=At(t),c=w("div",["drag-container"],a);c.style.left=`${r-o/4}px`,c.style.top=`${i-s/4}px`,c.style.width=`${Math.max(o/2,16)}px`,c.style.height=`${s/2}px`,this.dragContainer=c,q(this.editor.contentElement,"dragging");const f=en(t);this.autoScroll=new zf({scrollElement:f,trackMouseEvent:"mousemove",edge:{top:50,bottom:50}}),this.autoScroll.active();const h=w("img",["drag-target"],c),C=await Eq(this.imageContainer);C&&(h.src=C)});g(this,"handleDrag",e=>{var o;const{x:t,y:r}=e;if(((o=this.startPosition)==null?void 0:o.x)===t&&this.startPosition.y===r)return;if(window.isDragging||(window.isDragging=!0,this.handleDragStart(e)),this.startPosition&&this.dragContainer){const{x:s,y:a}=e;if(s===0&&a===0){this.dragContainer.style.transform="",this.dragContainer.style.opacity="0";return}const{x:c,y:f}=this.startPosition,h=s-c,b=a-f;this.dragContainer.style.transform=`translate(${h}px, ${b}px)`,this.dragContainer.style.opacity="0.5"}const i=hx(e,"dragover");this.editor.contentElement.dispatchEvent(i)});g(this,"handleDragEnd",e=>{var t;if(window.isDragging=!1,this.dragContainer&&this.dragContainer.remove(),this.dragContainer=null,this.startPosition=null,this.imageContainer=null,(t=this.autoScroll)==null||t.inactive(),ae(this.editor.contentElement,"dragging"),document.removeEventListener("mouseup",this.handleDragEnd),this.editor.contentElement.removeEventListener("mousemove",this.handleDrag),e){const r=hx(e,"drop");this.editor.contentElement.dispatchEvent(r)}});this.editor=e,this.editor.rootContainer.addEventListener("mousedown",this.handleMouseDown),this.img=new Image,this.img.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"}destroy(){this.editor.rootContainer.removeEventListener("mousedown",this.handleMouseDown)}}class Aq{constructor(e){g(this,"handleFocusBlockChanged",(e,t,r)=>{const o=this.editor.getFocusedBlock();if(o&&Fi(o)){const s=$t.getImageObject(this.editor,o);s.getImages().length>0&&s.getSelectedIndex()===-1&&s.setSelectedIndex(0)}if(r&&Fi(r)&&e.findCustom(`image-${r.id}`)){const s=$t.getImageObject(this.editor,r);s.focusTimes=0,s.blockResizer.disableResize()}});this.editor=e,this.editor.addListener("focusBlockChanged",this.handleFocusBlockChanged)}destroy(){this.editor.removeListener("focusBlockChanged",this.handleFocusBlockChanged)}}class yq{constructor(e){g(this,"currentResizer",null);g(this,"handleHoveringBlockChange",(e,t)=>{window.isDragging||(t&&this.disable(t),e&&(this.currentResizer=e,this.enable(e)))});this.editor=e,jt.get(e).addListener("change",this.handleHoveringBlockChange)}destroy(){jt.get(this.editor).removeListener("change",this.handleHoveringBlockChange)}disable(e){Fi(e)&&$t.getImageObject(this.editor,e).disableResizer()}enable(e){if(Fi(e)){const t=$t.getImageObject(this.editor,e);this.editor.isBlockWritable(e)&&t.tryEnableResizer()}}}const wq={image:{title:"\u56FE\u7247",upload:{failed:'<div class="line-1">\u56FE\u7247\u4E0A\u4F20\u5931\u8D25</div><div class="line-2">\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5 <a href="" class="retry-upload">\u91CD\u8BD5</a></div>'},load:{failed:'<div class="line-1">\u56FE\u7247\u52A0\u8F7D\u5931\u8D25</div><div class="line-2">\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5 <a href="" class="retry-upload">\u91CD\u8BD5</a></div>',remote:{failed:'<div class="line-1">\u56FE\u7247\u52A0\u8F7D\u5931\u8D25</div><div class="line-2">\u8BE5\u56FE\u7247\u6765\u81EA\u5916\u90E8\u94FE\u63A5\uFF0C\u5916\u90E8\u94FE\u63A5\u5DF2\u5931\u6548</div><div class="line-3">\u8BF7\u5C06\u539F\u56FE\u4FDD\u5B58\u5230\u672C\u5730\u540E\u4E0A\u4F20\uFF0C <a href="" class="retry-upload">\u6253\u5F00\u56FE\u7247\u94FE\u63A5</a></div>',tooltip:"\u8BE5\u56FE\u7247\u6765\u81EA\u5916\u90E8\u94FE\u63A5\uFF0C\u5982\u679C\u94FE\u63A5\u5931\u6548\u56FE\u7247\u5C06\u65E0\u6CD5\u67E5\u770B\uFF0C\u5EFA\u8BAE\u4FDD\u5B58\u5230\u672C\u5730\u540E\u6DFB\u52A0\u5230\u9875\u9762\u4E2D"}},abstract:"\u56FE\u7247"}},kq={image:{title:"Image",upload:{failed:'<div class="line-1">Image upload failed</div><div class="line-2">Network error, you can <a href="" class="retry-upload">Retry</a></div>'},load:{failed:'<div class="line-1">Image failed to load</div><div class="line-2">Network error, you can <a href="" class="retry-upload">Retry</a></div>',remote:{failed:'<div class="line-1">Failed to load image</div><div class="line-2">This picture is from an expired external link</div><div class="line-3">Please save the original image to local drives and upload it. <a href="" class="retry-upload">Open image link</a></div>',tooltip:"This picture is from an external link. If the link expires, the picture will not be available. It's recommended to save it to local drives and add it to the page."}},abstract:"Image"}},vq={image:{title:"\u753B\u50CF",upload:{failed:'<div class="line-1">\u753B\u50CF\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F</div><div class="line-2">\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 <a href="" class="retry-upload">\u518D\u8A66\u884C</a></div>'},load:{failed:'<div class="line-1">\u753B\u50CF\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F</div><div class="line-2">\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 <a href="" class="retry-upload">\u518D\u8A66\u884C</a></div>',remote:{failed:'<div class="line-1">\u753B\u50CF\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F</div><div class="line-2">\u3053\u306E\u753B\u50CF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u3044\u308B URL \u304C\u7121\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u8868\u793A\u3067\u304D\u307E\u305B\u3093</div><div class="line-3">\u753B\u50CF\u3092\u30ED\u30FC\u30AB\u30EB\u306B\u4FDD\u5B58\u3057\u3066\u30A2\u30C3\u30D7\u30ED\u30FC\u30C0\u3057\u3066\u304F\u3060\u3055\u3044 <a href="" class="retry-upload">\u753B\u50CF\u30EA\u30F3\u30AF\u3092\u958B\u304F</a></div>',tooltip:"\u3053\u306E\u753B\u50CF\u306F\u5916\u90E8\u306B\u30EA\u30F3\u30AF\u3057\u3066\u3044\u308B\u305F\u3081\u3001\u30EA\u30F3\u30AF\u304C\u7121\u52B9\u306B\u306A\u308B\u3068\u3001\u8868\u793A\u3067\u304D\u306A\u304F\u306A\u308A\u307E\u3059\u306E\u3067\u3001\u30ED\u30FC\u30AB\u30EB\u306B\u4FDD\u5B58\u3057\u3001\u30DA\u30FC\u30B8\u306B\u633F\u5165\u3059\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059"}},abstract:"\u753B\u50CF"}};I.mergeLang({"zh-CN":wq,"en-US":kq,"ja-JP":vq});function Bq(n,e,t,r){const i=n.getBlockByIndex(e,t),o=n.getBlockText(i),{left:s}=ar(o,r),a=Lt(s);let c=r;if(a.endsWith("![]()"))c-=5;else if(a.endsWith("![]"))c-=3;else return!1;const f=r;return jc("image/*").then(h=>{!h||n.undoManager.runInGroup(()=>{n.deleteTextFromBlock(i,c,f-c);let b=t+1;Lt(n.getBlockText(i)).trim()?(iu(n,i,c,{forceInsertAfter:!0}),c===0&&(n.deleteBlock(i),b--)):(n.deleteBlock(i),b--),N1(n,"image",e,b,{file:h})})}),!0}class Tq{handleAfterInsertText(e,t,r,i,o){if(o===" "){if(Lp(e,t))return!1;if(Bq(e,t,r,i))return!0}return!1}}const Rq=_("copy-image");function Sq(n,e,t,r){const i=t.getImages()[r],o=t.getImages().length===1?t.getWidthPercent():i.flex*100,s=qn([i],o),a={id:re(),type:"embed",embedType:"image",embedData:s},c=n.options.componentsOptions.image;c!=null&&c.defaultAlign&&(a.align=c.defaultAlign);const f={blocks:{root:[a]},comments:{},meta:{}},h=document.createElement("canvas");h.width=e.naturalWidth,h.height=e.naturalHeight;const b=h.getContext("2d");if(!b)return;const C={},E={};try{b.drawImage(e,0,0,h.width,h.height);const F=h.toDataURL("image/png").replace(/^data:image\/(png|jpg);base64,/,""),Q=m1(F),H=new File([Q],`${Date.now()}.png`,{type:"image/png"});C["image/png"]=H}catch(M){Rq.error(M)}xd(n,f);const T=`<img src="${n.doc.buildResourceUrl(i.src,{withToken:!0})}" />`,R=Ed(T,f),O=new Blob([R],{type:"text/html"});return C["text/html"]=O,E["text/html"]=R,[C,E]}function Lq(n,e,t,r,i){const o=Sq(n,e,t,r);if(!o)return;const[s,a]=o;if(s){const c=Object.entries(s).map(([f,h])=>({type:f,data:h}));return jf(c).then(f=>{if(!f&&i){const h=i.clipboardData;h&&(h.setData("text/plain",a["text/plain"]),h.setData("text/html",a["text/html"]))}}),!0}}function Pp(n,e){const t=n.selection.range;if(t.start.blockId!==t.end.blockId)return;const i=n.getFocusedBlock();if(i&&Fi(i)){const o=$t.getImageObject(n,i);if(o.getImages().length>0){const a=o.getSelectedIndex();if(a!==-1){const f=$i(i)[a].querySelector("img");if(f)return Lq(n,f,o,a,e)}}}}function Iq(n){const e=n.getFocusedBlock(),t=Jr(e);if(t&&Fi(t)){n.selection.selectBlock(t,0);const r=$t.getImageObject(n,t);return r.getImages().length>0&&r.setSelectedIndex(0),!0}}function Dq(n){const e=n.getFocusedBlock(),t=Yr(e);if(t&&Fi(t)){n.selection.selectBlock(t,0);const r=$t.getImageObject(n,t);return r.getImages().length>0&&r.setSelectedIndex(0),!0}}function _q(n){const t=n.getFocusedBlock();if(t&&Fi(t)){const r=$t.getImageObject(n,t),i=r.getImages();if(i.length>0){const o=r.getSelectedIndex();if(o===-1)return r.setSelectedIndex(i.length-1),!0;if(o>0)return r.setSelectedIndex(o-1),!0}}}function Mq(n){const t=n.getFocusedBlock();if(t&&Fi(t)){const r=$t.getImageObject(n,t),i=r.getImages();if(i.length>0){const o=r.getSelectedIndex();if(o===-1)return r.setSelectedIndex(0),!0;if(o<i.length-1)return r.setSelectedIndex(o+1),!0}}}function Fp(n){const t=n.getFocusedBlock();if(t&&Fi(t)){const r=$t.getImageObject(n,t);if(r.getImages().length>0){const o=r.getSelectedIndex();if(o!==-1)return r.removeImage(o),!0}}}const Oq={ArrowLeft:_q,ArrowRight:Mq,ArrowUp:Dq,ArrowDown:Iq,Delete:Fp,Backspace:Fp};class Uq{constructor(e){this.editor=e,setTimeout(()=>{this.editor.input.addHandler(this)})}handleBeforeCopy(e,t,r){if(!window.isSecureContext)return;if(Pp(e,t))return!0}handleBeforeCut(e,t){if(Pp(e,t))return Fp(e),!0}destroy(){}}class gx{constructor(e){this.editor=e,setTimeout(()=>{this.editor.input.addHandler(this)})}async handleAfterPasteDoc(e,t,r){return Object.values(t.blocks).forEach(i=>{i.forEach(o=>{if(o.type==="embed"&&o.embedType==="image"){const s=o.embedData;if(Array.isArray(s.src))return;let a=r.blockIdMap.get(o.id);for(;a&&r.blockIdMap.get(a);)a=r.blockIdMap.get(a);a&&Ia(e,a).setAutoFix(!0)}})}),!1}destroy(){}}const Nq=2;function Kp(n,e,t){const r=$i(e);if(t<=0){const s=r[0].getBoundingClientRect();return new DOMRect(s.left-4,s.top,2,s.height)}if(t===r.length){const s=r[t-1].getBoundingClientRect();return new DOMRect(s.right+2,s.top,2,s.height)}const i=r[t-1].getBoundingClientRect(),o=r[t].getBoundingClientRect();return new DOMRect((o.left+i.right)/2-1,i.top,Nq,i.height)}function Pq(n,e,t,r,i){for(let o=0;o<t.length;o++){const a=t[o].getBoundingClientRect();if(r<=a.right)return r<=a.left+a.width/2?{type:"custom",rect:Kp(n,e,o),data:o}:{type:"custom",rect:Kp(n,e,o+1),data:o+1}}return r>t[t.length-1].getBoundingClientRect().right?{type:"custom",rect:Kp(n,e,t.length),data:t.length}:{type:"custom",rect:Kp(n,e,t.length),data:0}}function Fq(n,e,t,r,i){const o=$i(e);if(t instanceof DataTransferItemList){if(!Array.from(t).some(s=>$R(s.type))||o.length>=6)return}else{if((t==null?void 0:t.type)==="block"||(o.length>=6||o.length===1)&&(t==null?void 0:t.blockId)!==fe(e))return;const s=fe(e);if(o.length===1&&s===(t==null?void 0:t.blockId))return}return Pq(n,e,o,r)}const Kq={embedProperties:{edit:"\u7F16\u8F91",addComment:"\u6DFB\u52A0\u6279\u6CE8"}},$q={embedProperties:{edit:"Edit",addComment:"Add annotation"}},Vq={embedProperties:{edit:"\u7DE8\u96C6",addComment:"\u30B3\u30E1\u30F3\u30C8\u3092\u8FFD\u52A0"}};I.mergeLang({"zh-CN":Kq,"en-US":$q,"ja-JP":Vq});const r4=_("embed-block-properties");function Nl(n,e){var t;for(const r of n.blockHooks){const i=(t=r.commands)==null?void 0:t.call(r,n,e);if(!!i&&i.group==="block-comment-actions")return i.executeCommand(n,e,i.commands[0]),!0}return!1}class $p{constructor(e,t,r){g(this,"group","hovering-toolbar");g(this,"_commands",[{id:"edit",name:I.t("embedProperties.edit"),icon:gu},{id:"add-comment",name:I.t("embedProperties.addComment"),icon:go}]);this.editor=e,this.block=t,this.properties=r}get commands(){var i,o,s;if(this.editor.readonly)return[];let e=this._commands;const{enableComments:t=!0}=this.editor.options;t||(e=e.filter(a=>a.id!=="add-comment")),e.forEach(a=>{(a.id==="add-comment"||a.id==="edit")&&(a.states=this.editor.isBlockWritable(this.block)?[]:["disabled"])});let r=(i=this.properties)!=null&&i.presetIds?e.filter(a=>{var c,f;return(f=(c=this.properties)==null?void 0:c.presetIds)==null?void 0:f.includes(a.id)}):[...e];return(s=(o=this.properties)==null?void 0:o.extCommands)!=null&&s.length&&(r.length&&r.push({id:re(),type:"separator",name:""}),r.push(...this.properties.extCommands)),r.length<=3&&(r=r.filter(a=>a.id!=="separator")),r}executeCommand(e,t,r){var i,o;if(!((o=(i=this.properties)==null?void 0:i.handleExecuteCommand)!=null&&o.call(i,e,t,r))){if(r.id==="add-comment"){Nl(e,t)||r4.error("failed to add comment to block");return}r4.error(`unknown command: ${JSON.stringify(r)}`)}}}function i4(n,e,t){return{blockCommands:{"hovering-toolbar":new $p(n,e,t)}}}class Pl{constructor(e){g(this,"blockResizer");g(this,"handleResizing",(e,t)=>{var i,o;const r=e.getBlock();if(r){if(((o=(i=He(this.editor,r)).notify)==null?void 0:o.call(i,this.editor,"resize",{block:r,rect:t}))===!0)return;const s=Math.max(t.height,100),f={...this.editor.getBlockData(r).embedData,height:s};this.editor.updateEmbedData(r,f)}});g(this,"handleHoveringBlockChange",(e,t)=>{t&&pt(t)&&_e(t,"resizable")&&this.disableResizer(),e&&pt(e)&&_e(e,"resizable")&&this.editor.isBlockWritable(e)&&this.tryEnableResizer(e)});this.editor=e,jt.get(e).addListener("change",this.handleHoveringBlockChange),this.blockResizer=new ah(this.editor,{resize:["bottom"]}),this.blockResizer.addListener("resizing",this.handleResizing)}destroy(){jt.get(this.editor).removeListener("change",this.handleHoveringBlockChange)}tryEnableResizer(e){this.blockResizer.enableResize(e)}disableResizer(){this.blockResizer.disableResize()}static get(e){return e.addCustom("EmbedBlockResizer",()=>new Pl(e))}static register(e,t){return q(t,"resizable"),e.addCustom("EmbedBlockResizer",()=>new Pl(e))}}class jq{constructor(e,t){g(this,"group","hovering-toolbar");g(this,"_commands",[{id:"download",name:I.t("\u4E0B\u8F7D\u4E3A\u56FE\u7247"),icon:Gm},{id:"sep",name:"",type:"separator"},{id:"left",name:I.t("commands.alignLeft"),icon:xa},{id:"center",name:I.t("commands.alignCenter"),icon:hu},{id:"right",name:I.t("commands.alignRight"),icon:du},{id:"sep",name:"",type:"separator"},{id:"addComment",name:I.t("comment.quickMenuCommand"),icon:go}]);this.editor=e,this.block=t,this.editor=e,this.block=t}createIconItem(e,t,r){if(!e)return null;const i=["style-icon","text-style-item"];return t&&i.push("active"),zo(e,i,r)}get commands(){if(this.editor.readonly)return this._commands.filter(r=>r.id==="download");const e=this.block.getAttribute("data-style-align");return this._commands.map(r=>r.id===e?{...r,element:()=>{const i=w("div",["image-tooltip-align-style-section"],null);return this.createIconItem(r.icon,!0,i),i}}:r)}executeCommand(e,t,r){switch(r.id){case"addComment":Nl(e,t);break;case"left":case"center":case"right":xp(e,t,r.id);break;case"download":gz(t);break}}}const Hq=_("image-embed");function zq(n,e){n.domEvents.addEventListener(e,"mousedown",(t,r)=>{const i=$t.getImageObject(t,e);i.mouseStartX=r.clientX,i.mouseStartY=r.clientY}),n.domEvents.addEventListener(e,"mouseup",(t,r)=>{const i=$t.getImageObject(t,e);if(!Pu(e,i.getSelectedIndex()).classList.contains("active"))return;if(i.focusTimes===0){i.focusTimes+=1;return}if(!(Math.abs(r.clientX-i.mouseStartX)<5&&Math.abs(r.clientY-i.mouseStartY)<5))return;const a=t.options.componentsOptions.image;a!=null&&a.onPreview&&a.onPreview(t,r)})}function qq(n,e,t,r,i,o){$t.create(n,t).createContent(i,o,e),n.addCustom("image-select-handler",()=>new Aq(n)),n.addCustom("image-copy-handler",()=>new Uq(n)),setTimeout(()=>{n.addCustom("drag-handler",()=>new xq(n));const a=n.addCustom("image-resizer",()=>new yq(n)),c=t.embedData;Ou(c)?a.disable(o):a.currentResizer===o&&a.enable(o)}),zq(n,o)}function Wq(n,e,t,r){const i=e.embedData,o=Nu(i);return r==="html"?o.map(s=>`<img src="${n.doc.buildResourceUrl(s.src,{withToken:!0})}">`).join(""):r==="markdown"?`${o.map(a=>`![img](${n.doc.buildResourceUrl(a.src,{withToken:!0})})`).join(`
702
+ \u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30E1\u30CB\u30E5\u30FC\u3092\u8868\u793A\u3059\u308B\u3002`,insertTips:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30D6\u30ED\u30C3\u30AF\u3092\u8FFD\u52A0"}}};I.mergeLang({"zh-CN":oq,"en-US":sq,"ja-JP":aq});const ufe="";class lq{constructor(){g(this,"dragObject",null)}setData(e){this.dragObject=e}getData(){return this.dragObject}clearData(){this.dragObject=null}destroy(){}}function Np(n){return n.addCustom("drag-data",()=>new lq)}function fx(n,e){if(!e)return null;const t=Np(n).getData();return!t||t.editorId!==n.id?null:t}function QR(n,e){const t=fx(n,e);return t?n.findBlockById(t.blockId):null}function cq(n,e,t){if(!e.dataTransfer)return;const i=oe(t),o=ue(i),s=fe(t),a={type:"block",editorId:n.id,containerId:o,blockId:s};Np(n).setData(a)}function uq(n,e,t,r,i){if(!e.dataTransfer)return;const s=oe(t),a=ue(s),c=fe(t),f={type:"custom",customType:r,editorId:n.id,containerId:a,blockId:c,data:i};Np(n).setData(f)}function Ul(n){Np(n).clearData()}const fq=_("find-drop-target");function dq(n,e){const t=Pt(n,e);if(!t)return null;if(to(t)&&Ai(t))return t;const r=t.firstElementChild;return r&&to(r)&&Ai(r)?r:null}function hq(n,e,t){const a=t,c=e;for(let f=0;f<2;f++){const h=c+f*50;for(let b=0;b<5;b++){const C=a+b*8,E=Pt(h,C);if(E){const R=Z(E);if(R&&!Ne(n,R))return R}if(b===0)continue;const y=a-b*8,T=Pt(h,y);if(T){const R=Z(T);if(R&&!Ne(n,R))return R}}}return null}function e4(n,e=document.body.getBoundingClientRect().width/2,t=document.body.getBoundingClientRect().height/2){const r=Pt(e,t);if(r){const h=Z(r);if(h&&(!Ne(n,h)||r.closest("[drop-area=custom]")))return h}const i=new Set,o=dq(e,t);if(o){const h=o.getBoundingClientRect();t<h.top+h.height/2?i.add(Ft(o)):i.add(tn(o))}const s=hq(n,e,t);s&&i.add(s);const a=Array.from(i),c=h=>{for(let b=0;b<a.length;b++){const C=a[b];if(h!==C&&mt(h,C))return!0}return!1},f=a.filter(h=>!c(h));return f.length>0?f[0]:null}function dx(n,e){if(n.readonly)return!1;const t=oe(e);if(Ze(t))return!0;const r=Z(t);return p(fq,r,"no parent block"),n.isBlockWritable(r)?dx(n,r):!1}const gq=_("drop-target");function mq(n,e){let t={};return/image/.test(e.type)?t=n.editorEmbeds.getEmbedClass("image"):/audio/.test(e.type)?t=n.editorEmbeds.getEmbedClass("audio"):/video/.test(e.type)&&(t=n.editorEmbeds.getEmbedClass("video")),p(gq,t,`unSupport file type ${e.type}`),t}async function t4(n,e,t,r){var o,s;let i=r;for(const a of e){const c=mq(n,a);c.getOptions&&await((s=(o=c.getOptions(n)).handleInsertEmptyEmbed)==null?void 0:s.call(o,n,{containerId:t,blockIndex:i,data:{file:a}}))&&(i+=1)}}class pq{constructor(e){g(this,"handleDrop",(e,t,r,i)=>{if(Array.isArray(t)){const o=t;if(o.length>0){const s=ue(r);return t4(e,o,s,i),!0}}return!1});this.editor=e}}class Ku{constructor(e){g(this,"indicator");g(this,"lastDropOverResult");g(this,"handlers",[]);g(this,"combineToCreate",[]);g(this,"dropTargetFinders",new Map);g(this,"handleDragOver",e=>{if(!this.editor.isWritable())return;const t=o=>{var f,h,b,C;const s=fx(this.editor,o.dataTransfer),a=QR(this.editor,o.dataTransfer);if(((f=o.dataTransfer)==null?void 0:f.types.length)&&!((h=o.dataTransfer)!=null&&h.types.includes("Files")))return"none";const c=this.findTargetBlock(a,o.x,o.y);if(c&&mt(this.editor.rootContainer,c)){const E=this.findInsertPos(a,c,o.x,o.y,(C=s!=null?s:(b=o.dataTransfer)==null?void 0:b.items)!=null?C:null);if(E)return this.indicator.show(c,E),"move"}return this.indicator.hide(),"none"},r=(o,s)=>{o.dataTransfer&&(o.dataTransfer.dropEffect=s),s==="move"&&o.preventDefault()};if(this.lastDropOverResult&&e.x===this.lastDropOverResult.x&&e.y===this.lastDropOverResult.y){const o=this.lastDropOverResult.dropEffect;r(e,o);return}const i=t(e);r(e,i),this.lastDropOverResult={x:e.x,y:e.y,dropEffect:i}});g(this,"handleDrop",e=>{var o,s,a;e.stopPropagation(),setTimeout(()=>{this.indicator.hide()});const t=fx(this.editor,e.dataTransfer),r=Array.from((s=(o=e.dataTransfer)==null?void 0:o.files)!=null?s:[]);if(!t&&r.length===0){e.dataTransfer&&(e.dataTransfer.dropEffect="none"),Ul(this.editor);return}const i=this.indicator.target;if(i){const{block:c,insertPos:f}=i,h=(a=typeof f=="object"&&f.type==="custom"?f.targetBlock:void 0)!=null?a:c,b=QR(this.editor,e.dataTransfer);this.editor.undoManager.runInGroup(()=>{if(typeof f=="object"&&f.type==="combine"&&b){const E=f.onCombine(this.editor,b,h,f.pos,t,this.handlers);E&&(this.editor.selection.selectBlock(E,0),Fu.get(this.editor).highlightBlock(E)),this.editor.focus(),e.preventDefault(),Ul(this.editor);return}const C=He(this.editor,h);if(C.handleDrop){const E=C.handleDrop(this.editor,h,t!=null?t:r,f,{isSourceBlock:!1,targetBlock:h});if(E){e.preventDefault(),this.editor.focus(),Ul(this.editor);const y=typeof E=="boolean"?oe(h):E;for(let T=0;T<this.handlers.length;T++)if(this.handlers[T].handleDrop(this.editor,b!=null?b:r,y,0)){this.editor.focus(),Ul(this.editor);return}return}}if(b){const E=He(this.editor,b);if(E.handleDrop&&E.handleDrop(this.editor,b,t!=null?t:r,f,{isSourceBlock:!0,targetBlock:h})){e.preventDefault(),this.editor.focus(),Ul(this.editor);return}}if(typeof f=="string"){const E=oe(h);let y=Re(h);if(f==="after"){y+=1;let T=lt(h);for(;T&&!la(T);)y+=1,T=lt(T)}e.preventDefault();for(let T=0;T<this.handlers.length;T++)if(this.handlers[T].handleDrop(this.editor,b!=null?b:r,E,y)){this.editor.focus(),Ul(this.editor);return}if(b){const T=this.editor.getBlockData(b),R=co(this.editor.editorBlocks,this.editor.doc.toJSON(),T),[O]=this.editor.insertDocAt(E,y,R);this.editor.selection.selectBlock(O,0),Fu.get(this.editor).highlightBlock(O),this.editor.deleteBlock(b),this.editor.focus()}}})}Ul(this.editor)});g(this,"handleDragLeave",()=>{this.indicator.hide()});this.editor=e,this.indicator=new Bz(this.editor),this.handlers.push(new pq(this.editor)),this.editor.contentElement.addEventListener("dragover",this.handleDragOver),this.editor.contentElement.addEventListener("dragleave",this.handleDragLeave),this.editor.contentElement.addEventListener("drop",this.handleDrop),this.editor.editorBlocks.forEach(t=>{var i;const r=(i=t.getOptions)==null?void 0:i.call(t,this.editor).combineToCreate;r&&this.combineToCreate.push(r)})}destroy(){this.editor.contentElement.removeEventListener("dragover",this.handleDragOver),this.editor.contentElement.removeEventListener("dragleave",this.handleDragLeave),this.editor.contentElement.removeEventListener("drop",this.handleDrop),this.handlers=[]}addHandler(e){this.handlers.push(e)}addFinder(e,t){this.dropTargetFinders.has(e)||this.dropTargetFinders.set(e,t)}static register(e){return e.addCustom("drop-target",()=>new Ku(e))}static get(e){return e.getCustom("drop-target")}static find(e){return e.findCustom("drop-target")}canInsertAfter(e,t){return!(this.editor.readonly||Jr(t)===e&&e||!dx(this.editor,t))}canInsertBefore(e,t){return!(this.editor.readonly||Yr(t)===e&&e||!dx(this.editor,t)||Ze(oe(t))&&Re(t)===0)}canDrop(e,t){return e===null||e===t?!0:!mt(e,t)}findTargetBlock(e,t,r){for(const a of Array.from(this.dropTargetFinders.values())){const c=a.finder(this.editor,e,t,r);if(c)return c}let i=e4(this.editor,t,r);if(i||(i=e4(this.editor,void 0,r)),!i||!mt(this.editor.rootContainer,i))return null;const o=oe(i),s=Z(o);return s&&we(s)==="code"&&(i=s),this.canDrop(e,i)?i:null}findInsertPos(e,t,r,i,o){let s=t;for(;s;){const c=He(this.editor,s);if(c.handleDropOver){const f=c.handleDropOver(this.editor,s,o,r,i);if(f)return f;if(f===!1)return null}s=gl(s)}if(e===t)return null;if(o&&"blockId"in o){const c=this.editor.getBlockById(o.blockId);for(const{combinable:f,onCombine:h}of this.combineToCreate){const b=f(this.editor,c,t);if(!(typeof b>"u")){if(b==="body")throw new Error("unimplemented yet.");if(b==="sideway"){let C;pt(t)?C=$e(t).getBoundingClientRect():C=t.getBoundingClientRect();const E=C.width/2+C.left;if(C.left<r&&r<C.right)continue;return r<E?{type:"combine",pos:"left",onCombine:h}:{type:"combine",pos:"right",onCombine:h}}throw new Error(`Invalid combineType: ${b}`)}}}const a=t.getBoundingClientRect();if(a.top<=i&&i<=a.bottom){if(i<a.top+a.height/2){if(this.canInsertBefore(e,t))return"before";if(this.canInsertAfter(e,t))return"after"}else{if(this.canInsertAfter(e,t))return"after";if(this.canInsertBefore(e,t))return"before"}return null}return i<a.top&&this.canInsertBefore(e,t)?"before":a.bottom<i&&this.canInsertAfter(e,t)?"after":null}}function n4(n,e,t){const r=$t.getImageObject(n,e),i=Ae.default(r.getImages());if(i.length===1){n.deleteBlock(e);return}if(t===-1||t>=i.length)return;const o=rz(i);if(i.splice(t,1),i.length===1){const a=i[0],c=100*(a.flex/o);a.flex=1;const f=qn([a],c);n.updateEmbedData(e,f);return}i[0].flex=NaN,Uu(i);const s=qn(i,r.getWidthPercent());n.updateEmbedData(e,s)}function bq(n,e,t,r){if(e.length===0||r==="after"||r==="before"||r.type!=="custom")return!1;let i=r.data;const o=$t.getImageObject(n,t),s=Ae.default(o.getImages()),a=[],c=[];e.forEach(b=>{$R(b.type)&&s.length+a.length<6?a.push(b):c.push(b)}),a.forEach(b=>{try{KR(n,b)}catch{return}const C={src:"",flex:1,width:0,height:0,virtualSize:!0};s.splice(i,0,C);const E=qn(s,o.getWidthPercent());n.updateEmbedData(t,E),o.replaceImage(i,b),i+=1});const f=n.getBlockIndex(t)+1,h=ue(oe(t));return t4(n,c,h,f),!0}function Cq(n,e,t,r,i){var s,a,c;if(Ug(t))return bq(n,t,e,r);if(t.type!=="custom"||t.customType!=="image"||!t.data)return;const o=t.data;if(i.isSourceBlock){const f=i.targetBlock,h=oe(f);let b=Re(f);r==="after"&&(b+=1);const E=100*(o.boundingRect.width/n.rootContainer.getBoundingClientRect().width),y=qn([o.image],E),T={id:re(),type:"embed",embedType:"image",embedData:y},R=(a=(s=n.options.componentsOptions)==null?void 0:s.image)==null?void 0:a.defaultAlign;R&&(T.align=R),n.insertBlock(ue(h),b,T),n4(n,e,o.index),(c=n.findCustom("drag-handler"))==null||c.handleDragEnd()}else{if(typeof r=="string"||r.type!=="custom")return;const f=e;let h=r.data;const b=$t.getImageObject(n,f),C=Ae.default(b.getImages());h>C.length&&(h=C.length),n.undoManager.runInGroup(()=>{var y,T;b.setAutoFix(!0);const E=n.getBlockById(t.blockId);if(E===f){const R=o.index,O=h,M=o.image;if(R===O||O===R+1)return;let F=O;R<O?(C.splice(O,0,M),C.splice(R,1),F-=1):(C.splice(R,1),C.splice(O,0,M));const Q=qn(C,b.getWidthPercent());n.updateEmbedData(f,Q),b.setSelectedIndex(F),(y=n.findCustom("drag-handler"))==null||y.handleDragEnd()}else{C.splice(h,0,o.image),C[0].flex=NaN,Uu(C);const R=qn(C,b.getWidthPercent());n.updateEmbedData(f,R),n4(n,E,o.index),(T=n.findCustom("drag-handler"))==null||T.handleDragEnd(),b.setSelectedIndex(h),n.selection.selectBlock(f,0)}})}return!0}async function Eq(n){return await i1.default.toSvg(n)}function hx(n,e){return new DragEvent(e,{bubbles:!0,cancelable:!0,view:window,screenX:n.screenX,screenY:n.screenY,dataTransfer:new DataTransfer,clientX:n.clientX,clientY:n.clientY})}class xq{constructor(e){g(this,"img");g(this,"dragContainer",null);g(this,"autoScroll",null);g(this,"imageContainer",null);g(this,"startPosition",null);g(this,"handleMouseDown",e=>{const t=e.target;if(!t||!(t instanceof HTMLImageElement)||e.button!==0)return;const r=Z(t);if(!r||!Fi(r)||!this.editor.isBlockWritable(r)||this.editor.readonly)return;const i=$t.getImageObject(this.editor,r);if(this.imageContainer=ex(e.target),!this.imageContainer)return;const s=OR(e.target).indexOf(this.imageContainer);if(s===-1)return;const a=i.getImages()[s];if(!a)return;const{x:c,y:f}=e;this.startPosition={x:c,y:f};const h={image:a,index:s,boundingRect:this.imageContainer.getBoundingClientRect()},b=hx(e,"dragstart");uq(this.editor,b,r,"image",h),document.addEventListener("mouseup",this.handleDragEnd),this.editor.contentElement.addEventListener("mousemove",this.handleDrag),e.preventDefault()});g(this,"handleDragStart",async e=>{if(!this.imageContainer)return;const t=Z(this.imageContainer);if(!t)return;const{x:r,y:i}=e,{width:o,height:s}=e.target.getBoundingClientRect(),a=At(t),c=w("div",["drag-container"],a);c.style.left=`${r-o/4}px`,c.style.top=`${i-s/4}px`,c.style.width=`${Math.max(o/2,16)}px`,c.style.height=`${s/2}px`,this.dragContainer=c,q(this.editor.contentElement,"dragging");const f=en(t);this.autoScroll=new zf({scrollElement:f,trackMouseEvent:"mousemove",edge:{top:50,bottom:50}}),this.autoScroll.active();const h=w("img",["drag-target"],c),C=await Eq(this.imageContainer);C&&(h.src=C)});g(this,"handleDrag",e=>{var o;const{x:t,y:r}=e;if(((o=this.startPosition)==null?void 0:o.x)===t&&this.startPosition.y===r)return;if(window.isDragging||(window.isDragging=!0,this.handleDragStart(e)),this.startPosition&&this.dragContainer){const{x:s,y:a}=e;if(s===0&&a===0){this.dragContainer.style.transform="",this.dragContainer.style.opacity="0";return}const{x:c,y:f}=this.startPosition,h=s-c,b=a-f;this.dragContainer.style.transform=`translate(${h}px, ${b}px)`,this.dragContainer.style.opacity="0.5"}const i=hx(e,"dragover");this.editor.contentElement.dispatchEvent(i)});g(this,"handleDragEnd",e=>{var t;if(window.isDragging=!1,this.dragContainer&&this.dragContainer.remove(),this.dragContainer=null,this.startPosition=null,this.imageContainer=null,(t=this.autoScroll)==null||t.inactive(),ae(this.editor.contentElement,"dragging"),document.removeEventListener("mouseup",this.handleDragEnd),this.editor.contentElement.removeEventListener("mousemove",this.handleDrag),e){const r=hx(e,"drop");this.editor.contentElement.dispatchEvent(r)}});this.editor=e,this.editor.rootContainer.addEventListener("mousedown",this.handleMouseDown),this.img=new Image,this.img.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"}destroy(){this.editor.rootContainer.removeEventListener("mousedown",this.handleMouseDown)}}class Aq{constructor(e){g(this,"handleFocusBlockChanged",(e,t,r)=>{const o=this.editor.getFocusedBlock();if(o&&Fi(o)){const s=$t.getImageObject(this.editor,o);s.getImages().length>0&&s.getSelectedIndex()===-1&&s.setSelectedIndex(0)}if(r&&Fi(r)&&e.findCustom(`image-${r.id}`)){const s=$t.getImageObject(this.editor,r);s.focusTimes=0,s.blockResizer.disableResize()}});this.editor=e,this.editor.addListener("focusBlockChanged",this.handleFocusBlockChanged)}destroy(){this.editor.removeListener("focusBlockChanged",this.handleFocusBlockChanged)}}class yq{constructor(e){g(this,"currentResizer",null);g(this,"handleHoveringBlockChange",(e,t)=>{window.isDragging||(t&&this.disable(t),e&&(this.currentResizer=e,this.enable(e)))});this.editor=e,jt.get(e).addListener("change",this.handleHoveringBlockChange)}destroy(){jt.get(this.editor).removeListener("change",this.handleHoveringBlockChange)}disable(e){Fi(e)&&$t.getImageObject(this.editor,e).disableResizer()}enable(e){if(Fi(e)){const t=$t.getImageObject(this.editor,e);this.editor.isBlockWritable(e)&&t.tryEnableResizer()}}}const wq={image:{title:"\u56FE\u7247",upload:{failed:'<div class="line-1">\u56FE\u7247\u4E0A\u4F20\u5931\u8D25</div><div class="line-2">\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5 <a href="" class="retry-upload">\u91CD\u8BD5</a></div>'},load:{failed:'<div class="line-1">\u56FE\u7247\u52A0\u8F7D\u5931\u8D25</div><div class="line-2">\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5 <a href="" class="retry-upload">\u91CD\u8BD5</a></div>',remote:{failed:'<div class="line-1">\u56FE\u7247\u52A0\u8F7D\u5931\u8D25</div><div class="line-2">\u8BE5\u56FE\u7247\u6765\u81EA\u5916\u90E8\u94FE\u63A5\uFF0C\u5916\u90E8\u94FE\u63A5\u5DF2\u5931\u6548</div><div class="line-3">\u8BF7\u5C06\u539F\u56FE\u4FDD\u5B58\u5230\u672C\u5730\u540E\u4E0A\u4F20\uFF0C <a href="" class="retry-upload">\u6253\u5F00\u56FE\u7247\u94FE\u63A5</a></div>',tooltip:"\u8BE5\u56FE\u7247\u6765\u81EA\u5916\u90E8\u94FE\u63A5\uFF0C\u5982\u679C\u94FE\u63A5\u5931\u6548\u56FE\u7247\u5C06\u65E0\u6CD5\u67E5\u770B\uFF0C\u5EFA\u8BAE\u4FDD\u5B58\u5230\u672C\u5730\u540E\u6DFB\u52A0\u5230\u9875\u9762\u4E2D"}},abstract:"\u56FE\u7247"}},kq={image:{title:"Image",upload:{failed:'<div class="line-1">Image upload failed</div><div class="line-2">Network error, you can <a href="" class="retry-upload">Retry</a></div>'},load:{failed:'<div class="line-1">Image failed to load</div><div class="line-2">Network error, you can <a href="" class="retry-upload">Retry</a></div>',remote:{failed:'<div class="line-1">Failed to load image</div><div class="line-2">This picture is from an expired external link</div><div class="line-3">Please save the original image to local drives and upload it. <a href="" class="retry-upload">Open image link</a></div>',tooltip:"This picture is from an external link. If the link expires, the picture will not be available. It's recommended to save it to local drives and add it to the page."}},abstract:"Image"}},vq={image:{title:"\u753B\u50CF",upload:{failed:'<div class="line-1">\u753B\u50CF\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F</div><div class="line-2">\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 <a href="" class="retry-upload">\u518D\u8A66\u884C</a></div>'},load:{failed:'<div class="line-1">\u753B\u50CF\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F</div><div class="line-2">\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 <a href="" class="retry-upload">\u518D\u8A66\u884C</a></div>',remote:{failed:'<div class="line-1">\u753B\u50CF\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F</div><div class="line-2">\u3053\u306E\u753B\u50CF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u3044\u308B URL \u304C\u7121\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u8868\u793A\u3067\u304D\u307E\u305B\u3093</div><div class="line-3">\u753B\u50CF\u3092\u30ED\u30FC\u30AB\u30EB\u306B\u4FDD\u5B58\u3057\u3066\u30A2\u30C3\u30D7\u30ED\u30FC\u30C0\u3057\u3066\u304F\u3060\u3055\u3044 <a href="" class="retry-upload">\u753B\u50CF\u30EA\u30F3\u30AF\u3092\u958B\u304F</a></div>',tooltip:"\u3053\u306E\u753B\u50CF\u306F\u5916\u90E8\u306B\u30EA\u30F3\u30AF\u3057\u3066\u3044\u308B\u305F\u3081\u3001\u30EA\u30F3\u30AF\u304C\u7121\u52B9\u306B\u306A\u308B\u3068\u3001\u8868\u793A\u3067\u304D\u306A\u304F\u306A\u308A\u307E\u3059\u306E\u3067\u3001\u30ED\u30FC\u30AB\u30EB\u306B\u4FDD\u5B58\u3057\u3001\u30DA\u30FC\u30B8\u306B\u633F\u5165\u3059\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059"}},abstract:"\u753B\u50CF"}};I.mergeLang({"zh-CN":wq,"en-US":kq,"ja-JP":vq});function Bq(n,e,t,r){const i=n.getBlockByIndex(e,t),o=n.getBlockText(i),{left:s}=ar(o,r),a=Lt(s);let c=r;if(a.endsWith("![]()"))c-=5;else if(a.endsWith("![]"))c-=3;else return!1;const f=r;return jc("image/*").then(h=>{!h||n.undoManager.runInGroup(()=>{n.deleteTextFromBlock(i,c,f-c);let b=t+1;Lt(n.getBlockText(i)).trim()?(iu(n,i,c,{forceInsertAfter:!0}),c===0&&(n.deleteBlock(i),b--)):(n.deleteBlock(i),b--),N1(n,"image",e,b,{file:h})})}),!0}class Tq{handleAfterInsertText(e,t,r,i,o){if(o===" "){if(Lp(e,t))return!1;if(Bq(e,t,r,i))return!0}return!1}}const Rq=_("copy-image");function Sq(n,e,t,r){const i=t.getImages()[r],o=t.getImages().length===1?t.getWidthPercent():i.flex*100,s=qn([i],o),a={id:re(),type:"embed",embedType:"image",embedData:s},c=n.options.componentsOptions.image;c!=null&&c.defaultAlign&&(a.align=c.defaultAlign);const f={blocks:{root:[a]},comments:{},meta:{}},h=document.createElement("canvas");h.width=e.naturalWidth,h.height=e.naturalHeight;const b=h.getContext("2d");if(!b)return;const C={},E={};try{b.drawImage(e,0,0,h.width,h.height);const F=h.toDataURL("image/png").replace(/^data:image\/(png|jpg);base64,/,""),Q=m1(F),H=new File([Q],`${Date.now()}.png`,{type:"image/png"});C["image/png"]=H}catch(M){Rq.error(M)}xd(n,f);const T=`<img src="${n.doc.buildResourceUrl(i.src,{withToken:!0})}" />`,R=Ed(T,f),O=new Blob([R],{type:"text/html"});return C["text/html"]=O,E["text/html"]=R,[C,E]}function Lq(n,e,t,r,i){const o=Sq(n,e,t,r);if(!o)return;const[s,a]=o;if(s){const c=Object.entries(s).map(([f,h])=>({type:f,data:h}));return jf(c).then(f=>{if(!f&&i){const h=i.clipboardData;h&&(h.setData("text/plain",a["text/plain"]),h.setData("text/html",a["text/html"]))}}),!0}}function Pp(n,e){const t=n.selection.range;if(t.start.blockId!==t.end.blockId)return;const i=n.getFocusedBlock();if(i&&Fi(i)){const o=$t.getImageObject(n,i);if(o.getImages().length>0){const a=o.getSelectedIndex();if(a!==-1){const f=$i(i)[a].querySelector("img");if(f)return Lq(n,f,o,a,e)}}}}function Iq(n){const e=n.getFocusedBlock(),t=Jr(e);if(t&&Fi(t)){n.selection.selectBlock(t,0);const r=$t.getImageObject(n,t);return r.getImages().length>0&&r.setSelectedIndex(0),!0}}function Dq(n){const e=n.getFocusedBlock(),t=Yr(e);if(t&&Fi(t)){n.selection.selectBlock(t,0);const r=$t.getImageObject(n,t);return r.getImages().length>0&&r.setSelectedIndex(0),!0}}function _q(n){const t=n.getFocusedBlock();if(t&&Fi(t)){const r=$t.getImageObject(n,t),i=r.getImages();if(i.length>0){const o=r.getSelectedIndex();if(o===-1)return r.setSelectedIndex(i.length-1),!0;if(o>0)return r.setSelectedIndex(o-1),!0}}}function Mq(n){const t=n.getFocusedBlock();if(t&&Fi(t)){const r=$t.getImageObject(n,t),i=r.getImages();if(i.length>0){const o=r.getSelectedIndex();if(o===-1)return r.setSelectedIndex(0),!0;if(o<i.length-1)return r.setSelectedIndex(o+1),!0}}}function Fp(n){const t=n.getFocusedBlock();if(t&&Fi(t)){const r=$t.getImageObject(n,t);if(r.getImages().length>0){const o=r.getSelectedIndex();if(o!==-1)return r.removeImage(o),!0}}}const Oq={ArrowLeft:_q,ArrowRight:Mq,ArrowUp:Dq,ArrowDown:Iq,Delete:Fp,Backspace:Fp};class Uq{constructor(e){this.editor=e,setTimeout(()=>{this.editor.input.addHandler(this)})}handleBeforeCopy(e,t,r){if(!window.isSecureContext)return;if(Pp(e,t))return!0}handleBeforeCut(e,t){if(Pp(e,t))return Fp(e),!0}destroy(){}}class gx{constructor(e){this.editor=e,setTimeout(()=>{this.editor.input.addHandler(this)})}async handleAfterPasteDoc(e,t,r){return Object.values(t.blocks).forEach(i=>{i.forEach(o=>{if(o.type==="embed"&&o.embedType==="image"){const s=o.embedData;if(Array.isArray(s.src))return;let a=r.blockIdMap.get(o.id);for(;a&&r.blockIdMap.get(a);)a=r.blockIdMap.get(a);a&&Ia(e,a).setAutoFix(!0)}})}),!1}destroy(){}}const Nq=2;function Kp(n,e,t){const r=$i(e);if(t<=0){const s=r[0].getBoundingClientRect();return new DOMRect(s.left-4,s.top,2,s.height)}if(t===r.length){const s=r[t-1].getBoundingClientRect();return new DOMRect(s.right+2,s.top,2,s.height)}const i=r[t-1].getBoundingClientRect(),o=r[t].getBoundingClientRect();return new DOMRect((o.left+i.right)/2-1,i.top,Nq,i.height)}function Pq(n,e,t,r,i){for(let o=0;o<t.length;o++){const a=t[o].getBoundingClientRect();if(r<=a.right)return r<=a.left+a.width/2?{type:"custom",rect:Kp(n,e,o),data:o}:{type:"custom",rect:Kp(n,e,o+1),data:o+1}}return r>t[t.length-1].getBoundingClientRect().right?{type:"custom",rect:Kp(n,e,t.length),data:t.length}:{type:"custom",rect:Kp(n,e,t.length),data:0}}function Fq(n,e,t,r,i){const o=$i(e);if(t instanceof DataTransferItemList){if(!Array.from(t).some(s=>$R(s.type))||o.length>=6)return}else{if((t==null?void 0:t.type)==="block"||(o.length>=6||o.length===1)&&(t==null?void 0:t.blockId)!==fe(e))return;const s=fe(e);if(o.length===1&&s===(t==null?void 0:t.blockId))return}return Pq(n,e,o,r)}const Kq={embedProperties:{edit:"\u7F16\u8F91",addComment:"\u6DFB\u52A0\u6279\u6CE8"}},$q={embedProperties:{edit:"Edit",addComment:"Add annotation"}},Vq={embedProperties:{edit:"\u7DE8\u96C6",addComment:"\u30B3\u30E1\u30F3\u30C8\u3092\u8FFD\u52A0"}};I.mergeLang({"zh-CN":Kq,"en-US":$q,"ja-JP":Vq});const r4=_("embed-block-properties");function Nl(n,e){var t;for(const r of n.blockHooks){const i=(t=r.commands)==null?void 0:t.call(r,n,e);if(!!i&&i.group==="block-comment-actions")return i.executeCommand(n,e,i.commands[0]),!0}return!1}class $p{constructor(e,t,r){g(this,"group","hovering-toolbar");g(this,"_commands",[{id:"edit",name:I.t("embedProperties.edit"),icon:gu},{id:"add-comment",name:I.t("embedProperties.addComment"),icon:go}]);this.editor=e,this.block=t,this.properties=r}get commands(){var i,o,s;if(this.editor.readonly)return[];let e=this._commands;const{enableComments:t=!0}=this.editor.options;t||(e=e.filter(a=>a.id!=="add-comment")),e.forEach(a=>{(a.id==="add-comment"||a.id==="edit")&&(a.states=this.editor.isBlockWritable(this.block)?[]:["disabled"])});let r=(i=this.properties)!=null&&i.presetIds?e.filter(a=>{var c,f;return(f=(c=this.properties)==null?void 0:c.presetIds)==null?void 0:f.includes(a.id)}):[...e];return(s=(o=this.properties)==null?void 0:o.extCommands)!=null&&s.length&&(r.length&&r.push({id:re(),type:"separator",name:""}),r.push(...this.properties.extCommands)),r.length<=3&&(r=r.filter(a=>a.id!=="separator")),r}executeCommand(e,t,r){var i,o;if(!((o=(i=this.properties)==null?void 0:i.handleExecuteCommand)!=null&&o.call(i,e,t,r))){if(r.id==="add-comment"){Nl(e,t)||r4.error("failed to add comment to block");return}r4.error(`unknown command: ${JSON.stringify(r)}`)}}}function i4(n,e,t){return{blockCommands:{"hovering-toolbar":new $p(n,e,t)}}}class Pl{constructor(e){g(this,"blockResizer");g(this,"handleResizing",(e,t)=>{var i,o;const r=e.getBlock();if(r){if(((o=(i=He(this.editor,r)).notify)==null?void 0:o.call(i,this.editor,"resize",{block:r,rect:t}))===!0)return;const s=Math.max(t.height,100),f={...this.editor.getBlockData(r).embedData,height:s};this.editor.updateEmbedData(r,f)}});g(this,"handleHoveringBlockChange",(e,t)=>{t&&pt(t)&&_e(t,"resizable")&&this.disableResizer(),e&&pt(e)&&_e(e,"resizable")&&this.editor.isBlockWritable(e)&&this.tryEnableResizer(e)});this.editor=e,jt.get(e).addListener("change",this.handleHoveringBlockChange),this.blockResizer=new ah(this.editor,{resize:["bottom"]}),this.blockResizer.addListener("resizing",this.handleResizing)}destroy(){jt.get(this.editor).removeListener("change",this.handleHoveringBlockChange)}tryEnableResizer(e){this.blockResizer.enableResize(e)}disableResizer(){this.blockResizer.disableResize()}static get(e){return e.addCustom("EmbedBlockResizer",()=>new Pl(e))}static register(e,t){return q(t,"resizable"),e.addCustom("EmbedBlockResizer",()=>new Pl(e))}}class jq{constructor(e,t){g(this,"group","hovering-toolbar");g(this,"_commands",[{id:"download",name:I.t("common.downloadAsImage"),icon:Gm},{id:"sep",name:"",type:"separator"},{id:"left",name:I.t("commands.alignLeft"),icon:xa},{id:"center",name:I.t("commands.alignCenter"),icon:hu},{id:"right",name:I.t("commands.alignRight"),icon:du},{id:"sep",name:"",type:"separator"},{id:"addComment",name:I.t("comment.quickMenuCommand"),icon:go}]);this.editor=e,this.block=t,this.editor=e,this.block=t}createIconItem(e,t,r){if(!e)return null;const i=["style-icon","text-style-item"];return t&&i.push("active"),zo(e,i,r)}get commands(){if(this.editor.readonly)return this._commands.filter(r=>r.id==="download");const e=this.block.getAttribute("data-style-align");return this._commands.map(r=>r.id===e?{...r,element:()=>{const i=w("div",["image-tooltip-align-style-section"],null);return this.createIconItem(r.icon,!0,i),i}}:r)}executeCommand(e,t,r){switch(r.id){case"addComment":Nl(e,t);break;case"left":case"center":case"right":xp(e,t,r.id);break;case"download":gz(t);break}}}const Hq=_("image-embed");function zq(n,e){n.domEvents.addEventListener(e,"mousedown",(t,r)=>{const i=$t.getImageObject(t,e);i.mouseStartX=r.clientX,i.mouseStartY=r.clientY}),n.domEvents.addEventListener(e,"mouseup",(t,r)=>{const i=$t.getImageObject(t,e);if(!Pu(e,i.getSelectedIndex()).classList.contains("active"))return;if(i.focusTimes===0){i.focusTimes+=1;return}if(!(Math.abs(r.clientX-i.mouseStartX)<5&&Math.abs(r.clientY-i.mouseStartY)<5))return;const a=t.options.componentsOptions.image;a!=null&&a.onPreview&&a.onPreview(t,r)})}function qq(n,e,t,r,i,o){$t.create(n,t).createContent(i,o,e),n.addCustom("image-select-handler",()=>new Aq(n)),n.addCustom("image-copy-handler",()=>new Uq(n)),setTimeout(()=>{n.addCustom("drag-handler",()=>new xq(n));const a=n.addCustom("image-resizer",()=>new yq(n)),c=t.embedData;Ou(c)?a.disable(o):a.currentResizer===o&&a.enable(o)}),zq(n,o)}function Wq(n,e,t,r){const i=e.embedData,o=Nu(i);return r==="html"?o.map(s=>`<img src="${n.doc.buildResourceUrl(s.src,{withToken:!0})}">`).join(""):r==="markdown"?`${o.map(a=>`![img](${n.doc.buildResourceUrl(a.src,{withToken:!0})})`).join(`
703
703
  `)}
704
704
  `:""}class Gq{constructor(){g(this,"group","image");g(this,"commands",[])}executeCommand(e,t,r){if(r.id==="replace-image"){const{block:i,image:o}=r.data;$t.getImageObject(e,i).replaceImage(0,o)}}}const Xq=(n,e)=>{const t=$i(e),r={image:new Gq};return t.length===1&&(r["hovering-toolbar"]=new jq(n,e)),{blockCommands:r,abstract:`${I.t("image.abstract")}`}};function Yq(){return{name:"Image",insertEmbedCommandItems:[{id:"insert-image",name:I.t("image.abstract"),icon:g5,group:"common",subText:"/image",order:100}],handleInsertEmptyEmbed:async(n,e)=>{var E;let t;(E=e.data)!=null&&E.file&&(t=e.data.file);const r=FR(n);if(t=t!=null?t:await jc(r),!t)return null;try{KR(n,t)}catch{return null}let i={width:sh,height:vR};try{i=await JH(t)}catch(y){Hq.error(y)}const o=n.rootContainer.clientWidth,s=i.width<o?Math.min(100,i.width/o*100):100,a={src:"",width:i.width,height:i.height,flex:1,virtualSize:!1},c=qn([a],s),f={id:re(),type:"embed",embedType:"image",embedData:c},h=n.options.componentsOptions.image;h!=null&&h.defaultAlign&&(f.align=h.defaultAlign);const b=n.insertBlock(e.containerId,e.blockIndex,f);return $t.getImageObject(n,b).replaceImage(0,t),b}}}function Jq(n,e,t){var h;const{data:r}=t,i=n.getBlockString(e).trim();if(!r||r.embedType!=="image"||!le(n,e))return null;const o=i.match(/^!\[[^\]]*\]\((?<filename>.*?)(?="|\))(?<optionalPart>".*")?\)/),s=(h=o==null?void 0:o.groups)==null?void 0:h.filename;if(!s)return null;const a={src:s},c={id:re(),type:"embed",embedType:"image",embedData:a};$t.create(n,c).setAutoFix(!0);const f=n.options.componentsOptions.image.defaultAlign;return f&&(c.align=f),{blockData:c}}function Zq(n,e){const t=fe(e);n.destroyCustom(`image-${t}`)}const Qq={embedType:"image",createEmbedContent:qq,convertTo:Wq,convertFrom:Jq,getBlockProperties:Xq,getOptions:Yq,handleDrop:Cq,handleDropOver:Fq,handleDeleteBlock:Zq};class eW{constructor(e,t){g(this,"toolbar");g(this,"anchor",null);g(this,"item");g(this,"docs",null);g(this,"checkedId");g(this,"handlePasteSpecial",(e,t)=>{!t.data||(this.checkedId===t.id?this.checkedId=void 0:this.checkedId=t.id,this.onPasteSpecial(this.cleaningDoc(t)),setTimeout(()=>{this.docs&&this.show(this.docs),this.editor.focus()}))});g(this,"handleClose",()=>{this.editor.focus()});g(this,"handleSelectionChange",()=>{this.toolbar.isVisible&&this.handleClose()});this.editor=e,this.onPasteSpecial=t,this.item={id:"paste-special",name:"",icon:m5,dropdown:!0,manualShowChildren:!0,childrenPlacement:"bottom-start",childrenOffset:[-4,4],children:[]},this.toolbar=new Cu([this.item],void 0,{id:"paste-special-button",tooltipId:this.editor.clientId,refuseOverflow:!0}),this.toolbar.addListener("click",this.handlePasteSpecial),this.toolbar.addListener("close",this.handleClose)}show(e){this.docs=e;const t=this.editor,r=t.selection.range;if(!r.isCollapsed())return;const i=t.getBlockById(r.start.blockId);if(!le(t,i))return;const o=Yo(t,i,r)[0];if(!o)return;this.anchor&&this.anchor.remove(),this.anchor=es(t,i,"paste-special-button-anchor",o);const s=this.getCommandItems(e);this.item.children=s,this.toolbar.manualShow(this.anchor)}cleaningDoc(e){const t=e.id,r=e.data;return t!=="text/plain"||Object.values(r.blocks).forEach(i=>{i.forEach(o=>{o.text&&o.text.forEach(s=>{if(s.attributes){const a=s.attributes;Object.keys(a).forEach(c=>{c==="link"&&delete a[c]})}})})}),r}hide(){this.toolbar.close("selectionChange")}clearCheckedState(){this.checkedId=void 0}destroy(){this.toolbar.destroy()}getCommandItems(e){const t=o=>({id:o,states:this.checkedId===o?["checked"]:void 0,name:I.t("pasteSpecial.originFormats"),data:e[o]}),r=[];let i=!0;return e["text/x-ones-editor-doc"]?r.push(t("text/x-ones-editor-doc")):e["text/office-html"]?r.push(t("text/office-html")):e["text/html"]?r.push(t("text/html")):e["text/plain"]&&(r.push(t("text/plain")),i=!1),e["text/plain"]&&(i&&r.push({id:"text/plain",states:this.checkedId==="text/plain"?["checked"]:void 0,name:I.t("pasteSpecial.plainText"),data:e["text/plain"]}),r.push({id:"text/markdown",states:this.checkedId==="text/markdown"?["checked"]:void 0,name:I.t("pasteSpecial.markdown"),data:e["text/markdown"]})),r}}const tW=_("paste-special");class mx{constructor(e){g(this,"button");g(this,"lastUndoAction",null);g(this,"lastPos",null);g(this,"event",null);g(this,"handlePasteSpecial",e=>{this.editor.undoManager.runInGroup(()=>{this.editor.undoManager.undoTo(this.lastUndoAction),this.editor.pasteDoc(e)})});this.editor=e,this.button=new eW(e,this.handlePasteSpecial)}destroy(){this.event=null,this.button.destroy()}handleChanged(e,t){this.event=null,this.button.hide()}async handleBeforePaste(e,t){return tW.debug("before paste"),this.lastUndoAction=e.undoManager.lastAction(),this.lastPos=e.selection.range.start,!1}async handleAfterPaste(e,t,r){if(Object.keys(r).length<=1)return!1;const i=e.selection.range;if(i.isCollapsed()){const o=e.getBlockById(i.start.blockId);if(!le(e,o))return!1;if(this.lastPos&&Bi(this.lastPos)){const s=e.findBlockById(this.lastPos.blockId);if(s&&Xo(s))return!1}this.button.clearCheckedState(),this.button.show(r),this.event=t}return!1}}const nW={pasteSpecial:{originFormats:"\u4FDD\u6301\u539F\u6837\u5F0F",plainText:"\u7C98\u8D34\u7EAF\u6587\u672C",markdown:"\u7C98\u8D34\u4E3A Markdown"}},rW={pasteSpecial:{originFormats:"Keep origin formats",plainText:"Paste as plain text",markdown:"Paste as markdown"}},iW={pasteSpecial:{originFormats:"\u5143\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u7DAD\u6301\u3059\u308B",plainText:"\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\u8CBC\u308A\u4ED8\u3051\u308B",markdown:"Markdown \u3068\u3057\u3066\u8CBC\u308A\u4ED8\u3051"}};I.mergeLang({"zh-CN":nW,"en-US":rW,"ja-JP":iW});const ffe="",oW=_("html-to-doc");function sW(n){const e=/(<canvas data-editor-doc=")[\s\S]*( id="ones-editor-doc"\s?>)/g;let t=n;al()&&(t=n.replace(/style="(.*)"/,""));let r=t.match(e);if(!r||!r.length)return null;r=r.map(a=>a.replace(/(<canvas data-editor-doc=")/g,"").replace(/(" id="ones-editor-doc"\s?>)/g,""));const i=r[0],o=$f(i);return JSON.parse(o)}function aW(n){const e="ones-editor-doc::",t="::ones-editor-doc";let r=n.indexOf(e);if(r!==-1){r+=e.length;const o=n.indexOf(t,r);if(o!==-1){const s=n.substr(r,o-r);try{const a=$f(s);return JSON.parse(a)}catch(a){oW.error(`invalid doc data: ${a}, ${s}`)}}}const i=sW(n);return i||null}const o4="latex-b172fea480b",lW=n=>({name:"latex-block",level:"block",start(e){var t,r;return(r=(t=e.match(/\$\$[^\$]/))==null?void 0:t.index)!=null?r:-1},tokenizer(e,t){const r=/^\$\$([^\$]+)\$\$/.exec(e);return r?{type:"latex-block",raw:r[0],formula:r[1]}:void 0},renderer(e){return n.lazy?`<span class="${o4}" block>${e.formula}</span>`:n.render(e.formula,!0)}}),cW=n=>({name:"latex",level:"inline",start(e){var t,r;return(r=(t=e.match(/\$[^\$]/))==null?void 0:t.index)!=null?r:-1},tokenizer(e,t){const r=/^\$([^\$]+)\$/.exec(e);return r?{type:"latex",raw:r[0],formula:r[1]}:void 0},renderer(e){return n.lazy?`<span class="${o4}">${e.formula}</span>`:n.render(e.formula,!1)}});var uW=(n={})=>(n.lazy&&n.env!=="test"&&new IntersectionObserver((e,t)=>{for(const r of e){if(!r.isIntersecting)continue;const i=r.target;t.unobserve(i),Promise.resolve(n.render(i.innerText,i.hasAttribute("block"))).then(o=>{i.innerHTML=o}),i.classList.add("latex-rendered")}},{threshold:1}),{extensions:[lW(n),cW(n)]});function $u(n){const e=n.type;if(e==="link")return!!n.tokens.some($u);switch(e){case"code":case"table":case"hr":case"blockquote":case"list":case"list_item":case"image":case"paragraph":return!0;default:return!1}}function fW(n){return!$u(n)}function dW(n){if(n.length===0)return[];if(n.length===1)return[n];const e=[];let t=[n[0]],r=$u(n[0]);for(let i=1;i<n.length;i++){const o=n[i];r===$u(o)?t.push(o):(e.push(t),t=[o],r=$u(o))}return e.push(t),e}function hW(n,e,t){let r=n.href;r.startsWith("mailto:")&&(r=r.substring(7));let i=t.tokensToText(n.tokens,e,t);return i.length===0&&(i=Al(r,e)),i=qg(i,"link",r),i}let hh;function px(n){hh||(hh=document.createElement("textarea")),hh.innerHTML=n;const e=hh.childNodes.length===0?"":hh.childNodes[0].nodeValue;return e!=null?e:""}function gW(n,e){const t=px(n.text);return[ti(t,{...e,"style-code":!0})]}function mW(n,e,t){const i=n.tokens;return i?t.tokensToText(i,e,t):cb(px(n.text),e)}const pW=_("token-to-text");function bx(n,e,t){return n.map(i=>i.type==="text"?mW(i,e,t):i.type==="strong"?t.tokensToText(i.tokens,{...e,"style-bold":!0},t):i.type==="em"?t.tokensToText(i.tokens,{...e,"style-italic":!0},t):i.type==="del"?t.tokensToText(i.tokens,{...e,"style-strikethrough":!0},t):i.type==="link"?hW(i,e,t):i.type==="codespan"?gW(i,e):i.type==="br"?[{insert:" ",attributes:{id:re(),created:Date.now(),box:!0,type:"br"}}]:i.type==="escape"?cb(px(i.text),e):i.type==="latex"?[{insert:" ",attributes:{id:re(),created:Date.now(),box:!0,type:"math",tex:i.formula}}]:(pW.warn(`unknown token in text: ${JSON.stringify(i)}`),[])).flat()}function bW(n,e){const t=bx(n.tokens,{},e);return[{id:re(),type:"text",text:t,heading:n.depth}]}function CW(n,e){const{text:t,children:r}=e.tokensToTextWithChildren(n.tokens,e),i=[];return t.length>0&&i.push({id:re(),type:"text",text:t}),i.push(...r),i}function EW(n,e){const{text:t,children:r}=e.tokensToTextWithChildren([n],e),i=[];return t.length>0&&i.push({id:re(),type:"text",text:t}),i.push(...r),i}function xW(n,e){const t=typeof n.start=="number"?n.start:1,r=n.ordered,i=re(),o=[];return n.items.forEach((a,c)=>{const f={...e,listLevel:e.listLevel+1},{text:h,children:b}=e.tokensToTextWithChildren(a.tokens,f);let C;typeof a.checked=="boolean"&&(C=a.checked?"checked":"unchecked");const E={id:re(),type:"list",groupId:i,ordered:r,checkbox:C,start:t+c,text:h,level:e.listLevel};o.push(E),o.push(...b)}),o}function AW(n,e){const t=e.tokensToBlocks(n.tokens,e);return t.forEach(r=>{r.quoted=!0}),t}const s4=100,yW=20,wW=600;function kW(n,e){const t=e.text;if(t){const r=Lt(t);return Math.min(Og(r,n)+yW,wW)}return s4}function a4(n,e){let t=s4;return e.forEach(r=>{t=Math.max(t,kW(n,r))}),t}function vW(n,e){var a,c;const t=n.header.length,r=n.rows.length+1,i=[],o=Array(t).fill(100);for(let f=0;f<r;f++){let h;f===0?h=n.header:h=n.rows[f-1];for(let b=0;b<t;b++){const C=h[b],E=(a=C==null?void 0:C.tokens)!=null?a:[],y=re();i.push(y);let T;if(E.length===0)T=[em()];else if($u(E[0]))T=e.tokensToBlocks(C.tokens,e),T.length===0&&T.push(em());else{const{text:R,children:O}=e.tokensToTextWithChildren(C.tokens,e);T=[{id:re(),type:"text",text:R},...O]}e.doc.blocks[y]=T,o[b]=Math.max(o[b],a4((c=e.font)!=null?c:"",T))}}return[{id:re(),type:"table",cols:t,rows:r,colsWidth:o,children:i}]}function BW(n){return[{id:re(),type:"embed",embedType:"hr",embedData:{}}]}function TW(n,e){const t=n.text;if(!t)return[];try{const c=n.text,f=$f(c),h=JSON.parse(f);if(h){const{root:b,...C}=h.blocks;return e.doc.blocks={...e.doc.blocks,...C},b}}catch{}const r=I.t("code.plainText");if(r==="mermaid")return[{id:re(),type:"embed",embedType:"mermaid",embedData:{mermaidText:t}}];if(r==="plantuml")return[{id:re(),type:"embed",embedType:"plantuml",embedData:{plantumlText:t}}];if(r==="flow"||r==="flowchart")return[{id:re(),type:"embed",embedType:"flowchart",embedData:{flowchartText:t}}];const o=t.split(`
705
705
  `).map(c=>({id:re(),type:"text",text:Al(c)})),s=e.doc,a=re();return s.blocks[a]=o,[{id:re(),type:"code",language:r,children:[a]}]}function RW(n){return[{id:re(),type:"embed",embedType:"image",embedData:{src:n.href,title:n.title}}]}function SW(n,e){const{text:t,children:r}=e.tokensToTextWithChildren(n.tokens,e),i=[];return t.length>0&&i.push({id:re(),type:"text",text:t}),i.push(...r),i}function LW(n){const e=n.formula;return e?[{id:re(),type:"embed",embedType:"math",embedData:{mathjaxText:e}}]:[]}const l4=_("markdown-to-doc");function IW(n,e){var t;if(n.type==="heading")return bW(n,e);if(n.type==="paragraph")return CW(n,e);if(n.type==="list")return xW(n,e);if(n.type==="blockquote")return AW(n,e);if(n.type==="table")return vW(n,e);if(n.type==="hr")return BW();if(n.type==="code")return TW(n,e);if(n.type==="image")return RW(n);if(n.type==="link")return SW(n,e);if(n.type==="latex-block")return LW(n);if(n.type==="text")return EW(n,e);if(n.type==="space"){const r=n.raw.replaceAll(" ",""),i=Math.floor(r.split(`
@@ -757,7 +757,7 @@ ${s}
757
757
  `}})}class jW{constructor(e){g(this,"_grid",[]);g(this,"_needFixSpanData",!1);Array.from(e.rows).forEach((t,r)=>{Array.from(t.cells).forEach(i=>{this._addCell(r,i)})})}_addCell(e,t){const r=this._getNextColIndex(e),i=t.colSpan,o=t.rowSpan;for(let s=0;s<o;s++)for(let a=0;a<i;a++){const c=e+s,f=r+a;if(this._getCell({row:c,col:f})){this._needFixSpanData=!0,console.warn(`invalid table data, cell data already exists, ${c}, ${f}`);continue}this._setCell({row:c,col:f},{cell:t,virtual:!(a===0&&s===0)})}}_getNextColIndex(e){const t=this._grid[e];if(!t)return 0;let r=0;for(let i=0;i<t.length;i++)if(t[i])r+=1;else return r;return r}_setCell(e,t){if(!(t.cell.colSpan===0||t.cell.rowSpan===0)){for(;this._grid.length<=e.row;)this._grid.push([]);for(let r=0;r<this._grid.length;r++){const i=this._grid[r];for(;i.length<=e.col;)i.push(null)}this._grid[e.row][e.col]=t}}_getCell(e){var r;const t=this._grid[e.row];return t&&(r=t[e.col])!=null?r:null}get rowCount(){return this._grid.length}get colCount(){return this._grid[0].length}getCellData(e){const t=this._getCell(e);return t||null}getCellSpan(e){const t=this._getCell(e);if(!t)return{colSpan:1,rowSpan:1};if(t.virtual)return{colSpan:1,rowSpan:1};const r=()=>{let a=e.col+1;for(;;){const c=this._getCell({row:e.row,col:a});if(!c||c.cell!==t.cell)return a-e.col;a+=1}},i=()=>{let a=e.row+1;for(;;){const c=this._getCell({row:a,col:e.col});if(!c||c.cell!==t.cell)return a-e.row;a+=1}},o=r(),s=i();return o!==t.cell.colSpan&&console.warn(`invalid colSpan: ${o} -> ${t.cell.colSpan}`),s!==t.cell.rowSpan&&console.warn(`invalid rowSpan: ${s} -> ${t.cell.rowSpan}`),{colSpan:o,rowSpan:s}}getColumnWidth(e){const i=Array(this.rowCount).fill(0).map((s,a)=>{const c=this.getCellData({row:a,col:e});if(c&&!c.virtual){const f=c.cell.getAttribute("width")||c.cell.style.width;if(f){if(f.endsWith("%")){const b=f.substr(0,f.length-1),C=Number.parseInt(b,10);if(C>0&&C<=100)return Math.floor(720*C/100)}const h=Number.parseInt(f,10);if(h)return h}return c.cell.getBoundingClientRect().width}return 1e9}),o=Math.min(...i);return o===1e9||Number.isNaN(o)||o<30?0:o}}function HW(n){return new jW(n)}function f4(n,e){var c;const t=HW(n),r=[],i={},o=t.rowCount,s=t.colCount,a=Array(s).fill(100);for(let f=0;f<o;f++)for(let h=0;h<s;h++){let b;const C=t.getCellData({row:f,col:h});if(C&&C.virtual)continue;C&&!C.virtual&&(b=e.htmlToBlocks(C.cell.innerHTML.trim(),e)),(!b||b.length===0)&&(b=[{id:re(),type:"text",text:[]}]);const E=re();r.push(E);const{colSpan:y,rowSpan:T}=t.getCellSpan({row:f,col:h});T>1&&(i[`${E}_rowSpan`]=T),y>1&&(i[`${E}_colSpan`]=y),e.doc.blocks[E]=b,C&&!C.virtual&&(a[h]=Math.max(a[h],a4((c=e.font)!=null?c:"",b)))}for(let f=0;f<t.colCount;f++)a[f]=t.getColumnWidth(f)||a[f];return r.length===0?[]:[{cols:t.colCount,rows:t.rowCount,id:re(),type:"table",children:r,...i,colsWidth:a}]}function d4(n,e){var t;if(n.tagName==="TABLE"){const r={blocks:{root:[]},meta:{},comments:{}},i=f4(n,{doc:r,...e});if(i.length===0||((t=i[0].children)==null?void 0:t.length)===0)return;r.blocks.root=i;const o=JSON.stringify(r),s=eo(o),a=document.createElement("div");a.classList.add("highlight-text-wizdoc");const c=document.createElement("pre");a.appendChild(c),c.innerText=s,n.insertAdjacentElement("beforebegin",a),n.remove();return}Array.from(n.children).forEach(r=>d4(r,e))}function h4(n){if(n instanceof HTMLStyleElement){n.remove();return}Array.from(n.children).forEach(h4)}function g4(n){if(n instanceof HTMLElement){if(n.style.display==="none"){n.remove();return}if(n.style.visibility==="hidden"){n.remove();return}}Array.from(n.children).forEach(g4)}function zW(n,e){const t=Mg(n);return t.querySelectorAll("td.js-line-number").forEach(i=>i.remove()),t.querySelectorAll("div.copy-button").forEach(i=>i.remove()),t.querySelectorAll("div.code-copy-button").forEach(i=>i.remove()),t.querySelectorAll("noscript").forEach(i=>i.remove()),Array.from(t.children).forEach(g4),Array.from(t.children).forEach(i=>d4(i,e)),Array.from(t.children).forEach(h4),u4(t),Wy(t)}const Ao=new pI.default;Ao.use(OW),Ao.use(UW),Ao.use(NW),Ao.use(PW),Ao.use(FW),Ao.use(KW),Ao.use($W),Ao.use(VW),Ao.use(oI.gfm);function qW(n,e){const t=m4(n,e);if(!t)return[];const{root:r,...i}=t.blocks;return e.doc.blocks={...e.doc.blocks,...i},r}function m4(n,e){let t=n;const r=new DOMParser().parseFromString(n,"text/html").querySelectorAll("meta");if(r.length&&Array.from(r).some(o=>o.getAttribute("content")==="PowerPoint.Slide")){const o=n.indexOf("<!--StartFragment-->"),s=n.indexOf("<!--EndFragment-->");o!==-1&&s!==-1&&(t=n.substring(o+20,s))}const i=Ao.turndown(t);return c4(i,{htmlToDoc:o=>p4(o,e)})}function p4(n,e){const t=zW(n,{font:e==null?void 0:e.font,htmlToBlocks:qW});return m4(t)}function b4(n){return n.indexOf('xmlns:o="urn:schemas-microsoft-com:office:office"')!==-1}function Ex(n){return["A","B","DEL","I","U","S","SPAN","SUB","SUP","FONT","BR"].indexOf(n.tagName)!==-1}function WW(n){return["P","H1","H2","H3","H4","H5","H6","H7","H8","LI"].indexOf(n.tagName)!==-1}function C4(n){return n.replace(/\r\n\s*/g,"").replace(/\n\s*/g,"").replace(/\r\s*/g,"")}function GW(n){if(!n.tagName)return!1;if(n.tagName.toLocaleLowerCase()==="img")return!0;const e=n.querySelectorAll("img");for(let t=0;t<e.length;t+=1){const r=e[t];if(!r.src||r.getAttribute("width")==="0"||r.getAttribute("height")==="0")return!1}return e.length}function XW(n){return(n.tagName.toLocaleLowerCase()==="img"?[n]:Array.from(n.querySelectorAll("img"))).map(i=>({id:re(),type:"embed",embedType:"image",embedData:{src:i.src,width:i.width,height:i.height}}))}function E4(n){var t;return Array.from(((t=n.getAttribute("style"))!=null?t:"").split(" ")).findIndex(r=>r.startsWith("level"))!==-1}function YW(n){var t;const e=Array.from(((t=n.getAttribute("style"))!=null?t:"").split(" "));for(let r=0;r<e.length;r++){const i=e[r];if(i.startsWith("mso-list:"))return i}return""}function x4(n){var t,r;const e=Array.from(((t=n.getAttribute("style"))!=null?t:"").split(" "));for(let i=0;i<e.length;i++){const o=e[i];if(o.startsWith("level")){const s=(r=Number.parseInt(o.substring(5),10))!=null?r:void 0;if(s)return s}}return 1}function JW(n,e){n.setAttribute("data-group-id",e)}function ZW(n){const e={},t=i=>{Array.from(Object.keys(e)).forEach(o=>{Number.parseInt(o,10)>i&&delete e[o]})};let r="";Array.from(n.children).forEach(i=>{if(E4(i)){const o=YW(i);r!==o&&(t(0),r=o);const s=x4(i);t(s);let a=e[`${s}`];a||(a=re(),e[`${s}`]=a),JW(i,a)}})}function A4(n){const e=n.querySelector('[style="mso-list:Ignore"]');if(e){const t=e.innerText;return t&&t.trim()!=="-"}return!0}function QW(n){var r;if(!A4(n))return 1;const t=n.querySelector('[style^="mso-list:Ignore"]');if(t){const i=t.innerText;if(i)return(r=Number.parseInt(i,10))!=null?r:1}return 1}function y4(n){if(!E4(n))return{};const e=x4(n),t=n.getAttribute("data-group-id")||re();return{start:QW(n),level:e,groupId:t,ordered:A4(n),type:"list"}}const eG=_("office-list");function w4(n){return n instanceof HTMLOListElement||n instanceof HTMLUListElement}function tG(n,e){p(eG,w4(n),"not list group element");let t=!1,r=1;const i=re();n instanceof HTMLOListElement&&(t=!0,r=n.start);const o=n,s=[];let a;return Array.from(o.children).forEach(c=>{if(c instanceof HTMLLIElement){const h=y4(c),b=e.textElementToBlocks(c,e);a||(a=h.level);const C=b[0];s.push({...C,type:"list",ordered:t,level:a,groupId:i,start:r}),r+=1,s.push(...b.slice(1));return}const f=e.blockElementToBlocks(c,e);s.push(...f)}),s}function k4(n,e){if(n.nodeName==="META")return[];if(n instanceof HTMLTableElement)return f4(n,e);if(w4(n))return[...tG(n,e)];if(GW(n))return[...XW(n)];if(WW(n))return[...e.textElementToBlocks(n,e)];if(!n.children)return[];const t=[];return Array.from(n.children).forEach(r=>{const i=k4(r,e);t.push(...i)}),t}function v4(n,e){const t=[];return n.forEach(r=>{var i;if(r instanceof Element)if(Ex(r)){const o=document.createElement("p");o.appendChild(r);const s=e.blockElementToBlocks(o,e);t.push(...s)}else{const o=e.blockElementToBlocks(r,e);t.push(...o)}else if(r instanceof Text){const o=so(C4((i=r.textContent)!=null?i:""));t.push(o)}}),t}function B4(n){return n instanceof Element?Ex(n):n.nodeType===Node.TEXT_NODE}function nG(n){var e;return n.nodeType===Node.TEXT_NODE&&((e=n.textContent)==null?void 0:e.trim())===""}function T4(n){const e=Array.from(n.childNodes);for(let t=0;t<e.length;t++){const r=e[t];if(!B4(r))continue;let i=t+1;for(;i<e.length&&B4(e[i]);)i+=1;if(nG(r)&&i===t+1)continue;const o=document.createElement("p");r instanceof Element?r.insertAdjacentElement("beforebegin",o):n.insertBefore(o,r);for(let s=t;s<i;s++)o.appendChild(e[s]);t=i-1}}function rG(n,e){const t=Mg(n);return T4(t),v4(Array.from(t.childNodes),e)}function iG(n){if(!(n instanceof HTMLElement))return{};const e={};if(n.style.textAlign==="right"?e.align="right":n.style.textAlign==="center"&&(e.align="center"),n.style.marginLeft){const t=Math.ceil(Number.parseInt(n.style.marginLeft,10)/20);t>=1&&t<=12&&(e.padding=t)}return e}function oG(n,e){return e&&Object.keys(e).length>0?{insert:n,attributes:e}:{insert:n}}function sG(n,e){if(n.nodeName==="B")return{...e,"style-bold":!0};if(n.nodeName==="I")return{...e,"style-italic":!0};if(n.nodeName==="U")return{...e,"style-underline":!0};if(n.nodeName==="S"||n.nodeName==="DEL")return{...e,"style-strikethrough":!0};if(n.nodeName==="SUB")return{...e,"style-sub":!0};if(n.nodeName==="SUP")return{...e,"style-super":!0};if(n.nodeName==="BR")return{...e,created:Date.now(),id:re(),box:!0,type:"br"};if(n.nodeName==="A"&&n.href){const r=n.href;if(r.startsWith("http:")||r.startsWith("https:"))return{...e,link:n.href}}const t={...e};return n instanceof HTMLSpanElement?(n.style.backgroundColor&&(t["inline-style-background-color"]=n.style.backgroundColor),n.style.color&&(t["inline-style-color"]=n.style.color),n.style.fontSize&&(t["inline-style-font-size"]=n.style.fontSize),n.style.fontFamily&&(t["inline-style-font-family"]=n.style.fontFamily),t):e}function R4(n,e,t){var i;if(n instanceof HTMLSpanElement&&n.getAttribute("style")==="mso-list:Ignore")return;const r=sG(n,e);if(n instanceof Text&&n.nodeValue||n.nodeName==="BR"){const o=C4((i=n.nodeValue)!=null?i:" ");o&&t.push(oG(o,r));return}n.childNodes.length>0&&Array.from(n.childNodes).forEach(o=>{R4(o,r,t)})}function S4(n){return n instanceof Element?Ex(n):!0}function xx(n){return!S4(n)}function aG(n){if(n.length===0)return[];if(n.length===1)return[n];const e=[];let t=[n[0]],r=xx(n[0]);for(let i=1;i<n.length;i++){const o=n[i];r===xx(o)?t.push(o):(e.push(t),t=[o],r=xx(o))}return e.push(t),e}function lG(n,e){const t={};if(n.tagName.startsWith("H")){const o=Number.parseInt(n.tagName.substr(1),10);o>=1&&o<=8&&(t.heading=o)}const r=aG(Array.from(n.childNodes)),i=[];return r.forEach((o,s)=>{if(S4(o[0])){const a=[],c={};Array.from(n.childNodes).forEach(h=>{R4(h,c,a)});let f={};s===0&&(f=y4(n)),i.push({id:re(),type:"text",text:a,...f,...t,...iG(n)})}o.forEach(a=>{const c=e.blockElementToBlocks(a,e);i.push(...c)})}),i}function cG(n,e){const t=Mg(n);ZW(t),T4(t);const r={blocks:{root:[]},meta:{},comments:{}},i={font:e==null?void 0:e.font,doc:r,blockElementToBlocks:k4,textElementToBlocks:lG,htmlToBlocks:rG},o=v4(Array.from(t.children),i);if(o.length!==0)return r.blocks.root=o,r}const uG=_("html-to-doc");function L4(n,e){if(!n)return null;const t=aW(n);if(t)return t;if(b4(n)){const r=cG(n,e);if(r)return r}try{return p4(n,e)}catch(r){uG.error(r)}return null}class fG{async fromData(e,t){const r={},i=t.getData("text/html");if(i){const o=L4(i,{font:e.rootContainer});o&&(b4(i)?r["text/office-html"]=o:r["text/html"]=o)}return r}}class dG{async fromData(e,t){const r=t.getData("text/plain");if(!r)return;const i=c4(r,{font:e.rootContainer,htmlToDoc:L4});if(!!i)return{"text/markdown":i}}}function hG(n){return/^([\d\w\u4e00-\u9fa5\s]*[\u4e00-\u9fa5\s]{1}|)((https|http|ftp)?:\/\/)[^\s]+/.test(n)}function gG(n){const e=[],t=n.split(/https|http|ftp/)[0],r=n.substring(t.length).trim();if(t&&t.length){const o=ti(t,null);e.push(o,ti(" ",null))}const i=ti(r,{link:r});return e.push(i,ti(" ",null)),e}class mG{async fromData(e,t,r){const{toPlainText:i=!1}=r||{},o={},s=t.getData("text/plain");if(s){const f={blocks:{root:s.replace(/\r\n/g,`
758
758
  `).replace(/\r/g,`
759
759
  `).split(`
760
- `).map(h=>{const b={id:re(),type:"text"};if(hG(h)&&!i)return b.text=gG(h),b;const C=h?[ti(h,null)]:[];return b.text=C,b})},meta:{},comments:{}};o["text/plain"]=f}return o}}function pG(n){const e=[];for(let t=0;t<n.length;t++){const r=n[t];r.type.toLocaleLowerCase().startsWith("image/")&&e.push(r)}return e}class Ax{constructor(e){e.dataConverter.addConverter(new fG),e.dataConverter.addConverter(new mG),e.dataConverter.addConverter(new dG)}async handleBeforePaste(e,t,r,i){if(!t)return!1;const o=t.clipboardData;if(o){if(o.getData("text/html").indexOf("<ones-editor-doc")>0)return!1;const a=o.getData("text/plain"),c=pG(i);if(c.length>0&&!a&&!r["text/office-html"])return await this.handleInsertImages(e,c),!0}return!1}async handleInsertImages(e,t){const{start:r,end:i}=e.selection.range,o=e.selection.focusedBlock;let s=oe(o),c=Re(o);const f=Z(s);if(f&&we(f)==="code")return;if(r.blockId===i.blockId&&pt(o))c+=1;else{e.clearSelectedContents();const{blockId:b}=e.selection.range.start,C=e.getBlockById(b);c=Re(C),s=oe(C),yt(e,C)||(c+=1),Ze(s)&&c===0&&(c+=1)}const h=ue(s);for(let b=0;b<t.length;b++){const C=t[b],E=await N1(e,"image",h,c+b,{file:C});E&&Nw(e,E,"image",{id:"replace-image",name:"Replace image",data:{block:E,image:C}})}}}class bG extends Ut.TypedEmitter{constructor(e){super(),this.editor=e}onUpdateBlockText(e,t,r){const i=this.editor.getCustom("find-dialog");if(!i||!i.isVisible())return;const o=sa(Gr(this.editor,e),t);!le(this.editor,o)||!r.some(a=>a.insert||a.delete)||this.emit("onDocChanged",o)}onInsertBlock(e,t,r,i){const o=this.editor.getCustom("find-dialog");!o||!o.isVisible()||this.emit("onDocInserted")}onDeleteBlock(e,t,r){const i=sa(Gr(this.editor,e),t),o=this.editor.getCustom("find-dialog");!o||!o.isVisible()||this.emit("onDocDeleted",i)}}function I4(n){return vt.isSafari&&!!n&&Date.now()-n<100}const D4=_("highlight-data");class Vp{constructor(e){g(this,"data",new Map);this.editor=e}add(e,t,r){const i={id:re(),blockId:fe(e),oldText:this.editor.getBlockText(e),start:t,end:r};return this.data.set(i.id,i),i}get(e){const t=this.data.get(e);return p(D4,t,`no highligh data: ${e}`),t}remove(e){this.data.delete(e)}clearBlockData(e){Array.from(this.data.values()).forEach(t=>{t.blockId===e&&this.data.delete(t.id)})}destroy(){}static getData(e){return e.addCustom("highligh-data",()=>new Vp(e))}}function CG(n,e,t,r,i){const s=Vp.getData(n).add(e,t,r);return i.setAttribute("data-highlight-id",s.id),s}function jp(n,e){const t=e.getAttribute("data-highlight-id");return p(D4,t,"invalid highlight elem, no id"),Vp.getData(n).get(t)}const Fl=_("highligh-dom");function EG(n){return _e(n,"editor-highlight")}function gs(n){const e=n.rootContainer.querySelectorAll(".editor-highlight");return Array.from(e)}function xG(n,e){p(Fl,e,"invalid block");const t=e.querySelectorAll(".editor-highlight");return Array.from(t)}function AG(n){const e=n.rootContainer.querySelectorAll(".editor-replace-result-highlight");return Array.from(e)}function Hp(n){const e=n.querySelectorAll(".editor-highlight");return Array.from(e)}function yG(n){Hp(n).forEach(e=>{e.remove()})}function _4(n){return gs(n).length}function _a(n){const e=n.rootContainer.querySelectorAll(".editor-highlight");return Array.from(e).map(r=>{const i=_e(r,"editor-highlight-box")?"box":"text";return{ele:r,type:i}})}function wG(n,e){p(Fl,e>=0,`invalid highlight index: ${e}`);const t=gs(n);return t.length===0?null:(p(Fl,e<t.length,`invalid highlight index: ${e}/${t.length}`),t[e])}function kG(n,e,{left:t,top:r,width:i,height:o},s){const a=["editor-highlight-child"];s&&a.push("editor-highlight-readonly");const c=w("div",a,n);c.style.top=`${r}px`,c.style.left=`${t}px`,c.style.width=`${i}px`,c.style.height=`${o}px`}function M4(n,e,t,r,i){p(Fl,r>0,`invalid end: ${r}`);const o=At(e),s=e.getBoundingClientRect(),a=Yo(n,e,bt(n,e,t,r)),c=i==="find"?["editor-highlight"]:["editor-replace-result-highlight"],f=nd(e,r),{prev:h}=f;h||p(Fl,!1,"invalid offset, no prev child at offset"),Tr(h)&&c.push("editor-highlight-box");const b=w("div",c,o);a.forEach(C=>{kG(b,e,{left:C.left-s.left,width:C.width,top:C.top-s.top,height:C.height})}),CG(n,e,t,r,b)}function vG(n,e,t,r){return M4(n,e,t,r,"find")}function O4(n,e,t,r){return M4(n,e,t,r,"replace")}function zp(n,e){gs(n).forEach(s=>{_e(s,"active")&&ae(s,"active")}),q(e,"active"),p(Fl,e.firstChild instanceof HTMLElement,"invalid highligh dom, invalid elem child");const r=e.firstChild;let o=r.getBoundingClientRect().y;o===0&&(o=r.getBoundingClientRect().y),fd(n,r,{animation:!0})}function mh(n){const e=n.rootContainer.querySelector(".editor-highlight.active");return e||null}function U4(n){return p(Fl,n,"no highlight elem"),_e(n,"editor-highlight-readonly")}const Vu=_("highligh-text");function N4(n){AG(n).forEach(t=>{t.remove()})}function qp(n,e){gs(n).forEach(r=>{r.remove()}),e!=null&&e.keepReplaceResult||N4(n)}function P4(n,e,t){xG(n,e).forEach(i=>{i.remove()}),t!=null&&t.keepReplaceResult||N4(n)}function ph(n){const e=mh(n);if(!e)return-1;const r=gs(n).indexOf(e);return p(Vu,r!==-1,`invalid highlight index: ${r}`),r}function BG(n){const e=gs(n);if(e.length===0)return 0;const t=mh(n);let r=t?e.indexOf(t):-1;!t||r===-1||r===e.length-1?r=0:r+=1;const i=e[r];return zp(n,i),r}function TG(n){const e=gs(n);if(e.length===0)return 0;const t=mh(n);let r=t?e.indexOf(t):-1;!t||r===-1||r===0?r=e.length-1:r-=1;const i=e[r];return zp(n,i),r}function yx(n,e){const t=gs(n);t.length>0&&e<t.length&&zp(n,t[e])}function RG(n,e,t){const r=mh(n);if(!r)return!1;const i=Z(r);if(p(Vu,i,"no parent block"),!n.isBlockWritable(i))return!1;const o=_4(n);let s=ph(n);if(!U4(r)&&n.isBlockWritable(i)){const f=jp(n,r),h=n.getBlockText(i),{start:b,end:C}=jp(n,r),[E,y]=jn.transformOffset(f.oldText,h,[b,C]),T=Mk(h,E,y-E);if(Lt(T).toLowerCase()!==e.toLowerCase())return!1;const R=Qg(h,E,y,t);n.setBlockText(i,R),yG(i),wx(n,i,e),t&&O4(n,i,E,E+t.length)}const a=_4(n);s>=a?s=0:a>o&&(s+=1);const c=wG(n,s);return c&&zp(n,c),!0}function SG(n,e,t,r){if(!le(n,e)||!n.isBlockWritable(e))return 0;const i=n.getBlockText(e);p(Vu,i,"no block text");const o={count:0},s=IB(n,i,t,r,o);return Lt(i)===Lt(s)?0:(n.setBlockText(e,s),o.count)}function LG(n,e,t){if(p(Vu,EG(e),"not a highlight elem"),U4(e))return;p(Vu,t>0,"invalid highlight length");const r=jp(n,e),i=Z(e);p(Vu,i,"no parent block"),O4(n,i,r.start,r.start+t)}function IG(n,e){_a(n).forEach(r=>{r.type!=="box"&&LG(n,r.ele,e)})}function DG(n,e,t){if(n.readonly)return 0;const r=o=>{let s=0;return ft(o).forEach(c=>{Ne(n,c)?In(n,c).forEach(h=>{s+=r(h)}):s+=SG(n,c,e,t)}),s},i=r(n.rootContainer);return t.length>0&&IG(n,t.length),i}function _G(n){const e=n.selection.range.end,t=n.getBlockById(e.blockId),r=e.isSimple()?e.offset:1,i=Hp(t);for(let a=0;a<i.length;a++){const c=i[a],{end:f}=jp(n,c);if(f>=r)return c}const o=G1(n,{simpleBlockOnly:!0}),s=o.indexOf(t);if(s===-1)return null;for(let a=s+1;a<o.length;a++){const c=o[a],f=Hp(c);if(f.length>0)return f[0]}return null}function MG(n){const e=gs(n),t=_G(n);return t?e.indexOf(t):0}function wx(n,e,t){if(!!t&&le(n,e)){const r=n.getBlockText(e),i=Vb(n,r,t);i.length>0&&i.forEach(({start:o,end:s})=>{vG(n,e,o,s)})}}function F4(n,e){if(qp(n),!e)return;G1(n,{simpleBlockOnly:!0,visibleOnly:!0}).forEach(r=>{wx(n,r,e)})}class OG{constructor(e){g(this,"dialog",null);g(this,"root");g(this,"oldText","");g(this,"_compositionEndTime",0);g(this,"components");g(this,"handleFindChanged",()=>{this.doSearch({keepReplaceResult:!1,gotoFirstSearchResult:!0})});g(this,"handleCompositionEnd",()=>{this._compositionEndTime=Date.now(),this.handleFindChanged()});g(this,"handleDocChanged",e=>{setTimeout(()=>{if(Nf(e))return;P4(this.editor,e),wx(this.editor,e,this.components.findInput.value);const t=_a(this.editor),r=t.length;e.querySelectorAll(".editor-highlight").length===r&&yx(this.editor,0);const i=ph(this.editor);i!==-1&&this.updateSearchStatus(i,t)})});g(this,"handleDocInserted",()=>{const e=setTimeout(()=>{clearTimeout(e),qp(this.editor,{keepReplaceResult:!0}),F4(this.editor,this.components.findInput.value);const t=ph(this.editor);if(t!==-1){const r=_a(this.editor);this.updateSearchStatus(t,r),yx(this.editor,t)}})});g(this,"handleDocDeleted",e=>{const t=setTimeout(()=>{if(!Hp(e).length){clearTimeout(t);return}P4(this.editor,e);const i=ph(this.editor);if(i!==-1){const o=_a(this.editor);this.updateSearchStatus(i,o)}})});g(this,"handleInput",e=>{if(e.isComposing||I4(this._compositionEndTime)){this.doSearch.cancel();return}this.handleFindChanged()});g(this,"handleFind",()=>{this.findNext({keepSearchResult:!1})});g(this,"handleReplace",()=>{const e=this.components.findInput.value;if(!e||!mh(this.editor))return;const r=this.components.replaceInput.value;if(e===r)return;if(RG(this.editor,e,r)){const o=ph(this.editor),s=_a(this.editor);this.updateSearchStatus(o,s)}r.includes(e)&&this.findNext({keepSearchResult:!0})});g(this,"handleReplaceAll",()=>{const e=this.components.findInput.value;if(!e)return;const t=this.components.replaceInput.value;e!==t&&this.editor.undoManager.runInGroup(()=>{DG(this.editor,e,t)>0&&(this.oldText="",this.doSearchNow({keepReplaceResult:!0,gotoFirstSearchResult:!0}))})});g(this,"doSearch",Nt.default(this.doSearchNow,300));g(this,"handleDocumentKeyDown",e=>{_g(e)&&this.hide()});this.editor=e;const t=w("div",["editor-find-dialog"],null),r=w("div",["editor-find-content"],t),i=w("div",["editor-find-dialog-row"],r),o=zo(Om,["editor-find-dialog-button-close"],t),s=w("label",["editor-find-dialog-label"],i,I.t("find.findLabel"));s.htmlFor="";const a=w("div",["editor-find-dialog-input-container"],i),c=w("input",["editor-find-dialog-input"],a);c.type="text",c.placeholder=I.t("find.findPlaceholder");const f=w("div",["editor-find-dialog-status"],a),h=zo(n5,["editor-find-dialog-icon-button"],f),b=w("div",["editor-find-dialog-curr"],f,"0/0"),C=zo(r5,["editor-find-dialog-icon-button"],f);let E;I.t("find.moreButton")?E=w("button",["editor-find-dialog-button"],i,I.t("find.moreButton")):E=zo(Um,["editor-find-dialog-icon-button-border"],i);const y=w("div",["editor-find-dialog-row"],r),T=w("label",["editor-find-dialog-label"],y,I.t("find.replaceLabel"));T.htmlFor="";const R=w("div",["editor-find-dialog-input-container"],y),O=w("input",["editor-find-dialog-input"],R);O.type="text",O.placeholder=I.t("find.replacePlaceholder");const M=w("div",["editor-find-dialog-row","editor-find-dialog-action"],r);w("div",["editor-find-dialog-space"],M);const F=w("button",["editor-find-dialog-button"],M,I.t("find.findButton")),Q=w("button",["editor-find-dialog-button"],M,I.t("find.replaceButton")),H=w("button",["editor-find-dialog-button","editor-find-dialog-primary-button"],M,I.t("find.replaceAllButton"));E.onclick=()=>{this.showReplace()},o.onclick=()=>{this.hide()},c.onkeydown=de=>{if(de.isComposing||I4(this._compositionEndTime)){this.doSearch.cancel();return}Vy(de)?(this.doSearch.cancel(),this.doSearchNow({keepReplaceResult:!1,gotoFirstSearchResult:!0})):_g(de)&&this.hide()},c.oninput=this.handleInput,c.onpaste=this.handleFindChanged,c.oncut=this.handleFindChanged,c.addEventListener("compositionend",this.handleCompositionEnd),c.maxLength=50,F.onclick=this.handleFind,Q.onclick=this.handleReplace,H.onclick=this.handleReplaceAll,O.maxLength=50,C.onclick=()=>{this.gotoNext()},h.onclick=()=>{this.gotoPrev()},this.components={findInput:c,findPrev:h,findCurrent:b,findNext:C,replaceInput:O,findButton:F,replaceButton:Q,replaceAllButton:H,closeButton:o,showReplaceButton:E,rowReplace:y,rowActions:M,statusContainer:f},this.root=t;const Y=new bG(e);e.doc.registerCallback(Y),Y.addListener("onDocChanged",this.handleDocChanged),Y.addListener("onDocInserted",this.handleDocInserted),Y.addListener("onDocDeleted",this.handleDocDeleted)}findNext(e){this.doSearch.cancel(),this.doSearchNow({keepReplaceResult:e.keepSearchResult,gotoFirstSearchResult:!0})}doSearchNow(e){const t=this.components.findInput.value;if(t||this.clearFind(e),this.oldText===t){this.gotoNext();return}this.oldText=t,F4(this.editor,t);const r=_a(this.editor),i=MG(this.editor);e.gotoFirstSearchResult&&yx(this.editor,i),this.updateSearchStatus(i,r)}gotoNext(){const e=BG(this.editor),t=_a(this.editor);this.updateSearchStatus(e,t)}gotoPrev(){const e=TG(this.editor),t=_a(this.editor);this.updateSearchStatus(e,t)}updateSearchStatus(e,t){var s;this.oldText?this.components.statusContainer.style.display="flex":this.components.statusContainer.style.display="none";const r=t.length,i=t.filter(a=>a.type==="box").length,o=((s=t[e])==null?void 0:s.type)==="box";if(r-i<=0)r===0?(this.components.findCurrent.innerText="0 / 0",this.components.findButton.disabled=!0):(this.components.findCurrent.innerText=`${e+1} / ${r}`,this.components.findButton.disabled=!1),this.components.replaceAllButton.disabled=!0,this.components.replaceButton.disabled=!0;else{this.components.findCurrent.innerText=`${e+1} / ${r}`;const a=this.editor.readonly;this.components.replaceAllButton.disabled=a,this.components.replaceButton.disabled=a||o,this.components.findButton.disabled=!1}}clearFind(e){qp(this.editor),this.updateSearchStatus(0,[])}showFindOnly(){this.components.rowReplace.style.display="none",this.components.rowActions.style.display="none",this.components.showReplaceButton.style.display="flex"}showReplace(){this.components.rowReplace.style.display="flex",this.components.rowActions.style.display="flex",this.components.showReplaceButton.style.display="none",this.components.replaceInput.focus(),this.components.replaceInput.select()}hideSearchResult(){this.components.statusContainer.style.display="none"}showSearchResult(){this.components.statusContainer.style.display="flex"}show(e){document.addEventListener("keydown",this.handleDocumentKeyDown);const t=this.editor.getSelectedText();t.length>0&&t.length<50&&(this.components.findInput.value=t),this.root.style.display="flex",e!=null&&e.showFindAndReplace?(this.showReplace(),this.components.findInput.value&&setTimeout(()=>{this.components.replaceInput.focus()})):this.showFindOnly(),this.hideSearchResult(),this.oldText="",this.doSearchNow({keepReplaceResult:!1,gotoFirstSearchResult:!0});const r=this.editor.readonly,i=this.components.findInput.value;this.components.replaceButton.disabled=r||!i,this.components.replaceAllButton.disabled=r||!i,this.components.replaceInput.disabled=r,this.dialog||(this.dialog=new Nd(this.root,{disablePageScroll:!1}));const o=this.editor.options.componentsOptions.findDialog,s=(o==null?void 0:o.popoverTarget)||this.editor.rootContainer,a=()=>{var C,E,y,T;const c=o==null?void 0:o.getReferenceClientRect;if(c&&((E=(C=this.dialog)==null?void 0:C.tippyInstance)==null?void 0:E.popper))return c(s,(T=(y=this.dialog)==null?void 0:y.tippyInstance)==null?void 0:T.popper);const f=s.getBoundingClientRect(),h=f.top<0?12:f.top+12,b=f.right-this.root.clientWidth-12;return new DOMRect(b,h,0,0)};this.dialog.show(s,{getReferenceClientRect:a}),setTimeout(()=>{this.components.findInput.focus(),this.components.findInput.select()},300)}hide(){var e;(e=this.dialog)==null||e.close("cancelBar"),qp(this.editor),document.removeEventListener("keydown",this.handleDocumentKeyDown),this.editor.focus()}isVisible(){return this.dialog&&this.dialog.isVisible}research(){this.oldText="",this.doSearch({keepReplaceResult:!0,gotoFirstSearchResult:!1})}destroy(){var e;(e=this.dialog)==null||e.destroy()}}const UG={find:{findLabel:"\u67E5\u627E:",replaceLabel:"\u66FF\u6362:",findButton:"\u67E5\u627E",replaceButton:"\u66FF\u6362",replaceAllButton:"\u5168\u90E8\u66FF\u6362",moreButton:"",findPlaceholder:"\u5728\u6587\u6863\u5185\u67E5\u627E",replacePlaceholder:"\u66FF\u6362\u4E3A"}},NG={find:{findLabel:"Search:",replaceLabel:"Replace:",findButton:"Search",replaceButton:"Replace",replaceAllButton:"Replace all",moreButton:"",findPlaceholder:"Search text in document",replacePlaceholder:"Replace with"}},PG={find:{findLabel:"\u691C\u7D22\uFF1A",replaceLabel:"\u7F6E\u63DB\uFF1A",findButton:"\u691C\u7D22",replaceButton:"\u7F6E\u63DB",replaceAllButton:"\u3059\u3079\u3066\u3092\u7F6E\u63DB",moreButton:"",findPlaceholder:"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u691C\u7D22",replacePlaceholder:"\u306B\u7F6E\u63DB"}};I.mergeLang({"zh-CN":UG,"en-US":NG,"ja-JP":PG});function K4(n){const e=n.addCustom("find-dialog",()=>new OG(n));return Ni(n)||e.show(),!0}const $4={"CtrlOrCmd+F":K4},dfe="";function FG(n){K4(n)}const KG=_("context-menu-utils");async function $G(){try{const n=await navigator.clipboard.readText(),t=(await navigator.clipboard.read())[0].types;return!n.trim()&&t.length===1&&t.includes("text/plain")}catch(n){return KG.warn(`Failed to read clipboard data: ${n}`),!0}}function VG(n,e){const t=document.createElement("a");t.href=n,t.download=e,t.click()}function jG(n){return new Promise((e,t)=>{const r=new FileReader;r.onload=()=>{const i=r.result;e(i)},r.onerror=()=>{t(new Error("Failed to read Blob as string."))},r.readAsText(n)})}async function HG(){const e=(await navigator.clipboard.read())[0],t=e.types,r=new DataTransfer;for(let i=0;i<t.length;i++){const o=t[i],s=await e.getType(o),a=await jG(s);r.setData(o,a)}return r}function zG(n){const r=new DOMParser().parseFromString(n,"text/html").querySelector("svg");if(!r)return null;const i=r.getAttribute("viewBox");if(!i)return null;const o=i.split(" ");if(o.length===4){const s=o[2],a=o[3];return r.setAttribute("width",s),r.setAttribute("height",a),r.outerHTML}return null}function kx(n,e,t=!0,r){const i=new Image,o=document.createElement("canvas"),s=o.getContext("2d");if(!s){e(new Error("failed to get context"),null);return}i.onload=()=>{if(o.width=i.naturalWidth,o.height=i.naturalHeight,t&&(o.width===0||o.height===0)){const a=n.substring(26);if(a){const c=atob(a),f=zG(c);if(f){p1(f,"image/svg+xml").then(h=>{kx(h,e,!1,r)});return}}e(null,null);return}r&&(s.fillStyle=r,s.fillRect(0,0,o.width,o.height)),s.drawImage(i,0,0),o.toBlob(a=>{e(null,a)},"image/png")},i.src=n}function V4(n,e){return new Promise((t,r)=>{kx(n,(i,o)=>{if(i){r(i);return}if(!o){r(new Error("Failed to get image blob"));return}t(o)},!0,e)})}async function j4(n){const e=await Vc(n);return new Promise((t,r)=>{kx(e,(i,o)=>{if(i){r(i);return}if(!o){r(new Error("Failed to get image blob"));return}t(o)})})}async function Wp(n,e="image",t="#ffffff"){const i=await(await fetch(n)).blob(),o=await zy(i),s=await V4(o,t),a=URL.createObjectURL(s);Hc(a,`${e}.png`),URL.revokeObjectURL(a)}const H4="Untitled";function z4(n){const e=Ft(n.rootContainer);return!e||!le(n,e)?H4:n.getBlockString(e)||H4}function qG(n){let e;return n.forEach((t,r)=>{r.toLocaleLowerCase()==="content-type"&&(e=t)}),e!=null?e:""}async function q4(n){try{const e=await fetch(n,{credentials:"same-origin"}),t=await e.blob(),r=qG(e.headers).toLocaleLowerCase();let i="";if(r){const s=r1.default[r].extensions;s&&s.length>0&&(i=s[0])}return new File([t],`${Date.now()}.${i}`,{type:r})}catch{return null}}const hfe="";class W4{constructor(e){g(this,"isShown",!1);g(this,"currentBlock",null);this.editor=e}render(e,t){if(this.isShown)return;this.isShown=!0,this.currentBlock=e,b1(e.id);const r=w("div",["iframe-embed-auth-error-tips"],document.body);r.innerHTML=I.t("authError.tips"),r.addEventListener("click",i=>{var s,a;const o=i.target;if(o instanceof HTMLSpanElement)switch(o.id){case"retry":(a=(s=this.editor.doc).triggerReAuth)==null||a.call(s);break;case"exit":t==null||t(),this.destroy();break}})}destroy(){this.currentBlock&&C1(this.currentBlock.id);const e=document.body.querySelector("div.iframe-embed-auth-error-tips");e==null||e.remove(),this.isShown=!1}}const WG={authError:{tips:'<div>\u670D\u52A1\u5DF2\u65AD\u5F00\uFF0C\u4E3A\u907F\u514D\u5185\u5BB9\u4E22\u5931\uFF0C\u6211\u4EEC\u6682\u65F6\u7981\u7528\u7F16\u8F91\u80FD\u529B\uFF0C\u4F60\u53EF\u4EE5<span id="exit">\u9000\u51FA\u7F16\u8F91</span></div>'}},GG={authError:{tips:`<div>You're offline. Editing is temporarily disabled to avoid the loss of content. <span id="exit">Exit editor</span></div>`}},XG={authError:{tips:'<div>\u30B5\u30FC\u30D3\u30B9\u306F\u5207\u65AD\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u30C7\u30FC\u30BF\u640D\u5931\u3092\u56DE\u907F\u3059\u308B\u305F\u3081\u306B\u3001\u4E00\u6642\u7684\u306B\u7DE8\u96C6\u6A5F\u80FD\u304C\u7121\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u3059\u3002<span id="exit">\u7DE8\u96C6\u3092\u7D42\u4E86</span> \u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002</div>'}};I.mergeLang({"zh-CN":WG,"en-US":GG,"ja-JP":XG});const Gp="doc-re-auth-event";class vx extends Ut.TypedEmitter{constructor(t){super();g(this,"authErrorCallback");g(this,"authRecoverCallback");g(this,"destroy",()=>{this.authErrorCallback=void 0,this.authRecoverCallback=void 0,this.editor.doc.externalDoc.unregisterCallback(this)});g(this,"onError",t=>{t.code===Md.err&&this.authErrorCallback&&this.authErrorCallback()});g(this,"onAuthRecover",()=>{this.authRecoverCallback&&this.authRecoverCallback()});this.editor=t,this.editor.doc.externalDoc.registerCallback(this)}addAuthListen(t,r){t==="authError"?this.authErrorCallback=r:this.authRecoverCallback=r}removeListeners(){this.authErrorCallback=void 0,this.authRecoverCallback=void 0}}const G4=_("context-menu-actions");async function X4(n){n.inputHandlers.onCopyWithoutEvent()}async function YG(n){n.selection.range.isCollapsed()||Gb(n)}async function JG(n){X4(n),dm(n)}function ZG(n,e){p(G4,e,"block can not be null"),p(G4,pt(e),"block should be embed type");const t=[],r=n.getBlockData(e),i=r.embedType,o=n.editorEmbeds.getEmbedClass(i);if(o.getResources)o.getResources(n,r).forEach(s=>{t.push(s)});else{const a=r.embedData.src;a&&typeof a=="string"&&t.push(a)}return t}async function QG(n,e){const t=ZG(n,e);if(t&&t.length){const r=t[0],i=n.doc.buildResourceUrl(r);Wp(i)}}function eX(n){HG().then(e=>{const t=new ClipboardEvent("paste",{clipboardData:e,bubbles:!0});n.input.inputElement.dispatchEvent(t)})}const tX=_("context-menu");class nX{constructor(e){g(this,"t",I.t);g(this,"clipboardPermission",{read:"prompt",write:"granted"});g(this,"isSecureContext",window.isSecureContext);g(this,"externalActionHandleMap",new Map);g(this,"handleActionByExternal",e=>{const{data:t}=e;if(t&&t.externalType){const r=t.externalType,i=this.externalActionHandleMap.get(r);if(i)return i(this.editor,this.editor.selection.focusedBlock,e)}return!1});g(this,"getPasteCommandItem",async()=>{const e=this.hasClipboardReadPermission;let t;Uf()||al()?t=!0:t=e?await $G():!1;const r=this.isSecureContext&&this.clipboardPermission.read!=="denied"&&!t,i=this.t("contextMenu.paste"),o=gn("CtrlOrCmd+V");let s=this.isSecureContext?"":this.secureEnvTips(o,i);return!s&&(!e||t)&&(s=this.t("copyCutProperty.limitedEnvTips",{shortCut:o})),{id:"paste",name:i,subText:o,states:r?[]:["disabled"],disableReason:s}});g(this,"getCommandItems",async()=>{const e=await this.getPasteCommandItem(),t=this.editor.readonly?[]:[this.cutCommandItem,e],r=[...this.copyTypeCommandItems,...t];return this.getExternalContextMenuOptions(r),r.push(this.stepItem,...this.selectionCommandItems),r});g(this,"getExternalContextMenuOptions",e=>{const t=this.editor.selection.focusedBlock,r=He(this.editor,t);if(r&&r.getBlockProperties){const i=r.getBlockProperties(this.editor,t);if(i){const{blockCommands:o}=i;if(o&&o["context-menu"]){const{commands:s,executeCommand:a,group:c}=o["context-menu"];if(s.length){const f=s.map(h=>({...h,data:{...h.data||{},externalType:c}}));e.push(this.stepItem,...f)}this.externalActionHandleMap.set(c,a)}}}});g(this,"isFocusImageBlock",()=>{const e=this.editor.selection,t=e.focusedBlock;return pt(t)&&Wt(t)==="image"&&e.range.getSelectedBlocks().length===1});g(this,"isFocusImageTypeEmbed",()=>{const t=this.editor.selection.focusedBlock,r=["mermaid","flowchart","drawio","plantuml"];return pt(t)&&r.includes(Wt(t))});this.editor=e,this.clipboardSupport()}get hasClipboardReadPermission(){return this.clipboardPermission.read==="granted"}get hasClipboardWritePermission(){return this.clipboardPermission.write==="granted"}clipboardSupport(){if(!navigator.clipboard){this.clipboardPermission={write:"denied",read:"denied"};return}if(!navigator.permissions){this.clipboardPermission={write:"granted",read:"denied"};return}try{const e=navigator.permissions.query({name:"clipboard-read"}),t=navigator.permissions.query({name:"clipboard-write"});Promise.all([e,t]).then(r=>{const i=r[0],o=r[1];this.clipboardPermission={read:i.state,write:o.state},i.state!=="granted"&&(i.onchange=s=>{this.clipboardPermission.read=s.target.state}),o.state!=="granted"&&(i.onchange=s=>{this.clipboardPermission.write=s.target.state})}).catch(r=>{this.clipboardPermission.read="denied",tX.log(r)})}catch{this.clipboardPermission={write:"granted",read:"denied"}}}get isRangeCollapsed(){return this.editor.selection.range.isCollapsed()}get imageTypeCommandItems(){const e=this.isSecureContext&&this.hasClipboardWritePermission;return[{id:"copy-image",name:this.t("contextMenu.copyImage"),subText:gn("CtrlOrCmd+C"),states:e?[]:["disabled"],disableReason:this.isSecureContext&&this.hasClipboardWritePermission?"":this.secureEnvTips(this.t("contextMenu.copyImage"),gn("CtrlOrCmd+C"))},{id:"copy-image-url",name:this.t("contextMenu.copyImageUrl"),states:e?[]:["disabled"]},{id:"image-save-as",name:this.t("contextMenu.imageSaveAs")},{id:"new-tab-open-image",name:this.t("contextMenu.newTabOpenImage")}]}get copyTypeCommandItems(){const e=this.isSecureContext&&!this.isRangeCollapsed;if(this.isFocusImageBlock())return this.imageTypeCommandItems;const t=this.t("copyCutProperty.copy"),r=gn("CtrlOrCmd+C"),i=[{id:"copy",name:t,subText:r,states:e?[]:["disabled"],disableReason:this.isSecureContext&&this.hasClipboardWritePermission?"":this.secureEnvTips(r,t)}],o=this.t("contextMenu.copyMarkdown"),s=gn("CtrlOrCmd+Shift+C");return i.push({id:"copy-markdown",name:o,subText:s,states:e?[]:["disabled"],disableReason:this.isSecureContext&&this.hasClipboardWritePermission?"":this.secureEnvTips(s,o)}),this.isFocusImageTypeEmbed()&&i.push({id:"image-save-as",name:this.t("contextMenu.imageSaveAs")}),i}get cutCommandItem(){let e=this.isSecureContext&&!this.isRangeCollapsed;const r=this.editor.selection.range.getSelectedBlocks().some(a=>!this.editor.isBlockWritable(a.block));r&&(e=!1);const i=this.t("copyCutProperty.cut"),o=gn("CtrlOrCmd+X");let s="";return e||(!this.isSecureContext||!this.hasClipboardWritePermission?s=this.secureEnvTips(o,i):r&&(s=this.t("contextMenu.uneditableBlockSelected"))),{id:"cut",name:this.t("copyCutProperty.cut"),subText:gn("CtrlOrCmd+X"),states:e?[]:["disabled"],disableReason:s}}get stepItem(){return{id:"step",name:"",type:"separator"}}get selectionCommandItems(){let e=!1;const t=this.editor.selection;t.range.isCollapsed()&&(e=!0),t.range.start.isSimple()&&t.range.end.isSimple()&&(e=t.range.start.offset>0&&t.range.getSelectedBlocks().length===1);const r=[{id:"select-block",name:this.t("contextMenu.selectBlock"),states:e?[]:["disabled"]}];return r.push({id:"select-all",name:this.t("contextMenu.selectAll")}),r}destroy(){this.externalActionHandleMap.clear()}secureEnvTips(e,t){return this.t("copyCutProperty.unsafeEnvTips",{shortCut:e,operation:t})}}const gfe="";class Bx{constructor(e){g(this,"contextMenu");g(this,"contextMenuCommandItems");g(this,"destroy",()=>{this.contextMenuCommandItems.destroy(),this.contextMenu.off("show",this.handleContextMenuShown),this.contextMenu.off("click",this.handleContextMenuClick),this.contextMenu.off("close",this.handleContextMenuClose),document.removeEventListener("contextmenu",this.handleContextMenu)});g(this,"updateEditorCaret",e=>{const{x:t,y:r,target:i}=e,o=q1(this.editor,t,r);if(!o)return;const s=this.editor.getBlockById(o.focus.blockId),a=this.editor.selection.range;let c=!1;i instanceof HTMLImageElement&&we(s)==="embed"&&Wt(s)==="image"?c=!1:a.isSimple()?c=a.getSelectedBlocks().some(f=>Ne(this.editor,f.block)?f.block.contains(s):f.block.id===(o==null?void 0:o.focus.blockId)&&f.start.offset<=o.focus.offset&&f.end.offset>=o.focus.offset):c=a.getSelectedContainers().some(h=>h.contains(s)),c||this.editor.selectionHandler.handleMouseDown(e,{autoScroll:!1})});g(this,"handleContextMenu",e=>{if(vt.isMobile||!this.editor.findCustom("editor-context-menu"))return;const r=e.target;if(this.editor.findCustom("toolbar-handler")&&this.editor.getCustom("toolbar-handler").isInToolbar(e)){e.preventDefault();return}if(this.editor.findCustom("block-menu")){const o=this.editor.getCustom("block-menu");if(o.rootButton.blockMenu.isInMenu(r)||o.rootButton.emptyBlockMenu.isInMenu(r)){e.preventDefault();return}}if(this.isInEditor(e)){e.preventDefault(),this.updateEditorCaret(e),this.contextMenu.manualShow(document.body,{theme:"light",point:{x:e.clientX,y:e.clientY}});return}this.isInMenu(e)&&e.preventDefault()});g(this,"isInMenu",e=>this.contextMenu.isInCommandBar(e.target));g(this,"isInEditor",e=>{const t=e.target;if(!t)return!1;let r=t.closest("div.editor-root"),i=this.editor.rootElement===r;if(!i&&t.classList.contains("editor-disable-scroll")){const s=Pt(e.x,e.y);r=(s==null?void 0:s.closest("div.editor-root"))||null,i=this.editor.rootElement===r}const o=e.target instanceof HTMLInputElement||e.target instanceof HTMLTextAreaElement;return i&&!o});g(this,"handleContextMenuShown",async()=>{this.editor.findCustom("toolbar-handler")&&this.editor.getCustom("toolbar-handler").hide();const e=await this.contextMenuCommandItems.getCommandItems();this.contextMenu.updateItems(e)});g(this,"handleContextMenuClick",(e,t)=>{if(this.contextMenuCommandItems.handleActionByExternal(t))return;const{id:r}=t;switch(r){case"copy":X4(this.editor);break;case"copy-markdown":YG(this.editor);break;case"cut":if(this.handleImageEmbedAction(r))break;JG(this.editor);break;case"paste":eX(this.editor);break;case"copy-image":case"copy-image-url":case"image-save-as":case"new-tab-open-image":this.handleImageEmbedAction(r);break;case"select-all":bm(this.editor,this.editor.rootContainer);break;case"select-block":$b(this.editor);break}});g(this,"handleContextMenuClose",()=>{this.editor.focus()});this.editor=e,this.contextMenu=new Aa([],void 0,{id:`right-context-menu-${e.clientId}`,classes:[I.getCurrentLang(),"editor-context-menu"]}),this.contextMenu.on("show",this.handleContextMenuShown),this.contextMenu.on("click",this.handleContextMenuClick),this.contextMenu.on("close",this.handleContextMenuClose),document.addEventListener("contextmenu",this.handleContextMenu),this.contextMenuCommandItems=new nX(e)}handleImageEmbedAction(e){const t=this.editor.selection.focusedBlock;if(pt(t)&&Wt(t)==="image"){const r=t,i=$t.getImageObject(this.editor,r),o=i.getSelectedIndex(),s=i.getImages();if(o!==-1){let a=r.querySelectorAll("img")[o].src;if(a){switch(a=this.editor.doc.buildResourceUrl(a),e){case"cut":Pp(this.editor,null),Fp(this.editor);break;case"copy-image":Pp(this.editor,null);break;case"copy-image-url":jf([{type:"text/plain",data:new Blob([a],{type:"text/plain"})}]);break;case"image-save-as":VG(a,s[o].src);break;case"new-tab-open-image":window.open(a);break}return!0}}}else switch(e){case"image-save-as":QG(this.editor,t);break}return!1}}const rX={contextMenu:{copyMarkdown:"\u590D\u5236\u4E3A Markdown",paste:"\u7C98\u8D34",copyImage:"\u590D\u5236\u56FE\u7247",copyImageUrl:"\u590D\u5236\u56FE\u7247\u5730\u5740",imageSaveAs:"\u4E0B\u8F7D\u4E3A\u56FE\u7247",newTabOpenImage:"\u65B0\u6807\u7B7E\u9875\u6253\u5F00\u56FE\u7247",selectBlock:"\u9009\u4E2D\u533A\u5757",selectAll:"\u9009\u4E2D\u5168\u6587",uneditableBlockSelected:"\u9009\u4E2D\u533A\u57DF\u5305\u542B\u9501\u5B9A\u533A\u5757\uFF0C\u6682\u4E0D\u652F\u6301\u526A\u5207"}},iX={contextMenu:{copyMarkdown:"Copy as Markdown",paste:"paste",copyImage:"Copy image",copyImageUrl:"Copy image address",imageSaveAs:"Save image as",newTabOpenImage:"Open image in a new tab",selectBlock:"Select the block",selectAll:"Select all",uneditableBlockSelected:"The selected area contains locked blocks, and cutting is not currently supported"}},oX={contextMenu:{copyMarkdown:"Markdown \u3068\u3057\u3066\u30B3\u30D4\u30FC",paste:"\u8CBC\u308A\u4ED8\u3051",copyImage:"\u753B\u50CF\u3092\u30B3\u30D4\u30FC",copyImageUrl:"\u753B\u50CF\u30A2\u30C9\u30EC\u30B9\u3092\u30B3\u30D4\u30FC",imageSaveAs:"\u540D\u524D\u3092\u4ED8\u3051\u3066\u753B\u50CF\u3092\u4FDD\u5B58",newTabOpenImage:"\u65B0\u3057\u3044\u30BF\u30D6\u3067\u753B\u50CF\u3092\u958B\u304F",selectBlock:"\u30D6\u30ED\u30C3\u30AF\u3092\u9078\u629E",selectAll:"\u30C6\u30AD\u30B9\u30C8\u3092\u5168\u9078\u629E",uneditableBlockSelected:"\u9078\u629E\u3057\u305F\u30A8\u30EA\u30A2\u306B\u30ED\u30C3\u30AF\u3055\u308C\u305F\u30D6\u30ED\u30C3\u30AF\u304C\u542B\u307E\u308C\u3066\u3044\u308B\u305F\u3081\u3001\u5207\u308A\u53D6\u308A\u304C\u3067\u304D\u307E\u305B\u3093"}};I.mergeLang({"zh-CN":rX,"en-US":iX,"ja-JP":oX});function Tx(n,e){return e.map(t=>{var o,s;const r=He(n,t),i=(o=r.getBlockProperties)==null?void 0:o.call(r,n,t);return pt(t)||Ne(n,t)?i!=null&&i.abstract?`[${i.abstract}]`:"":(s=i==null?void 0:i.abstract)!=null?s:""}).join(" ")}function Xp(n){const{editor:e,commentGroupId:t,abstract:r="text"}=n,i=re(),o=e.doc.getUser(),s=Date.now(),a=t!=null?t:i;return{id:i,groupId:a,userId:o.userId,displayName:o.displayName,avatarUrl:o.avatarUrl,abstract:r,created:s,modified:s}}function Y4(n,e,t){const r=t.id,o=n.getBlockData(e).comments;let s;o?s=[...o,r]:s=[r];const a={comments:s};n.updateBlockData(e,a)}function Rx(n,e,t){const r=Tx(n,[e]),i=Xp({editor:n,abstract:r});Y4(n,e,i);const o=os();return t.localCreateComment(i,o),i}const sX=_("standard-block-actions");class aX{constructor(e,t){g(this,"executeCommand",(e,t,r)=>{const i=r.data;try{this.editorComments.showCommentList();const o=e.getBlockById(i);Rx(e,o,this.provider)}catch(o){sX.error(`failed to execute block command: ${JSON.stringify(o)}`)}});this.provider=e,this.editorComments=t}commands(e,t){var o,s,a,c;const r=fe(t),i={id:"comment",name:I.t("comment.quickMenuCommand"),data:r,order:100,states:e.readonly?["disabled"]:[]};return{group:"block-comment-actions",commands:(c=(a=(s=(o=He(e,t)).getOptions)==null?void 0:s.call(o,e).blockMenu)==null?void 0:a.showComment)==null||c?[i]:[],executeCommand:this.executeCommand}}}class lX{async handleBeforePasteDoc(e,t){return Object.values(t.blocks).forEach(r=>{r.forEach(i=>{delete i.comments,i.text&&i.text.forEach(o=>{if(o.attributes){const s=o.attributes;Object.keys(s).forEach(a=>{a.startsWith("comment-")&&delete s[a]})}})})}),!1}}var Ct=(n=>(n.SwitchUp="switch-up",n.SwitchDown="switch-down",n.CommentItemReply="comment-item-reply",n.CommentItemMore="comment-item-more",n.CommentItemOk="comment-item-ok",n.CommentItemCancel="comment-item-cancel",n.CommentItemDelete="comment-item-delete",n.CommentItemEdit="comment-item-edit",n.QuickReply="quick-reply",n.QuickReplyOk="quick-reply-ok",n.QuickReplyCancel="quick-reply-cancel",n))(Ct||{});const Sx="group-item-action",J4="last-comment-item",cX="disabled",Z4=500;function ju(n){return n.id!==n.groupId}function Q4(n,e=".comment-item-root"){return n.querySelectorAll(e).length}function uX(n){const e=n.closest(".comment-item-root");return e?e.id:null}function ms(n,e){n.setAttribute(Sx,e)}function fX(n){return n.closest(`[${Sx}]`)}function dX(n){var e;return(e=n.getAttribute(Sx))!=null?e:""}function hX(n){return n.disabled||n.classList.contains(cX)}function eS(n,e){const t=n.rootContainer.querySelector(`[comment-${e.toLocaleLowerCase()}=${e}]`);if(!t)return null;const r=t.closest('[data-type="editor-block"]');return r?r.id:null}function tS(n){return Array.from(n.attributes).map(t=>t.name).filter(t=>t.startsWith("comment-")).map(t=>t.replace("comment-",""))}const nS=_("doc-comments");function rS(n,e,t,r){if(e.comments){const o=e.comments;Array.isArray(o)&&o.forEach(s=>{r.has(s)||(r.add(s),t.push(s))})}e.text&&e.text.forEach(s=>{if(s.attributes){const a="comment-";Object.entries(s.attributes).forEach(([c,f])=>{if(c.startsWith(a)){const h=f;r.has(h)||(r.add(h),t.push(h))}})}});const i=e.children;!i||i.forEach(o=>{n.blocks[o].forEach(a=>{rS(n,a,t,r)})})}function gX(n){const e=[],t=new Set;n.blocks.root.forEach(i=>{rS(n,i,e,t)});const r=new Map;return e.forEach((i,o)=>r.set(i,o)),r}function mX(n){const e=new Map;n.forEach(i=>{if(ju(i)){const o=e.get(i.groupId);o?o.push(i):e.set(i.groupId,[i])}});const t=[];return n.forEach(i=>{var o;if(!ju(i)){const s=(o=e.get(i.id))!=null?o:[];e.delete(i.id);const a={...i,children:s};t.push(a)}}),Array.from(e.values()).forEach(i=>{const o=i[0],s=i.slice(1),a={...o,children:s};t.push(a)}),t}function Ma(n,e){const t=n.doc.toJSON(),r=gX(t);return mX(e.getComments()).filter(s=>r.has(s.groupId)).sort((s,a)=>{const c=r.get(s.groupId),f=r.get(a.groupId);return p(nS,c!==void 0,`comment not exists in doc, ${s.groupId}`),p(nS,f!==void 0,`comment not exists in doc, ${a.groupId}`),c-f})}function iS(n){const{children:e,...t}=n,r=[t];return e.forEach(i=>{r.push(i)}),r}function pX(n,e){return Ma(n,e).length}function Lx(n,e){const t=[],r=n.getBlockById(e.blockId);if(le(n,r)){const o=e.blockId,s=e.offset,a=n.getBlockById(o),c=n.getBlockText(a),f=Jc(c,s);f&&Object.entries(f).forEach(([h,b])=>{h.startsWith("comment-")&&t.push(b)})}const i=r.attributes;for(let o=0;o<i.length;o++){const s=i[o];s.name.startsWith("comment-")&&t.push(s.value)}return t}function oS(n){const e=n.selection.range;if(!e.isSimple())return[];if(e.start.blockId!==e.end.blockId)return[];if(e.isCollapsed())return Lx(n,e.start);const{start:t,end:r}=e,i=Lx(n,t),o=Lx(n,r);return t1.default(i,o)}const bX=_("active-comments");function sS(n,e){n.rootContainer.querySelectorAll(`span.comment[comment-${e}],[data-type=editor-block].comment[comment-${e}]`).forEach(r=>{ae(r,"active")})}function aS(n,e,t){const r=n.rootContainer.querySelector("span.comment.active,[data-type=editor-block].comment.active");if(!e)r&&tS(r).forEach(o=>sS(n,o));else{const i=e.toLocaleLowerCase();if(r){const s=tS(r);if(s.length===1&&s[0]===i)return;s.forEach(a=>sS(n,a))}const o=n.rootContainer.querySelectorAll(`span.comment[comment-${i}],[data-type=editor-block].comment[comment-${i}]`);if(o.length){o.forEach(a=>{q(a,"active")});const s=o[0];if(Wo(s)){const a=ge(s,0,"normal");n.selection.setSelection(a,void 0,{noScroll:t==="next"})}else if(oS(n).indexOf(e)===-1){const c=Z(s);p(bX,c,"block not found");const f=fa(c,s),h=ge(c,f.start,"normal");n.selection.setSelection(h,void 0,{noScroll:t==="next"})}if(n.focus(),t==="next"){const a=s.getBoundingClientRect(),c=n.scrollContainer.clientHeight;a.top>c/2&&ul(s,{elementToScroll:n.scrollContainer,verticalOffset:-n.scrollContainer.clientHeight/2})}}}}const mfe="";_("comment-editor");const{t:CX}=I,Ix="comment-editor-readonly",bh="comment-editor-editing";class Dx{constructor(e,t,r){g(this,"root");g(this,"components");g(this,"handleEditorBlur",()=>{this.inactiveEditor()});g(this,"handleEditorFocus",()=>{this.editor.readonly||this.activeEditor()});g(this,"activeEditor",()=>{_e(this.root,bh)||q(this.root,bh)});g(this,"inactiveEditor",()=>{ae(this.root,bh)});g(this,"handleInsertImg",async()=>{const{editor:e}=this.components,t=ue(e.rootContainer),r=await jc("image/*",{container:this.root});if(!r){e.focus();return}const i={src:"",widthPercent:50},o={id:re(),type:"embed",embedType:"image",embedData:i},s=e.options.componentsOptions.image;s!=null&&s.defaultAlign&&(o.align=s.defaultAlign);const a=e.getFocusedBlock(),c=e.getBlockIndex(a),f=e.insertBlock(t,c+1,o);$t.getImageObject(e,f).replaceImage(0,r),e.focus()});g(this,"handleReadonlyChange",e=>{e.readonly?(ae(this.root,bh),q(this.root,Ix)):(q(this.root,bh),ae(this.root,Ix))});g(this,"setDoc",e=>{const{components:{editor:t}}=this;t.doc.externalDoc.setDoc(e)});g(this,"getDoc",()=>{const{components:{editor:e}}=this;return e.doc.toJSON()});g(this,"isEmpty",()=>db(this.getDoc()));g(this,"edit",()=>{const{editor:e}=this.components;e.readonly=!1,Fb(e),this.activeEditor(),e.focus()});g(this,"clear",()=>{const e=os();this.setDoc(e)});g(this,"readonly",()=>{const{editor:e}=this.components;e.readonly=!0});g(this,"destroy",()=>{const{root:e,components:{editor:t,insertImgButton:r}}=this;r.onclick=null,t.destroy(),e.remove()});this.mainEditor=e,this.commentsProvider=t,this.doc=r,this.root=w("div",["comment-editor",Ix],null),this.components=this.createEditor()}createEditor(){const e=w("div",["comment-editor-root"],this.root),{commentsProvider:t,mainEditor:r}=this,i=t.createCommentEditor(e,new Yb(this.doc));i.readonly=!0,i.addListener("readonlyChanged",this.handleReadonlyChange),i.addListener("focus",this.handleEditorFocus),i.addListener("blur",this.handleEditorBlur);const o=_l(this.root,"comment-editor-img",CX("comment.image"),AC,void 0,r.clientId);return o.classList.add("comment-editor-img"),o.onclick=this.handleInsertImg,{editor:i,insertImgButton:o}}get editor(){return this.components.editor}}class EX{constructor(e){g(this,"handleBeforeKeyDown",(e,t)=>{if(Qi(t,"Enter")){const{quickReply:r,updateLastCommentItem:i}=this.groupItem;return r.getReplyEditor().isEmpty()?(r.hideReplyEditor(),!0):(r.reply(),i(),!0)}return!1});this.groupItem=e}}class xX{constructor(e,t,r){g(this,"handleBeforeKeyDown",(e,t)=>{if(Qi(t,"Enter")){const{quickReply:r}=this.groupItem,{comment:i,getCommentEditor:o}=this.commentItem,s=o();if(s.isEmpty())this.commentsProvider.localDeleteComment(i.id);else{const a=s.getDoc();this.commentsProvider.localUpdateComment(i,a),s.readonly()}return r.show(),!0}return!1});this.commentsProvider=e,this.groupItem=t,this.commentItem=r}}const AX=`<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
760
+ `).map(h=>{const b={id:re(),type:"text"};if(hG(h)&&!i)return b.text=gG(h),b;const C=h?[ti(h,null)]:[];return b.text=C,b})},meta:{},comments:{}};o["text/plain"]=f}return o}}function pG(n){const e=[];for(let t=0;t<n.length;t++){const r=n[t];r.type.toLocaleLowerCase().startsWith("image/")&&e.push(r)}return e}class Ax{constructor(e){e.dataConverter.addConverter(new fG),e.dataConverter.addConverter(new mG),e.dataConverter.addConverter(new dG)}async handleBeforePaste(e,t,r,i){if(!t)return!1;const o=t.clipboardData;if(o){if(o.getData("text/html").indexOf("<ones-editor-doc")>0)return!1;const a=o.getData("text/plain"),c=pG(i);if(c.length>0&&!a&&!r["text/office-html"])return await this.handleInsertImages(e,c),!0}return!1}async handleInsertImages(e,t){const{start:r,end:i}=e.selection.range,o=e.selection.focusedBlock;let s=oe(o),c=Re(o);const f=Z(s);if(f&&we(f)==="code")return;if(r.blockId===i.blockId&&pt(o))c+=1;else{e.clearSelectedContents();const{blockId:b}=e.selection.range.start,C=e.getBlockById(b);c=Re(C),s=oe(C),yt(e,C)||(c+=1),Ze(s)&&c===0&&(c+=1)}const h=ue(s);for(let b=0;b<t.length;b++){const C=t[b],E=await N1(e,"image",h,c+b,{file:C});E&&Nw(e,E,"image",{id:"replace-image",name:"Replace image",data:{block:E,image:C}})}}}class bG extends Ut.TypedEmitter{constructor(e){super(),this.editor=e}onUpdateBlockText(e,t,r){const i=this.editor.getCustom("find-dialog");if(!i||!i.isVisible())return;const o=sa(Gr(this.editor,e),t);!le(this.editor,o)||!r.some(a=>a.insert||a.delete)||this.emit("onDocChanged",o)}onInsertBlock(e,t,r,i){const o=this.editor.getCustom("find-dialog");!o||!o.isVisible()||this.emit("onDocInserted")}onDeleteBlock(e,t,r){const i=sa(Gr(this.editor,e),t),o=this.editor.getCustom("find-dialog");!o||!o.isVisible()||this.emit("onDocDeleted",i)}}function I4(n){return vt.isSafari&&!!n&&Date.now()-n<100}const D4=_("highlight-data");class Vp{constructor(e){g(this,"data",new Map);this.editor=e}add(e,t,r){const i={id:re(),blockId:fe(e),oldText:this.editor.getBlockText(e),start:t,end:r};return this.data.set(i.id,i),i}get(e){const t=this.data.get(e);return p(D4,t,`no highligh data: ${e}`),t}remove(e){this.data.delete(e)}clearBlockData(e){Array.from(this.data.values()).forEach(t=>{t.blockId===e&&this.data.delete(t.id)})}destroy(){}static getData(e){return e.addCustom("highligh-data",()=>new Vp(e))}}function CG(n,e,t,r,i){const s=Vp.getData(n).add(e,t,r);return i.setAttribute("data-highlight-id",s.id),s}function jp(n,e){const t=e.getAttribute("data-highlight-id");return p(D4,t,"invalid highlight elem, no id"),Vp.getData(n).get(t)}const Fl=_("highligh-dom");function EG(n){return _e(n,"editor-highlight")}function gs(n){const e=n.rootContainer.querySelectorAll(".editor-highlight");return Array.from(e)}function xG(n,e){p(Fl,e,"invalid block");const t=e.querySelectorAll(".editor-highlight");return Array.from(t)}function AG(n){const e=n.rootContainer.querySelectorAll(".editor-replace-result-highlight");return Array.from(e)}function Hp(n){const e=n.querySelectorAll(".editor-highlight");return Array.from(e)}function yG(n){Hp(n).forEach(e=>{e.remove()})}function _4(n){return gs(n).length}function _a(n){const e=n.rootContainer.querySelectorAll(".editor-highlight");return Array.from(e).map(r=>{const i=_e(r,"editor-highlight-box")?"box":"text";return{ele:r,type:i}})}function wG(n,e){p(Fl,e>=0,`invalid highlight index: ${e}`);const t=gs(n);return t.length===0?null:(p(Fl,e<t.length,`invalid highlight index: ${e}/${t.length}`),t[e])}function kG(n,e,{left:t,top:r,width:i,height:o},s){const a=["editor-highlight-child"];s&&a.push("editor-highlight-readonly");const c=w("div",a,n);c.style.top=`${r}px`,c.style.left=`${t}px`,c.style.width=`${i}px`,c.style.height=`${o}px`}function M4(n,e,t,r,i){p(Fl,r>0,`invalid end: ${r}`);const o=At(e),s=e.getBoundingClientRect(),a=Yo(n,e,bt(n,e,t,r)),c=i==="find"?["editor-highlight"]:["editor-replace-result-highlight"],f=nd(e,r),{prev:h}=f;h||p(Fl,!1,"invalid offset, no prev child at offset"),Tr(h)&&c.push("editor-highlight-box");const b=w("div",c,o);a.forEach(C=>{kG(b,e,{left:C.left-s.left,width:C.width,top:C.top-s.top,height:C.height})}),CG(n,e,t,r,b)}function vG(n,e,t,r){return M4(n,e,t,r,"find")}function O4(n,e,t,r){return M4(n,e,t,r,"replace")}function zp(n,e){gs(n).forEach(s=>{_e(s,"active")&&ae(s,"active")}),q(e,"active"),p(Fl,e.firstChild instanceof HTMLElement,"invalid highligh dom, invalid elem child");const r=e.firstChild;let o=r.getBoundingClientRect().y;o===0&&(o=r.getBoundingClientRect().y),fd(n,r,{animation:!0})}function mh(n){const e=n.rootContainer.querySelector(".editor-highlight.active");return e||null}function U4(n){return p(Fl,n,"no highlight elem"),_e(n,"editor-highlight-readonly")}const Vu=_("highligh-text");function N4(n){AG(n).forEach(t=>{t.remove()})}function qp(n,e){gs(n).forEach(r=>{r.remove()}),e!=null&&e.keepReplaceResult||N4(n)}function P4(n,e,t){xG(n,e).forEach(i=>{i.remove()}),t!=null&&t.keepReplaceResult||N4(n)}function ph(n){const e=mh(n);if(!e)return-1;const r=gs(n).indexOf(e);return p(Vu,r!==-1,`invalid highlight index: ${r}`),r}function BG(n){const e=gs(n);if(e.length===0)return 0;const t=mh(n);let r=t?e.indexOf(t):-1;!t||r===-1||r===e.length-1?r=0:r+=1;const i=e[r];return zp(n,i),r}function TG(n){const e=gs(n);if(e.length===0)return 0;const t=mh(n);let r=t?e.indexOf(t):-1;!t||r===-1||r===0?r=e.length-1:r-=1;const i=e[r];return zp(n,i),r}function yx(n,e){const t=gs(n);t.length>0&&e<t.length&&zp(n,t[e])}function RG(n,e,t){const r=mh(n);if(!r)return!1;const i=Z(r);if(p(Vu,i,"no parent block"),!n.isBlockWritable(i))return!1;const o=_4(n);let s=ph(n);if(!U4(r)&&n.isBlockWritable(i)){const f=jp(n,r),h=n.getBlockText(i),{start:b,end:C}=jp(n,r),[E,y]=jn.transformOffset(f.oldText,h,[b,C]),T=Mk(h,E,y-E);if(Lt(T).toLowerCase()!==e.toLowerCase())return!1;const R=Qg(h,E,y,t);n.setBlockText(i,R),yG(i),wx(n,i,e),t&&O4(n,i,E,E+t.length)}const a=_4(n);s>=a?s=0:a>o&&(s+=1);const c=wG(n,s);return c&&zp(n,c),!0}function SG(n,e,t,r){if(!le(n,e)||!n.isBlockWritable(e))return 0;const i=n.getBlockText(e);p(Vu,i,"no block text");const o={count:0},s=IB(n,i,t,r,o);return Lt(i)===Lt(s)?0:(n.setBlockText(e,s),o.count)}function LG(n,e,t){if(p(Vu,EG(e),"not a highlight elem"),U4(e))return;p(Vu,t>0,"invalid highlight length");const r=jp(n,e),i=Z(e);p(Vu,i,"no parent block"),O4(n,i,r.start,r.start+t)}function IG(n,e){_a(n).forEach(r=>{r.type!=="box"&&LG(n,r.ele,e)})}function DG(n,e,t){if(n.readonly)return 0;const r=o=>{let s=0;return ft(o).forEach(c=>{Ne(n,c)?In(n,c).forEach(h=>{s+=r(h)}):s+=SG(n,c,e,t)}),s},i=r(n.rootContainer);return t.length>0&&IG(n,t.length),i}function _G(n){const e=n.selection.range.end,t=n.getBlockById(e.blockId),r=e.isSimple()?e.offset:1,i=Hp(t);for(let a=0;a<i.length;a++){const c=i[a],{end:f}=jp(n,c);if(f>=r)return c}const o=G1(n,{simpleBlockOnly:!0}),s=o.indexOf(t);if(s===-1)return null;for(let a=s+1;a<o.length;a++){const c=o[a],f=Hp(c);if(f.length>0)return f[0]}return null}function MG(n){const e=gs(n),t=_G(n);return t?e.indexOf(t):0}function wx(n,e,t){if(!!t&&le(n,e)){const r=n.getBlockText(e),i=Vb(n,r,t);i.length>0&&i.forEach(({start:o,end:s})=>{vG(n,e,o,s)})}}function F4(n,e){if(qp(n),!e)return;G1(n,{simpleBlockOnly:!0,visibleOnly:!0}).forEach(r=>{wx(n,r,e)})}class OG{constructor(e){g(this,"dialog",null);g(this,"root");g(this,"oldText","");g(this,"_compositionEndTime",0);g(this,"components");g(this,"handleFindChanged",()=>{this.doSearch({keepReplaceResult:!1,gotoFirstSearchResult:!0})});g(this,"handleCompositionEnd",()=>{this._compositionEndTime=Date.now(),this.handleFindChanged()});g(this,"handleDocChanged",e=>{setTimeout(()=>{if(Nf(e))return;P4(this.editor,e),wx(this.editor,e,this.components.findInput.value);const t=_a(this.editor),r=t.length;e.querySelectorAll(".editor-highlight").length===r&&yx(this.editor,0);const i=ph(this.editor);i!==-1&&this.updateSearchStatus(i,t)})});g(this,"handleDocInserted",()=>{const e=setTimeout(()=>{clearTimeout(e),qp(this.editor,{keepReplaceResult:!0}),F4(this.editor,this.components.findInput.value);const t=ph(this.editor);if(t!==-1){const r=_a(this.editor);this.updateSearchStatus(t,r),yx(this.editor,t)}})});g(this,"handleDocDeleted",e=>{const t=setTimeout(()=>{if(!Hp(e).length){clearTimeout(t);return}P4(this.editor,e);const i=ph(this.editor);if(i!==-1){const o=_a(this.editor);this.updateSearchStatus(i,o)}})});g(this,"handleInput",e=>{if(e.isComposing||I4(this._compositionEndTime)){this.doSearch.cancel();return}this.handleFindChanged()});g(this,"handleFind",()=>{this.findNext({keepSearchResult:!1})});g(this,"handleReplace",()=>{const e=this.components.findInput.value;if(!e||!mh(this.editor))return;const r=this.components.replaceInput.value;if(e===r)return;if(RG(this.editor,e,r)){const o=ph(this.editor),s=_a(this.editor);this.updateSearchStatus(o,s)}r.includes(e)&&this.findNext({keepSearchResult:!0})});g(this,"handleReplaceAll",()=>{const e=this.components.findInput.value;if(!e)return;const t=this.components.replaceInput.value;e!==t&&this.editor.undoManager.runInGroup(()=>{DG(this.editor,e,t)>0&&(this.oldText="",this.doSearchNow({keepReplaceResult:!0,gotoFirstSearchResult:!0}))})});g(this,"doSearch",Nt.default(this.doSearchNow,300));g(this,"handleDocumentKeyDown",e=>{_g(e)&&this.hide()});this.editor=e;const t=w("div",["editor-find-dialog"],null),r=w("div",["editor-find-content"],t),i=w("div",["editor-find-dialog-row"],r),o=zo(Om,["editor-find-dialog-button-close"],t),s=w("label",["editor-find-dialog-label"],i,I.t("find.findLabel"));s.htmlFor="";const a=w("div",["editor-find-dialog-input-container"],i),c=w("input",["editor-find-dialog-input"],a);c.type="text",c.placeholder=I.t("find.findPlaceholder");const f=w("div",["editor-find-dialog-status"],a),h=zo(n5,["editor-find-dialog-icon-button"],f),b=w("div",["editor-find-dialog-curr"],f,"0/0"),C=zo(r5,["editor-find-dialog-icon-button"],f);let E;I.t("find.moreButton")?E=w("button",["editor-find-dialog-button"],i,I.t("find.moreButton")):E=zo(Um,["editor-find-dialog-icon-button-border"],i);const y=w("div",["editor-find-dialog-row"],r),T=w("label",["editor-find-dialog-label"],y,I.t("find.replaceLabel"));T.htmlFor="";const R=w("div",["editor-find-dialog-input-container"],y),O=w("input",["editor-find-dialog-input"],R);O.type="text",O.placeholder=I.t("find.replacePlaceholder");const M=w("div",["editor-find-dialog-row","editor-find-dialog-action"],r);w("div",["editor-find-dialog-space"],M);const F=w("button",["editor-find-dialog-button"],M,I.t("find.findButton")),Q=w("button",["editor-find-dialog-button"],M,I.t("find.replaceButton")),H=w("button",["editor-find-dialog-button","editor-find-dialog-primary-button"],M,I.t("find.replaceAllButton"));E.onclick=()=>{this.showReplace()},o.onclick=()=>{this.hide()},c.onkeydown=de=>{if(de.isComposing||I4(this._compositionEndTime)){this.doSearch.cancel();return}Vy(de)?(this.doSearch.cancel(),this.doSearchNow({keepReplaceResult:!1,gotoFirstSearchResult:!0})):_g(de)&&this.hide()},c.oninput=this.handleInput,c.onpaste=this.handleFindChanged,c.oncut=this.handleFindChanged,c.addEventListener("compositionend",this.handleCompositionEnd),c.maxLength=50,F.onclick=this.handleFind,Q.onclick=this.handleReplace,H.onclick=this.handleReplaceAll,O.maxLength=50,C.onclick=()=>{this.gotoNext()},h.onclick=()=>{this.gotoPrev()},this.components={findInput:c,findPrev:h,findCurrent:b,findNext:C,replaceInput:O,findButton:F,replaceButton:Q,replaceAllButton:H,closeButton:o,showReplaceButton:E,rowReplace:y,rowActions:M,statusContainer:f},this.root=t;const Y=new bG(e);e.doc.registerCallback(Y),Y.addListener("onDocChanged",this.handleDocChanged),Y.addListener("onDocInserted",this.handleDocInserted),Y.addListener("onDocDeleted",this.handleDocDeleted)}findNext(e){this.doSearch.cancel(),this.doSearchNow({keepReplaceResult:e.keepSearchResult,gotoFirstSearchResult:!0})}doSearchNow(e){const t=this.components.findInput.value;if(t||this.clearFind(e),this.oldText===t){this.gotoNext();return}this.oldText=t,F4(this.editor,t);const r=_a(this.editor),i=MG(this.editor);e.gotoFirstSearchResult&&yx(this.editor,i),this.updateSearchStatus(i,r)}gotoNext(){const e=BG(this.editor),t=_a(this.editor);this.updateSearchStatus(e,t)}gotoPrev(){const e=TG(this.editor),t=_a(this.editor);this.updateSearchStatus(e,t)}updateSearchStatus(e,t){var s;this.oldText?this.components.statusContainer.style.display="flex":this.components.statusContainer.style.display="none";const r=t.length,i=t.filter(a=>a.type==="box").length,o=((s=t[e])==null?void 0:s.type)==="box";if(r-i<=0)r===0?(this.components.findCurrent.innerText="0 / 0",this.components.findButton.disabled=!0):(this.components.findCurrent.innerText=`${e+1} / ${r}`,this.components.findButton.disabled=!1),this.components.replaceAllButton.disabled=!0,this.components.replaceButton.disabled=!0;else{this.components.findCurrent.innerText=`${e+1} / ${r}`;const a=this.editor.readonly;this.components.replaceAllButton.disabled=a,this.components.replaceButton.disabled=a||o,this.components.findButton.disabled=!1}}clearFind(e){qp(this.editor),this.updateSearchStatus(0,[])}showFindOnly(){this.components.rowReplace.style.display="none",this.components.rowActions.style.display="none",this.components.showReplaceButton.style.display="flex"}showReplace(){this.components.rowReplace.style.display="flex",this.components.rowActions.style.display="flex",this.components.showReplaceButton.style.display="none",this.components.replaceInput.focus(),this.components.replaceInput.select()}hideSearchResult(){this.components.statusContainer.style.display="none"}showSearchResult(){this.components.statusContainer.style.display="flex"}show(e){document.addEventListener("keydown",this.handleDocumentKeyDown);const t=this.editor.getSelectedText();t.length>0&&t.length<50&&(this.components.findInput.value=t),this.root.style.display="flex",e!=null&&e.showFindAndReplace?(this.showReplace(),this.components.findInput.value&&setTimeout(()=>{this.components.replaceInput.focus()})):this.showFindOnly(),this.hideSearchResult(),this.oldText="",this.doSearchNow({keepReplaceResult:!1,gotoFirstSearchResult:!0});const r=this.editor.readonly,i=this.components.findInput.value;this.components.replaceButton.disabled=r||!i,this.components.replaceAllButton.disabled=r||!i,this.components.replaceInput.disabled=r,this.dialog||(this.dialog=new Nd(this.root,{disablePageScroll:!1}));const o=this.editor.options.componentsOptions.findDialog,s=(o==null?void 0:o.popoverTarget)||this.editor.rootContainer,a=()=>{var C,E,y,T;const c=o==null?void 0:o.getReferenceClientRect;if(c&&((E=(C=this.dialog)==null?void 0:C.tippyInstance)==null?void 0:E.popper))return c(s,(T=(y=this.dialog)==null?void 0:y.tippyInstance)==null?void 0:T.popper);const f=s.getBoundingClientRect(),h=f.top<0?12:f.top+12,b=f.right-this.root.clientWidth-12;return new DOMRect(b,h,0,0)};this.dialog.show(s,{getReferenceClientRect:a}),setTimeout(()=>{this.components.findInput.focus(),this.components.findInput.select()},300)}hide(){var e;(e=this.dialog)==null||e.close("cancelBar"),qp(this.editor),document.removeEventListener("keydown",this.handleDocumentKeyDown),this.editor.focus()}isVisible(){return this.dialog&&this.dialog.isVisible}research(){this.oldText="",this.doSearch({keepReplaceResult:!0,gotoFirstSearchResult:!1})}destroy(){var e;(e=this.dialog)==null||e.destroy()}}const UG={find:{findLabel:"\u67E5\u627E:",replaceLabel:"\u66FF\u6362:",findButton:"\u67E5\u627E",replaceButton:"\u66FF\u6362",replaceAllButton:"\u5168\u90E8\u66FF\u6362",moreButton:"",findPlaceholder:"\u5728\u6587\u6863\u5185\u67E5\u627E",replacePlaceholder:"\u66FF\u6362\u4E3A"}},NG={find:{findLabel:"Search:",replaceLabel:"Replace:",findButton:"Search",replaceButton:"Replace",replaceAllButton:"Replace all",moreButton:"",findPlaceholder:"Search text in document",replacePlaceholder:"Replace with"}},PG={find:{findLabel:"\u691C\u7D22\uFF1A",replaceLabel:"\u7F6E\u63DB\uFF1A",findButton:"\u691C\u7D22",replaceButton:"\u7F6E\u63DB",replaceAllButton:"\u3059\u3079\u3066\u3092\u7F6E\u63DB",moreButton:"",findPlaceholder:"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u691C\u7D22",replacePlaceholder:"\u306B\u7F6E\u63DB"}};I.mergeLang({"zh-CN":UG,"en-US":NG,"ja-JP":PG});function K4(n){const e=n.addCustom("find-dialog",()=>new OG(n));return Ni(n)||e.show(),!0}const $4={"CtrlOrCmd+F":K4},dfe="";function FG(n){K4(n)}const KG=_("context-menu-utils");async function $G(){try{const n=await navigator.clipboard.readText(),t=(await navigator.clipboard.read())[0].types;return!n.trim()&&t.length===1&&t.includes("text/plain")}catch(n){return KG.warn(`Failed to read clipboard data: ${n}`),!0}}function VG(n,e){const t=document.createElement("a");t.href=n,t.download=e,t.click()}function jG(n){return new Promise((e,t)=>{const r=new FileReader;r.onload=()=>{const i=r.result;e(i)},r.onerror=()=>{t(new Error("Failed to read Blob as string."))},r.readAsText(n)})}async function HG(){const e=(await navigator.clipboard.read())[0],t=e.types,r=new DataTransfer;for(let i=0;i<t.length;i++){const o=t[i],s=await e.getType(o),a=await jG(s);r.setData(o,a)}return r}function zG(n){const r=new DOMParser().parseFromString(n,"text/html").querySelector("svg");if(!r)return null;const i=r.getAttribute("viewBox");if(!i)return null;const o=i.split(" ");if(o.length===4){const s=o[2],a=o[3];return r.setAttribute("width",s),r.setAttribute("height",a),r.outerHTML}return null}function kx(n,e,t=!0,r){const i=new Image,o=document.createElement("canvas"),s=o.getContext("2d");if(!s){e(new Error("failed to get context"),null);return}i.onload=()=>{if(o.width=i.naturalWidth,o.height=i.naturalHeight,t&&(o.width===0||o.height===0)){const a=n.substring(26);if(a){const c=atob(a),f=zG(c);if(f){p1(f,"image/svg+xml").then(h=>{kx(h,e,!1,r)});return}}e(null,null);return}r&&(s.fillStyle=r,s.fillRect(0,0,o.width,o.height)),s.drawImage(i,0,0),o.toBlob(a=>{e(null,a)},"image/png")},i.src=n}function V4(n,e="#ffffff"){return new Promise((t,r)=>{kx(n,(i,o)=>{if(i){r(i);return}if(!o){r(new Error("Failed to get image blob"));return}t(o)},!0,e)})}async function j4(n){const e=await Vc(n);return new Promise((t,r)=>{kx(e,(i,o)=>{if(i){r(i);return}if(!o){r(new Error("Failed to get image blob"));return}t(o)})})}async function Wp(n,e="image",t="#ffffff"){const i=await(await fetch(n)).blob(),o=await zy(i),s=await V4(o,t),a=URL.createObjectURL(s);Hc(a,`${e}.png`),URL.revokeObjectURL(a)}const H4="Untitled";function z4(n){const e=Ft(n.rootContainer);return!e||!le(n,e)?H4:n.getBlockString(e)||H4}function qG(n){let e;return n.forEach((t,r)=>{r.toLocaleLowerCase()==="content-type"&&(e=t)}),e!=null?e:""}async function q4(n){try{const e=await fetch(n,{credentials:"same-origin"}),t=await e.blob(),r=qG(e.headers).toLocaleLowerCase();let i="";if(r){const s=r1.default[r].extensions;s&&s.length>0&&(i=s[0])}return new File([t],`${Date.now()}.${i}`,{type:r})}catch{return null}}const hfe="";class W4{constructor(e){g(this,"isShown",!1);g(this,"currentBlock",null);this.editor=e}render(e,t){if(this.isShown)return;this.isShown=!0,this.currentBlock=e,b1(e.id);const r=w("div",["iframe-embed-auth-error-tips"],document.body);r.innerHTML=I.t("authError.tips"),r.addEventListener("click",i=>{var s,a;const o=i.target;if(o instanceof HTMLSpanElement)switch(o.id){case"retry":(a=(s=this.editor.doc).triggerReAuth)==null||a.call(s);break;case"exit":t==null||t(),this.destroy();break}})}destroy(){this.currentBlock&&C1(this.currentBlock.id);const e=document.body.querySelector("div.iframe-embed-auth-error-tips");e==null||e.remove(),this.isShown=!1}}const WG={authError:{tips:'<div>\u670D\u52A1\u5DF2\u65AD\u5F00\uFF0C\u4E3A\u907F\u514D\u5185\u5BB9\u4E22\u5931\uFF0C\u6211\u4EEC\u6682\u65F6\u7981\u7528\u7F16\u8F91\u80FD\u529B\uFF0C\u4F60\u53EF\u4EE5<span id="exit">\u9000\u51FA\u7F16\u8F91</span></div>'}},GG={authError:{tips:`<div>You're offline. Editing is temporarily disabled to avoid the loss of content. <span id="exit">Exit editor</span></div>`}},XG={authError:{tips:'<div>\u30B5\u30FC\u30D3\u30B9\u306F\u5207\u65AD\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u30C7\u30FC\u30BF\u640D\u5931\u3092\u56DE\u907F\u3059\u308B\u305F\u3081\u306B\u3001\u4E00\u6642\u7684\u306B\u7DE8\u96C6\u6A5F\u80FD\u304C\u7121\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u3059\u3002<span id="exit">\u7DE8\u96C6\u3092\u7D42\u4E86</span> \u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002</div>'}};I.mergeLang({"zh-CN":WG,"en-US":GG,"ja-JP":XG});const Gp="doc-re-auth-event";class vx extends Ut.TypedEmitter{constructor(t){super();g(this,"authErrorCallback");g(this,"authRecoverCallback");g(this,"destroy",()=>{this.authErrorCallback=void 0,this.authRecoverCallback=void 0,this.editor.doc.externalDoc.unregisterCallback(this)});g(this,"onError",t=>{t.code===Md.err&&this.authErrorCallback&&this.authErrorCallback()});g(this,"onAuthRecover",()=>{this.authRecoverCallback&&this.authRecoverCallback()});this.editor=t,this.editor.doc.externalDoc.registerCallback(this)}addAuthListen(t,r){t==="authError"?this.authErrorCallback=r:this.authRecoverCallback=r}removeListeners(){this.authErrorCallback=void 0,this.authRecoverCallback=void 0}}const G4=_("context-menu-actions");async function X4(n){n.inputHandlers.onCopyWithoutEvent()}async function YG(n){n.selection.range.isCollapsed()||Gb(n)}async function JG(n){X4(n),dm(n)}function ZG(n,e){p(G4,e,"block can not be null"),p(G4,pt(e),"block should be embed type");const t=[],r=n.getBlockData(e),i=r.embedType,o=n.editorEmbeds.getEmbedClass(i);if(o.getResources)o.getResources(n,r).forEach(s=>{t.push(s)});else{const a=r.embedData.src;a&&typeof a=="string"&&t.push(a)}return t}async function QG(n,e){const t=ZG(n,e);if(t&&t.length){const r=t[0],i=n.doc.buildResourceUrl(r);Wp(i)}}function eX(n){HG().then(e=>{const t=new ClipboardEvent("paste",{clipboardData:e,bubbles:!0});n.input.inputElement.dispatchEvent(t)})}const tX=_("context-menu");class nX{constructor(e){g(this,"t",I.t);g(this,"clipboardPermission",{read:"prompt",write:"granted"});g(this,"isSecureContext",window.isSecureContext);g(this,"externalActionHandleMap",new Map);g(this,"handleActionByExternal",e=>{const{data:t}=e;if(t&&t.externalType){const r=t.externalType,i=this.externalActionHandleMap.get(r);if(i)return i(this.editor,this.editor.selection.focusedBlock,e)}return!1});g(this,"getPasteCommandItem",async()=>{const e=this.hasClipboardReadPermission;let t;Uf()||al()?t=!0:t=e?await $G():!1;const r=this.isSecureContext&&this.clipboardPermission.read!=="denied"&&!t,i=this.t("contextMenu.paste"),o=gn("CtrlOrCmd+V");let s=this.isSecureContext?"":this.secureEnvTips(o,i);return!s&&(!e||t)&&(s=this.t("copyCutProperty.limitedEnvTips",{shortCut:o})),{id:"paste",name:i,subText:o,states:r?[]:["disabled"],disableReason:s}});g(this,"getCommandItems",async()=>{const e=await this.getPasteCommandItem(),t=this.editor.readonly?[]:[this.cutCommandItem,e],r=[...this.copyTypeCommandItems,...t];return this.getExternalContextMenuOptions(r),r.push(this.stepItem,...this.selectionCommandItems),r});g(this,"getExternalContextMenuOptions",e=>{const t=this.editor.selection.focusedBlock,r=He(this.editor,t);if(r&&r.getBlockProperties){const i=r.getBlockProperties(this.editor,t);if(i){const{blockCommands:o}=i;if(o&&o["context-menu"]){const{commands:s,executeCommand:a,group:c}=o["context-menu"];if(s.length){const f=s.map(h=>({...h,data:{...h.data||{},externalType:c}}));e.push(this.stepItem,...f)}this.externalActionHandleMap.set(c,a)}}}});g(this,"isFocusImageBlock",()=>{const e=this.editor.selection,t=e.focusedBlock;return pt(t)&&Wt(t)==="image"&&e.range.getSelectedBlocks().length===1});g(this,"isFocusImageTypeEmbed",()=>{const t=this.editor.selection.focusedBlock,r=["mermaid","flowchart","drawio","plantuml"];return pt(t)&&r.includes(Wt(t))});this.editor=e,this.clipboardSupport()}get hasClipboardReadPermission(){return this.clipboardPermission.read==="granted"}get hasClipboardWritePermission(){return this.clipboardPermission.write==="granted"}clipboardSupport(){if(!navigator.clipboard){this.clipboardPermission={write:"denied",read:"denied"};return}if(!navigator.permissions){this.clipboardPermission={write:"granted",read:"denied"};return}try{const e=navigator.permissions.query({name:"clipboard-read"}),t=navigator.permissions.query({name:"clipboard-write"});Promise.all([e,t]).then(r=>{const i=r[0],o=r[1];this.clipboardPermission={read:i.state,write:o.state},i.state!=="granted"&&(i.onchange=s=>{this.clipboardPermission.read=s.target.state}),o.state!=="granted"&&(i.onchange=s=>{this.clipboardPermission.write=s.target.state})}).catch(r=>{this.clipboardPermission.read="denied",tX.log(r)})}catch{this.clipboardPermission={write:"granted",read:"denied"}}}get isRangeCollapsed(){return this.editor.selection.range.isCollapsed()}get imageTypeCommandItems(){const e=this.isSecureContext&&this.hasClipboardWritePermission;return[{id:"copy-image",name:this.t("contextMenu.copyImage"),subText:gn("CtrlOrCmd+C"),states:e?[]:["disabled"],disableReason:this.isSecureContext&&this.hasClipboardWritePermission?"":this.secureEnvTips(this.t("contextMenu.copyImage"),gn("CtrlOrCmd+C"))},{id:"copy-image-url",name:this.t("contextMenu.copyImageUrl"),states:e?[]:["disabled"]},{id:"image-save-as",name:this.t("common.downloadAsImage")},{id:"new-tab-open-image",name:this.t("contextMenu.newTabOpenImage")}]}get copyTypeCommandItems(){const e=this.isSecureContext&&!this.isRangeCollapsed;if(this.isFocusImageBlock())return this.imageTypeCommandItems;const t=this.t("copyCutProperty.copy"),r=gn("CtrlOrCmd+C"),i=[{id:"copy",name:t,subText:r,states:e?[]:["disabled"],disableReason:this.isSecureContext&&this.hasClipboardWritePermission?"":this.secureEnvTips(r,t)}],o=this.t("contextMenu.copyMarkdown"),s=gn("CtrlOrCmd+Shift+C");return i.push({id:"copy-markdown",name:o,subText:s,states:e?[]:["disabled"],disableReason:this.isSecureContext&&this.hasClipboardWritePermission?"":this.secureEnvTips(s,o)}),this.isFocusImageTypeEmbed()&&i.push({id:"image-save-as",name:this.t("common.downloadAsImage")}),i}get cutCommandItem(){let e=this.isSecureContext&&!this.isRangeCollapsed;const r=this.editor.selection.range.getSelectedBlocks().some(a=>!this.editor.isBlockWritable(a.block));r&&(e=!1);const i=this.t("copyCutProperty.cut"),o=gn("CtrlOrCmd+X");let s="";return e||(!this.isSecureContext||!this.hasClipboardWritePermission?s=this.secureEnvTips(o,i):r&&(s=this.t("contextMenu.uneditableBlockSelected"))),{id:"cut",name:this.t("copyCutProperty.cut"),subText:gn("CtrlOrCmd+X"),states:e?[]:["disabled"],disableReason:s}}get stepItem(){return{id:"step",name:"",type:"separator"}}get selectionCommandItems(){let e=!1;const t=this.editor.selection;t.range.isCollapsed()&&(e=!0),t.range.start.isSimple()&&t.range.end.isSimple()&&(e=t.range.start.offset>0&&t.range.getSelectedBlocks().length===1);const r=[{id:"select-block",name:this.t("contextMenu.selectBlock"),states:e?[]:["disabled"]}];return r.push({id:"select-all",name:this.t("contextMenu.selectAll")}),r}destroy(){this.externalActionHandleMap.clear()}secureEnvTips(e,t){return this.t("copyCutProperty.unsafeEnvTips",{shortCut:e,operation:t})}}const gfe="";class Bx{constructor(e){g(this,"contextMenu");g(this,"contextMenuCommandItems");g(this,"destroy",()=>{this.contextMenuCommandItems.destroy(),this.contextMenu.off("show",this.handleContextMenuShown),this.contextMenu.off("click",this.handleContextMenuClick),this.contextMenu.off("close",this.handleContextMenuClose),document.removeEventListener("contextmenu",this.handleContextMenu)});g(this,"updateEditorCaret",e=>{const{x:t,y:r,target:i}=e,o=q1(this.editor,t,r);if(!o)return;const s=this.editor.getBlockById(o.focus.blockId),a=this.editor.selection.range;let c=!1;i instanceof HTMLImageElement&&we(s)==="embed"&&Wt(s)==="image"?c=!1:a.isSimple()?c=a.getSelectedBlocks().some(f=>Ne(this.editor,f.block)?f.block.contains(s):f.block.id===(o==null?void 0:o.focus.blockId)&&f.start.offset<=o.focus.offset&&f.end.offset>=o.focus.offset):c=a.getSelectedContainers().some(h=>h.contains(s)),c||this.editor.selectionHandler.handleMouseDown(e,{autoScroll:!1})});g(this,"handleContextMenu",e=>{if(vt.isMobile||!this.editor.findCustom("editor-context-menu"))return;const r=e.target;if(this.editor.findCustom("toolbar-handler")&&this.editor.getCustom("toolbar-handler").isInToolbar(e)){e.preventDefault();return}if(this.editor.findCustom("block-menu")){const o=this.editor.getCustom("block-menu");if(o.rootButton.blockMenu.isInMenu(r)||o.rootButton.emptyBlockMenu.isInMenu(r)){e.preventDefault();return}}if(this.isInEditor(e)){e.preventDefault(),this.updateEditorCaret(e),this.contextMenu.manualShow(document.body,{theme:"light",point:{x:e.clientX,y:e.clientY}});return}this.isInMenu(e)&&e.preventDefault()});g(this,"isInMenu",e=>this.contextMenu.isInCommandBar(e.target));g(this,"isInEditor",e=>{const t=e.target;if(!t)return!1;let r=t.closest("div.editor-root"),i=this.editor.rootElement===r;if(!i&&t.classList.contains("editor-disable-scroll")){const s=Pt(e.x,e.y);r=(s==null?void 0:s.closest("div.editor-root"))||null,i=this.editor.rootElement===r}const o=e.target instanceof HTMLInputElement||e.target instanceof HTMLTextAreaElement;return i&&!o});g(this,"handleContextMenuShown",async()=>{this.editor.findCustom("toolbar-handler")&&this.editor.getCustom("toolbar-handler").hide();const e=await this.contextMenuCommandItems.getCommandItems();this.contextMenu.updateItems(e)});g(this,"handleContextMenuClick",(e,t)=>{if(this.contextMenuCommandItems.handleActionByExternal(t))return;const{id:r}=t;switch(r){case"copy":X4(this.editor);break;case"copy-markdown":YG(this.editor);break;case"cut":if(this.handleImageEmbedAction(r))break;JG(this.editor);break;case"paste":eX(this.editor);break;case"copy-image":case"copy-image-url":case"image-save-as":case"new-tab-open-image":this.handleImageEmbedAction(r);break;case"select-all":bm(this.editor,this.editor.rootContainer);break;case"select-block":$b(this.editor);break}});g(this,"handleContextMenuClose",()=>{this.editor.focus()});this.editor=e,this.contextMenu=new Aa([],void 0,{id:`right-context-menu-${e.clientId}`,classes:[I.getCurrentLang(),"editor-context-menu"]}),this.contextMenu.on("show",this.handleContextMenuShown),this.contextMenu.on("click",this.handleContextMenuClick),this.contextMenu.on("close",this.handleContextMenuClose),document.addEventListener("contextmenu",this.handleContextMenu),this.contextMenuCommandItems=new nX(e)}handleImageEmbedAction(e){const t=this.editor.selection.focusedBlock;if(pt(t)&&Wt(t)==="image"){const r=t,i=$t.getImageObject(this.editor,r),o=i.getSelectedIndex(),s=i.getImages();if(o!==-1){let a=r.querySelectorAll("img")[o].src;if(a){switch(a=this.editor.doc.buildResourceUrl(a),e){case"cut":Pp(this.editor,null),Fp(this.editor);break;case"copy-image":Pp(this.editor,null);break;case"copy-image-url":jf([{type:"text/plain",data:new Blob([a],{type:"text/plain"})}]);break;case"image-save-as":VG(a,s[o].src);break;case"new-tab-open-image":window.open(a);break}return!0}}}else switch(e){case"image-save-as":QG(this.editor,t);break}return!1}}const rX={contextMenu:{copyMarkdown:"\u590D\u5236\u4E3A Markdown",paste:"\u7C98\u8D34",copyImage:"\u590D\u5236\u56FE\u7247",copyImageUrl:"\u590D\u5236\u56FE\u7247\u5730\u5740",newTabOpenImage:"\u65B0\u6807\u7B7E\u9875\u6253\u5F00\u56FE\u7247",selectBlock:"\u9009\u4E2D\u533A\u5757",selectAll:"\u9009\u4E2D\u5168\u6587",uneditableBlockSelected:"\u9009\u4E2D\u533A\u57DF\u5305\u542B\u9501\u5B9A\u533A\u5757\uFF0C\u6682\u4E0D\u652F\u6301\u526A\u5207"}},iX={contextMenu:{copyMarkdown:"Copy as Markdown",paste:"paste",copyImage:"Copy image",copyImageUrl:"Copy image address",newTabOpenImage:"Open image in a new tab",selectBlock:"Select the block",selectAll:"Select all",uneditableBlockSelected:"The selected area contains locked blocks, and cutting is not currently supported"}},oX={contextMenu:{copyMarkdown:"Markdown \u3068\u3057\u3066\u30B3\u30D4\u30FC",paste:"\u8CBC\u308A\u4ED8\u3051",copyImage:"\u753B\u50CF\u3092\u30B3\u30D4\u30FC",copyImageUrl:"\u753B\u50CF\u30A2\u30C9\u30EC\u30B9\u3092\u30B3\u30D4\u30FC",newTabOpenImage:"\u65B0\u3057\u3044\u30BF\u30D6\u3067\u753B\u50CF\u3092\u958B\u304F",selectBlock:"\u30D6\u30ED\u30C3\u30AF\u3092\u9078\u629E",selectAll:"\u30C6\u30AD\u30B9\u30C8\u3092\u5168\u9078\u629E",uneditableBlockSelected:"\u9078\u629E\u3057\u305F\u30A8\u30EA\u30A2\u306B\u30ED\u30C3\u30AF\u3055\u308C\u305F\u30D6\u30ED\u30C3\u30AF\u304C\u542B\u307E\u308C\u3066\u3044\u308B\u305F\u3081\u3001\u5207\u308A\u53D6\u308A\u304C\u3067\u304D\u307E\u305B\u3093"}};I.mergeLang({"zh-CN":rX,"en-US":iX,"ja-JP":oX});function Tx(n,e){return e.map(t=>{var o,s;const r=He(n,t),i=(o=r.getBlockProperties)==null?void 0:o.call(r,n,t);return pt(t)||Ne(n,t)?i!=null&&i.abstract?`[${i.abstract}]`:"":(s=i==null?void 0:i.abstract)!=null?s:""}).join(" ")}function Xp(n){const{editor:e,commentGroupId:t,abstract:r="text"}=n,i=re(),o=e.doc.getUser(),s=Date.now(),a=t!=null?t:i;return{id:i,groupId:a,userId:o.userId,displayName:o.displayName,avatarUrl:o.avatarUrl,abstract:r,created:s,modified:s}}function Y4(n,e,t){const r=t.id,o=n.getBlockData(e).comments;let s;o?s=[...o,r]:s=[r];const a={comments:s};n.updateBlockData(e,a)}function Rx(n,e,t){const r=Tx(n,[e]),i=Xp({editor:n,abstract:r});Y4(n,e,i);const o=os();return t.localCreateComment(i,o),i}const sX=_("standard-block-actions");class aX{constructor(e,t){g(this,"executeCommand",(e,t,r)=>{const i=r.data;try{this.editorComments.showCommentList();const o=e.getBlockById(i);Rx(e,o,this.provider)}catch(o){sX.error(`failed to execute block command: ${JSON.stringify(o)}`)}});this.provider=e,this.editorComments=t}commands(e,t){var o,s,a,c;const r=fe(t),i={id:"comment",name:I.t("comment.quickMenuCommand"),data:r,order:100,states:e.readonly?["disabled"]:[]};return{group:"block-comment-actions",commands:(c=(a=(s=(o=He(e,t)).getOptions)==null?void 0:s.call(o,e).blockMenu)==null?void 0:a.showComment)==null||c?[i]:[],executeCommand:this.executeCommand}}}class lX{async handleBeforePasteDoc(e,t){return Object.values(t.blocks).forEach(r=>{r.forEach(i=>{delete i.comments,i.text&&i.text.forEach(o=>{if(o.attributes){const s=o.attributes;Object.keys(s).forEach(a=>{a.startsWith("comment-")&&delete s[a]})}})})}),!1}}var Ct=(n=>(n.SwitchUp="switch-up",n.SwitchDown="switch-down",n.CommentItemReply="comment-item-reply",n.CommentItemMore="comment-item-more",n.CommentItemOk="comment-item-ok",n.CommentItemCancel="comment-item-cancel",n.CommentItemDelete="comment-item-delete",n.CommentItemEdit="comment-item-edit",n.QuickReply="quick-reply",n.QuickReplyOk="quick-reply-ok",n.QuickReplyCancel="quick-reply-cancel",n))(Ct||{});const Sx="group-item-action",J4="last-comment-item",cX="disabled",Z4=500;function ju(n){return n.id!==n.groupId}function Q4(n,e=".comment-item-root"){return n.querySelectorAll(e).length}function uX(n){const e=n.closest(".comment-item-root");return e?e.id:null}function ms(n,e){n.setAttribute(Sx,e)}function fX(n){return n.closest(`[${Sx}]`)}function dX(n){var e;return(e=n.getAttribute(Sx))!=null?e:""}function hX(n){return n.disabled||n.classList.contains(cX)}function eS(n,e){const t=n.rootContainer.querySelector(`[comment-${e.toLocaleLowerCase()}=${e}]`);if(!t)return null;const r=t.closest('[data-type="editor-block"]');return r?r.id:null}function tS(n){return Array.from(n.attributes).map(t=>t.name).filter(t=>t.startsWith("comment-")).map(t=>t.replace("comment-",""))}const nS=_("doc-comments");function rS(n,e,t,r){if(e.comments){const o=e.comments;Array.isArray(o)&&o.forEach(s=>{r.has(s)||(r.add(s),t.push(s))})}e.text&&e.text.forEach(s=>{if(s.attributes){const a="comment-";Object.entries(s.attributes).forEach(([c,f])=>{if(c.startsWith(a)){const h=f;r.has(h)||(r.add(h),t.push(h))}})}});const i=e.children;!i||i.forEach(o=>{n.blocks[o].forEach(a=>{rS(n,a,t,r)})})}function gX(n){const e=[],t=new Set;n.blocks.root.forEach(i=>{rS(n,i,e,t)});const r=new Map;return e.forEach((i,o)=>r.set(i,o)),r}function mX(n){const e=new Map;n.forEach(i=>{if(ju(i)){const o=e.get(i.groupId);o?o.push(i):e.set(i.groupId,[i])}});const t=[];return n.forEach(i=>{var o;if(!ju(i)){const s=(o=e.get(i.id))!=null?o:[];e.delete(i.id);const a={...i,children:s};t.push(a)}}),Array.from(e.values()).forEach(i=>{const o=i[0],s=i.slice(1),a={...o,children:s};t.push(a)}),t}function Ma(n,e){const t=n.doc.toJSON(),r=gX(t);return mX(e.getComments()).filter(s=>r.has(s.groupId)).sort((s,a)=>{const c=r.get(s.groupId),f=r.get(a.groupId);return p(nS,c!==void 0,`comment not exists in doc, ${s.groupId}`),p(nS,f!==void 0,`comment not exists in doc, ${a.groupId}`),c-f})}function iS(n){const{children:e,...t}=n,r=[t];return e.forEach(i=>{r.push(i)}),r}function pX(n,e){return Ma(n,e).length}function Lx(n,e){const t=[],r=n.getBlockById(e.blockId);if(le(n,r)){const o=e.blockId,s=e.offset,a=n.getBlockById(o),c=n.getBlockText(a),f=Jc(c,s);f&&Object.entries(f).forEach(([h,b])=>{h.startsWith("comment-")&&t.push(b)})}const i=r.attributes;for(let o=0;o<i.length;o++){const s=i[o];s.name.startsWith("comment-")&&t.push(s.value)}return t}function oS(n){const e=n.selection.range;if(!e.isSimple())return[];if(e.start.blockId!==e.end.blockId)return[];if(e.isCollapsed())return Lx(n,e.start);const{start:t,end:r}=e,i=Lx(n,t),o=Lx(n,r);return t1.default(i,o)}const bX=_("active-comments");function sS(n,e){n.rootContainer.querySelectorAll(`span.comment[comment-${e}],[data-type=editor-block].comment[comment-${e}]`).forEach(r=>{ae(r,"active")})}function aS(n,e,t){const r=n.rootContainer.querySelector("span.comment.active,[data-type=editor-block].comment.active");if(!e)r&&tS(r).forEach(o=>sS(n,o));else{const i=e.toLocaleLowerCase();if(r){const s=tS(r);if(s.length===1&&s[0]===i)return;s.forEach(a=>sS(n,a))}const o=n.rootContainer.querySelectorAll(`span.comment[comment-${i}],[data-type=editor-block].comment[comment-${i}]`);if(o.length){o.forEach(a=>{q(a,"active")});const s=o[0];if(Wo(s)){const a=ge(s,0,"normal");n.selection.setSelection(a,void 0,{noScroll:t==="next"})}else if(oS(n).indexOf(e)===-1){const c=Z(s);p(bX,c,"block not found");const f=fa(c,s),h=ge(c,f.start,"normal");n.selection.setSelection(h,void 0,{noScroll:t==="next"})}if(n.focus(),t==="next"){const a=s.getBoundingClientRect(),c=n.scrollContainer.clientHeight;a.top>c/2&&ul(s,{elementToScroll:n.scrollContainer,verticalOffset:-n.scrollContainer.clientHeight/2})}}}}const mfe="";_("comment-editor");const{t:CX}=I,Ix="comment-editor-readonly",bh="comment-editor-editing";class Dx{constructor(e,t,r){g(this,"root");g(this,"components");g(this,"handleEditorBlur",()=>{this.inactiveEditor()});g(this,"handleEditorFocus",()=>{this.editor.readonly||this.activeEditor()});g(this,"activeEditor",()=>{_e(this.root,bh)||q(this.root,bh)});g(this,"inactiveEditor",()=>{ae(this.root,bh)});g(this,"handleInsertImg",async()=>{const{editor:e}=this.components,t=ue(e.rootContainer),r=await jc("image/*",{container:this.root});if(!r){e.focus();return}const i={src:"",widthPercent:50},o={id:re(),type:"embed",embedType:"image",embedData:i},s=e.options.componentsOptions.image;s!=null&&s.defaultAlign&&(o.align=s.defaultAlign);const a=e.getFocusedBlock(),c=e.getBlockIndex(a),f=e.insertBlock(t,c+1,o);$t.getImageObject(e,f).replaceImage(0,r),e.focus()});g(this,"handleReadonlyChange",e=>{e.readonly?(ae(this.root,bh),q(this.root,Ix)):(q(this.root,bh),ae(this.root,Ix))});g(this,"setDoc",e=>{const{components:{editor:t}}=this;t.doc.externalDoc.setDoc(e)});g(this,"getDoc",()=>{const{components:{editor:e}}=this;return e.doc.toJSON()});g(this,"isEmpty",()=>db(this.getDoc()));g(this,"edit",()=>{const{editor:e}=this.components;e.readonly=!1,Fb(e),this.activeEditor(),e.focus()});g(this,"clear",()=>{const e=os();this.setDoc(e)});g(this,"readonly",()=>{const{editor:e}=this.components;e.readonly=!0});g(this,"destroy",()=>{const{root:e,components:{editor:t,insertImgButton:r}}=this;r.onclick=null,t.destroy(),e.remove()});this.mainEditor=e,this.commentsProvider=t,this.doc=r,this.root=w("div",["comment-editor",Ix],null),this.components=this.createEditor()}createEditor(){const e=w("div",["comment-editor-root"],this.root),{commentsProvider:t,mainEditor:r}=this,i=t.createCommentEditor(e,new Yb(this.doc));i.readonly=!0,i.addListener("readonlyChanged",this.handleReadonlyChange),i.addListener("focus",this.handleEditorFocus),i.addListener("blur",this.handleEditorBlur);const o=_l(this.root,"comment-editor-img",CX("comment.image"),AC,void 0,r.clientId);return o.classList.add("comment-editor-img"),o.onclick=this.handleInsertImg,{editor:i,insertImgButton:o}}get editor(){return this.components.editor}}class EX{constructor(e){g(this,"handleBeforeKeyDown",(e,t)=>{if(Qi(t,"Enter")){const{quickReply:r,updateLastCommentItem:i}=this.groupItem;return r.getReplyEditor().isEmpty()?(r.hideReplyEditor(),!0):(r.reply(),i(),!0)}return!1});this.groupItem=e}}class xX{constructor(e,t,r){g(this,"handleBeforeKeyDown",(e,t)=>{if(Qi(t,"Enter")){const{quickReply:r}=this.groupItem,{comment:i,getCommentEditor:o}=this.commentItem,s=o();if(s.isEmpty())this.commentsProvider.localDeleteComment(i.id);else{const a=s.getDoc();this.commentsProvider.localUpdateComment(i,a),s.readonly()}return r.show(),!0}return!1});this.commentsProvider=e,this.groupItem=t,this.commentItem=r}}const AX=`<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
761
761
  <path fill-rule="evenodd" clip-rule="evenodd" d="M3.65499 6.6665C3.09433 6.6665 2.66699 7.1275 2.66699 7.67617C2.66699 8.2255 3.02633 8.64284 3.65499 8.6645C4.23833 8.6645 4.66399 8.26917 4.66399 7.67617C4.66399 7.1275 4.23899 6.6665 3.65499 6.6665ZM12.9883 6.6665C12.4277 6.6665 12.0003 7.1275 12.0003 7.67617C12.0003 8.2255 12.3597 8.64284 12.9883 8.6645C13.5717 8.6645 13.9973 8.26917 13.9973 7.67617C13.9973 7.1275 13.5723 6.6665 12.9883 6.6665ZM8.32166 6.6665C7.76099 6.6665 7.33399 7.1275 7.33399 7.67617C7.33399 8.2255 7.69299 8.64284 8.32166 8.6645C8.90499 8.6645 9.33066 8.26917 9.33066 7.67617C9.33066 7.1275 8.90566 6.6665 8.32166 6.6665Z" fill="currentColor"></path>
762
762
  </svg>`,yX=`<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
763
763
  <path d="M2 4V11C2 11.5523 2.44772 12 3 12H10L12.5528 13.2764C13.2177 13.6088 14 13.1253 14 12.382V4C14 3.44772 13.5523 3 13 3H3C2.44772 3 2 3.44772 2 4Z" stroke="currentColor"/>
@@ -993,10 +993,10 @@ Click to delete it.`,insertColumn:"Insert a column",selectColumn:"Select columns
993
993
  <add as="fillColor" value="#ffffff"/>
994
994
  </add>
995
995
  </mxStylesheet>
996
- `,AL=0,$Q=30*1e3,yL="editor-empty-drawio",wL="show-full-screen-iframe",Cn=_("embed-block-drawio");function Yu(n){return n.options.componentsOptions.drawIO||{}}function VQ(n){const t=Yu(n).lang;return t?OQ[t]:""}function jQ(n){var i;const t=((i=(Yu(n)||{}).cdn)==null?void 0:i.drawioIframe)||UQ,r=VQ(n);return g1(t,{spin:1,proto:"json",configure:1,lang:r})}function HQ(n){const e=()=>{p(Cn,n,"el does not exist");const r=document.body.clientWidth||document.documentElement.clientWidth,i=document.body.clientHeight||document.documentElement.clientHeight;n.setAttribute("width",`${r-2*AL}`),n.setAttribute("height",`${i-2*AL}`)},t=()=>{window.removeEventListener("resize",e)};return e(),window.addEventListener("resize",e),{disconnect:t}}async function zQ(n,e){const r=(Yu(n)||{}).callbacks||{},i=n.getCustom(Gp),o=new W4(n),{onCreateDrawIoFrame:s,onCloseDrawIoFrame:a}=r;let c=null,f;if(s)c=await s(n),p(Cn,c,"iframe create failed"),f=()=>{p(Cn,c,"iframe does not exist"),p(Cn,a,"missing parameters: onCloseDrawIoFrame"),i.removeListeners(),a(n,c)};else{const h=w("div",["editor-drawio-iframe-container","loading"],document.body);h.setAttribute("data-placeholder",I.t("drawio.loading")),c=w("iframe",["drawio-iframe-element"],h),c.setAttribute("frameborder","0"),q(h,wL);const{disconnect:b}=HQ(c);f=()=>{p(Cn,c,"iframe does not exist"),i.removeListeners(),b(),document.body.removeChild(h),ae(h,wL)}}return i.addAuthListen("authError",()=>{o.render(e,f)}),i.addAuthListen("authRecover",()=>{o.destroy()}),{drawioIframe:c,exit:f}}async function qQ(n,e,t,r){var i,o;try{r&&Cn.debug("auto saving drawio data");const s=new Blob([t]),a=new File([s],"drawio.svg",{type:"image/svg+xml"}),c=n.findBlockById(fe(e));if(c){const f=await n.doc.uploadResource(a),{resourceId:h}=f,C=n.getBlockData(c).embedData,E={src:h,height:C==null?void 0:C.height};n.updateEmbedData(c,E)}else Cn.error("block has been deleted")}catch(s){const a=`failed to save drawio data: ${s.message}`,c=Yu(n);if((i=c.callbacks)!=null&&i.onError){const f=new Error(a);f.code="SaveDrawIo",(o=c.callbacks)==null||o.onError(n,f)}}}function WQ(n,e,t,r,i,o,s){const a=()=>{window.removeEventListener("message",c),o()},c=async f=>{var h,b;if(p(Cn,r.contentWindow,"iframe.contentWindow does not exist"),f.data.length>0){const C=JSON.parse(f.data),E=t.xmlSvg||t.xml,y=document.querySelectorAll(".editor-drawio-iframe-container");switch(C.event){case"configure":r.contentWindow.postMessage(JSON.stringify({action:"configure",config:{defaultFonts:["Humor Sans","Helvetica","Times New Roman"]}}),"*");break;case"init":E!=null&&r.contentWindow.postMessage(JSON.stringify({action:"load",saveAndExit:1,noSaveBtn:1,noExitBtn:0,xml:E}),"*"),i(),y.forEach(R=>{ae(R,"loading")});break;case"export":const T=$f(C.data.substring(C.data.indexOf(",")+1));qQ(n,e,T,!!((h=C.message)!=null&&h.autoSave)),(b=C.message)!=null&&b.autoSave||a();break;case"save":r.contentWindow.postMessage(JSON.stringify({action:"export",format:"xmlsvg",spin:"Saving graph"}),"*");break;case"exit":a();break}}};window.addEventListener("message",c)}async function kL(n,e,t,r){if(r)return;r=!0;const i=Yu(n)||{},{callbacks:o}=i;let s;o&&(o==null?void 0:o.onBeginInitDrawIo)&&o.onBeginInitDrawIo(n,e);const{drawioIframe:a,exit:c}=await zQ(n,e);if(sx(n,e),t.src){const C=await xL(n,n.doc.buildResourceUrl(t.src));C&&(t.xmlSvg=C)}WQ(n,e,t,a,()=>{s=setInterval(()=>{!a||!a.contentWindow||a.contentWindow.postMessage(JSON.stringify({action:"export",format:"xmlsvg",spin:"Saving graph",autoSave:!0}),"*")},$Q)},()=>{c(),s&&clearInterval(s);const C=n.findBlockById(fe(e));C&&ax(n,C)});const b=jQ(n);a.setAttribute("src",b)}async function GQ(n){var i,o;const e=Yu(n),t=((i=e.cdn)==null?void 0:i.drawio)||NQ,r=((o=e.cdn)==null?void 0:o.pako)||PQ;await cl(r,"editor-pako"),await cl(t,"editor-drawio"),await new Promise(s=>{setTimeout(s,100)})}function XQ(n){ae(n,yL)}function nA(n){q(n,yL);const e=w("div",["drawio-empty-content"],n);e.innerHTML=FQ,w("span",["drawio-empty-title"],e,I.t("drawio.empty"))}function YQ(n,e,t){const r=Z(e);if(!r)return;const i=$e(r);e.innerHTML="",e.style.height="100%",q(r,"drawio-load-error");const o=w("div",["drawio-error-content"],e),s=w("div",["drawio-error-brand-icon"],o);s.innerHTML=qm,w("div",["drawio-error-title"],o,I.t("drawio.errorTips"));const a=w("div",["drawio-error-sub-title"],o);w("span",[],a,I.t("drawio.errorSubTips"));const c=w("span",["drawio-error-retry-button"],a,I.t("drawio.retry"));c.onclick=()=>{e.innerHTML="",ae(r,"drawio-load-error"),t.src?vL(t.src,e,n):t.xml?BL(t.xml,e,n):t.xmlSvg&&TL(t.xmlSvg,e),t.height&&(i.style.height=`${t.height}px`,e.style.height=`${t.height-20}px`)}}function rA(n,e){if(p(Cn,e,"Required data is missing in setGraph"),"src"in e){n.setAttribute("data-src",e.src);return}if("xmlSvg"in e){n.setAttribute("data-xmlsvg",e.xmlSvg);return}if("graph"in e){const{xml:t,graph:r}=e;n.graph=r,n.setAttribute("data-mxfile",t)}}function JQ(n){return{src:n.getAttribute("data-src")||"",xmlSvg:n.getAttribute("data-xmlsvg")||"",xml:n.getAttribute("data-mxfile")||""}}function vL(n,e,t){p(Cn,n,"params error: src"),p(Cn,t,"params error: editor");const r=e,i=t.doc.buildResourceUrl(n,{syncNewResources:async(s,a)=>{var f,h;await t.doc.addResources([s]);const c=(h=(f=t.doc).getServerMeta)==null?void 0:h.call(f).appId;if(a!==n&&c&&n.includes(c)){const b=Z(e);if(b&&!t.readonly&&t.isBlockWritable(b)){const C=Ae.default(t.getBlockData(b));C.embedData.src=s,t.updateBlockData(b,C)}}}}),o=document.createElement("img");r.innerHTML="",r.appendChild(o),o.src=i,o.draggable=!1,rA(r,{src:n}),o.onload=s=>{const a=r.querySelector("img");s.target!==a||!a||(DQ(a)?nA(e):XQ(e))},o.onerror=s=>{const a=r.querySelector("img");s.target===a&&YQ(t,e,{src:n})}}function BL(n,e,t){p(Cn,t,"parameter missing"),GQ(t).then(()=>{const{mxUtils:r,mxGraph:i,mxCodec:o}=window;p(Cn,r,"External resource loading exception: mxUtils"),p(Cn,i,"External resource loading exception: MxGraph"),p(Cn,o,"External resource loading exception: MxCodec");const s=r.parseXml(n);e.innerHTML="";const a=s.documentElement;p(Cn,a,"Resource parsing exception"),p(Cn,a.nodeName==="mxfile","Resource parsing exception");const c=a.getElementsByTagName("diagram");p(Cn,c.length>0,"Resource parsing exception");let f;const h=c[0];if(h.text||h.textContent){const T=MQ(h),R=atob(T),O=window.pako;p(Cn,O,"External resource loading exception: pako");const M=O.inflateRaw(Uint8Array.from(R,Q=>Q.charCodeAt(0)),{to:"string"}),F=decodeURIComponent(M);f=r.parseXml(F)}else{const T=new XMLSerializer().serializeToString(h.firstChild);f=r.parseXml(T)}const b=new i(e);b.resetViewOnRootChange=!1,b.foldingEnabled=!1,b.setTooltips(!1),b.setEnabled(!1),b.setHtmlLabels(!0);const C=r.parseXml(KQ);new o(C).decode(C.documentElement,b.getStylesheet());const y=new o(f);y.decode(y.document.documentElement,b.getModel()),b.maxFitScale=1,b.fit(),b.center(!0,!1),rA(e,{graph:b,xml:n})})}function TL(n,e){e.innerHTML=n,rA(e,{xmlSvg:n});const t=e.querySelectorAll("svg");for(let r=0;r<t.length;r++){const i=t[r];if(!_Q(i))return}nA(e)}class ZQ extends $p{constructor(t,r){super(t,r,{handleExecuteCommand(i,o,s){if(s.id==="edit"){const a=i.getBlockData(o).embedData;return kL(i,o,a,!1),!0}if(s.id==="download"){const a=o.querySelector(".editor-drawio-content img");return a instanceof HTMLImageElement&&Wp(a.src),!0}return!1}});g(this,"group","hovering-toolbar");g(this,"_commands",[{id:"edit",name:I.t("graph.edit"),icon:gu},{id:"download",name:I.t("\u4E0B\u8F7D\u4E3A\u56FE\u7247"),icon:Gm},{id:"separator",type:"separator",name:""},{id:"add-comment",name:I.t("graph.comment"),icon:go}]);this.editor=t,this.block=r}get commands(){let t;return this.editor.readonly?t=this._commands.filter(o=>o.id==="download"):t=super.commands,$e(this.block).querySelector(".editor-drawio-content img")||t.forEach(o=>{o.id==="download"&&(o.states=["disabled"])}),t}}function QQ(n,e){return{blockCommands:{"hovering-toolbar":new ZQ(n,e)},abstract:I.t("drawio.abstract")}}const eee={"en-US":{drawio:{title:"Flowchart/UML",empty:"Empty graph",loading:"Loading",abstract:"Flowchart/UML",errorTips:"Flowchart/UML loading failed",errorSubTips:"The network service is abnormal, you can",retry:"Try again"}},"zh-CN":{drawio:{title:"\u6D41\u7A0B\u56FE/UML",empty:"\u7A7A\u56FE\u8868",loading:"\u52A0\u8F7D\u4E2D",abstract:"\u6D41\u7A0B\u56FE/UML",errorTips:"\u6D41\u7A0B\u56FE/UML\u52A0\u8F7D\u5931\u8D25",errorSubTips:"\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5",retry:"\u91CD\u8BD5"}},"ja-JP":{drawio:{title:"\u30D5\u30ED\u30FC\u30C1\u30E3\u30FC\u30C8/UML",empty:"\u30B0\u30E9\u30D5\u30C7\u30FC\u30BF\u306A\u3057",loading:"\u8AAD\u8FBC\u4E2D",abstract:"\u30D5\u30ED\u30FC\u30C1\u30E3\u30FC\u30C8/UML",errorTips:"\u30D5\u30ED\u30FC\u30C1\u30E3\u30FC\u30C8/UML \u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",errorSubTips:"\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 ",retry:"\u518D\u8A66\u884C"}}};I.mergeLang(eee);const l0=_("embed-block-drawio"),tee=!1;function nee(n,e,t,r){p(l0,t,`parameter missing: ${t}`),p(l0,n,`parameter missing: ${n}`),kL(n,e,r,tee)}function RL(n,e,t){const{src:r,xml:i,xmlSvg:o}=t;r?vL(r,e,n):i?BL(i,e,n):o?TL(o,e):nA(e)}function ree(n,e,t){const r=w("div",["editor-drawio-content","editor-embed"],null);e.appendChild(r),RL(n,r,t),t.height&&(e.style.height=`${t.height}px`,r.style.height=`${t.height-20}px`)}function iee(n,e,t){const{src:r,xml:i,xmlSvg:o}=t,s=JQ(e);if(r!==s.src||(i||"")!==s.xml||(o||"")!==s.xmlSvg){RL(n,e,t);return}const a=e.parentElement,c=Z(a);t.height&&t.height!==Number.parseInt(a.style.height,10)&&(a.style.height=`${t.height}px`,c&&!c.classList.contains("drawio-load-error")?e.style.height=`${t.height-20}px`:e.style.height="100%")}function oee(n,e,t,r,i,o){const s=t.embedData;ree(n,e,s),Pl.register(n,o)}function see(n,e,t){const r=t.embedData,o=$e(e).querySelector(":scope > .editor-drawio-content");return p(l0,o,"embed should not be null"),iee(n,o,r),!0}function aee(){return{name:"UML",insertEmbedCommandItems:[{id:"insert-drawio",name:I.t("drawio.title"),icon:R5,group:"common",order:600,subText:zn("insert-drawio")}],handleInsertEmptyEmbed:async(n,e)=>{const t={src:"",xml:"",xmlSvg:""},r=n.insertEmbed(e.containerId,e.blockIndex,"drawio",t);return setTimeout(()=>{const o=$e(r).querySelector(":scope > .editor-drawio-content");p(l0,o,"embed should not be null");const s=n.getBlockData(r);nee(n,r,o,s.embedData)},100),r}}}function lee(n,e,t,r){const{embedData:i}=e,o=i;return r==="html"?o.src?`<img src="${n.doc.buildResourceUrl(o.src,{withToken:!0})}" />`:o.xmlSvg?o.xmlSvg:"<p>[drawio]</p>":r==="markdown"?o.src?`![drawio](${n.doc.buildResourceUrl(o.src,{withToken:!0})})`:o.xmlSvg?o.xmlSvg:"[drawio]":""}const SL={embedType:"drawio",getOptions:aee,createEmbedContent:oee,handleUpdateBlock:see,getBlockProperties:QQ,convertTo:lee},zfe="",qfe="",cee=500,uee=300,iA=_("code-editor");function fee(n){const e=n.closest(".embed-code-editor-container");return p(iA,e,"code-editor-container non-existent"),e}function dee(n,e,t){const r=n.target;p(iA,r,"Parameter error: textarea must be an element");const i=r.value;fee(r).remove(),ae(e,"editing"),t(i),$e(e).style.removeProperty("margin-top")}function hee(n,e){p(iA,n,"Parameter Error: handleCodeUpdate[event]");const t=n.target.value;e(t)}const gee=Nt.default(hee,cee);function mee(n,e,t,r,i){n.domEvents.addEventListener(e,"blur",(o,s)=>{dee(s,t,i)}),n.domEvents.addEventListener(e,"keyup",(o,s)=>{const a=s.target;s.key==="Escape"&&a.blur()}),n.domEvents.addEventListener(e,"input",(o,s)=>{gee(s,r)})}function pee(n,e,t){const{height:r,codeValue:i,onChange:o,onEnd:s}=t,a=r||uee,c=$e(e),f=At(e),h=w("div",["embed-code-editor-container"],f),b=w("textarea",["embed-code-editor-textarea"],h);b.value=i||"",b.setAttribute("spellcheck","false"),h.style.height=`${a}px`,mee(n,b,e,o,s),c.style.marginTop=`${a}px`,q(e,"editing"),setTimeout(()=>{b.setSelectionRange(0,0),b.focus(),b.scrollTop=0})}const bee={mermaid:"https://mermaid.js.org/",flowchart:"https://flowchart.js.org/",plantuml:"https://plantuml.com/"};class Cee extends $p{constructor(t,r,i,o){super(t,r,o);g(this,"group","hovering-toolbar");g(this,"_commands",[{id:"edit",name:I.t("graph.edit"),icon:gu},{id:"download",name:I.t("\u4E0B\u8F7D\u4E3A\u56FE\u7247"),icon:Gm},{id:"help",name:I.t("graph.help"),icon:vC},{id:"separator",type:"separator",name:""},{id:"add-comment",name:I.t("graph.comment"),icon:go}]);this.editor=t,this.block=r,this.graphType=i,this.properties=o}get commands(){let t;this.editor.readonly?t=this._commands.filter(s=>s.id==="download"):t=super.commands;const i=$e(this.block).querySelector("img.graph-embed-image");return(i==null?void 0:i.src)||t.forEach(s=>{s.id==="download"&&(s.states=["disabled"])}),t}executeCommand(t,r,i){var o,s;(s=(o=this.properties)==null?void 0:o.handleExecuteCommand)!=null&&s.call(o,t,r,i)||i.id==="edit"||i.id==="help"&&window.open(bee[this.graphType])}}function Eee(n,e,t,r){return{blockCommands:{"hovering-toolbar":new Cee(n,e,t,r)},abstract:dr.exports.capitalize(t)}}class oA{constructor(e,t,r){g(this,"editor");g(this,"logger");g(this,"editing",!1);g(this,"graphEmbedContent",null);g(this,"_status","normal");this.graphType=t,this.codeEmbedDataKey=r,this.editor=e,this.logger=_(`embed-block-${this.graphType}`)}i18nt(e,t){return I.t(`graph.${e}`,t||{})}getContent(e){p(this.logger,e,"embed-element does not exist");const t=e.parentElement;return p(this.logger,t,"content-element does not exist"),t}getEmbed(e){const t=e.childNodes[0];return p(this.logger,t,"embed-element does not exist"),t}async uploadResource(e){const t=new Blob([e]),r=new File([t],`${this.graphType}.svg`,{type:"image/svg+xml"});try{const i=await this.editor.doc.uploadResource(r);p(this.logger,i,"uploadResource failed");const{resourceId:o}=i;return this.editor.doc.buildResourceUrl(o)}catch(i){return this.logger.error(i),null}}createEmbedContent(e,t){const r=w("div",["graph-embed"],e),{embedData:i,id:o}=t,s=i[`${this.codeEmbedDataKey}`],a=i.src;this.graphEmbedContent=w("div",["embed-graph-img-content"],r);const c=w("img",["graph-embed-image"],this.graphEmbedContent);c.draggable=!1,this.updateImage(r,s,a,null),i.height&&(e.style.height=`${i.height}px`),setTimeout(()=>{const f=this.editor.getBlockById(o);Pl.register(this.editor,f)})}updateEmbedContent(e,t){const{embedData:r}=t,i=r[this.codeEmbedDataKey],o=r.src,s=e.querySelector(".graph-embed");this.updateImage(s,i,o,null),r.height&&(e.style.height=`${r.height}px`)}async updateImage(e,t,r,i){var a;this._status="normal";const o=(a=this.graphEmbedContent)==null?void 0:a.querySelector("img.graph-embed-image");let s=this.editor.doc.buildResourceUrl(r||"",{syncNewResources:async(c,f)=>{var b,C;this.editor.doc.addResources([c]);const h=(C=(b=this.editor.doc).getServerMeta)==null?void 0:C.call(b).appId;if(r&&f!==r&&h&&r.includes(h)){const E=Z(e);if(E&&!this.editor.readonly&&this.editor.isBlockWritable(E)){const y=Ae.default(this.editor.getBlockData(E));y.embedData.src=c,this.editor.updateEmbedData(E,y.embedData)}}}});if(!s&&!i&&t)try{s=await this.code2ObjectUrl(t)}catch(c){this.updateImage(e,t,r,c);return}this.updateSpecialClasses(e,t,i),o.onerror=()=>{this.updateImage(e,t,r,new Error("image load failed"))},s&&(o.src=s,o.onerror=()=>{this.errorBoundary(e,t,r,"imageLoadError")},o.onload=()=>{this._status="normal",this.removeStatusContent(),o.style.display="initial"})}errorBoundary(e,t,r,i,o){var b;if(this._status==="error")return;this._status="error";const s=(b=this.graphEmbedContent)==null?void 0:b.querySelector("img.graph-embed-image");s.style.display="none",this.removeStatusContent();const a=w("div",["graph-error-content","graph-status-content"],this.graphEmbedContent),c=w("div",["graph-error-brand-icon"],a);if(c.innerHTML=qm,w("div",["graph-error-title"],a,I.t("graph.errorTips",{EmbedName:this.graphType})),o){const C=w("div",["graph-error-sub-title"],a);w("span",[],C,I.t("graph.invalid",{EmbedName:this.graphType,message:o.message}))}if(i==="grammarError")return;const f=w("div",["graph-error-sub-title"],a);w("span",[],f,I.t("graph.errorSubTips"));const h=w("span",["graph-error-retry-button"],f,I.t("graph.retry"));h.onclick=()=>{e.innerHTML="";const C=w("div",["embed-graph-img-content"],e),E=w("img",["graph-embed-image"],C);E.draggable=!1,this.updateImage(e,t,r,null)}}emptyContent(){var o;if(this._status==="empty")return;this._status="empty",this.removeStatusContent();const e=(o=this.graphEmbedContent)==null?void 0:o.querySelector("img.graph-embed-image");e.style.display="none";const t=w("div",["graph-empty-content","graph-status-content"],this.graphEmbedContent),r=w("div",["graph-brand-icon"],t);r.innerHTML=qm;const i=this.i18nt("empty",{EmbedName:this.graphType});w("div",["graph-empty-title"],t,i)}updateSpecialClasses(e,t,r){const i=e.querySelector("img.graph-embed-image"),o=Z(e);if(r&&o&&t){const s=i.src;this.errorBoundary(e,t,s,"grammarError",r);return}t||this.emptyContent()}editGraph(e){this.editing=!0;const t=Z(e);p(this.logger,t,`${this.graphType} block does not exist`),sx(this.editor,t),Pl.get(this.editor).disableResizer();const r=e.querySelector(".graph-embed"),i=a=>{this.updateImage(r,a,null,null)},o=async a=>{try{if(this.editing=!1,ax(this.editor,t),i(a),!this.hasChanged(t,a))return;const f={src:await this.code2ResourceId(a),[`${this.codeEmbedDataKey}`]:a};this.editor.updateEmbedData(t,f)}catch(c){this.updateSpecialClasses(r,a,c);const f={src:"",[`${this.codeEmbedDataKey}`]:a};this.editor.updateEmbedData(t,f)}},s=this.editor.getBlockData(t);setTimeout(()=>{pee(this.editor,t,{onChange:i,onEnd:o,codeValue:s.embedData[`${this.codeEmbedDataKey}`]})})}getBlockProperties(e,t){return this.editing?{}:Eee(this.editor,e,this.graphType,{handleExecuteCommand:(r,i,o)=>{if(o.id==="edit"){if(!r.isBlockWritable(i))return!0;const s=$e(i);return this.editGraph(s),!0}if(o.id==="add-comment")return r.readonly||Nl(r,i),!0;if(o.id==="download"){const s=i.querySelector("img.graph-embed-image");return s instanceof HTMLImageElement&&Wp(s.src),!0}return!1}})}hasChanged(e,t){return this.editor.getBlockData(e).embedData[`${this.codeEmbedDataKey}`]!==t}removeStatusContent(){var t;const e=(t=this.graphEmbedContent)==null?void 0:t.querySelector(".graph-status-content");e&&e.remove()}}const xee="https://cdn.jsdelivr.net/npm/mermaid@9.0.1/dist/mermaid.min.js",Aee=["//cdnjs.cloudflare.com/ajax/libs/raphael/2.3.0/raphael.min.js","//cdnjs.cloudflare.com/ajax/libs/flowchart/1.15.0/flowchart.min.js"],yee="https://www.plantuml.com/plantuml/svg",wee=_("mermaid-helper"),kee="wiz-editor-mermaid";async function LL(n,e){var y;const r=((y=(n.getComponentOptions("mermaid")||{}).cdn)==null?void 0:y.mermaid)||xee;await cl(r,kee);const i=window.mermaid;p(wee,i,"Resource load failed: Mermaid javaScript resource injection failed");const o=re(),a=await new Promise((T,R)=>{try{i.mermaidAPI.render(o,e,O=>{setTimeout(()=>{T(O)})})}catch(O){O.message=O.str,R(O)}}),h=new DOMParser().parseFromString(a,"image/svg+xml").firstChild,b=h.style.maxWidth;return b&&h.setAttribute("width",b),new XMLSerializer().serializeToString(h)}async function vee(n,e){const t=await LL(n,e);return E1(t,"image/svg+xml",`${re()}.svg`)}async function Bee(n,e){const t=await LL(n,e),r=new Blob([t]),i=new File([r],`${re()}.svg`,{type:"image/svg+xml"});return(await n.doc.uploadResource(i)).resourceId}class Ju extends oA{constructor(e){super(e,"mermaid","mermaidText")}static get(e,t){return e.addCustom(`mermaid-${t.id}`,()=>new Ju(e))}code2ObjectUrl(e){return vee(this.editor,e)}code2ResourceId(e){return Bee(this.editor,e)}destroy(){}}const Tee={graph:{invalid:"\u65E0\u6548\u7684 {EmbedName} \u5185\u5BB9\uFF1A{message}",empty:"\u7A7A\u7684 {EmbedName}",edit:"\u7F16\u8F91",comment:"\u6279\u6CE8",help:"\u5E2E\u52A9",errorTips:"{EmbedName}\u52A0\u8F7D\u5931\u8D25",errorSubTips:"\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5",retry:"\u91CD\u8BD5"}},Ree={graph:{invalid:"Invalid {EmbedName} content: {message}",empty:"Empty {EmbedName}",edit:"Edit",comment:"Annotation",help:"Help",errorTips:"{EmbedName} loading failed",errorSubTips:"The network service is abnormal, you can",retry:"Try again"}},See={graph:{invalid:"\u7121\u52B9\u306A{EmbedName}\uFF1A{message}",empty:"\u7A7A\u306E {EmbedName}",edit:"\u7DE8\u96C6",comment:"\u6CE8\u91C8",help:"\u30D8\u30EB\u30D7",errorTips:"{EmbedName} \u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",errorSubTips:"\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 ",retry:"\u518D\u8A66\u884C"}};I.mergeLang({"zh-CN":Tee,"en-US":Ree,"ja-JP":See});function Lee(n,e,t){Ju.get(n,t).createEmbedContent(e,t)}function Iee(n,e,t){const r=Ju.get(n,n.getBlockData(e)),i=$e(e);return r.updateEmbedContent(i,t),!0}function Dee(n,e,t){const{data:r}=t,i=n.getBlockString(e).trim();if(!r||r.embedType!=="mermaid"||i!=="```mermaid"||!le(n,e))return null;const o={src:"",mermaidText:""};return{blockData:{id:re(),type:"embed",embedType:"mermaid",embedData:o},onConverted:(c,f)=>{Ju.get(c,c.getBlockData(f)).editGraph($e(f))}}}function _ee(n,e){return Ju.get(n,n.getBlockData(e)).getBlockProperties(e)}function Mee(n,e,t,r){const{embedData:i}=e,o=i;if(r==="html")return o.src?`<img src="${n.doc.buildResourceUrl(o.src,{withToken:!0})}" />`:o.mermaidText?`<div class="mermaid">${o.mermaidText}</div>`:"<p>[mermaid]</p>";if(r==="markdown"){if(o.src)return`![mermaid](${n.doc.buildResourceUrl(o.src,{withToken:!0})})`;if(o.mermaidText)return`\`\`\`mermaid\`\`\`
996
+ `,AL=0,$Q=30*1e3,yL="editor-empty-drawio",wL="show-full-screen-iframe",Cn=_("embed-block-drawio");function Yu(n){return n.options.componentsOptions.drawIO||{}}function VQ(n){const t=Yu(n).lang;return t?OQ[t]:""}function jQ(n){var i;const t=((i=(Yu(n)||{}).cdn)==null?void 0:i.drawioIframe)||UQ,r=VQ(n);return g1(t,{spin:1,proto:"json",configure:1,lang:r})}function HQ(n){const e=()=>{p(Cn,n,"el does not exist");const r=document.body.clientWidth||document.documentElement.clientWidth,i=document.body.clientHeight||document.documentElement.clientHeight;n.setAttribute("width",`${r-2*AL}`),n.setAttribute("height",`${i-2*AL}`)},t=()=>{window.removeEventListener("resize",e)};return e(),window.addEventListener("resize",e),{disconnect:t}}async function zQ(n,e){const r=(Yu(n)||{}).callbacks||{},i=n.getCustom(Gp),o=new W4(n),{onCreateDrawIoFrame:s,onCloseDrawIoFrame:a}=r;let c=null,f;if(s)c=await s(n),p(Cn,c,"iframe create failed"),f=()=>{p(Cn,c,"iframe does not exist"),p(Cn,a,"missing parameters: onCloseDrawIoFrame"),i.removeListeners(),a(n,c)};else{const h=w("div",["editor-drawio-iframe-container","loading"],document.body);h.setAttribute("data-placeholder",I.t("drawio.loading")),c=w("iframe",["drawio-iframe-element"],h),c.setAttribute("frameborder","0"),q(h,wL);const{disconnect:b}=HQ(c);f=()=>{p(Cn,c,"iframe does not exist"),i.removeListeners(),b(),document.body.removeChild(h),ae(h,wL)}}return i.addAuthListen("authError",()=>{o.render(e,f)}),i.addAuthListen("authRecover",()=>{o.destroy()}),{drawioIframe:c,exit:f}}async function qQ(n,e,t,r){var i,o;try{r&&Cn.debug("auto saving drawio data");const s=new Blob([t]),a=new File([s],"drawio.svg",{type:"image/svg+xml"}),c=n.findBlockById(fe(e));if(c){const f=await n.doc.uploadResource(a),{resourceId:h}=f,C=n.getBlockData(c).embedData,E={src:h,height:C==null?void 0:C.height};n.updateEmbedData(c,E)}else Cn.error("block has been deleted")}catch(s){const a=`failed to save drawio data: ${s.message}`,c=Yu(n);if((i=c.callbacks)!=null&&i.onError){const f=new Error(a);f.code="SaveDrawIo",(o=c.callbacks)==null||o.onError(n,f)}}}function WQ(n,e,t,r,i,o,s){const a=()=>{window.removeEventListener("message",c),o()},c=async f=>{var h,b;if(p(Cn,r.contentWindow,"iframe.contentWindow does not exist"),f.data.length>0){const C=JSON.parse(f.data),E=t.xmlSvg||t.xml,y=document.querySelectorAll(".editor-drawio-iframe-container");switch(C.event){case"configure":r.contentWindow.postMessage(JSON.stringify({action:"configure",config:{defaultFonts:["Humor Sans","Helvetica","Times New Roman"]}}),"*");break;case"init":E!=null&&r.contentWindow.postMessage(JSON.stringify({action:"load",saveAndExit:1,noSaveBtn:1,noExitBtn:0,xml:E}),"*"),i(),y.forEach(R=>{ae(R,"loading")});break;case"export":const T=$f(C.data.substring(C.data.indexOf(",")+1));qQ(n,e,T,!!((h=C.message)!=null&&h.autoSave)),(b=C.message)!=null&&b.autoSave||a();break;case"save":r.contentWindow.postMessage(JSON.stringify({action:"export",format:"xmlsvg",spin:"Saving graph"}),"*");break;case"exit":a();break}}};window.addEventListener("message",c)}async function kL(n,e,t,r){if(r)return;r=!0;const i=Yu(n)||{},{callbacks:o}=i;let s;o&&(o==null?void 0:o.onBeginInitDrawIo)&&o.onBeginInitDrawIo(n,e);const{drawioIframe:a,exit:c}=await zQ(n,e);if(sx(n,e),t.src){const C=await xL(n,n.doc.buildResourceUrl(t.src));C&&(t.xmlSvg=C)}WQ(n,e,t,a,()=>{s=setInterval(()=>{!a||!a.contentWindow||a.contentWindow.postMessage(JSON.stringify({action:"export",format:"xmlsvg",spin:"Saving graph",autoSave:!0}),"*")},$Q)},()=>{c(),s&&clearInterval(s);const C=n.findBlockById(fe(e));C&&ax(n,C)});const b=jQ(n);a.setAttribute("src",b)}async function GQ(n){var i,o;const e=Yu(n),t=((i=e.cdn)==null?void 0:i.drawio)||NQ,r=((o=e.cdn)==null?void 0:o.pako)||PQ;await cl(r,"editor-pako"),await cl(t,"editor-drawio"),await new Promise(s=>{setTimeout(s,100)})}function XQ(n){ae(n,yL)}function nA(n){q(n,yL);const e=w("div",["drawio-empty-content"],n);e.innerHTML=FQ,w("span",["drawio-empty-title"],e,I.t("drawio.empty"))}function YQ(n,e,t){const r=Z(e);if(!r)return;const i=$e(r);e.innerHTML="",e.style.height="100%",q(r,"drawio-load-error");const o=w("div",["drawio-error-content"],e),s=w("div",["drawio-error-brand-icon"],o);s.innerHTML=qm,w("div",["drawio-error-title"],o,I.t("drawio.errorTips"));const a=w("div",["drawio-error-sub-title"],o);w("span",[],a,I.t("drawio.errorSubTips"));const c=w("span",["drawio-error-retry-button"],a,I.t("drawio.retry"));c.onclick=()=>{e.innerHTML="",ae(r,"drawio-load-error"),t.src?vL(t.src,e,n):t.xml?BL(t.xml,e,n):t.xmlSvg&&TL(t.xmlSvg,e),t.height&&(i.style.height=`${t.height}px`,e.style.height=`${t.height-20}px`)}}function rA(n,e){if(p(Cn,e,"Required data is missing in setGraph"),"src"in e){n.setAttribute("data-src",e.src);return}if("xmlSvg"in e){n.setAttribute("data-xmlsvg",e.xmlSvg);return}if("graph"in e){const{xml:t,graph:r}=e;n.graph=r,n.setAttribute("data-mxfile",t)}}function JQ(n){return{src:n.getAttribute("data-src")||"",xmlSvg:n.getAttribute("data-xmlsvg")||"",xml:n.getAttribute("data-mxfile")||""}}function vL(n,e,t){p(Cn,n,"params error: src"),p(Cn,t,"params error: editor");const r=e,i=t.doc.buildResourceUrl(n,{syncNewResources:async(s,a)=>{var f,h;await t.doc.addResources([s]);const c=(h=(f=t.doc).getServerMeta)==null?void 0:h.call(f).appId;if(a!==n&&c&&n.includes(c)){const b=Z(e);if(b&&!t.readonly&&t.isBlockWritable(b)){const C=Ae.default(t.getBlockData(b));C.embedData.src=s,t.updateBlockData(b,C)}}}}),o=document.createElement("img");r.innerHTML="",r.appendChild(o),o.src=i,o.draggable=!1,rA(r,{src:n}),o.onload=s=>{const a=r.querySelector("img");s.target!==a||!a||(DQ(a)?nA(e):XQ(e))},o.onerror=s=>{const a=r.querySelector("img");s.target===a&&YQ(t,e,{src:n})}}function BL(n,e,t){p(Cn,t,"parameter missing"),GQ(t).then(()=>{const{mxUtils:r,mxGraph:i,mxCodec:o}=window;p(Cn,r,"External resource loading exception: mxUtils"),p(Cn,i,"External resource loading exception: MxGraph"),p(Cn,o,"External resource loading exception: MxCodec");const s=r.parseXml(n);e.innerHTML="";const a=s.documentElement;p(Cn,a,"Resource parsing exception"),p(Cn,a.nodeName==="mxfile","Resource parsing exception");const c=a.getElementsByTagName("diagram");p(Cn,c.length>0,"Resource parsing exception");let f;const h=c[0];if(h.text||h.textContent){const T=MQ(h),R=atob(T),O=window.pako;p(Cn,O,"External resource loading exception: pako");const M=O.inflateRaw(Uint8Array.from(R,Q=>Q.charCodeAt(0)),{to:"string"}),F=decodeURIComponent(M);f=r.parseXml(F)}else{const T=new XMLSerializer().serializeToString(h.firstChild);f=r.parseXml(T)}const b=new i(e);b.resetViewOnRootChange=!1,b.foldingEnabled=!1,b.setTooltips(!1),b.setEnabled(!1),b.setHtmlLabels(!0);const C=r.parseXml(KQ);new o(C).decode(C.documentElement,b.getStylesheet());const y=new o(f);y.decode(y.document.documentElement,b.getModel()),b.maxFitScale=1,b.fit(),b.center(!0,!1),rA(e,{graph:b,xml:n})})}function TL(n,e){e.innerHTML=n,rA(e,{xmlSvg:n});const t=e.querySelectorAll("svg");for(let r=0;r<t.length;r++){const i=t[r];if(!_Q(i))return}nA(e)}class ZQ extends $p{constructor(t,r){super(t,r,{handleExecuteCommand(i,o,s){if(s.id==="edit"){const a=i.getBlockData(o).embedData;return kL(i,o,a,!1),!0}if(s.id==="download"){const a=o.querySelector(".editor-drawio-content img");return a instanceof HTMLImageElement&&Wp(a.src),!0}return!1}});g(this,"group","hovering-toolbar");g(this,"_commands",[{id:"edit",name:I.t("graph.edit"),icon:gu},{id:"download",name:I.t("common.downloadAsImage"),icon:Gm},{id:"separator",type:"separator",name:""},{id:"add-comment",name:I.t("graph.comment"),icon:go}]);this.editor=t,this.block=r}get commands(){let t;return this.editor.readonly?t=this._commands.filter(o=>o.id==="download"):t=super.commands,$e(this.block).querySelector(".editor-drawio-content img")||t.forEach(o=>{o.id==="download"&&(o.states=["disabled"])}),t}}function QQ(n,e){return{blockCommands:{"hovering-toolbar":new ZQ(n,e)},abstract:I.t("drawio.abstract")}}const eee={"en-US":{drawio:{title:"Flowchart/UML",empty:"Empty graph",loading:"Loading",abstract:"Flowchart/UML",errorTips:"Flowchart/UML loading failed",errorSubTips:"The network service is abnormal, you can",retry:"Try again"}},"zh-CN":{drawio:{title:"\u6D41\u7A0B\u56FE/UML",empty:"\u7A7A\u56FE\u8868",loading:"\u52A0\u8F7D\u4E2D",abstract:"\u6D41\u7A0B\u56FE/UML",errorTips:"\u6D41\u7A0B\u56FE/UML\u52A0\u8F7D\u5931\u8D25",errorSubTips:"\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5",retry:"\u91CD\u8BD5"}},"ja-JP":{drawio:{title:"\u30D5\u30ED\u30FC\u30C1\u30E3\u30FC\u30C8/UML",empty:"\u30B0\u30E9\u30D5\u30C7\u30FC\u30BF\u306A\u3057",loading:"\u8AAD\u8FBC\u4E2D",abstract:"\u30D5\u30ED\u30FC\u30C1\u30E3\u30FC\u30C8/UML",errorTips:"\u30D5\u30ED\u30FC\u30C1\u30E3\u30FC\u30C8/UML \u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",errorSubTips:"\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 ",retry:"\u518D\u8A66\u884C"}}};I.mergeLang(eee);const l0=_("embed-block-drawio"),tee=!1;function nee(n,e,t,r){p(l0,t,`parameter missing: ${t}`),p(l0,n,`parameter missing: ${n}`),kL(n,e,r,tee)}function RL(n,e,t){const{src:r,xml:i,xmlSvg:o}=t;r?vL(r,e,n):i?BL(i,e,n):o?TL(o,e):nA(e)}function ree(n,e,t){const r=w("div",["editor-drawio-content","editor-embed"],null);e.appendChild(r),RL(n,r,t),t.height&&(e.style.height=`${t.height}px`,r.style.height=`${t.height-20}px`)}function iee(n,e,t){const{src:r,xml:i,xmlSvg:o}=t,s=JQ(e);if(r!==s.src||(i||"")!==s.xml||(o||"")!==s.xmlSvg){RL(n,e,t);return}const a=e.parentElement,c=Z(a);t.height&&t.height!==Number.parseInt(a.style.height,10)&&(a.style.height=`${t.height}px`,c&&!c.classList.contains("drawio-load-error")?e.style.height=`${t.height-20}px`:e.style.height="100%")}function oee(n,e,t,r,i,o){const s=t.embedData;ree(n,e,s),Pl.register(n,o)}function see(n,e,t){const r=t.embedData,o=$e(e).querySelector(":scope > .editor-drawio-content");return p(l0,o,"embed should not be null"),iee(n,o,r),!0}function aee(){return{name:"UML",insertEmbedCommandItems:[{id:"insert-drawio",name:I.t("drawio.title"),icon:R5,group:"common",order:600,subText:zn("insert-drawio")}],handleInsertEmptyEmbed:async(n,e)=>{const t={src:"",xml:"",xmlSvg:""},r=n.insertEmbed(e.containerId,e.blockIndex,"drawio",t);return setTimeout(()=>{const o=$e(r).querySelector(":scope > .editor-drawio-content");p(l0,o,"embed should not be null");const s=n.getBlockData(r);nee(n,r,o,s.embedData)},100),r}}}function lee(n,e,t,r){const{embedData:i}=e,o=i;return r==="html"?o.src?`<img src="${n.doc.buildResourceUrl(o.src,{withToken:!0})}" />`:o.xmlSvg?o.xmlSvg:"<p>[drawio]</p>":r==="markdown"?o.src?`![drawio](${n.doc.buildResourceUrl(o.src,{withToken:!0})})`:o.xmlSvg?o.xmlSvg:"[drawio]":""}const SL={embedType:"drawio",getOptions:aee,createEmbedContent:oee,handleUpdateBlock:see,getBlockProperties:QQ,convertTo:lee},zfe="",qfe="",cee=500,uee=300,iA=_("code-editor");function fee(n){const e=n.closest(".embed-code-editor-container");return p(iA,e,"code-editor-container non-existent"),e}function dee(n,e,t){const r=n.target;p(iA,r,"Parameter error: textarea must be an element");const i=r.value;fee(r).remove(),ae(e,"editing"),t(i),$e(e).style.removeProperty("margin-top")}function hee(n,e){p(iA,n,"Parameter Error: handleCodeUpdate[event]");const t=n.target.value;e(t)}const gee=Nt.default(hee,cee);function mee(n,e,t,r,i){n.domEvents.addEventListener(e,"blur",(o,s)=>{dee(s,t,i)}),n.domEvents.addEventListener(e,"keyup",(o,s)=>{const a=s.target;s.key==="Escape"&&a.blur()}),n.domEvents.addEventListener(e,"input",(o,s)=>{gee(s,r)})}function pee(n,e,t){const{height:r,codeValue:i,onChange:o,onEnd:s}=t,a=r||uee,c=$e(e),f=At(e),h=w("div",["embed-code-editor-container"],f),b=w("textarea",["embed-code-editor-textarea"],h);b.value=i||"",b.setAttribute("spellcheck","false"),h.style.height=`${a}px`,mee(n,b,e,o,s),c.style.marginTop=`${a}px`,q(e,"editing"),setTimeout(()=>{b.setSelectionRange(0,0),b.focus(),b.scrollTop=0})}const bee={mermaid:"https://mermaid.js.org/",flowchart:"https://flowchart.js.org/",plantuml:"https://plantuml.com/"};class Cee extends $p{constructor(t,r,i,o){super(t,r,o);g(this,"group","hovering-toolbar");g(this,"_commands",[{id:"edit",name:I.t("graph.edit"),icon:gu},{id:"download",name:I.t("common.downloadAsImage"),icon:Gm},{id:"help",name:I.t("graph.help"),icon:vC},{id:"separator",type:"separator",name:""},{id:"add-comment",name:I.t("graph.comment"),icon:go}]);this.editor=t,this.block=r,this.graphType=i,this.properties=o}get commands(){let t;this.editor.readonly?t=this._commands.filter(s=>s.id==="download"):t=super.commands;const i=$e(this.block).querySelector("img.graph-embed-image");return(i==null?void 0:i.src)||t.forEach(s=>{s.id==="download"&&(s.states=["disabled"])}),t}executeCommand(t,r,i){var o,s;(s=(o=this.properties)==null?void 0:o.handleExecuteCommand)!=null&&s.call(o,t,r,i)||i.id==="edit"||i.id==="help"&&window.open(bee[this.graphType])}}function Eee(n,e,t,r){return{blockCommands:{"hovering-toolbar":new Cee(n,e,t,r)},abstract:dr.exports.capitalize(t)}}class oA{constructor(e,t,r){g(this,"editor");g(this,"logger");g(this,"editing",!1);g(this,"graphEmbedContent",null);g(this,"_status","normal");this.graphType=t,this.codeEmbedDataKey=r,this.editor=e,this.logger=_(`embed-block-${this.graphType}`)}i18nt(e,t){return I.t(`graph.${e}`,t||{})}getContent(e){p(this.logger,e,"embed-element does not exist");const t=e.parentElement;return p(this.logger,t,"content-element does not exist"),t}getEmbed(e){const t=e.childNodes[0];return p(this.logger,t,"embed-element does not exist"),t}async uploadResource(e){const t=new Blob([e]),r=new File([t],`${this.graphType}.svg`,{type:"image/svg+xml"});try{const i=await this.editor.doc.uploadResource(r);p(this.logger,i,"uploadResource failed");const{resourceId:o}=i;return this.editor.doc.buildResourceUrl(o)}catch(i){return this.logger.error(i),null}}createEmbedContent(e,t){const r=w("div",["graph-embed"],e),{embedData:i,id:o}=t,s=i[`${this.codeEmbedDataKey}`],a=i.src;this.graphEmbedContent=w("div",["embed-graph-img-content"],r);const c=w("img",["graph-embed-image"],this.graphEmbedContent);c.draggable=!1,this.updateImage(r,s,a,null),i.height&&(e.style.height=`${i.height}px`),setTimeout(()=>{const f=this.editor.getBlockById(o);Pl.register(this.editor,f)})}updateEmbedContent(e,t){const{embedData:r}=t,i=r[this.codeEmbedDataKey],o=r.src,s=e.querySelector(".graph-embed");this.updateImage(s,i,o,null),r.height&&(e.style.height=`${r.height}px`)}async updateImage(e,t,r,i){var a;this._status="normal";const o=(a=this.graphEmbedContent)==null?void 0:a.querySelector("img.graph-embed-image");let s=this.editor.doc.buildResourceUrl(r||"",{syncNewResources:async(c,f)=>{var b,C;this.editor.doc.addResources([c]);const h=(C=(b=this.editor.doc).getServerMeta)==null?void 0:C.call(b).appId;if(r&&f!==r&&h&&r.includes(h)){const E=Z(e);if(E&&!this.editor.readonly&&this.editor.isBlockWritable(E)){const y=Ae.default(this.editor.getBlockData(E));y.embedData.src=c,this.editor.updateEmbedData(E,y.embedData)}}}});if(!s&&!i&&t)try{s=await this.code2ObjectUrl(t)}catch(c){this.updateImage(e,t,r,c);return}this.updateSpecialClasses(e,t,i),o.onerror=()=>{this.updateImage(e,t,r,new Error("image load failed"))},s&&(o.src=s,o.onerror=()=>{this.errorBoundary(e,t,r,"imageLoadError")},o.onload=()=>{this._status="normal",this.removeStatusContent(),o.style.display="initial"})}errorBoundary(e,t,r,i,o){var b;if(this._status==="error")return;this._status="error";const s=(b=this.graphEmbedContent)==null?void 0:b.querySelector("img.graph-embed-image");s.style.display="none",this.removeStatusContent();const a=w("div",["graph-error-content","graph-status-content"],this.graphEmbedContent),c=w("div",["graph-error-brand-icon"],a);if(c.innerHTML=qm,w("div",["graph-error-title"],a,I.t("graph.errorTips",{EmbedName:this.graphType})),o){const C=w("div",["graph-error-sub-title"],a);w("span",[],C,I.t("graph.invalid",{EmbedName:this.graphType,message:o.message}))}if(i==="grammarError")return;const f=w("div",["graph-error-sub-title"],a);w("span",[],f,I.t("graph.errorSubTips"));const h=w("span",["graph-error-retry-button"],f,I.t("graph.retry"));h.onclick=()=>{e.innerHTML="";const C=w("div",["embed-graph-img-content"],e),E=w("img",["graph-embed-image"],C);E.draggable=!1,this.updateImage(e,t,r,null)}}emptyContent(){var o;if(this._status==="empty")return;this._status="empty",this.removeStatusContent();const e=(o=this.graphEmbedContent)==null?void 0:o.querySelector("img.graph-embed-image");e.style.display="none";const t=w("div",["graph-empty-content","graph-status-content"],this.graphEmbedContent),r=w("div",["graph-brand-icon"],t);r.innerHTML=qm;const i=this.i18nt("empty",{EmbedName:this.graphType});w("div",["graph-empty-title"],t,i)}updateSpecialClasses(e,t,r){const i=e.querySelector("img.graph-embed-image"),o=Z(e);if(r&&o&&t){const s=i.src;this.errorBoundary(e,t,s,"grammarError",r);return}t||this.emptyContent()}editGraph(e){this.editing=!0;const t=Z(e);p(this.logger,t,`${this.graphType} block does not exist`),sx(this.editor,t),Pl.get(this.editor).disableResizer();const r=e.querySelector(".graph-embed"),i=a=>{this.updateImage(r,a,null,null)},o=async a=>{try{if(this.editing=!1,ax(this.editor,t),i(a),!this.hasChanged(t,a))return;const f={src:await this.code2ResourceId(a),[`${this.codeEmbedDataKey}`]:a};this.editor.updateEmbedData(t,f)}catch(c){this.updateSpecialClasses(r,a,c);const f={src:"",[`${this.codeEmbedDataKey}`]:a};this.editor.updateEmbedData(t,f)}},s=this.editor.getBlockData(t);setTimeout(()=>{pee(this.editor,t,{onChange:i,onEnd:o,codeValue:s.embedData[`${this.codeEmbedDataKey}`]})})}getBlockProperties(e,t){return this.editing?{}:Eee(this.editor,e,this.graphType,{handleExecuteCommand:(r,i,o)=>{if(o.id==="edit"){if(!r.isBlockWritable(i))return!0;const s=$e(i);return this.editGraph(s),!0}if(o.id==="add-comment")return r.readonly||Nl(r,i),!0;if(o.id==="download"){const s=i.querySelector("img.graph-embed-image");return s instanceof HTMLImageElement&&Wp(s.src),!0}return!1}})}hasChanged(e,t){return this.editor.getBlockData(e).embedData[`${this.codeEmbedDataKey}`]!==t}removeStatusContent(){var t;const e=(t=this.graphEmbedContent)==null?void 0:t.querySelector(".graph-status-content");e&&e.remove()}}const xee="https://cdn.jsdelivr.net/npm/mermaid@9.0.1/dist/mermaid.min.js",Aee=["//cdnjs.cloudflare.com/ajax/libs/raphael/2.3.0/raphael.min.js","//cdnjs.cloudflare.com/ajax/libs/flowchart/1.15.0/flowchart.min.js"],yee="https://www.plantuml.com/plantuml/svg",wee=_("mermaid-helper"),kee="wiz-editor-mermaid";async function LL(n,e){var y;const r=((y=(n.getComponentOptions("mermaid")||{}).cdn)==null?void 0:y.mermaid)||xee;await cl(r,kee);const i=window.mermaid;p(wee,i,"Resource load failed: Mermaid javaScript resource injection failed");const o=re(),a=await new Promise((T,R)=>{try{i.mermaidAPI.render(o,e,O=>{setTimeout(()=>{T(O)})})}catch(O){O.message=O.str,R(O)}}),h=new DOMParser().parseFromString(a,"image/svg+xml").firstChild,b=h.style.maxWidth;return b&&h.setAttribute("width",b),new XMLSerializer().serializeToString(h)}async function vee(n,e){const t=await LL(n,e);return E1(t,"image/svg+xml",`${re()}.svg`)}async function Bee(n,e){const t=await LL(n,e),r=new Blob([t]),i=new File([r],`${re()}.svg`,{type:"image/svg+xml"});return(await n.doc.uploadResource(i)).resourceId}class Ju extends oA{constructor(e){super(e,"mermaid","mermaidText")}static get(e,t){return e.addCustom(`mermaid-${t.id}`,()=>new Ju(e))}code2ObjectUrl(e){return vee(this.editor,e)}code2ResourceId(e){return Bee(this.editor,e)}destroy(){}}const Tee={graph:{invalid:"\u65E0\u6548\u7684 {EmbedName} \u5185\u5BB9\uFF1A{message}",empty:"\u7A7A\u7684 {EmbedName}",edit:"\u7F16\u8F91",comment:"\u6279\u6CE8",help:"\u5E2E\u52A9",errorTips:"{EmbedName}\u52A0\u8F7D\u5931\u8D25",errorSubTips:"\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5",retry:"\u91CD\u8BD5"}},Ree={graph:{invalid:"Invalid {EmbedName} content: {message}",empty:"Empty {EmbedName}",edit:"Edit",comment:"Annotation",help:"Help",errorTips:"{EmbedName} loading failed",errorSubTips:"The network service is abnormal, you can",retry:"Try again"}},See={graph:{invalid:"\u7121\u52B9\u306A{EmbedName}\uFF1A{message}",empty:"\u7A7A\u306E {EmbedName}",edit:"\u7DE8\u96C6",comment:"\u6CE8\u91C8",help:"\u30D8\u30EB\u30D7",errorTips:"{EmbedName} \u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",errorSubTips:"\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 ",retry:"\u518D\u8A66\u884C"}};I.mergeLang({"zh-CN":Tee,"en-US":Ree,"ja-JP":See});function Lee(n,e,t){Ju.get(n,t).createEmbedContent(e,t)}function Iee(n,e,t){const r=Ju.get(n,n.getBlockData(e)),i=$e(e);return r.updateEmbedContent(i,t),!0}function Dee(n,e,t){const{data:r}=t,i=n.getBlockString(e).trim();if(!r||r.embedType!=="mermaid"||i!=="```mermaid"||!le(n,e))return null;const o={src:"",mermaidText:""};return{blockData:{id:re(),type:"embed",embedType:"mermaid",embedData:o},onConverted:(c,f)=>{Ju.get(c,c.getBlockData(f)).editGraph($e(f))}}}function _ee(n,e){return Ju.get(n,n.getBlockData(e)).getBlockProperties(e)}function Mee(n,e,t,r){const{embedData:i}=e,o=i;if(r==="html")return o.src?`<img src="${n.doc.buildResourceUrl(o.src,{withToken:!0})}" />`:o.mermaidText?`<div class="mermaid">${o.mermaidText}</div>`:"<p>[mermaid]</p>";if(r==="markdown"){if(o.src)return`![mermaid](${n.doc.buildResourceUrl(o.src,{withToken:!0})})`;if(o.mermaidText)return`\`\`\`mermaid\`\`\`
997
997
  ${o.mermaidText}
998
998
  \`\`\`\`\`\``}return""}const Oee={embedType:"mermaid",convertFrom:Dee,handleUpdateBlock:Iee,createEmbedContent:Lee,getBlockProperties:_ee,convertTo:Mee},IL=_("flowchart-helper");async function Uee(n){var r;const e=n.getComponentOptions("flowchart")||{},t=((r=e==null?void 0:e.cdn)==null?void 0:r.flowchart)||Aee;for(let i=0;i<t.length;i+=1){const o=t[i];await cl(o,`flowchart-scripts-${i}`)}}async function DL(n,e){const t=w("div",["flowchart-chart-container"],document.body);t.id=`flowchart-${re()}`,await Uee(n);const r=window.flowchart;p(IL,r,"flowchart resource does not exist"),r.parse(e).drawSVG(t.id);const o=t.firstElementChild;p(IL,o,"svg element non-existent");const a=new XMLSerializer().serializeToString(o);return t.remove(),a}async function Nee(n,e){const t=await DL(n,e);return E1(t,"image/svg+xml",`${Date.now()}.svg`)}async function Pee(n,e){const t=await DL(n,e),r=new Blob([t]),i=new File([r],`${re()}.svg`,{type:"image/svg+xml"});return(await n.doc.uploadResource(i)).resourceId}class Zu extends oA{constructor(e){super(e,"flowchart","flowchartText")}static get(e,t){return e.addCustom(`flowchart-${t.id}`,()=>new Zu(e))}code2ObjectUrl(e){return Nee(this.editor,e)}code2ResourceId(e){return Pee(this.editor,e)}destroy(){}}function Fee(n,e,t){Zu.get(n,t).createEmbedContent(e,t)}function Kee(n,e,t){const r=Zu.get(n,t),i=$e(e);return r.updateEmbedContent(i,t),!0}function $ee(n,e,t){const{data:r}=t,i=n.getBlockString(e).trim();if(!r||r.embedType!=="flowchart"||i!=="```flowchart"||!le(n,e))return null;const o={src:"",flowchartText:""};return{blockData:{id:re(),type:"embed",embedType:"flowchart",embedData:o},onConverted:(c,f)=>{Zu.get(c,c.getBlockData(f)).editGraph($e(f))}}}function Vee(n,e){return Zu.get(n,n.getBlockData(e)).getBlockProperties(e)}function jee(n,e,t,r){const{embedData:i}=e,o=i;if(r==="html")return o.src?`<img src="${n.doc.buildResourceUrl(o.src,{withToken:!0})}" />`:o.flowchartText?`<div>${o.flowchartText}</div>`:"<p>[flowchart]</p>";if(r==="markdown"){if(o.src)return`![flowchart](${n.doc.buildResourceUrl(o.src,{withToken:!0})})`;if(o.flowchartText)return`\`\`\`flowchart\`\`\`
999
999
  ${o.flowchartText}
1000
1000
  \`\`\`\`\`\``}return""}const Hee={embedType:"flowchart",convertFrom:$ee,handleUpdateBlock:Kee,createEmbedContent:Fee,getBlockProperties:Vee,convertTo:jee},zee=_("plantuml-helper");function _L(n,e){var a;let r=((a=(n.getComponentOptions("plantuml")||{}).cdn)==null?void 0:a.plantuml)||yee;r.endsWith("/")||(r+="/");const i=bI.default.encode(e);p(zee,i,i),r+=i;const s=new URLSearchParams(document.location.search).get("doc");return g1(r,{id:`${s}-${re()}`})}async function qee(n,e){try{const t=await tA(n,e);return(await n.doc.uploadResource(t)).resourceId}catch{return Promise.resolve(e)}}class Qu extends oA{constructor(e){super(e,"plantuml","plantumlText")}static get(e,t){return e.addCustom(`plantuml-${t.id}`,()=>new Qu(e))}code2ObjectUrl(e){return Promise.resolve(_L(this.editor,e))}code2ResourceId(e){const t=_L(this.editor,e);return qee(this.editor,t)}destroy(){}}function Wee(n,e,t){Qu.get(n,t).createEmbedContent(e,t)}function Gee(n,e,t){const r=Qu.get(n,t),i=$e(e);return r.updateEmbedContent(i,t),!0}function Xee(n,e,t){const{data:r}=t,i=n.getBlockString(e).trim();if(!r||r.embedType!=="plantuml"||i!=="```plantuml"||!le(n,e))return null;const o={src:"",plantumlText:""};return{blockData:{id:re(),type:"embed",embedType:"plantuml",embedData:o},onConverted:(c,f)=>{Qu.get(c,c.getBlockData(f)).editGraph($e(f))}}}function Yee(n,e){return Qu.get(n,n.getBlockData(e)).getBlockProperties(e)}function Jee(n,e,t,r){const{embedData:i}=e,o=i;if(r==="html")return o.src?`<img src="${n.doc.buildResourceUrl(o.src,{withToken:!0})}" />`:o.flowchartText?`<div>${o.flowchartText}</div>`:"<p>[plantuml]</p>";if(r==="markdown"){if(o.src)return`![plantuml](${n.doc.buildResourceUrl(o.src,{withToken:!0})})`;if(o.flowchartText)return`\`\`\`plantuml\`\`\`
1001
1001
  ${o.flowchartText}
1002
- \`\`\`\`\`\``}return""}const Zee={embedType:"plantuml",convertFrom:Xee,handleUpdateBlock:Gee,createEmbedContent:Wee,getBlockProperties:Yee,convertTo:Jee},Wfe="",Qee="hr",ete={dividingLine:{type:"\u5206\u5272\u7EBF",abstract:"\u5206\u5272\u7EBF"}},tte={dividingLine:{type:"Dividing-Line",abstract:"Dividing-Line"}},nte={dividingLine:{type:"\u533A\u5207\u308A\u7DDA",abstract:"\u533A\u5207\u308A\u7DDA"}};I.mergeLang({"zh-CN":ete,"en-US":tte,"ja-JP":nte});function rte(n,e){const t=w("div",["editor-embed-container"],e);w("hr",["editor-embed-hr"],t)}function ite(n,e,t,r){return r==="html"?"<hr />":r==="markdown"?"---":"------------"}function ote(){return{name:"hr",insertEmbedCommandItems:[{id:"insert-hr",name:I.t("dividingLine.type"),icon:S5,order:500,group:"common",subText:zn("insert-hr")}],handleInsertEmptyEmbed:async(n,e)=>{const{containerId:t,blockIndex:r}=e;return n.insertEmbed(t,r,Qee,{})}}}function ste(n,e,t){const{data:r}=t;if(!r||r.embedType!=="dividing-line"||!le(n,e))return null;const i={};return{blockData:{id:re(),type:"embed",embedType:"hr",embedData:i}}}function ate(){return{abstract:I.t("dividingLine.abstract")}}const lte={embedType:"hr",createEmbedContent:rte,convertTo:ite,getOptions:ote,convertFrom:ste,getBlockProperties:ate},Gfe="",Xfe="",cte={media:{upload:{failed:'<div class="line-1">{name}\u4E0A\u4F20\u5931\u8D25</div><div class="line-2">\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5 <span class="retry-upload">\u91CD\u8BD5</span></div>',maxSizeFailed:'<div class="line-1">{name}\u4E0A\u4F20\u5931\u8D25</div><div class="line-2">\u6587\u4EF6\u5927\u5C0F\u8D85\u8FC7\u9650\u5236\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\u6587\u4EF6</div>'},load:{failed:'<div class="line-1">{name}\u52A0\u8F7D\u5931\u8D25</div><div class="line-2">\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5 <span class="retry-upload">\u91CD\u8BD5</span></div>'},audio:{menuItem:"\u97F3\u9891",abstract:"\u97F3\u9891"},video:{menuItem:"\u89C6\u9891",abstract:"\u89C6\u9891"}}},ute={media:{upload:{failed:'<div class="line-1">{name} upload failed</div><div class="line-2">Network error, you can <span class="retry-upload">Retry</span></div>',maxSizeFailed:'<div class="line-1">{name} upload failed</div><div class="line-2">The file size exceeds limit. Please choose another file.</div>'},load:{failed:'<div class="line-1">{name} loading failed</div><div class="line-2">Network error, you can <span class="retry-upload">Retry</span></div>'},audio:{menuItem:"Audio",abstract:"Audio"},video:{menuItem:"Video",abstract:"Video"}}},fte={media:{upload:{failed:'<div class="line-1">{name}\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F</div><div class="line-2">\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 <span class="retry-upload">\u518D\u8A66\u884C</span></div>',maxSizeFailed:'<div class="line-1">{name}\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F</div><div class="line-2">\u30D5\u30A1\u30A4\u30EB\u306E\u30B5\u30A4\u30BA\u304C\u4E0A\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u305F\u3081\u3001\u4ED6\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044</div>'},load:{failed:'<div class="line-1">{name}\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F</div><div class="line-2">\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 <span class="retry-upload">\u518D\u8A66\u884C</span></div>'},audio:{menuItem:"\u97F3\u58F0",abstract:"\u97F3\u58F0"},video:{menuItem:"\u52D5\u753B",abstract:"\u52D5\u753B"}}};I.mergeLang({"zh-CN":cte,"en-US":ute,"ja-JP":fte});var Vi=(n=>(n.AUDIO="audio",n.VIDEO="video",n))(Vi||{}),wh=(n=>(n.Empty="empty",n.Progress="progress",n.Error="error",n))(wh||{});const ML=10*1024*1024,dte=["wav","mp3","aac","ogg","webm","flac"],hte=["ogg","mp4","webm"],gte=()=>{};function OL(n){var h,b,C,E,y,T;const e=(h=n.getComponentOptions("media"))!=null?h:{},{allowedMedias:t,maxSize:r,callbacks:i}=e,o=(b=t==null?void 0:t.audio)!=null?b:dte,s=(C=t==null?void 0:t.video)!=null?C:hte,a=(E=r==null?void 0:r.audio)!=null?E:ML,c=(y=r==null?void 0:r.video)!=null?y:ML,f=(T=i==null?void 0:i.onError)!=null?T:gte;return{allowedMedias:{audio:o,video:s},maxSize:{audio:a,video:c},callbacks:{onError:f}}}function mte(n,e){const t=o=>o.map(s=>`.${s}`).join(","),{allowedMedias:r}=OL(n),i=r[e];return i?t(i):"*"}function pte(n,e,t){const{maxSize:r,callbacks:i,allowedMedias:o}=OL(e),{[t]:s}=r,{[t]:a}=o;if(s&&n.size>s){const f=new Error("media is too large");throw f.code=`MaxMediaSize-${t}`,i!=null&&i.onError&&(i==null||i.onError(e,f)),f}const c=Hf(n.name);if(a&&!a.includes(c.toLowerCase())){const f=new Error(`media file is not allowed: ${c}`);throw f.code="NotAllowedFile",i!=null&&i.onError&&(i==null||i.onError(e,f)),f}}function bte(n){return n===wh.Empty||n===wh.Error}const En=_("media");class Cte extends Ut.TypedEmitter{constructor(t){super();g(this,"mediaContainer",null);g(this,"media",null);g(this,"abstract",null);g(this,"handleMediaLoadError",(t,r)=>{if(!r.target||!(r.target instanceof Node)||!(r.target instanceof Element?r.target:r.target.parentElement))return;const o=Z(r.target);if(!o||!o.contains(this.mediaContainer))return;const s=this.renderError();this.updateMediaContent(s),this.emit("mediaError",t,"load_error",fe(o))});g(this,"handleUploadFile",async t=>{p(En,this.abstract,"no abstract"),p(En,this.mediaContainer,"The media element not exist");const{editor:r}=this.options,i=Z(this.mediaContainer);p(En,i,"The block element not exist");const o=r.getBlockData(i);try{const{resourceId:s}=await r.doc.uploadResource(t,{onProgress:b=>{this.renderProgress(b,t)}}),{name:a,type:c,size:f}=t,h={...o,embedData:{...o.embedData,src:s,fileName:a,fileSize:f,fileType:c}};r.updateBlockData(i,h)}catch(s){En.error(s),this.emit("mediaError",r,"upload_error",o.id),this.renderRetry(t,s)}ae(i,"media-block-uploading")});g(this,"destroy",()=>{this.mediaContainer=null});this.options=t}bindMediaEvent(){const{editor:t}=this.options;this.media&&t.domEvents.addEventListener(this.media,"error",this.handleMediaLoadError)}unbindMediaEvent(){const{editor:t}=this.options;this.media&&t.domEvents.removeEventListener(this.media,"error",this.handleMediaLoadError)}updateMediaContent(t){p(En,this.mediaContainer,"The media element not exist"),this.mediaContainer.innerHTML="",this.mediaContainer.append(t)}renderError(){p(En,this.abstract,"no abstract");const{editor:t,createMediaElement:r}=this.options,{mediaIcon:i,mediaName:o}=this.abstract;p(En,this.mediaContainer,"The media element not exist");const s=Z(this.mediaContainer);p(En,s,"The block element not exist");const a=t.getBlockData(s),c=w("div",["media-error","embed-selected-content","embed-hover-content"],null),f=w("span",["media-error-icon"],c);f.innerHTML=i;const h=w("div",[],c);h.innerHTML=I.t("media.load.failed",{name:o}),c.appendChild(h);const b=h.querySelector(".retry-upload");return p(En,b,"The element not exist"),t.domEvents.addEventListener(b,"click",(C,E)=>{const y=w("div",["media-element"],null),T=this.getResourceUrl(a),R=r(C,y,a,T);this.unbindMediaEvent(),this.media=R,this.bindMediaEvent(),this.updateMediaContent(y)}),this.setFullScreen(),c}renderRetry(t,r){var C,E;p(En,this.abstract,"no abstract");const{editor:i}=this.options,{mediaIcon:o,mediaName:s}=this.abstract,a=w("div",["media-error","embed-selected-content","embed-hover-content"],null),c=w("span",["media-error-icon"],a);c.innerHTML=o;const f=w("div",[],a);let h=I.t("media.upload.failed",{name:s});(((C=r.response)==null?void 0:C.status)===420||((E=r.response)==null?void 0:E.status)===413)&&(h=I.t("media.upload.maxSizeFailed",{name:s})),f.innerHTML=h,a.appendChild(f);const b=f.querySelector(".retry-upload");b&&i.domEvents.addEventListener(b,"click",()=>{i.readonly||(p(En,this.abstract,"no abstract"),this.handleUploadFile(t))}),this.updateMediaContent(a),this.setFullScreen()}renderProgress(t,r){p(En,this.mediaContainer,"The media element not exist");const i=this.mediaContainer.querySelector(":scope .media-progress"),o=t===-1||t===100?100:t;if(i){const{updateProgressElement:s}=this.options;s(i,o)}else{const{createProgressElement:s}=this.options,a=Z(this.mediaContainer);p(En,a,"The element not exist"),q(a,"media-block-uploading");const c=w("div",["media-progress"],null);s(c,o,r),this.updateMediaContent(c)}this.setFullScreen()}renderMediaElement(t,r){p(En,this.mediaContainer,"The media element not exist");const i=this.mediaContainer.querySelector(":scope > .media-element"),{createMediaElement:o,updateMediaElement:s,editor:a}=this.options,c=this.getResourceUrl(t,r);if(i){const f=s(a,i,t,c);this.unbindMediaEvent(),this.media=f,this.bindMediaEvent()}else{const f=w("div",["media-element"],null),h=o(a,f,t,c);this.unbindMediaEvent(),this.media=h,this.bindMediaEvent(),this.updateMediaContent(f)}}renderEmpty(t){p(En,this.abstract,"no abstract"),p(En,this.mediaContainer,"The media element not exist");const r=w("div",["media-empty","embed-selected-content","embed-hover-content"],this.mediaContainer);r.innerHTML=this.abstract.mediaIcon,this.updateMediaContent(r);const{editor:i}=this.options;i.findBlockById(t.id)&&this.emit("mediaError",i,"empty",t.id),this.setFullScreen()}getResourceUrl(t,r){const{src:i}=t.embedData,{editor:o}=this.options;return o.doc.buildResourceUrl(i,{syncNewResources:async(s,a)=>{var f,h;if(!r)return;await o.doc.addResources([s]);const c=(h=(f=o.doc).getServerMeta)==null?void 0:h.call(f).appId;if(a!==t.embedData.src&&c&&t.embedData.src.includes(c)){const b=Z(r);if(b&&!o.readonly&&o.isBlockWritable(b)){const C=Ae.default(t);C.embedData.src=s,o.updateBlockData(b,C)}}}})}setFullScreen(){p(En,this.mediaContainer,"The media element not exist"),q(this.mediaContainer,"full-screen")}removeFullScreen(){p(En,this.mediaContainer,"The media element not exist"),ae(this.mediaContainer,"full-screen")}updateBlockAlign(t,r){const i=Z(r);p(En,i,"The block element not exist");const{align:o}=t;t.embedType==="video"&&(i.hasAttribute("data-style-align")&&i.removeAttribute("data-style-align"),i.setAttribute("data-style-align",o))}render(t,r){const{src:i}=t.embedData;(!this.mediaContainer||!r.contains(this.mediaContainer))&&(this.mediaContainer=w("div",["media"],r)),this.updateBlockAlign(t,r),bte(i)?i===wh.Empty&&this.renderEmpty(t):this.renderMediaElement(t,r)}setAbstract(t){this.abstract=t}}_("media-embed");const Ete="left";class UL{constructor(){g(this,"handleInsertEmptyEmbed",async(e,t)=>{var b;const{containerId:r,blockIndex:i}=t;let o;(b=t.data)!=null&&b.file&&(o=t.data.file);const s=mte(e,this.embedType);if(o=o!=null?o:await jc(s,{}),!o)return null;const{mediaType:a}=this.getAbstract();try{pte(o,e,a)}catch{return null}const c={id:re(),type:"embed",embedType:this.embedType,embedData:{src:wh.Empty}};a==="video"&&(c.align=Ete);const f=e.insertBlock(r,i,c);return await this.getMedia(e,c.id).handleUploadFile(o),f})}getMedia(e,t){const r=e.addCustom(`media-${t}`,()=>new Cte({editor:e,createMediaElement:this.createMediaElement,updateMediaElement:this.updateMediaElement,createProgressElement:this.createProgressElement,updateProgressElement:this.updateProgressElement}));return r.setAbstract({...this.getAbstract()}),r}getOptions(){const{menuItem:e,mediaIcon:t,mediaName:r,order:i,group:o}=this.getAbstract();return{name:r,insertEmbedCommandItems:[{id:`insert-${this.embedType}`,name:e,icon:t,order:i,group:o,subText:zn(`insert-${this.embedType}`)}],handleInsertEmptyEmbed:this.handleInsertEmptyEmbed}}createEmbedContent(e,t,r){const{id:i}=r;this.getMedia(e,i).render(r,t)}handleUpdateBlock(e,t,r){const{id:i}=r,o=this.getMedia(e,i),s=$e(t);return o.render(r,s),!0}handleDeleteBlock(e,t){const r=t.id,i=this.getMedia(e,r);i.removeAllListeners(),i.destroy()}convertTo(e,t,r,i){const o=t.embedData,s=e.doc.buildResourceUrl(o.src,{withToken:!0});return i==="html"?`<${o.type} src="${s}" />`:i==="markdown"?`![${o.src}](${s})`:s}}function NL(n,e){const t=w("div",["uploading-progress-mask"],n),r=w("div",["uploading-progress-bar"],t),i=w("div",["uploading-progress-bar-value"],r);i.style.width=`${e}%`}function PL(n,e){const t=n.querySelector(".uploading-progress-bar-value");t&&(t.style.width=`${e}%`)}const xte=_("media-audio");class Ate extends UL{constructor(){super(...arguments);g(this,"embedType",Vi.AUDIO);g(this,"updateProgressElement",PL);g(this,"createMediaElement",(t,r,i,o)=>{const s=w("div",["audio-container","embed-hover-content","embed-selected-content"],r),a=w("audio",[],s);return a.innerHTML="Your browser does not support the <code>audio</code> element.",a.controls=!0,a.src=o,setTimeout(()=>{this.getMedia(t,i.id).setFullScreen()}),a})}getAbstract(){return{mediaIcon:RC,mediaName:I.t(`media.${Vi.AUDIO}.menuItem`),menuItem:I.t(`media.${Vi.AUDIO}.menuItem`),order:800,mediaType:Vi.AUDIO,group:"common"}}getBlockProperties(){return{abstract:`${I.t(`media.${Vi.AUDIO}.abstract`)}`}}updateMediaElement(t,r,i,o){const s=r.querySelector(":scope .audio-container > audio");return p(xte,s,"The media element not exist"),s.src!==o&&(s.src=o),s}createProgressElement(t,r){const i=w("audio",[],t);i.innerHTML="Your browser does not support the <code>audio</code> element.",i.controls=!0,i.src="about:blank",NL(t,r)}}const yte=new Ate;_("video-resizer");function FL(n){return n&&pt(n)&&Wt(n)==="video"}const wte=50;class sA{constructor(e){g(this,"currentResizableElement",null);g(this,"resizing",!1);g(this,"handleHoveringBlockChange",(e,t)=>{if(!this.resizing&&!window.isDragging&&(t&&FL(t)&&this.disableBlockResize(t),e&&FL(e)&&this.editor.isBlockWritable(e))){const r=this.getVideoElement(e);if(!r)return;this.enableBlockResize(e,r)}});g(this,"handleResizing",(e,t)=>{if(this.resizing=!0,!this.currentResizableElement)return;const r=e.getBlock();if(!r)return;const i=r.getBoundingClientRect().width,o=Math.min(Math.max(t.width,wte),i);this.currentResizableElement.style.width=`${o}px`,this.currentResizableElement.style.pointerEvents="none"});g(this,"handleResized",e=>{this.resizing=!1;const t=e.getBlock();if(!this.currentResizableElement||!t)return;const r=this.editor.getBlockData(t),{width:i}=this.currentResizableElement.getBoundingClientRect();this.currentResizableElement.style.pointerEvents="auto",this.editor.updateBlockData(t,{...r,width:i})});this.editor=e,jt.get(e).addListener("change",this.handleHoveringBlockChange)}destroy(){this.currentResizableElement=null,jt.get(this.editor).removeListener("change",this.handleHoveringBlockChange)}getVideoElement(e){return $e(e).querySelector(":scope .video-container > video")}updateResizer(e){const t=this.editor.findCustom(`${fe(e)}-resizer`);t&&t.updateResizer()}disableBlockResize(e){const t=this.editor.findCustom(`${fe(e)}-resizer`);t&&t.disableResize()}enableBlockResize(e,t){const r=this.editor.addCustom(`${fe(e)}-resizer`,()=>new ah(this.editor,{resize:["top-left","top-right","bottom-left","bottom-right"]}));r.enableResize(e,t),r.removeListener("resizing",this.handleResizing),r.removeListener("resized",this.handleResized),r.addListener("resizing",this.handleResizing),r.addListener("resized",this.handleResized),this.currentResizableElement=t}}class kte{constructor(e,t){g(this,"group","hovering-toolbar");g(this,"_commands",[{id:"addComment",name:I.t("comment.quickMenuCommand"),icon:go},{id:"sep",name:"",type:"separator"},{id:"left",name:I.t("commands.alignLeft"),icon:xa},{id:"center",name:I.t("commands.alignCenter"),icon:hu},{id:"right",name:I.t("commands.alignRight"),icon:du}]);this.editor=e,this.block=t,this.editor=e,this.block=t}createIconItem(e,t,r){if(!e)return null;const i=["style-icon","text-style-item"];return t&&i.push("active"),zo(e,i,r)}get commands(){if(this.editor.readonly)return[];const e=this.block.getAttribute("data-style-align");return this._commands.map(r=>r.id===e?{...r,element:()=>{const i=w("div",["video-tooltip-align-style-section"],null);return this.createIconItem(r.icon,!0,i),i}}:r)}executeCommand(e,t,r){switch(r.id){case"addComment":Nl(e,t);break;case"left":case"center":case"right":xp(e,t,r.id);break}}}const vte=_("video");class Bte extends UL{constructor(){super(...arguments);g(this,"embedType",Vi.VIDEO);g(this,"updateProgressElement",PL);g(this,"createMediaElement",(t,r,i,o)=>{const s=w("div",["video-container","embed-selected-content","drag-preview-element"],r),a=w("video",[],s);return a.innerHTML="Your browser does not support the <code>video</code> element.",a.controls=!0,a.src=o,a.addEventListener("canplay",()=>{t.addCustom("video-resizer",()=>new sA(t)),this.getMedia(t,i.id).removeListener("mediaError",this.handleMediaError),this.getMedia(t,i.id).addListener("mediaError",this.handleMediaError),this.getMedia(t,i.id).removeFullScreen()}),i.width&&(a.style.width=`${i.width}px`),a});g(this,"createProgressElement",(t,r,i)=>{const o=w("video",["progress-video"],t);o.innerHTML="Your browser does not support the <code>audio</code> element.",o.controls=!0,NL(t,r),Vc(i).then(s=>{const a=t.querySelector(".progress-video");a&&_1(t)&&(a.src=s)})})}getAbstract(){return{mediaName:I.t(`media.${Vi.VIDEO}.menuItem`),mediaIcon:T5,menuItem:I.t(`media.${Vi.VIDEO}.menuItem`),order:700,mediaType:Vi.VIDEO,group:"common"}}getBlockProperties(t,r){return{abstract:`${I.t(`media.${Vi.VIDEO}.abstract`)}`,blockCommands:{"hovering-toolbar":new kte(t,r)}}}handleMediaError(t,r,i){const o=t.addCustom("video-resizer",()=>new sA(t)),s=t.getBlockById(i);o.disableBlockResize(s)}updateMediaElement(t,r,i,o){const s=r.querySelector(":scope .video-container > video");p(vte,s,"The media element not exist"),s.src!==o&&(s.src=o),i.width?s.style.width=`${i.width}px`:s.style.width="";const a=t.getBlockById(i.id);return setTimeout(()=>{t.addCustom("video-resizer",()=>new sA(t)).updateResizer(a)}),s}}const Tte=new Bte,Yfe="",Rte={callout:{name:"\u9AD8\u4EAE\u5757",command:{presetInfo:"\u5E38\u89C4\u6837\u5F0F",presetAlert:"\u8B66\u793A\u6837\u5F0F",clearEmoji:"\u5220\u9664\u56FE\u6807",background:"\u80CC\u666F\u989C\u8272"}}},Ste={callout:{name:"Callout",command:{presetInfo:"Info",presetAlert:"Alert",clearEmoji:"Remove icon",background:"Background color"}}},Lte={callout:{name:"\u30E1\u30C3\u30BB\u30FC\u30B8\u30DC\u30C3\u30AF\u30B9",command:{presetInfo:"\u60C5\u5831",presetAlert:"\u8B66\u544A",clearEmoji:"\u30A2\u30A4\u30B3\u30F3\u3092\u524A\u9664",background:"\u80CC\u666F\u8272"}}};I.mergeLang({"zh-CN":Rte,"en-US":Ste,"ja-JP":Lte});function aA(n){return n.type==="callout"}const KL=_("preset-item"),c0={"preset-0":{name:I.t("callout.command.presetInfo"),backgroundColor:5,icon:n2},"preset-1":{name:I.t("callout.command.presetAlert"),backgroundColor:2,icon:t2}};function kh(n){return n.startsWith("preset")}function Ite(n){if(!kh(n))return KL.warn(`unknown preset icon id: ${n}`),"";const{icon:e}=c0[n];return e}function $L(n){p(KL,kh(n),`presetId ${n} is not in presets`);const{backgroundColor:e}=c0[n];return{backgroundColor:e,icon:n}}function Dte(n,e,t){const r=e.getBlockData(t);if(!aA(r))return!1;const{backgroundColor:i,icon:o}=r;return kh(o)?c0[n].backgroundColor===i&&n===o:!1}function _te(n,e,t){const r=[];Dte(n,e,t)&&r.push("checked");const{name:i,icon:o}=c0[n];return{name:i,id:n,icon:o,data:n,states:r}}let vh=null;function Mte(){if(vh)return vh;const n=$L("preset-0");return vh=n,n}function Ote(n){vh={...vh,...n}}function Ute(n){const e={id:re(),type:"text",text:[]},t=re();n.doc.localInsertChildContainers([{containerId:t,blocks:[e]}]);const{backgroundColor:r,icon:i}=Mte();return{blockData:{type:"callout",id:re(),icon:i,backgroundColor:r,children:[t]},focusBlockId:e.id}}async function Nte(n,e){const t=Ute(n),{blockData:r,focusBlockId:i}=t;return n.focus(),n.insertBlock(e.containerId,e.blockIndex,r,bt(n,i,0))}function Pte(){return{name:"CalloutBlock",insertBlockCommandItems:[{id:"insert-callout",name:I.t("callout.name"),order:150,icon:D5,group:"common",subText:zn("insert-callout")}],handleInsertEmptyBlock:Nte}}const Fte=_("callout-bg-color-item");class lA{constructor(e){g(this,"id","callout-background-color");g(this,"name",I.t("callout.command.background"));g(this,"manualShowChildren",!0);g(this,"dropdown",!0);g(this,"childrenPlacement","bottom-start");g(this,"bgColorButton");g(this,"bgColorPaletteItem");g(this,"element");g(this,"children",[]);this.editor=e,this.bgColorButton=w("button",["color-button"],null),this.bgColorPaletteItem=new KC("callout-background-color",{color:!1,customBgColorPalette:t=>t(14,2,this.createPaletteButton,"background-color")}),this.element=this.bgColorButton,this.children=[this.bgColorPaletteItem]}createPaletteButton(e){const t=w("button",["background-color-button","callout-bg-color-button"],null);return t.setAttribute("data-background-color",`${e}`),t.setAttribute("data-border-color",`${e}`),t.setAttribute("data-color-index",`${e}`),t}getBgColorFromBlock(e){const t=this.editor.getBlockData(e);return p(Fte,aA(t),"blockData is not CalloutBlockData"),t.backgroundColor}updateItem(e){const t=this.getBgColorFromBlock(e);this.bgColorButton.setAttribute("data-background-color",`${t}`),this.bgColorPaletteItem.palette.setColor("backgroundColor",t)}destroy(){this.bgColorPaletteItem.destroy()}static get(e){return e.addCustom("callout-bg-color-item",()=>new lA(e))}}const VL="";function Kte(n,e){const t=n.getBlockData(e);return aA(t)?t.icon===VL:!1}function $te(n,e){const t=[];return Kte(n,e)&&t.push("disabled"),{name:I.t("callout.command.clearEmoji"),id:"delete-icon",icon:e2,states:t}}const Vte=_("callout-block-commands");class jte{constructor(e){g(this,"group","hovering-toolbar");g(this,"emojiItem");g(this,"bgColorItem");g(this,"handleApplyPreset",e=>{const{data:t}=e,i=$L(t);this.updateCalloutBlockData(i)});g(this,"handleBgColorSelect",(e,t)=>{this.updateCalloutBlockData({backgroundColor:t})});g(this,"handleEmojiSelect",e=>{this.updateCalloutBlockData({icon:e}),this.emojiItem.closeable.close("clickItem")});g(this,"handleEmojiDelete",()=>{this.updateCalloutBlockData({icon:VL})});this.editor=e}get activeBlock(){const e=jt.get(this.editor).hoveringBlockId(),t=this.editor.getBlockById(e);if(we(t)==="callout")return t;const r=t.closest('[data-type="editor-block"].callout-block');return p(Vte,r,"cannot find closet callout block"),r}get commands(){return this.editor.readonly?[]:[this.createPresetItem("preset-0"),this.createPresetItem("preset-1"),{id:"separator",name:"",type:"separator"},$te(this.editor,this.activeBlock),this.createEmojiSelectorItem(),this.createBgColorItem()]}updateCalloutBlockData(e){this.editor.updateBlockData(this.activeBlock,e),Ote(e)}createPresetItem(e){return _te(e,this.editor,this.activeBlock)}createBgColorItem(){return this.bgColorItem||(this.bgColorItem=lA.get(this.editor),this.bgColorItem.bgColorPaletteItem.palette.on("onClick",this.handleBgColorSelect)),this.bgColorItem.updateItem(this.activeBlock),this.bgColorItem}createEmojiSelectorItem(){return this.emojiItem||(this.emojiItem=zC.get(this.editor),this.emojiItem.palette.on("onSelectEmoji",this.handleEmojiSelect)),this.emojiItem}executeCommand(e,t,r){const i=r.id;if(kh(i)){this.handleApplyPreset(r);return}i==="delete-icon"&&this.handleEmojiDelete()}destroy(){this.bgColorItem.destroy(),this.emojiItem.destroy()}}function Hte(n){return{abstract:I.t("callout.name"),blockCommands:{"hovering-toolbar":n.addCustom("callout-block-commands",()=>new jte(n))}}}_("callout-root-dom");function zte(n,e,t,r){const{icon:i,backgroundColor:o,children:s}=r,a=Go(t,"div"),c=w("div",["callout-root"],a,{icon:i,backgroundColor:o});if(i){let h=i;kh(i)&&(h=Ite(i));const b=w("div",["callout-icon"],c);b.innerHTML=h}const f=w("div",["callout-content"],c);return n.createChildContainer(e,f,s[0]),a}function qte(n){return n.group==="basics"?!0:n.group==="common"?n.type==="section"||["insert-link","insert-status","insert-math"].includes(n.id):!1}class cA{constructor(e){setTimeout(()=>{e.getCustom("editor-quick-menu").addFilter("callout-quick-menu-filter",this)})}filter(e,t,r){const i=e.selection.range;if(!i.isCollapsed())return t;const{anchor:o}=i,s=e.getBlockById(o.blockId),a=Z(oe(s));return!a||we(a)!=="callout"?t:t.filter(qte)}destroy(){}static init(e){return e.addCustom("callout-quick-menu-filter",()=>new cA(e))}}function jL(n){return["list","text"].includes(n.type)}const Wte=_("callout-input-handler");class uA{constructor(e){setTimeout(()=>{e.input.addHandler(this)})}handleBackspaceEvent(e){const{start:t}=e.selection.range;if(t.isSimple()){const r=e.getBlockById(t.blockId),i=r.closest('[data-type="editor-block"][data-block-type="callout"]');if(!i)return!1;const o=oe(r),s=ft(o);if(s.length>1)return!1;const a=s[0];return yt(e,a)?(e.deleteBlock(i),!0):!1}return!1}handleBeforeKeyDown(e,t){return t.key==="Backspace"?this.handleBackspaceEvent(e):!1}async handleBeforePasteDoc(e,t){if(!e.selection.range.isSimple())return!1;const r=e.selection.range.start,i=e.getBlockById(r.blockId),o=oe(i);if(Ze(o))return!1;const s=Z(o);if(p(Wte,s,"no parent block"),we(s)!=="callout")return!1;const c=t.blocks.root.filter(jL);if(c.length===0)return!0;const f={blocks:{root:c},comments:{},meta:{}};return e.undoManager.runInGroup(()=>{e.clearSelectedContents(),e.insertDoc(i,r.offset,f)}),!0}destroy(){}static init(e){e.addCustom("callout-block-input-handler",t=>new uA(t))}}async function Gte(n,e,t){const r=e,{id:i,children:o,backgroundColor:s}=r,[a]=o,c=n.getChildContainerData(a),f=n.contentElement.clientWidth;return{blocks:{root:[{type:"table",id:i,colsWidth:[f],rows:1,cols:1,children:o,[`${a}_background`]:`style-bg-color-${s}`}],[a]:c},meta:{},comments:{}}}class fA{constructor(e){this.editor=e,setTimeout(()=>{Ku.get(e).addFinder("callout-drop-target-finder",this)})}checkBlockAllowToDrop(e){const t=this.editor.getBlockData(e);return jL(t)}finder(e,t,r,i){if(!t)return null;const o=document.elementFromPoint(r,i);if(!o)return null;if(fw(o))return this.finder(e,t,r,i+15);const s=Z(o);if(!s)return null;if(we(s)==="callout")return s;const a=Z(e.getParentContainer(s));return a&&we(a)==="callout"?this.checkBlockAllowToDrop(t)?s:a:null}destroy(){}static init(e){return e.addCustom("callout-drop-target-finder",()=>new fA(e))}}const ef=_("callout-block");function Xte(n,e,t,r,i){p(ef,i.type==="callout","invalid block data type");const o=i;return p(ef,o.children,"invalid block data children"),p(ef,o.children.length===1,"invalid block data children length"),uA.init(n),cA.init(n),fA.init(n),zte(n,e,r,o)}function HL(n,e){const t=e.querySelector(':scope .callout-root > .callout-content > [data-type="editor-container"].child');return p(ef,t,"Expected one container"),[t]}function Yte(n,e,t,r,i){return null}function Jte(n,e){const t=e.querySelector(':scope .callout-root > .callout-content > [data-type="editor-container"].child');return p(ef,t,"Expected one container"),[t]}function Zte(n,e,t,r){const i=document.elementFromPoint(t,r);if(!i||!n.contains(i)||!e.contains(i))return null;if(i.closest(".callout-icon")){const s=HL(n,e);p(ef,s.length===1,"Expected one container");const a=St(e,ue(s[0]));return new ei(n,{anchor:a,focus:a})}return null}function Qte(){return 1}function ene(n,e,t,r){return null}function tne(n,e){return n.getBoundingClientRect()}function nne(n,e){q(e,"selected")}function rne(n){n.rootContainer.querySelectorAll('[data-type="editor-block"][data-block-type="callout"]').forEach(e=>{ae(e,"full-selected","selected")})}const dA=[oR,CR,ER,h$,bL,{blockType:"callout",blockKind:"complex",getChildContainers:HL,getNextContainer:Yte,getSelectedContainers:Jte,getRangeFromPoint:Zte,getBlockTextLength:Qte,createBlockContent:Xte,moveCaret:ene,getCaretRect:tne,updateSelection:nne,clearSelection:rne,getOptions:Pte,getBlockProperties:Hte,toStandardDoc:Gte}],hA=[SL,BQ,Oee,Hee,Zee,q$,lte,Tte,yte,Qq,tL,NY],zL=[ST,iL,TS,OT];function ine(n,e,t){var i,o,s,a;Ei.level=(i=t.logLevel)!=null?i:ia.DEBUG;const r=yd(n,e,{components:{blocks:[...dA,...((o=t==null?void 0:t.components)==null?void 0:o.blocks)||[]],embeds:[...hA,...((s=t.components)==null?void 0:s.embeds)||[]],boxes:[...zL,...((a=t.components)==null?void 0:a.boxes)||[]],textRenders:[new kE],options:{...t.componentsOptions}}});return r.readonly=!0,r.addCustom("heading-collapse",()=>new Hx(r)),r.addCustom("editor-tooltip",()=>new Qd(r)),r.addListener("clickLink",(c,f,h)=>{var C;if((C=t==null?void 0:t.events)!=null&&C.onClickLink){t.events.onClickLink(c,f,h);return}const b=h.getAttribute("link");b&&(c.readonly||f.ctrlKey||f.metaKey)&&window.open(b,"_blank")}),r}class qL{constructor(e){this.createOptions=e,e.lang&&I.setLang(e.lang)}createHistoryEditor(e,t){return ine(e,t,this.createOptions)}}function WL(n,{root:e,childDoc:t,doc:r}){var h,b;t.uploadResource=r.uploadResource.bind(r),t.buildResourceUrl=r.buildResourceUrl.bind(r);const i=n.getComponentOptions("comment"),o={image:{defaultAlign:"left"},table:{locatingContainer:e,hideCellMenu:!0,hideToolbar:!0},...i==null?void 0:i.componentsOptions},s=[];n.editorBlocks.forEach(C=>{C.blockType==="text"||C.blockType==="embed"||s.push(C)});const a=[];n.editorEmbeds.forEach(C=>{a.push(C)});const c=[];n.editorBoxes.forEach(C=>{C.boxType==="text"||C.boxType==="br"||C.boxType==="image"||C.boxType==="anchor"||c.push(C)});const f=yd(e,t,{shortcuts:[Am],components:{blocks:s,commandProviders:[new tp],decorators:[new Sp],embeds:a,boxes:c,options:o}});if(f.input.addHandler(new Ip),f.input.addHandler(new mx(f)),f.input.addHandler(new Ax(f)),f.input.addHandler(new YX(f)),f.input.addHandler(new Op),f.addCustom("image-paste-handler",()=>new gx(f)),f.addCustom("layout-paste-handler",()=>new Zx(f,!1)),vt.isMobile||f.addCustom("editor-tooltip",()=>new Qd(f)),n.options.enableContextMenu!==!1&&f.addCustom("editor-context-menu",C=>new Bx(C)),(h=n.options.componentsOptions)!=null&&h.mention){const C=n.options.componentsOptions.mention;f.addCustom("mention",()=>new rL(f,{...C}))}if((b=n.options.componentsOptions)!=null&&b.comment){const C=n.options.componentsOptions.comment;C.onCommentEditorClick&&f.addListener("click",C.onCommentEditorClick)}return f}function one(n,e){const t=Array.from(n.rootContainer.querySelectorAll(`[comment-${e.toLocaleLowerCase()}="${e}"]`)),r=new Set;t.forEach(i=>{const o=Z(i);o&&r.add(o)}),r.forEach(i=>{JX(n,i,e)})}class sne{constructor(e){g(this,"listeners",new Set);g(this,"doc");this.editor=e,this.doc=this.editor.doc.externalDoc,this.doc.registerCallback(this)}getComments(){return this.doc.getComments()}getComment(e){return this.doc.getComment(e)}getCommentDoc(e){return this.doc.getCommentDoc(e)}localCreateComment(e,t){this.doc.localCreateComment(e,t)}localDeleteComment(e){const t=this.getComment(e);this.doc.localDeleteComment(e);const r=t.groupId;this.getComments().filter(o=>o.groupId===r).length===0&&one(this.editor,r)}localUpdateComment(e,t){this.doc.localUpdateComment(e,t)}onCreateComment(e,t){Array.from(this.listeners.values()).forEach(r=>r.onCreateComment(e,t))}onDeleteComment(e,t){Array.from(this.listeners.values()).forEach(r=>r.onDeleteComment(e,t))}onUpdateComment(e,t){Array.from(this.listeners.values()).forEach(r=>r.onUpdateComment(e,t))}addListener(e){this.listeners.add(e)}removeListener(e){this.listeners.delete(e)}createCommentEditor(e,t){return WL(this.editor,{root:e,childDoc:t,doc:this.doc})}allowEdit(e){return e.userId===this.doc.getUser().userId}}class ane{constructor(e,t){g(this,"listeners",new Set);this.editor=e,this.localDoc=t}get doc(){return this.localDoc.toJSON()}getComments(){return Object.values(this.doc.comments)}getComment(e){return this.doc.comments[e]}getCommentDoc(e){const t=this.doc.comments[e];return mC(t)}addListener(e){this.listeners.add(e)}removeListener(e){this.listeners.delete(e)}localCreateComment(e,t){}localDeleteComment(e){}localUpdateComment(e,t){}createCommentEditor(e,t){return WL(this.editor,{root:e,childDoc:t,doc:this.localDoc})}allowEdit(e){return e.userId===this.localDoc.getUser().userId}}const lne={placeholder:{common:{title:"\u8BF7\u8F93\u5165\u6807\u9898",readonlyTitle:"\u8BF7\u8F93\u5165\u6807\u9898",content:"\u70B9\u51FB + \uFF0C\u6216\u8F93\u5165 / \u5FEB\u6377\u63D2\u5165\u7EC4\u4EF6",contentInTable:"\u8F93\u5165 / \u5FEB\u6377\u63D2\u5165\u7EC4\u4EF6"},local:{readonlyTitle:"\u672A\u547D\u540D"}},copyCutProperty:{copy:"\u590D\u5236",cut:"\u526A\u5207",unsafeEnvTips:"\u7531\u4E8E\u5F53\u524D http \u8BBF\u95EE\u73AF\u5883\u4E0B\u7684\u9650\u5236\uFF0C\u8BF7\u4F7F\u7528\u5FEB\u6377\u952E({shortCut}) {operation}",limitedEnvTips:"\u7531\u4E8E\u6D4F\u89C8\u5668\u9650\u5236\uFF0C\u8BF7\u4F7F\u7528 {shortCut} \u7C98\u8D34"}},cne={placeholder:{common:{title:"Enter a title",readonlyTitle:"Enter a title",content:'Click "+", or enter "/" to insert components quickly',contentInTable:'Enter "/" to insert components quickly'},local:{readonlyTitle:"Untitled"}},copyCutProperty:{copy:"Copy",cut:"Cut",unsafeEnvTips:"Due to the limitations of the current http access environment, please use the shortcut ({shortCut}) {operation}",limitedEnvTips:"Press {shortCut} to paste due to browser restrictions"}},une={placeholder:{common:{title:"\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",readonlyTitle:"\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",content:"\u300C+\u300D\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u304B\u3001\u300C/\u300D\u3092\u5165\u529B\u3059\u308B\u3068\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u7D20\u65E9\u304F\u633F\u5165\u3067\u304D\u307E\u3059",contentInTable:"\u300C/\u300D\u3092\u5165\u529B\u3059\u308B\u3068\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u7D20\u65E9\u304F\u633F\u5165\u3067\u304D\u307E\u3059"},local:{readonlyTitle:"\u7121\u984C"}},copyCutProperty:{copy:"\u8907\u88FD",cut:"\u5207\u308B",unsafeEnvTips:"HTTP\u74B0\u5883\u306E\u5236\u7D04\u306B\u3088\u308A\u3001{operation}\u3059\u308B\u306B\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8({shortCut}) \u3092\u3054\u4F7F\u7528\u304F\u3060\u3055\u3044",limitedEnvTips:"\u30D6\u30E9\u30A6\u30B6\u30FC\u306E\u5236\u9650\u306B\u3088\u308A\u3001\u300C{shortCut}\u300D\u3092\u4F7F\u7528\u3057\u3066\u8CBC\u308A\u4ED8\u3051\u3066\u304F\u3060\u3055\u3044"}};I.mergeLang({"zh-CN":lne,"en-US":cne,"ja-JP":une});const fne="UEsDBBQABgAIAAAAIQBk9WPugQEAACkGAAATAAgCW0NvbnRlbnRfVHlwZXNdLnhtbCCiBAIooAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC0lMtqwzAQRfeF/oPRtsRKuiilxMmij2UbaArdKvI4EdULaZzH33fsJKYUJy5NsjHIM/feowHNcLw2OllCiMrZjA3SPkvASpcrO8/Yx/Sld8+SiMLmQjsLGdtAZOPR9dVwuvEQE1LbmLEFon/gPMoFGBFT58FSpXDBCKRjmHMv5JeYA7/t9++4dBbBYg8rDzYaPkEhSo3J85p+b0kC6MiSx21jlZUx4b1WUiDV+dLmv1J6u4SUlHVPXCgfb6iB8daEqnI4YKd7o9EElUMyEQFfhaEuvnIh57mTpSFletymhdMVhZLQ6Cs3H5yEGGnmRqcIxtMNIDVC2T1/G4csIzrzaTRXpJkE5+PgZJzGtPKDgAqaGR6chS3NDALRn38YjXUnRMSNhnh+gq1vdzwgkuASADvnToQVzN4vRvHDvBOkoNypmGk4P0Zj3QmBtIpg+z39VdQ2xyKps36AtNrCP669312Vuuf/9PKaRLI++X5QrcUc8pZsXi/60TcAAAD//wMAUEsDBBQABgAIAAAAIQAekRq37wAAAE4CAAALAAgCX3JlbHMvLnJlbHMgogQCKKAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArJLBasMwDEDvg/2D0b1R2sEYo04vY9DbGNkHCFtJTBPb2GrX/v082NgCXelhR8vS05PQenOcRnXglF3wGpZVDYq9Cdb5XsNb+7x4AJWFvKUxeNZw4gyb5vZm/cojSSnKg4tZFYrPGgaR+IiYzcAT5SpE9uWnC2kiKc/UYySzo55xVdf3mH4zoJkx1dZqSFt7B6o9Rb6GHbrOGX4KZj+xlzMtkI/C3rJdxFTqk7gyjWop9SwabDAvJZyRYqwKGvC80ep6o7+nxYmFLAmhCYkv+3xmXBJa/ueK5hk/Nu8hWbRf4W8bnF1B8wEAAP//AwBQSwMEFAAGAAgAAAAhADPCW79BAQAA5wQAABwACAF3b3JkL19yZWxzL2RvY3VtZW50LnhtbC5yZWxzIKIEASigAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArJQxT8MwEIV3JP5D5B07LVAQatoFkDqwQJFYneSSWI3tyL6Q9t9zojRNRYkYPN6z7r1P57Pny62uo09wXlmTsAmPWQQms7kyZcLe189X9yzyKE0ua2sgYTvwbLm4vJi/Qi2RmnylGh+Ri/EJqxCbByF8VoGWntsGDJ0U1mmJVLpSNDLbyBLENI5nwg092OLEM1rlCXOrnPLXuwb+422LQmXwaLNWg8EzEQKpF8hQuhIwYd/lXpxwMmPiPMN1SAaPu5qG2EPs67H4u5DxhTW4lmk9GEMvjUFMQ0KYVqfgaMeOEL00BjEJCZG1Hq3+oLQegvOjKhSCHl2LWUiaipxcrczmSPNj23UdT6XKW55ZLQ7HLzan5KctgjPyT8TbkIgdpG+ASHc0WN+BODarm6BP6BfFQTkgiJPvafEFAAD//wMAUEsDBBQABgAIAAAAIQBOMo6QFgYAAKYkAAARAAAAd29yZC9kb2N1bWVudC54bWzUWttu40QYvkfiHSJfLRKtz4eYTVeOD7uVQKoo+wCuPUmstT3WeNI0XC0XC1wguOBiuWClLgjBE4AEiIdZ0T28BTM+JM6h7cTZkm0vEnv+mW+++eb7/0yc3r13lsSdU4DyCKY9TtwXuA5IAxhG6bDHPfzM2zO4To79NPRjmIIeNwU5d+/g/ffuTswQBuMEpLhDINLcnGRBjxthnJk8nwcjkPj5fhIFCOZwgPcDmPBwMIgCwE8gCnlJEIXiKkMwAHlO5rP99NTPuQouOGNDC5E/IYMpoMIHIx9hcDbHEDcGUfkub6wCSS2AyAolcRVK3hhK4ymrFSClFRBhtYKktkNaszitHZK0iqS3Q5JXkYx2SCt2SlYNDjOQkuAAosTH5BYN+cRHj8bZHgHOfBydRHGEpwRT0GoYP0oftWBERs0QEjncGEHnExiCWA5rFNjjxig1q/F7s/GUulmOr97qEYhl/eUQpyoOxcp5BGKiBUzzUZTNMjxpi0aCoxrk9KpFnCZx3W+SiYzpcll5ckop54As9Cv9k7hkfjWiKDDsCIWYjWChsDhnzSQhLpxP3EqahrgiYwGpAaQVAC0AjAW/xjAqDD6YZyjFiRhTo8Ypd4XiRHNhRcY6tkymAZCDzSDUmkc+TRoryobb2fY+guNsjhZth3Y4L0ITehzYAKuyfzMl8+3IHI/8jNSmJDAPhylE/klMGBEzd4gfO8UO0FeyrfStuARnHVoIuANyfDmB4ZS+ZySimJmP/EPiHEV2dE+3La5oJcUf01a9+iOtJjkqhZ/2OEEQJE1z5FmTAwb+OMY04nUVRRfryFGjqZjwCBVvx3gaE4bmqR/3uAfAp2cukeNpDJVdYj8d1h1AuvfwmEb5KszPkMqX6tqDKc7JoFGUEi7Az7GVR35z4MTEBy/Pv3rz0w+0CZeBZZwrp6ajxIXBlMwaMT2l6wh9lUHMRcnejpjSDYrJoND2GksMGquOY+iu7exIY/m2ayyzaKwaqi4YNNd3obFy2zVWGDTW+7Il296uaoX6LmisMugkKIpouJqwI5202+5FjUFjTfQ8S7OMHWms33aNdQaNJd3qqoq8q5pq3HaNDRaNNcFzRafLoLGtaF2JdlzReDFSaFw1NTTeRMf1XBVLNcSux+KHnXOVBddQLEm6DVxVSxf6nubdPNfFPLNhCCqWdRxBOHARIj3wNCNf1YbIT46xj3CVi6WxA5jmMAb7MRzeWUqQtQhuGi6Mf/H4xxGIY/hhh3xbjMMXj5998BFDrsiSZnuiYjPoZLiC7fV3rVM+zTFI9uEY72eI1KA4baPWnZZyiYYu2oLFlK6u2C3OzqtyLURaytXME8Zvv//+9fOr8y8unj1lWKjqeroraMpWvliMFAutmoq9WDp9aJohGzrLN7o2M7asLrVj6MMbM8/8gBgqQyAH6BRwB5RlZ8l/1HgFrSO0NH29Wws7e5jGUQoa+zvbLgwuQ26YiBGX2SOvn39z8eWT0ik3tbAzvIzMuiuXbkRndSfW+1rRlb7nKExng00SeDuXXcK1qwiWJi99hmme4uiaRfNkJ1wXt2u78+Dr35+8+vPXJTeMSNVGxDuPOsiMyILRYahR/qMoxxBNSREuTbdox+vy4UGNem06MPB+8/0/L7/9ZdluM+JvV6SX539c/P0dg7eFru3alrhUs1VH6kuqPD/gULUcRVAdd51fFiM35m21L3ueJNOJGlwFQ1FFxZ0beQ3Xcrs3WkDV1FjA4qfrx8RZR4QYOSlko3JX0nFS9ozi07juJ8xih2HdVjy65mcDGlmyljCbK5rbf/H109fPf7u6FjfA2R5Rq47sCZq2JL/ueo5o2VfK//8oXf0g8K4rvcf0c4DrGX25v3TElmzV1foiLe47tfrGZf16xWbiLMlTh/yTCmauWA4CfDST+jopimUNjz8nwQnxhSQp9LmgOSLXqqFUWZoNP/EpIoYZaVfKLigajvD89gRiDJP5fQwGjegI+CEg8+oCfSRmDiDEjdvhGBe31XQBjKle1cmE9imaQxjcR/SnOJOeho4iHBCWslYM4ut1F5flD3P8/B+MDv4DAAD//wMAUEsDBBQABgAIAAAAIQC29GeY0gYAAMkgAAAVAAAAd29yZC90aGVtZS90aGVtZTEueG1s7FlLixtHEL4H8h+Guct6zehhrDXSSPJr1zbetYOPvVJrpq2eadHd2rUwhmCfcgkEnJBDDLnlEEIMMcTkkh9jsEmcH5HqHkkzLfXEj12DCbuCVT++qv66qrq6NHPh4v2YOkeYC8KSjls9V3EdnIzYmCRhx719MCy1XEdIlIwRZQnuuAss3Is7n392AZ2XEY6xA/KJOI86biTl7Hy5LEYwjMQ5NsMJzE0Yj5GELg/LY46OQW9My7VKpVGOEUlcJ0ExqL0xmZARdg6USndnpXxA4V8ihRoYUb6vVGNDQmPH06r6EgsRUO4cIdpxYZ0xOz7A96XrUCQkTHTciv5zyzsXymshKgtkc3JD/beUWwqMpzUtx8PDtaDn+V6ju9avAVRu4wbNQWPQWOvTADQawU5TLqbOZi3wltgcKG1adPeb/XrVwOf017fwXV99DLwGpU1vCz8cBpkNc6C06W/h/V671zf1a1DabGzhm5Vu32saeA2KKEmmW+iK36gHq92uIRNGL1vhbd8bNmtLeIYq56IrlU9kUazF6B7jQwBo5yJJEkcuZniCRoALECWHnDi7JIwg8GYoYQKGK7XKsFKH/+rj6Zb2KDqPUU46HRqJrSHFxxEjTmay414FrW4O8urFi5ePnr989PvLx49fPvp1ufa23GWUhHm5Nz9988/TL52/f/vxzZNv7XiRx7/+5avXf/z5X+qlQeu7Z6+fP3v1/dd//fzEAu9ydJiHH5AYC+c6PnZusRg2aFkAH/L3kziIEMlLdJNQoAQpGQt6ICMDfX2BKLLgeti04x0O6cIGvDS/ZxDej/hcEgvwWhQbwD3GaI9x656uqbXyVpgnoX1xPs/jbiF0ZFs72PDyYD6DuCc2lUGEDZo3KbgchTjB0lFzbIqxRewuIYZd98iIM8Em0rlLnB4iVpMckEMjmjKhyyQGvyxsBMHfhm327jg9Rm3q+/jIRMLZQNSmElPDjJfQXKLYyhjFNI/cRTKykdxf8JFhcCHB0yGmzBmMsRA2mRt8YdC9BmnG7vY9uohNJJdkakPuIsbyyD6bBhGKZ1bOJIny2CtiCiGKnJtMWkkw84SoPvgBJYXuvkOw4e63n+3bkIbsAaJm5tx2JDAzz+OCThC2Ke/y2EixXU6s0dGbh0Zo72JM0TEaY+zcvmLDs5lh84z01QiyymVss81VZMaq6idYQK2kihuLY4kwQnYfh6yAz95iI/EsUBIjXqT5+tQMmQFcdbE1XuloaqRSwtWhtZO4IWJjf4Vab0bICCvVF/Z4XXDDf+9yxkDm3gfI4PeWgcT+zrY5QNRYIAuYAwRVhi3dgojh/kxEHSctNrfKTcxDm7mhvFH0xCR5awW0Ufv4H6/2gQrj1Q9PLdjTqXfswJNUOkXJZLO+KcJtVjUB42Py6Rc1fTRPbmK4RyzQs5rmrKb539c0Ref5rJI5q2TOKhm7yEeoZLLiRT8CWj3o0Vriwqc+E0LpvlxQvCt02SPg7I+HMKg7Wmj9kGkWQXO5nIELOdJthzP5BZHRfoRmsExVrxCKpepQODMmoHDSw1bdaoLO4z02Tker1dVzTRBAMhuHwms1DmWaTEcbzewB3lq97oX6QeuKgJJ9HxK5xUwSdQuJ5mrwLST0zk6FRdvCoqXUF7LQX0uvwOXkIPVI3PdSRhBuENJj5adUfuXdU/d0kTHNbdcs22srrqfjaYNELtxMErkwjODy2Bw+ZV+3M5ca9JQptmk0Wx/D1yqJbOQGmpg95xjOXN0HNSM067gT+MkEzXgG+oTKVIiGSccdyaWhPySzzLiQfSSiFKan0v3HRGLuUBJDrOfdQJOMW7XWVHv8RMm1K5+e5fRX3sl4MsEjWTCSdWEuVWKdPSFYddgcSO9H42PnkM75LQSG8ptVZcAxEXJtzTHhueDOrLiRrpZH0Xjfkh1RRGcRWt4o+WSewnV7TSe3D810c1dmf7mZw1A56cS37tuF1EQuaRZcIOrWtOePj3fJ51hled9glabuzVzXXuW6olvi5BdCjlq2mEFNMbZQy0ZNaqdYEOSWW4dm0R1x2rfBZtSqC2JVV+re1ottdngPIr8P1eqcSqGpwq8WjoLVK8k0E+jRVXa5L505Jx33QcXvekHND0qVlj8oeXWvUmr53Xqp6/v16sCvVvq92kMwioziqp+uPYQf+3SxfG+vx7fe3cerUvvciMVlpuvgshbW7+6rteJ39w4Byzxo1IbtervXKLXr3WHJ6/dapXbQ6JX6jaDZH/YDv9UePnSdIw32uvXAawxapUY1CEpeo6Lot9qlplerdb1mtzXwug+Xtoadr75X5tW8dv4FAAD//wMAUEsDBBQABgAIAAAAIQDlI7CA9QMAAKALAAARAAAAd29yZC9zZXR0aW5ncy54bWy0Vttu2zgQfV9g/8HQ8zq6WHZsoU4R3zYp4nZRebHPlETZRHgRSMqu8/U7pETLu3ELp0VeEmrOzJkh53DoDx+/MdrbY6mI4FMvvAm8Hua5KAjfTr2/N6v+2OspjXiBqOB46h2x8j7e/f7bh0OisNbgpnpAwVXC8qm307pKfF/lO8yQuhEV5gCWQjKk4VNufYbkc131c8EqpElGKNFHPwqCkdfSiKlXS560FH1GcimUKLUJSURZkhy3/1yEvCZvE7IQec0w1zajLzGFGgRXO1Ipx8Z+lg3AnSPZ/2gTe0ad3yEMrtjuQcjiFHFNeSagkiLHSkGDGHUFEt4ljl8RnXLfQO52i5YKwsPArs4rH76NIHpFMMrxt7dxjFsOHyLPeUjxNp7RiYd0BxuOfq6YMwKF30YxdHWoI+t2pOg1PW6gJ5JJJJsb1DaY5cnjlguJMgrlQKN70Kuerc78hS2bf3YJOe/gIr8IwXqHpMIyBzXDFAgCzzdABtXBaFiIz0KntZSi5sUDRmD7LrwSQrcwKFCUqUYa8iZbiRjc/amXU4x4Q1/gEtVUb1CWalGB0x7B1m+jNnu+QxLlwJZWKAcdzwXXUlDnV5i0c5gjEmTeRtipYla1wqvlEzqKWp8haTOxgIEjBofznym0FgWMFAiV5PoumgBbTTg8L+H/iQRMWEkKvDFNSfWR4hVsJiUv+J4Xn2qlCTDaWfQLFfyoAMxN5i8go82xwiuMdA3H9k7JbGdWlFRrAqKQj7wAWb1bMlKWWEICAkJbg5yIFAd7zo1S3ysvKOwfcIZbPNiATJ9nQmvBHo7VDs761zpp9e+fyxme50K5xVe4YifXYBEHw8WyqdSgHRJEo9FicAkJV9Eyvr+EjJfBfDW7hMxm0WB+ewmZx6NJNLmILMPJ+GIFCyhiPL+IfHc/q0kc39qe+KcTYYl5dv+SbmWuVY81EXPEMklQb20eZt94ZPJ5RrjDMwzzFJ8jaZ05sN9vAMUQpStosANsc1hSEFUtcGnXdI3ktuNtPeRFK8y8TycuM26x/BMGZ9WgB4mq5ro4lzCO20jC9RNhzq7qLHVRHF6AMwim8Je9tOfUHc8h0SA/O3aekJWx9cW8P/9shIeR0veKoKn3sjOmRvlUpka1eI2qqhF/tg2nHiXbnQ5NmIavAn7S2Y9sG7VYZLGowewHys1mwbtddLbI2c78Bs426Gyxs8Wdbehsw842craRse1g3ElK+DPcQ7c09lJQKg64eOjwVyb3SuUERJAeWdY9PjcNRomCwVDBO6WFdNgfFgvjpBD5o3ls48Y+nIwXy8mg0XY4tO+btrMDjvYrLmdI4aJRt/tpffcvAAAA//8DAFBLAwQUAAYACAAAACEAQMH/8TkBAAAjAwAAFAAAAHdvcmQvd2ViU2V0dGluZ3MueG1snNJfT8IwEADwdxO/w9J36CCykIVBYgzGF2OifoDS3aCx7S294sBP720CYnhhvvT//XLXdrbYOZt8QiCDvhCjYSoS8BpL49eFeH9bDqYioah8qSx6KMQeSCzmtzezJm9g9Qox8klKWPGUO12ITYx1LiXpDThFQ6zB82aFwanI07CWToWPbT3Q6GoVzcpYE/dynKaZODDhGgWrymh4QL114GMXLwNYFtHTxtR01JprtAZDWQfUQMT1OPvjOWX8iRndXUDO6ICEVRxyMYeMOorDR2k3cvYXmPQDxhdApmHXz5geDMmR544p+znZyTHlmfO/ZM4Agn7E5JgH7V1bkdP509pjUCvLEr9RwtecdHDbcrZt1w35+Jx/LdbROPMFSwz3ARuCINtlZS02L8+PPJF/vvb8GwAA//8DAFBLAwQUAAYACAAAACEAOdtFTLkFAAAnWgAAEgAAAHdvcmQvbnVtYmVyaW5nLnhtbOyczW7qRhiG95V6D8j7xP8/oEOOwECV6rQ60knV9WAGsGKPrbGB0FV7Ke266q430EvpDfQWOuOxzZ9DbIMw5MwmDuP5Xs/3zjfDk0nCh48vvtdaQhy5AeoK8r0ktCBygomLZl3hp6fRnSW0ohigCfACBLvCGkbCx4dvv/mw6qCFP4aYdGwRDRR1VqHTFeZxHHZEMXLm0AfRve86OIiCaXzvBL4YTKeuA8VVgCeiIslS8l2IAwdGEdGxAVqCSEjlnJdyahMMViSYCmqiMwc4hi8bDbmyiC62RetQSKkhRDJU5EMptbKUIdJRHQhptYTIqA6U9HpKBckZ9ZSUQyWznpJ6qGTVUzooJ/+wwIMQInJzGmAfxOQlnok+wM+L8I4IhyB2x67nxmuiKRmZDHDRc40RkahcwVcnlRVM0Q8m0FMnmUrQFRYYddL4uzyeDr3D4tNLFoHL5M9CBoGz8CGKk8xFDD3iRYCiuRvmK9yvq0ZuzjOR5bEklr6X9VuFcsnl8tr2NGBWbgTLDD/13/fYyI8rylKJGaESeUSZIew+MxuJT6pw8+Ba1myZK5fcQDIB5UDAcGDJDT/TsFIN0dmsUKrjllwamQ6bFarjboyVS+5j+4PZEohgNQk9G0e09rcyCmenle13OFiEGzX3NLXHzSa0ojxQQSst/+0lGZ02mC9zEJK9yXc6jzMUYDD2yIhIMbdIPbaSGaBfybTSS/ItfGnRjUB4IPwCxlGMgRP/uPBbO68eSQERDiIiHQwJ/GDayFCnN40h7mMInmkXqoIiKt9ZAo+0jJS+ItuKINI7/sKL3U9wCb2ndQizPkmrR1tZr9gPveyeatvSUJE0dsdb0hsuuWTPSsaSdZZZL0JhIz9vHC88D8Z5/BN8yW/9++sfefv3TtbqwWnaPfyM6cVFNB3a3BU0hdrQmQM0S3iQviZ9xbwzTi+jAMURNTFyXFJgP5PelCCjJLpHLNpvcxGRn8ApIG6wx4+Tr25uJWuNfskalCRfMX2mmKSx75J8ukv//F7VJEu7nEkbO2T9bTuU0+3477e/q/ohK8alDDmevnqO9P+snL5hXUf6bJM7Mf2/qqavyNJ1pK83UvyKfrEt83j6RiPFr7QvthkeT99spPhV9Uq2PquR4lfNxrY+cQfg6DOO0p1ch+4Uua1LumWw/KvTXbsvGX1LS+O3p+sMdJc+r/xkXRPblYEZznY7dnC2Oz19znbV0udsx9mOsx1nuwunX5HtlDpsp2rKSB5ItdlOaxu2aitWbms+Xfzk7kIndzXW9OXwjsMchzkOc4Xpc5hroPg5zHGYuwWYU2vBXNvWTcsasvyLYW6+HmN38sMRpDN7pqbpmpabm09a4l0cek5XsI2BNVRNu8Y0hl/itZeP55MbxZ8BBjMMwnnhPH8FJ3y5rZakS0N5dAZ2fl9nfrlBw/5Is4b9s7x5XDM4VrWI7hepRZImtSVJYlUFUQxidwnP9JPGLcPmvkHMsjMbdMs4um8QazmzQbcMrPsGXccSuyKk3TfoOpbYFUHvvkHXscRuB4vpLl4HiwdqXxqw/KufcQ7aQ0Oib/2ZrfmEvv8zTn6ayU8z+WkmP818M31+mtlA8fPTTH6aeQvYRjG3Mrbplq0aZttm+VfHNsM2FG3YTk9Dt6frDNhWY7FybOPYtsmeYxvHNo5tHNsaTZ9jWwPFfzvYRk+8K2ObOVBHqmFpLP/q2NYb9CRTVtL47el679jGIe317DmkNVD6HNI4pHFI45DWaPoc0o5DGv2te3VIG/ZNc9QbsPyrQxrZGwzLlL/Kf/vgZ2sc2zi2cWx7M32ObQ0UP8c2jm1Xgm0owTWUffIKbdphtywjNZVDBWHsDbQwLPmf3VfC2BtPYVj2x+RFYQefD7gJM4+EsY2uMEw7EsY2iMKw5JMEXwljC6swLJvrojBWkIVhGcYlYezKIPrhfwAAAP//AwBQSwMEFAAGAAgAAAAhAPiVyO/8DgAA85kAAA8AAAB3b3JkL3N0eWxlcy54bWzsXd9zo0YSfr+q+x8oPSUPG/+QLTtbcVJr2T67btdxVt5L3eMIRhZnYHSA1uv89TczDAjUDKKHjuu8m6RqLQH9MczXX890A5qffvkSR95nnmahSM5GBz/sjzye+CIIk4ez0af7qzenIy/LWRKwSCT8bPTMs9EvP//9bz89vc3y54hnngRIsrexfzZa5vnq7d5e5i95zLIfxIoncudCpDHL5df0YS9m6eN69cYX8Yrl4TyMwvx573B/fzIyMGkfFLFYhD6/EP465kmu7fdSHklEkWTLcJWVaE990J5EGqxS4fMskxcdRwVezMKkgjk4AkBx6KciE4v8B3kxpkUaSpof7OtPcbQBOMYBHAKAic+/4DBODcaetKzjhAEOZ1LhhEENx60xNYCM4yCOy3Zkz7G6oth/e/OQiJTNI4kkOfJkN3saWP0rW6v+6I/y8J+lwwbCv+ALto7yTH1N71Lz1XzTf65Ekmfe01uW+WF4L9slweNQnuf6XZKFI7mHsyx/l4WsvvPSbFP7l+rAVks/y2ubz8MgHO2pk2Z/yJ2fWXQ2Ojwqt0xVIxrbIpY8lNt48mZ6W2/M2eiPpdk0l7hnI5a+mb1Thnvm2oq/tSteVd+Ko7a6R+pJqmtWiFzu5Yv3wn/kwSyXO85G++pUcuOnm7s0FKkU8tnoxx/NxhmPw+swCHhSOzBZhgH/fcmTTxkPNtt/u9JiNBt8sU7k5/HJRFMWZcHlF5+vlLTl3oSp3rtVBpE6eh1uTq7N/1uCHZg+a7Nfcqbim3ewDaGbj4I4VBZZ7WrbMddb166PQp1o/FInOnqpEx2/1IkmL3Wik5c60elLnUjD/JknCpOAfymECE8DUHfhWNSIxrGIDY1j0RIaxyIVNI5FCWgci6OjcSx+jMaxuCkCJxe+zQtrzj62eHs37u4xwg1395Dghrt7BHDD3R3w3XB3x3c33N3h3A13d/R2w90drPG4xVTLu5EyS/LBKlsIkSci517OvwxHY4nE0kkfDZ4a9HhKcpEEMEVkMwPxYDSf6e+7PUSL1H08z1U25omFtwgf1inPBjecJ595JLN2jwWBxCMETHm+Ti094uLTKV/wlCc+p3RsOtAoTLiXrOM5gW+u2AMZFk8C4u4rEUmCQuXQbJ0vlUhCAqeOmZ+K4U0TjCw+vA+z4X2lQLzzdRRxIqxbGhfTWMNzAw0zPDXQMMMzAw0zPDGocUbVRQaNqKcMGlGHGTSifiv8k6rfDBpRvxk0on4zaMP77T7MIx3i67OOg/61u2kkVJl+cDtm4UPC5ARg+HBjaqbeHUvZQ8pWS0+VkNth69eMPc+5CJ69e4oxrUKimtdrF5nKqw6T9fAObaBRiavCI5JXhUcksApvuMQ+yGmymqBd0+Qzs/U8bxWtRuol2hmL1sWEdrjaWD7cwzYCuArTjEwG7bAEHnyrprOKTorIt2nl8IZtsIbLajsqkTbPQBK0MhL+I00Yvn5e8VSmZY+Dka5EFIknHtAhzvJUFL5Wl/yhpqSX5C/j1ZJloc6VGhD9h/ryBr/3ga0GX9BdxMKEhrfLNzELI49uBnF9/+G9dy9WKs1UHUMDeC7yXMRkmKYS+N3vfP49TQPfySQ4eSa62ndE5SENNg0JBpkCSQRESHKaGSYhyRiq8f7Jn+eCpQEN2l3Ki2dqck6EOGPxqph0EGhLxsUnGX8IZkMa718sDVVdiEpU9yRgtbJhtp7/h/vDQ92t8EgqQ7+uc11/1FNdbU0HN3ya0IAbPkXQbMrhQfkvwcU24IZfbAOO6mKnEcuy0HoL1RmP6nJLPOrrHZ78GTwRiXSxjug6sAQk68ESkKwLRbSOk4zyijUe4QVrPOrrJXQZjUdQktN4/0jDgIwMDUbFhAajokGDUXGgwUgJGP6ETg1s+GM6NbDhz+oUYERTgBoYlZ+RDv9Ed3lqYFR+psGo/EyDUfmZBqPys/GFxxcLOQmmG2JqkFQ+V4OkG2iSnMcrkbL0mQjyMuIPjKBAWqDdpWKhXrYQSfEQNwGkqlFHhJPtAo6K5N/5nKxpCouyXQQVURZFQhDV1jYDjrZsPru2y0y/czG4CXcR8/lSRAFPLddkt5X58mzFfFOmB7f7epU934cPy9ybLatqfx1msr/TskzYG2a7T9jW55PDDrMPPAjXcdlQ+DLFZNzfWHt0w7h856XDeDOTaFge97SE55zsttzMkhuWJz0t4TlPe1pqnTYsu/RwwdLHVkc46fKfKsezON9JlxdVxq2n7XKkyrLNBU+6vKghFe+d76u7BZCdfpqx2/cTj90eoyI7CkZOdpTeurJDdAnsI/8cqpEdEzT1+aqnJ0Dc15PoXpHzt7Uo6vaNG079X+q6kROnJONeK864/42rRpSx92PvcGOH6B137BC9A5AdolckspqjQpIdpXdsskP0DlJ2CHS0giMCLlpBe1y0gvYu0QqiuESrAbMAO0Tv6YAdAi1UCIEW6oCZgh0CJVRg7iRUiIIWKoRACxVCoIUKJ2A4oUJ7nFChvYtQIYqLUCEKWqgQAi1UCIEWKoRACxVCoIXqOLe3mjsJFaKghQoh0EKFEGih6vniAKFCe5xQob2LUCGKi1AhClqoEAItVAiBFiqEQAsVQqCFCiFQQgXmTkKFKGihQgi0UCEEWqjFq4buQoX2OKFCexehQhQXoUIUtFAhBFqoEAItVAiBFiqEQAsVQqCECsydhApR0EKFEGihQgi0UPXNwgFChfY4oUJ7F6FCFBehQhS0UCEEWqgQAi1UCIEWKoRACxVCoIQKzJ2EClHQQoUQaKFCiC7/NLcobY/ZH+CrntYn9vvfujKN+lh/lbsONe4PVbbKjtX/XYRzIR691hcPxzrf6AcSzqNQ6BK15bZ6HVc/EoG68fnrtPsNnzr6wB9dMu9C6HumAPyoryWoqRx1uXzdEiR5R12eXrcEs86jruhbtwTD4FFX0NW6LB9KkcMRMO4KMzXjA4t5V7SumcMu7orRNUPYw12RuWYIO7grHtcMjz0VnLetj3v206R6vhQgdLljDeHEjtDllpCrMhxDYfQlzY7Qlz07Ql8a7QgoPq0weGLtUGiG7VBuVEOZYal2F6odAUs1RHCiGsC4Uw2hnKmGUG5Uw8CIpRoiYKl2D852BCeqAYw71RDKmWoI5UY1HMqwVEMELNUQAUv1wAHZCuNONYRyphpCuVENJ3dYqiEClmqIgKUaIjhRDWDcqYZQzlRDKDeqQZaMphoiYKmGCFiqIYIT1QDGnWoI5Uw1hOqiWldRGlSjGK6Z4yZhNUPcgFwzxAXnmqFDtlSzdsyWagiO2RLkquQcly3VSbMj9GXPjtCXRjsCik8rDJ5YOxSaYTuUG9W4bKmNaneh2hGwVOOyJSvVuGypk2pcttRJNS5bslONy5baqMZlS21UuwdnO4IT1bhsqZNqXLbUSTUuW7JTjcuW2qjGZUttVOOypTaqBw7IVhh3qnHZUifVuGzJTjUuW2qjGpcttVGNy5baqMZlS1aqcdlSJ9W4bKmTaly2ZKcaly21UY3LltqoxmVLbVTjsiUr1bhsqZNqXLbUSTUuW/ogTUKCn4CaxSzNPbrfi7tm2TJnw3+c8FOS8kxEn3ng0V7qe9RV7j01lr9S2Hq1O3l8LvtM/QJ67XWloPgFWAOoD7wJqmWqlLFqiWeW7jKbdYPN7Vr9Oc1kTm2O2d8/Pz8cT43UVsXSZFnxZqk8Rv1a0dloPNGvJKkvH9dqDTS2zoVpvTbZM43Z0fyqweb+8wFo8mbBLN2eOZM99avqYXBBifqxxZbtysnK7eVppkuWFns37l8eYwRu75+Lo/3ji8tG/zxyvrqV59fb1BfJOc/0t03XzdXvlHG1qJoRvyh+/On956gCr/ehZWE4qcRyrTrv3+yaNxaGa92pV4Vr3eNnZ6P7MOaZd8ufvI8iZon3nemkzJvOvje9rv/1VfjYdIP6T2HodeV0aDkbqd+9N0xtFpYrb5TXF5Yb60hTWx/OxVsOrd5i4hiNtxz28JamlP9kB7L7TxlBvir/GZuJQ2NhQr1toP+Mrf5jHgqh8Z/x6/GfUpVfl/9QxJojq6+Y6EbjK0evx1e0Rv5ffSWcFhfk7DPlSDzEZ46tPmMeAKPxmePX4zNaK19DfBnoGcUKs22eYcY6Gs+YvB7P0Ir4yzMeTqyeYTIyGs84eT2eUc70vppxZqCHnFo9xBS3aDzk9PV4iFbGq4gdhyfq/3bPKDfeh2oV8gtDZiPp6ek+vmSO+eYnxy0VIrN0UPXbN3rhoG3HsqwvZHGKchJVlbnafcTe7lzVKTvarOuYnaWtotRp9VrjtrtaKNszjwonkh9uEuXET2aV96KlwRdWQMn9Ux5FH1hxtFjZD434QmlP7j3Y1780ubV/XiyaYLVPdXXdCrDXbEzxtdtPimUUw+K1D2slUZWQW7pbv4M0tKd7+rC/zmTXzNQB2+1rVPS2W2l2egfeJphtRcdWHdhiovFwazy0B7y/KnlIQouim43QQyJCTZ3wmyV0SGkNSWhRBbMROiYi1BTuvl1C/xw1FmUpG3lHROSZ6PLqyXup4hOSxKJOZCPxmIhEU9r6phRITlVRuLFRNSGiygT/v6gaQlVRSbFRdUJElSn+fJOhkZyyorRho+yUiDKTwH9d6nqZAkaj/tXBp17ibptHvbGNvX5Pv5xe7k+vzoujTEFpdR7U0nt9nFoI2qyb9oe6raE+rJhftlD32eapmCr532GrPwPbqjDgdOaybOBwalVSM5eeLasu8iPOCqHVjpZfF2Ek916eXE4u9YNl2heu9MY58x8fUrFOgn43mKciyUTE9O+BbFx8FsaztX4oy3h2/bBWl9aLsFbuHDFdT9QXwZM3n2a0weUmUWXJVpes7cKFFWuRrZ//EnVv0eagCgKJSCof0mHb+JD+DByQ1HVoWNwMCNVTiNuUbfYMZayshbWUGZvMTS8Pfjw1CaxhrjlMHk/G002YNbF32WzoujzaSH1A52weiCyfh9zupJZHJql6a3eNFtd5k/3jy+Mp1iMPLq4uLhzGrKoPVZF08/vy2/2nn87d7G7ru/qgBXtrbFJm1F2XZB0XH8Jo68kfve+msi5Ha2MAwnZPKZafsp//BwAA//8DAFBLAwQUAAYACAAAACEAzJJQVH0BAADxAgAAEQAIAWRvY1Byb3BzL2NvcmUueG1sIKIEASigAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjJLLTsMwEEX3SPxD5H1qJ+WlKE3FQ6yoQKIViJ2xJ60hsS17IPTvcZI2JYgFO4/n+GRy7Xz+VVfRJzivjJ6RZMJIBFoYqfR6RlbL2/iCRB65lrwyGmZkC57Mi+OjXNhMGAcPzlhwqMBHwaR9JuyMbBBtRqkXG6i5nwRCh2ZpXM0xlG5NLRfvfA00ZeyM1oBccuS0FcZ2MJKdUopBaT9c1QmkoFBBDRo9TSYJPbAIrvZ/Hug6P8ha4dbCn+i+OdBfXg1g0zSTZtqhYf6EPi/uHrtfjZVusxJAilyKDBVWUOT0sAwr//H6BgL77aEIa+GAo3HFQglnvCkxui9LJSBaeXAdvSfa7N9h2xgnffCMqoBJ8MIpi+FG+6+MNgJdcY+LcMWlAnm1LS5Pz9OzTvOr0bIOPlX7NoqkI4Yy3wXdDwUyCgFlfZz7ztP0+mZ5S4qUpUnMTuIpW7I0O00zxl7auUbnD8J6N8A/jdOMnYyNe0EfzfiRFt8AAAD//wMAUEsDBBQABgAIAAAAIQAiURHx1QEAAN4DAAAQAAgBZG9jUHJvcHMvYXBwLnhtbCCiBAEooAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJxTwW7bMAy9D9g/GLo3crKh6AJFxZBi6GFDA8Rtz5xMJ8JsSZDYINnXj7YTT9l2mk/vkfTTE0mp+2PXFgeMyXq3EvNZKQp0xtfW7VbiufpycyeKROBqaL3DlThhEvf6/Tu1iT5gJIupYAmXVmJPFJZSJrPHDtKM044zjY8dENO4k75prMEHb946dCQXZXkr8UjoaqxvwiQoRsXlgf5XtPam95deqlNgPa0q7EILhJrOYFZ7Oio5xVXlCdrKdqjnJccnpjaww6TnSo5AvfpYJ724U3JEar2HCIa4h3p++0HJjKvPIbTWAHF39Tdrok++oeJpsFz0/yuZlyi+xhbNW7R00mwjp+qrdaOREbCxCLsIYX92NzG1NdDimhugG2gTKvk7oB4R+uFuwPb+DrQ8oCEfi2R/8ngXovgOCfu2rcQBogVHYiwbyYDbkCjqylLL2hMfYF6WY/uxNzmC68KBDB4YX7sbTkhPDd+N/mF2npsdPIxWMzu5s8sZf6iufRfAcX/lhLjBP9JzqPxDvxrnHl4Hs6m/WtpvA5h+OJ/KfP5ZRm05ijUPdJrJFFCPfIPY9vr8r9thfan5O9Fv1Mv4XHnbZiV/wwpdYrwI0zvSvwAAAP//AwBQSwMEFAAGAAgAAAAhAIg/pb/hAAAAVQEAABgAKABjdXN0b21YbWwvaXRlbVByb3BzMS54bWwgoiQAKKAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAnJDBasMwEETvhf6D2bsiObFdEyyHuE4g19JCroq8tgWWZCS5tJT+e2V6So89LbPDzhu2OnzoKXlH55U1HNINgwSNtJ0yA4e31zMpIfFBmE5M1iAHY+FQPz5Und93IggfrMNLQJ3EhYrz0nL4ykvW5E87Rsr2nJLilDXkmKUNKTKWt8fnU8pY8Q1JRJsY4zmMIcx7Sr0cUQu/sTOaaPbWaRGidAO1fa8ktlYuGk2g25hA5RLx+qonqNc+v9cv2Pt7uVZbnPov5aZuk7KDE/P4CbSu6B/Uqu9eUf8AAAD//wMAUEsDBBQABgAIAAAAIQDBJ8sItgAAACEBAAATACgAY3VzdG9tWG1sL2l0ZW0xLnhtbCCiJAAooCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACskE0OgjAQRq9CegCKLlgQfmKiWzEhcV/KAE3aGdIOBm5v1egJXE7mfS/zTdlsziYP8MEQVuKQZiIJrHBQlhAqgSSauuyLjlavISSRxlD0lZiZl0LKoGdwKqS0AMbdSN4pjqOfJI2j0XAmvTpAlscsy2Vvemto8mqZd/GR/UfVgQXNMHS823i2PN1Ondl4vgyGY7P2LWjRGoR0CzYGXuBVuQhHViT37wtyUZfyV7h+AgAA//8DAFBLAwQUAAYACAAAACEAdD85esIAAAAoAQAAHgAIAWN1c3RvbVhtbC9fcmVscy9pdGVtMS54bWwucmVscyCiBAEooAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIzPsYrDMAwG4P3g3sFob5zcUMoRp0spdDtKDroaR0lMY8tYamnfvuamK3ToKIn/+1G7vYVFXTGzp2igqWpQGB0NPk4Gfvv9agOKxcbBLhTRwB0Ztt3nR3vExUoJ8ewTq6JENjCLpG+t2c0YLFeUMJbLSDlYKWOedLLubCfUX3W91vm/Ad2TqQ6DgXwYGlD9PeE7No2jd7gjdwkY5UWFdhcWCqew/GQqjaq3eUIx4AXD36qpigm6a/XTf90DAAD//wMAUEsDBBQABgAIAAAAIQDrgGBMUwMAAI8OAAASAAAAd29yZC9mb250VGFibGUueG1szJbPb9MwFMfvSPwPUU7jwJqkXZdV66Y2WzQk2IEVAUc3cVqL2I7itF3/AA6IE+LI38C4gwb/DNPYf8FznLRZm25LQbBGzY9n+5vnT57f8+7+KQ21MY4F4aytm5uGrmHmcZ+wQVt/0XMf27omEsR8FHKG2/oUC31/7+GD3Ukr4CwRGoxnokW9tj5MkqhVqwlviCkSmzzCDBoDHlOUwGM8qFEUvxlFjz1OI5SQPglJMq1ZhtHUM5n4Lio8CIiHD7g3opgl6fhajENQ5EwMSSRytcld1CY89qOYe1gImDMNlR5FhM1kzMaSECVezAUPkk2YTOZRKgXDTSO9o+FcYKuagLUk0PTwaTUNO9OowciiDvGr6TRnOsQv6KznTEFA4GoSW7kfYkrljKjXejJgPEb9EJTgG2mAWUuF5Rm8lZf0FrrvZfGqTVoMURjwEj62DHKRNkWIcYFNaB2jsK0bW8bST6/Jjt4QxQJLmbRj40CZA0RJOM2tPvbAr4SMsWqNSOIN88Yxion0WTUJMoCGkegb8Fb1q+vKYsJyzN+tLNasT26pX7d4qY6tDGZmMQt94J01BWIJSI9QLLRjPNGec4pYKRYLjqZRBzwN+Ftw1yjFktO6jiVOdasQgaVoWB17e04km9syEfsmIoqH61Yj4qCQ9GOygoSbEpBHAzhYlUiICRGiEomOdNY6TGegSDSkwdjuVosN9bxTkcQBZoNXJAsKFCbHYM19vvz87vLrj2wyS5RMiBcIabhmRyklu1lGCY0SvgakbgFS3XbcbcftLEIym7dAknQrQnqWZy/tNTrCKmwWWF18P/t1/uXq09urbx9WEetCXMl4knGVnisQqx5X6XqyiivM6jhu3dmy1kFmVkS2kHO0jSOM0qSsOSePygAuJqmVDJsZvWyF/oUs5eMAjcLkxoQB+w8eovKSorzaWTNjUO7juMytgJxif/m7HsrSYamMN88XrjOzzPPFzu2Zs2q+OCH0ZFSaLS7O3v88/3gvskU2j0K5tWzbzadfOVv8WbnVNrrcn96PsGc86cUj3JtGeK1lkFcL7SkZDJPVNSNrvw+x8H8rR7bRKPAq226oovBvthuHEkenmD4caWmUbDfukD5u3XhlN2LvNwAAAP//AwBQSwECLQAUAAYACAAAACEAZPVj7oEBAAApBgAAEwAAAAAAAAAAAAAAAAAAAAAAW0NvbnRlbnRfVHlwZXNdLnhtbFBLAQItABQABgAIAAAAIQAekRq37wAAAE4CAAALAAAAAAAAAAAAAAAAALoDAABfcmVscy8ucmVsc1BLAQItABQABgAIAAAAIQAzwlu/QQEAAOcEAAAcAAAAAAAAAAAAAAAAANoGAAB3b3JkL19yZWxzL2RvY3VtZW50LnhtbC5yZWxzUEsBAi0AFAAGAAgAAAAhAE4yjpAWBgAApiQAABEAAAAAAAAAAAAAAAAAXQkAAHdvcmQvZG9jdW1lbnQueG1sUEsBAi0AFAAGAAgAAAAhALb0Z5jSBgAAySAAABUAAAAAAAAAAAAAAAAAog8AAHdvcmQvdGhlbWUvdGhlbWUxLnhtbFBLAQItABQABgAIAAAAIQDlI7CA9QMAAKALAAARAAAAAAAAAAAAAAAAAKcWAAB3b3JkL3NldHRpbmdzLnhtbFBLAQItABQABgAIAAAAIQBAwf/xOQEAACMDAAAUAAAAAAAAAAAAAAAAAMsaAAB3b3JkL3dlYlNldHRpbmdzLnhtbFBLAQItABQABgAIAAAAIQA520VMuQUAACdaAAASAAAAAAAAAAAAAAAAADYcAAB3b3JkL251bWJlcmluZy54bWxQSwECLQAUAAYACAAAACEA+JXI7/wOAADzmQAADwAAAAAAAAAAAAAAAAAfIgAAd29yZC9zdHlsZXMueG1sUEsBAi0AFAAGAAgAAAAhAMySUFR9AQAA8QIAABEAAAAAAAAAAAAAAAAASDEAAGRvY1Byb3BzL2NvcmUueG1sUEsBAi0AFAAGAAgAAAAhACJREfHVAQAA3gMAABAAAAAAAAAAAAAAAAAA/DMAAGRvY1Byb3BzL2FwcC54bWxQSwECLQAUAAYACAAAACEAiD+lv+EAAABVAQAAGAAAAAAAAAAAAAAAAAAHNwAAY3VzdG9tWG1sL2l0ZW1Qcm9wczEueG1sUEsBAi0AFAAGAAgAAAAhAMEnywi2AAAAIQEAABMAAAAAAAAAAAAAAAAARjgAAGN1c3RvbVhtbC9pdGVtMS54bWxQSwECLQAUAAYACAAAACEAdD85esIAAAAoAQAAHgAAAAAAAAAAAAAAAABVOQAAY3VzdG9tWG1sL19yZWxzL2l0ZW0xLnhtbC5yZWxzUEsBAi0AFAAGAAgAAAAhAOuAYExTAwAAjw4AABIAAAAAAAAAAAAAAAAAWzsAAHdvcmQvZm9udFRhYmxlLnhtbFBLBQYAAAAADwAPANQDAADePgAAAAA=",dne=()=>m1(fne),hne=_("image-to-docx");async function gne(n){return new Promise((e,t)=>{const r=new Image;r.onload=()=>{e({width:r.naturalWidth,height:r.naturalHeight})},r.onerror=t,r.src=n})}async function GL(n,e){if(n.width&&n.height)return{width:n.width,height:n.height,buffer:e};try{const t=await Vc(new File([e],"",{})),r=await gne(t);return r.width===void 0||r.height===void 0?{width:345,height:230,buffer:e}:n.width||n.height?{width:n.width||r.width*n.height/r.height,height:n.height||r.height*n.width/r.width,buffer:e}:{width:r.width,height:r.height,buffer:e}}catch(t){hne.error(t);return}}function mne(n,e){let t=n.filter(s=>s!=null);const r=e-(t.length-1)*20,i=.87,o=t.reduce((s,a)=>s+a.width,0);return o>r&&(t=t.map(s=>({width:s.width*r/o,height:s.height*r/o,buffer:s.buffer}))),t.map(s=>({width:s.width*i,height:s.height*i,buffer:s.buffer}))}function pne(n,e,t){if(!t||typeof t!="object")return;const r=t,i=n.filter(s=>s!=null),o=e-(i.length-1)*20;i.forEach((s,a)=>{if(i.length===1&&r.widthPercent){const f=r.widthPercent,h=s.width;s.width=o*(f/100),s.height*=s.width/h;return}const c=`${a}_flex`;if(r[c]){const f=r[c],h=s.width;s.width=o*f,s.height*=s.width/h}})}function XL(n=[0,1,2,3,4,5,6,7],e=1){return n.map(t=>{let r;switch(t%3){case 0:r=ke.LevelFormat.DECIMAL;break;case 1:r=ke.LevelFormat.LOWER_LETTER;break;default:r=ke.LevelFormat.LOWER_ROMAN;break}return{level:t,format:r,text:`%${t+1}. `,alignment:ke.AlignmentType.START,start:e,style:{paragraph:{indent:{left:ke.convertInchesToTwip(.3*(t+1)),hanging:ke.convertInchesToTwip(.2)}}}}})}function bne(){return[0,1,2,3,4,5,6,7].map(n=>{let e;switch(n%3){case 0:e="\u2022";break;case 1:e="\u25E6";break;default:e="\u25AA";break}return{level:n,format:ke.LevelFormat.BULLET,text:e,alignment:ke.AlignmentType.START,style:{paragraph:{indent:{left:ke.convertInchesToTwip(.3*(n+1)),hanging:ke.convertInchesToTwip(.2)}}}}})}function Cne(){return[0,1,2,3,4,5,6,7].map(n=>({level:n,format:ke.LevelFormat.BULLET,text:"\u2611",alignment:ke.AlignmentType.START,style:{paragraph:{indent:{left:ke.convertInchesToTwip(.3*(n+1)),hanging:ke.convertInchesToTwip(.2)}}}}))}function Ene(){return[0,1,2,3,4,5,6,7].map(n=>({level:n,format:ke.LevelFormat.BULLET,text:"\u2610",alignment:ke.AlignmentType.START,style:{paragraph:{indent:{left:ke.convertInchesToTwip(.3*(n+1)),hanging:ke.convertInchesToTwip(.2)}}}}))}var Bh=(n=>(n.NUMBERING="number-numbering-reference",n.BULLET="number-bullet-reference",n.CHECKED="checked-bullet-reference",n.UNCHECKED="unchecked-bullet-reference",n))(Bh||{});const xne=[{levels:XL(),reference:"number-numbering-reference"},{levels:bne(),reference:"number-bullet-reference"},{levels:Cne(),reference:"checked-bullet-reference"},{levels:Ene(),reference:"unchecked-bullet-reference"}];function Ane(n){switch(n){case"style-color-0":return"d83931";case"style-color-1":return"de7802";case"style-color-2":return"dc9b04";case"style-color-3":return"2ea121";case"style-color-4":return"245bdb";case"style-color-5":return"6425d0";case"style-color-6":return"8f959e";default:return}}function yne(n){switch(n){case"style-bg-color-1":case"style-bg-color-2":case"style-bg-color-8":case"style-bg-color-9":return"yellow";case"style-bg-color-0":case"style-bg-color-5":return"magenta";case"style-bg-color-3":return"green";case"style-bg-color-4":case"style-bg-color-11":return"blue";case"style-bg-color-6":return"lightGray";case"style-bg-color-7":return"red";case"style-bg-color-10":return"darkGreen";case"style-bg-color-12":return"darkMagenta";case"style-bg-color-13":return"darkGray";default:return}}function wne(n){switch(n){case"style-bg-color-0":return"fbbab6";case"style-bg-color-1":return"ffdcb0";case"style-bg-color-2":return"fff7a0";case"style-bg-color-3":return"ceefc5";case"style-bg-color-4":return"d1ddfb";case"style-bg-color-5":return"d9cbf8";case"style-bg-color-6":return"eaeaea";case"style-bg-color-7":return"fe837c";case"style-bg-color-8":return"ffbd6a";case"style-bg-color-9":return"ffe662";case"style-bg-color-10":return"a8f393";case"style-bg-color-11":return"98b5ff";case"style-bg-color-12":return"b394f8";case"style-bg-color-13":return"b1b1b1";default:return}}const kne=/rgb\((\d+),\s*(\d+),\s*(\d+)\)/;function YL(n){if(typeof n=="string"&&n.length>0){if(n[0]==="#")return n.substring(1);const e=n.match(kne);if(e){const t=s=>{let a=Number(s).toString(16);return a.length<2&&(a=`0${a}`),a},r=t(e[1]),i=t(e[2]),o=t(e[3]);return`${r}${i}${o}`}if(n==="red")return"FF0000";if(n==="green")return"00FF00";if(n==="blue")return"0000FF"}}function On(n,e){if(n&&n.attributes&&n.attributes[e])return n.attributes[e];if(n&&n.attributes&&n.attributes.box&&n.attributes.inputType&&e==="style-underline")return!0}function JL(n,e,t){for(let r=0;r<=t;++r){const i=`${e}${r}`;if(On(n,i))return i}}function u0(n,e,t){n.attributes=n.attributes||{},n.attributes[e]=t}function gA(n){return n==="image"||n==="drawio"||n==="plantuml"||n==="mermaid"||n==="flowchart"}function ZL(n){return n&&n.startsWith("//")?`https:${n}`:n&&!n.startsWith("http://")&&!n.startsWith("https://")?`https://${n}`:n}function vne(n){const e=On(n,"inlineStyle");if(e==null)return;const t=e.split(";");for(const r of t){const i=r.split(":");if(i.length!==2)continue;const o=i[0].trim().toLowerCase(),s=i[1].trim().toLowerCase();o==="font-size"&&u0(n,"inline-style-font-size",s),o==="color"&&u0(n,"inline-style-color",s),o==="background-color"&&u0(n,"inline-style-background-color",s),o==="font-family"&&u0(n,"inline-style-font-family",s)}}function Bne(n,e){if(e==null)return n==null?void 0:n.normal;if(n)return n[`heading${e}`]}function Tne(n){const e=`${On(n,"inline-style-font-size")}`;if(e&&e.indexOf("px")>0)return+e.replace(/px/g,"")}function Rne(n){if(n.attributes&&n.attributes.box&&n.attributes.text)return` ${n.attributes.text} `;if(n.attributes&&n.attributes.box&&n.attributes.inputType)return n.attributes.value?`${n.attributes.value}`:" "}function Sne(n){if(n.attributes&&n.attributes.box&&n.attributes.text)return` @${n.attributes.text} `}function Lne(n){return On(n,"inline-style-font-family")}function Ine(n){const e=On(n,"inline-style-background-color");return YL(e)}function Dne(n){const e=On(n,"inline-style-color");return YL(e)}function _ne(n){vne(n);const e=On(n,"type")==="mention";return{box:n.attributes&&n.attributes.box?n.attributes:void 0,inlineCode:!!On(n,"style-code"),link:ZL(On(n,"link")),size:Tne(n),text:e?Sne(n):Rne(n)||n.insert,bold:!!On(n,"style-bold"),underline:!!On(n,"style-underline"),italics:!!On(n,"style-italic"),strike:!!On(n,"style-strikethrough"),superScript:!!On(n,"style-super"),subScript:!!On(n,"style-sub"),math:On(n,"type")==="math"?On(n,"src"):void 0,mention:e,fontFamily:Lne(n),background:Ine(n),color:e?"338fe5":Ane(JL(n,"style-color-",6))||Dne(n),highlight:JL(n,"style-bg-color-",13)}}function Mne(){return[new ke.Paragraph({border:{top:{color:"auto",style:ke.BorderStyle.DASHED,size:4,space:1}},spacing:{before:300}}),new ke.Paragraph({spacing:{line:0}})]}function One(){return new ke.Paragraph({children:[new ke.TextRun({text:"[\u89C6\u9891\u6682\u4E0D\u652F\u6301\u5BFC\u51FA]",shading:{type:ke.ShadingType.CLEAR,color:"FFFFFF",fill:"CCCCCC"}})]})}function Une(){return new ke.Paragraph({children:[new ke.TextRun({text:"[\u97F3\u9891\u6682\u4E0D\u652F\u6301\u5BFC\u51FA]",shading:{type:ke.ShadingType.CLEAR,color:"FFFFFF",fill:"CCCCCC"}})]})}function Nne(n,e){return new ke.Paragraph({children:[new ke.ExternalHyperlink({children:[new ke.TextRun({style:"Hyperlink",text:e||n})],link:n})]})}function QL(n){if(n.heading!=null)return`Heading${n.heading}`}function e6(n){if(n.alignment!=null){if(n.alignment==="center")return ke.AlignmentType.CENTER;if(n.alignment==="right")return ke.AlignmentType.RIGHT;if(n.alignment==="left")return ke.AlignmentType.LEFT}}function Pne(n){if(n.indent)return{left:ke.convertInchesToTwip(.3*n.indent-.2)};if(n.padding)return{left:ke.convertInchesToTwip(.3*n.padding)}}function Fne(n){return{type:ke.ShadingType.CLEAR,color:"FFFFFF",fill:n}}function Kne(n){const e=n.split(",");if(e.length!==0)return e[0].trim()}function t6(n,e){let t;t=n.inlineCode?"InlineCode":void 0,t=n.link?"Hyperlink":t;const r=n.size||e,i=r!=null?Math.floor(r*1.5+.5):void 0;return new ke.TextRun({text:n.text,bold:n.bold||void 0,underline:n.underline?{type:ke.UnderlineType.SINGLE}:void 0,italics:n.italics||void 0,strike:n.strike||void 0,superScript:n.superScript||void 0,subScript:n.subScript||void 0,size:i,style:t,font:n.fontFamily?Kne(n.fontFamily):void 0,shading:n.background?Fne(n.background):void 0,color:n.color,highlight:yne(n.highlight)})}function $ne(n,e){if(n.link)return new ke.ExternalHyperlink({children:[t6(n,e)],link:n.link})}async function n6(n,e,t,r,i){const[o]=await i(n,e,t);if(o==null)return;const s=await GL({width:r||0,height:0,src:t},o);return new ke.ImageRun({data:o,transformation:{width:(s==null?void 0:s.width)||100,height:(s==null?void 0:s.height)||20}})}function Vne(n){if(n.heading||n.heading)return n.heading}function jne(n){if(n.align&&(n.align==="center"||n.align==="right"||n.align==="left"))return n.align}function Hne(n){if(n.textOnly===!0&&n.level!=null)return n.level}async function zne(n,e){var r;const t=[];if(n.text&&Array.isArray(n.text)){for(let i=0;i<n.text.length;i++){const o=n.text[i];if(((r=o.attributes)==null?void 0:r.box)===!0&&e){const s=await e(o);if(s){n.text.splice(i+1,0,...s);continue}}t.push(_ne(o))}return t}}function qne(n){if(n.type==="list"&&n.textOnly!==!0)return{checkbox:n.checkbox,groupId:n.groupId,ordered:!!n.ordered,level:n.level||1,start:n.start||0}}function Wne(n,e){if(n.type==="embed"&&n.embedType&&gA(n.embedType)&&n.embedData&&n.embedData.src)return n.embedData.src.split("|").map(r=>{const i=e(r),o=n.embedData[`${i}_width`],s=n.embedData[`${i}_height`];return{src:r,width:o,height:s}})}function Gne(n){if(n.padding)return n.padding}function Xne(n){return!!(n.type==="embed"&&n.embedType&&gA(n.embedType)&&n.embedData&&n.embedData.src)}async function f0(n,e,t){return{quoted:!!n.quoted,heading:Vne(n),alignment:jne(n),indent:Hne(n),padding:Gne(n),texts:await zne(n,t),list:qne(n),images:Wne(n,e),border:Xne(n)}}async function Yne(n,e,t,r){const i=[];if(!n.children)return[];for(const o of n.children){const s=[];for(const a of e.blocks[o])s.push(await f0(a,t,r));i.push(s)}return i}const Jne=_("to-docx");function Zne(n,e){return Array(n).fill(0).map(()=>Array(e).fill(0).map(()=>({cellId:void 0,color:void 0,from:void 0,rowSpan:1,colSpan:1,width:0,originalWidth:void 0,align:void 0})))}function Qne(n,e,t,r){const i=!!n.hasColTitle,o=!!n.hasRowTitle,s=!!n.isStripeStyle,a="F5F8FB";for(let c=0;c<e;c++)for(let f=0;f<t;f++)(i&&f===0||o&&c===0||s&&c%2===1)&&(r[c][f].color=a)}function ere(n){p(Jne,n.children,"no table children");const e=n.rows,t=n.cols,r=n.colsWidth;if(r)for(let s=0;s<r.length;s++)r[s]===0&&(r[s]=100);const i=Zne(e,t);let o=0;for(let s=0;s<e;++s)for(let a=0;a<t;++a){if(i[s][a].originalWidth=r?r[a]:void 0,i[s][a].from!==void 0)continue;const c=n.children[o];o+=1,i[s][a].cellId=c,i[s][a].color=wne(n[`${c}_background`]),i[s][a].width=r?r[a]:100,i[s][a].align=n[`${c}_align`];const f=n[`${c}_rowSpan`]||1,h=n[`${c}_colSpan`]||1;if(i[s][a].rowSpan=f,i[s][a].colSpan=h,f>1||h>1){let b=0;for(let C=0;C<f;C++)for(let E=0;E<h;E++)C===0&&(b+=r?r[a+E]:80),!(C===0&&E===0)&&(i[s+C][a+E].from=[s,a]);i[s][a].width=b}}return Qne(n,e,t,i),i}const tre=_("to-docx");function nre(n){return Array.from({length:n},()=>({cellId:void 0,originalWidth:0,width:0}))}function rre(n,e){p(tre,n.children,"no layout children");const t=n.children.length,r=n.colsWidth;if(r)for(let o=0;o<r.length;o++)r[o]===0&&(r[o]=1/r.length);const i=nre(t);for(let o=0;o<t;++o)i[o].cellId=n.children[o],i[o].originalWidth=r[o]*e,i[o].width=r[o]*e;return i}async function ire(n,e,t,r,i,o,s,a,c,f){async function h(C){if(a&&C.type!=="_exportVirtualBlock"){const E=await a(i,o,C);if(E){await r.addDoc(n,E,f);return}}if(C.type==="text"||C.textOnly===!0){const E=await f0(C,s,c);await r.addTextBlock(E);return}if(C.type==="code"){const E=await Yne(C,t,s,c);await r.addCodeBlockObject(E);return}if(C.type==="list"&&C.textOnly!==!0){const E=await f0(C,s,c);await r.addListBlockObject(n,E);return}if(C.type==="embed"&&C.embedType){const E=C,y=E.embedData,T=E.embedType;if(gA(T)){const R=await f0(C,s,c);await r.addImagesBlockObject(C,R,f)}else C.embedType==="hr"?r.addSeparatorBlock():C.embedType==="video"?r.addVideoPlaceholder():C.embedType==="audio"?r.addAudioPlaceholder():C.embedType==="webpage"?r.addHyperlinkParagraph(ZL(y.src),y.title):r.addOtherEmbedBlock(T,C.embedData);return}if(C.type==="table"){let E=[];if(C.colsWidth)E=C.colsWidth;else{const T=C.cols;E=new Array(T);for(let R=0;R<E.length;R++)E[R]=100;C.colsWidth=E}const y=ere(C);await r.addTableMatrix(E,y,t),r.addEmptyParagraph()}if(C.type==="_exportVirtualBlock"&&await r.addVirtualBlock(C.id,t,f),C.type==="layout"){const y=C.colsWidth.map(R=>R*f),T=rre(C,f);await r.addLayoutMatrix(y,T,t)}}function b(C){var T;const E=((T=C==null?void 0:C.embedData)==null?void 0:T.exportSpec)||(C==null?void 0:C.exportSpec);if(!E)return[C];const y=[];for(const{type:R,data:O}of E){if(R==="text"){const M={id:re(),text:[{insert:O}],type:"text"};y.push(M);continue}if(R==="image"){const M={id:re(),type:"embed",embedType:"image",align:"left",embedData:{src:O}};y.push(M);continue}if(R==="link"){const M={id:re(),type:"embed",embedType:"webpage",embedData:{src:O.url,title:O.title}};y.push(M);continue}if(R==="block")for(const M of O){if(!t.blocks[M])continue;const Q={id:M,type:"_exportVirtualBlock"};y.push(Q)}}return y}for(const C of e)for(const E of b(C))!E||await h(E)}function ore(){return{listMaxInst:1,listInstMap:{},listRefMap:{},levelConfigs:[]}}const sre=_("to-docx");class are{constructor(e,t,r,i,o,s){g(this,"paragraphs");this.appId=e,this.docId=t,this.state=r,this.readImageFunc=i,this.convertBlocksFunc=o,this.defaultFontSize=s,this.paragraphs=[]}async addTextBlock(e){this.paragraphs.push(new ke.Paragraph({heading:QL(e),alignment:e6(e),children:await this.paragraphsFromBlockTexts(e),indent:Pne(e)}))}async addEmptyImagePlaceHolder(){this.paragraphs.push(new ke.Paragraph({text:`[${I.t("docx.imageExportFailed")}]`,shading:{type:ke.ShadingType.CLEAR,color:"FFFFFF",fill:"CCCCCC"}}))}async paragraphsFromBlockTexts(e){if(e.texts==null)return;const t=Bne(this.defaultFontSize,e.heading),r=[];for(const i of e.texts){if(i.link){const o=$ne(i,t);o&&r.push(o);continue}if(i.box&&i.box.type&&i.box.type==="br"){r.push(new ke.TextRun({text:"",break:1}));continue}if(i.box&&i.box.type&&i.box.type==="image"){const o=await n6(this.appId,this.docId,i.box.src,i.box.width,this.readImageFunc);o&&r.push(o);continue}if(i.math){const o=await n6(this.appId,this.docId,i.math,0,this.readImageFunc);o&&r.push(o);continue}r.push(t6(i,t))}return r}async addCodeBlockObject(e){for(const t of e)for(const r of t){const i={style:ke.BorderStyle.SINGLE,color:"#DEDEDE"};this.paragraphs.push(new ke.Paragraph({style:"Code",border:{left:{...i},right:{...i},top:{...i},bottom:{...i}},children:await this.paragraphsFromBlockTexts(r)}))}}async addListBlockObject(e,t){if(t.list==null)return;let r;const i=t.list.checkbox?`${e}-${t.list.groupId}-${t.list.checkbox}`:`${e}-${t.list.groupId}`;if(this.state.listInstMap[i])r=this.state.listInstMap[i];else if(r=this.state.listMaxInst,this.state.listMaxInst+=1,this.state.listInstMap[i]=r,t.list.start>0&&t.list.ordered){const s=`number-numbering-reference-${r}`,a=XL([t.list.level-1],t.list.start);this.state.levelConfigs.push({levels:a,reference:s,inst:r}),this.state.listRefMap[i]=s}else t.list.ordered?this.state.listRefMap[i]=Bh.NUMBERING:t.list.checkbox&&t.list.checkbox==="checked"?this.state.listRefMap[i]=Bh.CHECKED:t.list.checkbox&&t.list.checkbox==="unchecked"?this.state.listRefMap[i]=Bh.UNCHECKED:this.state.listRefMap[i]=Bh.BULLET;const o=QL(t);t.texts&&this.paragraphs.push(new ke.Paragraph({heading:o,children:await this.paragraphsFromBlockTexts(t),numbering:{reference:this.state.listRefMap[i],level:t.list.level-1,instance:r}}))}imageDimWithBufferToImageRun(e){return new ke.ImageRun({data:e.buffer,transformation:{width:e.width,height:e.height}})}async addImagesBlockObject(e,t,r){if(t.images==null){if(e.type==="embed"&&e.embedType==="image"){const{src:c}=e.embedData;c||this.addEmptyImagePlaceHolder()}return}const i=[],o=await Promise.all(t.images.map(async c=>{const[f,h]=await this.readImageFunc(this.appId,this.docId,c.src);if(f){const b=await GL(c,f);if(b)return b}i.push(h)}));pne(o,r,e.embedData);const s=mne(o,r),a={style:ke.BorderStyle.SINGLE,color:"#DEDEDE"};s.length&&this.paragraphs.push(new ke.Paragraph({border:t.border?{left:{...a},right:{...a},top:{...a},bottom:{...a}}:void 0,alignment:e6(t)||ke.AlignmentType.CENTER,children:s.map(c=>this.imageDimWithBufferToImageRun(c)).flatMap((c,f,h)=>c==null?[]:h.length-1!==f?[c,new ke.TextRun({text:" "})]:c)})),i.forEach(c=>{this.addHyperlinkParagraph(c)})}addSeparatorBlock(){Mne().forEach(e=>this.paragraphs.push(e))}addEmptyParagraph(){this.paragraphs.push(new ke.Paragraph(""))}addVideoPlaceholder(){this.paragraphs.push(One())}addAudioPlaceholder(){this.paragraphs.push(Une())}addHyperlinkParagraph(e,t){e!=null&&this.paragraphs.push(Nne(e,t))}async addTableMatrix(e,t,r){const i=e.map(o=>o!==0?o*15:1500);this.paragraphs.push(new ke.Table({rows:await this.generateTableRows(t,r),columnWidths:i}))}async generateRowCells(e,t){const r=[];for(const i of e){const o=i.cellId;if(o===void 0)continue;const s=i.width*.9;r.push(new ke.TableCell({children:await this.convertBlocksFunc(o,t.blocks[o],t,this.appId,this.docId,this.state,s),columnSpan:i.colSpan,rowSpan:i.rowSpan,width:{type:ke.WidthType.DXA,size:i.width*15},shading:i.color?{fill:i.color,type:ke.ShadingType.CLEAR,color:"auto"}:void 0}))}return r}async generateTableRows(e,t){const r=[];for(const i of e)r.push(new ke.TableRow({children:await this.generateRowCells(i,t)}));return r}async addLayoutMatrix(e,t,r){const i=e.reduce((o,s)=>o+s,0);for(const o of t){const s=o.cellId,a=await this.convertBlocksFunc(s,r.blocks[s],r,this.appId,this.docId,this.state,i);this.paragraphs.push(...a,new ke.Paragraph(""))}}async addDoc(e,t,r){const i=await this.convertBlocksFunc(e,t.blocks.root,t,this.appId,this.docId,this.state,r);i&&(this.paragraphs=this.paragraphs.concat(i))}async addVirtualBlock(e,t,r){const i=await this.convertBlocksFunc(e,t.blocks[e],t,this.appId,this.docId,this.state,r);this.paragraphs.push(...i)}async addOtherEmbedBlock(){}}class lre{constructor(e,t,r,i,o,s,a,c){g(this,"convertBlocks",async(e,t,r,i,o,s,a=720)=>{const c=new are(i,o,s,this.readImage,this.convertBlocks,this.defaultFontSize);return await ire(e,t,r,c,i,o,this.md5HexFunc,this.getDocByBlock,this.getTextsByBox,a||720),c.paragraphs});this.templateData=e,this.docData=t,this.md5HexFunc=r,this.readImage=i,this.defaultFontSize=o,this.getDocByBlock=s,this.getTextsByBox=a,this.backgroundImageOptions=c}async convert(e,t){return this.snapshot2docx(this.docData,e,t)}async snapshot2docx(e,t,r){const i=new ke.ImportDotx,o=this.templateData?await i.extract(this.templateData):void 0,s=e.blocks.root;p(sre,s,"data must have blocks");const a=ore(),c=await this.convertBlocks("blocks",s,e,t,r,a),f=this.backgroundImageOptions?{default:new ke.Header({children:[new ke.Paragraph({children:[new ke.ImageRun(this.backgroundImageOptions)]})]})}:{},h=new ke.Document({numbering:{config:[...xne,...a.levelConfigs]},sections:[{headers:f,children:c,properties:{page:{size:{width:12240,height:15840},margin:{top:1440,bottom:1440,left:1440,right:1440}}}}]},{template:o});return ke.Packer.toBlob(h)}}const cre=_("editor-to-docx");async function ure(n,e,t,r){const i=n.doc.buildResourceUrl(r,{withToken:!0});let o=await q4(i);if(!o)return[void 0,i];if(o.type.indexOf("/svg")!==-1){const a=await j4(o);a&&(o=new File([a],o.name))}return[await o.arrayBuffer(),i]}async function fre(n,e,t){const r=n.editorBlocks.getBlockClass(t.type);if(r.toStandardDoc)try{return await r.toStandardDoc(n,t,e)}catch(i){cre.error(`toStandardDoc error: ${JSON.stringify(i)}`);return}}async function dre(n,e){const t=e.attributes,r=n.editorBoxes.getBoxClass(t.type);if(r.toStandardText)return r.toStandardText(n,t)}async function hre(n,e){let{template:t,download:r,backgroundImageOptions:i}=e!=null?e:{};t||(t=dne());const o=n.doc.toJSON(),s=(b,C,E)=>ure(n,b,C,E),a=async(b,C,E)=>fre(n,o,E),c=async b=>dre(n,b),h=await new lre(t,o,xg.default,s,void 0,a,c,i).convert("_appId","_docId");if(r){const b=URL.createObjectURL(h),C=document.createElement("a");C.setAttribute("download",`${z4(n)}.docx`),C.setAttribute("href",`${b}`),C.click(),C.remove()}return h}const mA=_("create-editor");async function gre(n,e){var s,a,c,f,h,b,C,E,y,T,R,O,M,F,Q;p(mA,n,"app does not exists"),e.lang&&I.setLang(e.lang),Ei.level=(s=e.logLevel)!=null?s:ia.DEBUG;const t=e.onReauth?async()=>{var be;const H=e.user.userId,Y=e.docId,de=await((be=e.onReauth)==null?void 0:be.call(e,H,Y,e.permission));return{userId:H,docId:Y,permission:e.permission,appId:e.appId,token:de,displayName:e.user.displayName,avatarUrl:e.user.avatarUrl}}:void 0,r={auth:{appId:e.appId,docId:e.docId,userId:e.user.userId,permission:e.permission,token:e.token,displayName:e.user.displayName,avatarUrl:e.user.avatarUrl},serverUrl:e.serverUrl,reauthFunc:t,disableLogout:e.disableLogout,onMaxUsersError:e.onMaxUsersError},i=await Ud.load(r),o=yd(n,i,{id:e.id,scrollContainer:e==null?void 0:e.scrollContainer,enableComments:e==null?void 0:e.enableComments,enableContextMenu:e==null?void 0:e.enableContextMenu,components:{blocks:[...dA,...((a=e==null?void 0:e.components)==null?void 0:a.blocks)||[]],embeds:[...hA,...((c=e.components)==null?void 0:c.embeds)||[]],boxes:[...zL,...((f=e.components)==null?void 0:f.boxes)||[]],commandProviders:[new tp,...((h=e.components)==null?void 0:h.commandProviders)||[]],decorators:[new Sp,new bC],insertions:[Cb],blockHooks:[new cx,new XR,...((b=e.components)==null?void 0:b.blockHooks)||[]],textRenders:[new xS,new kE,...((C=e.components)==null?void 0:C.textRenders)||[]],options:{...e.componentsOptions}},shortcuts:[lY,BH,Oq,jE,$4,LK,PE,jY,Am,wK,...e.shortcuts||[]],colors:["#0064FF","#EB3723","#F59300","#00A865","#F25A0A","#70A310","#009CAD","#0990D9","#8851ED","#D62069"]});if(o.editorCommandProviders.registerCommandProvider(new yo(o)),o.input.addHandler(new DJ),o.input.addHandler(new Ip),o.input.addHandler(new J$),o.input.addHandler(new Tq),o.input.addHandler(new YE(o,{hideTitle:e.hideTitle,headingLevel:1,titlePlaceholder:I.t("placeholder.common.title"),contentPlaceholder:I.t("placeholder.common.content"),readonlyTitlePlaceholder:I.t("placeholder.common.readonlyTitle"),addPlaceholderToAllCurrentEmptyBlock:!0,applyContentPlaceholder:(E=e.placeholder)==null?void 0:E.applyContentPlaceholder})),o.input.addHandler(new mx(o)),o.input.addHandler(new Ax(o)),o.input.addHandler(new Op),o.input.addHandler(new CT),o.doc.registerCallback(new _J(o)),o.addCustom("editor-quick-menu",()=>{var H;return new wp(o,(H=e.componentsOptions)==null?void 0:H.quickMenu)}),o.addCustom("remote-cursor",()=>new Y3(o)),o.addCustom("block-menu",H=>new ZR(H)),vt.isMobile||o.addCustom("editor-tooltip",()=>new Qd(o)),e!=null&&e.enableComments&&o.addCustom("editor-comments",H=>new ES(H,new sne(H))),e.enableContextMenu!==!1&&o.addCustom("editor-context-menu",H=>new Bx(H)),o.addCustom("create-options",()=>new by(o,e)),o.addCustom("drop-target",()=>new Ku(o)),o.addCustom("list-to-mindmap",()=>new pp(o)),o.addCustom("list-to-mention",()=>new QJ(o)),o.addCustom("mobile-helper",()=>new mZ(o)),o.addCustom("code-caret",()=>new yH(o)),o.addCustom("image-paste-handler",()=>new gx(o)),o.addCustom("layout-paste-handler",()=>new Zx(o,!0)),(y=e.componentsOptions)!=null&&y.mention){const H=e.componentsOptions.mention;o.addCustom("mention",()=>new rL(o,H))}if(o.addCustom("heading-collapse",()=>new Hx(o)),o.addCustom(Gp,H=>new vx(H)),Du.register(o),Ku.register(o),Pa.register(o),Da.register(o),o.addListener("clickLink",(H,Y,de)=>{var Ce;if((Ce=e==null?void 0:e.events)!=null&&Ce.onClickLink){e.events.onClickLink(H,Y,de);return}const be=de.getAttribute("link");be&&(H.readonly||Y.ctrlKey||Y.metaKey)&&window.open(be,"_blank")}),(R=(T=e.componentsOptions)==null?void 0:T.remoteCarets)!=null&&R.onUserChanged){const H=(M=(O=e.componentsOptions)==null?void 0:O.remoteCarets)==null?void 0:M.onUserChanged;o.doc.getRemoteUsers().on("change",Y=>{H(o,Y)})}return(Q=(F=e.componentsOptions)==null?void 0:F.templates)!=null&&Q.templates.length&&(o.addListener("docChanged",()=>{i0(o)}),o.addListener("resize",()=>{i0(o,{reset:!0})}),setTimeout(()=>{i0(o)},100)),o.doc.registerCallback({onError:async H=>{if(H.code==="ResetDoc"){mA.error(`reset doc: ${H.message}`);const Y=await Ud.load(r);o.doc.reset(Y)}}}),o.version="2.0.6-beta.3",Ei.level===ia.DEBUG&&(window.setReauthFail=H=>{window.isReauthError=H},window.reConnect=H=>o.doc.externalDoc.client.connection.reConnect(H)),o}function mre(n){return n.toJSON!==void 0}async function pre(n,e,t){var o,s,a,c,f,h,b;p(mA,n,"app does not exists");const r=mre(e)?e:new Yb(e,{serverUrl:t.serverUrl||""});t.lang&&I.setLang(t.lang),Ei.level=(o=t.logLevel)!=null?o:ia.DEBUG;const i=yd(n,r,{id:t.id,scrollContainer:t==null?void 0:t.scrollContainer,components:{blocks:[...dA,...(a=(s=t.components)==null?void 0:s.blocks)!=null?a:[]],commandProviders:[new tp],decorators:[new Sp,new bC],embeds:[...hA,...((c=t.components)==null?void 0:c.embeds)||[]],boxes:[ST,iL,TS,OT,...((f=t.components)==null?void 0:f.boxes)||[]],insertions:[Cb],blockHooks:[new cx,...((h=t.components)==null?void 0:h.blockHooks)||[]],textRenders:[new xS,new kE,...((b=t.components)==null?void 0:b.textRenders)||[]],options:{...t.componentsOptions}},shortcuts:[jE,$4,PE,Am]});return i.editorCommandProviders.registerCommandProvider(new yo(i)),i.input.addHandler(new Ip),i.input.addHandler(new YE(i,{hideTitle:t.hideTitle,headingLevel:1,titlePlaceholder:I.t("placeholder.common.title"),contentPlaceholder:I.t("placeholder.common.content"),readonlyTitlePlaceholder:I.t("placeholder.local.readonlyTitle"),addPlaceholderToAllCurrentEmptyBlock:!0})),i.input.addHandler(new mx(i)),i.input.addHandler(new Ax(i)),i.input.addHandler(new Op),i.input.addHandler(new CT),i.addCustom("block-menu",C=>new ZR(C)),vt.isMobile||i.addCustom("editor-tooltip",()=>new Qd(i)),i.addCustom("editor-quick-menu",()=>{var C;return new wp(i,(C=t.componentsOptions)==null?void 0:C.quickMenu)}),i.addCustom("image-paste-handler",()=>new gx(i)),t!=null&&t.enableComments&&i.addCustom("editor-comments",C=>new ES(C,new ane(C,r))),t.enableContextMenu!==!1&&i.addCustom("editor-context-menu",C=>new Bx(C)),i.addCustom("heading-collapse",()=>new Hx(i)),i.addListener("clickLink",(C,E,y)=>{var R;if((R=t==null?void 0:t.events)!=null&&R.onClickLink){t.events.onClickLink(C,E,y);return}const T=y.getAttribute("link");T&&(C.readonly||E.ctrlKey||E.metaKey)&&window.open(T,"_blank")}),i.addCustom(Gp,C=>new vx(C)),Du.register(i),i.version="2.0.6-beta.3",i}async function bre(n,e,t){var h;const r=n.doc.externalDoc.client.auth,i=await Mm.load({auth:r,serverUrl:t});if(!((h=i.getVersionHelper)==null?void 0:h.call(i)))throw new Error("the editor does not support to show versions");const s=n.getCustom("create-options");if(!s)throw new Error("the editor does not support to show versions");const a=s.getData(),c=new qL(a),f=n.addCustom("version-dialog",()=>new jS(i,c));return f.show(e),f}const r6={emotion:["\u{1F600}","\u{1F603}","\u{1F604}","\u{1F601}","\u{1F606}","\u{1F605}","\u{1F923}","\u{1F602}","\u{1F642}","\u{1F643}","\u{1F609}","\u{1F60A}","\u{1F607}","\u{1F970}","\u{1F60D}","\u{1F929}","\u{1F618}","\u{1F617}","\u{1F61A}","\u{1F619}","\u{1F972}","\u{1F60B}","\u{1F61B}","\u{1F61C}","\u{1F92A}","\u{1F61D}","\u{1F911}","\u{1F917}","\u{1F92D}","\u{1F92B}","\u{1F914}","\u{1F910}","\u{1F928}","\u{1F610}","\u{1F611}","\u{1F636}","\u{1F636}\u200D\u{1F32B}\uFE0F","\u{1F60F}","\u{1F612}","\u{1F644}","\u{1F62C}","\u{1F62E}\u200D\u{1F4A8}","\u{1F925}","\u{1F60C}","\u{1F614}","\u{1F62A}","\u{1F924}","\u{1F634}","\u{1F637}","\u{1F912}","\u{1F915}","\u{1F922}","\u{1F92E}","\u{1F927}","\u{1F975}","\u{1F976}","\u{1F974}","\u{1F635}","\u{1F635}\u200D\u{1F4AB}","\u{1F92F}","\u{1F920}","\u{1F973}","\u{1F978}","\u{1F60E}","\u{1F913}","\u{1F9D0}","\u{1F615}","\u{1F61F}","\u{1F641}","\u{1F62E}","\u{1F62F}","\u{1F632}","\u{1F633}","\u{1F97A}","\u{1F626}","\u{1F627}","\u{1F628}","\u{1F630}","\u{1F625}","\u{1F622}","\u{1F62D}","\u{1F631}","\u{1F616}","\u{1F623}","\u{1F61E}","\u{1F613}","\u{1F629}","\u{1F62B}","\u{1F971}","\u{1F624}","\u{1F621}","\u{1F620}","\u{1F92C}","\u{1F608}","\u{1F47F}","\u{1F480}","\u2620\uFE0F","\u{1F4A9}","\u{1F921}","\u{1F479}","\u{1F47A}","\u{1F47B}","\u{1F47D}","\u{1F47E}","\u{1F916}","\u{1F63A}","\u{1F638}","\u{1F639}","\u{1F63B}","\u{1F63C}","\u{1F63D}","\u{1F640}","\u{1F63F}","\u{1F63E}","\u{1F648}","\u{1F649}","\u{1F64A}","\u{1F48B}","\u{1F48C}","\u{1F498}","\u{1F49D}","\u{1F496}","\u{1F497}","\u{1F493}","\u{1F49E}","\u{1F495}","\u{1F49F}","\u2763\uFE0F","\u{1F494}","\u2764\uFE0F\u200D\u{1F525}","\u2764\uFE0F\u200D\u{1FA79}","\u2764\uFE0F","\u{1F9E1}","\u{1F49B}","\u{1F49A}","\u{1F499}","\u{1F49C}","\u{1F90E}","\u{1F5A4}","\u{1F90D}","\u{1F4AF}","\u{1F4A2}","\u{1F4A5}","\u{1F4AB}","\u{1F4A6}","\u{1F4A8}","\u{1F573}\uFE0F","\u{1F4A3}","\u{1F4AC}","\u{1F441}\uFE0F\u200D\u{1F5E8}\uFE0F","\u{1F5E8}\uFE0F","\u{1F5EF}\uFE0F","\u{1F4AD}","\u{1F4A4}"],people:["\u{1F44B}","\u{1F91A}","\u{1F590}\uFE0F","\u270B","\u{1F596}","\u{1F44C}","\u{1F90C}","\u270C\uFE0F","\u{1F91E}","\u{1F91F}","\u{1F918}","\u{1F919}","\u{1F448}","\u{1F449}","\u{1F446}","\u{1F595}","\u{1F447}","\u261D\uFE0F","\u{1F44D}","\u{1F44E}","\u270A","\u{1F44A}","\u{1F91B}","\u{1F91C}","\u{1F44F}","\u{1F64C}","\u{1F450}","\u{1F932}","\u{1F91D}","\u{1F64F}","\u270D\uFE0F","\u{1F485}","\u{1F933}","\u{1F4AA}","\u{1F9BE}","\u{1F9BF}","\u{1F9B5}","\u{1F9B6}","\u{1F442}","\u{1F9BB}","\u{1F443}","\u{1F9E0}","\u{1FAC0}","\u{1FAC1}","\u{1F9B7}","\u{1F9B4}","\u{1F440}","\u{1F441}\uFE0F","\u{1F445}","\u{1F444}","\u{1F476}","\u{1F9D2}","\u{1F466}","\u{1F467}","\u{1F9D1}","\u{1F471}","\u{1F468}","\u{1F9D4}","\u{1F9D4}\u200D\u2642\uFE0F","\u{1F9D4}\u200D\u2640\uFE0F","\u{1F468}\u200D\u{1F9B0}","\u{1F468}\u200D\u{1F9B1}","\u{1F468}\u200D\u{1F9B3}","\u{1F468}\u200D\u{1F9B2}","\u{1F469}","\u{1F469}\u200D\u{1F9B0}","\u{1F9D1}\u200D\u{1F9B0}","\u{1F469}\u200D\u{1F9B1}","\u{1F9D1}\u200D\u{1F9B1}","\u{1F469}\u200D\u{1F9B3}","\u{1F9D1}\u200D\u{1F9B3}","\u{1F469}\u200D\u{1F9B2}","\u{1F9D1}\u200D\u{1F9B2}","\u{1F471}\u200D\u2640\uFE0F","\u{1F471}\u200D\u2642\uFE0F","\u{1F9D3}","\u{1F474}","\u{1F475}","\u{1F64D}","\u{1F64D}\u200D\u2642\uFE0F","\u{1F64D}\u200D\u2640\uFE0F","\u{1F64E}","\u{1F64E}\u200D\u2642\uFE0F","\u{1F64E}\u200D\u2640\uFE0F","\u{1F645}","\u{1F645}\u200D\u2642\uFE0F","\u{1F645}\u200D\u2640\uFE0F","\u{1F646}","\u{1F646}\u200D\u2642\uFE0F","\u{1F646}\u200D\u2640\uFE0F","\u{1F481}","\u{1F481}\u200D\u2642\uFE0F","\u{1F481}\u200D\u2640\uFE0F","\u{1F64B}","\u{1F64B}\u200D\u2642\uFE0F","\u{1F64B}\u200D\u2640\uFE0F","\u{1F9CF}","\u{1F9CF}\u200D\u2642\uFE0F","\u{1F9CF}\u200D\u2640\uFE0F","\u{1F647}","\u{1F647}\u200D\u2642\uFE0F","\u{1F647}\u200D\u2640\uFE0F","\u{1F926}","\u{1F926}\u200D\u2642\uFE0F","\u{1F926}\u200D\u2640\uFE0F","\u{1F937}","\u{1F937}\u200D\u2642\uFE0F","\u{1F937}\u200D\u2640\uFE0F","\u{1F9D1}\u200D\u2695\uFE0F","\u{1F468}\u200D\u2695\uFE0F","\u{1F469}\u200D\u2695\uFE0F","\u{1F9D1}\u200D\u{1F393}","\u{1F468}\u200D\u{1F393}","\u{1F469}\u200D\u{1F393}","\u{1F9D1}\u200D\u{1F3EB}","\u{1F468}\u200D\u{1F3EB}","\u{1F469}\u200D\u{1F3EB}","\u{1F9D1}\u200D\u2696\uFE0F","\u{1F468}\u200D\u2696\uFE0F","\u{1F469}\u200D\u2696\uFE0F","\u{1F9D1}\u200D\u{1F33E}","\u{1F468}\u200D\u{1F33E}","\u{1F469}\u200D\u{1F33E}","\u{1F9D1}\u200D\u{1F373}","\u{1F468}\u200D\u{1F373}","\u{1F469}\u200D\u{1F373}","\u{1F9D1}\u200D\u{1F527}","\u{1F468}\u200D\u{1F527}","\u{1F469}\u200D\u{1F527}","\u{1F9D1}\u200D\u{1F3ED}","\u{1F468}\u200D\u{1F3ED}","\u{1F469}\u200D\u{1F3ED}","\u{1F9D1}\u200D\u{1F4BC}","\u{1F468}\u200D\u{1F4BC}","\u{1F469}\u200D\u{1F4BC}","\u{1F9D1}\u200D\u{1F52C}","\u{1F468}\u200D\u{1F52C}","\u{1F469}\u200D\u{1F52C}","\u{1F9D1}\u200D\u{1F4BB}","\u{1F468}\u200D\u{1F4BB}","\u{1F469}\u200D\u{1F4BB}","\u{1F9D1}\u200D\u{1F3A4}","\u{1F468}\u200D\u{1F3A4}","\u{1F469}\u200D\u{1F3A4}","\u{1F9D1}\u200D\u{1F3A8}","\u{1F468}\u200D\u{1F3A8}","\u{1F469}\u200D\u{1F3A8}","\u{1F9D1}\u200D\u2708\uFE0F","\u{1F468}\u200D\u2708\uFE0F","\u{1F469}\u200D\u2708\uFE0F","\u{1F9D1}\u200D\u{1F680}","\u{1F468}\u200D\u{1F680}","\u{1F469}\u200D\u{1F680}","\u{1F9D1}\u200D\u{1F692}","\u{1F468}\u200D\u{1F692}","\u{1F469}\u200D\u{1F692}","\u{1F46E}","\u{1F46E}\u200D\u2642\uFE0F","\u{1F46E}\u200D\u2640\uFE0F","\u{1F575}\uFE0F","\u{1F575}\uFE0F\u200D\u2642\uFE0F","\u{1F575}\uFE0F\u200D\u2640\uFE0F","\u{1F482}","\u{1F482}\u200D\u2642\uFE0F","\u{1F482}\u200D\u2640\uFE0F","\u{1F977}","\u{1F477}","\u{1F477}\u200D\u2642\uFE0F","\u{1F477}\u200D\u2640\uFE0F","\u{1F934}","\u{1F478}","\u{1F473}","\u{1F473}\u200D\u2642\uFE0F","\u{1F473}\u200D\u2640\uFE0F","\u{1F472}","\u{1F9D5}","\u{1F935}","\u{1F935}\u200D\u2642\uFE0F","\u{1F935}\u200D\u2640\uFE0F","\u{1F470}","\u{1F470}\u200D\u2642\uFE0F","\u{1F470}\u200D\u2640\uFE0F","\u{1F930}","\u{1F931}","\u{1F469}\u200D\u{1F37C}","\u{1F468}\u200D\u{1F37C}","\u{1F9D1}\u200D\u{1F37C}","\u{1F47C}","\u{1F385}","\u{1F936}","\u{1F9D1}\u200D\u{1F384}","\u{1F9B8}","\u{1F9B8}\u200D\u2642\uFE0F","\u{1F9B8}\u200D\u2640\uFE0F","\u{1F9B9}","\u{1F9B9}\u200D\u2642\uFE0F","\u{1F9B9}\u200D\u2640\uFE0F","\u{1F9D9}","\u{1F9D9}\u200D\u2642\uFE0F","\u{1F9D9}\u200D\u2640\uFE0F","\u{1F9DA}","\u{1F9DA}\u200D\u2642\uFE0F","\u{1F9DA}\u200D\u2640\uFE0F","\u{1F9DB}","\u{1F9DB}\u200D\u2642\uFE0F","\u{1F9DB}\u200D\u2640\uFE0F","\u{1F9DC}","\u{1F9DC}\u200D\u2642\uFE0F","\u{1F9DC}\u200D\u2640\uFE0F","\u{1F9DD}","\u{1F9DD}\u200D\u2642\uFE0F","\u{1F9DD}\u200D\u2640\uFE0F","\u{1F9DE}","\u{1F9DE}\u200D\u2642\uFE0F","\u{1F9DE}\u200D\u2640\uFE0F","\u{1F9DF}","\u{1F9DF}\u200D\u2642\uFE0F","\u{1F9DF}\u200D\u2640\uFE0F","\u{1F486}","\u{1F486}\u200D\u2642\uFE0F","\u{1F486}\u200D\u2640\uFE0F","\u{1F487}","\u{1F487}\u200D\u2642\uFE0F","\u{1F487}\u200D\u2640\uFE0F","\u{1F6B6}","\u{1F6B6}\u200D\u2642\uFE0F","\u{1F6B6}\u200D\u2640\uFE0F","\u{1F9CD}","\u{1F9CD}\u200D\u2642\uFE0F","\u{1F9CD}\u200D\u2640\uFE0F","\u{1F9CE}","\u{1F9CE}\u200D\u2642\uFE0F","\u{1F9CE}\u200D\u2640\uFE0F","\u{1F9D1}\u200D\u{1F9AF}","\u{1F468}\u200D\u{1F9AF}","\u{1F469}\u200D\u{1F9AF}","\u{1F9D1}\u200D\u{1F9BC}","\u{1F468}\u200D\u{1F9BC}","\u{1F469}\u200D\u{1F9BC}","\u{1F9D1}\u200D\u{1F9BD}","\u{1F468}\u200D\u{1F9BD}","\u{1F469}\u200D\u{1F9BD}","\u{1F3C3}","\u{1F3C3}\u200D\u2642\uFE0F","\u{1F3C3}\u200D\u2640\uFE0F","\u{1F483}","\u{1F57A}","\u{1F574}\uFE0F","\u{1F46F}","\u{1F46F}\u200D\u2642\uFE0F","\u{1F46F}\u200D\u2640\uFE0F","\u{1F9D6}","\u{1F9D6}\u200D\u2642\uFE0F","\u{1F9D6}\u200D\u2640\uFE0F","\u{1F9D7}","\u{1F9D7}\u200D\u2642\uFE0F","\u{1F9D7}\u200D\u2640\uFE0F","\u{1F93A}","\u{1F3C7}","\u26F7\uFE0F","\u{1F3C2}","\u{1F3CC}\uFE0F","\u{1F3CC}\uFE0F\u200D\u2642\uFE0F","\u{1F3CC}\uFE0F\u200D\u2640\uFE0F","\u{1F3C4}","\u{1F3C4}\u200D\u2642\uFE0F","\u{1F3C4}\u200D\u2640\uFE0F","\u{1F6A3}","\u{1F6A3}\u200D\u2642\uFE0F","\u{1F6A3}\u200D\u2640\uFE0F","\u{1F3CA}","\u{1F3CA}\u200D\u2642\uFE0F","\u{1F3CA}\u200D\u2640\uFE0F","\u26F9\uFE0F","\u26F9\uFE0F\u200D\u2642\uFE0F","\u26F9\uFE0F\u200D\u2640\uFE0F","\u{1F3CB}\uFE0F","\u{1F3CB}\uFE0F\u200D\u2642\uFE0F","\u{1F3CB}\uFE0F\u200D\u2640\uFE0F","\u{1F6B4}","\u{1F6B4}\u200D\u2642\uFE0F","\u{1F6B4}\u200D\u2640\uFE0F","\u{1F6B5}","\u{1F6B5}\u200D\u2642\uFE0F","\u{1F6B5}\u200D\u2640\uFE0F","\u{1F938}","\u{1F938}\u200D\u2642\uFE0F","\u{1F938}\u200D\u2640\uFE0F","\u{1F93C}","\u{1F93C}\u200D\u2642\uFE0F","\u{1F93C}\u200D\u2640\uFE0F","\u{1F93D}","\u{1F93D}\u200D\u2642\uFE0F","\u{1F93D}\u200D\u2640\uFE0F","\u{1F93E}","\u{1F93E}\u200D\u2642\uFE0F","\u{1F93E}\u200D\u2640\uFE0F","\u{1F939}","\u{1F939}\u200D\u2642\uFE0F","\u{1F939}\u200D\u2640\uFE0F","\u{1F9D8}","\u{1F9D8}\u200D\u2642\uFE0F","\u{1F9D8}\u200D\u2640\uFE0F","\u{1F6C0}","\u{1F6CC}","\u{1F46B}","\u{1F46A}","\u{1F468}\u200D\u{1F469}\u200D\u{1F466}","\u{1F468}\u200D\u{1F469}\u200D\u{1F467}","\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F466}","\u{1F468}\u200D\u{1F469}\u200D\u{1F466}\u200D\u{1F466}","\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F467}","\u{1F468}\u200D\u{1F466}","\u{1F468}\u200D\u{1F466}\u200D\u{1F466}","\u{1F468}\u200D\u{1F467}","\u{1F468}\u200D\u{1F467}\u200D\u{1F466}","\u{1F468}\u200D\u{1F467}\u200D\u{1F467}","\u{1F469}\u200D\u{1F466}","\u{1F469}\u200D\u{1F466}\u200D\u{1F466}","\u{1F469}\u200D\u{1F467}","\u{1F469}\u200D\u{1F467}\u200D\u{1F466}","\u{1F469}\u200D\u{1F467}\u200D\u{1F467}","\u{1F5E3}\uFE0F","\u{1F464}","\u{1F465}","\u{1FAC2}","\u{1F463}"],natural:["\u{1F435}","\u{1F412}","\u{1F98D}","\u{1F9A7}","\u{1F436}","\u{1F415}","\u{1F9AE}","\u{1F415}\u200D\u{1F9BA}","\u{1F429}","\u{1F43A}","\u{1F98A}","\u{1F99D}","\u{1F431}","\u{1F408}","\u{1F408}\u200D\u2B1B","\u{1F981}","\u{1F42F}","\u{1F405}","\u{1F406}","\u{1F434}","\u{1F40E}","\u{1F984}","\u{1F993}","\u{1F98C}","\u{1F9AC}","\u{1F42E}","\u{1F402}","\u{1F403}","\u{1F404}","\u{1F437}","\u{1F416}","\u{1F417}","\u{1F43D}","\u{1F40F}","\u{1F411}","\u{1F410}","\u{1F42A}","\u{1F42B}","\u{1F999}","\u{1F992}","\u{1F418}","\u{1F9A3}","\u{1F98F}","\u{1F99B}","\u{1F42D}","\u{1F401}","\u{1F400}","\u{1F439}","\u{1F430}","\u{1F407}","\u{1F43F}\uFE0F","\u{1F9AB}","\u{1F994}","\u{1F987}","\u{1F43B}","\u{1F43B}\u200D\u2744\uFE0F","\u{1F428}","\u{1F43C}","\u{1F9A5}","\u{1F9A6}","\u{1F9A8}","\u{1F998}","\u{1F9A1}","\u{1F43E}","\u{1F983}","\u{1F414}","\u{1F413}","\u{1F423}","\u{1F424}","\u{1F425}","\u{1F426}","\u{1F427}","\u{1F54A}\uFE0F","\u{1F985}","\u{1F986}","\u{1F9A2}","\u{1F989}","\u{1F9A4}","\u{1FAB6}","\u{1F9A9}","\u{1F99A}","\u{1F99C}","\u{1F40A}","\u{1F422}","\u{1F98E}","\u{1F40D}","\u{1F432}","\u{1F409}","\u{1F995}","\u{1F996}","\u{1F433}","\u{1F40B}","\u{1F42C}","\u{1F9AD}","\u{1F41F}","\u{1F420}","\u{1F421}","\u{1F988}","\u{1F419}","\u{1F41A}","\u{1F40C}","\u{1F98B}","\u{1F41B}","\u{1F41C}","\u{1F41D}","\u{1FAB2}","\u{1F41E}","\u{1F997}","\u{1FAB3}","\u{1F577}\uFE0F","\u{1F578}\uFE0F","\u{1F982}","\u{1F99F}","\u{1FAB0}","\u{1FAB1}","\u{1F490}","\u{1F338}","\u{1F3F5}\uFE0F","\u{1F339}","\u{1F940}","\u{1F33A}","\u{1F33B}","\u{1F33C}","\u{1F337}","\u{1F331}","\u{1FAB4}","\u{1F332}","\u{1F333}","\u{1F334}","\u{1F335}","\u{1F33E}","\u{1F33F}","\u2618\uFE0F","\u{1F340}","\u{1F341}","\u{1F342}","\u{1F343}"],food:["\u{1F347}","\u{1F348}","\u{1F349}","\u{1F34A}","\u{1F34B}","\u{1F34C}","\u{1F34D}","\u{1F96D}","\u{1F34E}","\u{1F34F}","\u{1F350}","\u{1F351}","\u{1F352}","\u{1F353}","\u{1FAD0}","\u{1F95D}","\u{1F345}","\u{1FAD2}","\u{1F965}","\u{1F951}","\u{1F346}","\u{1F954}","\u{1F955}","\u{1F33D}","\u{1F336}\uFE0F","\u{1FAD1}","\u{1F952}","\u{1F96C}","\u{1F966}","\u{1F9C4}","\u{1F9C5}","\u{1F344}","\u{1F95C}","\u{1F330}","\u{1F35E}","\u{1F950}","\u{1F956}","\u{1FAD3}","\u{1F968}","\u{1F96F}","\u{1F95E}","\u{1F9C7}","\u{1F9C0}","\u{1F356}","\u{1F357}","\u{1F969}","\u{1F953}","\u{1F354}","\u{1F35F}","\u{1F355}","\u{1F32D}","\u{1F96A}","\u{1F32E}","\u{1F32F}","\u{1FAD4}","\u{1F959}","\u{1F9C6}","\u{1F95A}","\u{1F373}","\u{1F958}","\u{1F372}","\u{1FAD5}","\u{1F963}","\u{1F957}","\u{1F37F}","\u{1F9C8}","\u{1F9C2}","\u{1F96B}","\u{1F371}","\u{1F358}","\u{1F359}","\u{1F35A}","\u{1F35B}","\u{1F35C}","\u{1F35D}","\u{1F360}","\u{1F362}","\u{1F363}","\u{1F364}","\u{1F365}","\u{1F96E}","\u{1F361}","\u{1F95F}","\u{1F960}","\u{1F961}","\u{1F980}","\u{1F99E}","\u{1F990}","\u{1F991}","\u{1F9AA}","\u{1F366}","\u{1F367}","\u{1F368}","\u{1F369}","\u{1F36A}","\u{1F382}","\u{1F370}","\u{1F9C1}","\u{1F967}","\u{1F36B}","\u{1F36C}","\u{1F36D}","\u{1F36E}","\u{1F36F}","\u{1F37C}","\u{1F95B}","\u2615","\u{1FAD6}","\u{1F375}","\u{1F376}","\u{1F37E}","\u{1F377}","\u{1F378}","\u{1F379}","\u{1F37A}","\u{1F37B}","\u{1F942}","\u{1F943}","\u{1F964}","\u{1F9CB}","\u{1F9C3}","\u{1F9C9}","\u{1F9CA}","\u{1F962}","\u{1F37D}\uFE0F","\u{1F374}","\u{1F944}","\u{1F52A}","\u{1F3FA}"],journey:["\u{1F30D}","\u{1F30E}","\u{1F30F}","\u{1F310}","\u{1F5FA}\uFE0F","\u{1F9ED}","\u{1F3D4}\uFE0F","\u26F0\uFE0F","\u{1F30B}","\u{1F5FB}","\u{1F3D5}\uFE0F","\u{1F3D6}\uFE0F","\u{1F3DC}\uFE0F","\u{1F3DD}\uFE0F","\u{1F3DE}\uFE0F","\u{1F3DF}\uFE0F","\u{1F3DB}\uFE0F","\u{1F3D7}\uFE0F","\u{1F9F1}","\u{1FAA8}","\u{1FAB5}","\u{1F6D6}","\u{1F3D8}\uFE0F","\u{1F3DA}\uFE0F","\u{1F3E0}","\u{1F3E1}","\u{1F3E2}","\u{1F3E3}","\u{1F3E4}","\u{1F3E5}","\u{1F3E6}","\u{1F3E8}","\u{1F3E9}","\u{1F3EA}","\u{1F3EB}","\u{1F3EC}","\u{1F3ED}","\u{1F3EF}","\u{1F3F0}","\u{1F5FC}","\u{1F5FD}","\u{1F6D5}","\u{1F54B}","\u26F2","\u26FA","\u{1F301}","\u{1F303}","\u{1F3D9}\uFE0F","\u{1F304}","\u{1F305}","\u{1F306}","\u{1F307}","\u{1F309}","\u2668\uFE0F","\u{1F3A0}","\u{1F3A1}","\u{1F3A2}","\u{1F488}","\u{1F3AA}","\u{1F682}","\u{1F683}","\u{1F684}","\u{1F685}","\u{1F686}","\u{1F687}","\u{1F688}","\u{1F689}","\u{1F68A}","\u{1F69D}","\u{1F69E}","\u{1F68B}","\u{1F68C}","\u{1F68D}","\u{1F68E}","\u{1F690}","\u{1F691}","\u{1F692}","\u{1F693}","\u{1F694}","\u{1F695}","\u{1F696}","\u{1F697}","\u{1F698}","\u{1F699}","\u{1F6FB}","\u{1F69A}","\u{1F69B}","\u{1F69C}","\u{1F3CE}\uFE0F","\u{1F3CD}\uFE0F","\u{1F6F5}","\u{1F9BD}","\u{1F9BC}","\u{1F6FA}","\u{1F6B2}","\u{1F6F4}","\u{1F6F9}","\u{1F6FC}","\u{1F68F}","\u{1F6E3}\uFE0F","\u{1F6E4}\uFE0F","\u{1F6E2}\uFE0F","\u26FD","\u{1F6A8}","\u{1F6A5}","\u{1F6A6}","\u{1F6D1}","\u{1F6A7}","\u2693","\u26F5","\u{1F6F6}","\u{1F6A4}","\u{1F6F3}\uFE0F","\u26F4\uFE0F","\u{1F6E5}\uFE0F","\u{1F6A2}","\u2708\uFE0F","\u{1F6E9}\uFE0F","\u{1F6EB}","\u{1F6EC}","\u{1FA82}","\u{1F4BA}","\u{1F681}","\u{1F69F}","\u{1F6A0}","\u{1F6A1}","\u{1F6F0}\uFE0F","\u{1F680}","\u{1F6F8}","\u{1F6CE}\uFE0F","\u{1F9F3}","\u231B","\u23F3","\u231A","\u23F0","\u23F1\uFE0F","\u23F2\uFE0F","\u{1F570}\uFE0F","\u{1F55B}","\u{1F567}","\u{1F550}","\u{1F55C}","\u{1F551}","\u{1F55D}","\u{1F552}","\u{1F55E}","\u{1F553}","\u{1F55F}","\u{1F554}","\u{1F560}","\u{1F555}","\u{1F561}","\u{1F556}","\u{1F562}","\u{1F557}","\u{1F563}","\u{1F558}","\u{1F564}","\u{1F559}","\u{1F565}","\u{1F55A}","\u{1F566}","\u{1F311}","\u{1F312}","\u{1F313}","\u{1F314}","\u{1F315}","\u{1F316}","\u{1F317}","\u{1F318}","\u{1F319}","\u{1F31A}","\u{1F31B}","\u{1F31C}","\u{1F321}\uFE0F","\u2600\uFE0F","\u{1F31D}","\u{1F31E}","\u{1FA90}","\u2B50","\u{1F31F}","\u{1F320}","\u{1F30C}","\u2601\uFE0F","\u26C5","\u26C8\uFE0F","\u{1F324}\uFE0F","\u{1F325}\uFE0F","\u{1F326}\uFE0F","\u{1F327}\uFE0F","\u{1F328}\uFE0F","\u{1F329}\uFE0F","\u{1F32A}\uFE0F","\u{1F32B}\uFE0F","\u{1F32C}\uFE0F","\u{1F300}","\u{1F308}","\u{1F302}","\u2602\uFE0F","\u2614","\u26F1\uFE0F","\u26A1","\u2744\uFE0F","\u2603\uFE0F","\u26C4","\u2604\uFE0F","\u{1F525}","\u{1F4A7}","\u{1F30A}"],activity:["\u{1F383}","\u{1F384}","\u{1F386}","\u{1F387}","\u{1F9E8}","\u2728","\u{1F388}","\u{1F389}","\u{1F38A}","\u{1F38B}","\u{1F38D}","\u{1F38E}","\u{1F390}","\u{1F391}","\u{1F9E7}","\u{1F380}","\u{1F381}","\u{1F397}\uFE0F","\u{1F39F}\uFE0F","\u{1F3AB}","\u{1F396}\uFE0F","\u{1F3C6}","\u{1F3C5}","\u{1F947}","\u{1F948}","\u{1F949}","\u26BD","\u26BE","\u{1F94E}","\u{1F3C0}","\u{1F3D0}","\u{1F3C8}","\u{1F3C9}","\u{1F3BE}","\u{1F94F}","\u{1F3B3}","\u{1F3CF}","\u{1F3D1}","\u{1F3D2}","\u{1F94D}","\u{1F3D3}","\u{1F3F8}","\u{1F94A}","\u{1F94B}","\u{1F945}","\u26F3","\u26F8\uFE0F","\u{1F3A3}","\u{1F93F}","\u{1F3BD}","\u{1F3BF}","\u{1F6F7}","\u{1F94C}","\u{1F3AF}","\u{1FA80}","\u{1FA81}","\u{1F3B1}","\u{1F52E}","\u{1FA84}","\u{1F9FF}","\u{1F3AE}","\u{1F579}\uFE0F","\u{1F3B0}","\u{1F3B2}","\u{1F9E9}","\u{1F9F8}","\u{1FA85}","\u{1FA86}","\u2660\uFE0F","\u2665\uFE0F","\u2666\uFE0F","\u2663\uFE0F","\u265F\uFE0F","\u{1F0CF}","\u{1F3B4}","\u{1F3AD}","\u{1F5BC}\uFE0F","\u{1F3A8}","\u{1F9F5}","\u{1FAA1}","\u{1F9F6}","\u{1FAA2}"],goods:["\u{1F453}","\u{1F576}\uFE0F","\u{1F97D}","\u{1F97C}","\u{1F9BA}","\u{1F454}","\u{1F455}","\u{1F456}","\u{1F9E3}","\u{1F9E4}","\u{1F9E5}","\u{1F9E6}","\u{1F457}","\u{1F458}","\u{1F97B}","\u{1FA71}","\u{1FA72}","\u{1FA73}","\u{1F459}","\u{1F45A}","\u{1F45B}","\u{1F45C}","\u{1F45D}","\u{1F6CD}\uFE0F","\u{1F392}","\u{1FA74}","\u{1F45E}","\u{1F45F}","\u{1F97E}","\u{1F97F}","\u{1F460}","\u{1F461}","\u{1FA70}","\u{1F462}","\u{1F451}","\u{1F452}","\u{1F3A9}","\u{1F393}","\u{1F9E2}","\u{1FA96}","\u26D1\uFE0F","\u{1F4FF}","\u{1F484}","\u{1F48D}","\u{1F48E}","\u{1F507}","\u{1F508}","\u{1F509}","\u{1F50A}","\u{1F4E2}","\u{1F4E3}","\u{1F4EF}","\u{1F514}","\u{1F515}","\u{1F3BC}","\u{1F3B5}","\u{1F3B6}","\u{1F399}\uFE0F","\u{1F39A}\uFE0F","\u{1F39B}\uFE0F","\u{1F3A4}","\u{1F3A7}","\u{1F4FB}","\u{1F3B7}","\u{1FA97}","\u{1F3B8}","\u{1F3B9}","\u{1F3BA}","\u{1F3BB}","\u{1FA95}","\u{1F941}","\u{1FA98}","\u{1F4F1}","\u{1F4F2}","\u260E\uFE0F","\u{1F4DE}","\u{1F4DF}","\u{1F4E0}","\u{1F50B}","\u{1F50C}","\u{1F4BB}","\u{1F5A5}\uFE0F","\u{1F5A8}\uFE0F","\u2328\uFE0F","\u{1F5B1}\uFE0F","\u{1F5B2}\uFE0F","\u{1F4BD}","\u{1F4BE}","\u{1F4BF}","\u{1F4C0}","\u{1F9EE}","\u{1F3A5}","\u{1F39E}\uFE0F","\u{1F4FD}\uFE0F","\u{1F3AC}","\u{1F4FA}","\u{1F4F7}","\u{1F4F8}","\u{1F4F9}","\u{1F4FC}","\u{1F50D}","\u{1F50E}","\u{1F56F}\uFE0F","\u{1F4A1}","\u{1F526}","\u{1F3EE}","\u{1FA94}","\u{1F4D4}","\u{1F4D5}","\u{1F4D6}","\u{1F4D7}","\u{1F4D8}","\u{1F4D9}","\u{1F4DA}","\u{1F4D3}","\u{1F4D2}","\u{1F4C3}","\u{1F4DC}","\u{1F4C4}","\u{1F5DE}\uFE0F","\u{1F4D1}","\u{1F516}","\u{1F3F7}\uFE0F","\u{1F4B0}","\u{1FA99}","\u{1F4B4}","\u{1F4B5}","\u{1F4B6}","\u{1F4B7}","\u{1F4B8}","\u{1F4B3}","\u{1F9FE}","\u{1F4B9}","\u2709\uFE0F","\u{1F4E7}","\u{1F4E8}","\u{1F4E9}","\u{1F4E4}","\u{1F4E5}","\u{1F4E6}","\u{1F4EB}","\u{1F4EA}","\u{1F4EC}","\u{1F4ED}","\u{1F4EE}","\u{1F5F3}\uFE0F","\u270F\uFE0F","\u2712\uFE0F","\u{1F58B}\uFE0F","\u{1F58A}\uFE0F","\u{1F58C}\uFE0F","\u{1F58D}\uFE0F","\u{1F4DD}","\u{1F4BC}","\u{1F4C1}","\u{1F4C2}","\u{1F5C2}\uFE0F","\u{1F4C5}","\u{1F4C6}","\u{1F5D2}\uFE0F","\u{1F5D3}\uFE0F","\u{1F4C7}","\u{1F4C8}","\u{1F4C9}","\u{1F4CA}","\u{1F4CB}","\u{1F4CC}","\u{1F4CD}","\u{1F4CE}","\u{1F587}\uFE0F","\u{1F4CF}","\u{1F4D0}","\u2702\uFE0F","\u{1F5C3}\uFE0F","\u{1F5C4}\uFE0F","\u{1F5D1}\uFE0F","\u{1F512}","\u{1F513}","\u{1F50F}","\u{1F510}","\u{1F511}","\u{1F5DD}\uFE0F","\u{1F528}","\u{1F52B}","\u{1FA83}","\u{1F6E1}\uFE0F","\u{1F527}","\u{1FA9B}","\u{1F529}","\u2699\uFE0F","\u{1F5DC}\uFE0F","\u2696\uFE0F","\u{1F9AF}","\u{1F517}","\u26D3\uFE0F","\u{1FA9D}","\u{1F9F0}","\u{1F9F2}","\u{1FA9C}","\u2697\uFE0F","\u{1F9EA}","\u{1F9EB}","\u{1F9EC}","\u{1F52C}","\u{1F52D}","\u{1F4E1}","\u{1F489}","\u{1FA78}","\u{1FA79}","\u{1FA7A}","\u{1F6AA}","\u{1F6D7}","\u{1FA9E}","\u{1FA9F}","\u{1F6CF}\uFE0F","\u{1F6CB}\uFE0F","\u{1FA91}","\u{1F6BD}","\u{1FAA0}","\u{1F6BF}","\u{1F6C1}","\u{1FAA4}","\u{1FA92}","\u{1F9F4}","\u{1F9F7}","\u{1F9F9}","\u{1F9FA}","\u{1F9FB}","\u{1FAA3}","\u{1F9FC}","\u{1FAA5}","\u{1F9FD}","\u{1F9EF}","\u{1F6D2}","\u26B1\uFE0F","\u{1F5FF}","\u{1FAA7}"],symbols:["\u{1F3E7}","\u{1F6AE}","\u{1F6B0}","\u267F","\u{1F6B9}","\u{1F6BA}","\u{1F6BB}","\u{1F6BC}","\u{1F6BE}","\u{1F6C2}","\u{1F6C3}","\u{1F6C4}","\u{1F6C5}","\u26A0\uFE0F","\u{1F6B8}","\u26D4","\u{1F6AB}","\u{1F6B3}","\u{1F6AD}","\u{1F6AF}","\u{1F6B1}","\u{1F6B7}","\u{1F4F5}","\u{1F51E}","\u2622\uFE0F","\u2623\uFE0F","\u2B06\uFE0F","\u2197\uFE0F","\u27A1\uFE0F","\u2198\uFE0F","\u2B07\uFE0F","\u2199\uFE0F","\u2B05\uFE0F","\u2196\uFE0F","\u2195\uFE0F","\u2194\uFE0F","\u21A9\uFE0F","\u21AA\uFE0F","\u2934\uFE0F","\u2935\uFE0F","\u{1F503}","\u{1F504}","\u{1F519}","\u{1F51A}","\u{1F51B}","\u{1F51C}","\u{1F51D}","\u{1F500}","\u{1F501}","\u{1F502}","\u25B6\uFE0F","\u23E9","\u23ED\uFE0F","\u23EF\uFE0F","\u25C0\uFE0F","\u23EA","\u23EE\uFE0F","\u{1F53C}","\u23EB","\u{1F53D}","\u23EC","\u23F8\uFE0F","\u23F9\uFE0F","\u23FA\uFE0F","\u23CF\uFE0F","\u{1F3A6}","\u{1F505}","\u{1F506}","\u{1F4F6}","\u{1F4F3}","\u{1F4F4}","\u2640\uFE0F","\u2642\uFE0F","\u2716\uFE0F","\u2795","\u2796","\u2797","\u267E\uFE0F","\u203C\uFE0F","\u2049\uFE0F","\u2753","\u2754","\u2755","\u2757","\u3030\uFE0F","\u{1F4B1}","\u{1F4B2}","\u2695\uFE0F","\u267B\uFE0F","\u269C\uFE0F","\u{1F531}","\u{1F4DB}","\u{1F530}","\u2B55","\u2705","\u2611\uFE0F","\u2714\uFE0F","\u274C","\u274E","\u27B0","\u27BF","\u303D\uFE0F","\u2733\uFE0F","\u2734\uFE0F","\u2747\uFE0F","\xA9\uFE0F","\xAE\uFE0F","\u2122\uFE0F","#\uFE0F\u20E3","*\uFE0F\u20E3","0\uFE0F\u20E3","1\uFE0F\u20E3","2\uFE0F\u20E3","3\uFE0F\u20E3","4\uFE0F\u20E3","5\uFE0F\u20E3","6\uFE0F\u20E3","7\uFE0F\u20E3","8\uFE0F\u20E3","9\uFE0F\u20E3","\u{1F51F}","\u{1F520}","\u{1F521}","\u{1F522}","\u{1F523}","\u{1F524}","\u{1F170}\uFE0F","\u{1F18E}","\u{1F171}\uFE0F","\u{1F191}","\u{1F192}","\u{1F193}","\u2139\uFE0F","\u{1F194}","\u24C2\uFE0F","\u{1F195}","\u{1F196}","\u{1F17E}\uFE0F","\u{1F197}","\u{1F17F}\uFE0F","\u{1F198}","\u{1F199}","\u{1F19A}","\u{1F201}","\u{1F237}\uFE0F","\u{1F236}","\u{1F22F}","\u{1F250}","\u{1F239}","\u{1F21A}","\u{1F232}","\u{1F251}","\u{1F238}","\u{1F234}","\u{1F233}","\u3297\uFE0F","\u3299\uFE0F","\u{1F235}","\u{1F534}","\u{1F7E0}","\u{1F7E1}","\u{1F7E2}","\u{1F535}","\u{1F7E3}","\u{1F7E4}","\u26AB","\u26AA","\u{1F7E5}","\u{1F7E7}","\u{1F7E8}","\u{1F7E9}","\u{1F7E6}","\u{1F7EA}","\u{1F7EB}","\u2B1B","\u2B1C","\u25FC\uFE0F","\u25FB\uFE0F","\u25FE","\u25FD","\u25AA\uFE0F","\u25AB\uFE0F","\u{1F536}","\u{1F537}","\u{1F538}","\u{1F539}","\u{1F53A}","\u{1F53B}","\u{1F4A0}","\u{1F518}","\u{1F533}","\u{1F532}"]},i6={"\u{1F600}":["grinning face","grinning","face","grin",":d","smile","happy","joy","\u60C5\u611F","\u7B11\u8138"],"\u{1F603}":["smiling face with open mouth","smiley","grinning face with big eyes","face","mouth","open","smile","happy","joy","haha",":d",":)","funny","\u60C5\u611F","\u5927\u7B11"],"\u{1F604}":["smiling face with open mouth and smiling eyes","smile","grinning face with smiling eyes","eye","face","mouth","open","happy","joy","funny","haha","laugh","like",":d",":)","\u60C5\u611F","\u5475\u5475"],"\u{1F601}":["grinning face with smiling eyes","grin","beaming face with smiling eyes","eye","face","smile","happy","joy","kawaii","\u60C5\u611F","\u563B\u563B"],"\u{1F606}":["smiling face with open mouth and tightly closed eyes","laughing","satisfied","grinning squinting face","face","laugh","mouth","smile","xd","happy","joy","lol","haha","glad","\u60C5\u611F","\u72C2\u7B11"],"\u{1F605}":["smiling face with open mouth and cold sweat","sweat smile","grinning face with sweat","cold","face","open","smile","sweat","hot","happy","laugh","relief","\u60C5\u611F","\u6C57"],"\u{1F923}":["rolling on the floor laughing","face","floor","laugh","rofl","rolling","rotfl",":\\'d","laughing","lol","haha","\u60C5\u611F","\u7B11\u7FFB\u4E86"],"\u{1F602}":["face with tears of joy","joy","face","laugh","tear",":\\')","cry","tears","weep","happy","happytears","haha","\u60C5\u611F","\u611F\u52A8"],"\u{1F642}":[":)","slightly smiling face","face","smile","\u60C5\u611F","\u5446\u5446\u7B11"],"\u{1F643}":["upside down face","face","upside down","flipped","silly","smile","\u60C5\u611F","\u98A0\u5012\u8138"],"\u{1F609}":["winking face","wink","face",";)","happy","mischievous","secret","smile","eye","\u60C5\u611F","\u7728\u773C"],"\u{1F60A}":["smiling face with smiling eyes","blush","eye","face","smile",":>",":)","happy","flushed","crush","embarrassed","shy","joy","\u60C5\u611F","\u5FAE\u7B11"],"\u{1F607}":["smiling face with halo","innocent","angel","face","fantasy","halo","o:)","heaven","\u60C5\u611F","\u5929\u4F7F\u7B11\u8138"],"\u{1F970}":["smiling face with smiling eyes and three hearts","smiling face with 3 hearts","smiling face with hearts","adore","crush","hearts","in love","face","love","like","affection","valentines","infatuation","\u60C5\u611F","\u4E09\u4E2A\u7231\u5FC3\u7684\u7B11\u8138"],"\u{1F60D}":["smiling face with heart shaped eyes","heart eyes","smiling face with heart eyes","eye","face","love","smile","like","affection","valentines","infatuation","crush","heart","\u60C5\u611F","\u82B1\u75F4"],"\u{1F929}":["grinning face with star eyes","star struck","eyes","face","grinning","star","smile","starry","\u60C5\u611F","\u773C\u5192\u661F\u661F"],"\u{1F618}":["face throwing a kiss","kissing heart","face blowing a kiss","face","kiss",":x","love","like","affection","valentines","infatuation","\u60C5\u611F","\u4EB2\u4EB2\u98DE\u543B"],"\u{1F617}":["kissing face","kissing","face","kiss","love","like","3","valentines","infatuation","\u60C5\u611F","\u4EB2\u4EB2"],"\u263A\uFE0F":["white smiling face","relaxed","smiling face","face","outlined","smile","blush","massage","happiness","\u8F7B\u677E"],"\u{1F61A}":["kissing face with closed eyes","kissing closed eyes","closed","eye","face","kiss",":*","love","like","affection","valentines","infatuation","\u60C5\u611F","\u772F\u773C\u4EB2\u4EB2"],"\u{1F619}":["kissing face with smiling eyes","kissing smiling eyes","eye","face","kiss","smile","affection","valentines","infatuation","\u60C5\u611F","\u7B11\u8138\u4EB2\u4EB2"],"\u{1F972}":["smiling face with tear","grateful","proud","relieved","smiling","tear","touched","sad","cry","pretend","\u60C5\u611F","\u5FAE\u7B11\u5E26\u6CEA"],"\u{1F60B}":["face savouring delicious food","yum","face savoring food","delicious","face","savouring","smile","happy","joy","tongue","silly","yummy","nom","\u60C5\u611F","\u53E3\u6C34"],"\u{1F61B}":["face with stuck out tongue","stuck out tongue","face with tongue","face","tongue",":p","prank","childish","playful","mischievous","smile","\u60C5\u611F","\u563F\u563F"],"\u{1F61C}":["face with stuck out tongue and winking eye","stuck out tongue winking eye","winking face with tongue","eye","face","joke","tongue","wink",";p","prank","childish","playful","mischievous","smile","\u60C5\u611F","\u5410\u820C\u5934"],"\u{1F92A}":["grinning face with one large and one small eye","zany face","eye","goofy","large","small","face","crazy","\u60C5\u611F","\u53D1\u75AF"],"\u{1F61D}":["face with stuck out tongue and tightly closed eyes","stuck out tongue closed eyes","squinting face with tongue","eye","face","horrible","taste","tongue","xp","prank","playful","mischievous","smile","\u60C5\u611F","\u7728\u773C\u5410\u820C\u5934"],"\u{1F911}":["money mouth face","face","money","mouth","rich","dollar","\u60C5\u611F","\u53D1\u8D22"],"\u{1F917}":["hugging face","face","hug","hugging","smile","\u60C5\u611F","\u62B1\u62B1"],"\u{1F92D}":["smiling face with smiling eyes and hand covering mouth","face with hand over mouth","whoops","face","shock","surprise","\u60C5\u611F","\u624B\u76D6\u4F4F\u5634\u5DF4"],"\u{1F92B}":["face with finger covering closed lips","shushing face","quiet","shush","face","shhh","\u60C5\u611F","\u5618"],"\u{1F914}":["thinking face","face","thinking",":l","hmmm","think","consider","\u60C5\u611F","\u601D\u8003"],"\u{1F910}":["zipper mouth face","face","mouth","zipper",":z","sealed","secret","\u60C5\u611F","\u95ED\u5634"],"\u{1F928}":["face with one eyebrow raised","face with raised eyebrow","distrust","skeptic","face","scepticism","disapproval","disbelief","surprise","\u60C5\u611F","\u6311\u7709\u60CA\u8BB6"],"\u{1F610}":["neutral face","deadpan","face","meh","neutral",":|","indifference","\u60C5\u611F","\u65E0\u8BED"],"\u{1F611}":["expressionless face","expressionless","face","inexpressive","meh","unexpressive","indifferent","- -","deadpan","\u60C5\u611F","\u9762\u65E0\u8868\u60C5"],"\u{1F636}":["face without mouth","no mouth","face","mouth","quiet","silent",":#","hellokitty","\u60C5\u611F","\u6C89\u9ED8"],"\u{1F636}\u200D\u{1F32B}\uFE0F":["face in clouds","absentminded","face in the fog","head in clouds","\u60C5\u611F","\u832B\u832B\u7136"],"\u{1F60F}":["smirking face","smirk","face",":j","smile","mean","prank","smug","sarcasm","\u60C5\u611F","\u51B7\u7B11"],"\u{1F612}":["unamused face","unamused","face","unhappy",":?","indifference","bored","straight face","serious","sarcasm","unimpressed","skeptical","dubious","side eye","\u60C5\u611F","\u4E0D\u9AD8\u5174"],"\u{1F644}":["face with rolling eyes","eyeroll","eyes","face","rolling","frustrated","\u60C5\u611F","\u7FFB\u767D\u773C"],"\u{1F62C}":["grimacing face","grimacing","face","grimace","8d","teeth","\u60C5\u611F","\u54AC\u7259"],"\u{1F62E}\u200D\u{1F4A8}":["face exhaling","exhale","gasp","groan","relief","whisper","whistle","\u60C5\u611F","\u677E\u4E00\u53E3\u6C14"],"\u{1F925}":["lying face","face","lie","pinocchio","\u60C5\u611F","\u9F3B\u5B50\u53D8\u957F\u4E86"],"\u{1F60C}":["relieved face","relieved","face","relaxed","phew","massage","happiness","\u60C5\u611F","\u677E\u4E86\u53E3\u6C14"],"\u{1F614}":["pensive face","pensive","dejected","face","sad","depressed","upset","\u60C5\u611F","\u6C89\u601D"],"\u{1F62A}":["sleepy face","sleepy","face","sleep","tired","rest","nap","\u60C5\u611F","\u56F0"],"\u{1F924}":["drooling face","drooling","face","\u60C5\u611F","\u6D41\u53E3\u6C34"],"\u{1F634}":["sleeping face","sleeping","face","sleep","zzz","tired","sleepy","night","\u60C5\u611F","\u7761\u7740\u4E86"],"\u{1F637}":["face with medical mask","mask","cold","doctor","face","sick","ill","disease","\u60C5\u611F","\u53E3\u7F69"],"\u{1F912}":["face with thermometer","face","ill","sick","thermometer","temperature","cold","fever","\u60C5\u611F","\u542B\u6E29\u5EA6\u8BA1"],"\u{1F915}":["face with head bandage","bandage","face","hurt","injury","injured","clumsy","\u60C5\u611F","\u5305\u7EF7\u5E26"],"\u{1F922}":["nauseated face","face","nauseated","vomit","%(","gross","green","sick","throw up","ill","\u60C5\u611F","\u60F3\u5410"],"\u{1F92E}":["face with open mouth vomiting","face vomiting","puke","sick","vomit","face","\u60C5\u611F","\u72C2\u5410\u4E2D"],"\u{1F927}":["sneezing face","face","gesundheit","sneeze","sick","allergy","\u60C5\u611F","\u6253\u55B7\u568F"],"\u{1F975}":["overheated face","hot face","feverish","heat stroke","hot","red faced","sweating","face","heat","red","\u60C5\u611F","\u70ED\u8138"],"\u{1F976}":["freezing face","cold face","blue faced","cold","freezing","frostbite","icicles","face","blue","frozen","\u60C5\u611F","\u51B7\u8138"],"\u{1F974}":["face with uneven eyes and wavy mouth","woozy face","dizzy","intoxicated","tipsy","uneven eyes","wavy mouth",":&","face","wavy","\u60C5\u611F","\u5934\u660F\u773C\u82B1"],"\u{1F635}":["dizzy face","knocked out face","dead","face","knocked out","xo","spent","unconscious","xox","dizzy","\u60C5\u611F","\u5934\u6655\u76EE\u7729"],"\u{1F635}\u200D\u{1F4AB}":["face with spiral eyes","dizzy","hypnotized","spiral","trouble","whoa","\u60C5\u611F","\u76EE\u7729\u5934\u6655"],"\u{1F92F}":["shocked face with exploding head","exploding head","mind blown","shocked","face","mind","blown","\u60C5\u611F","\u4E00\u4E2A\u5934\u4E24\u4E2A\u5927"],"\u{1F920}":["face with cowboy hat","cowboy hat face","cowboy","cowgirl","face","hat","\u60C5\u611F","\u725B\u4ED4"],"\u{1F973}":["face with party horn and party hat","partying face","celebration","hat","horn","party","face","woohoo","\u60C5\u611F","\u5E86\u795D\u7684\u8868\u60C5"],"\u{1F978}":["disguised face","disguise","face","glasses","incognito","nose","pretent","brows","moustache","\u60C5\u611F","\u5047\u626E\u7684\u8138"],"\u{1F60E}":["smiling face with sunglasses","sunglasses","bright","cool","face","sun","8)","smile","summer","beach","sunglass","\u60C5\u611F","\u58A8\u955C"],"\u{1F913}":["nerd face","face","geek","nerd",":b","nerdy","dork","\u60C5\u611F","\u641E\u602A"],"\u{1F9D0}":["face with monocle","stuffy","face","wealthy","\u60C5\u611F","\u5355\u7247\u773C\u955C"],"\u{1F615}":["confused face","confused","face","meh",":/","indifference","huh","weird","hmmm","\u60C5\u611F","\u56F0\u6270"],"\u{1F61F}":["worried face","worried","face","concern","nervous",":(","\u60C5\u611F","\u62C5\u5FC3"],"\u{1F641}":["slightly frowning face","face","frown","frowning","disappointed","sad","upset","\u60C5\u611F","\u4E0D\u5F00\u5FC3"],"\u2639\uFE0F":["frowning face","white frowning face","face","frown",":(","sad","upset","\u76B1\u7709\u8138"],"\u{1F62E}":["face with open mouth","open mouth","face","mouth","open","sympathy","surprise","impressed","wow","whoa",":o","\u60C5\u611F","\u60CA\u8BB6"],"\u{1F62F}":["hushed face","hushed","face","stunned","surprised","woo","shh","\u60C5\u611F","\u54E6"],"\u{1F632}":["astonished face","astonished","face","shocked","totally",":o","xox","surprised","poisoned","\u60C5\u611F","\u9707\u60CA"],"\u{1F633}":["flushed face","flushed","dazed","face",":$","blush","shy","flattered","\u60C5\u611F","\u7231\u6155"],"\u{1F97A}":["face with pleading eyes","pleading face","begging","mercy","puppy eyes","face","\u60C5\u611F","\u8BF7\u6C42\u7684\u8138"],"\u{1F626}":["frowning face with open mouth","frowning","face","frown","mouth","open","aw","what","\u60C5\u611F","\u554A"],"\u{1F627}":["anguished face","anguished","face",":s","stunned","nervous","\u60C5\u611F","\u75DB"],"\u{1F628}":["fearful face","fearful","face","fear","scared","terrified","nervous","oops","huh","\u60C5\u611F","\u53EF\u6015"],"\u{1F630}":["face with open mouth and cold sweat","cold sweat","anxious face with sweat","blue","cold","face","rushed","sweat","nervous","\u60C5\u611F","\u5192\u6C57"],"\u{1F625}":["disappointed but relieved face","disappointed relieved","sad but relieved face","disappointed","face","relieved","whew","phew","sweat","nervous","\u60C5\u611F","\u6D41\u6C57"],"\u{1F622}":["crying face","cry","face","sad","tear",":\\'(","tears","depressed","upset","\u60C5\u611F","\u6CEA"],"\u{1F62D}":["loudly crying face","sob","cry","face","sad","tear",":\\'o","tears","upset","depressed","\u60C5\u611F","\u54ED"],"\u{1F631}":["face screaming in fear","scream","face","fear","munch","scared","dx","omg","\u60C5\u611F","\u5413\u6B7B\u4E86"],"\u{1F616}":["confounded face","confounded","face","x(","confused","sick","unwell","oops",":s","\u60C5\u611F","\u56F0\u60D1"],"\u{1F623}":["persevering face","persevere","face","sick","no","upset","oops","\u60C5\u611F","\u75DB\u82E6"],"\u{1F61E}":["disappointed face","disappointed","face","sad","upset","depressed",":(","\u60C5\u611F","\u5931\u671B"],"\u{1F613}":["face with cold sweat","sweat","downcast face with sweat","cold","face",":<","hot","sad","tired","exercise","\u60C5\u611F","\u51B7\u6C57"],"\u{1F629}":["weary face","weary","face","tired","d:","sleepy","sad","frustrated","upset","\u60C5\u611F","\u5509!"],"\u{1F62B}":["tired face","face","tired",":c","sick","whine","upset","frustrated","\u60C5\u611F","\u7D2F"],"\u{1F971}":["yawning face","bored","tired","yawn","\u60C5\u611F","\u5475\u6B20"],"\u{1F624}":["face with look of triumph","triumph","face with steam from nose","face","won","gas","phew","proud","pride","\u60C5\u611F","\u50B2\u6162"],"\u{1F621}":["pouting face","rage","angry","face","mad","pouting","red",">:/","hate","despise","\u60C5\u611F","\u751F\u6C14"],"\u{1F620}":["angry face","angry","anger","face","mad","annoyed","frustrated","\u60C5\u611F","\u4E0D\u723D"],"\u{1F92C}":["serious face with symbols covering mouth","face with symbols on mouth","swearing",":@","face","cursing","cussing","profanity","expletive","\u60C5\u611F","\u5634\u4E0A\u6709\u7B26\u53F7\u7684\u8868\u60C5"],"\u{1F608}":["smiling face with horns","smiling imp","face","fairy tale","fantasy","horns","smile",">:)","devil","\u60C5\u611F","\u6076\u9B54\u7684\u7B11"],"\u{1F47F}":["imp","angry face with horns","demon","devil","face","fantasy",">:(","angry","horns","\u60C5\u611F","\u6076\u9B54"],"\u{1F480}":["skull","death","face","fairy tale","monster","dead","skeleton","creepy","\u60C5\u611F","\u9AB7\u9AC5\u5934"],"\u2620\uFE0F":["skull and crossbones","crossbones","death","face","monster","skull","poison","danger","deadly","scary","pirate","evil","\u5934\u9AA8\u548C\u4EA4\u53C9\u9AA8"],"\u{1F4A9}":["pile of poo","hankey","poop","shit","dung","face","monster","poo","shitface","fail","turd","\u60C5\u611F","\u5927\u4FBF"],"\u{1F921}":["clown face","clown","face","\u60C5\u611F","\u5C0F\u4E11"],"\u{1F479}":["japanese ogre","ogre","creature","face","fairy tale","fantasy","monster",">0)","red","mask","halloween","scary","creepy","devil","demon","japanese","\u60C5\u611F","\u9B54\u9B3C"],"\u{1F47A}":["japanese goblin","goblin","creature","face","fairy tale","fantasy","monster","red","evil","mask","scary","creepy","japanese","\u60C5\u611F","\u5929\u72D7"],"\u{1F47B}":["ghost","creature","face","fairy tale","fantasy","monster","halloween","spooky","scary","\u60C5\u611F","\u9B3C"],"\u{1F47D}":["extraterrestrial alien","alien","creature","extraterrestrial","face","fantasy","ufo","paul","weird","outer space","\u60C5\u611F","\u5916\u661F\u4EBA"],"\u{1F47E}":["alien monster","space invader","alien","creature","extraterrestrial","face","monster","ufo","game","arcade","play","\u60C5\u611F","\u602A\u7269"],"\u{1F916}":["robot face","robot","face","monster","computer","machine","bot","\u60C5\u611F","\u673A\u5668\u4EBA"],"\u{1F63A}":["smiling cat face with open mouth","smiley cat","grinning cat","cat","face","grinning","mouth","open","smile","animal","cats","happy","\u60C5\u611F","\u54C8\u54C8"],"\u{1F638}":["grinning cat face with smiling eyes","smile cat","grinning cat with smiling eyes","cat","eye","face","grin","smile","animal","cats","\u60C5\u611F","\u5FAE\u7B11\u7684\u732B\u8138"],"\u{1F639}":["cat face with tears of joy","joy cat","cat with tears of joy","cat","face","joy","tear","animal","cats","haha","happy","tears","\u60C5\u611F","\u611F\u52A8\u7684\u732B\u8138"],"\u{1F63B}":["smiling cat face with heart shaped eyes","heart eyes cat","smiling cat with heart eyes","cat","eye","face","heart","love","smile","animal","like","affection","cats","valentines","\u60C5\u611F","\u82B1\u75F4\u7684\u732B\u8138"],"\u{1F63C}":["cat face with wry smile","smirk cat","cat with wry smile","cat","face","ironic","smile","wry","animal","cats","smirk","\u60C5\u611F","\u5FAE\u7B11\u732B\u8138"],"\u{1F63D}":["kissing cat face with closed eyes","kissing cat","cat","eye","face","kiss",":3","animal","cats","\u60C5\u611F","\u4EB2\u4EB2\u7684\u732B\u8138"],"\u{1F640}":["weary cat face","scream cat","weary cat","cat","face","oh","surprised","weary","animal","cats","munch","scared","scream","\u60C5\u611F","\u7D2F\u7684\u732B\u8138"],"\u{1F63F}":["crying cat face","crying cat","cat","cry","face","sad","tear","animal","tears","weep","cats","upset","\u60C5\u611F","\u54ED\u7684\u732B\u8138"],"\u{1F63E}":["pouting cat face","pouting cat","cat","face","pouting","animal","cats","\u60C5\u611F","\u751F\u6C14\u7684\u732B\u8138"],"\u{1F648}":["see no evil monkey","see no evil","evil","face","forbidden","monkey","see","animal","nature","haha","\u60C5\u611F","\u975E\u793C\u52FF\u89C6"],"\u{1F649}":["hear no evil monkey","hear no evil","evil","face","forbidden","hear","monkey","animal","nature","\u60C5\u611F","\u975E\u793C\u52FF\u542C"],"\u{1F64A}":["speak no evil monkey","speak no evil","evil","face","forbidden","monkey","speak","animal","nature","omg","\u60C5\u611F","\u975E\u793C\u52FF\u8A00"],"\u{1F48B}":["kiss mark","kiss","lips","face","love","like","affection","valentines","\u60C5\u611F","\u5507\u5370"],"\u{1F48C}":["love letter","heart","letter","love","mail","email","like","affection","envelope","valentines","\u60C5\u611F","\u60C5\u4E66"],"\u{1F498}":["heart with arrow","cupid","arrow","love","like","heart","affection","valentines","\u60C5\u611F","\u4E18\u6BD4\u7279"],"\u{1F49D}":["heart with ribbon","gift heart","ribbon","valentine","love","valentines","\u60C5\u611F","\u7231\u7684\u793C\u7269"],"\u{1F496}":["sparkling heart","excited","sparkle","love","like","affection","valentines","\u60C5\u611F","\u5F00\u5FC3"],"\u{1F497}":["growing heart","heartpulse","excited","growing","nervous","pulse","like","love","affection","valentines","pink","\u60C5\u611F","\u5FC3\u52A8"],"\u{1F493}":["beating heart","heartbeat","beating","pulsating","love","like","affection","valentines","pink","heart","\u60C5\u611F","\u5FC3\u8DF3"],"\u{1F49E}":["revolving hearts","revolving","love","like","affection","valentines","\u60C5\u611F","\u5FC3\u4E4B\u821E"],"\u{1F495}":["two hearts","love","like","affection","valentines","heart","\u60C5\u611F","\u5FC3\u5FC3\u76F8\u5370"],"\u{1F49F}":["heart decoration","heart","purple square","love","like","\u60C5\u611F","\u5FC3\u5728\u6846\u6846\u91CC"],"\u2763\uFE0F":["heart exclamation","heavy heart exclamation mark ornament","exclamation","mark","punctuation","decoration","love","\u5FC3\u5F62\u611F\u53F9\u53F7"],"\u{1F494}":["broken heart","break","broken","</3","sad","sorry","heart","heartbreak","\u60C5\u611F","\u5FC3\u788E"],"\u2764\uFE0F\u200D\u{1F525}":["heart on fire","burn","heart","love","lust","sacred heart","\u60C5\u611F","\u706B\u70ED\u7684\u5FC3"],"\u2764\uFE0F\u200D\u{1FA79}":["mending heart","healthier","improving","mending","recovering","recuperating","well","\u60C5\u611F","\u7597\u5FC3"],"\u2764\uFE0F":["heavy black heart","heart","red heart","<3","love","like","valentines","\u6C89\u91CD\u7684\u9ED1\u5FC3"],"\u{1F9E1}":["orange heart","orange","love","like","affection","valentines","\u60C5\u611F","\u6A58\u5FC3"],"\u{1F49B}":["yellow heart","yellow","love","like","affection","valentines","\u60C5\u611F","\u9EC4\u5FC3"],"\u{1F49A}":["green heart","green","love","like","affection","valentines","\u60C5\u611F","\u7EFF\u5FC3"],"\u{1F499}":["blue heart","blue","love","like","affection","valentines","\u60C5\u611F","\u84DD\u5FC3"],"\u{1F49C}":["purple heart","purple","love","like","affection","valentines","\u60C5\u611F","\u7D2B\u5FC3"],"\u{1F90E}":["brown heart","brown","heart","\u60C5\u611F","\u8910\u5FC3"],"\u{1F5A4}":["black heart","black","evil","wicked","\u60C5\u611F","\u9ED1\u5FC3"],"\u{1F90D}":["white heart","heart","white","\u60C5\u611F","\u767D\u5FC3"],"\u{1F4AF}":["hundred points symbol","100","hundred points","full","hundred","score","perfect","numbers","century","exam","quiz","test","pass","\u60C5\u611F","\u6EE1\u5206"],"\u{1F4A2}":["anger symbol","anger","angry","comic","mad","\u60C5\u611F","\u6012"],"\u{1F4A5}":["collision symbol","boom","collision","comic","bomb","explode","explosion","blown","\u60C5\u611F","\u78B0\u649E"],"\u{1F4AB}":["dizzy symbol","dizzy","comic","star","sparkle","shoot","magic","\u60C5\u611F","\u6655\u5934\u8F6C\u5411"],"\u{1F4A6}":["splashing sweat symbol","sweat drops","sweat droplets","comic","splashing","sweat","water","drip","oops","\u60C5\u611F","\u51FA\u6C57"],"\u{1F4A8}":["dash symbol","dash","dashing away","comic","running","wind","air","fast","shoo","fart","smoke","puff","\u60C5\u611F","\u626C\u5C18\u800C\u53BB"],"\u{1F573}\uFE0F":["hole","embarrassing","\u5B54"],"\u{1F4A3}":["bomb","comic","boom","explode","explosion","terrorism","\u60C5\u611F","\u70B8\u5F39"],"\u{1F4AC}":["speech balloon","balloon","bubble","comic","dialog","speech","words","message","talk","chatting","\u60C5\u611F","\u5BF9\u8BDD\u6846"],"\u{1F441}\uFE0F\u200D\u{1F5E8}\uFE0F":["eye in speech bubble","eye","speech bubble","witness","\u60C5\u611F","\u8BB2\u8BDD\u6CE1\u6CE1\u4E2D\u7684\u773C\u775B"],"\u{1F5E8}\uFE0F":["left speech bubble","dialog","speech","words","message","talk","chatting","\u60C5\u611F","\u6D88\u606F"],"\u{1F5EF}\uFE0F":["right anger bubble","angry","balloon","bubble","mad","caption","speech","thinking","\u60C5\u611F","\u601D\u8003"],"\u{1F4AD}":["thought balloon","balloon","bubble","comic","thought","cloud","speech","thinking","dream","\u60C5\u611F","\u5FC3\u58F0\u5BF9\u8BDD\u6846"],"\u{1F4A4}":["sleeping symbol","zzz","comic","sleep","sleepy","tired","dream","\u60C5\u611F","\u7761\u7740"],"\u{1F44B}":["waving hand sign","wave","waving hand","hand","waving","hands","gesture","goodbye","solong","farewell","hello","hi","palm","\u4EBA\u7C7B","\u8EAB\u4F53","\u6325\u624B"],"\u{1F91A}":["raised back of hand","backhand","raised","fingers","\u4EBA\u7C7B","\u8EAB\u4F53","\u7AD6\u8D77\u624B\u638C"],"\u{1F590}\uFE0F":["hand with fingers splayed","raised hand with fingers splayed","finger","hand","splayed","fingers","palm","\u624B\u6307\u5F20\u5F00\u7684\u624B"],"\u270B":["raised hand","hand","high 5","high five","fingers","stop","highfive","palm","ban","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E3E\u624B"],"\u{1F596}":["raised hand with part between middle and ring fingers","spock hand","vulcan salute","finger","hand","spock","vulcan","fingers","star trek","\u4EBA\u7C7B","\u8EAB\u4F53","\u4F60\u597D"],"\u{1F44C}":["ok hand sign","ok hand","hand","ok","fingers","limbs","perfect","okay","\u4EBA\u7C7B","\u8EAB\u4F53","OK \u624B\u52BF"],"\u{1F90C}":["pinched fingers","fingers","hand gesture","interrogation","pinched","sarcastic","size","tiny","small","\u4EBA\u7C7B","\u8EAB\u4F53","\u634F\u624B\u6307"],"\u{1F90F}":["pinching hand","small amount","\u4EBA\u7C7B","\u8EAB\u4F53","\u634F"],"\u270C\uFE0F":["victory hand","v","hand","victory","fingers","ohyeah","peace","two","\u80DC\u5229\u4E4B\u624B"],"\u{1F91E}":["hand with index and middle fingers crossed","crossed fingers","cross","finger","hand","luck","good","lucky","\u4EBA\u7C7B","\u8EAB\u4F53","\u795D\u597D\u8FD0"],"\u{1F91F}":["i love you hand sign","love you gesture","hand","ily","fingers","gesture","\u4EBA\u7C7B","\u8EAB\u4F53","\u7231\u4F60\u624B\u52BF"],"\u{1F918}":["sign of the horns","the horns","finger","hand","horns","rock on","\\\\m/","fingers","evil eye","sign of horns","\u4EBA\u7C7B","\u8EAB\u4F53","ROCK","\u89D2\u7684\u6807\u5FD7"],"\u{1F919}":["call me hand","call","hand","hands","gesture","\u4EBA\u7C7B","\u8EAB\u4F53","\u6253\u7ED9\u6211"],"\u{1F448}":["white left pointing backhand index","point left","backhand index pointing left","backhand","finger","hand","index","point","direction","fingers","left","\u4EBA\u7C7B","\u8EAB\u4F53","\u5DE6"],"\u{1F449}":["white right pointing backhand index","point right","backhand index pointing right","backhand","finger","hand","index","point","fingers","direction","right","\u4EBA\u7C7B","\u8EAB\u4F53","\u53F3"],"\u{1F446}":["white up pointing backhand index","point up 2","backhand index pointing up","backhand","finger","hand","point","up","fingers","direction","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E0A"],"\u{1F595}":["reversed hand with middle finger extended","middle finger","finger","hand","fingers","rude","middle","flipping","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E2D\u6307"],"\u{1F447}":["white down pointing backhand index","point down","backhand index pointing down","backhand","down","finger","hand","point","fingers","direction","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E0B"],"\u261D\uFE0F":["white up pointing index","point up","index pointing up","finger","hand","index","point","up","fingers","direction","\u767D\u8272\u6307\u5411\u7D22\u5F15"],"\u{1F44D}":["thumbs up sign","+1","thumbsup","thumbs up","hand","thumb","up","yes","awesome","good","agree","accept","cool","like","\u4EBA\u7C7B","\u8EAB\u4F53","\u8D5E"],"\u{1F44E}":["thumbs down sign","-1","thumbsdown","thumbs down","down","hand","thumb","no","dislike","\u4EBA\u7C7B","\u8EAB\u4F53","\u900A"],"\u270A":["raised fist","fist","clenched","hand","punch","fingers","grasp","\u4EBA\u7C7B","\u8EAB\u4F53","\u62F3\u5934"],"\u{1F44A}":["fisted hand sign","facepunch","punch","oncoming fist","clenched","fist","hand","angry","violence","hit","attack","\u4EBA\u7C7B","\u8EAB\u4F53","\u51FA\u62F3"],"\u{1F91B}":["left facing fist","fist","leftwards","hand","fistbump","\u4EBA\u7C7B","\u8EAB\u4F53","\u63E1\u53F3\u62F3"],"\u{1F91C}":["right facing fist","fist","rightwards","hand","fistbump","\u4EBA\u7C7B","\u8EAB\u4F53","\u63E1\u5DE6\u62F3"],"\u{1F44F}":["clapping hands sign","clap","clapping hands","hand","hands","praise","applause","congrats","yay","\u4EBA\u7C7B","\u8EAB\u4F53","\u9F13\u638C"],"\u{1F64C}":["person raising both hands in celebration","raised hands","raising hands","celebration","gesture","hand","hooray","raised","yea","hands","\u4EBA\u7C7B","\u8EAB\u4F53","\u6B22\u547C"],"\u{1F450}":["open hands sign","open hands","hand","open","fingers","butterfly","hands","\u4EBA\u7C7B","\u8EAB\u4F53","\u644A\u5F00\u624B"],"\u{1F932}":["palms up together","prayer","hands","gesture","cupped","\u4EBA\u7C7B","\u8EAB\u4F53","\u53CC\u624B\u638C\u671D\u4E0A"],"\u{1F91D}":["handshake","agreement","hand","meeting","shake","\u4EBA\u7C7B","\u8EAB\u4F53","\u63E1\u624B"],"\u{1F64F}":["person with folded hands","pray","folded hands","ask","hand","high 5","high five","please","thanks","hope","wish","namaste","highfive","\u4EBA\u7C7B","\u8EAB\u4F53","\u611F\u6069"],"\u270D\uFE0F":["writing hand","hand","write","lower left ballpoint pen","stationery","compose","\u4E66\u5199\u624B"],"\u{1F485}":["nail polish","nail care","care","cosmetics","manicure","nail","polish","beauty","finger","fashion","\u4EBA\u7C7B","\u8EAB\u4F53","\u6307\u7532\u6CB9"],"\u{1F933}":["selfie","camera","phone","\u4EBA\u7C7B","\u8EAB\u4F53","\u81EA\u62CD"],"\u{1F4AA}":["flexed biceps","muscle","biceps","comic","flex","arm","hand","summer","strong","\u4EBA\u7C7B","\u8EAB\u4F53","\u808C\u8089"],"\u{1F9BE}":["mechanical arm","accessibility","prosthetic","\u4EBA\u7C7B","\u8EAB\u4F53","\u673A\u68B0\u624B\u81C2"],"\u{1F9BF}":["mechanical leg","accessibility","prosthetic","\u4EBA\u7C7B","\u8EAB\u4F53","\u673A\u68B0\u811A"],"\u{1F9B5}":["leg","kick","limb","\u4EBA\u7C7B","\u8EAB\u4F53","\u817F"],"\u{1F9B6}":["foot","kick","stomp","\u4EBA\u7C7B","\u8EAB\u4F53","\u811A"],"\u{1F442}":["ear","body","face","hear","sound","listen","\u4EBA\u7C7B","\u8EAB\u4F53","\u8033\u6735"],"\u{1F9BB}":["ear with hearing aid","accessibility","hard of hearing","\u4EBA\u7C7B","\u8EAB\u4F53","\u6234\u52A9\u542C\u5668\u7684\u8033\u6735"],"\u{1F443}":["nose","body","smell","sniff","\u4EBA\u7C7B","\u8EAB\u4F53","\u9F3B\u5B50"],"\u{1F9E0}":["brain","intelligent","smart","\u4EBA\u7C7B","\u8EAB\u4F53","\u8111"],"\u{1FAC0}":["anatomical heart","anatomical","cardiology","heart","organ","pulse","health","heartbeat","\u4EBA\u7C7B","\u8EAB\u4F53","\u5FC3\u810F"],"\u{1FAC1}":["lungs","breath","exhalation","inhalation","organ","respiration","breathe","\u4EBA\u7C7B","\u8EAB\u4F53","\u80BA"],"\u{1F9B7}":["tooth","dentist","teeth","\u4EBA\u7C7B","\u8EAB\u4F53","\u7259\u9F7F"],"\u{1F9B4}":["bone","skeleton","\u4EBA\u7C7B","\u8EAB\u4F53","\u9AA8\u5934"],"\u{1F440}":["eyes","eye","face","look","watch","stalk","peek","see","\u4EBA\u7C7B","\u8EAB\u4F53","\u53CC\u773C"],"\u{1F441}\uFE0F":["eye","body","face","look","see","watch","stare","\u773C\u775B"],"\u{1F445}":["tongue","body","mouth","playful","\u4EBA\u7C7B","\u8EAB\u4F53","\u820C\u5934"],"\u{1F444}":["mouth","lips","kiss","\u4EBA\u7C7B","\u8EAB\u4F53","\u5634\u5DF4"],"\u{1F476}":["baby","young","child","boy","girl","toddler","\u4EBA\u7C7B","\u8EAB\u4F53","\u5C0F\u5B9D\u5B9D"],"\u{1F9D2}":["child","gender neutral","unspecified gender","young","\u4EBA\u7C7B","\u8EAB\u4F53","\u5C0F\u5B69"],"\u{1F466}":["boy","young","man","male","guy","teenager","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B69"],"\u{1F467}":["girl","virgo","young","zodiac","female","woman","teenager","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5B69"],"\u{1F9D1}":["adult","person","gender neutral","unspecified gender","\u4EBA\u7C7B","\u8EAB\u4F53","\u5927\u4EBA"],"\u{1F471}":["person with blond hair","person: blond hair","blond","blond haired person","hair","person blond hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u91D1\u53D1\u4EBA"],"\u{1F468}":["man","adult","mustache","father","dad","guy","classy","sir","moustache","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA"],"\u{1F9D4}":["bearded person","person: beard","beard","person","man beard","bewhiskered","\u4EBA\u7C7B","\u8EAB\u4F53","\u84C4\u80E1\u7684\u4EBA"],"\u{1F9D4}\u200D\u2642\uFE0F":["man: beard","man with beard","beard","man","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA","\u84C4\u80E1\u7684\u4EBA"],"\u{1F9D4}\u200D\u2640\uFE0F":["woman: beard","woman with beard","beard","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA","\u84C4\u80E1\u7684\u4EBA"],"\u{1F468}\u200D\u{1F9B0}":["man: red hair","red haired man","adult","man","red hair","man red hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA","\u7EA2\u53D1"],"\u{1F468}\u200D\u{1F9B1}":["man: curly hair","curly haired man","adult","curly hair","man","man curly hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA","\u5377\u53D1"],"\u{1F468}\u200D\u{1F9B3}":["man: white hair","white haired man","adult","man","white hair","man white hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA","\u767D\u53D1"],"\u{1F468}\u200D\u{1F9B2}":["man: bald","bald man","adult","bald","man","man bald","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA","\u79C3\u5934"],"\u{1F469}":["woman","adult","female","girls","lady","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA"],"\u{1F469}\u200D\u{1F9B0}":["woman: red hair","red haired woman","adult","red hair","woman","woman red hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA","\u7EA2\u53D1"],"\u{1F9D1}\u200D\u{1F9B0}":["person: red hair","red haired person","adult","gender neutral","person","red hair","unspecified gender","person red hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5927\u4EBA","\u7EA2\u53D1"],"\u{1F469}\u200D\u{1F9B1}":["woman: curly hair","curly haired woman","adult","curly hair","woman","woman curly hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA","\u5377\u53D1"],"\u{1F9D1}\u200D\u{1F9B1}":["person: curly hair","curly haired person","adult","curly hair","gender neutral","person","unspecified gender","person curly hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5927\u4EBA","\u5377\u53D1"],"\u{1F469}\u200D\u{1F9B3}":["woman: white hair","white haired woman","adult","white hair","woman","woman white hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA","\u767D\u53D1"],"\u{1F9D1}\u200D\u{1F9B3}":["person: white hair","white haired person","adult","gender neutral","person","unspecified gender","white hair","person white hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5927\u4EBA","\u767D\u53D1"],"\u{1F469}\u200D\u{1F9B2}":["woman: bald","bald woman","adult","bald","woman","woman bald","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA","\u79C3\u5934"],"\u{1F9D1}\u200D\u{1F9B2}":["person: bald","bald person","adult","bald","gender neutral","person","unspecified gender","person bald","\u4EBA\u7C7B","\u8EAB\u4F53","\u5927\u4EBA","\u79C3\u5934"],"\u{1F471}\u200D\u2640\uFE0F":["woman: blond hair","blond haired woman","blonde","hair","woman","woman blond hair","female","girl","person","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\uFF1A\u91D1\u8272\u7684\u5934\u53D1"],"\u{1F471}\u200D\u2642\uFE0F":["man: blond hair","blond haired man","blond","hair","man","man blond hair","male","boy","blonde","guy","person","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\uFF1A\u91D1\u8272\u7684\u5934\u53D1"],"\u{1F9D3}":["older adult","older person","adult","gender neutral","old","unspecified gender","human","elder","senior","\u4EBA\u7C7B","\u8EAB\u4F53","\u957F\u8005"],"\u{1F474}":["older man","old man","adult","man","old","human","male","men","elder","senior","\u4EBA\u7C7B","\u8EAB\u4F53","\u8001\u7237\u7237"],"\u{1F475}":["older woman","old woman","adult","old","woman","human","female","women","lady","elder","senior","\u4EBA\u7C7B","\u8EAB\u4F53","\u8001\u5976\u5976"],"\u{1F64D}":["person frowning","frown","gesture","\u4EBA\u7C7B","\u8EAB\u4F53","\u76B1\u7709"],"\u{1F64D}\u200D\u2642\uFE0F":["man frowning","frowning","gesture","man","male","boy","sad","depressed","discouraged","unhappy","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u76B1\u7740\u7709\u5934"],"\u{1F64D}\u200D\u2640\uFE0F":["woman frowning","frowning","gesture","woman","female","girl","sad","depressed","discouraged","unhappy","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u76B1\u7740\u7709\u5934"],"\u{1F64E}":["person with pouting face","person pouting","gesture","pouting","\u4EBA\u7C7B","\u8EAB\u4F53","\u751F\u6C14\u7684\u4EBA"],"\u{1F64E}\u200D\u2642\uFE0F":["man pouting","gesture","man","pouting","male","boy","\u4EBA\u7C7B","\u8EAB\u4F53","\u5658\u5634\u7684\u7537\u4EBA"],"\u{1F64E}\u200D\u2640\uFE0F":["woman pouting","gesture","pouting","woman","female","girl","\u4EBA\u7C7B","\u8EAB\u4F53","\u5658\u5634\u7684\u5973\u4EBA"],"\u{1F645}":["face with no good gesture","no good","person gesturing no","forbidden","gesture","hand","prohibited","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E0D\u884C"],"\u{1F645}\u200D\u2642\uFE0F":["man gesturing no","forbidden","gesture","hand","man","prohibited","male","boy","nope","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u6253\u624B\u52BF\u4E0D\u540C\u610F"],"\u{1F645}\u200D\u2640\uFE0F":["woman gesturing no","forbidden","gesture","hand","prohibited","woman","female","girl","nope","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u6253\u624B\u52BF\u4E0D\u540C\u610F"],"\u{1F646}":["face with ok gesture","ok woman","person gesturing ok","gesture","hand","ok","\u4EBA\u7C7B","\u8EAB\u4F53","\u53EF\u4EE5"],"\u{1F646}\u200D\u2642\uFE0F":["man gesturing ok","gesture","hand","man","ok","men","boy","male","blue","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u6253\u624B\u52BF\u540C\u610F"],"\u{1F646}\u200D\u2640\uFE0F":["woman gesturing ok","gesture","hand","ok","woman","women","girl","female","pink","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u6253\u624B\u52BF\u540C\u610F"],"\u{1F481}":["information desk person","person tipping hand","hand","help","information","sassy","tipping","\u4EBA\u7C7B","\u8EAB\u4F53","\u670D\u52A1\u53F0\u4EBA\u5458"],"\u{1F481}\u200D\u2642\uFE0F":["man tipping hand","man","sassy","tipping hand","male","boy","human","information","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u4E3E\u8D77\u7684\u624B"],"\u{1F481}\u200D\u2640\uFE0F":["woman tipping hand","sassy","tipping hand","woman","female","girl","human","information","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u4E3E\u8D77\u7684\u624B"],"\u{1F64B}":["happy person raising one hand","raising hand","person raising hand","gesture","hand","happy","raised","\u4EBA\u7C7B","\u8EAB\u4F53","\u55E8"],"\u{1F64B}\u200D\u2642\uFE0F":["man raising hand","gesture","man","raising hand","male","boy","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E3E\u624B\u7684\u7537\u4EBA"],"\u{1F64B}\u200D\u2640\uFE0F":["woman raising hand","gesture","raising hand","woman","female","girl","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E3E\u624B\u7684\u5973\u4EBA"],"\u{1F9CF}":["deaf person","accessibility","deaf","ear","hear","\u4EBA\u7C7B","\u8EAB\u4F53","\u542C\u969C\u4EBA\u58EB"],"\u{1F9CF}\u200D\u2642\uFE0F":["deaf man","deaf","man","\u4EBA\u7C7B","\u8EAB\u4F53","\u804B\u54D1\u7537\u4EBA"],"\u{1F9CF}\u200D\u2640\uFE0F":["deaf woman","deaf","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u804B\u54D1\u5973\u4EBA"],"\u{1F647}":["person bowing deeply","bow","person bowing","apology","gesture","sorry","\u4EBA\u7C7B","\u8EAB\u4F53","\u97A0\u8EAC"],"\u{1F647}\u200D\u2642\uFE0F":["man bowing","apology","bowing","favor","gesture","man","sorry","male","boy","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u97A0\u8EAC"],"\u{1F647}\u200D\u2640\uFE0F":["woman bowing","apology","bowing","favor","gesture","sorry","woman","female","girl","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u97A0\u8EAC"],"\u{1F926}":["face palm","person facepalming","disbelief","exasperation","face","palm","\u4EBA\u7C7B","\u8EAB\u4F53","\u54E6\u4E0D"],"\u{1F926}\u200D\u2642\uFE0F":["man facepalming","disbelief","exasperation","facepalm","man","male","boy","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u6342\u8138"],"\u{1F926}\u200D\u2640\uFE0F":["woman facepalming","disbelief","exasperation","facepalm","woman","female","girl","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u6342\u8138"],"\u{1F937}":["shrug","person shrugging","doubt","ignorance","indifference","\u4EBA\u7C7B","\u8EAB\u4F53","\u8038\u80A9"],"\u{1F937}\u200D\u2642\uFE0F":["man shrugging","doubt","ignorance","indifference","man","shrug","male","boy","confused","indifferent","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u8038\u80A9"],"\u{1F937}\u200D\u2640\uFE0F":["woman shrugging","doubt","ignorance","indifference","shrug","woman","female","girl","confused","indifferent","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u8038\u80A9"],"\u{1F9D1}\u200D\u2695\uFE0F":["health worker","doctor","healthcare","nurse","therapist","\u4EBA\u7C7B","\u8EAB\u4F53","\u533B\u62A4\u4EBA\u5458"],"\u{1F468}\u200D\u2695\uFE0F":["man health worker","male doctor","doctor","healthcare","man","nurse","therapist","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u5065\u5EB7\u5DE5\u4F5C\u8005"],"\u{1F469}\u200D\u2695\uFE0F":["woman health worker","female doctor","doctor","healthcare","nurse","therapist","woman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u536B\u751F\u5DE5\u4F5C\u8005"],"\u{1F9D1}\u200D\u{1F393}":["student","graduate","\u4EBA\u7C7B","\u8EAB\u4F53","\u5B66\u751F"],"\u{1F468}\u200D\u{1F393}":["man student","male student","graduate","man","student","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u6BD5\u4E1A\u751F"],"\u{1F469}\u200D\u{1F393}":["woman student","female student","graduate","student","woman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u6BD5\u4E1A\u751F"],"\u{1F9D1}\u200D\u{1F3EB}":["teacher","instructor","professor","\u4EBA\u7C7B","\u8EAB\u4F53","\u8001\u5E08"],"\u{1F468}\u200D\u{1F3EB}":["man teacher","male teacher","instructor","man","professor","teacher","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u8001\u5E08"],"\u{1F469}\u200D\u{1F3EB}":["woman teacher","female teacher","instructor","professor","teacher","woman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u8001\u5E08"],"\u{1F9D1}\u200D\u2696\uFE0F":["judge","justice","scales","\u4EBA\u7C7B","\u8EAB\u4F53","\u6CD5\u5B98"],"\u{1F468}\u200D\u2696\uFE0F":["man judge","male judge","judge","justice","man","scales","court","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u6CD5\u5B98"],"\u{1F469}\u200D\u2696\uFE0F":["woman judge","female judge","judge","justice","scales","woman","court","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u6CD5\u5B98"],"\u{1F9D1}\u200D\u{1F33E}":["farmer","gardener","rancher","\u4EBA\u7C7B","\u8EAB\u4F53","\u519C\u6C11"],"\u{1F468}\u200D\u{1F33E}":["man farmer","male farmer","farmer","gardener","man","rancher","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u519C\u592B"],"\u{1F469}\u200D\u{1F33E}":["woman farmer","female farmer","farmer","gardener","rancher","woman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u519C\u5987"],"\u{1F9D1}\u200D\u{1F373}":["cook","chef","\u4EBA\u7C7B","\u8EAB\u4F53","\u53A8\u5E08"],"\u{1F468}\u200D\u{1F373}":["man cook","male cook","chef","cook","man","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u53A8\u5E08"],"\u{1F469}\u200D\u{1F373}":["woman cook","female cook","chef","cook","woman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u53A8\u5E08"],"\u{1F9D1}\u200D\u{1F527}":["mechanic","electrician","plumber","tradesperson","\u4EBA\u7C7B","\u8EAB\u4F53","\u6280\u5DE5"],"\u{1F468}\u200D\u{1F527}":["man mechanic","male mechanic","electrician","man","mechanic","plumber","tradesperson","human","wrench","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u6280\u5DE5"],"\u{1F469}\u200D\u{1F527}":["woman mechanic","female mechanic","electrician","mechanic","plumber","tradesperson","woman","human","wrench","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u6280\u5DE5"],"\u{1F9D1}\u200D\u{1F3ED}":["factory worker","assembly","factory","industrial","worker","\u4EBA\u7C7B","\u8EAB\u4F53","\u5DE5\u5382\u4F5C\u4E1A\u5458"],"\u{1F468}\u200D\u{1F3ED}":["man factory worker","male factory worker","assembly","factory","industrial","man","worker","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5DE5\u5382\u7537\u4F5C\u4E1A\u5458"],"\u{1F469}\u200D\u{1F3ED}":["woman factory worker","female factory worker","assembly","factory","industrial","woman","worker","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5DE5\u5382\u5973\u4F5C\u4E1A\u5458"],"\u{1F9D1}\u200D\u{1F4BC}":["office worker","architect","business","manager","white collar","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E0A\u73ED\u65CF"],"\u{1F468}\u200D\u{1F4BC}":["man office worker","male office worker","architect","business","man","manager","white collar","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u6027\u4E0A\u73ED\u65CF"],"\u{1F469}\u200D\u{1F4BC}":["woman office worker","female office worker","architect","business","manager","white collar","woman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u6027\u4E0A\u73ED\u65CF"],"\u{1F9D1}\u200D\u{1F52C}":["scientist","biologist","chemist","engineer","physicist","\u4EBA\u7C7B","\u8EAB\u4F53","\u79D1\u5B66\u5BB6"],"\u{1F468}\u200D\u{1F52C}":["man scientist","male scientist","biologist","chemist","engineer","man","physicist","scientist","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u79D1\u5B66\u5BB6"],"\u{1F469}\u200D\u{1F52C}":["woman scientist","female scientist","biologist","chemist","engineer","physicist","scientist","woman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u79D1\u5B66\u5BB6"],"\u{1F9D1}\u200D\u{1F4BB}":["technologist","coder","developer","inventor","software","\u4EBA\u7C7B","\u8EAB\u4F53","\u5DE5\u7A0B\u5E08"],"\u{1F468}\u200D\u{1F4BB}":["man technologist","male technologist","coder","developer","inventor","man","software","technologist","engineer","programmer","human","laptop","computer","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5DE5\u7A0B\u5E08"],"\u{1F469}\u200D\u{1F4BB}":["woman technologist","female technologist","coder","developer","inventor","software","technologist","woman","engineer","programmer","human","laptop","computer","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5DE5\u7A0B\u5E08"],"\u{1F9D1}\u200D\u{1F3A4}":["singer","actor","entertainer","rock","star","\u4EBA\u7C7B","\u8EAB\u4F53","\u6B4C\u624B"],"\u{1F468}\u200D\u{1F3A4}":["man singer","male singer","actor","entertainer","man","rock","singer","star","rockstar","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u6B4C\u624B"],"\u{1F469}\u200D\u{1F3A4}":["woman singer","female singer","actor","entertainer","rock","singer","star","woman","rockstar","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u6B4C\u624B"],"\u{1F9D1}\u200D\u{1F3A8}":["artist","palette","\u4EBA\u7C7B","\u8EAB\u4F53","\u827A\u672F\u5BB6"],"\u{1F468}\u200D\u{1F3A8}":["man artist","male artist","artist","man","palette","painter","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u827A\u672F\u5BB6"],"\u{1F469}\u200D\u{1F3A8}":["woman artist","female artist","artist","palette","woman","painter","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u827A\u672F\u5BB6"],"\u{1F9D1}\u200D\u2708\uFE0F":["pilot","plane","\u4EBA\u7C7B","\u8EAB\u4F53","\u673A\u957F"],"\u{1F468}\u200D\u2708\uFE0F":["man pilot","male pilot","man","pilot","plane","aviator","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u98DE\u884C\u5458"],"\u{1F469}\u200D\u2708\uFE0F":["woman pilot","female pilot","pilot","plane","woman","aviator","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u98DE\u884C\u5458"],"\u{1F9D1}\u200D\u{1F680}":["astronaut","rocket","\u4EBA\u7C7B","\u8EAB\u4F53","\u592A\u7A7A\u4EBA"],"\u{1F468}\u200D\u{1F680}":["man astronaut","male astronaut","astronaut","man","rocket","space","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u592A\u7A7A\u4EBA"],"\u{1F469}\u200D\u{1F680}":["woman astronaut","female astronaut","astronaut","rocket","woman","space","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u592A\u7A7A\u4EBA"],"\u{1F9D1}\u200D\u{1F692}":["firefighter","firetruck","\u4EBA\u7C7B","\u8EAB\u4F53","\u6D88\u9632\u5458"],"\u{1F468}\u200D\u{1F692}":["man firefighter","male firefighter","firefighter","firetruck","man","fireman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u6D88\u9632\u5458"],"\u{1F469}\u200D\u{1F692}":["woman firefighter","female firefighter","firefighter","firetruck","woman","fireman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u6D88\u9632\u5458"],"\u{1F46E}":["police officer","cop","officer","police","\u4EBA\u7C7B","\u8EAB\u4F53","\u8B66\u5BDF"],"\u{1F46E}\u200D\u2642\uFE0F":["man police officer","male police officer","cop","man","officer","police","law","legal","enforcement","arrest","911","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u8B66\u5B98"],"\u{1F46E}\u200D\u2640\uFE0F":["woman police officer","female police officer","cop","officer","police","woman","law","legal","enforcement","arrest","911","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u8B66\u5B98"],"\u{1F575}\uFE0F":["detective","sleuth or spy","sleuth","spy","human","\u4FA6\u63A2"],"\u{1F575}\uFE0F\u200D\u2642\uFE0F":["man detective","male detective","detective","man","sleuth","spy","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4FA6\u63A2"],"\u{1F575}\uFE0F\u200D\u2640\uFE0F":["woman detective","female detective","detective","sleuth","spy","woman","human","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4FA6\u63A2"],"\u{1F482}":["guardsman","guard","\u4EBA\u7C7B","\u8EAB\u4F53","\u536B\u5175"],"\u{1F482}\u200D\u2642\uFE0F":["man guard","male guard","guard","man","uk","gb","british","male","guy","royal","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u8B66\u536B"],"\u{1F482}\u200D\u2640\uFE0F":["woman guard","female guard","guard","woman","uk","gb","british","female","royal","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u8B66\u536B"],"\u{1F977}":["ninja","fighter","hidden","stealth","ninjutsu","skills","japanese","\u4EBA\u7C7B","\u8EAB\u4F53","\u5FCD\u8005"],"\u{1F477}":["construction worker","construction","hat","worker","\u4EBA\u7C7B","\u8EAB\u4F53","\u5EFA\u7B51\u5DE5\u4EBA"],"\u{1F477}\u200D\u2642\uFE0F":["man construction worker","male construction worker","construction","man","worker","male","human","wip","guy","build","labor","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u5EFA\u7B51\u5DE5\u4EBA"],"\u{1F477}\u200D\u2640\uFE0F":["woman construction worker","female construction worker","construction","woman","worker","female","human","wip","build","labor","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5EFA\u7B51\u5DE5\u4EBA"],"\u{1F934}":["prince","boy","man","male","crown","royal","king","\u4EBA\u7C7B","\u8EAB\u4F53","\u738B\u5B50"],"\u{1F478}":["princess","fairy tale","fantasy","girl","woman","female","blond","crown","royal","queen","\u4EBA\u7C7B","\u8EAB\u4F53","\u516C\u4E3B"],"\u{1F473}":["man with turban","person wearing turban","turban","\u4EBA\u7C7B","\u8EAB\u4F53","\u6234\u5934\u5DFE\u7684\u4EBA"],"\u{1F473}\u200D\u2642\uFE0F":["man wearing turban","man","turban","male","indian","hinduism","arabs","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u6234\u7740\u5934\u5DFE"],"\u{1F473}\u200D\u2640\uFE0F":["woman wearing turban","turban","woman","female","indian","hinduism","arabs","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u6234\u7740\u5934\u5DFE"],"\u{1F472}":["man with gua pi mao","person with skullcap","cap","gua pi mao","hat","person","skullcap","man with skullcap","male","boy","chinese","\u4EBA\u7C7B","\u8EAB\u4F53","\u6234\u74DC\u76AE\u5E3D\u7684\u4EBA"],"\u{1F9D5}":["person with headscarf","woman with headscarf","headscarf","hijab","mantilla","tichel","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5305\u5934\u5DFE\u7684\u5973\u5B50"],"\u{1F935}":["man in tuxedo","person in tuxedo","groom","person","tuxedo","couple","marriage","wedding","\u4EBA\u7C7B","\u8EAB\u4F53","\u7A7F\u71D5\u5C3E\u670D\u7684\u4EBA"],"\u{1F935}\u200D\u2642\uFE0F":["man in tuxedo","man","tuxedo","formal","fashion","\u4EBA\u7C7B","\u8EAB\u4F53","\u7A7F\u71D5\u5C3E\u670D\u7684\u7537\u4EBA"],"\u{1F935}\u200D\u2640\uFE0F":["woman in tuxedo","tuxedo","woman","formal","fashion","\u4EBA\u7C7B","\u8EAB\u4F53","\u7A7F\u71D5\u5C3E\u670D\u7684\u5973\u5B50"],"\u{1F470}":["bride with veil","person with veil","bride","person","veil","wedding","couple","marriage","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u62AB\u7740\u5934\u7EB1\u7684\u4EBA"],"\u{1F470}\u200D\u2642\uFE0F":["man with veil","man","veil","wedding","marriage","\u4EBA\u7C7B","\u8EAB\u4F53","\u62AB\u7740\u5934\u7EB1\u7684\u7537\u4EBA"],"\u{1F470}\u200D\u2640\uFE0F":["woman with veil","veil","woman","wedding","marriage","\u4EBA\u7C7B","\u8EAB\u4F53","\u62AB\u7740\u5934\u7EB1\u7684\u5973\u5B50"],"\u{1F930}":["pregnant woman","pregnant","woman","baby","\u4EBA\u7C7B","\u8EAB\u4F53","\u5B55\u5987"],"\u{1F931}":["breast feeding","baby","breast","nursing","\u4EBA\u7C7B","\u8EAB\u4F53","\u54FA\u4E73"],"\u{1F469}\u200D\u{1F37C}":["woman feeding baby","baby","feeding","nursing","woman","birth","food","\u4EBA\u7C7B","\u8EAB\u4F53","\u6B63\u5728\u54FA\u4E73\u7684\u5988\u5988"],"\u{1F468}\u200D\u{1F37C}":["man feeding baby","baby","feeding","man","nursing","birth","food","\u4EBA\u7C7B","\u8EAB\u4F53","\u6B63\u5728\u5582\u5976\u7684\u7238\u7238"],"\u{1F9D1}\u200D\u{1F37C}":["person feeding baby","baby","feeding","nursing","person","birth","food","\u4EBA\u7C7B","\u8EAB\u4F53","\u6B63\u5728\u54FA\u4E73\u7684\u4EBA"],"\u{1F47C}":["baby angel","angel","baby","face","fairy tale","fantasy","heaven","wings","halo","\u4EBA\u7C7B","\u8EAB\u4F53","\u5929\u4F7F"],"\u{1F385}":["father christmas","santa","santa claus","celebration","christmas","claus","father","festival","man","male","xmas","\u4EBA\u7C7B","\u8EAB\u4F53","\u5723\u8BDE\u8001\u4EBA"],"\u{1F936}":["mother christmas","mrs claus","mrs. claus","celebration","christmas","claus","mother","mrs.","woman","female","xmas","\u4EBA\u7C7B","\u8EAB\u4F53","\u5723\u8BDE\u8001\u5976\u5976"],"\u{1F9D1}\u200D\u{1F384}":["mx claus","claus, christmas","christmas","\u4EBA\u7C7B","\u8EAB\u4F53","\u8DE8\u6027\u522B\u5723\u8BDE\u8001\u4EBA"],"\u{1F9B8}":["superhero","good","hero","heroine","superpower","\u4EBA\u7C7B","\u8EAB\u4F53","\u8D85\u7EA7\u82F1\u96C4"],"\u{1F9B8}\u200D\u2642\uFE0F":["man superhero","male superhero","good","hero","man","superpower","male","superpowers","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u8D85\u7EA7\u82F1\u96C4"],"\u{1F9B8}\u200D\u2640\uFE0F":["woman superhero","female superhero","good","hero","heroine","superpower","woman","female","superpowers","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u8D85\u7EA7\u82F1\u96C4"],"\u{1F9B9}":["supervillain","criminal","evil","superpower","villain","\u4EBA\u7C7B","\u8EAB\u4F53","\u8D85\u7EA7\u53CD\u6D3E"],"\u{1F9B9}\u200D\u2642\uFE0F":["man supervillain","male supervillain","criminal","evil","man","superpower","villain","male","bad","hero","superpowers","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u8D85\u7EA7\u53CD\u6D3E"],"\u{1F9B9}\u200D\u2640\uFE0F":["woman supervillain","female supervillain","criminal","evil","superpower","villain","woman","female","bad","heroine","superpowers","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u8D85\u7EA7\u53CD\u6D3E"],"\u{1F9D9}":["mage","sorcerer","sorceress","witch","wizard","\u4EBA\u7C7B","\u8EAB\u4F53","\u9B54\u672F\u5E08"],"\u{1F9D9}\u200D\u2642\uFE0F":["man mage","male mage","sorcerer","wizard",":{>","man","male","mage","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u6CD5\u5E08"],"\u{1F9D9}\u200D\u2640\uFE0F":["woman mage","female mage","sorceress","witch","woman","female","mage","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u6CD5\u5E08"],"\u{1F9DA}":["fairy","oberon","puck","titania","\u4EBA\u7C7B","\u8EAB\u4F53","\u4ED9\u5973"],"\u{1F9DA}\u200D\u2642\uFE0F":["man fairy","male fairy","oberon","puck","man","male","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4ED9\u5B50"],"\u{1F9DA}\u200D\u2640\uFE0F":["woman fairy","female fairy","titania","woman","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4ED9\u5B50"],"\u{1F9DB}":["vampire","dracula","undead",":e","\u4EBA\u7C7B","\u8EAB\u4F53","\u5438\u8840\u9B3C"],"\u{1F9DB}\u200D\u2642\uFE0F":["man vampire","male vampire","dracula","undead","man","male","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5438\u8840\u9B3C"],"\u{1F9DB}\u200D\u2640\uFE0F":["woman vampire","female vampire","undead","woman","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5438\u8840\u9B3C"],"\u{1F9DC}":["merperson","mermaid","merman","merwoman","\u4EBA\u7C7B","\u8EAB\u4F53","\u4EBA\u9C7C"],"\u{1F9DC}\u200D\u2642\uFE0F":["merman","triton","man","male","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u9C7C"],"\u{1F9DC}\u200D\u2640\uFE0F":["mermaid","merwoman","woman","female","ariel","\u4EBA\u7C7B","\u8EAB\u4F53","\u7F8E\u4EBA\u9C7C"],"\u{1F9DD}":["elf","magical","\u4EBA\u7C7B","\u8EAB\u4F53","\u5C0F\u7CBE\u7075"],"\u{1F9DD}\u200D\u2642\uFE0F":["man elf","male elf","magical","man","male","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u7CBE\u7075"],"\u{1F9DD}\u200D\u2640\uFE0F":["woman elf","female elf","magical","woman","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u7CBE\u7075"],"\u{1F9DE}":["genie","djinn","\u4EBA\u7C7B","\u8EAB\u4F53","\u7CBE\u7075"],"\u{1F9DE}\u200D\u2642\uFE0F":["man genie","male genie","djinn","man","male","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u7CBE\u7075"],"\u{1F9DE}\u200D\u2640\uFE0F":["woman genie","female genie","djinn","woman","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u7CBE\u7075"],"\u{1F9DF}":["zombie","undead","walking dead","8#","\u4EBA\u7C7B","\u8EAB\u4F53","\u50F5\u5C38"],"\u{1F9DF}\u200D\u2642\uFE0F":["man zombie","male zombie","undead","walking dead","man","male","dracula","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u50F5\u5C38"],"\u{1F9DF}\u200D\u2640\uFE0F":["woman zombie","female zombie","undead","walking dead","woman","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u50F5\u5C38"],"\u{1F486}":["face massage","massage","person getting massage","face","salon","\u4EBA\u7C7B","\u8EAB\u4F53","\u6309\u6469"],"\u{1F486}\u200D\u2642\uFE0F":["man getting massage","face","man","massage","male","boy","head","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u63A5\u53D7\u6309\u6469"],"\u{1F486}\u200D\u2640\uFE0F":["woman getting massage","face","massage","woman","female","girl","head","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u63A5\u53D7\u6309\u6469"],"\u{1F487}":["haircut","person getting haircut","barber","beauty","parlor","\u4EBA\u7C7B","\u8EAB\u4F53","\u7406\u53D1"],"\u{1F487}\u200D\u2642\uFE0F":["man getting haircut","haircut","man","male","boy","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u7406\u53D1"],"\u{1F487}\u200D\u2640\uFE0F":["woman getting haircut","haircut","woman","female","girl","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u7406\u53D1"],"\u{1F6B6}":["pedestrian","walking","person walking","hike","walk","\u4EBA\u7C7B","\u8EAB\u4F53","\u884C\u4EBA"],"\u{1F6B6}\u200D\u2642\uFE0F":["man walking","hike","man","walk","human","feet","steps","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u8D70\u8DEF"],"\u{1F6B6}\u200D\u2640\uFE0F":["woman walking","hike","walk","woman","human","feet","steps","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u8D70\u8DEF"],"\u{1F9CD}":["standing person","person standing","stand","standing","\u4EBA\u7C7B","\u8EAB\u4F53","\u7AD9\u7740\u7684\u4EBA"],"\u{1F9CD}\u200D\u2642\uFE0F":["man standing","man","standing","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u7AD9\u7ACB"],"\u{1F9CD}\u200D\u2640\uFE0F":["woman standing","standing","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u7AD9\u7ACB"],"\u{1F9CE}":["kneeling person","person kneeling","kneel","kneeling","\u4EBA\u7C7B","\u8EAB\u4F53","\u8DEA\u7740\u7684\u4EBA"],"\u{1F9CE}\u200D\u2642\uFE0F":["man kneeling","kneeling","man","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u8DEA\u7740"],"\u{1F9CE}\u200D\u2640\uFE0F":["woman kneeling","kneeling","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u8DEA\u7740"],"\u{1F9D1}\u200D\u{1F9AF}":["person with white cane","person with probing cane","accessibility","blind","\u4EBA\u7C7B","\u8EAB\u4F53","\u62FF\u5BFC\u76F2\u624B\u6756\u7684\u4EBA"],"\u{1F468}\u200D\u{1F9AF}":["man with white cane","man with probing cane","accessibility","blind","man","\u4EBA\u7C7B","\u8EAB\u4F53","\u62FF\u5BFC\u76F2\u624B\u6756\u7684\u7537\u5B50"],"\u{1F469}\u200D\u{1F9AF}":["woman with white cane","woman with probing cane","accessibility","blind","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u62FF\u5BFC\u76F2\u624B\u6756\u7684\u5973\u5B50"],"\u{1F9D1}\u200D\u{1F9BC}":["person in motorized wheelchair","accessibility","wheelchair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5750\u7535\u52A8\u8F6E\u6905\u7684\u4EBA"],"\u{1F468}\u200D\u{1F9BC}":["man in motorized wheelchair","accessibility","man","wheelchair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5750\u7535\u52A8\u8F6E\u6905\u7684\u7537\u5B50"],"\u{1F469}\u200D\u{1F9BC}":["woman in motorized wheelchair","accessibility","wheelchair","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u5750\u7535\u52A8\u8F6E\u6905\u7684\u5973\u5B50"],"\u{1F9D1}\u200D\u{1F9BD}":["person in manual wheelchair","accessibility","wheelchair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5750\u8F6E\u6905\u7684\u4EBA"],"\u{1F468}\u200D\u{1F9BD}":["man in manual wheelchair","accessibility","man","wheelchair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5750\u8F6E\u6905\u7684\u7537\u5B50"],"\u{1F469}\u200D\u{1F9BD}":["woman in manual wheelchair","accessibility","wheelchair","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u5750\u8F6E\u6905\u7684\u5973\u5B50"],"\u{1F3C3}":["runner","running","person running","marathon","\u4EBA\u7C7B","\u8EAB\u4F53","\u8DD1\u8005"],"\u{1F3C3}\u200D\u2642\uFE0F":["man running","man","marathon","racing","running","walking","exercise","race","\u4EBA\u7C7B","\u8EAB\u4F53","\u8DD1\u6B65\u7684\u7537\u4EBA"],"\u{1F3C3}\u200D\u2640\uFE0F":["woman running","marathon","racing","running","woman","walking","exercise","race","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u8DD1\u6B65\u7684\u5973\u4EBA"],"\u{1F483}":["dancer","woman dancing","dance","dancing","woman","female","girl","fun","\u4EBA\u7C7B","\u8EAB\u4F53","\u821E\u8005"],"\u{1F57A}":["man dancing","dance","dancing","man","male","boy","fun","dancer","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u8DF3\u7740\u821E"],"\u{1F574}\uFE0F":["person in suit levitating","man in business suit levitating","business","person","suit","man in suit levitating","levitate","hover","jump","\u7A7F\u7740\u897F\u88C5\u7684\u4EBA\u6F02\u6D6E\u7740"],"\u{1F46F}":["woman with bunny ears","dancers","people with bunny ears","bunny ear","dancer","partying","\u4EBA\u7C7B","\u8EAB\u4F53","\u5154\u5973\u90CE"],"\u{1F46F}\u200D\u2642\uFE0F":["men with bunny ears","men with bunny ears partying","man with bunny ears partying","bunny ear","dancer","men","partying","male","bunny","boys","\u4EBA\u7C7B","\u8EAB\u4F53","\u6234\u5154\u5B50\u8033\u6735\u7684\u7537\u4EBA\u4EEC"],"\u{1F46F}\u200D\u2640\uFE0F":["women with bunny ears","women with bunny ears partying","woman with bunny ears partying","bunny ear","dancer","partying","women","female","bunny","girls","\u4EBA\u7C7B","\u8EAB\u4F53","\u6234\u5154\u5B50\u8033\u6735\u7684\u5973\u4EBA\u4EEC"],"\u{1F9D6}":["person in steamy room","sauna","steam room","\u4EBA\u7C7B","\u8EAB\u4F53","\u505A\u84B8\u6C14\u6D74\u7684\u4EBA"],"\u{1F9D6}\u200D\u2642\uFE0F":["man in steamy room","sauna","steam room","male","man","spa","steamroom","\u4EBA\u7C7B","\u8EAB\u4F53","\u84B8\u6C7D\u623F\u95F4\u91CC\u7684\u7537\u4EBA"],"\u{1F9D6}\u200D\u2640\uFE0F":["woman in steamy room","sauna","steam room","female","woman","spa","steamroom","\u4EBA\u7C7B","\u8EAB\u4F53","\u84B8\u6C7D\u623F\u95F4\u91CC\u7684\u5973\u4EBA"],"\u{1F9D7}":["person climbing","climber","\u4EBA\u7C7B","\u8EAB\u4F53","\u6500\u5CA9\u7684\u4EBA"],"\u{1F9D7}\u200D\u2642\uFE0F":["man climbing","climber","sports","hobby","man","male","rock","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u6500\u722C"],"\u{1F9D7}\u200D\u2640\uFE0F":["woman climbing","climber","sports","hobby","woman","female","rock","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u6500\u722C"],"\u{1F93A}":["fencer","person fencing","fencing","sword","sports","\u4EBA\u7C7B","\u8EAB\u4F53","\u897F\u6D0B\u5251"],"\u{1F3C7}":["horse racing","horse","jockey","racehorse","racing","animal","betting","competition","gambling","luck","\u4EBA\u7C7B","\u8EAB\u4F53","\u8D5B\u9A6C"],"\u26F7\uFE0F":["skier","ski","snow","sports","winter","\u6ED1\u96EA\u8005"],"\u{1F3C2}":["snowboarder","ski","snow","snowboard","sports","winter","\u4EBA\u7C7B","\u8EAB\u4F53","\u6ED1\u96EA\u677F"],"\u{1F3CC}\uFE0F":["person golfing","golfer","ball","golf","sports","business","\u6253\u9AD8\u5C14\u592B\u7403\u7684\u4EBA"],"\u{1F3CC}\uFE0F\u200D\u2642\uFE0F":["man golfing","golf","man","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u9AD8\u5C14\u592B\u7403"],"\u{1F3CC}\uFE0F\u200D\u2640\uFE0F":["woman golfing","golf","woman","sports","business","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5B50\u9AD8\u5C14\u592B\u7403"],"\u{1F3C4}":["surfer","person surfing","surfing","\u4EBA\u7C7B","\u8EAB\u4F53","\u51B2\u6D6A"],"\u{1F3C4}\u200D\u2642\uFE0F":["man surfing","man","surfing","sports","ocean","sea","summer","beach","\u4EBA\u7C7B","\u8EAB\u4F53","\u51B2\u6D6A\u7684\u7537\u4EBA"],"\u{1F3C4}\u200D\u2640\uFE0F":["woman surfing","surfing","woman","sports","ocean","sea","summer","beach","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u51B2\u6D6A\u7684\u5973\u4EBA"],"\u{1F6A3}":["rowboat","person rowing boat","boat","\u4EBA\u7C7B","\u8EAB\u4F53","\u5212\u8247"],"\u{1F6A3}\u200D\u2642\uFE0F":["man rowing boat","boat","man","rowboat","sports","hobby","water","ship","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u5212\u8247"],"\u{1F6A3}\u200D\u2640\uFE0F":["woman rowing boat","boat","rowboat","woman","sports","hobby","water","ship","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5B50\u5212\u8247"],"\u{1F3CA}":["swimmer","person swimming","swim","\u4EBA\u7C7B","\u8EAB\u4F53","\u6E38\u6CF3"],"\u{1F3CA}\u200D\u2642\uFE0F":["man swimming","man","swim","sports","exercise","human","athlete","water","summer","\u4EBA\u7C7B","\u8EAB\u4F53","\u6E38\u6CF3\u7684\u7537\u4EBA"],"\u{1F3CA}\u200D\u2640\uFE0F":["woman swimming","swim","woman","sports","exercise","human","athlete","water","summer","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u6E38\u6CF3\u7684\u5973\u4EBA"],"\u26F9\uFE0F":["person bouncing ball","person with ball","ball","sports","human","\u4EBA\u5F39\u8DF3\u7403"],"\u26F9\uFE0F\u200D\u2642\uFE0F":["man bouncing ball","ball","man","\u4EBA\u7C7B","\u8EAB\u4F53","\u62CD\u7403\u7684\u7537\u4EBA"],"\u26F9\uFE0F\u200D\u2640\uFE0F":["woman bouncing ball","ball","woman","sports","human","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u62CD\u7403\u7684\u5973\u4EBA"],"\u{1F3CB}\uFE0F":["person lifting weights","weight lifter","lifter","weight","sports","training","exercise","\u4EBA\u4E3E\u91CD"],"\u{1F3CB}\uFE0F\u200D\u2642\uFE0F":["man lifting weights","man","weight lifter","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u4E3E\u91CD"],"\u{1F3CB}\uFE0F\u200D\u2640\uFE0F":["woman lifting weights","weight lifter","woman","sports","training","exercise","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5B50\u4E3E\u91CD"],"\u{1F6B4}":["bicyclist","person biking","bicycle","biking","cyclist","\u4EBA\u7C7B","\u8EAB\u4F53","\u9A91\u81EA\u884C\u8F66"],"\u{1F6B4}\u200D\u2642\uFE0F":["man biking","bicycle","biking","cyclist","man","sports","bike","exercise","hipster","\u4EBA\u7C7B","\u8EAB\u4F53","\u9A91\u81EA\u884C\u8F66\u7684\u7537\u4EBA"],"\u{1F6B4}\u200D\u2640\uFE0F":["woman biking","bicycle","biking","cyclist","woman","sports","bike","exercise","hipster","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u9A91\u81EA\u884C\u8F66\u7684\u5973\u4EBA"],"\u{1F6B5}":["mountain bicyclist","person mountain biking","bicycle","bicyclist","bike","cyclist","mountain","\u4EBA\u7C7B","\u8EAB\u4F53","\u9A91\u767B\u5C71\u8F66"],"\u{1F6B5}\u200D\u2642\uFE0F":["man mountain biking","bicycle","bike","cyclist","man","mountain","transportation","sports","human","race","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u5C71\u5730\u81EA\u884C\u8F66"],"\u{1F6B5}\u200D\u2640\uFE0F":["woman mountain biking","bicycle","bike","biking","cyclist","mountain","woman","transportation","sports","human","race","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5B50\u5C71\u5730\u81EA\u884C\u8F66"],"\u{1F938}":["person doing cartwheel","person cartwheeling","cartwheel","gymnastics","\u4EBA\u7C7B","\u8EAB\u4F53","\u4FA7\u7FFB"],"\u{1F938}\u200D\u2642\uFE0F":["man cartwheeling","cartwheel","gymnastics","man","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u7FFB\u7B4B\u6597"],"\u{1F938}\u200D\u2640\uFE0F":["woman cartwheeling","cartwheel","gymnastics","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u7FFB\u7B4B\u6597"],"\u{1F93C}":["wrestlers","people wrestling","wrestle","wrestler","\u4EBA\u7C7B","\u8EAB\u4F53","\u6454\u89D2\u624B"],"\u{1F93C}\u200D\u2642\uFE0F":["men wrestling","man wrestling","men","wrestle","sports","wrestlers","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u6454\u8DE4"],"\u{1F93C}\u200D\u2640\uFE0F":["women wrestling","woman wrestling","women","wrestle","sports","wrestlers","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5B50\u6454\u8DE4"],"\u{1F93D}":["water polo","person playing water polo","polo","water","\u4EBA\u7C7B","\u8EAB\u4F53","\u6C34\u7403\u8FD0\u52A8"],"\u{1F93D}\u200D\u2642\uFE0F":["man playing water polo","man","water polo","sports","pool","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u73A9\u6C34\u7403"],"\u{1F93D}\u200D\u2640\uFE0F":["woman playing water polo","water polo","woman","sports","pool","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u73A9\u6C34\u7403"],"\u{1F93E}":["handball","person playing handball","ball","\u4EBA\u7C7B","\u8EAB\u4F53","\u624B\u7403"],"\u{1F93E}\u200D\u2642\uFE0F":["man playing handball","handball","man","sports","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u73A9\u624B\u7403"],"\u{1F93E}\u200D\u2640\uFE0F":["woman playing handball","handball","woman","sports","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u73A9\u624B\u7403"],"\u{1F939}":["juggling","person juggling","balance","juggle","multitask","skill","\u4EBA\u7C7B","\u8EAB\u4F53","\u6742\u800D"],"\u{1F939}\u200D\u2642\uFE0F":["man juggling","juggling","man","multitask","juggle","balance","skill","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u73A9\u6742\u800D"],"\u{1F939}\u200D\u2640\uFE0F":["woman juggling","juggling","multitask","woman","juggle","balance","skill","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u73A9\u6742\u800D"],"\u{1F9D8}":["person in lotus position","meditation","yoga","\u4EBA\u7C7B","\u8EAB\u4F53","\u76D8\u5750"],"\u{1F9D8}\u200D\u2642\uFE0F":["man in lotus position","meditation","yoga","man","male","serenity","zen","mindfulness","\u4EBA\u7C7B","\u8EAB\u4F53","\u6253\u5750\u7684\u7537\u4EBA"],"\u{1F9D8}\u200D\u2640\uFE0F":["woman in lotus position","meditation","yoga","woman","female","serenity","zen","mindfulness","\u4EBA\u7C7B","\u8EAB\u4F53","\u6253\u5750\u7684\u5973\u4EBA"],"\u{1F6C0}":["bath","person taking bath","bathtub","clean","shower","bathroom","\u4EBA\u7C7B","\u8EAB\u4F53","\u76C6\u6D74"],"\u{1F6CC}":["sleeping accommodation","person in bed","hotel","sleep","bed","rest","\u4EBA\u7C7B","\u8EAB\u4F53","\u7761\u89C9"],"\u{1F9D1}\u200D\u{1F91D}\u200D\u{1F9D1}":["people holding hands","couple","hand","hold","holding hands","person","\u4EBA\u7C7B","\u8EAB\u4F53","\u63E1\u624B\u7684\u4EBA"],"\u{1F46D}":["two women holding hands","women holding hands","couple","hand","holding hands","women","pair","friendship","love","like","female","people","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E24\u4E2A\u5973\u4EBA"],"\u{1F46B}":["man and woman holding hands","woman and man holding hands","couple","hand","hold","holding hands","man","woman","pair","people","human","love","date","dating","like","affection","valentines","marriage","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E00\u7537\u4E00\u5973"],"\u{1F46C}":["two men holding hands","men holding hands","couple","gemini","holding hands","man","men","twins","zodiac","pair","love","like","bromance","friendship","people","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E24\u4E2A\u7537\u4EBA"],"\u{1F48F}":["kiss","couplekiss","couple","pair","valentines","love","like","dating","marriage","\u4EBA\u7C7B","\u8EAB\u4F53","\u4EB2"],"\u{1F491}":["couple with heart","couple","love","pair","like","affection","human","dating","valentines","marriage","\u4EBA\u7C7B","\u8EAB\u4F53","\u76F8\u7231"],"\u{1F46A}":["family","home","parents","child","mom","dad","father","mother","people","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD"],"\u{1F468}\u200D\u{1F469}\u200D\u{1F466}":["family: man, woman, boy","man woman boy","boy","family","man","woman","family man woman boy","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u4EBA \u7537\u5B69"],"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}":["family: man, woman, girl","man woman girl","family","girl","man","woman","family man woman girl","home","parents","people","human","child","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u4EBA \u5973\u5B69"],"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F466}":["family: man, woman, girl, boy","man woman girl boy","boy","family","girl","man","woman","family man woman girl boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u4EBA \u5973\u5B69 \u7537\u5B69"],"\u{1F468}\u200D\u{1F469}\u200D\u{1F466}\u200D\u{1F466}":["family: man, woman, boy, boy","man woman boy boy","boy","family","man","woman","family man woman boy boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u4EBA \u7537\u5B69 \u7537\u5B69"],"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F467}":["family: man, woman, girl, girl","man woman girl girl","family","girl","man","woman","family man woman girl girl","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u4EBA \u5973\u5B69 \u5973\u5B69"],"\u{1F468}\u200D\u{1F468}\u200D\u{1F466}":["family: man, man, boy","man man boy","boy","family","man","family man man boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u7537\u4EBA \u7537\u5B69"],"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}":["family: man, man, girl","man man girl","family","girl","man","family man man girl","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u7537\u4EBA \u5973\u5B69"],"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}\u200D\u{1F466}":["family: man, man, girl, boy","man man girl boy","boy","family","girl","man","family man man girl boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u7537\u4EBA \u5973\u5B69 \u7537\u5B69"],"\u{1F468}\u200D\u{1F468}\u200D\u{1F466}\u200D\u{1F466}":["family: man, man, boy, boy","man man boy boy","boy","family","man","family man man boy boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u7537\u4EBA \u7537\u5B69 \u7537\u5B69"],"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}\u200D\u{1F467}":["family: man, man, girl, girl","man man girl girl","family","girl","man","family man man girl girl","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u7537\u4EBA \u5973\u5B69 \u5973\u5B69"],"\u{1F469}\u200D\u{1F469}\u200D\u{1F466}":["family: woman, woman, boy","woman woman boy","boy","family","woman","family woman woman boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u4EBA \u7537\u5B69"],"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}":["family: woman, woman, girl","woman woman girl","family","girl","woman","family woman woman girl","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u4EBA \u5973\u5B69"],"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F466}":["family: woman, woman, girl, boy","woman woman girl boy","boy","family","girl","woman","family woman woman girl boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u4EBA \u5973\u5B69 \u7537\u5B69"],"\u{1F469}\u200D\u{1F469}\u200D\u{1F466}\u200D\u{1F466}":["family: woman, woman, boy, boy","woman woman boy boy","boy","family","woman","family woman woman boy boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u4EBA \u7537\u5B69 \u7537\u5B69"],"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F467}":["family: woman, woman, girl, girl","woman woman girl girl","family","girl","woman","family woman woman girl girl","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u4EBA \u5973\u5B69 \u5973\u5B69"],"\u{1F468}\u200D\u{1F466}":["family: man, boy","man boy","boy","family","man","family man boy","home","parent","people","human","child","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u7537\u5B69"],"\u{1F468}\u200D\u{1F466}\u200D\u{1F466}":["family: man, boy, boy","man boy boy","boy","family","man","family man boy boy","home","parent","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u7537\u5B69 \u7537\u5B69"],"\u{1F468}\u200D\u{1F467}":["family: man, girl","man girl","family","girl","man","family man girl","home","parent","people","human","child","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u5B69"],"\u{1F468}\u200D\u{1F467}\u200D\u{1F466}":["family: man, girl, boy","man girl boy","boy","family","girl","man","family man girl boy","home","parent","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u5B69 \u7537\u5B69"],"\u{1F468}\u200D\u{1F467}\u200D\u{1F467}":["family: man, girl, girl","man girl girl","family","girl","man","family man girl girl","home","parent","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u5B69 \u5973\u5B69"],"\u{1F469}\u200D\u{1F466}":["family: woman, boy","woman boy","boy","family","woman","family woman boy","home","parent","people","human","child","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u7537\u5B69"],"\u{1F469}\u200D\u{1F466}\u200D\u{1F466}":["family: woman, boy, boy","woman boy boy","boy","family","woman","family woman boy boy","home","parent","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u7537\u5B69 \u7537\u5B69"],"\u{1F469}\u200D\u{1F467}":["family: woman, girl","woman girl","family","girl","woman","family woman girl","home","parent","people","human","child","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u5B69"],"\u{1F469}\u200D\u{1F467}\u200D\u{1F466}":["family: woman, girl, boy","woman girl boy","boy","family","girl","woman","family woman girl boy","home","parent","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u5B69 \u7537\u5B69"],"\u{1F469}\u200D\u{1F467}\u200D\u{1F467}":["family: woman, girl, girl","woman girl girl","family","girl","woman","family woman girl girl","home","parent","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u5B69 \u5973\u5B69"],"\u{1F5E3}\uFE0F":["speaking head","speaking head in silhouette","face","head","silhouette","speak","speaking","user","person","human","sing","say","talk","\u8BF4\u8BDD\u5934"],"\u{1F464}":["bust in silhouette","bust","silhouette","user","person","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u8096\u50CF\u526A\u5F71"],"\u{1F465}":["busts in silhouette","bust","silhouette","user","person","human","group","team","\u4EBA\u7C7B","\u8EAB\u4F53","\u53CC\u4EBA\u8096\u50CF\u526A\u5F71"],"\u{1FAC2}":["people hugging","goodbye","hello","hug","thanks","care","\u4EBA\u7C7B","\u8EAB\u4F53","\u62E5\u62B1\u7684\u4EBA"],"\u{1F463}":["footprints","clothing","footprint","print","feet","tracking","walking","beach","\u4EBA\u7C7B","\u8EAB\u4F53","\u811A\u5370"],"\u{1F435}":["monkey face","face","monkey","animal","nature","circus","\u52A8\u7269","\u81EA\u7136","\u7334\u5B50\u5934"],"\u{1F412}":["monkey","animal","nature","banana","circus","\u52A8\u7269","\u81EA\u7136","\u7334\u5B50"],"\u{1F98D}":["gorilla","animal","nature","circus","\u52A8\u7269","\u81EA\u7136","\u5927\u7329\u7329"],"\u{1F9A7}":["orangutan","ape","\u52A8\u7269","\u81EA\u7136","\u7329\u7329"],"\u{1F436}":["dog face","dog","face","pet","animal","friend","nature","woof","puppy","faithful","\u52A8\u7269","\u81EA\u7136","\u72D7\u5934"],"\u{1F415}":["dog","dog2","pet","animal","nature","friend","doge","faithful","\u52A8\u7269","\u81EA\u7136","\u72D7"],"\u{1F9AE}":["guide dog","accessibility","blind","guide","\u52A8\u7269","\u81EA\u7136","\u5BFC\u76F2\u72AC"],"\u{1F415}\u200D\u{1F9BA}":["service dog","accessibility","assistance","dog","service","\u52A8\u7269","\u81EA\u7136","\u670D\u52A1\u72AC"],"\u{1F429}":["poodle","dog","animal","101","nature","pet","\u52A8\u7269","\u81EA\u7136","\u8D35\u5BBE\u72AC"],"\u{1F43A}":["wolf face","wolf","face","animal","nature","wild","\u52A8\u7269","\u81EA\u7136","\u72FC"],"\u{1F98A}":["fox face","fox","face","animal","nature","\u52A8\u7269","\u81EA\u7136","\u72D0\u72F8"],"\u{1F99D}":["raccoon","curious","sly","animal","nature","\u52A8\u7269","\u81EA\u7136","\u6D63\u718A"],"\u{1F431}":["cat face","cat","face","pet","animal","meow","nature","kitten","\u52A8\u7269","\u81EA\u7136","\u732B\u5934"],"\u{1F408}":["cat","cat2","pet","animal","meow","cats","\u52A8\u7269","\u81EA\u7136","\u732B"],"\u{1F408}\u200D\u2B1B":["black cat","black","cat","unlucky","superstition","luck","\u52A8\u7269","\u81EA\u7136","\u9ED1\u732B"],"\u{1F981}":["lion face","lion","face","leo","zodiac","animal","nature","\u52A8\u7269","\u81EA\u7136","\u72EE\u5B50"],"\u{1F42F}":["tiger face","tiger","face","animal","cat","danger","wild","nature","roar","\u52A8\u7269","\u81EA\u7136","\u8001\u864E\u5934"],"\u{1F405}":["tiger","tiger2","animal","nature","roar","\u52A8\u7269","\u81EA\u7136","\u8001\u864E"],"\u{1F406}":["leopard","animal","nature","\u52A8\u7269","\u81EA\u7136","\u82B1\u8C79"],"\u{1F434}":["horse face","horse","face","animal","brown","nature","\u52A8\u7269","\u81EA\u7136","\u9A6C\u5934"],"\u{1F40E}":["horse","racehorse","equestrian","racing","animal","gamble","luck","\u52A8\u7269","\u81EA\u7136","\u9A6C"],"\u{1F984}":["unicorn face","unicorn","face","animal","nature","mystical","\u52A8\u7269","\u81EA\u7136","\u72EC\u89D2\u517D"],"\u{1F993}":["zebra face","zebra","stripe","animal","nature","stripes","safari","\u52A8\u7269","\u81EA\u7136","\u6591\u9A6C"],"\u{1F98C}":["deer","animal","nature","horns","venison","\u52A8\u7269","\u81EA\u7136","\u9E7F"],"\u{1F9AC}":["bison","buffalo","herd","wisent","ox","\u52A8\u7269","\u81EA\u7136","\u91CE\u725B"],"\u{1F42E}":["cow face","cow","face","beef","ox","animal","nature","moo","milk","\u52A8\u7269","\u81EA\u7136","\u725B\u5934"],"\u{1F402}":["ox","bull","taurus","zodiac","animal","cow","beef","\u52A8\u7269","\u81EA\u7136","\u516C\u725B"],"\u{1F403}":["water buffalo","buffalo","water","animal","nature","ox","cow","\u52A8\u7269","\u81EA\u7136","\u6C34\u725B"],"\u{1F404}":["cow","cow2","beef","ox","animal","nature","moo","milk","\u52A8\u7269","\u81EA\u7136","\u4E73\u725B"],"\u{1F437}":["pig face","pig","face","animal","oink","nature","\u52A8\u7269","\u81EA\u7136","\u732A\u5934"],"\u{1F416}":["pig","pig2","sow","animal","nature","\u52A8\u7269","\u81EA\u7136","\u732A"],"\u{1F417}":["boar","pig","animal","nature","\u52A8\u7269","\u81EA\u7136","\u91CE\u732A"],"\u{1F43D}":["pig nose","face","nose","pig","animal","oink","\u52A8\u7269","\u81EA\u7136","\u732A\u9F3B\u5B50"],"\u{1F40F}":["ram","aries","male","sheep","zodiac","animal","nature","\u52A8\u7269","\u81EA\u7136","\u516C\u7F8A"],"\u{1F411}":["sheep","ewe","female","animal","nature","wool","shipit","\u52A8\u7269","\u81EA\u7136","\u7EF5\u7F8A"],"\u{1F410}":["goat","capricorn","zodiac","animal","nature","\u52A8\u7269","\u81EA\u7136","\u5C71\u7F8A"],"\u{1F42A}":["dromedary camel","camel","dromedary","hump","animal","hot","desert","\u52A8\u7269","\u81EA\u7136","\u5355\u5CF0\u9A86\u9A7C"],"\u{1F42B}":["bactrian camel","camel","two hump camel","bactrian","hump","animal","nature","hot","desert","\u52A8\u7269","\u81EA\u7136","\u53CC\u5CF0\u9A86\u9A7C"],"\u{1F999}":["llama","alpaca","guanaco","vicu\xF1a","wool","animal","nature","\u52A8\u7269","\u81EA\u7136","\u7F8A\u9A7C"],"\u{1F992}":["giraffe face","giraffe","spots","animal","nature","safari","\u52A8\u7269","\u81EA\u7136","\u957F\u9888\u9E7F"],"\u{1F418}":["elephant","animal","nature","nose","th","circus","\u52A8\u7269","\u81EA\u7136","\u5927\u8C61"],"\u{1F9A3}":["mammoth","extinction","large","tusk","woolly","elephant","tusks","\u52A8\u7269","\u81EA\u7136","\u6BDB\u8C61"],"\u{1F98F}":["rhinoceros","animal","nature","horn","\u52A8\u7269","\u81EA\u7136","\u7280\u725B"],"\u{1F99B}":["hippopotamus","hippo","animal","nature","\u52A8\u7269","\u81EA\u7136","\u6CB3\u9A6C"],"\u{1F42D}":["mouse face","mouse","face","animal","nature","cheese wedge","rodent","\u52A8\u7269","\u81EA\u7136","\u8001\u9F20\u5934"],"\u{1F401}":["mouse","mouse2","animal","nature","rodent","\u52A8\u7269","\u81EA\u7136","\u5C0F\u8001\u9F20"],"\u{1F400}":["rat","animal","mouse","rodent","\u52A8\u7269","\u81EA\u7136","\u8001\u9F20"],"\u{1F439}":["hamster face","hamster","face","pet","animal","nature","\u52A8\u7269","\u81EA\u7136","\u4ED3\u9F20"],"\u{1F430}":["rabbit face","rabbit","bunny","face","pet","animal","nature","spring","magic","\u52A8\u7269","\u81EA\u7136","\u5154\u5B50\u5934"],"\u{1F407}":["rabbit","rabbit2","bunny","pet","animal","nature","magic","spring","\u52A8\u7269","\u81EA\u7136","\u5154\u5B50"],"\u{1F43F}\uFE0F":["chipmunk","squirrel","animal","nature","rodent","\u82B1\u6817\u9F20"],"\u{1F9AB}":["beaver","dam","animal","rodent","\u52A8\u7269","\u81EA\u7136","\u6D77\u72F8"],"\u{1F994}":["hedgehog","spiny","animal","nature","\u52A8\u7269","\u81EA\u7136","\u523A\u732C"],"\u{1F987}":["bat","vampire","animal","nature","blind","\u52A8\u7269","\u81EA\u7136","\u8759\u8760"],"\u{1F43B}":["bear face","bear","face","animal","nature","wild","\u52A8\u7269","\u81EA\u7136","\u718A"],"\u{1F43B}\u200D\u2744\uFE0F":["polar bear","arctic","bear","white","animal","\u52A8\u7269","\u81EA\u7136","\u5317\u6781\u718A"],"\u{1F428}":["koala","bear","animal","nature","\u52A8\u7269","\u81EA\u7136","\u65E0\u5C3E\u718A"],"\u{1F43C}":["panda face","panda","face","animal","nature","\u52A8\u7269","\u81EA\u7136","\u718A\u732B"],"\u{1F9A5}":["sloth","lazy","slow","\u52A8\u7269","\u81EA\u7136","\u6811\u61D2"],"\u{1F9A6}":["otter","fishing","playful","\u52A8\u7269","\u81EA\u7136","\u6C34\u736D"],"\u{1F9A8}":["skunk","stink","\u52A8\u7269","\u81EA\u7136","\u81ED\u9F2C"],"\u{1F998}":["kangaroo","australia","joey","jump","marsupial","animal","nature","hop","\u52A8\u7269","\u81EA\u7136","\u888B\u9F20"],"\u{1F9A1}":["badger","honey badger","pester","animal","nature","honey","\u52A8\u7269","\u81EA\u7136","\u737E"],"\u{1F43E}":["paw prints","feet","paw","print","animal","tracking","footprints","dog","cat","pet","\u52A8\u7269","\u81EA\u7136","\u52A8\u7269\u811A\u5370"],"\u{1F983}":["turkey","bird","animal","\u52A8\u7269","\u81EA\u7136","\u706B\u9E21"],"\u{1F414}":["chicken","bird","animal","cluck","nature","\u52A8\u7269","\u81EA\u7136","\u9E21"],"\u{1F413}":["rooster","bird","animal","nature","chicken","\u52A8\u7269","\u81EA\u7136","\u516C\u9E21"],"\u{1F423}":["hatching chick","baby","bird","chick","hatching","animal","chicken","egg","born","\u52A8\u7269","\u81EA\u7136","\u5C0F\u9E21\u7834\u86CB"],"\u{1F424}":["baby chick","baby","bird","chick","animal","chicken","\u52A8\u7269","\u81EA\u7136","\u5C0F\u9E21\u7684\u8138"],"\u{1F425}":["front facing baby chick","hatched chick","baby","bird","chick","animal","chicken","\u52A8\u7269","\u81EA\u7136","\u5C0F\u9E21"],"\u{1F426}":["bird","animal","nature","fly","tweet","spring","\u52A8\u7269","\u81EA\u7136","\u9E1F"],"\u{1F427}":["penguin","bird","animal","nature","\u52A8\u7269","\u81EA\u7136","\u4F01\u9E45"],"\u{1F54A}\uFE0F":["dove","dove of peace","bird","fly","peace","animal","\u9E3D\u5B50"],"\u{1F985}":["eagle","bird","animal","nature","\u52A8\u7269","\u81EA\u7136","\u8001\u9E70"],"\u{1F986}":["duck","bird","animal","nature","mallard","\u52A8\u7269","\u81EA\u7136","\u9E2D\u5B50"],"\u{1F9A2}":["swan","bird","cygnet","ugly duckling","animal","nature","\u52A8\u7269","\u81EA\u7136","\u5929\u9E45"],"\u{1F989}":["owl","bird","wise","animal","nature","hoot","\u52A8\u7269","\u81EA\u7136","\u732B\u5934\u9E70"],"\u{1F9A4}":["dodo","extinction","large","mauritius","animal","bird","\u52A8\u7269","\u81EA\u7136","\u6E21\u6E21\u9E1F"],"\u{1FAB6}":["feather","bird","flight","light","plumage","fly","\u52A8\u7269","\u81EA\u7136","\u7FBD\u6BDB"],"\u{1F9A9}":["flamingo","flamboyant","tropical","\u52A8\u7269","\u81EA\u7136","\u7EA2\u9E64"],"\u{1F99A}":["peacock","bird","ostentatious","peahen","proud","animal","nature","\u52A8\u7269","\u81EA\u7136","\u5B54\u96C0"],"\u{1F99C}":["parrot","bird","pirate","talk","animal","nature","\u52A8\u7269","\u81EA\u7136","\u9E66\u9E49"],"\u{1F438}":["frog face","frog","face","animal","nature","croak","toad","\u52A8\u7269","\u81EA\u7136","\u9752\u86D9"],"\u{1F40A}":["crocodile","animal","nature","reptile","lizard","alligator","\u52A8\u7269","\u81EA\u7136","\u9CC4\u9C7C"],"\u{1F422}":["turtle","terrapin","tortoise","animal","slow","nature","\u52A8\u7269","\u81EA\u7136","\u4E4C\u9F9F"],"\u{1F98E}":["lizard","reptile","animal","nature","\u52A8\u7269","\u81EA\u7136","\u8725\u8734"],"\u{1F40D}":["snake","bearer","ophiuchus","serpent","zodiac","animal","evil","nature","hiss","python","\u52A8\u7269","\u81EA\u7136","\u86C7"],"\u{1F432}":["dragon face","dragon","face","fairy tale","animal","myth","nature","chinese","green","\u52A8\u7269","\u81EA\u7136","\u9F99\u5934"],"\u{1F409}":["dragon","fairy tale","animal","myth","nature","chinese","green","\u52A8\u7269","\u81EA\u7136","\u9F99"],"\u{1F995}":["sauropod","brachiosaurus","brontosaurus","diplodocus","animal","nature","dinosaur","extinct","\u52A8\u7269","\u81EA\u7136","\u8725\u811A\u7C7B\u6050\u9F99"],"\u{1F996}":["t rex","tyrannosaurus rex","animal","nature","dinosaur","tyrannosaurus","extinct","\u52A8\u7269","\u81EA\u7136","\u66B4\u9F99"],"\u{1F433}":["spouting whale","whale","face","spouting","animal","nature","sea","ocean","\u52A8\u7269","\u81EA\u7136","\u9CB8\u9C7C"],"\u{1F40B}":["whale","whale2","animal","nature","sea","ocean","\u52A8\u7269","\u81EA\u7136","\u84DD\u9CB8"],"\u{1F42C}":["dolphin","flipper","animal","nature","fish","sea","ocean","fins","beach","\u52A8\u7269","\u81EA\u7136","\u6D77\u8C5A"],"\u{1F9AD}":["seal","sea lion","animal","creature","sea","\u52A8\u7269","\u81EA\u7136","\u6D77\u8C79"],"\u{1F41F}":["fish","pisces","zodiac","animal","food","nature","\u52A8\u7269","\u81EA\u7136","\u9C7C"],"\u{1F420}":["tropical fish","fish","tropical","animal","swim","ocean","beach","nemo","\u52A8\u7269","\u81EA\u7136","\u70ED\u5E26\u9C7C"],"\u{1F421}":["blowfish","fish","animal","nature","food","sea","ocean","\u52A8\u7269","\u81EA\u7136","\u6CB3\u8C5A"],"\u{1F988}":["shark","fish","animal","nature","sea","ocean","jaws","fins","beach","\u52A8\u7269","\u81EA\u7136","\u9CA8\u9C7C"],"\u{1F419}":["octopus","animal","creature","ocean","sea","nature","beach","\u52A8\u7269","\u81EA\u7136","\u7AE0\u9C7C"],"\u{1F41A}":["spiral shell","shell","spiral","nature","sea","beach","\u52A8\u7269","\u81EA\u7136","\u6D77\u87BA"],"\u{1F40C}":["snail","slow","animal","shell","\u52A8\u7269","\u81EA\u7136","\u8717\u725B"],"\u{1F98B}":["butterfly","insect","pretty","animal","nature","caterpillar","\u52A8\u7269","\u81EA\u7136","\u8774\u8776"],"\u{1F41B}":["bug","insect","animal","nature","worm","\u52A8\u7269","\u81EA\u7136","\u6BDB\u6BDB\u866B"],"\u{1F41C}":["ant","insect","animal","nature","bug","\u52A8\u7269","\u81EA\u7136","\u8682\u8681"],"\u{1F41D}":["honeybee","bee","insect","animal","nature","bug","spring","honey","\u52A8\u7269","\u81EA\u7136","\u871C\u8702"],"\u{1FAB2}":["beetle","bug","insect","\u52A8\u7269","\u81EA\u7136","\u7532\u866B"],"\u{1F41E}":["lady beetle","ladybug","beetle","insect","ladybird","animal","nature","\u52A8\u7269","\u81EA\u7136","\u74E2\u866B"],"\u{1F997}":["cricket","grasshopper","animal","chirp","\u52A8\u7269","\u81EA\u7136","\u87CB\u87C0"],"\u{1FAB3}":["cockroach","insect","pest","roach","pests","\u52A8\u7269","\u81EA\u7136","\u87D1\u8782"],"\u{1F577}\uFE0F":["spider","insect","animal","arachnid","\u8718\u86DB"],"\u{1F578}\uFE0F":["spider web","spider","web","animal","insect","arachnid","silk","\u8718\u86DB\u7F51"],"\u{1F982}":["scorpion","scorpio","zodiac","animal","arachnid","\u52A8\u7269","\u81EA\u7136","\u874E\u5B50"],"\u{1F99F}":["mosquito","disease","fever","malaria","pest","virus","animal","nature","insect","\u52A8\u7269","\u81EA\u7136","\u868A\u5B50"],"\u{1FAB0}":["fly","disease","maggot","pest","rotting","insect","\u52A8\u7269","\u81EA\u7136","\u82CD\u8747"],"\u{1FAB1}":["worm","annelid","earthworm","parasite","animal","\u52A8\u7269","\u81EA\u7136","\u8815\u866B"],"\u{1F9A0}":["microbe","amoeba","bacteria","virus","germs","\u52A8\u7269","\u81EA\u7136","\u5FAE\u751F\u7269"],"\u{1F490}":["bouquet","flower","flowers","nature","spring","\u52A8\u7269","\u81EA\u7136","\u82B1\u675F"],"\u{1F338}":["cherry blossom","blossom","cherry","flower","nature","plant","spring","\u52A8\u7269","\u81EA\u7136","\u6A31\u82B1"],"\u{1F4AE}":["white flower","flower","japanese","spring","\u52A8\u7269","\u81EA\u7136","\u767D\u82B1"],"\u{1F3F5}\uFE0F":["rosette","plant","flower","decoration","military","\u73AB\u7470\u82B1\u7ED3"],"\u{1F339}":["rose","flower","flowers","valentines","love","spring","\u52A8\u7269","\u81EA\u7136","\u73AB\u7470"],"\u{1F940}":["wilted flower","flower","wilted","plant","nature","\u52A8\u7269","\u81EA\u7136","\u67AF\u840E\u82B1\u6735"],"\u{1F33A}":["hibiscus","flower","plant","vegetable","flowers","beach","\u52A8\u7269","\u81EA\u7136","\u8299\u84C9"],"\u{1F33B}":["sunflower","flower","sun","nature","plant","fall","\u52A8\u7269","\u81EA\u7136","\u5411\u65E5\u8475"],"\u{1F33C}":["blossom","flower","nature","flowers","yellow","\u52A8\u7269","\u81EA\u7136","\u5F00\u82B1"],"\u{1F337}":["tulip","flower","flowers","plant","nature","summer","spring","\u52A8\u7269","\u81EA\u7136","\u90C1\u91D1\u9999"],"\u{1F331}":["seedling","young","plant","nature","grass","lawn","spring","\u52A8\u7269","\u81EA\u7136","\u82D7"],"\u{1FAB4}":["potted plant","boring","grow","house","nurturing","plant","useless","greenery","\u52A8\u7269","\u81EA\u7136","\u76C6\u666F"],"\u{1F332}":["evergreen tree","tree","plant","nature","\u52A8\u7269","\u81EA\u7136","\u5E38\u9752\u6811"],"\u{1F333}":["deciduous tree","deciduous","shedding","tree","plant","nature","\u52A8\u7269","\u81EA\u7136","\u843D\u53F6\u6811"],"\u{1F334}":["palm tree","palm","tree","plant","vegetable","nature","summer","beach","mojito","tropical","\u52A8\u7269","\u81EA\u7136","\u68D5\u6988\u6811"],"\u{1F335}":["cactus","plant","vegetable","nature","\u52A8\u7269","\u81EA\u7136","\u4ED9\u4EBA\u638C"],"\u{1F33E}":["ear of rice","sheaf of rice","ear","grain","rice","nature","plant","\u52A8\u7269","\u81EA\u7136","\u6C34\u7A3B"],"\u{1F33F}":["herb","leaf","vegetable","plant","medicine","weed","grass","lawn","\u52A8\u7269","\u81EA\u7136","\u8349\u836F"],"\u2618\uFE0F":["shamrock","plant","vegetable","nature","irish","clover","\u4E09\u53F6\u8349"],"\u{1F340}":["four leaf clover","4","clover","four","leaf","vegetable","plant","nature","lucky","irish","\u52A8\u7269","\u81EA\u7136","\u5E78\u8FD0\u8349"],"\u{1F341}":["maple leaf","falling","leaf","maple","nature","plant","vegetable","ca","fall","\u52A8\u7269","\u81EA\u7136","\u67AB\u53F6"],"\u{1F342}":["fallen leaf","falling","leaf","nature","plant","vegetable","leaves","\u52A8\u7269","\u81EA\u7136","\u843D\u53F6"],"\u{1F343}":["leaf fluttering in wind","leaves","blow","flutter","leaf","wind","nature","plant","tree","vegetable","grass","lawn","spring","\u52A8\u7269","\u81EA\u7136","\u968F\u98CE\u98D8\u843D\u7684\u53F6\u5B50"],"\u{1F347}":["grapes","fruit","grape","food","wine","\u98DF\u7269","\u996E\u6599","\u8461\u8404"],"\u{1F348}":["melon","fruit","nature","food","\u98DF\u7269","\u996E\u6599","\u74DC"],"\u{1F349}":["watermelon","fruit","food","picnic","summer","\u98DF\u7269","\u996E\u6599","\u897F\u74DC"],"\u{1F34A}":["tangerine","fruit","orange","food","nature","\u98DF\u7269","\u996E\u6599","\u6A58\u5B50"],"\u{1F34B}":["lemon","citrus","fruit","nature","\u98DF\u7269","\u996E\u6599","\u67E0\u6AAC"],"\u{1F34C}":["banana","fruit","food","monkey","\u98DF\u7269","\u996E\u6599","\u9999\u8549"],"\u{1F34D}":["pineapple","fruit","nature","food","\u98DF\u7269","\u996E\u6599","\u51E4\u68A8"],"\u{1F96D}":["mango","fruit","tropical","food","\u98DF\u7269","\u996E\u6599","\u8292\u679C"],"\u{1F34E}":["red apple","apple","fruit","red","mac","school","\u98DF\u7269","\u996E\u6599","\u7EA2\u82F9\u679C"],"\u{1F34F}":["green apple","apple","fruit","green","nature","\u98DF\u7269","\u996E\u6599","\u9752\u82F9\u679C"],"\u{1F350}":["pear","fruit","nature","food","\u98DF\u7269","\u996E\u6599","\u68A8\u5B50"],"\u{1F351}":["peach","fruit","nature","food","\u98DF\u7269","\u996E\u6599","\u6843\u5B50"],"\u{1F352}":["cherries","berries","cherry","fruit","red","food","\u98DF\u7269","\u996E\u6599","\u6A31\u6843"],"\u{1F353}":["strawberry","berry","fruit","food","nature","\u98DF\u7269","\u996E\u6599","\u8349\u8393"],"\u{1FAD0}":["blueberries","berry","bilberry","blue","blueberry","fruit","\u98DF\u7269","\u996E\u6599","\u84DD\u8393"],"\u{1F95D}":["kiwifruit","kiwi fruit","food","fruit","kiwi","\u98DF\u7269","\u996E\u6599","\u5947\u5F02\u679C"],"\u{1F345}":["tomato","fruit","vegetable","nature","food","\u98DF\u7269","\u996E\u6599","\u756A\u8304"],"\u{1FAD2}":["olive","food","fruit","\u98DF\u7269","\u996E\u6599","\u6A44\u6984"],"\u{1F965}":["coconut","palm","pi\xF1a colada","fruit","nature","food","\u98DF\u7269","\u996E\u6599","\u6930\u5B50"],"\u{1F951}":["avocado","food","fruit","\u98DF\u7269","\u996E\u6599","\u916A\u68A8"],"\u{1F346}":["aubergine","eggplant","vegetable","nature","food","\u98DF\u7269","\u996E\u6599","\u8304\u5B50"],"\u{1F954}":["potato","food","vegetable","tuber","vegatable","starch","\u98DF\u7269","\u996E\u6599","\u9A6C\u94C3\u85AF"],"\u{1F955}":["carrot","food","vegetable","orange","\u98DF\u7269","\u996E\u6599","\u80E1\u841D\u535C"],"\u{1F33D}":["ear of maize","corn","ear of corn","ear","maize","maze","food","vegetable","plant","\u98DF\u7269","\u996E\u6599","\u7389\u7C73"],"\u{1F336}\uFE0F":["hot pepper","hot","pepper","food","spicy","chilli","chili","\u8FA3\u6912"],"\u{1FAD1}":["bell pepper","capsicum","pepper","vegetable","fruit","plant","\u98DF\u7269","\u996E\u6599","\u751C\u6912"],"\u{1F952}":["cucumber","food","pickle","vegetable","fruit","\u98DF\u7269","\u996E\u6599","\u5C0F\u9EC4\u74DC"],"\u{1F96C}":["leafy green","bok choy","cabbage","kale","lettuce","food","vegetable","plant","\u98DF\u7269","\u996E\u6599","\u7EFF\u53F6\u852C\u83DC"],"\u{1F966}":["broccoli","wild cabbage","fruit","food","vegetable","\u98DF\u7269","\u996E\u6599","\u82B1\u6930\u83DC"],"\u{1F9C4}":["garlic","flavoring","\u98DF\u7269","\u996E\u6599","\u5927\u849C"],"\u{1F9C5}":["onion","flavoring","\u98DF\u7269","\u996E\u6599","\u6D0B\u8471"],"\u{1F344}":["mushroom","toadstool","plant","vegetable","\u98DF\u7269","\u996E\u6599","\u8611\u83F0"],"\u{1F95C}":["peanuts","food","nut","peanut","vegetable","\u98DF\u7269","\u996E\u6599","\u82B1\u751F"],"\u{1F330}":["chestnut","plant","food","squirrel","\u98DF\u7269","\u996E\u6599","\u6817\u5B50"],"\u{1F35E}":["bread","loaf","food","wheat","breakfast","toast","\u98DF\u7269","\u996E\u6599","\u5410\u53F8"],"\u{1F950}":["croissant","bread","breakfast","food","french","roll","\u98DF\u7269","\u996E\u6599","\u53EF\u9882"],"\u{1F956}":["baguette bread","baguette","bread","food","french","\u98DF\u7269","\u996E\u6599","\u6CD5\u56FD\u9762\u5305"],"\u{1FAD3}":["flatbread","arepa","lavash","naan","pita","flour","food","\u98DF\u7269","\u996E\u6599","\u9762\u997C"],"\u{1F968}":["pretzel","twisted","food","bread","\u98DF\u7269","\u996E\u6599","\u8774\u8776\u997C"],"\u{1F96F}":["bagel","bakery","breakfast","schmear","food","bread","\u98DF\u7269","\u996E\u6599","\u8D1D\u679C"],"\u{1F95E}":["pancakes","breakfast","cr\xEApe","food","hotcake","pancake","flapjacks","hotcakes","\u98DF\u7269","\u996E\u6599","\u677E\u997C"],"\u{1F9C7}":["waffle","breakfast","indecisive","iron","\u98DF\u7269","\u996E\u6599","\u683C\u5B50\u677E\u997C"],"\u{1F9C0}":["cheese wedge","cheese","food","chadder","\u98DF\u7269","\u996E\u6599","\u8D77\u58EB"],"\u{1F356}":["meat on bone","bone","meat","good","food","drumstick","\u98DF\u7269","\u996E\u6599","\u6392\u9AA8"],"\u{1F357}":["poultry leg","bone","chicken","drumstick","leg","poultry","food","meat","bird","turkey","\u98DF\u7269","\u996E\u6599","\u9E21\u817F"],"\u{1F969}":["cut of meat","chop","lambchop","porkchop","steak","food","cow","meat","cut","\u98DF\u7269","\u996E\u6599","\u8089\u7247"],"\u{1F953}":["bacon","breakfast","food","meat","pork","pig","\u98DF\u7269","\u996E\u6599","\u57F9\u6839"],"\u{1F354}":["hamburger","burger","meat","fast food","beef","cheeseburger","mcdonalds","burger king","\u98DF\u7269","\u996E\u6599","\u6C49\u5821"],"\u{1F35F}":["french fries","fries","french","chips","snack","fast food","\u98DF\u7269","\u996E\u6599","\u85AF\u6761"],"\u{1F355}":["slice of pizza","pizza","cheese","slice","food","party","\u98DF\u7269","\u996E\u6599","\u62AB\u8428"],"\u{1F32D}":["hot dog","hotdog","frankfurter","sausage","food","\u98DF\u7269","\u996E\u6599","\u70ED\u72D7"],"\u{1F96A}":["sandwich","bread","food","lunch","\u98DF\u7269","\u996E\u6599","\u4E09\u660E\u6CBB"],"\u{1F32E}":["taco","mexican","food","\u98DF\u7269","\u996E\u6599","\u5939\u997C"],"\u{1F32F}":["burrito","mexican","wrap","food","\u98DF\u7269","\u996E\u6599","\u5377\u997C"],"\u{1FAD4}":["tamale","mexican","wrapped","food","masa","\u98DF\u7269","\u996E\u6599","\u7389\u7C73\u7C89\u84B8\u8089"],"\u{1F959}":["stuffed flatbread","falafel","flatbread","food","gyro","kebab","stuffed","\u98DF\u7269","\u996E\u6599","\u8584\u5377\u997C"],"\u{1F9C6}":["falafel","chickpea","meatball","\u98DF\u7269","\u996E\u6599","\u6CB9\u70B8\u9E70\u5634\u8C46\u997C"],"\u{1F95A}":["egg","breakfast","food","chicken","\u98DF\u7269","\u996E\u6599","\u86CB"],"\u{1F373}":["cooking","fried egg","breakfast","egg","frying","pan","food","kitchen","\u98DF\u7269","\u996E\u6599","\u714E\u86CB"],"\u{1F958}":["shallow pan of food","casserole","food","paella","pan","shallow","cooking","\u98DF\u7269","\u996E\u6599","\u6D45\u9505\u6599\u7406"],"\u{1F372}":["pot of food","stew","pot","food","meat","soup","\u98DF\u7269","\u996E\u6599","\u706B\u9505"],"\u{1FAD5}":["fondue","cheese","chocolate","melted","pot","swiss","food","\u98DF\u7269","\u996E\u6599","\u6DAE\u5236\u83DC\u80B4"],"\u{1F963}":["bowl with spoon","breakfast","cereal","congee","food","oatmeal","porridge","\u98DF\u7269","\u996E\u6599","\u7897\u548C\u6C64\u5319"],"\u{1F957}":["green salad","food","green","salad","healthy","lettuce","\u98DF\u7269","\u996E\u6599","\u751F\u83DC\u6C99\u62C9"],"\u{1F37F}":["popcorn","food","movie theater","films","snack","\u98DF\u7269","\u996E\u6599","\u7206\u7C73\u82B1"],"\u{1F9C8}":["butter","dairy","\u98DF\u7269","\u996E\u6599","\u5976\u6CB9"],"\u{1F9C2}":["salt shaker","salt","condiment","shaker","\u98DF\u7269","\u996E\u6599","\u76D0"],"\u{1F96B}":["canned food","can","food","soup","\u98DF\u7269","\u996E\u6599","\u7F50\u5934\u98DF\u54C1"],"\u{1F371}":["bento box","bento","box","food","japanese","\u98DF\u7269","\u996E\u6599","\u4FBF\u5F53"],"\u{1F358}":["rice cracker","cracker","rice","food","japanese","\u98DF\u7269","\u996E\u6599","\u7C73\u679C"],"\u{1F359}":["rice ball","ball","japanese","rice","food","\u98DF\u7269","\u996E\u6599","\u996D\u56E2"],"\u{1F35A}":["cooked rice","rice","cooked","food","china","asian","\u98DF\u7269","\u996E\u6599","\u7C73\u996D"],"\u{1F35B}":["curry and rice","curry","curry rice","rice","food","spicy","hot","indian","\u98DF\u7269","\u996E\u6599","\u5496\u55B1\u996D"],"\u{1F35C}":["steaming bowl","ramen","bowl","noodle","steaming","food","japanese","chopsticks","\u98DF\u7269","\u996E\u6599","\u6C64\u9762"],"\u{1F35D}":["spaghetti","pasta","food","italian","noodle","\u98DF\u7269","\u996E\u6599","\u4E49\u5927\u5229\u9762"],"\u{1F360}":["roasted sweet potato","sweet potato","potato","roasted","sweet","food","nature","\u98DF\u7269","\u996E\u6599","\u70E4\u5730\u74DC"],"\u{1F362}":["oden","kebab","seafood","skewer","stick","food","japanese","\u98DF\u7269","\u996E\u6599","\u5173\u4E1C\u716E"],"\u{1F363}":["sushi","food","fish","japanese","rice","\u98DF\u7269","\u996E\u6599","\u5BFF\u53F8"],"\u{1F364}":["fried shrimp","fried","prawn","shrimp","tempura","food","animal","appetizer","summer","\u98DF\u7269","\u996E\u6599","\u5929\u5987\u7F57"],"\u{1F365}":["fish cake with swirl design","fish cake","fish cake with swirl","cake","fish","pastry","swirl","food","japan","sea","beach","narutomaki","pink","kamaboko","surimi","ramen","\u98DF\u7269","\u996E\u6599","\u9C7C\u677F"],"\u{1F96E}":["moon cake","autumn","festival","yu\xE8b\u01D0ng","food","\u98DF\u7269","\u996E\u6599","\u6708\u997C"],"\u{1F361}":["dango","dessert","japanese","skewer","stick","sweet","food","barbecue","meat","\u98DF\u7269","\u996E\u6599","\u7CE5\u7C73\u4E38\u5B50"],"\u{1F95F}":["dumpling","empanada","gy\u014Dza","jiaozi","pierogi","potsticker","food","\u98DF\u7269","\u996E\u6599","\u6C34\u997A"],"\u{1F960}":["fortune cookie","prophecy","food","\u98DF\u7269","\u996E\u6599","\u5E78\u8FD0\u997C\u5E72"],"\u{1F961}":["takeout box","oyster pail","food","leftovers","\u98DF\u7269","\u996E\u6599","\u5916\u5E26\u9910\u76D2"],"\u{1F980}":["crab","cancer","zodiac","animal","crustacean","\u98DF\u7269","\u996E\u6599","\u8783\u87F9"],"\u{1F99E}":["lobster","bisque","claws","seafood","animal","nature","\u98DF\u7269","\u996E\u6599","\u9F99\u867E"],"\u{1F990}":["shrimp","food","shellfish","small","animal","ocean","nature","seafood","\u98DF\u7269","\u996E\u6599","\u867E\u5B50"],"\u{1F991}":["squid","food","molusc","animal","nature","ocean","sea","\u98DF\u7269","\u996E\u6599","\u9C7F\u9C7C"],"\u{1F9AA}":["oyster","diving","pearl","\u98DF\u7269","\u996E\u6599","\u7261\u86CE"],"\u{1F366}":["soft ice cream","icecream","cream","dessert","ice","soft","sweet","food","hot","summer","\u98DF\u7269","\u996E\u6599","\u971C\u6DC7\u6DCB"],"\u{1F367}":["shaved ice","dessert","ice","shaved","sweet","hot","summer","\u98DF\u7269","\u996E\u6599","\u5228\u51B0"],"\u{1F368}":["ice cream","cream","dessert","ice","sweet","food","hot","\u98DF\u7269","\u996E\u6599","\u51B0\u6DC7\u6DCB"],"\u{1F369}":["doughnut","breakfast","dessert","donut","sweet","food","snack","\u98DF\u7269","\u996E\u6599","\u751C\u751C\u5708"],"\u{1F36A}":["cookie","dessert","sweet","food","snack","oreo","chocolate","\u98DF\u7269","\u996E\u6599","\u997C\u5E72"],"\u{1F382}":["birthday cake","birthday","cake","celebration","dessert","pastry","sweet","food","\u98DF\u7269","\u996E\u6599","\u751F\u65E5\u86CB\u7CD5"],"\u{1F370}":["shortcake","cake","dessert","pastry","slice","sweet","food","\u98DF\u7269","\u996E\u6599","\u86CB\u7CD5"],"\u{1F9C1}":["cupcake","bakery","sweet","food","dessert","\u98DF\u7269","\u996E\u6599","\u676F\u5B50\u86CB\u7CD5"],"\u{1F967}":["pie","filling","pastry","food","dessert","\u98DF\u7269","\u996E\u6599","\u6D3E"],"\u{1F36B}":["chocolate bar","bar","chocolate","dessert","sweet","food","snack","\u98DF\u7269","\u996E\u6599","\u5DE7\u514B\u529B"],"\u{1F36C}":["candy","dessert","sweet","snack","lolly","\u98DF\u7269","\u996E\u6599","\u7CD6"],"\u{1F36D}":["lollipop","candy","dessert","sweet","food","snack","\u98DF\u7269","\u996E\u6599","\u68D2\u68D2\u7CD6"],"\u{1F36E}":["custard","dessert","pudding","sweet","food","\u98DF\u7269","\u996E\u6599","\u5361\u58EB\u8FBE"],"\u{1F36F}":["honey pot","honey","honeypot","pot","sweet","bees","kitchen","\u98DF\u7269","\u996E\u6599","\u8702\u871C"],"\u{1F37C}":["baby bottle","baby","bottle","drink","milk","food","container","\u98DF\u7269","\u996E\u6599","\u5976\u74F6"],"\u{1F95B}":["glass of milk","drink","glass","milk","beverage","cow","\u98DF\u7269","\u996E\u6599","\u4E00\u676F\u725B\u5976"],"\u2615":["hot beverage","coffee","beverage","drink","hot","steaming","tea","caffeine","latte","espresso","\u98DF\u7269","\u996E\u6599","\u70ED\u996E"],"\u{1FAD6}":["teapot","drink","pot","tea","hot","\u98DF\u7269","\u996E\u6599","\u8336\u58F6"],"\u{1F375}":["teacup without handle","tea","beverage","cup","drink","teacup","bowl","breakfast","green","british","\u98DF\u7269","\u996E\u6599","\u70ED\u8336"],"\u{1F376}":["sake bottle and cup","sake","bar","beverage","bottle","cup","drink","wine","drunk","japanese","alcohol","booze","\u98DF\u7269","\u996E\u6599","\u6E05\u9152"],"\u{1F37E}":["bottle with popping cork","champagne","bar","bottle","cork","drink","popping","wine","celebration","\u98DF\u7269","\u996E\u6599","\u6D0B\u9152"],"\u{1F377}":["wine glass","bar","beverage","drink","glass","wine","drunk","alcohol","booze","\u98DF\u7269","\u996E\u6599","\u8461\u8404\u9152"],"\u{1F378}":["cocktail glass","cocktail","bar","drink","glass","drunk","alcohol","beverage","booze","mojito","\u98DF\u7269","\u996E\u6599","\u9E21\u5C3E\u9152"],"\u{1F379}":["tropical drink","bar","drink","tropical","beverage","cocktail","summer","beach","alcohol","booze","mojito","\u98DF\u7269","\u996E\u6599","\u70ED\u5E26\u6C34\u679C\u996E\u6599"],"\u{1F37A}":["beer mug","beer","bar","drink","mug","relax","beverage","drunk","party","pub","summer","alcohol","booze","\u98DF\u7269","\u996E\u6599","\u5564\u9152"],"\u{1F37B}":["clinking beer mugs","beers","bar","beer","clink","drink","mug","relax","beverage","drunk","party","pub","summer","alcohol","booze","\u98DF\u7269","\u996E\u6599","\u5E72\u676F\u5427"],"\u{1F942}":["clinking glasses","celebrate","clink","drink","glass","beverage","party","alcohol","cheers","wine","champagne","toast","\u98DF\u7269","\u996E\u6599","\u5E72\u676F"],"\u{1F943}":["tumbler glass","glass","liquor","shot","tumbler","whisky","drink","beverage","drunk","alcohol","booze","bourbon","scotch","\u98DF\u7269","\u996E\u6599","\u5A01\u58EB\u5FCC\u676F"],"\u{1F964}":["cup with straw","juice","soda","drink","\u98DF\u7269","\u996E\u6599","\u676F\u5B50\u548C\u5438\u7BA1"],"\u{1F9CB}":["bubble tea","bubble","milk","pearl","tea","taiwan","boba","milk tea","straw","\u98DF\u7269","\u996E\u6599","\u73CD\u73E0\u5976\u8336"],"\u{1F9C3}":["beverage box","beverage","box","juice","straw","sweet","\u98DF\u7269","\u996E\u6599","\u94DD\u7B94\u5305"],"\u{1F9C9}":["mate drink","mate","drink","\u98DF\u7269","\u996E\u6599","\u739B\u9EDB\u8336"],"\u{1F9CA}":["ice cube","ice","cold","iceberg","\u98DF\u7269","\u996E\u6599","\u51B0\u5757"],"\u{1F962}":["chopsticks","hashi","food","\u98DF\u7269","\u996E\u6599","\u7B77\u5B50"],"\u{1F37D}\uFE0F":["fork and knife with plate","knife fork plate","cooking","fork","knife","plate","food","eat","meal","lunch","dinner","restaurant","\u5E26\u76D8\u5B50\u7684\u5200\u53C9"],"\u{1F374}":["fork and knife","cooking","cutlery","fork","knife","kitchen","\u98DF\u7269","\u996E\u6599","\u5200\u53C9"],"\u{1F944}":["spoon","tableware","cutlery","kitchen","\u98DF\u7269","\u996E\u6599","\u6C64\u5319"],"\u{1F52A}":["hocho","knife","kitchen knife","cooking","tool","weapon","blade","cutlery","kitchen","\u98DF\u7269","\u996E\u6599","\u83DC\u5200"],"\u{1F3FA}":["amphora","aquarius","cooking","drink","jug","zodiac","vase","jar","\u98DF\u7269","\u996E\u6599","\u9676\u7F50"],"\u{1F30D}":["earth globe europe africa","earth africa","globe showing europe africa","africa","earth","europe","globe","world","international","\u65C5\u884C","\u5730\u70B9","\u6B27\u6D32\u53CA\u975E\u6D32"],"\u{1F30E}":["earth globe americas","earth americas","globe showing americas","americas","earth","globe","world","usa","international","\u65C5\u884C","\u5730\u70B9","\u7F8E\u6D32"],"\u{1F30F}":["earth globe asia australia","earth asia","globe showing asia australia","asia","australia","earth","globe","world","east","international","\u65C5\u884C","\u5730\u70B9","\u4E9A\u6D32\u53CA\u6FB3\u6D32"],"\u{1F310}":["globe with meridians","earth","globe","meridians","world","international","internet","interweb","i18n","\u65C5\u884C","\u5730\u70B9","\u5B50\u5348\u7EBF"],"\u{1F5FA}\uFE0F":["world map","map","world","location","direction","\u4E16\u754C\u5730\u56FE"],"\u{1F5FE}":["silhouette of japan","japan","map of japan","map","nation","country","japanese","asia","\u65C5\u884C","\u5730\u70B9","\u65E5\u672C"],"\u{1F9ED}":["compass","magnetic","navigation","orienteering","\u65C5\u884C","\u5730\u70B9","\u6307\u5357\u9488"],"\u{1F3D4}\uFE0F":["snow capped mountain","cold","mountain","snow","photo","nature","environment","winter","\u96EA\u5C71"],"\u26F0\uFE0F":["mountain","photo","nature","environment","\u5C71"],"\u{1F30B}":["volcano","eruption","mountain","photo","nature","disaster","\u65C5\u884C","\u5730\u70B9","\u706B\u5C71"],"\u{1F5FB}":["mount fuji","fuji","mountain","photo","nature","japanese","\u65C5\u884C","\u5730\u70B9","\u5BCC\u58EB\u5C71"],"\u{1F3D5}\uFE0F":["camping","photo","outdoors","tent","\u9732\u8425"],"\u{1F3D6}\uFE0F":["beach with umbrella","beach","umbrella","weather","summer","sunny","sand","mojito","\u5E26\u4F1E\u6C99\u6EE9"],"\u{1F3DC}\uFE0F":["desert","photo","warm","saharah","\u6C99\u6F20"],"\u{1F3DD}\uFE0F":["desert island","desert","island","photo","tropical","mojito","\u8352\u5C9B"],"\u{1F3DE}\uFE0F":["national park","park","photo","environment","nature","\u56FD\u5BB6\u516C\u56ED"],"\u{1F3DF}\uFE0F":["stadium","photo","place","sports","concert","venue","\u4F53\u80B2\u573A"],"\u{1F3DB}\uFE0F":["classical building","classical","art","culture","history","\u53E4\u5178\u5EFA\u7B51"],"\u{1F3D7}\uFE0F":["building construction","construction","wip","working","progress","\u5EFA\u7B51\u65BD\u5DE5"],"\u{1F9F1}":["brick","bricks","clay","mortar","wall","\u65C5\u884C","\u5730\u70B9","\u7816\u5757"],"\u{1FAA8}":["rock","boulder","heavy","solid","stone","\u65C5\u884C","\u5730\u70B9","\u77F3\u5934"],"\u{1FAB5}":["wood","log","lumber","timber","nature","trunk","\u65C5\u884C","\u5730\u70B9","\u6728\u5934"],"\u{1F6D6}":["hut","house","roundhouse","yurt","structure","\u65C5\u884C","\u5730\u70B9","\u5C0F\u5C4B"],"\u{1F3D8}\uFE0F":["houses","house buildings","buildings","photo","\u623F\u5C4B"],"\u{1F3DA}\uFE0F":["derelict house","derelict house building","derelict","house","abandon","evict","broken","building","\u5E9F\u5F03\u623F\u5C4B"],"\u{1F3E0}":["house building","house","home","building","\u65C5\u884C","\u5730\u70B9","\u623F\u5B50"],"\u{1F3E1}":["house with garden","garden","home","house","plant","nature","\u65C5\u884C","\u5730\u70B9","\u522B\u5885"],"\u{1F3E2}":["office building","office","building","bureau","work","\u65C5\u884C","\u5730\u70B9","\u529E\u516C\u5927\u697C"],"\u{1F3E3}":["japanese post office","post office","japanese","post","building","envelope","communication","\u65C5\u884C","\u5730\u70B9","\u65E5\u672C\u90AE\u5C40"],"\u{1F3E4}":["european post office","post office","european","post","building","email","\u65C5\u884C","\u5730\u70B9","\u6B27\u6D32\u90AE\u5C40"],"\u{1F3E5}":["hospital","doctor","medicine","building","health","surgery","\u65C5\u884C","\u5730\u70B9","\u533B\u9662"],"\u{1F3E6}":["bank","building","money","sales","cash","business","enterprise","\u65C5\u884C","\u5730\u70B9","\u94F6\u884C"],"\u{1F3E8}":["hotel","building","accomodation","checkin","\u65C5\u884C","\u5730\u70B9","\u65C5\u9986"],"\u{1F3E9}":["love hotel","hotel","love","like","affection","dating","\u65C5\u884C","\u5730\u70B9","\u5BBE\u9986"],"\u{1F3EA}":["convenience store","convenience","store","building","shopping","groceries","\u65C5\u884C","\u5730\u70B9","\u4FBF\u5229\u5546\u5E97"],"\u{1F3EB}":["school","building","student","education","learn","teach","\u65C5\u884C","\u5730\u70B9","\u5B66\u6821"],"\u{1F3EC}":["department store","department","store","building","shopping","mall","\u65C5\u884C","\u5730\u70B9","\u767E\u8D27\u516C\u53F8"],"\u{1F3ED}":["factory","building","industry","pollution","smoke","\u65C5\u884C","\u5730\u70B9","\u5DE5\u5382"],"\u{1F3EF}":["japanese castle","castle","japanese","photo","building","\u65C5\u884C","\u5730\u70B9","\u65E5\u5F0F\u57CE\u5821"],"\u{1F3F0}":["european castle","castle","european","building","royalty","history","\u65C5\u884C","\u5730\u70B9","\u6B27\u5F0F\u57CE\u5821"],"\u{1F492}":["wedding","chapel","romance","love","like","affection","couple","marriage","bride","groom","\u65C5\u884C","\u5730\u70B9","\u5A5A\u793C"],"\u{1F5FC}":["tokyo tower","tokyo","tower","photo","japanese","\u65C5\u884C","\u5730\u70B9","\u4E1C\u4EAC\u94C1\u5854"],"\u{1F5FD}":["statue of liberty","liberty","statue","american","newyork","\u65C5\u884C","\u5730\u70B9","\u81EA\u7531\u5973\u795E"],"\u26EA":["church","christian","cross","religion","building","christ","\u65C5\u884C","\u5730\u70B9","\u6559\u5802"],"\u{1F54C}":["mosque","islam","muslim","religion","worship","minaret","\u65C5\u884C","\u5730\u70B9","\u6E05\u771F\u5BFA"],"\u{1F6D5}":["hindu temple","hindu","temple","\u65C5\u884C","\u5730\u70B9","\u5370\u5EA6\u5E99"],"\u{1F54D}":["synagogue","jew","jewish","religion","temple","judaism","worship","\u65C5\u884C","\u5730\u70B9","\u72B9\u592A\u6559\u5802"],"\u26E9\uFE0F":["shinto shrine","religion","shinto","shrine","temple","japan","kyoto","\u795E\u9053\u795E\u793E"],"\u{1F54B}":["kaaba","islam","muslim","religion","mecca","mosque","\u65C5\u884C","\u5730\u70B9","\u5929\u623F"],"\u26F2":["fountain","photo","summer","water","fresh","\u65C5\u884C","\u5730\u70B9","\u55B7\u6CC9"],"\u26FA":["tent","camping","photo","outdoors","\u65C5\u884C","\u5730\u70B9","\u5E10\u7BF7"],"\u{1F301}":["foggy","fog","photo","mountain","\u65C5\u884C","\u5730\u70B9","\u96FE"],"\u{1F303}":["night with stars","night","star","evening","city","downtown","\u65C5\u884C","\u5730\u70B9","\u661F\u7A7A"],"\u{1F3D9}\uFE0F":["cityscape","city","photo","night life","urban","\u57CE\u5E02\u666F\u89C2"],"\u{1F304}":["sunrise over mountains","morning","mountain","sun","sunrise","view","vacation","photo","\u65C5\u884C","\u5730\u70B9","\u65E5\u51FA"],"\u{1F305}":["sunrise","morning","sun","view","vacation","photo","\u65C5\u884C","\u5730\u70B9","\u65ED\u65E5"],"\u{1F306}":["cityscape at dusk","city sunset","city","dusk","evening","landscape","sunset","photo","sky","buildings","\u65C5\u884C","\u5730\u70B9","\u9EC4\u660F"],"\u{1F307}":["sunset over buildings","city sunrise","sunset","dusk","sun","photo","good morning","dawn","\u65C5\u884C","\u5730\u70B9","\u5915\u9633"],"\u{1F309}":["bridge at night","bridge","night","photo","sanfrancisco","\u65C5\u884C","\u5730\u70B9","\u591C\u6865"],"\u2668\uFE0F":["hot springs","hotsprings","hot","springs","steaming","bath","warm","relax","\u6E29\u6CC9"],"\u{1F3A0}":["carousel horse","carousel","horse","photo","carnival","\u65C5\u884C","\u5730\u70B9","\u65CB\u8F6C\u6728\u9A6C"],"\u{1F3A1}":["ferris wheel","amusement park","ferris","wheel","photo","carnival","londoneye","\u65C5\u884C","\u5730\u70B9","\u6469\u5929\u8F6E"],"\u{1F3A2}":["roller coaster","amusement park","coaster","roller","carnival","playground","photo","fun","\u65C5\u884C","\u5730\u70B9","\u4E91\u9704\u98DE\u8F66"],"\u{1F488}":["barber pole","barber","haircut","pole","hair","salon","style","\u65C5\u884C","\u5730\u70B9","\u7406\u53D1\u5E97"],"\u{1F3AA}":["circus tent","circus","tent","festival","carnival","party","\u65C5\u884C","\u5730\u70B9","\u9A6C\u620F\u56E2"],"\u{1F682}":["steam locomotive","locomotive","engine","railway","steam","train","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u84B8\u6C7D\u706B\u8F66"],"\u{1F683}":["railway car","car","electric","railway","train","tram","trolleybus","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u6709\u8F68\u7535\u8F66"],"\u{1F684}":["high speed train","bullettrain side","railway","shinkansen","speed","train","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u9AD8\u94C1"],"\u{1F685}":["high speed train with bullet nose","bullettrain front","bullet train","bullet","railway","shinkansen","speed","train","transportation","vehicle","fast","public","travel","\u65C5\u884C","\u5730\u70B9","\u9AD8\u9421\u8F66\u5934"],"\u{1F686}":["train","train2","railway","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u706B\u8F66"],"\u{1F687}":["metro","subway","transportation","blue square","mrt","underground","tube","\u65C5\u884C","\u5730\u70B9","\u5730\u94C1"],"\u{1F688}":["light rail","railway","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u8F7B\u8F68"],"\u{1F689}":["station","railway","train","transportation","vehicle","public","\u65C5\u884C","\u5730\u70B9","\u8F66\u7AD9"],"\u{1F68A}":["tram","trolleybus","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u8DEF\u9762\u7535\u8F66"],"\u{1F69D}":["monorail","vehicle","transportation","\u65C5\u884C","\u5730\u70B9","\u5355\u8F68"],"\u{1F69E}":["mountain railway","car","mountain","railway","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u5C71\u533A\u94C1\u8DEF"],"\u{1F68B}":["tram car","train","car","tram","trolleybus","transportation","vehicle","carriage","public","travel","\u65C5\u884C","\u5730\u70B9","\u7535\u7F06\u8F66"],"\u{1F68C}":["bus","vehicle","car","transportation","\u65C5\u884C","\u5730\u70B9","\u516C\u8F66"],"\u{1F68D}":["oncoming bus","bus","oncoming","vehicle","transportation","\u65C5\u884C","\u5730\u70B9","\u516C\u5171\u6C7D\u8F66"],"\u{1F68E}":["trolleybus","bus","tram","trolley","bart","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u65E0\u8F68\u7535\u8F66"],"\u{1F690}":["minibus","bus","vehicle","car","transportation","\u65C5\u884C","\u5730\u70B9","\u5C0F\u578B\u5DF4\u58EB"],"\u{1F691}":["ambulance","vehicle","health","911","hospital","\u65C5\u884C","\u5730\u70B9","\u6551\u62A4\u8F66"],"\u{1F692}":["fire engine","engine","fire","truck","transportation","cars","vehicle","\u65C5\u884C","\u5730\u70B9","\u6D88\u9632\u8F66"],"\u{1F693}":["police car","car","patrol","police","vehicle","cars","transportation","law","legal","enforcement","\u65C5\u884C","\u5730\u70B9","\u8B66\u8F66"],"\u{1F694}":["oncoming police car","car","oncoming","police","vehicle","law","legal","enforcement","911","\u65C5\u884C","\u5730\u70B9","\u8B66\u5BDF\u8F66"],"\u{1F695}":["taxi","vehicle","uber","cars","transportation","\u65C5\u884C","\u5730\u70B9","\u8BA1\u7A0B\u8F66"],"\u{1F696}":["oncoming taxi","oncoming","taxi","vehicle","cars","uber","\u65C5\u884C","\u5730\u70B9","\u5C0F\u9EC4"],"\u{1F697}":["automobile","car","red car","red","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u6C7D\u8F66"],"\u{1F698}":["oncoming automobile","automobile","car","oncoming","vehicle","transportation","\u65C5\u884C","\u5730\u70B9","\u8F7F\u8F66"],"\u{1F699}":["recreational vehicle","blue car","sport utility vehicle","recreational","sport utility","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u4F11\u65C5\u8F66"],"\u{1F6FB}":["pickup truck","pick up","pickup","truck","car","transportation","\u65C5\u884C","\u5730\u70B9","\u76AE\u5361\u8F66"],"\u{1F69A}":["delivery truck","truck","delivery","cars","transportation","\u65C5\u884C","\u5730\u70B9","\u8D27\u8F66"],"\u{1F69B}":["articulated lorry","lorry","semi","truck","vehicle","cars","transportation","express","\u65C5\u884C","\u5730\u70B9","\u5361\u8F66"],"\u{1F69C}":["tractor","vehicle","car","farming","agriculture","\u65C5\u884C","\u5730\u70B9","\u62D6\u5F0B\u673A"],"\u{1F3CE}\uFE0F":["racing car","car","racing","sports","race","fast","formula","f1"],"\u{1F3CD}\uFE0F":["motorcycle","racing motorcycle","racing","race","sports","fast","\u6469\u6258\u8F66"],"\u{1F6F5}":["motor scooter","motor","scooter","vehicle","vespa","sasha","\u65C5\u884C","\u5730\u70B9","\u6469\u6258\u8F66"],"\u{1F9BD}":["manual wheelchair","accessibility","\u65C5\u884C","\u5730\u70B9","\u8F6E\u6905"],"\u{1F9BC}":["motorized wheelchair","accessibility","\u65C5\u884C","\u5730\u70B9","\u7535\u52A8\u8F6E\u6905"],"\u{1F6FA}":["auto rickshaw","tuk tuk","\u65C5\u884C","\u5730\u70B9","\u561F\u561F\u8F66"],"\u{1F6B2}":["bicycle","bike","sports","exercise","hipster","\u65C5\u884C","\u5730\u70B9","\u81EA\u884C\u8F66"],"\u{1F6F4}":["scooter","kick scooter","kick","vehicle","razor","\u65C5\u884C","\u5730\u70B9","\u6ED1\u677F\u8F66"],"\u{1F6F9}":["skateboard","board","\u65C5\u884C","\u5730\u70B9","\u6ED1\u677F"],"\u{1F6FC}":["roller skate","roller","skate","footwear","sports","\u65C5\u884C","\u5730\u70B9","\u8F6E\u5F0F\u7198\u51B0\u978B"],"\u{1F68F}":["bus stop","busstop","bus","stop","transportation","wait","\u65C5\u884C","\u5730\u70B9","\u516C\u8F66\u7AD9"],"\u{1F6E3}\uFE0F":["motorway","highway","road","cupertino","interstate","\u9AD8\u901F\u516C\u8DEF"],"\u{1F6E4}\uFE0F":["railway track","railway","train","transportation","\u94C1\u8DEF\u8F68\u9053"],"\u{1F6E2}\uFE0F":["oil drum","drum","oil","barrell","\u6CB9\u6876"],"\u26FD":["fuel pump","fuelpump","diesel","fuel","gas","pump","station","gas station","petroleum","\u65C5\u884C","\u5730\u70B9","\u52A0\u6CB9\u7AD9"],"\u{1F6A8}":["police cars revolving light","rotating light","police car light","beacon","car","light","police","revolving","ambulance","911","emergency","alert","error","pinged","law","legal","\u65C5\u884C","\u5730\u70B9","\u8B66\u8F66\u706F"],"\u{1F6A5}":["horizontal traffic light","traffic light","light","signal","traffic","transportation","\u65C5\u884C","\u5730\u70B9","\u7EA2\u7EFF\u706F"],"\u{1F6A6}":["vertical traffic light","light","signal","traffic","transportation","driving","\u65C5\u884C","\u5730\u70B9","\u76F4\u5F0F\u7EA2\u7EFF\u706F"],"\u{1F6D1}":["octagonal sign","stop sign","octagonal","sign","stop","\u65C5\u884C","\u5730\u70B9","\u505C\u6B62\u6807\u5FD7"],"\u{1F6A7}":["construction sign","construction","barrier","wip","progress","caution","warning","\u65C5\u884C","\u5730\u70B9","\u65BD\u5DE5"],"\u2693":["anchor","ship","tool","ferry","sea","boat","\u65C5\u884C","\u5730\u70B9","\u951A"],"\u26F5":["sailboat","boat","resort","sea","yacht","ship","summer","transportation","water","sailing","\u65C5\u884C","\u5730\u70B9","\u5E06\u8239"],"\u{1F6F6}":["canoe","boat","paddle","water","ship","\u65C5\u884C","\u5730\u70B9","\u72EC\u6728\u821F"],"\u{1F6A4}":["speedboat","boat","ship","transportation","vehicle","summer","\u65C5\u884C","\u5730\u70B9","\u5FEB\u8247"],"\u{1F6F3}\uFE0F":["passenger ship","passenger","ship","yacht","cruise","ferry","\u5BA2\u8239"],"\u26F4\uFE0F":["ferry","boat","passenger","ship","yacht","\u6E21\u8F6E"],"\u{1F6E5}\uFE0F":["motor boat","boat","motorboat","ship","\u6469\u6258\u8247"],"\u{1F6A2}":["ship","boat","passenger","transportation","titanic","deploy","\u65C5\u884C","\u5730\u70B9","\u8239"],"\u2708\uFE0F":["airplane","aeroplane","vehicle","transportation","flight","fly","\u98DE\u673A"],"\u{1F6E9}\uFE0F":["small airplane","aeroplane","airplane","flight","transportation","fly","vehicle","\u5C0F\u578B\u98DE\u673A"],"\u{1F6EB}":["airplane departure","aeroplane","airplane","check in","departure","departures","airport","flight","landing","\u65C5\u884C","\u5730\u70B9","\u98DE\u673A\u8D77\u98DE"],"\u{1F6EC}":["airplane arriving","airplane arrival","aeroplane","airplane","arrivals","arriving","landing","airport","flight","boarding","\u65C5\u884C","\u5730\u70B9","\u98DE\u673A\u7740\u9646"],"\u{1FA82}":["parachute","hang glide","parasail","skydive","\u65C5\u884C","\u5730\u70B9","\u964D\u843D\u4F1E"],"\u{1F4BA}":["seat","chair","sit","airplane","transport","bus","flight","fly","\u65C5\u884C","\u5730\u70B9","\u5EA7\u4F4D"],"\u{1F681}":["helicopter","vehicle","transportation","fly","\u65C5\u884C","\u5730\u70B9","\u76F4\u5347\u673A"],"\u{1F69F}":["suspension railway","railway","suspension","vehicle","transportation","\u65C5\u884C","\u5730\u70B9","\u60AC\u7D22\u94C1\u8DEF"],"\u{1F6A0}":["mountain cableway","cable","gondola","mountain","transportation","vehicle","ski","\u65C5\u884C","\u5730\u70B9","\u7F06\u8F66"],"\u{1F6A1}":["aerial tramway","aerial","cable","car","gondola","tramway","transportation","vehicle","ski","\u65C5\u884C","\u5730\u70B9","\u7A7A\u4E2D\u7F06\u8F66"],"\u{1F6F0}\uFE0F":["satellite","space","communication","gps","orbit","spaceflight","nasa","iss","\u536B\u661F"],"\u{1F680}":["rocket","space","launch","ship","staffmode","nasa","outer space","fly","\u65C5\u884C","\u5730\u70B9","\u706B\u7BAD"],"\u{1F6F8}":["flying saucer","ufo","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u98DE\u789F"],"\u{1F6CE}\uFE0F":["bellhop bell","bell","bellhop","hotel","service","\u8D1D\u5C14\u970D\u666E\u8D1D\u5C14"],"\u{1F9F3}":["luggage","packing","travel","\u65C5\u884C","\u5730\u70B9","\u884C\u674E"],"\u231B":["hourglass","hourglass done","sand","timer","time","clock","oldschool","limit","exam","quiz","test","\u65C5\u884C","\u5730\u70B9","\u6C99\u6F0F"],"\u23F3":["hourglass with flowing sand","hourglass flowing sand","hourglass not done","hourglass","sand","timer","oldschool","time","countdown","\u65C5\u884C","\u5730\u70B9","\u6D41\u52A8\u7684\u6C99\u6F0F"],"\u231A":["watch","clock","time","accessories","\u65C5\u884C","\u5730\u70B9","\u624B\u8868"],"\u23F0":["alarm clock","alarm","clock","time","wake","\u65C5\u884C","\u5730\u70B9","\u95F9\u949F"],"\u23F1\uFE0F":["stopwatch","clock","time","deadline","\u79D2\u8868"],"\u23F2\uFE0F":["timer clock","clock","timer","alarm","\u8BA1\u65F6\u5668\u65F6\u949F"],"\u{1F570}\uFE0F":["mantelpiece clock","clock","time","\u58C1\u7089\u67B6\u65F6\u949F"],"\u{1F55B}":["clock face twelve oclock","clock12","twelve o\u2019clock","00","12","12:00","clock","o\u2019clock","twelve","twelve o clock","time","noon","midnight","midday","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u5341\u4E8C\u70B9"],"\u{1F567}":["clock face twelve thirty","clock1230","twelve thirty","12","12:30","clock","thirty","twelve","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u5341\u4E8C\u70B9\u534A"],"\u{1F550}":["clock face one oclock","clock1","one o\u2019clock","00","1","1:00","clock","one","o\u2019clock","one o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E00\u70B9"],"\u{1F55C}":["clock face one thirty","clock130","one thirty","1","1:30","clock","one","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E00\u70B9\u534A"],"\u{1F551}":["clock face two oclock","clock2","two o\u2019clock","00","2","2:00","clock","o\u2019clock","two","two o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E24\u70B9"],"\u{1F55D}":["clock face two thirty","clock230","two thirty","2","2:30","clock","thirty","two","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E24\u70B9\u534A"],"\u{1F552}":["clock face three oclock","clock3","three o\u2019clock","00","3","3:00","clock","o\u2019clock","three","three o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E09\u70B9"],"\u{1F55E}":["clock face three thirty","clock330","three thirty","3","3:30","clock","thirty","three","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E09\u70B9\u534A"],"\u{1F553}":["clock face four oclock","clock4","four o\u2019clock","00","4","4:00","clock","four","o\u2019clock","four o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u56DB\u70B9"],"\u{1F55F}":["clock face four thirty","clock430","four thirty","4","4:30","clock","four","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u56DB\u70B9\u534A"],"\u{1F554}":["clock face five oclock","clock5","five o\u2019clock","00","5","5:00","clock","five","o\u2019clock","five o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E94\u70B9"],"\u{1F560}":["clock face five thirty","clock530","five thirty","5","5:30","clock","five","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E94\u70B9\u534A"],"\u{1F555}":["clock face six oclock","clock6","six o\u2019clock","00","6","6:00","clock","o\u2019clock","six","six o clock","time","late","early","schedule","dawn","dusk","\u65C5\u884C","\u5730\u70B9","\u516D\u70B9"],"\u{1F561}":["clock face six thirty","clock630","six thirty","6","6:30","clock","six","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u516D\u70B9\u534A"],"\u{1F556}":["clock face seven oclock","clock7","seven o\u2019clock","00","7","7:00","clock","o\u2019clock","seven","seven o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E03\u70B9"],"\u{1F562}":["clock face seven thirty","clock730","seven thirty","7","7:30","clock","seven","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E03\u70B9\u534A"],"\u{1F557}":["clock face eight oclock","clock8","eight o\u2019clock","00","8","8:00","clock","eight","o\u2019clock","eight o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u516B\u70B9"],"\u{1F563}":["clock face eight thirty","clock830","eight thirty","8","8:30","clock","eight","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u516B\u70B9\u534A"],"\u{1F558}":["clock face nine oclock","clock9","nine o\u2019clock","00","9","9:00","clock","nine","o\u2019clock","nine o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E5D\u70B9"],"\u{1F564}":["clock face nine thirty","clock930","nine thirty","9","9:30","clock","nine","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E5D\u70B9\u534A"],"\u{1F559}":["clock face ten oclock","clock10","ten o\u2019clock","00","10","10:00","clock","o\u2019clock","ten","ten o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u5341\u70B9"],"\u{1F565}":["clock face ten thirty","clock1030","ten thirty","10","10:30","clock","ten","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u5341\u70B9\u534A"],"\u{1F55A}":["clock face eleven oclock","clock11","eleven o\u2019clock","00","11","11:00","clock","eleven","o\u2019clock","eleven o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u5341\u4E00\u70B9"],"\u{1F566}":["clock face eleven thirty","clock1130","eleven thirty","11","11:30","clock","eleven","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u5341\u4E00\u70B9\u534A"],"\u{1F311}":["new moon symbol","new moon","dark","moon","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u65B0\u6708"],"\u{1F312}":["waxing crescent moon symbol","waxing crescent moon","crescent","moon","waxing","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u7709\u5F62\u65B0\u6708"],"\u{1F313}":["first quarter moon symbol","first quarter moon","moon","quarter","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u4E0A\u5F26\u6708"],"\u{1F314}":["waxing gibbous moon symbol","moon","waxing gibbous moon","gibbous","waxing","nature","night","sky","gray","twilight","planet","space","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u76C8\u51F8\u6708"],"\u{1F315}":["full moon symbol","full moon","full","moon","nature","yellow","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u6EE1\u6708"],"\u{1F316}":["waning gibbous moon symbol","waning gibbous moon","gibbous","moon","waning","nature","twilight","planet","space","night","evening","sleep","waxing gibbous moon","\u65C5\u884C","\u5730\u70B9","\u4E8F\u51F8\u6708"],"\u{1F317}":["last quarter moon symbol","last quarter moon","moon","quarter","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u4E0B\u5F26\u6708"],"\u{1F318}":["waning crescent moon symbol","waning crescent moon","crescent","moon","waning","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u7709\u5F62\u6B8B\u6708"],"\u{1F319}":["crescent moon","crescent","moon","night","sleep","sky","evening","magic","\u65C5\u884C","\u5730\u70B9","\u5F2F\u6708"],"\u{1F31A}":["new moon with face","new moon face","face","moon","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u6708\u4EAE\u516C\u516C"],"\u{1F31B}":["first quarter moon with face","first quarter moon face","face","moon","quarter","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u5F2F\u6708\u8138\u671D\u5DE6"],"\u{1F31C}":["last quarter moon with face","last quarter moon face","face","moon","quarter","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u5F2F\u6708\u8138\u671D\u53F3"],"\u{1F321}\uFE0F":["thermometer","weather","temperature","hot","cold","\u6E29\u5EA6\u8BA1"],"\u2600\uFE0F":["black sun with rays","sunny","sun","bright","rays","weather","nature","brightness","summer","beach","spring","\u5E26\u5149\u7EBF\u7684\u9ED1\u8272\u592A\u9633"],"\u{1F31D}":["full moon with face","full moon face","bright","face","full","moon","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u5FAE\u7B11\u7684\u6EE1\u6708"],"\u{1F31E}":["sun with face","bright","face","sun","nature","morning","sky","\u65C5\u884C","\u5730\u70B9","\u5FAE\u7B11\u7684\u592A\u9633"],"\u{1FA90}":["ringed planet","saturn","saturnine","\u65C5\u884C","\u5730\u70B9","\u5E26\u884C\u661F\u73AF\u7684\u884C\u661F"],"\u2B50":["white medium star","star","night","yellow","\u65C5\u884C","\u5730\u70B9","\u661F\u661F"],"\u{1F31F}":["glowing star","star2","glittery","glow","shining","sparkle","star","night","awesome","good","magic","\u65C5\u884C","\u5730\u70B9","\u95EA\u70C1\u7684\u661F\u661F"],"\u{1F320}":["shooting star","stars","falling","shooting","star","night","photo","\u65C5\u884C","\u5730\u70B9","\u6D41\u661F"],"\u{1F30C}":["milky way","space","photo","stars","\u65C5\u884C","\u5730\u70B9","\u94F6\u6CB3"],"\u2601\uFE0F":["cloud","weather","sky","\u4E91"],"\u26C5":["sun behind cloud","partly sunny","cloud","sun","weather","nature","cloudy","morning","fall","spring","\u65C5\u884C","\u5730\u70B9","\u9634\u5929"],"\u26C8\uFE0F":["cloud with lightning and rain","thunder cloud and rain","cloud","rain","thunder","weather","lightning","\u6709\u95EA\u7535\u548C\u96E8\u6C34\u7684\u4E91"],"\u{1F324}\uFE0F":["sun behind small cloud","mostly sunny","sun small cloud","cloud","sun","weather","\u5C0F\u4E91\u80CC\u540E\u7684\u592A\u9633"],"\u{1F325}\uFE0F":["sun behind large cloud","barely sunny","sun behind cloud","cloud","sun","weather","\u5927\u4E91\u80CC\u540E\u7684\u592A\u9633"],"\u{1F326}\uFE0F":["sun behind rain cloud","partly sunny rain","cloud","rain","sun","weather","\u96E8\u4E91\u80CC\u540E\u7684\u592A\u9633"],"\u{1F327}\uFE0F":["cloud with rain","rain cloud","cloud","rain","weather","\u4E91\u96E8"],"\u{1F328}\uFE0F":["cloud with snow","snow cloud","cloud","cold","snow","weather","\u4E91\u96EA"],"\u{1F329}\uFE0F":["cloud with lightning","lightning","lightning cloud","cloud","weather","thunder","\u5E26\u95EA\u7535\u7684\u4E91"],"\u{1F32A}\uFE0F":["tornado","tornado cloud","cloud","whirlwind","weather","cyclone","twister","\u9F99\u5377\u98CE"],"\u{1F32B}\uFE0F":["fog","cloud","weather","\u96FE"],"\u{1F32C}\uFE0F":["wind face","wind blowing face","blow","cloud","face","wind","gust","air","\u98CE\u9762"],"\u{1F300}":["cyclone","dizzy","hurricane","twister","typhoon","weather","swirl","blue","cloud","vortex","spiral","whirlpool","spin","tornado","\u65C5\u884C","\u5730\u70B9","\u53F0\u98CE"],"\u{1F308}":["rainbow","rain","nature","happy","unicorn face","photo","sky","spring","\u65C5\u884C","\u5730\u70B9","\u5F69\u8679"],"\u{1F302}":["closed umbrella","clothing","rain","umbrella","weather","drizzle","\u65C5\u884C","\u5730\u70B9","\u6536\u5408\u7684\u4F1E"],"\u2602\uFE0F":["umbrella","clothing","rain","weather","spring","\u96E8\u4F1E"],"\u2614":["umbrella with rain drops","clothing","drop","rain","umbrella","rainy","weather","spring","\u65C5\u884C","\u5730\u70B9","\u96E8\u4E2D\u7684\u4F1E"],"\u26F1\uFE0F":["umbrella on ground","rain","sun","umbrella","weather","summer","\u5730\u4E0A\u7684\u96E8\u4F1E"],"\u26A1":["high voltage sign","zap","high voltage","danger","electric","lightning","voltage","thunder","weather","lightning bolt","fast","\u65C5\u884C","\u5730\u70B9","\u9AD8\u538B\u7535"],"\u2744\uFE0F":["snowflake","cold","snow","winter","season","weather","christmas","xmas","\u96EA\u82B1"],"\u2603\uFE0F":["snowman","cold","snow","winter","season","weather","christmas","xmas","frozen","\u96EA\u4EBA"],"\u26C4":["snowman without snow","cold","snow","snowman","winter","season","weather","christmas","xmas","frozen","without snow","\u65C5\u884C","\u5730\u70B9","\u96EA\u4EBA"],"\u2604\uFE0F":["comet","space","\u5F57\u661F"],"\u{1F525}":["fire","flame","tool","hot","cook","\u65C5\u884C","\u5730\u70B9","\u706B"],"\u{1F4A7}":["droplet","cold","comic","drop","sweat","water","drip","faucet","spring","\u65C5\u884C","\u5730\u70B9","\u6C34\u6EF4"],"\u{1F30A}":["water wave","ocean","water","wave","sea","nature","tsunami","disaster","\u65C5\u884C","\u5730\u70B9","\u6CE2\u6D6A"],"\u{1F383}":["jack o lantern","celebration","halloween","jack","lantern","light","pumpkin","creepy","fall","\u6D3B\u52A8","\u5357\u74DC\u706F"],"\u{1F384}":["christmas tree","celebration","christmas","tree","festival","vacation","december","xmas","\u6D3B\u52A8","\u5723\u8BDE\u6811"],"\u{1F386}":["fireworks","celebration","photo","festival","carnival","congratulations","\u6D3B\u52A8","\u7206\u7AF9"],"\u{1F387}":["firework sparkler","sparkler","celebration","fireworks","sparkle","stars","night","shine","\u6D3B\u52A8","\u70DF\u82B1"],"\u{1F9E8}":["firecracker","dynamite","explosive","fireworks","boom","explode","explosion","\u6D3B\u52A8","\u97AD\u70AE"],"\u2728":["sparkles","*","sparkle","star","stars","shine","shiny","cool","awesome","good","magic","\u6D3B\u52A8","\u95EA\u70C1"],"\u{1F388}":["balloon","celebration","party","birthday","circus","\u6D3B\u52A8","\u6C14\u7403"],"\u{1F389}":["party popper","tada","celebration","party","popper","congratulations","birthday","magic","circus","\u6D3B\u52A8","\u62C9\u70AE"],"\u{1F38A}":["confetti ball","ball","celebration","confetti","festival","party","birthday","circus","\u6D3B\u52A8","\u4E94\u5F69\u7EB8\u5C51"],"\u{1F38B}":["tanabata tree","banner","celebration","japanese","tree","plant","nature","branch","summer","\u6D3B\u52A8","\u4E03\u5915"],"\u{1F38D}":["pine decoration","bamboo","celebration","japanese","pine","plant","nature","vegetable","panda","\u6D3B\u52A8","\u76C6\u683D"],"\u{1F38E}":["japanese dolls","dolls","celebration","doll","festival","japanese","toy","kimono","\u6D3B\u52A8","\u5973\u513F\u8282"],"\u{1F38F}":["carp streamer","flags","carp","celebration","streamer","fish","japanese","koinobori","banner","\u6D3B\u52A8","\u9CA4\u9C7C\u65D7"],"\u{1F390}":["wind chime","bell","celebration","chime","wind","nature","ding","spring","\u6D3B\u52A8","\u98CE\u94C3"],"\u{1F391}":["moon viewing ceremony","rice scene","celebration","ceremony","moon","photo","japan","asia","tsukimi","\u6D3B\u52A8","\u8D4F\u6708"],"\u{1F9E7}":["red gift envelope","red envelope","gift","good luck","h\xF3ngb\u0101o","lai see","money","\u6D3B\u52A8","\u7EA2\u5305"],"\u{1F380}":["ribbon","celebration","decoration","pink","girl","bowtie","\u6D3B\u52A8","\u8774\u8776\u7ED3"],"\u{1F381}":["wrapped present","gift","wrapped gift","box","celebration","present","wrapped","birthday","christmas","xmas","\u6D3B\u52A8","\u793C\u7269"],"\u{1F397}\uFE0F":["reminder ribbon","celebration","reminder","ribbon","sports","cause","support","awareness","\u63D0\u9192\u5E26"],"\u{1F39F}\uFE0F":["admission tickets","admission","ticket","sports","concert","entrance","\u5165\u573A\u5238"],"\u{1F3AB}":["ticket","admission","event","concert","pass","\u6D3B\u52A8","\u95E8\u7968"],"\u{1F396}\uFE0F":["military medal","medal","celebration","military","award","winning","army","\u519B\u4E8B\u5956\u7AE0"],"\u{1F3C6}":["trophy","prize","win","award","contest","place","ftw","ceremony","\u6D3B\u52A8","\u5956\u676F"],"\u{1F3C5}":["sports medal","medal","award","winning","\u6D3B\u52A8","\u5956\u724C"],"\u{1F947}":["first place medal","1st place medal","first","gold","medal","award","winning","\u6D3B\u52A8","\u91D1\u724C"],"\u{1F948}":["second place medal","2nd place medal","medal","second","silver","award","\u6D3B\u52A8","\u94F6\u724C"],"\u{1F949}":["third place medal","3rd place medal","bronze","medal","third","award","\u6D3B\u52A8","\u94DC\u724C"],"\u26BD":["soccer ball","soccer","ball","football","sports","\u6D3B\u52A8","\u8DB3\u7403"],"\u26BE":["baseball","ball","sports","balls","\u6D3B\u52A8","\u68D2\u7403"],"\u{1F94E}":["softball","ball","glove","underarm","sports","balls","\u6D3B\u52A8","\u5792\u7403"],"\u{1F3C0}":["basketball and hoop","basketball","ball","hoop","sports","balls","nba","\u6D3B\u52A8","\u7BEE\u7403"],"\u{1F3D0}":["volleyball","ball","game","sports","balls","\u6D3B\u52A8","\u6392\u7403"],"\u{1F3C8}":["american football","football","american","ball","sports","balls","nfl","\u6D3B\u52A8","\u7F8E\u5F0F\u8DB3\u7403"],"\u{1F3C9}":["rugby football","ball","football","rugby","sports","team","\u6D3B\u52A8","\u6A44\u6984\u7403"],"\u{1F3BE}":["tennis racquet and ball","tennis","ball","racquet","sports","balls","green","\u6D3B\u52A8","\u7F51\u7403"],"\u{1F94F}":["flying disc","ultimate","sports","frisbee","\u6D3B\u52A8","\u98DE\u76D8"],"\u{1F3B3}":["bowling","ball","game","sports","fun","play","\u6D3B\u52A8","\u4FDD\u9F84\u7403"],"\u{1F3CF}":["cricket bat and ball","cricket game","ball","bat","game","sports","\u6D3B\u52A8","\u677F\u7403"],"\u{1F3D1}":["field hockey stick and ball","field hockey","ball","field","game","hockey","stick","sports","\u6D3B\u52A8","\u66F2\u68CD\u7403"],"\u{1F3D2}":["ice hockey stick and puck","ice hockey","game","hockey","ice","puck","stick","sports","\u6D3B\u52A8","\u51B0\u4E0A\u66F2\u68CD\u7403"],"\u{1F94D}":["lacrosse stick and ball","lacrosse","ball","goal","stick","sports","\u6D3B\u52A8","\u888B\u68CD\u7403"],"\u{1F3D3}":["table tennis paddle and ball","ping pong","ball","bat","game","paddle","table tennis","sports","pingpong","\u6D3B\u52A8","\u684C\u7403"],"\u{1F3F8}":["badminton racquet and shuttlecock","badminton","birdie","game","racquet","shuttlecock","sports","\u6D3B\u52A8","\u7FBD\u6BDB\u7403"],"\u{1F94A}":["boxing glove","boxing","glove","sports","fighting","\u6D3B\u52A8","\u62F3\u51FB\u624B\u5957"],"\u{1F94B}":["martial arts uniform","judo","karate","martial arts","taekwondo","uniform","\u6D3B\u52A8","\u9053\u670D"],"\u{1F945}":["goal net","goal","net","sports","\u6D3B\u52A8","\u7403\u95E8"],"\u26F3":["flag in hole","golf","hole","sports","business","flag","summer","\u6D3B\u52A8","\u9AD8\u5C14\u592B"],"\u26F8\uFE0F":["ice skate","ice","skate","sports","\u6E9C\u51B0\u978B"],"\u{1F3A3}":["fishing pole and fish","fishing pole","fish","pole","food","hobby","summer","\u6D3B\u52A8","\u9493\u9C7C"],"\u{1F93F}":["diving mask","diving","scuba","snorkeling","\u6D3B\u52A8","\u6F5C\u6C34\u9762\u7F69"],"\u{1F3BD}":["running shirt with sash","running shirt","athletics","running","sash","shirt","play","pageant","\u6D3B\u52A8","\u8FD0\u52A8\u670D"],"\u{1F3BF}":["ski and ski boot","ski","skis","snow","sports","winter","cold","\u6D3B\u52A8","\u6ED1\u96EA"],"\u{1F6F7}":["sled","sledge","sleigh","luge","toboggan","\u6D3B\u52A8","\u96EA\u6A47"],"\u{1F94C}":["curling stone","game","rock","sports","\u6D3B\u52A8","\u51B0\u77F3\u58F6"],"\u{1F3AF}":["direct hit","dart","bullseye","game","hit","target","play","bar","\u6D3B\u52A8","\u547D\u4E2D"],"\u{1FA80}":["yo yo","fluctuate","toy","\u6D3B\u52A8","\u7198\u7198\u7403"],"\u{1FA81}":["kite","fly","soar","\u6D3B\u52A8","\u98CE\u7B5D"],"\u{1F3B1}":["billiards","8ball","pool 8 ball","8","ball","billiard","eight","game","pool","hobby","luck","magic","\u6D3B\u52A8","\u649E\u7403"],"\u{1F52E}":["crystal ball","ball","crystal","fairy tale","fantasy","fortune","tool","disco","party","magic","circus","fortune teller","\u6D3B\u52A8","\u6C34\u6676\u7403"],"\u{1FA84}":["magic wand","magic","witch","wizard","supernature","power","\u6D3B\u52A8","\u9B54\u6756"],"\u{1F9FF}":["nazar amulet","bead","charm","evil eye","nazar","talisman","\u6D3B\u52A8","\u90AA\u773C"],"\u{1F3AE}":["video game","controller","game","play","console","ps4","\u6D3B\u52A8","\u7535\u73A9"],"\u{1F579}\uFE0F":["joystick","game","video game","play","\u64CD\u7EB5\u6746"],"\u{1F3B0}":["slot machine","game","slot","bet","gamble","vegas","fruit machine","luck","casino","\u6D3B\u52A8","\u5403\u89D2\u5B50\u8001\u864E"],"\u{1F3B2}":["game die","dice","die","game","random","tabletop","play","luck","\u6D3B\u52A8","\u9AB0\u5B50"],"\u{1F9E9}":["jigsaw puzzle piece","jigsaw","puzzle piece","clue","interlocking","piece","puzzle","\u6D3B\u52A8","\u62FC\u56FE"],"\u{1F9F8}":["teddy bear","plaything","plush","stuffed","toy","\u6D3B\u52A8","\u6CF0\u8FEA\u718A"],"\u{1FA85}":["pinata","pi\xF1ata","celebration","party","mexico","candy","\u6D3B\u52A8","\u76AE\u7EB3\u5854"],"\u{1FA86}":["nesting dolls","doll","nesting","russia","matryoshka","toy","\u6D3B\u52A8","\u4FC4\u7F57\u65AF\u5A03\u5A03"],"\u2660\uFE0F":["black spade suit","spades","spade suit","card","game","poker","cards","suits","magic","\u9ED1\u8272\u9ED1\u6843\u5957\u88C5"],"\u2665\uFE0F":["black heart suit","hearts","heart suit","card","game","poker","cards","magic","suits","\u9ED1\u5FC3\u5957\u88C5"],"\u2666\uFE0F":["black diamond suit","diamonds","diamond suit","card","game","poker","cards","magic","suits","\u9ED1\u8272\u94BB\u77F3\u5957\u88C5"],"\u2663\uFE0F":["black club suit","clubs","club suit","card","game","poker","cards","magic","suits","\u9ED1\u8272\u4FF1\u4E50\u90E8\u5957\u88C5"],"\u265F\uFE0F":["chess pawn","chess","dupe","expendable","\u8C61\u68CB\u68CB\u5B50"],"\u{1F0CF}":["playing card black joker","black joker","joker","card","game","wildcard","poker","cards","play","magic","\u6D3B\u52A8","\u9B3C\u724C"],"\u{1F004}":["mahjong tile red dragon","mahjong","mahjong red dragon","game","red","play","chinese","kanji","\u6D3B\u52A8","\u7EA2\u4E2D"],"\u{1F3B4}":["flower playing cards","card","flower","game","japanese","playing","sunset","red","\u6D3B\u52A8","\u82B1\u724C"],"\u{1F3AD}":["performing arts","art","mask","performing","theater","theatre","acting","drama","\u6D3B\u52A8","\u620F\u5267"],"\u{1F5BC}\uFE0F":["framed picture","frame with picture","art","frame","museum","painting","picture","photography","\u6846\u67B6\u56FE\u7247"],"\u{1F3A8}":["artist palette","art","museum","painting","palette","design","paint","draw","colors","\u6D3B\u52A8","\u8C03\u8272\u677F"],"\u{1F9F5}":["spool of thread","thread","needle","sewing","spool","string","\u6D3B\u52A8","\u7EBF"],"\u{1FAA1}":["sewing needle","embroidery","needle","sewing","stitches","sutures","tailoring","\u6D3B\u52A8","\u88C1\u7F1D\u9488"],"\u{1F9F6}":["ball of yarn","yarn","ball","crochet","knit","\u6D3B\u52A8","\u6BDB\u7EBF\u7403"],"\u{1FAA2}":["knot","rope","tangled","tie","twine","twist","scout","\u6D3B\u52A8","\u7EF3\u7ED3"],"\u{1F453}":["eyeglasses","glasses","clothing","eye","eyewear","fashion","accessories","eyesight","nerdy","dork","geek","\u7269\u54C1","\u773C\u955C"],"\u{1F576}\uFE0F":["sunglasses","dark sunglasses","dark","eye","eyewear","glasses","face","cool","accessories","\u592A\u9633\u955C"],"\u{1F97D}":["goggles","eye protection","swimming","welding","eyes","protection","safety","\u7269\u54C1","\u86D9\u955C"],"\u{1F97C}":["lab coat","doctor","experiment","scientist","chemist","\u7269\u54C1","\u5B9E\u9A8C\u888D"],"\u{1F9BA}":["safety vest","emergency","safety","vest","\u7269\u54C1","\u6551\u751F\u8863"],"\u{1F454}":["necktie","clothing","tie","shirt","suitup","formal","fashion","cloth","business","\u7269\u54C1","\u9886\u5E26"],"\u{1F455}":["t shirt","shirt","tshirt","clothing","fashion","cloth","casual","tee","\u7269\u54C1","T\u6064"],"\u{1F456}":["jeans","clothing","pants","trousers","fashion","shopping","\u7269\u54C1","\u725B\u4ED4\u88E4"],"\u{1F9E3}":["scarf","neck","winter","clothes","\u7269\u54C1","\u56F4\u5DFE"],"\u{1F9E4}":["gloves","hand","hands","winter","clothes","\u7269\u54C1","\u624B\u5957"],"\u{1F9E5}":["coat","jacket","\u7269\u54C1","\u5916\u5957"],"\u{1F9E6}":["socks","stocking","stockings","clothes","\u7269\u54C1","\u889C\u5B50"],"\u{1F457}":["dress","clothing","clothes","fashion","shopping","\u7269\u54C1","\u6D0B\u88C5"],"\u{1F458}":["kimono","clothing","dress","fashion","women","female","japanese","\u7269\u54C1","\u548C\u670D"],"\u{1F97B}":["sari","clothing","dress","\u7269\u54C1","\u838E\u4E3D\u670D"],"\u{1FA71}":["one piece swimsuit","bathing suit","\u7269\u54C1","\u4E00\u4EF6\u5F0F\u6CF3\u88C5"],"\u{1FA72}":["briefs","bathing suit","one piece","swimsuit","underwear","\u7269\u54C1","\u6CF3\u88E4"],"\u{1FA73}":["shorts","bathing suit","pants","underwear","\u7269\u54C1","\u77ED\u6CF3\u88E4"],"\u{1F459}":["bikini","clothing","swim","swimming","female","woman","girl","fashion","beach","summer","\u7269\u54C1","\u6BD4\u57FA\u5C3C"],"\u{1F45A}":["womans clothes","woman\u2019s clothes","clothing","woman","woman s clothes","fashion","shopping bags","female","\u7269\u54C1","\u5973\u88C5"],"\u{1F45B}":["purse","clothing","coin","fashion","accessories","money","sales","shopping","\u7269\u54C1","\u94B1\u5305"],"\u{1F45C}":["handbag","bag","clothing","purse","fashion","accessory","accessories","shopping","\u7269\u54C1","\u624B\u63D0\u5305"],"\u{1F45D}":["pouch","clutch bag","bag","clothing","accessories","shopping","\u7269\u54C1","\u624B\u62FF\u5305"],"\u{1F6CD}\uFE0F":["shopping bags","bag","hotel","shopping","mall","buy","purchase","\u8D2D\u7269\u888B"],"\u{1F392}":["school satchel","backpack","bag","rucksack","satchel","school","student","education","\u7269\u54C1","\u4E66\u5305"],"\u{1FA74}":["thong sandal","beach sandals","sandals","thong sandals","thongs","z\u014Dri","footwear","summer","\u7269\u54C1","\u4EBA\u5B57\u62D6"],"\u{1F45E}":["mans shoe","shoe","man\u2019s shoe","clothing","man","man s shoe","fashion","male","\u7269\u54C1","\u76AE\u978B"],"\u{1F45F}":["athletic shoe","running shoe","athletic","clothing","shoe","sneaker","shoes","sports","sneakers","\u7269\u54C1","\u8FD0\u52A8\u978B"],"\u{1F97E}":["hiking boot","backpacking","boot","camping","hiking","\u7269\u54C1","\u767B\u5C71\u9774"],"\u{1F97F}":["flat shoe","womans flat shoe","ballet flat","slip on","slipper","ballet","\u7269\u54C1","\u5E73\u5E95\u978B"],"\u{1F460}":["high heeled shoe","high heel","clothing","heel","shoe","woman","fashion","shoes","female","pumps","stiletto","\u7269\u54C1","\u9AD8\u8DDF\u978B"],"\u{1F461}":["womans sandal","sandal","woman\u2019s sandal","clothing","shoe","woman","woman s sandal","shoes","fashion","flip flops","\u7269\u54C1","\u51C9\u978B"],"\u{1FA70}":["ballet shoes","ballet","dance","\u7269\u54C1","\u82AD\u857E\u821E\u978B"],"\u{1F462}":["womans boots","boot","woman\u2019s boot","clothing","shoe","woman","woman s boot","shoes","fashion","\u7269\u54C1","\u9774\u5B50"],"\u{1F451}":["crown","clothing","king","queen","kod","leader","royalty","lord","\u7269\u54C1","\u7687\u51A0"],"\u{1F452}":["womans hat","woman\u2019s hat","clothing","hat","woman","woman s hat","fashion","accessories","female","lady","spring","\u7269\u54C1","\u5E3D\u5B50"],"\u{1F3A9}":["top hat","tophat","clothing","hat","top","magic","gentleman","classy","circus","\u7269\u54C1","\u793C\u5E3D"],"\u{1F393}":["graduation cap","mortar board","cap","celebration","clothing","graduation","hat","school","college","degree","university","legal","learn","education","\u7269\u54C1","\u6BD5\u4E1A\u5E3D"],"\u{1F9E2}":["billed cap","baseball cap","cap","baseball","\u7269\u54C1","\u9E2D\u820C\u5E3D"],"\u{1FA96}":["military helmet","army","helmet","military","soldier","warrior","protection","\u7269\u54C1","\u5934\u76D4"],"\u26D1\uFE0F":["rescue worker\u2019s helmet","helmet with white cross","aid","cross","face","hat","helmet","rescue worker s helmet","construction","build","\u6551\u63F4\u4EBA\u5458\u5934\u76D4"],"\u{1F4FF}":["prayer beads","beads","clothing","necklace","prayer","religion","dhikr","religious","\u7269\u54C1","\u9879\u94FE"],"\u{1F484}":["lipstick","cosmetics","makeup","female","girl","fashion","woman","\u7269\u54C1","\u53E3\u7EA2"],"\u{1F48D}":["ring","diamond","wedding","propose","marriage","valentines","fashion","jewelry","gem","engagement","\u7269\u54C1","\u6212\u6307"],"\u{1F48E}":["gem stone","gem","diamond","jewel","blue","ruby","jewelry","\u7269\u54C1","\u94BB\u77F3"],"\u{1F507}":["speaker with cancellation stroke","mute","muted speaker","quiet","silent","speaker","sound","volume","silence","\u7269\u54C1","\u5173\u6389\u5587\u53ED"],"\u{1F508}":["speaker","speaker low volume","soft","sound","volume","silence","broadcast","\u7269\u54C1","\u5587\u53ED"],"\u{1F509}":["speaker with one sound wave","sound","speaker medium volume","medium","volume","speaker","broadcast","\u7269\u54C1","\u4F4E\u97F3\u91CF"],"\u{1F50A}":["speaker with three sound waves","loud sound","speaker high volume","loud","volume","noise","noisy","speaker","broadcast","\u7269\u54C1","\u9AD8\u97F3\u91CF"],"\u{1F4E2}":["public address loudspeaker","loudspeaker","loud","public address","volume","sound","\u7269\u54C1","\u5927\u58F0\u516C"],"\u{1F4E3}":["cheering megaphone","mega","megaphone","cheering","sound","speaker","volume","\u7269\u54C1","\u6269\u97F3\u5668"],"\u{1F4EF}":["postal horn","horn","post","postal","instrument","music","\u7269\u54C1","\u90AE\u4EF6\u901A\u77E5"],"\u{1F514}":["bell","sound","notification","christmas","xmas","chime","\u7269\u54C1","\u94C3\u94DB"],"\u{1F515}":["bell with cancellation stroke","no bell","bell with slash","bell","forbidden","mute","quiet","silent","sound","volume","\u7269\u54C1","\u9759\u97F3"],"\u{1F3BC}":["musical score","music","score","treble","clef","compose","\u7269\u54C1","\u4E50\u8C31"],"\u{1F3B5}":["musical note","music","note","score","tone","sound","\u7269\u54C1","\u97F3\u7B26"],"\u{1F3B6}":["multiple musical notes","notes","musical notes","music","note","score","\u7269\u54C1","\u4E50\u7B26"],"\u{1F399}\uFE0F":["studio microphone","mic","microphone","music","studio","sing","recording","artist","talkshow","\u5F55\u97F3\u5BA4\u9EA6\u514B\u98CE"],"\u{1F39A}\uFE0F":["level slider","level","music","slider","scale","\u6C34\u5E73\u6ED1\u5757"],"\u{1F39B}\uFE0F":["control knobs","control","knobs","music","dial","\u63A7\u5236\u65CB\u94AE"],"\u{1F3A4}":["microphone","karaoke","mic","sound","music","pa","sing","talkshow","\u7269\u54C1","\u9EA6\u514B\u98CE"],"\u{1F3A7}":["headphone","headphones","earbud","music","score","gadgets","\u7269\u54C1","\u8033\u673A"],"\u{1F4FB}":["radio","video","communication","music","podcast","program","\u7269\u54C1","\u6536\u97F3\u673A"],"\u{1F3B7}":["saxophone","instrument","music","sax","jazz","blues","\u7269\u54C1","\u8428\u514B\u65AF\u98CE"],"\u{1FA97}":["accordion","concertina","squeeze box","music","\u7269\u54C1","\u624B\u98CE\u7434"],"\u{1F3B8}":["guitar","instrument","music","\u7269\u54C1","\u5409\u4ED6"],"\u{1F3B9}":["musical keyboard","instrument","keyboard","music","piano","compose","\u7269\u54C1","\u94A2\u7434"],"\u{1F3BA}":["trumpet","instrument","music","brass","\u7269\u54C1","\u5C0F\u53F7"],"\u{1F3BB}":["violin","instrument","music","orchestra","symphony","\u7269\u54C1","\u5C0F\u63D0\u7434"],"\u{1FA95}":["banjo","music","stringed","\u7269\u54C1","\u6591\u9E20\u7434"],"\u{1F941}":["drum with drumsticks","drum","drumsticks","music","instrument","snare","\u7269\u54C1","\u9F13"],"\u{1FA98}":["long drum","beat","conga","drum","rhythm","music","\u7269\u54C1","\u957F\u9F13"],"\u{1F4F1}":["mobile phone","iphone","cell","mobile","phone","telephone","technology","apple","gadgets","dial","\u7269\u54C1","\u624B\u673A"],"\u{1F4F2}":["mobile phone with rightwards arrow at left","calling","mobile phone with arrow","arrow","cell","mobile","phone","receive","iphone","incoming","\u7269\u54C1","\u63A5\u7535\u8BDD"],"\u260E\uFE0F":["black telephone","phone","telephone","technology","communication","dial","\u9ED1\u8272\u7535\u8BDD"],"\u{1F4DE}":["telephone receiver","phone","receiver","telephone","technology","communication","dial","\u7269\u54C1","\u542C\u7B52"],"\u{1F4DF}":["pager","bbcall","oldschool","90s","\u7269\u54C1","\u547C\u53EB\u5668"],"\u{1F4E0}":["fax machine","fax","communication","technology","\u7269\u54C1","\u4F20\u771F\u673A"],"\u{1F50B}":["battery","power","energy","sustain","\u7269\u54C1","\u7535\u6C60"],"\u{1F50C}":["electric plug","electric","electricity","plug","charger","power","\u7269\u54C1","\u63D2\u5934"],"\u{1F4BB}":["personal computer","computer","laptop","pc","personal","technology","screen","display","monitor","\u7269\u54C1","\u7B14\u7535"],"\u{1F5A5}\uFE0F":["desktop computer","computer","desktop","technology","computing","screen","\u53F0\u5F0F\u7535\u8111"],"\u{1F5A8}\uFE0F":["printer","computer","paper","ink","\u6253\u5370\u673A"],"\u2328\uFE0F":["keyboard","computer","technology","type","input","text","\u952E\u76D8"],"\u{1F5B1}\uFE0F":["computer mouse","three button mouse","computer","click","\u7535\u8111\u9F20\u6807"],"\u{1F5B2}\uFE0F":["trackball","computer","technology","trackpad","\u8F68\u8FF9\u7403"],"\u{1F4BD}":["minidisc","computer disk","computer","disk","minidisk","optical","technology","record","data","90s","\u7269\u54C1","\u8FF7\u4F60\u5149\u789F"],"\u{1F4BE}":["floppy disk","computer","disk","floppy","oldschool","technology","save","90s","80s","\u7269\u54C1","\u78C1\u789F\u7247"],"\u{1F4BF}":["optical disc","cd","optical disk","computer","disk","optical","technology","dvd","disc","90s","\u7269\u54C1","\u5149\u789F"],"\u{1F4C0}":["dvd","blu ray","computer","disk","optical","cd","disc","\u7269\u54C1","DVD","\u5149\u789F"],"\u{1F9EE}":["abacus","calculation","\u7269\u54C1","\u7B97\u76D8"],"\u{1F3A5}":["movie camera","camera","cinema","movie","film","record","\u7269\u54C1","\u7535\u5F71\u6444\u5F71\u673A"],"\u{1F39E}\uFE0F":["film frames","cinema","film","frames","movie","\u7535\u5F71\u6846\u67B6"],"\u{1F4FD}\uFE0F":["film projector","cinema","film","movie","projector","video","tape","record","\u7535\u5F71\u653E\u6620\u673A"],"\u{1F3AC}":["clapper board","clapper","movie","film","record","\u7269\u54C1","\u573A\u8BB0\u677F"],"\u{1F4FA}":["television","tv","video","technology","program","oldschool","show","\u7269\u54C1","\u7535\u89C6"],"\u{1F4F7}":["camera","video","gadgets","photography","\u7269\u54C1","\u76F8\u673A"],"\u{1F4F8}":["camera with flash","camera","flash","video","photography","gadgets","\u7269\u54C1","\u5F00\u95EA\u5149\u706F"],"\u{1F4F9}":["video camera","camera","video","film","record","\u7269\u54C1","\u6444\u5F71\u673A"],"\u{1F4FC}":["videocassette","vhs","tape","video","record","oldschool","90s","80s","\u7269\u54C1","\u5F55\u5F71\u5E26"],"\u{1F50D}":["left pointing magnifying glass","mag","magnifying glass tilted left","glass","magnifying","search","tool","zoom","find","detective","\u7269\u54C1","\u5411\u5DE6\u7684\u653E\u5927\u955C"],"\u{1F50E}":["right pointing magnifying glass","mag right","magnifying glass tilted right","glass","magnifying","search","tool","zoom","find","detective","\u7269\u54C1","\u653E\u5927\u955C"],"\u{1F56F}\uFE0F":["candle","light","fire","wax","\u8721\u70DB"],"\u{1F4A1}":["electric light bulb","bulb","light bulb","comic","electric","idea","light","electricity","\u7269\u54C1","\u706F\u6CE1"],"\u{1F526}":["electric torch","flashlight","electric","light","tool","torch","dark","camping","sight","night","\u7269\u54C1","\u624B\u7535\u7B52"],"\u{1F3EE}":["izakaya lantern","lantern","red paper lantern","bar","light","red","paper","halloween","spooky","\u7269\u54C1","\u706F\u7B3C"],"\u{1FA94}":["diya lamp","diya","lamp","oil","\u7269\u54C1","\u9676\u7897\u6CB9\u706F"],"\u{1F4D4}":["notebook with decorative cover","book","cover","decorated","notebook","classroom","notes","record","paper","study","\u7269\u54C1","\u5F69\u8272\u5C01\u9762\u7684\u7B14\u8BB0\u672C"],"\u{1F4D5}":["closed book","book","closed","read","library","knowledge","textbook","learn","\u7269\u54C1","\u5408\u8D77\u6765\u7684\u4E66\u672C"],"\u{1F4D6}":["open book","book","open","read","library","knowledge","literature","learn","study","\u7269\u54C1","\u6253\u5F00\u6765\u7684\u4E66\u672C"],"\u{1F4D7}":["green book","book","green","read","library","knowledge","study","\u7269\u54C1","\u7EFF\u8272\u7684\u4E66\u672C"],"\u{1F4D8}":["blue book","blue","book","read","library","knowledge","learn","study","\u7269\u54C1","\u84DD\u8272\u7684\u4E66\u672C"],"\u{1F4D9}":["orange book","book","orange","read","library","knowledge","textbook","study","\u7269\u54C1","\u6A58\u8272\u7684\u4E66\u672C"],"\u{1F4DA}":["books","book","literature","library","study","\u7269\u54C1","\u4E66\u672C"],"\u{1F4D3}":["notebook","stationery","record","notes","paper","study","\u7269\u54C1","\u7B14\u8BB0\u672C"],"\u{1F4D2}":["ledger","notebook","notes","paper","\u7269\u54C1","\u5E10\u672C"],"\u{1F4C3}":["page with curl","curl","document","page","documents","office","paper","\u7269\u54C1","\u6587\u4EF6\u6863"],"\u{1F4DC}":["scroll","paper","documents","ancient","history","\u7269\u54C1","\u5377\u8F74"],"\u{1F4C4}":["page facing up","document","page","documents","office","paper","information","\u7269\u54C1","\u6587\u4EF6"],"\u{1F4F0}":["newspaper","news","paper","press","headline","\u7269\u54C1","\u62A5\u7EB8"],"\u{1F5DE}\uFE0F":["rolled up newspaper","news","newspaper","paper","rolled","press","headline","\u5377\u8D77\u7684\u62A5\u7EB8"],"\u{1F4D1}":["bookmark tabs","bookmark","mark","marker","tabs","favorite","save","order","tidy","\u7269\u54C1","\u9875\u7B7E"],"\u{1F516}":["bookmark","mark","favorite","label","save","\u7269\u54C1","\u4E66\u7B7E"],"\u{1F3F7}\uFE0F":["label","sale","tag","\u6807\u7B7E"],"\u{1F4B0}":["money bag","moneybag","bag","dollar","money","payment","coins","sale","\u7269\u54C1","\u94B1\u888B"],"\u{1FA99}":["coin","gold","metal","money","silver","treasure","currency","\u7269\u54C1","\u786C\u5E01"],"\u{1F4B4}":["banknote with yen sign","yen","yen banknote","banknote","bill","currency","money","note","sales","japanese","dollar","\u7269\u54C1","\u65E5\u5E01"],"\u{1F4B5}":["banknote with dollar sign","dollar","dollar banknote","banknote","bill","currency","money","note","sales","\u7269\u54C1","\u7F8E\u91D1"],"\u{1F4B6}":["banknote with euro sign","euro","euro banknote","banknote","bill","currency","money","note","sales","dollar","\u7269\u54C1","\u6B27\u5143"],"\u{1F4B7}":["banknote with pound sign","pound","pound banknote","banknote","bill","currency","money","note","british","sterling","sales","bills","uk","england","\u7269\u54C1","\u82F1\u9551"],"\u{1F4B8}":["money with wings","banknote","bill","fly","money","wings","dollar","bills","payment","sale","\u7269\u54C1","\u94B1\u98DE\u4E86"],"\u{1F4B3}":["credit card","card","credit","money","sales","dollar","bill","payment","shopping","\u7269\u54C1","\u4FE1\u7528\u5361"],"\u{1F9FE}":["receipt","accounting","bookkeeping","evidence","proof","expenses","\u7269\u54C1","\u6536\u636E"],"\u{1F4B9}":["chart with upwards trend and yen sign","chart","chart increasing with yen","graph","growth","money","yen","green square","presentation","stats","\u7269\u54C1","\u8D27\u5E01\u5347\u503C"],"\u2709\uFE0F":["envelope","email","letter","postal","inbox","communication","\u4FE1\u5C01"],"\u{1F4E7}":["e mail symbol","e mail","email","letter","mail","communication","inbox","\u7269\u54C1","\u7535\u5B50\u90AE\u4EF6"],"\u{1F4E8}":["incoming envelope","e mail","email","envelope","incoming","letter","receive","inbox","\u7269\u54C1","\u6536\u5230\u90AE\u4EF6"],"\u{1F4E9}":["envelope with downwards arrow above","envelope with arrow","arrow","e mail","email","envelope","outgoing","communication","\u7269\u54C1","\u5BC4\u51FA\u90AE\u4EF6"],"\u{1F4E4}":["outbox tray","box","letter","mail","outbox","sent","tray","inbox","email","\u7269\u54C1","\u5BC4\u4EF6\u5323"],"\u{1F4E5}":["inbox tray","box","inbox","letter","mail","receive","tray","email","documents","\u7269\u54C1","\u6536\u4EF6\u5323"],"\u{1F4E6}":["package","box","parcel","mail","gift","cardboard","moving","\u7269\u54C1","\u5305\u88F9"],"\u{1F4EB}":["closed mailbox with raised flag","mailbox","closed","mail","postbox","email","inbox","communication","\u7269\u54C1","\u6709\u5F85\u6536\u90AE\u4EF6"],"\u{1F4EA}":["closed mailbox with lowered flag","mailbox closed","closed","lowered","mail","mailbox","postbox","email","communication","inbox","\u7269\u54C1","\u65E0\u5F85\u6536\u90AE\u4EF6"],"\u{1F4EC}":["open mailbox with raised flag","mailbox with mail","mail","mailbox","open","postbox","email","inbox","communication","\u7269\u54C1","\u6709\u65B0\u90AE\u4EF6"],"\u{1F4ED}":["open mailbox with lowered flag","mailbox with no mail","lowered","mail","mailbox","open","postbox","email","inbox","\u7269\u54C1","\u6CA1\u6709\u65B0\u90AE\u4EF6"],"\u{1F4EE}":["postbox","mail","mailbox","email","letter","envelope","\u7269\u54C1","\u4FE1\u7BB1"],"\u{1F5F3}\uFE0F":["ballot box with ballot","ballot","box","election","vote","\u5E26\u9009\u7968\u7684\u6295\u7968\u7BB1"],"\u270F\uFE0F":["pencil","pencil2","stationery","write","paper","writing","school","study","\u94C5\u7B14"],"\u2712\uFE0F":["black nib","nib","pen","stationery","writing","write","\u9ED1\u8272\u7B14\u5C16"],"\u{1F58B}\uFE0F":["fountain pen","lower left fountain pen","fountain","pen","stationery","writing","write","\u94A2\u7B14"],"\u{1F58A}\uFE0F":["pen","lower left ballpoint pen","ballpoint","stationery","writing","write","\u94A2\u7B14"],"\u{1F58C}\uFE0F":["paintbrush","lower left paintbrush","painting","drawing","creativity","art","\u753B\u7B14"],"\u{1F58D}\uFE0F":["crayon","lower left crayon","drawing","creativity","\u8721\u7B14"],"\u{1F4DD}":["memo","pencil","write","documents","stationery","paper","writing","legal","exam","quiz","test","study","compose","\u7269\u54C1","\u5907\u5FD8\u5F55"],"\u{1F4BC}":["briefcase","business","documents","work","law","legal","job","career","\u7269\u54C1","\u516C\u4E8B\u5305"],"\u{1F4C1}":["file folder","file","folder","documents","business","office","\u7269\u54C1","\u8D44\u6599\u5939"],"\u{1F4C2}":["open file folder","file","folder","open","documents","load","\u7269\u54C1","\u6253\u5F00\u8D44\u6599\u5939"],"\u{1F5C2}\uFE0F":["card index dividers","card","dividers","index","organizing","business","stationery","\u5361\u7247\u7D22\u5F15\u5206\u9694\u5668"],"\u{1F4C5}":["calendar","date","schedule","\u7269\u54C1","\u884C\u4E8B\u5386"],"\u{1F4C6}":["tear off calendar","calendar","schedule","date","planning","\u7269\u54C1","\u65E5\u5386"],"\u{1F5D2}\uFE0F":["spiral notepad","spiral note pad","note","pad","spiral","memo","stationery","\u87BA\u65CB\u8BB0\u4E8B\u672C"],"\u{1F5D3}\uFE0F":["spiral calendar","spiral calendar pad","calendar","pad","spiral","date","schedule","planning","\u87BA\u65CB\u65E5\u5386"],"\u{1F4C7}":["card index","card","index","rolodex","business","stationery","\u7269\u54C1","\u7D22\u5F15\u5361"],"\u{1F4C8}":["chart with upwards trend","chart increasing","chart","graph","growth","trend","upward","presentation","stats","recovery","business","economics","money","sales","good","success","\u7269\u54C1","\u6DA8"],"\u{1F4C9}":["chart with downwards trend","chart decreasing","chart","down","graph","trend","presentation","stats","recession","business","economics","money","sales","bad","failure","\u7269\u54C1","\u8DCC"],"\u{1F4CA}":["bar chart","bar","chart","graph","presentation","stats","\u7269\u54C1","\u56FE\u8868"],"\u{1F4CB}":["clipboard","stationery","documents","\u7269\u54C1","\u5199\u5B57\u5939\u677F"],"\u{1F4CC}":["pushpin","pin","stationery","mark","here","\u7269\u54C1","\u56FE\u9489"],"\u{1F4CD}":["round pushpin","pin","pushpin","stationery","location","map","here","\u7269\u54C1","\u5706\u56FE\u9489"],"\u{1F4CE}":["paperclip","documents","stationery","\u7269\u54C1","\u56DE\u7EB9\u9488"],"\u{1F587}\uFE0F":["linked paperclips","link","paperclip","documents","stationery","\u94FE\u63A5\u56DE\u5F62\u9488"],"\u{1F4CF}":["straight ruler","ruler","straight edge","stationery","calculate","length","math","school","drawing","architect","sketch","\u7269\u54C1","\u76F4\u5C3A"],"\u{1F4D0}":["triangular ruler","ruler","set","triangle","stationery","math","architect","sketch","\u7269\u54C1","\u4E09\u89D2\u5C3A"],"\u2702\uFE0F":["black scissors","scissors","cutting","tool","stationery","cut","\u9ED1\u8272\u526A\u5200"],"\u{1F5C3}\uFE0F":["card file box","box","card","file","business","stationery","\u5361\u7247\u6587\u4EF6\u76D2"],"\u{1F5C4}\uFE0F":["file cabinet","cabinet","file","filing","organizing","\u6587\u4EF6\u67DC"],"\u{1F5D1}\uFE0F":["wastebasket","bin","trash","rubbish","garbage","toss","\u5E9F\u7EB8\u7BD3"],"\u{1F512}":["lock","locked","closed","security","password","padlock","\u7269\u54C1","\u4E0A\u9501"],"\u{1F513}":["open lock","unlock","unlocked","lock","open","privacy","security","\u7269\u54C1","\u5F00\u9501"],"\u{1F50F}":["lock with ink pen","locked with pen","ink","lock","nib","pen","privacy","security","secret","\u7269\u54C1","\u94A2\u7B14\u548C\u9501"],"\u{1F510}":["closed lock with key","locked with key","closed","key","lock","secure","security","privacy","\u7269\u54C1","\u94A5\u5319\u548C\u9501"],"\u{1F511}":["key","lock","password","door","\u7269\u54C1","\u94A5\u5319"],"\u{1F5DD}\uFE0F":["old key","clue","key","lock","old","door","password","\u65E7\u94A5\u5319"],"\u{1F528}":["hammer","tool","tools","build","create","\u7269\u54C1","\u9524\u5B50"],"\u{1FA93}":["axe","chop","hatchet","split","wood","\u7269\u54C1","\u65A7\u5934"],"\u26CF\uFE0F":["pick","mining","tool","tools","dig","\u6311\u9009"],"\u2692\uFE0F":["hammer and pick","hammer","pick","tool","tools","build","create","\u9524\u5B50\u548C\u62E8\u7247"],"\u{1F6E0}\uFE0F":["hammer and wrench","hammer","spanner","tool","wrench","tools","build","create","\u9524\u5B50\u548C\u6273\u624B"],"\u{1F5E1}\uFE0F":["dagger","dagger knife","knife","weapon","\u5315\u9996"],"\u2694\uFE0F":["crossed swords","crossed","swords","weapon","\u4EA4\u53C9\u5251"],"\u{1F52B}":["pistol","gun","water pistol","handgun","revolver","tool","water","weapon","violence","\u7269\u54C1","\u6C34\u67AA"],"\u{1FA83}":["boomerang","australia","rebound","repercussion","weapon","\u7269\u54C1","\u56DE\u529B\u9556"],"\u{1F3F9}":["bow and arrow","archer","arrow","bow","sagittarius","zodiac","sports","\u7269\u54C1","\u5F13\u7BAD"],"\u{1F6E1}\uFE0F":["shield","weapon","protection","security","\u76FE\u724C"],"\u{1FA9A}":["carpentry saw","carpenter","lumber","saw","tool","cut","chop","\u7269\u54C1","\u6728\u5DE5\u952F"],"\u{1F527}":["wrench","spanner","tool","tools","diy","ikea","fix","maintainer","\u7269\u54C1","\u6273\u624B"],"\u{1FA9B}":["screwdriver","screw","tool","tools","\u7269\u54C1","\u87BA\u4E1D\u8D77\u5B50"],"\u{1F529}":["nut and bolt","bolt","nut","tool","handy","tools","fix","\u7269\u54C1","\u87BA\u4E1D"],"\u2699\uFE0F":["gear","cog","cogwheel","tool","\u9F7F\u8F6E"],"\u{1F5DC}\uFE0F":["clamp","compression","compress","tool","vice","\u5939\u5177"],"\u2696\uFE0F":["balance scale","scales","balance","justice","libra","scale","zodiac","law","fairness","weight","\u5E73\u8861\u91CF\u8868"],"\u{1F9AF}":["probing cane","white cane","accessibility","blind","\u7269\u54C1","\u5BFC\u76F2\u624B\u6756"],"\u{1F517}":["link symbol","link","rings","url","\u7269\u54C1","\u8FDE\u7ED3"],"\u26D3\uFE0F":["chains","chain","lock","arrest","\u94FE\u6761"],"\u{1FA9D}":["hook","catch","crook","curve","ensnare","selling point","tools","\u7269\u54C1","\u94A9\u5B50"],"\u{1F9F0}":["toolbox","chest","mechanic","tool","tools","diy","fix","maintainer","\u7269\u54C1","\u5DE5\u5177\u7BB1"],"\u{1F9F2}":["magnet","attraction","horseshoe","magnetic","\u7269\u54C1","\u78C1\u94C1"],"\u{1FA9C}":["ladder","climb","rung","step","tools","\u7269\u54C1","\u68AF\u5B50"],"\u2697\uFE0F":["alembic","chemistry","tool","distilling","science","experiment","\u84B8\u998F\u5668"],"\u{1F9EA}":["test tube","chemist","chemistry","experiment","lab","science","\u7269\u54C1","\u8BD5\u7BA1"],"\u{1F9EB}":["petri dish","bacteria","biologist","biology","culture","lab","\u7269\u54C1","\u57F9\u517B\u76BF"],"\u{1F9EC}":["dna double helix","dna","biologist","evolution","gene","genetics","life","\u7269\u54C1","DNA","DNA\u53CC\u87BA\u65CB"],"\u{1F52C}":["microscope","science","tool","laboratory","experiment","zoomin","study","\u7269\u54C1","\u663E\u5FAE\u955C"],"\u{1F52D}":["telescope","science","tool","stars","space","zoom","astronomy","\u7269\u54C1","\u671B\u8FDC\u955C"],"\u{1F4E1}":["satellite antenna","antenna","dish","satellite","communication","future","radio","space","\u7269\u54C1","\u536B\u661F\u5929\u7EBF"],"\u{1F489}":["syringe","medicine","needle","shot","sick","health","hospital","drugs","blood","doctor","nurse","\u7269\u54C1","\u9488\u7B52"],"\u{1FA78}":["drop of blood","bleed","blood donation","injury","medicine","menstruation","\u7269\u54C1","\u8840\u6EF4"],"\u{1F48A}":["pill","doctor","medicine","sick","health","pharmacy","drug","\u7269\u54C1","\u836F\u4E38"],"\u{1FA79}":["adhesive bandage","bandage","\u7269\u54C1","OK \u7EF7"],"\u{1FA7A}":["stethoscope","doctor","heart","medicine","\u7269\u54C1","\u542C\u8BCA\u5668"],"\u{1F6AA}":["door","house","entry","exit","\u7269\u54C1","\u95E8"],"\u{1F6D7}":["elevator","accessibility","hoist","lift","\u7269\u54C1","\u7535\u68AF"],"\u{1FA9E}":["mirror","reflection","reflector","speculum","\u7269\u54C1","\u955C\u5B50"],"\u{1FA9F}":["window","frame","fresh air","opening","transparent","view","scenery","\u7269\u54C1","\u7A97\u6237"],"\u{1F6CF}\uFE0F":["bed","hotel","sleep","rest","\u5E8A"],"\u{1F6CB}\uFE0F":["couch and lamp","couch","hotel","lamp","read","chill","\u6C99\u53D1\u548C\u706F"],"\u{1FA91}":["chair","seat","sit","\u7269\u54C1","\u6905\u5B50"],"\u{1F6BD}":["toilet","restroom","wc","washroom","bathroom","potty","\u7269\u54C1","\u9A6C\u6876"],"\u{1FAA0}":["plunger","force cup","plumber","suction","toilet","\u7269\u54C1","\u5438\u628A"],"\u{1F6BF}":["shower","water","clean","bathroom","\u7269\u54C1","\u6DCB\u6D74"],"\u{1F6C1}":["bathtub","bath","clean","shower","bathroom","\u7269\u54C1","\u6FA1\u76C6"],"\u{1FAA4}":["mouse trap","bait","mousetrap","snare","trap","cheese","\u7269\u54C1","\u6355\u9F20\u5668"],"\u{1FA92}":["razor","sharp","shave","\u7269\u54C1","\u5243\u5200"],"\u{1F9F4}":["lotion bottle","lotion","moisturizer","shampoo","sunscreen","\u7269\u54C1","\u4E73\u6DB2\u74F6"],"\u{1F9F7}":["safety pin","diaper","punk rock","\u7269\u54C1","\u5B89\u5168\u522B\u9488"],"\u{1F9F9}":["broom","cleaning","sweeping","witch","\u7269\u54C1","\u626B\u5E1A"],"\u{1F9FA}":["basket","farming","laundry","picnic","\u7269\u54C1","\u7BEE\u5B50"],"\u{1F9FB}":["roll of paper","paper towels","toilet paper","roll","\u7269\u54C1","\u5377\u7B52\u536B\u751F\u7EB8"],"\u{1FAA3}":["bucket","cask","pail","vat","water","container","\u7269\u54C1","\u6C34\u6876"],"\u{1F9FC}":["bar of soap","soap","bar","bathing","cleaning","lather","soapdish","\u7269\u54C1","\u80A5\u7682"],"\u{1FAA5}":["toothbrush","bathroom","brush","clean","dental","hygiene","teeth","\u7269\u54C1","\u7259\u5237"],"\u{1F9FD}":["sponge","absorbing","cleaning","porous","\u7269\u54C1","\u6D77\u7EF5"],"\u{1F9EF}":["fire extinguisher","extinguish","fire","quench","\u7269\u54C1","\u706D\u706B\u5668"],"\u{1F6D2}":["shopping trolley","shopping cart","cart","shopping","trolley","\u7269\u54C1","\u8D2D\u7269\u8F66"],"\u{1F6AC}":["smoking symbol","smoking","cigarette","kills","tobacco","joint","smoke","\u7269\u54C1","\u5438\u70DF"],"\u26B0\uFE0F":["coffin","death","vampire","dead","die","rip","graveyard","cemetery","casket","funeral","box","\u68FA\u6750"],"\u{1FAA6}":["headstone","cemetery","grave","graveyard","tombstone","death","rip","\u7269\u54C1","\u5893\u77F3"],"\u26B1\uFE0F":["funeral urn","ashes","death","funeral","urn","dead","die","rip","\u846C\u793C\u9AA8\u7070\u76D2"],"\u{1F5FF}":["moyai","moai","face","statue","rock","easter island","\u7269\u54C1","\u590D\u6D3B\u8282\u5C9B"],"\u{1FAA7}":["placard","demonstration","picket","protest","sign","announcement","\u7269\u54C1","\u544A\u793A\u724C"],"\u{1F3E7}":["automated teller machine","atm","atm sign","automated","bank","teller","money","sales","cash","blue square","payment","\u7B26\u53F7","\u63D0\u6B3E\u673A"],"\u{1F6AE}":["put litter in its place symbol","put litter in its place","litter in bin sign","litter","litter bin","blue square","sign","human","info","\u7B26\u53F7","\u5783\u573E\u6876"],"\u{1F6B0}":["potable water symbol","potable water","drinking","potable","water","blue square","liquid","restroom","cleaning","faucet","\u7B26\u53F7","\u996E\u7528\u6C34"],"\u267F":["wheelchair symbol","wheelchair","access","blue square","disabled","a11y","accessibility","\u7B26\u53F7","\u65E0\u969C\u788D\u7A7A\u95F4"],"\u{1F6B9}":["mens symbol","mens","men\u2019s room","lavatory","man","restroom","wc","men s room","toilet","blue square","gender","male","\u7B26\u53F7","\u7537\u5395"],"\u{1F6BA}":["womens symbol","womens","women\u2019s room","lavatory","restroom","wc","woman","women s room","purple square","female","toilet","loo","gender","\u7B26\u53F7","\u5973\u5395"],"\u{1F6BB}":["restroom","lavatory","wc","blue square","toilet","refresh","gender","\u7B26\u53F7","\u6D17\u624B\u95F4"],"\u{1F6BC}":["baby symbol","baby","changing","orange square","child","\u7B26\u53F7","\u5B9D\u5B9D"],"\u{1F6BE}":["water closet","wc","closet","lavatory","restroom","water","toilet","blue square","\u7B26\u53F7","\u5395\u6240"],"\u{1F6C2}":["passport control","control","passport","custom","blue square","\u7B26\u53F7","\u62A4\u7167\u67E5\u9A8C"],"\u{1F6C3}":["customs","passport","border","blue square","\u7B26\u53F7","\u6D77\u5173"],"\u{1F6C4}":["baggage claim","baggage","claim","blue square","airport","transport","\u7B26\u53F7","\u63D0\u53D6\u884C\u674E"],"\u{1F6C5}":["left luggage","baggage","locker","luggage","blue square","travel","\u7B26\u53F7","\u5BC4\u5B58\u884C\u674E"],"\u26A0\uFE0F":["warning sign","warning","!","yellow","orange","exclamation","wip","alert","error","problem","issue","\u8B66\u544A\u6807\u5FD7"],"\u{1F6B8}":["children crossing","child","crossing","pedestrian","traffic","school","warning","danger","sign","driving","yellow diamond","\u7B26\u53F7","\u5C0F\u5FC3\u513F\u7AE5"],"\u26D4":["no entry","entry","forbidden","no","not","prohibited","traffic","limit","security","privacy","bad","denied","stop","circle","\u7B26\u53F7","\u7981\u6B62\u8FDB\u5165"],"\u{1F6AB}":["no entry sign","prohibited","entry","forbidden","no","not","forbid","stop","limit","denied","disallow","circle","\u7B26\u53F7","\u7981\u6B62\u901A\u884C"],"\u{1F6B3}":["no bicycles","bicycle","bike","forbidden","no","prohibited","cyclist","circle","\u7B26\u53F7","\u7981\u884C\u81EA\u884C\u8F66"],"\u{1F6AD}":["no smoking symbol","no smoking","forbidden","no","not","prohibited","smoking","cigarette","blue square","smell","smoke","\u7B26\u53F7","\u7981\u6B62\u5438\u70DF"],"\u{1F6AF}":["do not litter symbol","do not litter","no littering","forbidden","litter","no","not","prohibited","trash","bin","garbage","circle","\u7B26\u53F7","\u7981\u6B62\u4E71\u4E22\u5783\u573E"],"\u{1F6B1}":["non potable water symbol","non potable water","non drinking","non potable","water","drink","faucet","tap","circle","\u7B26\u53F7","\u975E\u996E\u7528\u6C34"],"\u{1F6B7}":["no pedestrians","forbidden","no","not","pedestrian","prohibited","rules","crossing","walking","circle","\u7B26\u53F7","\u7981\u6B62\u884C\u4EBA\u901A\u884C"],"\u{1F4F5}":["no mobile phones","cell","forbidden","mobile","no","phone","iphone","mute","circle","\u7B26\u53F7","\u7981\u7528\u624B\u673A"],"\u{1F51E}":["no one under eighteen symbol","underage","no one under eighteen","18","age restriction","eighteen","prohibited","drink","pub","night","minor","circle","\u7B26\u53F7","\u672A\u6210\u5E74\u4EBA\u4E0D\u5B9C"],"\u2622\uFE0F":["radioactive","radioactive sign","sign","nuclear","danger","\u653E\u5C04\u6027\u7684"],"\u2623\uFE0F":["biohazard","biohazard sign","sign","danger","\u751F\u7269\u5371\u5BB3"],"\u2B06\uFE0F":["upwards black arrow","arrow up","up arrow","arrow","cardinal","direction","north","blue square","continue","top","\u5411\u4E0A\u9ED1\u8272\u7BAD\u5934"],"\u2197\uFE0F":["north east arrow","arrow upper right","up right arrow","arrow","direction","intercardinal","northeast","blue square","point","diagonal","\u4E1C\u5317\u7BAD\u5934"],"\u27A1\uFE0F":["black rightwards arrow","arrow right","right arrow","arrow","cardinal","direction","east","blue square","next","\u9ED1\u8272\u5411\u53F3\u7BAD\u5934"],"\u2198\uFE0F":["south east arrow","arrow lower right","down right arrow","arrow","direction","intercardinal","southeast","blue square","diagonal","\u4E1C\u5357\u7BAD\u5934"],"\u2B07\uFE0F":["downwards black arrow","arrow down","down arrow","arrow","cardinal","direction","down","south","blue square","bottom","\u5411\u4E0B\u9ED1\u8272\u7BAD\u5934"],"\u2199\uFE0F":["south west arrow","arrow lower left","down left arrow","arrow","direction","intercardinal","southwest","blue square","diagonal","\u897F\u5357\u7BAD\u5934"],"\u2B05\uFE0F":["leftwards black arrow","arrow left","left arrow","arrow","cardinal","direction","west","blue square","previous","back","\u5411\u5DE6\u9ED1\u8272\u7BAD\u5934"],"\u2196\uFE0F":["north west arrow","arrow upper left","up left arrow","arrow","direction","intercardinal","northwest","blue square","point","diagonal","\u897F\u5317\u7BAD\u5934"],"\u2195\uFE0F":["up down arrow","arrow up down","arrow","blue square","direction","way","vertical","\u5411\u4E0A\u5411\u4E0B\u7BAD\u5934"],"\u2194\uFE0F":["left right arrow","arrow","shape","direction","horizontal","sideways","\u5DE6\u53F3\u7BAD\u5934"],"\u21A9\uFE0F":["leftwards arrow with hook","right arrow curving left","arrow","back","return","blue square","undo","enter","\u9879\u76EE\u5B8C\u7ED3\uFF0C\u7CFB\u7EDF\u81EA\u52A8\u586B\u5145\u5185\u5BB9"],"\u21AA\uFE0F":["rightwards arrow with hook","arrow right hook","left arrow curving right","arrow","blue square","return","rotate","direction","\u9879\u76EE\u5B8C\u7ED3\uFF0C\u7CFB\u7EDF\u81EA\u52A8\u586B\u5145\u5185\u5BB9"],"\u2934\uFE0F":["arrow pointing rightwards then curving upwards","arrow heading up","right arrow curving up","arrow","blue square","direction","top","\u5411\u53F3\u7BAD\u5934\uFF0C\u7136\u540E\u5411\u4E0A\u5F2F\u66F2"],"\u2935\uFE0F":["arrow pointing rightwards then curving downwards","arrow heading down","right arrow curving down","arrow","down","blue square","direction","bottom","\u5411\u53F3\u7BAD\u5934\uFF0C\u7136\u540E\u5411\u4E0B\u5F2F\u66F2"],"\u{1F503}":["clockwise downwards and upwards open circle arrows","arrows clockwise","clockwise vertical arrows","arrow","clockwise","reload","sync","cycle","round","repeat","\u7B26\u53F7","\u987A\u65F6\u9488\u65B9\u5411"],"\u{1F504}":["anticlockwise downwards and upwards open circle arrows","arrows counterclockwise","counterclockwise arrows button","anticlockwise","arrow","counterclockwise","withershins","blue square","sync","cycle","\u7B26\u53F7","\u9006\u65F6\u9488"],"\u{1F519}":["back with leftwards arrow above","back","back arrow","arrow","words","return","\u7B26\u53F7","\u8FD4\u56DE"],"\u{1F51A}":["end with leftwards arrow above","end","end arrow","arrow","words","\u7B26\u53F7","\u7ED3\u675F"],"\u{1F51B}":["on with exclamation mark with left right arrow above","on","on! arrow","arrow","mark","on arrow","words","\u7B26\u53F7","ON","\u4E0A\u9762\u5E26\u6709\u5DE6\u53F3\u7BAD\u5934\u7684\u611F\u53F9\u53F7"],"\u{1F51C}":["soon with rightwards arrow above","soon","soon arrow","arrow","words","\u7B26\u53F7","\u9A6C\u4E0A"],"\u{1F51D}":["top with upwards arrow above","top","top arrow","arrow","up","words","blue square","\u7B26\u53F7","\u7F6E\u9876"],"\u{1F6D0}":["place of worship","religion","worship","church","temple","prayer","\u7B26\u53F7","\u7948\u7977"],"\u269B\uFE0F":["atom symbol","atheist","atom","science","physics","chemistry","\u539F\u5B50\u7B26\u53F7"],"\u{1F549}\uFE0F":["om","om symbol","hindu","religion","hinduism","buddhism","sikhism","jainism","OM \u7B26\u53F7"],"\u2721\uFE0F":["star of david","david","jew","jewish","religion","star","judaism","\u5927\u536B\u4E4B\u661F"],"\u2638\uFE0F":["wheel of dharma","buddhist","dharma","religion","wheel","hinduism","buddhism","sikhism","jainism","\u8FBE\u6469\u4E4B\u8F6E"],"\u262F\uFE0F":["yin yang","religion","tao","taoist","yang","yin","balance","\u9634\u9633"],"\u271D\uFE0F":["latin cross","christian","cross","religion","christianity","\u62C9\u4E01\u5341\u5B57\u67B6"],"\u2626\uFE0F":["orthodox cross","christian","cross","religion","suppedaneum","\u4E1C\u6B63\u6559\u5341\u5B57\u67B6"],"\u262A\uFE0F":["star and crescent","islam","muslim","religion","\u661F\u6708"],"\u262E\uFE0F":["peace symbol","peace","hippie","\u548C\u5E73\u8C61\u5F81"],"\u{1F54E}":["menorah with nine branches","menorah","candelabrum","candlestick","religion","hanukkah","candles","jewish","\u7B26\u53F7","\u72B9\u592A\u70DB\u53F0"],"\u{1F52F}":["six pointed star with middle dot","six pointed star","dotted six pointed star","fortune","star","purple square","religion","jewish","hexagram","\u7B26\u53F7","\u516D\u8292\u661F\u52A0\u5706\u70B9"],"\u2648":["aries","ram","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u7261\u7F8A\u5EA7"],"\u2649":["taurus","bull","ox","zodiac","purple square","sign","astrology","\u7B26\u53F7","\u91D1\u725B\u5EA7"],"\u264A":["gemini","twins","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u53CC\u5B50\u5EA7"],"\u264B":["cancer","crab","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u5DE8\u87F9\u5EA7"],"\u264C":["leo","lion","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u72EE\u5B50\u5EA7"],"\u264D":["virgo","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u5904\u5973\u5EA7"],"\u264E":["libra","balance","justice","scales","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u5929\u79E4\u5EA7"],"\u264F":["scorpius","scorpio","scorpion","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u5929\u874E\u5EA7"],"\u2650":["sagittarius","archer","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u5C04\u624B\u5EA7"],"\u2651":["capricorn","goat","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u6469\u7FAF\u5EA7"],"\u2652":["aquarius","bearer","water","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u6C34\u74F6\u5EA7"],"\u2653":["pisces","fish","zodiac","purple square","sign","astrology","\u7B26\u53F7","\u53CC\u9C7C\u5EA7"],"\u26CE":["ophiuchus","bearer","serpent","snake","zodiac","sign","purple square","constellation","astrology","\u7B26\u53F7","\u86C7\u592B\u5EA7"],"\u{1F500}":["twisted rightwards arrows","shuffle tracks button","arrow","crossed","blue square","shuffle","music","random","\u7B26\u53F7","\u968F\u673A\u64AD\u653E"],"\u{1F501}":["clockwise rightwards and leftwards open circle arrows","repeat","repeat button","arrow","clockwise","loop","record","\u7B26\u53F7","\u91CD\u590D\u64AD\u653E"],"\u{1F502}":["clockwise rightwards and leftwards open circle arrows with circled one overlay","repeat one","repeat single button","arrow","clockwise","once","blue square","loop","\u7B26\u53F7","\u91CD\u590D\u76EE\u524D\u5355\u66F2"],"\u25B6\uFE0F":["black right pointing triangle","arrow forward","play button","arrow","play","right","triangle","blue square","direction","\u9ED1\u8272\u76F4\u89D2\u4E09\u89D2\u5F62"],"\u23E9":["black right pointing double triangle","fast forward","fast forward button","arrow","double","fast","forward","blue square","play","speed","continue","\u7B26\u53F7","\u5411\u524D\u5FEB\u8F6C"],"\u23ED\uFE0F":["next track button","black right pointing double triangle with vertical bar","arrow","next scene","next track","triangle","forward","next","blue square","\u4E0B\u4E00\u4E2A\u8F68\u9053\u6309\u94AE"],"\u23EF\uFE0F":["play or pause button","black right pointing triangle with double vertical bar","arrow","pause","play","right","triangle","blue square","\u64AD\u653E\u6216\u6682\u505C\u6309\u94AE"],"\u25C0\uFE0F":["black left pointing triangle","arrow backward","reverse button","arrow","left","reverse","triangle","blue square","direction","\u9ED1\u8272\u5DE6\u6307\u5411\u4E09\u89D2\u5F62"],"\u23EA":["black left pointing double triangle","rewind","fast reverse button","arrow","double","play","blue square","\u7B26\u53F7","\u5411\u540E\u5FEB\u8F6C"],"\u23EE\uFE0F":["last track button","black left pointing double triangle with vertical bar","arrow","previous scene","previous track","triangle","backward","\u6700\u540E\u4E00\u4E2A\u8F68\u9053\u6309\u94AE"],"\u{1F53C}":["up pointing small red triangle","arrow up small","upwards button","arrow","button","red","blue square","triangle","direction","point","forward","top","\u7B26\u53F7","\u5411\u4E0A"],"\u23EB":["black up pointing double triangle","arrow double up","fast up button","arrow","double","blue square","direction","top","\u7B26\u53F7","\u5FEB\u901F\u5411\u4E0A"],"\u{1F53D}":["down pointing small red triangle","arrow down small","downwards button","arrow","button","down","red","blue square","direction","bottom","\u7B26\u53F7","\u5411\u4E0B"],"\u23EC":["black down pointing double triangle","arrow double down","fast down button","arrow","double","down","blue square","direction","bottom","\u7B26\u53F7","\u5FEB\u901F\u5411\u4E0B"],"\u23F8\uFE0F":["pause button","double vertical bar","bar","double","pause","vertical","blue square","\u6682\u505C\u6309\u94AE"],"\u23F9\uFE0F":["stop button","black square for stop","square","stop","blue square","\u505C\u6B62\u6309\u94AE"],"\u23FA\uFE0F":["record button","black circle for record","circle","record","blue square","\u5F55\u5236\u6309\u94AE"],"\u23CF\uFE0F":["eject button","eject","blue square","\u5F39\u51FA\u6309\u94AE"],"\u{1F3A6}":["cinema","camera","film","movie","blue square","record","curtain","stage","theater","\u7B26\u53F7","\u7535\u5F71\u9662"],"\u{1F505}":["low brightness symbol","low brightness","dim button","brightness","dim","low","sun","afternoon","warm","summer","\u7B26\u53F7","\u4F4E\u4EAE\u5EA6"],"\u{1F506}":["high brightness symbol","high brightness","bright button","bright","brightness","sun","light","\u7B26\u53F7","\u9AD8\u4EAE\u5EA6"],"\u{1F4F6}":["antenna with bars","signal strength","antenna bars","antenna","bar","cell","mobile","phone","blue square","reception","internet","connection","wifi","bluetooth","bars","\u7B26\u53F7","\u8BAF\u53F7\u5F3A\u5F31"],"\u{1F4F3}":["vibration mode","cell","mobile","mode","phone","telephone","vibration","orange square","\u7B26\u53F7","\u9707\u52A8\u6A21\u5F0F"],"\u{1F4F4}":["mobile phone off","cell","mobile","off","phone","telephone","mute","orange square","silence","quiet","\u7B26\u53F7","\u624B\u673A\u5173\u673A"],"\u2640\uFE0F":["female sign","woman","\u5973\u6027"],"\u2642\uFE0F":["male sign","man","\u7537\u6027"],"\u26A7\uFE0F":["transgender symbol","transgender","lgbtq","\u8DE8\u6027\u522B"],"\u2716\uFE0F":["heavy multiplication x","multiply","cancel","multiplication","sign","x","\xD7","multiplication sign","math","calculation","\u7740\u91CD\u7684\u4E58\u6CD5\u7B26\u53F7"],"\u2795":["heavy plus sign","plus","+","math","sign","plus sign","calculation","addition","more","increase","\u7B26\u53F7","\u52A0"],"\u2796":["heavy minus sign","minus","-","math","sign","\u2212","minus sign","calculation","subtract","less","\u7B26\u53F7","\u51CF"],"\u2797":["heavy division sign","divide","division","math","sign","\xF7","division sign","calculation","\u7B26\u53F7","\u9664"],"\u267E\uFE0F":["infinity","forever","unbounded","universal","\u65E0\u7A77"],"\u203C\uFE0F":["double exclamation mark","bangbang","!","!!","exclamation","mark","surprise","\u53CC\u611F\u53F9\u53F7"],"\u2049\uFE0F":["exclamation question mark","interrobang","!","!?","?","exclamation","mark","punctuation","question","wat","surprise","\u611F\u53F9\u95EE\u53F7"],"\u2753":["black question mark ornament","question","red question mark","?","mark","punctuation","question mark","doubt","confused","\u7B26\u53F7","\u7EA2\u8272\u95EE\u53F7"],"\u2754":["white question mark ornament","grey question","white question mark","?","mark","outlined","punctuation","question","doubts","gray","huh","confused","\u7B26\u53F7","\u767D\u8272\u95EE\u53F7"],"\u2755":["white exclamation mark ornament","grey exclamation","white exclamation mark","!","exclamation","mark","outlined","punctuation","surprise","gray","wow","warning","\u7B26\u53F7","\u767D\u8272\u60CA\u53F9\u53F7"],"\u2757":["heavy exclamation mark symbol","exclamation","heavy exclamation mark","red exclamation mark","!","mark","punctuation","exclamation mark","danger","surprise","wow","warning","\u7B26\u53F7","\u7EA2\u8272\u60CA\u53F9\u53F7"],"\u3030\uFE0F":["wavy dash","dash","punctuation","wavy","draw","line","moustache","mustache","squiggle","scribble","\u6CE2\u6D6A\u7834\u6298\u53F7"],"\u{1F4B1}":["currency exchange","bank","currency","exchange","money","sales","dollar","travel","\u7B26\u53F7","\u8D27\u5E01\u5151\u6362"],"\u{1F4B2}":["heavy dollar sign","currency","dollar","money","sales","payment","buck","\u7B26\u53F7","\u8D27\u5E01\u7B26\u53F7"],"\u2695\uFE0F":["medical symbol","staff of aesculapius","aesculapius","medicine","staff","\u533B\u7597\u7B26\u53F7"],"\u267B\uFE0F":["black universal recycling symbol","recycle","recycling symbol","arrow","environment","garbage","trash","\u9ED1\u8272\u901A\u7528\u56DE\u6536\u6807\u5FD7"],"\u269C\uFE0F":["fleur de lis","decorative","scout","\u767E\u5408\u82B1"],"\u{1F531}":["trident emblem","trident","anchor","emblem","ship","tool","weapon","spear","\u7B26\u53F7","\u4E09\u53C9\u621F"],"\u{1F4DB}":["name badge","badge","name","fire","forbid","\u7B26\u53F7","\u540D\u724C"],"\u{1F530}":["japanese symbol for beginner","beginner","chevron","japanese","leaf","badge","shield","\u7B26\u53F7","\u65E5\u672C\u521D\u5B66\u8005\u7B26\u53F7"],"\u2B55":["heavy large circle","o","hollow red circle","circle","large","red","round","\u7B26\u53F7","\u5706\u5708"],"\u2705":["white heavy check mark","white check mark","check mark button","button","check","mark","\u2713","green square","ok","agree","vote","election","answer","tick","\u7B26\u53F7","\u767D\u8272\u52FE\u52FE"],"\u2611\uFE0F":["ballot box with check","check box with check","box","check","\u2713","ok","agree","confirm","black square","vote","election","yes","tick","\u9009\u4E2D\u7684\u590D\u9009\u6846"],"\u2714\uFE0F":["heavy check mark","check mark","check","mark","\u2713","ok","nike","answer","yes","tick","\u9ED1\u8272\u590D\u9009\u6807\u8BB0"],"\u274C":["x","cross mark","cancel","cross","mark","multiplication","multiply","\xD7","no","delete","remove","red","\u7B26\u53F7","\u53C9"],"\u274E":["negative squared cross mark","cross mark button","mark","square","x","\xD7","green square","no","deny","\u7B26\u53F7","\u53C9\u53C9"],"\u27B0":["curly loop","curl","loop","scribble","draw","shape","squiggle","\u7B26\u53F7","\u65E5\u672C\u5355\u73AF\u6807\u5FD7"],"\u27BF":["double curly loop","loop","curl","double","tape","cassette","\u7B26\u53F7","\u65E5\u672C\u514D\u8D39\u7535\u8BDD\u6807\u5FD7"],"\u303D\uFE0F":["part alternation mark","mark","part","graph","presentation","stats","business","economics","bad","\u90E8\u5206\u4EA4\u66FF\u6807\u8BB0"],"\u2733\uFE0F":["eight spoked asterisk","*","asterisk","star","sparkle","green square","\u516B\u8F90\u661F\u53F7"],"\u2734\uFE0F":["eight pointed black star","eight pointed star","*","star","orange square","shape","polygon","\u516B\u89D2\u9ED1\u661F"],"\u2747\uFE0F":["sparkle","*","stars","green square","awesome","good","fireworks","\u95EA\u70C1"],"\xA9\uFE0F":["copyright sign","copyright","c","ip","license","circle","law","legal","\u7248\u6743\u6807\u5FD7"],"\xAE\uFE0F":["registered sign","registered","r","alphabet","circle","\u6CE8\u518C\u6807\u5FD7"],"\u2122\uFE0F":["trade mark sign","tm","trade mark","mark","trademark","brand","law","legal","\u5546\u6807\u6807\u5FD7"],"#\uFE0F\u20E3":["hash key","hash","keycap: #","keycap","symbol","blue square","twitter","\u7B26\u53F7","\u6309\u952E","#"],"*\uFE0F\u20E3":["keycap: *","keycap star","keycap","star","\u7B26\u53F7","\u952E\u5E3D\uFF1A*"],"0\uFE0F\u20E3":["keycap 0","zero","keycap: 0","keycap","0","numbers","blue square","null","\u7B26\u53F7","\u952E\u5E3D\uFF1A0"],"1\uFE0F\u20E3":["keycap 1","one","keycap: 1","keycap","blue square","numbers","1","\u7B26\u53F7","\u952E\u5E3D\uFF1A1"],"2\uFE0F\u20E3":["keycap 2","two","keycap: 2","keycap","numbers","2","prime","blue square","\u7B26\u53F7","\u952E\u5E3D\uFF1A2"],"3\uFE0F\u20E3":["keycap 3","three","keycap: 3","keycap","3","numbers","prime","blue square","\u7B26\u53F7","\u952E\u5E3D\uFF1A3"],"4\uFE0F\u20E3":["keycap 4","four","keycap: 4","keycap","4","numbers","blue square","\u7B26\u53F7","\u952E\u5E3D\uFF1A4"],"5\uFE0F\u20E3":["keycap 5","five","keycap: 5","keycap","5","numbers","blue square","prime","\u7B26\u53F7","\u952E\u5E3D\uFF1A5"],"6\uFE0F\u20E3":["keycap 6","six","keycap: 6","keycap","6","numbers","blue square","\u7B26\u53F7","\u952E\u5E3D\uFF1A6"],"7\uFE0F\u20E3":["keycap 7","seven","keycap: 7","keycap","7","numbers","blue square","prime","\u7B26\u53F7","\u952E\u5E3D\uFF1A7"],"8\uFE0F\u20E3":["keycap 8","eight","keycap: 8","keycap","8","blue square","numbers","\u7B26\u53F7","\u952E\u5E3D\uFF1A8"],"9\uFE0F\u20E3":["keycap 9","nine","keycap: 9","keycap","blue square","numbers","9","\u7B26\u53F7","\u952E\u5E3D\uFF1A9"],"\u{1F51F}":["keycap ten","keycap: 10","keycap","keycap 10","numbers","10","blue square","\u7B26\u53F7","\u6309\u952E","10"],"\u{1F520}":["input symbol for latin capital letters","capital abcd","input latin uppercase","abcd","input","latin","letters","uppercase","alphabet","words","blue square","\u7B26\u53F7","\u5927\u5199\u5B57\u6BCD\u952E"],"\u{1F521}":["input symbol for latin small letters","abcd","input latin lowercase","input","latin","letters","lowercase","blue square","alphabet","\u7B26\u53F7","\u5C0F\u5199\u5B57\u6BCD\u952E"],"\u{1F522}":["input symbol for numbers","1234","input numbers","input","numbers","blue square","\u7B26\u53F7","\u6570\u5B57\u952E"],"\u{1F523}":["input symbol for symbols","symbols","input symbols","input","\u3012\u266A&%","blue square","music","note","ampersand","percent","glyphs","characters","\u7B26\u53F7","\u7B26\u53F7\u952E"],"\u{1F524}":["input symbol for latin letters","abc","input latin letters","alphabet","input","latin","letters","blue square","\u7B26\u53F7","\u62C9\u4E01\u5B57\u6BCD\u952E"],"\u{1F170}\uFE0F":["negative squared latin capital letter a","a","a button (blood type)","blood type","a button","red square","alphabet","letter","A"],"\u{1F18E}":["negative squared ab","ab","ab button (blood type)","blood type","ab button","red square","alphabet","\u7B26\u53F7","AB\u578B"],"\u{1F171}\uFE0F":["negative squared latin capital letter b","b","b button (blood type)","blood type","b button","red square","alphabet","letter","B"],"\u{1F191}":["squared cl","cl","cl button","alphabet","words","red square","\u7B26\u53F7","CL"],"\u{1F192}":["squared cool","cool","cool button","words","blue square","\u7B26\u53F7","\u9177"],"\u{1F193}":["squared free","free","free button","blue square","words","\u7B26\u53F7","\u514D\u8D39"],"\u2139\uFE0F":["information source","information","i","blue square","alphabet","letter","i"],"\u{1F194}":["squared id","id","id button","identity","purple square","words","\u7B26\u53F7","\u8EAB\u5206"],"\u24C2\uFE0F":["circled latin capital letter m","m","circled m","circle","alphabet","blue circle","letter","M"],"\u{1F195}":["squared new","new","new button","blue square","words","start","\u7B26\u53F7","\u65B0"],"\u{1F196}":["squared ng","ng","ng button","blue square","words","shape","icon","\u7B26\u53F7","NG"],"\u{1F17E}\uFE0F":["negative squared latin capital letter o","o2","o button (blood type)","blood type","o","o button","alphabet","red square","letter","O"],"\u{1F197}":["squared ok","ok","ok button","good","agree","yes","blue square","\u7B26\u53F7","\u597D\u7684"],"\u{1F17F}\uFE0F":["negative squared latin capital letter p","parking","p button","cars","blue square","alphabet","letter","P"],"\u{1F198}":["squared sos","sos","sos button","help","red square","words","emergency","911","\u7B26\u53F7","\u6551\u547D"],"\u{1F199}":["squared up with exclamation mark","up","up! button","mark","up button","blue square","above","high","\u7B26\u53F7","UP"],"\u{1F19A}":["squared vs","vs","vs button","versus","words","orange square","\u7B26\u53F7","\u5BF9\u6218"],"\u{1F201}":["squared katakana koko","koko","japanese \u201Chere\u201D button","japanese","katakana","\u201Chere\u201D","\u30B3\u30B3","japanese here button","blue square","here","destination","\u7B26\u53F7","\u65E5\u6587KOKO"],"\u{1F202}\uFE0F":["squared katakana sa","sa","japanese \u201Cservice charge\u201D button","japanese","katakana","\u201Cservice charge\u201D","japanese service charge button","blue square","\u30B5"],"\u{1F237}\uFE0F":["squared cjk unified ideograph-6708","u6708","japanese \u201Cmonthly amount\u201D button","ideograph","japanese","\u201Cmonthly amount\u201D","\u6708","japanese monthly amount button","chinese","month","moon","orange square","kanji","\u6708"],"\u{1F236}":["squared cjk unified ideograph-6709","u6709","japanese \u201Cnot free of charge\u201D button","ideograph","japanese","\u201Cnot free of charge\u201D","\u6709","japanese not free of charge button","orange square","chinese","have","kanji","\u7B26\u53F7","\u6709"],"\u{1F22F}":["squared cjk unified ideograph-6307","u6307","japanese \u201Creserved\u201D button","ideograph","japanese","\u201Creserved\u201D","\u6307","japanese reserved button","chinese","point","green square","kanji","\u7B26\u53F7","\u6307"],"\u{1F250}":["circled ideograph advantage","ideograph advantage","japanese \u201Cbargain\u201D button","ideograph","japanese","\u201Cbargain\u201D","\u5F97","japanese bargain button","chinese","kanji","obtain","get","circle","\u7B26\u53F7","\u5F97"],"\u{1F239}":["squared cjk unified ideograph-5272","u5272","japanese \u201Cdiscount\u201D button","ideograph","japanese","\u201Cdiscount\u201D","\u5272","japanese discount button","cut","divide","chinese","kanji","pink square","\u7B26\u53F7","\u5272"],"\u{1F21A}":["squared cjk unified ideograph-7121","u7121","japanese \u201Cfree of charge\u201D button","ideograph","japanese","\u201Cfree of charge\u201D","\u7121","japanese free of charge button","nothing","chinese","kanji","orange square","\u7B26\u53F7","\u65E0"],"\u{1F232}":["squared cjk unified ideograph-7981","u7981","japanese \u201Cprohibited\u201D button","ideograph","japanese","\u201Cprohibited\u201D","\u7981","japanese prohibited button","kanji","chinese","forbidden","limit","restricted","red square","\u7B26\u53F7","\u7981"],"\u{1F251}":["circled ideograph accept","accept","japanese \u201Cacceptable\u201D button","ideograph","japanese","\u201Cacceptable\u201D","\u53EF","japanese acceptable button","ok","good","chinese","kanji","agree","yes","orange circle","\u7B26\u53F7","\u53EF"],"\u{1F238}":["squared cjk unified ideograph-7533","u7533","japanese \u201Capplication\u201D button","ideograph","japanese","\u201Capplication\u201D","\u7533","japanese application button","chinese","kanji","orange square","\u7B26\u53F7","\u7533"],"\u{1F234}":["squared cjk unified ideograph-5408","u5408","japanese \u201Cpassing grade\u201D button","ideograph","japanese","\u201Cpassing grade\u201D","\u5408","japanese passing grade button","chinese","join","kanji","red square","\u7B26\u53F7","\u5408"],"\u{1F233}":["squared cjk unified ideograph-7a7a","u7a7a","japanese \u201Cvacancy\u201D button","ideograph","japanese","\u201Cvacancy\u201D","\u7A7A","japanese vacancy button","kanji","chinese","empty","sky","blue square","\u7B26\u53F7","\u7A7A\u7684"],"\u3297\uFE0F":["circled ideograph congratulation","congratulations","japanese \u201Ccongratulations\u201D button","ideograph","japanese","\u201Ccongratulations\u201D","\u795D","japanese congratulations button","chinese","kanji","red circle","\u795D"],"\u3299\uFE0F":["circled ideograph secret","secret","japanese \u201Csecret\u201D button","ideograph","japanese","\u201Csecret\u201D","\u79D8","japanese secret button","privacy","chinese","sshh","kanji","red circle","\u79D8"],"\u{1F23A}":["squared cjk unified ideograph-55b6","u55b6","japanese \u201Copen for business\u201D button","ideograph","japanese","\u201Copen for business\u201D","\u55B6","japanese open for business button","opening hours","orange square","\u7B26\u53F7","\u8425"],"\u{1F235}":["squared cjk unified ideograph-6e80","u6e80","japanese \u201Cno vacancy\u201D button","ideograph","japanese","\u201Cno vacancy\u201D","\u6E80","japanese no vacancy button","full","chinese","red square","kanji","\u7B26\u53F7","\u6EE1"],"\u{1F534}":["large red circle","red circle","circle","geometric","red","shape","error","danger","\u7B26\u53F7","\u5927\u7EA2\u8272\u5706\u5F62"],"\u{1F7E0}":["large orange circle","orange circle","circle","orange","\u7B26\u53F7","\u6A58\u8272\u5706\u5F62"],"\u{1F7E1}":["large yellow circle","yellow circle","circle","yellow","\u7B26\u53F7","\u9EC4\u8272\u5706\u5F62"],"\u{1F7E2}":["large green circle","green circle","circle","green","\u7B26\u53F7","\u7EFF\u8272\u5706\u5F62"],"\u{1F535}":["large blue circle","blue circle","blue","circle","geometric","shape","icon","button","\u7B26\u53F7","\u5927\u84DD\u8272\u5706\u5F62"],"\u{1F7E3}":["large purple circle","purple circle","circle","purple","\u7B26\u53F7","\u7D2B\u8272\u5706\u5F62"],"\u{1F7E4}":["large brown circle","brown circle","brown","circle","\u7B26\u53F7","\u8910\u8272\u5706\u5F62"],"\u26AB":["medium black circle","black circle","circle","geometric","shape","button","round","\u7B26\u53F7","\u9ED1\u8272\u5706\u5F62"],"\u26AA":["medium white circle","white circle","circle","geometric","shape","round","\u7B26\u53F7","\u767D\u8272\u5706\u5F62"],"\u{1F7E5}":["large red square","red square","red","square","\u7B26\u53F7","\u7EA2\u8272\u65B9\u5F62"],"\u{1F7E7}":["large orange square","orange square","orange","square","\u7B26\u53F7","\u6A58\u8272\u65B9\u5F62"],"\u{1F7E8}":["large yellow square","yellow square","square","yellow","\u7B26\u53F7","\u9EC4\u8272\u65B9\u5F62"],"\u{1F7E9}":["large green square","green square","green","square","\u7B26\u53F7","\u7EFF\u8272\u65B9\u5F62"],"\u{1F7E6}":["large blue square","blue square","blue","square","\u7B26\u53F7","\u84DD\u8272\u65B9\u5F62"],"\u{1F7EA}":["large purple square","purple square","purple","square","\u7B26\u53F7","\u7D2B\u8272\u65B9\u5F62"],"\u{1F7EB}":["large brown square","brown square","brown","square","\u7B26\u53F7","\u8910\u8272\u65B9\u5F62"],"\u2B1B":["black large square","geometric","square","shape","icon","button","\u7B26\u53F7","\u9ED1\u8272\u5927\u65B9\u5757"],"\u2B1C":["white large square","geometric","square","shape","icon","stone","button","\u7B26\u53F7","\u767D\u8272\u5927\u65B9\u5757"],"\u25FC\uFE0F":["black medium square","geometric","square","shape","button","icon","\u9ED1\u8272\u4E2D\u578B\u65B9\u5757"],"\u25FB\uFE0F":["white medium square","geometric","square","shape","stone","icon","\u767D\u8272\u4E2D\u578B\u65B9\u5757"],"\u25FE":["black medium small square","geometric","square","icon","shape","button","\u7B26\u53F7","\u9ED1\u8272\u4E2D\u5C0F\u578B\u65B9\u5757"],"\u25FD":["white medium small square","geometric","square","shape","stone","icon","button","\u7B26\u53F7","\u767D\u8272\u4E2D\u5C0F\u578B\u65B9\u5757"],"\u25AA\uFE0F":["black small square","geometric","square","shape","icon","\u9ED1\u8272\u5C0F\u56DB\u65B9\u5F62"],"\u25AB\uFE0F":["white small square","geometric","square","shape","icon","\u767D\u8272\u5C0F\u56DB\u65B9\u5F62"],"\u{1F536}":["large orange diamond","diamond","geometric","orange","shape","jewel","gem","\u7B26\u53F7","\u5927\u6A59\u8272\u83F1\u5F62"],"\u{1F537}":["large blue diamond","blue","diamond","geometric","shape","jewel","gem","\u7B26\u53F7","\u5927\u84DD\u8272\u83F1\u5F62"],"\u{1F538}":["small orange diamond","diamond","geometric","orange","shape","jewel","gem","\u7B26\u53F7","\u5C0F\u6A59\u8272\u83F1\u5F62"],"\u{1F539}":["small blue diamond","blue","diamond","geometric","shape","jewel","gem","\u7B26\u53F7","\u5C0F\u84DD\u8272\u83F1\u5F62"],"\u{1F53A}":["up pointing red triangle","small red triangle","red triangle pointed up","geometric","red","shape","direction","up","top","\u7B26\u53F7","\u5411\u4E0A\u7EA2\u8272\u4E09\u89D2"],"\u{1F53B}":["down pointing red triangle","small red triangle down","red triangle pointed down","down","geometric","red","shape","direction","bottom","\u7B26\u53F7","\u5411\u4E0B\u7EA2\u8272\u4E09\u89D2"],"\u{1F4A0}":["diamond shape with a dot inside","diamond with a dot","comic","diamond","geometric","inside","jewel","blue","gem","crystal","fancy","\u7B26\u53F7","\u83F1\u5F62\u52A0\u5706\u70B9"],"\u{1F518}":["radio button","button","geometric","radio","input","old","music","circle","\u7B26\u53F7","\u6309\u94AE"],"\u{1F533}":["white square button","button","geometric","outlined","square","shape","input","\u7B26\u53F7","\u767D\u8272\u65B9\u6309\u94AE"],"\u{1F532}":["black square button","button","geometric","square","shape","input","frame","\u7B26\u53F7","\u9ED1\u8272\u65B9\u6309\u94AE"],"\u{1F3C1}":["chequered flag","checkered flag","checkered","chequered","racing","contest","finishline","race","gokart","\u65D7\u5E1C","\u7EC8\u70B9\u65D7"],"\u{1F6A9}":["triangular flag on post","triangular flag","post","mark","milestone","place","\u65D7\u5E1C","\u4E09\u89D2\u65D7"],"\u{1F38C}":["crossed flags","celebration","cross","crossed","japanese","nation","country","border","\u65D7\u5E1C","\u7EAA\u5FF5\u65E5"],"\u{1F3F4}":["waving black flag","black flag","waving","pirate","\u65D7\u5E1C","\u9ED1\u65D7"],"\u{1F3F3}\uFE0F":["white flag","waving white flag","waving","losing","loser","lost","surrender","give up","fail","\u767D\u65D7"],"\u{1F3F3}\uFE0F\u200D\u{1F308}":["rainbow flag","pride","rainbow","flag","gay","lgbt","glbt","queer","homosexual","lesbian","bisexual","transgender","\u65D7\u5E1C","\u5F69\u8679\u65D7"],"\u{1F3F3}\uFE0F\u200D\u26A7\uFE0F":["transgender flag","flag","light blue","pink","transgender","white","lgbtq","\u65D7\u5E1C","\u8DE8\u6027\u522B\u65D7"],"\u{1F3F4}\u200D\u2620\uFE0F":["pirate flag","jolly roger","pirate","plunder","treasure","skull","crossbones","flag","banner","\u65D7\u5E1C","\u6D77\u76D7\u65D7"],"\u{1F1E6}\u{1F1E8}":["ascension island flag","flag ac","flag: ascension island","ac","flag","flag ascension island","\u65D7\u5E1C","\u65D7\u5B50","\u963F\u68EE\u677E\u5C9B"],"\u{1F1E6}\u{1F1E9}":["andorra flag","flag ad","flag: andorra","ad","flag","flag andorra","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5B89\u9053\u5C14"],"\u{1F1E6}\u{1F1EA}":["united arab emirates flag","flag ae","flag: united arab emirates","ae","flag","flag united arab emirates","united","arab","emirates","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u963F\u62C9\u4F2F\u8054\u5408\u5927\u516C\u56FD"],"\u{1F1E6}\u{1F1EB}":["afghanistan flag","flag af","flag: afghanistan","af","flag","flag afghanistan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u963F\u5BCC\u6C57"],"\u{1F1E6}\u{1F1EC}":["antigua & barbuda flag","flag ag","flag: antigua & barbuda","ag","flag","flag antigua barbuda","antigua","barbuda","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5B89\u5730\u5361\u53CA\u5DF4\u5E03\u8FBE"],"\u{1F1E6}\u{1F1EE}":["anguilla flag","flag ai","flag: anguilla","ai","flag","flag anguilla","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5B89\u594E\u62C9"],"\u{1F1E6}\u{1F1F1}":["albania flag","flag al","flag: albania","al","flag","flag albania","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u963F\u5C14\u5DF4\u5C3C\u4E9A"],"\u{1F1E6}\u{1F1F2}":["armenia flag","flag am","flag: armenia","am","flag","flag armenia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E9A\u7F8E\u5C3C\u4E9A"],"\u{1F1E6}\u{1F1F4}":["angola flag","flag ao","flag: angola","ao","flag","flag angola","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5B89\u54E5\u62C9"],"\u{1F1E6}\u{1F1F6}":["antarctica flag","flag aq","flag: antarctica","aq","flag","flag antarctica","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5357\u6781\u6D32"],"\u{1F1E6}\u{1F1F7}":["argentina flag","flag ar","flag: argentina","ar","flag","flag argentina","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u963F\u6839\u5EF7"],"\u{1F1E6}\u{1F1F8}":["american samoa flag","flag as","flag: american samoa","as","flag","flag american samoa","american","ws","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7F8E\u5C5E\u8428\u6469\u4E9A"],"\u{1F1E6}\u{1F1F9}":["austria flag","flag at","flag: austria","at","flag","flag austria","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5965\u5730\u5229"],"\u{1F1E6}\u{1F1FA}":["australia flag","flag au","flag: australia","au","flag","flag australia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6FB3\u6D32"],"\u{1F1E6}\u{1F1FC}":["aruba flag","flag aw","flag: aruba","aw","flag","flag aruba","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8377\u5C5E\u963F\u9C81\u5DF4"],"\u{1F1E6}\u{1F1FD}":["\xE5land islands flag","flag ax","flag: \xE5land islands","ax","flag","flag aland islands","\xE5land","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5965\u5170\u7FA4\u5C9B"],"\u{1F1E6}\u{1F1FF}":["azerbaijan flag","flag az","flag: azerbaijan","az","flag","flag azerbaijan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E9A\u585E\u62DC\u7136"],"\u{1F1E7}\u{1F1E6}":["bosnia & herzegovina flag","flag ba","flag: bosnia & herzegovina","ba","flag","flag bosnia herzegovina","bosnia","herzegovina","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CE2\u58EB\u5C3C\u4E9A\u4E0E\u8D6B\u585E\u54E5\u7EF4\u7EB3"],"\u{1F1E7}\u{1F1E7}":["barbados flag","flag bb","flag: barbados","bb","flag","flag barbados","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u8D1D\u591A"],"\u{1F1E7}\u{1F1E9}":["bangladesh flag","flag bd","flag: bangladesh","bd","flag","flag bangladesh","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5B5F\u52A0\u62C9"],"\u{1F1E7}\u{1F1EA}":["belgium flag","flag be","flag: belgium","be","flag","flag belgium","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6BD4\u5229\u65F6"],"\u{1F1E7}\u{1F1EB}":["burkina faso flag","flag bf","flag: burkina faso","bf","flag","flag burkina faso","burkina","faso","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5E03\u5409\u7EB3\u6CD5\u7D22"],"\u{1F1E7}\u{1F1EC}":["bulgaria flag","flag bg","flag: bulgaria","bg","flag","flag bulgaria","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4FDD\u52A0\u5229\u4E9A"],"\u{1F1E7}\u{1F1ED}":["bahrain flag","flag bh","flag: bahrain","bh","flag","flag bahrain","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u6797"],"\u{1F1E7}\u{1F1EE}":["burundi flag","flag bi","flag: burundi","bi","flag","flag burundi","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u84B2\u9686\u5730"],"\u{1F1E7}\u{1F1EF}":["benin flag","flag bj","flag: benin","bj","flag","flag benin","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8D1D\u5357"],"\u{1F1E7}\u{1F1F1}":["st. barth\xE9lemy flag","flag bl","flag: st. barth\xE9lemy","bl","flag","flag st barthelemy","saint","barth\xE9lemy","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u5DF4\u745F\u7C73"],"\u{1F1E7}\u{1F1F2}":["bermuda flag","flag bm","flag: bermuda","bm","flag","flag bermuda","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u767E\u6155\u8FBE"],"\u{1F1E7}\u{1F1F3}":["brunei flag","flag bn","flag: brunei","bn","flag","flag brunei","darussalam","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6C76\u83B1"],"\u{1F1E7}\u{1F1F4}":["bolivia flag","flag bo","flag: bolivia","bo","flag","flag bolivia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u73BB\u5229\u7EF4\u4E9A"],"\u{1F1E7}\u{1F1F6}":["caribbean netherlands flag","flag bq","flag: caribbean netherlands","bq","flag","flag caribbean netherlands","bonaire","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8377\u5170\u52A0\u52D2\u6BD4\u533A"],"\u{1F1E7}\u{1F1F7}":["brazil flag","flag br","flag: brazil","br","flag","flag brazil","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u897F"],"\u{1F1E7}\u{1F1F8}":["bahamas flag","flag bs","flag: bahamas","bs","flag","flag bahamas","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u54C8\u9A6C"],"\u{1F1E7}\u{1F1F9}":["bhutan flag","flag bt","flag: bhutan","bt","flag","flag bhutan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E0D\u4E39"],"\u{1F1E7}\u{1F1FB}":["bouvet island flag","flag bv","flag: bouvet island","bv","flag","flag bouvet island","\u65D7\u5E1C","\u65D7\u5B50","\u5E03\u5A01\u5C9B"],"\u{1F1E7}\u{1F1FC}":["botswana flag","flag bw","flag: botswana","bw","flag","flag botswana","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CE2\u672D\u90A3"],"\u{1F1E7}\u{1F1FE}":["belarus flag","flag by","flag: belarus","by","flag","flag belarus","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u767D\u4FC4\u7F57\u65AF"],"\u{1F1E7}\u{1F1FF}":["belize flag","flag bz","flag: belize","bz","flag","flag belize","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8D1D\u91CC\u65AF"],"\u{1F1E8}\u{1F1E6}":["canada flag","flag ca","flag: canada","ca","flag","flag canada","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u52A0\u62FF\u5927"],"\u{1F1E8}\u{1F1E8}":["cocos (keeling) islands flag","flag cc","flag: cocos (keeling) islands","cc","flag","flag cocos islands","cocos","keeling","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u79D1\u514B\u65AF\uFF08\u57FA\u7075\uFF09\u7FA4\u5C9B"],"\u{1F1E8}\u{1F1E9}":["congo - kinshasa flag","flag cd","flag: congo - kinshasa","cd","flag","flag congo kinshasa","congo","democratic","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u521A\u679C\uFF08\u91D1\u590F\u6C99\uFF09"],"\u{1F1E8}\u{1F1EB}":["central african republic flag","flag cf","flag: central african republic","cf","flag","flag central african republic","central","african","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E2D\u975E\u5171\u548C\u56FD"],"\u{1F1E8}\u{1F1EC}":["congo - brazzaville flag","flag cg","flag: congo - brazzaville","cg","flag","flag congo brazzaville","congo","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u521A\u679C\uFF08\u5E03\u62C9\u8428\uFF09"],"\u{1F1E8}\u{1F1ED}":["switzerland flag","flag ch","flag: switzerland","ch","flag","flag switzerland","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u745E\u58EB"],"\u{1F1E8}\u{1F1EE}":["c\xF4te d\u2019ivoire flag","flag ci","flag: c\xF4te d\u2019ivoire","ci","flag","flag cote d ivoire","ivory","coast","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8C61\u7259\u6D77\u5CB8"],"\u{1F1E8}\u{1F1F0}":["cook islands flag","flag ck","flag: cook islands","ck","flag","flag cook islands","cook","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5E93\u514B\u7FA4\u5C9B"],"\u{1F1E8}\u{1F1F1}":["chile flag","flag cl","flag: chile","cl","flag","flag chile","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u667A\u5229"],"\u{1F1E8}\u{1F1F2}":["cameroon flag","flag cm","flag: cameroon","cm","flag","flag cameroon","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5580\u9EA6\u9686"],"\u{1F1E8}\u{1F1F3}":["china flag","cn","flag cn","flag: china","flag","flag china","china","chinese","prc","country","nation","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E2D\u56FD"],"\u{1F1E8}\u{1F1F4}":["colombia flag","flag co","flag: colombia","co","flag","flag colombia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u54E5\u4F26\u6BD4\u4E9A"],"\u{1F1E8}\u{1F1F5}":["clipperton island flag","flag cp","flag: clipperton island","cp","flag","flag clipperton island","\u65D7\u5E1C","\u65D7\u5B50","\u514B\u91CC\u6D3E\u987F\u5C9B"],"\u{1F1E8}\u{1F1F7}":["costa rica flag","flag cr","flag: costa rica","cr","flag","flag costa rica","costa","rica","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u54E5\u65AF\u5927\u9ECE\u52A0"],"\u{1F1E8}\u{1F1FA}":["cuba flag","flag cu","flag: cuba","cu","flag","flag cuba","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u53E4\u5DF4"],"\u{1F1E8}\u{1F1FB}":["cape verde flag","flag cv","flag: cape verde","cv","flag","flag cape verde","cabo","verde","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7EF4\u5FB7\u89D2"],"\u{1F1E8}\u{1F1FC}":["cura\xE7ao flag","flag cw","flag: cura\xE7ao","cw","flag","flag curacao","cura\xE7ao","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5E93\u62C9\u7D22"],"\u{1F1E8}\u{1F1FD}":["christmas island flag","flag cx","flag: christmas island","cx","flag","flag christmas island","christmas","island","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u8BDE\u5C9B"],"\u{1F1E8}\u{1F1FE}":["cyprus flag","flag cy","flag: cyprus","cy","flag","flag cyprus","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8D5B\u666E\u52D2\u65AF"],"\u{1F1E8}\u{1F1FF}":["czechia flag","flag cz","flag: czechia","cz","flag","flag czechia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6377\u514B"],"\u{1F1E9}\u{1F1EA}":["germany flag","de","flag de","flag: germany","flag","flag germany","german","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5FB7\u56FD"],"\u{1F1E9}\u{1F1EC}":["diego garcia flag","flag dg","flag: diego garcia","dg","flag","flag diego garcia","\u65D7\u5E1C","\u65D7\u5B50","\u8FEA\u4E9A\u54E5\u52A0\u897F\u4E9A\u5C9B"],"\u{1F1E9}\u{1F1EF}":["djibouti flag","flag dj","flag: djibouti","dj","flag","flag djibouti","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5409\u5E03\u5730"],"\u{1F1E9}\u{1F1F0}":["denmark flag","flag dk","flag: denmark","dk","flag","flag denmark","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E39\u9EA6"],"\u{1F1E9}\u{1F1F2}":["dominica flag","flag dm","flag: dominica","dm","flag","flag dominica","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u591A\u7C73\u5C3C\u514B"],"\u{1F1E9}\u{1F1F4}":["dominican republic flag","flag do","flag: dominican republic","do","flag","flag dominican republic","dominican","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u591A\u660E\u5C3C\u52A0\u5171\u548C\u56FD"],"\u{1F1E9}\u{1F1FF}":["algeria flag","flag dz","flag: algeria","dz","flag","flag algeria","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u963F\u5C14\u53CA\u5229\u4E9A"],"\u{1F1EA}\u{1F1E6}":["ceuta & melilla flag","flag ea","flag: ceuta & melilla","ea","flag","flag ceuta melilla","\u65D7\u5E1C","\u65D7\u5B50","\u4F11\u8FBE\u4E0E\u6885\u5229\u5229\u4E9A"],"\u{1F1EA}\u{1F1E8}":["ecuador flag","flag ec","flag: ecuador","ec","flag","flag ecuador","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5384\u74DC\u591A"],"\u{1F1EA}\u{1F1EA}":["estonia flag","flag ee","flag: estonia","ee","flag","flag estonia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7231\u6C99\u5C3C\u4E9A"],"\u{1F1EA}\u{1F1EC}":["egypt flag","flag eg","flag: egypt","eg","flag","flag egypt","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u57C3\u53CA"],"\u{1F1EA}\u{1F1ED}":["western sahara flag","flag eh","flag: western sahara","eh","flag","flag western sahara","western","sahara","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u897F\u6492\u54C8\u62C9"],"\u{1F1EA}\u{1F1F7}":["eritrea flag","flag er","flag: eritrea","er","flag","flag eritrea","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5384\u5229\u5782\u4E9A"],"\u{1F1EA}\u{1F1F8}":["spain flag","es","flag es","flag: spain","flag","flag spain","spain","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u897F\u73ED\u7259"],"\u{1F1EA}\u{1F1F9}":["ethiopia flag","flag et","flag: ethiopia","et","flag","flag ethiopia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8863\u7D22\u6BD4\u4E9A"],"\u{1F1EA}\u{1F1FA}":["european union flag","flag eu","flag: european union","eu","flag","flag european union","european","union","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6B27\u76DF"],"\u{1F1EB}\u{1F1EE}":["finland flag","flag fi","flag: finland","fi","flag","flag finland","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u82AC\u5170"],"\u{1F1EB}\u{1F1EF}":["fiji flag","flag fj","flag: fiji","fj","flag","flag fiji","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6590\u6D4E"],"\u{1F1EB}\u{1F1F0}":["falkland islands flag","flag fk","flag: falkland islands","fk","flag","flag falkland islands","falkland","islands","malvinas","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u798F\u514B\u5170\u7FA4\u5C9B"],"\u{1F1EB}\u{1F1F2}":["micronesia flag","flag fm","flag: micronesia","fm","flag","flag micronesia","micronesia,","federated","states","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5BC6\u514B\u7F57\u5C3C\u897F\u4E9A"],"\u{1F1EB}\u{1F1F4}":["faroe islands flag","flag fo","flag: faroe islands","fo","flag","flag faroe islands","faroe","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CD5\u7F57\u7FA4\u5C9B"],"\u{1F1EB}\u{1F1F7}":["france flag","fr","flag fr","flag: france","flag","flag france","banner","nation","france","french","country","\u65D7\u5E1C","\u65D7\u5B50","\u6CD5\u56FD"],"\u{1F1EC}\u{1F1E6}":["gabon flag","flag ga","flag: gabon","ga","flag","flag gabon","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u52A0\u5F6D"],"\u{1F1EC}\u{1F1E7}":["united kingdom flag","gb","uk","flag gb","flag: united kingdom","flag","flag united kingdom","united","kingdom","great","britain","northern","ireland","nation","country","banner","british","english","england","union jack","\u65D7\u5E1C","\u65D7\u5B50","\u82F1\u56FD"],"\u{1F1EC}\u{1F1E9}":["grenada flag","flag gd","flag: grenada","gd","flag","flag grenada","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u683C\u745E\u90A3\u8FBE"],"\u{1F1EC}\u{1F1EA}":["georgia flag","flag ge","flag: georgia","ge","flag","flag georgia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E54\u6CBB\u4E9A"],"\u{1F1EC}\u{1F1EB}":["french guiana flag","flag gf","flag: french guiana","gf","flag","flag french guiana","french","guiana","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CD5\u5C5E\u572D\u4E9A\u90A3"],"\u{1F1EC}\u{1F1EC}":["guernsey flag","flag gg","flag: guernsey","gg","flag","flag guernsey","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6839\u606F"],"\u{1F1EC}\u{1F1ED}":["ghana flag","flag gh","flag: ghana","gh","flag","flag ghana","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8FE6\u7EB3"],"\u{1F1EC}\u{1F1EE}":["gibraltar flag","flag gi","flag: gibraltar","gi","flag","flag gibraltar","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u76F4\u5E03\u7F57\u9640"],"\u{1F1EC}\u{1F1F1}":["greenland flag","flag gl","flag: greenland","gl","flag","flag greenland","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u683C\u9675\u5170"],"\u{1F1EC}\u{1F1F2}":["gambia flag","flag gm","flag: gambia","gm","flag","flag gambia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7518\u6BD4\u4E9A"],"\u{1F1EC}\u{1F1F3}":["guinea flag","flag gn","flag: guinea","gn","flag","flag guinea","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u51E0\u5185\u4E9A"],"\u{1F1EC}\u{1F1F5}":["guadeloupe flag","flag gp","flag: guadeloupe","gp","flag","flag guadeloupe","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u74DC\u5730\u6D1B\u666E"],"\u{1F1EC}\u{1F1F6}":["equatorial guinea flag","flag gq","flag: equatorial guinea","gq","flag","flag equatorial guinea","equatorial","gn","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8D64\u9053\u51E0\u5185\u4E9A"],"\u{1F1EC}\u{1F1F7}":["greece flag","flag gr","flag: greece","gr","flag","flag greece","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5E0C\u814A"],"\u{1F1EC}\u{1F1F8}":["south georgia & south sandwich islands flag","flag gs","flag: south georgia & south sandwich islands","gs","flag","flag south georgia south sandwich islands","south","georgia","sandwich","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5357\u4E54\u6CBB\u4E9A\u4E0E\u5357\u4E09\u660E\u6CBB\u7FA4\u5C9B"],"\u{1F1EC}\u{1F1F9}":["guatemala flag","flag gt","flag: guatemala","gt","flag","flag guatemala","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u74DC\u5730\u9A6C\u62C9"],"\u{1F1EC}\u{1F1FA}":["guam flag","flag gu","flag: guam","gu","flag","flag guam","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5173\u5C9B"],"\u{1F1EC}\u{1F1FC}":["guinea bissau flag","flag gw","flag: guinea bissau","gw","flag","flag guinea bissau","bissau","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u51E0\u5185\u4E9A\u6BD4\u7D22"],"\u{1F1EC}\u{1F1FE}":["guyana flag","flag gy","flag: guyana","gy","flag","flag guyana","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u76D6\u4E9A\u90A3"],"\u{1F1ED}\u{1F1F0}":["hong kong sar china flag","flag hk","flag: hong kong sar china","hk","flag","flag hong kong sar china","hong","kong","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E2D\u56FD\u9999\u6E2F\u7279\u522B\u884C\u653F\u533A"],"\u{1F1ED}\u{1F1F2}":["heard & mcdonald islands flag","flag hm","flag: heard & mcdonald islands","hm","flag","flag heard mcdonald islands","\u65D7\u5E1C","\u65D7\u5B50","\u8D6B\u5FB7\u5C9B\u53CA\u9EA6\u5510\u7EB3\u7FA4\u5C9B"],"\u{1F1ED}\u{1F1F3}":["honduras flag","flag hn","flag: honduras","hn","flag","flag honduras","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5B8F\u90FD\u62C9\u65AF"],"\u{1F1ED}\u{1F1F7}":["croatia flag","flag hr","flag: croatia","hr","flag","flag croatia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u514B\u7F57\u57C3\u897F\u4E9A"],"\u{1F1ED}\u{1F1F9}":["haiti flag","flag ht","flag: haiti","ht","flag","flag haiti","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6D77\u5730"],"\u{1F1ED}\u{1F1FA}":["hungary flag","flag hu","flag: hungary","hu","flag","flag hungary","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5308\u7259\u5229"],"\u{1F1EE}\u{1F1E8}":["canary islands flag","flag ic","flag: canary islands","ic","flag","flag canary islands","canary","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u52A0\u90A3\u5229\u7FA4\u5C9B"],"\u{1F1EE}\u{1F1E9}":["indonesia flag","flag id","flag: indonesia","id","flag","flag indonesia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5370\u5C3C"],"\u{1F1EE}\u{1F1EA}":["ireland flag","flag ie","flag: ireland","ie","flag","flag ireland","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7231\u5C14\u5170"],"\u{1F1EE}\u{1F1F1}":["israel flag","flag il","flag: israel","il","flag","flag israel","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4EE5\u8272\u5217"],"\u{1F1EE}\u{1F1F2}":["isle of man flag","flag im","flag: isle of man","im","flag","flag isle of man","isle","man","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u66FC\u5C9B"],"\u{1F1EE}\u{1F1F3}":["india flag","flag in","flag: india","in","flag","flag india","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5370\u5EA6"],"\u{1F1EE}\u{1F1F4}":["british indian ocean territory flag","flag io","flag: british indian ocean territory","io","flag","flag british indian ocean territory","british","indian","ocean","territory","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u82F1\u5C5E\u5370\u5EA6\u6D0B\u9886\u5730"],"\u{1F1EE}\u{1F1F6}":["iraq flag","flag iq","flag: iraq","iq","flag","flag iraq","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4F0A\u62C9\u514B"],"\u{1F1EE}\u{1F1F7}":["iran flag","flag ir","flag: iran","ir","flag","flag iran","iran,","islamic","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4F0A\u6717"],"\u{1F1EE}\u{1F1F8}":["iceland flag","flag is","flag: iceland","is","flag","flag iceland","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u51B0\u5C9B"],"\u{1F1EE}\u{1F1F9}":["italy flag","it","flag it","flag: italy","flag","flag italy","italy","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E49\u5927\u5229"],"\u{1F1EF}\u{1F1EA}":["jersey flag","flag je","flag: jersey","je","flag","flag jersey","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CFD\u897F\u5C9B"],"\u{1F1EF}\u{1F1F2}":["jamaica flag","flag jm","flag: jamaica","jm","flag","flag jamaica","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7259\u4E70\u52A0"],"\u{1F1EF}\u{1F1F4}":["jordan flag","flag jo","flag: jordan","jo","flag","flag jordan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7EA6\u65E6"],"\u{1F1EF}\u{1F1F5}":["japan flag","jp","flag jp","flag: japan","flag","flag japan","japanese","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u65E5\u672C"],"\u{1F1F0}\u{1F1EA}":["kenya flag","flag ke","flag: kenya","ke","flag","flag kenya","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u80AF\u4E9A"],"\u{1F1F0}\u{1F1EC}":["kyrgyzstan flag","flag kg","flag: kyrgyzstan","kg","flag","flag kyrgyzstan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5409\u5C14\u5409\u65AF"],"\u{1F1F0}\u{1F1ED}":["cambodia flag","flag kh","flag: cambodia","kh","flag","flag cambodia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u67EC\u57D4\u5BE8"],"\u{1F1F0}\u{1F1EE}":["kiribati flag","flag ki","flag: kiribati","ki","flag","flag kiribati","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5409\u91CC\u5DF4\u65AF"],"\u{1F1F0}\u{1F1F2}":["comoros flag","flag km","flag: comoros","km","flag","flag comoros","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u845B\u6469"],"\u{1F1F0}\u{1F1F3}":["st. kitts & nevis flag","flag kn","flag: st. kitts & nevis","kn","flag","flag st kitts nevis","saint","kitts","nevis","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u514B\u91CC\u65AF\u591A\u798F\u53CA\u5C3C\u7EF4\u65AF"],"\u{1F1F0}\u{1F1F5}":["north korea flag","flag kp","flag: north korea","kp","flag","flag north korea","north","korea","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5317\u97E9"],"\u{1F1F0}\u{1F1F7}":["south korea flag","kr","flag kr","flag: south korea","flag","flag south korea","south","korea","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5357\u97E9"],"\u{1F1F0}\u{1F1FC}":["kuwait flag","flag kw","flag: kuwait","kw","flag","flag kuwait","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u79D1\u5A01\u7279"],"\u{1F1F0}\u{1F1FE}":["cayman islands flag","flag ky","flag: cayman islands","ky","flag","flag cayman islands","cayman","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5F00\u66FC\u7FA4\u5C9B"],"\u{1F1F0}\u{1F1FF}":["kazakhstan flag","flag kz","flag: kazakhstan","kz","flag","flag kazakhstan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u54C8\u8428\u514B"],"\u{1F1F1}\u{1F1E6}":["laos flag","flag la","flag: laos","la","flag","flag laos","lao","democratic","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5BEE\u56FD"],"\u{1F1F1}\u{1F1E7}":["lebanon flag","flag lb","flag: lebanon","lb","flag","flag lebanon","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9ECE\u5DF4\u5AE9"],"\u{1F1F1}\u{1F1E8}":["st. lucia flag","flag lc","flag: st. lucia","lc","flag","flag st lucia","saint","lucia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u9732\u897F\u4E9A"],"\u{1F1F1}\u{1F1EE}":["liechtenstein flag","flag li","flag: liechtenstein","li","flag","flag liechtenstein","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5217\u652F\u6566\u65AF\u767B"],"\u{1F1F1}\u{1F1F0}":["sri lanka flag","flag lk","flag: sri lanka","lk","flag","flag sri lanka","sri","lanka","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u65AF\u91CC\u5170\u5361"],"\u{1F1F1}\u{1F1F7}":["liberia flag","flag lr","flag: liberia","lr","flag","flag liberia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8D56\u6BD4\u745E\u4E9A"],"\u{1F1F1}\u{1F1F8}":["lesotho flag","flag ls","flag: lesotho","ls","flag","flag lesotho","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8D56\u7D22\u6258"],"\u{1F1F1}\u{1F1F9}":["lithuania flag","flag lt","flag: lithuania","lt","flag","flag lithuania","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7ACB\u9676\u5B9B"],"\u{1F1F1}\u{1F1FA}":["luxembourg flag","flag lu","flag: luxembourg","lu","flag","flag luxembourg","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5362\u68EE\u5821"],"\u{1F1F1}\u{1F1FB}":["latvia flag","flag lv","flag: latvia","lv","flag","flag latvia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u62C9\u8131\u7EF4\u4E9A"],"\u{1F1F1}\u{1F1FE}":["libya flag","flag ly","flag: libya","ly","flag","flag libya","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5229\u6BD4\u4E9A"],"\u{1F1F2}\u{1F1E6}":["morocco flag","flag ma","flag: morocco","ma","flag","flag morocco","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6469\u6D1B\u54E5"],"\u{1F1F2}\u{1F1E8}":["monaco flag","flag mc","flag: monaco","mc","flag","flag monaco","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6469\u7EB3\u54E5"],"\u{1F1F2}\u{1F1E9}":["moldova flag","flag md","flag: moldova","md","flag","flag moldova","moldova,","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6469\u5C14\u591A\u74E6"],"\u{1F1F2}\u{1F1EA}":["montenegro flag","flag me","flag: montenegro","me","flag","flag montenegro","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8499\u7279\u5185\u54E5\u7F57"],"\u{1F1F2}\u{1F1EB}":["st. martin flag","flag mf","flag: st. martin","mf","flag","flag st martin","\u65D7\u5E1C","\u65D7\u5B50","\u6CD5\u5C5E\u5723\u9A6C\u4E01"],"\u{1F1F2}\u{1F1EC}":["madagascar flag","flag mg","flag: madagascar","mg","flag","flag madagascar","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u8FBE\u52A0\u65AF\u52A0"],"\u{1F1F2}\u{1F1ED}":["marshall islands flag","flag mh","flag: marshall islands","mh","flag","flag marshall islands","marshall","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u7ECD\u5C14\u7FA4\u5C9B"],"\u{1F1F2}\u{1F1F0}":["north macedonia flag","flag mk","flag: north macedonia","mk","flag","flag north macedonia","macedonia,","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5317\u9A6C\u5176\u987F"],"\u{1F1F2}\u{1F1F1}":["mali flag","flag ml","flag: mali","ml","flag","flag mali","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u5229"],"\u{1F1F2}\u{1F1F2}":["myanmar (burma) flag","flag mm","flag: myanmar (burma)","mm","flag","flag myanmar","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7F05\u7538"],"\u{1F1F2}\u{1F1F3}":["mongolia flag","flag mn","flag: mongolia","mn","flag","flag mongolia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8499\u53E4"],"\u{1F1F2}\u{1F1F4}":["macao sar china flag","flag mo","flag: macao sar china","mo","flag","flag macao sar china","macao","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E2D\u56FD\u6FB3\u95E8\u7279\u522B\u884C\u653F\u533A"],"\u{1F1F2}\u{1F1F5}":["northern mariana islands flag","flag mp","flag: northern mariana islands","mp","flag","flag northern mariana islands","northern","mariana","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5317\u9A6C\u5229\u5B89\u7EB3\u7FA4\u5C9B"],"\u{1F1F2}\u{1F1F6}":["martinique flag","flag mq","flag: martinique","mq","flag","flag martinique","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u4E01\u5C3C\u514B"],"\u{1F1F2}\u{1F1F7}":["mauritania flag","flag mr","flag: mauritania","mr","flag","flag mauritania","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8305\u5229\u5854\u5C3C\u4E9A"],"\u{1F1F2}\u{1F1F8}":["montserrat flag","flag ms","flag: montserrat","ms","flag","flag montserrat","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8499\u54F2\u814A"],"\u{1F1F2}\u{1F1F9}":["malta flag","flag mt","flag: malta","mt","flag","flag malta","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u5C14\u4ED6"],"\u{1F1F2}\u{1F1FA}":["mauritius flag","flag mu","flag: mauritius","mu","flag","flag mauritius","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6A21\u91CC\u897F\u65AF"],"\u{1F1F2}\u{1F1FB}":["maldives flag","flag mv","flag: maldives","mv","flag","flag maldives","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u5C14\u5730\u592B"],"\u{1F1F2}\u{1F1FC}":["malawi flag","flag mw","flag: malawi","mw","flag","flag malawi","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u62C9\u5A01"],"\u{1F1F2}\u{1F1FD}":["mexico flag","flag mx","flag: mexico","mx","flag","flag mexico","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u58A8\u897F\u54E5"],"\u{1F1F2}\u{1F1FE}":["malaysia flag","flag my","flag: malaysia","my","flag","flag malaysia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u6765\u897F\u4E9A"],"\u{1F1F2}\u{1F1FF}":["mozambique flag","flag mz","flag: mozambique","mz","flag","flag mozambique","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u83AB\u4E09\u6BD4\u514B"],"\u{1F1F3}\u{1F1E6}":["namibia flag","flag na","flag: namibia","na","flag","flag namibia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7EB3\u7C73\u6BD4\u4E9A"],"\u{1F1F3}\u{1F1E8}":["new caledonia flag","flag nc","flag: new caledonia","nc","flag","flag new caledonia","new","caledonia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u65B0\u5580\u91CC\u591A\u5C3C\u4E9A"],"\u{1F1F3}\u{1F1EA}":["niger flag","flag ne","flag: niger","ne","flag","flag niger","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5C3C\u65E5"],"\u{1F1F3}\u{1F1EB}":["norfolk island flag","flag nf","flag: norfolk island","nf","flag","flag norfolk island","norfolk","island","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8BFA\u798F\u514B\u5C9B"],"\u{1F1F3}\u{1F1EC}":["nigeria flag","flag ng","flag: nigeria","ng","flag","flag nigeria","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5948\u53CA\u5229\u4E9A"],"\u{1F1F3}\u{1F1EE}":["nicaragua flag","flag ni","flag: nicaragua","ni","flag","flag nicaragua","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5C3C\u52A0\u62C9\u74DC"],"\u{1F1F3}\u{1F1F1}":["netherlands flag","flag nl","flag: netherlands","nl","flag","flag netherlands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8377\u5170"],"\u{1F1F3}\u{1F1F4}":["norway flag","flag no","flag: norway","no","flag","flag norway","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u632A\u5A01"],"\u{1F1F3}\u{1F1F5}":["nepal flag","flag np","flag: nepal","np","flag","flag nepal","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5C3C\u6CCA\u5C14"],"\u{1F1F3}\u{1F1F7}":["nauru flag","flag nr","flag: nauru","nr","flag","flag nauru","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8BFA\u9C81"],"\u{1F1F3}\u{1F1FA}":["niue flag","flag nu","flag: niue","nu","flag","flag niue","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7EBD\u57C3\u5C9B"],"\u{1F1F3}\u{1F1FF}":["new zealand flag","flag nz","flag: new zealand","nz","flag","flag new zealand","new","zealand","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7EBD\u897F\u5170"],"\u{1F1F4}\u{1F1F2}":["oman flag","flag om","flag: oman","om","flag","flag oman","om symbol","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u963F\u66FC"],"\u{1F1F5}\u{1F1E6}":["panama flag","flag pa","flag: panama","pa","flag","flag panama","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u62FF\u9A6C"],"\u{1F1F5}\u{1F1EA}":["peru flag","flag pe","flag: peru","pe","flag","flag peru","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u79D8\u9C81"],"\u{1F1F5}\u{1F1EB}":["french polynesia flag","flag pf","flag: french polynesia","pf","flag","flag french polynesia","french","polynesia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CD5\u5C5E\u73BB\u91CC\u5C3C\u897F\u4E9A"],"\u{1F1F5}\u{1F1EC}":["papua new guinea flag","flag pg","flag: papua new guinea","pg","flag","flag papua new guinea","papua","new","guinea","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u5E03\u4E9A\u7EBD\u51E0\u5185\u4E9A"],"\u{1F1F5}\u{1F1ED}":["philippines flag","flag ph","flag: philippines","ph","flag","flag philippines","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u83F2\u5F8B\u5BBE"],"\u{1F1F5}\u{1F1F0}":["pakistan flag","flag pk","flag: pakistan","pk","flag","flag pakistan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u57FA\u65AF\u5766"],"\u{1F1F5}\u{1F1F1}":["poland flag","flag pl","flag: poland","pl","flag","flag poland","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CE2\u5170"],"\u{1F1F5}\u{1F1F2}":["st. pierre & miquelon flag","flag pm","flag: st. pierre & miquelon","pm","flag","flag st pierre miquelon","saint","pierre","miquelon","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u76AE\u57C3\u4E0E\u5BC6\u514B\u9686\u7FA4\u5C9B"],"\u{1F1F5}\u{1F1F3}":["pitcairn islands flag","flag pn","flag: pitcairn islands","pn","flag","flag pitcairn islands","pitcairn","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u76AE\u7279\u80AF\u7FA4\u5C9B"],"\u{1F1F5}\u{1F1F7}":["puerto rico flag","flag pr","flag: puerto rico","pr","flag","flag puerto rico","puerto","rico","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CE2\u591A\u9ECE\u5404"],"\u{1F1F5}\u{1F1F8}":["palestinian territories flag","flag ps","flag: palestinian territories","ps","flag","flag palestinian territories","palestine","palestinian","territories","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u52D2\u65AF\u5766\u81EA\u6CBB\u533A"],"\u{1F1F5}\u{1F1F9}":["portugal flag","flag pt","flag: portugal","pt","flag","flag portugal","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8461\u8404\u7259"],"\u{1F1F5}\u{1F1FC}":["palau flag","flag pw","flag: palau","pw","flag","flag palau","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5E1B\u7409"],"\u{1F1F5}\u{1F1FE}":["paraguay flag","flag py","flag: paraguay","py","flag","flag paraguay","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u62C9\u572D"],"\u{1F1F6}\u{1F1E6}":["qatar flag","flag qa","flag: qatar","qa","flag","flag qatar","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5361\u8FBE"],"\u{1F1F7}\u{1F1EA}":["r\xE9union flag","flag re","flag: r\xE9union","re","flag","flag reunion","r\xE9union","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7559\u5C3C\u65FA"],"\u{1F1F7}\u{1F1F4}":["romania flag","flag ro","flag: romania","ro","flag","flag romania","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7F57\u9A6C\u5C3C\u4E9A"],"\u{1F1F7}\u{1F1F8}":["serbia flag","flag rs","flag: serbia","rs","flag","flag serbia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u585E\u5C14\u7EF4\u4E9A"],"\u{1F1F7}\u{1F1FA}":["russia flag","ru","flag ru","flag: russia","flag","flag russia","russian","federation","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4FC4\u7F57\u65AF"],"\u{1F1F7}\u{1F1FC}":["rwanda flag","flag rw","flag: rwanda","rw","flag","flag rwanda","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5362\u5B89\u8FBE"],"\u{1F1F8}\u{1F1E6}":["saudi arabia flag","flag sa","flag: saudi arabia","sa","flag","flag saudi arabia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6C99\u4E4C\u5730\u963F\u62C9\u4F2F"],"\u{1F1F8}\u{1F1E7}":["solomon islands flag","flag sb","flag: solomon islands","sb","flag","flag solomon islands","solomon","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7D22\u7F57\u95E8\u7FA4\u5C9B"],"\u{1F1F8}\u{1F1E8}":["seychelles flag","flag sc","flag: seychelles","sc","flag","flag seychelles","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u585E\u5E2D\u5C14"],"\u{1F1F8}\u{1F1E9}":["sudan flag","flag sd","flag: sudan","sd","flag","flag sudan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u82CF\u4E39"],"\u{1F1F8}\u{1F1EA}":["sweden flag","flag se","flag: sweden","se","flag","flag sweden","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u745E\u5178"],"\u{1F1F8}\u{1F1EC}":["singapore flag","flag sg","flag: singapore","sg","flag","flag singapore","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u65B0\u52A0\u5761"],"\u{1F1F8}\u{1F1ED}":["st. helena flag","flag sh","flag: st. helena","sh","flag","flag st helena","saint","helena","ascension","tristan","cunha","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u8D6B\u52D2\u62FF\u5C9B"],"\u{1F1F8}\u{1F1EE}":["slovenia flag","flag si","flag: slovenia","si","flag","flag slovenia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u65AF\u6D1B\u7EF4\u5C3C\u4E9A"],"\u{1F1F8}\u{1F1EF}":["svalbard & jan mayen flag","flag sj","flag: svalbard & jan mayen","sj","flag","flag svalbard jan mayen","\u65D7\u5E1C","\u65D7\u5B50","\u632A\u5A01\u5C5E\u65AF\u74E6\u5DF4\u53CA\u5C16\u68C9"],"\u{1F1F8}\u{1F1F0}":["slovakia flag","flag sk","flag: slovakia","sk","flag","flag slovakia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u65AF\u6D1B\u4F10\u514B"],"\u{1F1F8}\u{1F1F1}":["sierra leone flag","flag sl","flag: sierra leone","sl","flag","flag sierra leone","sierra","leone","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u72EE\u5B50\u5C71"],"\u{1F1F8}\u{1F1F2}":["san marino flag","flag sm","flag: san marino","sm","flag","flag san marino","san","marino","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u9A6C\u5229\u8BFA"],"\u{1F1F8}\u{1F1F3}":["senegal flag","flag sn","flag: senegal","sn","flag","flag senegal","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u585E\u5185\u52A0\u5C14"],"\u{1F1F8}\u{1F1F4}":["somalia flag","flag so","flag: somalia","so","flag","flag somalia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7D22\u9A6C\u5229\u4E9A"],"\u{1F1F8}\u{1F1F7}":["suriname flag","flag sr","flag: suriname","sr","flag","flag suriname","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u82CF\u5229\u5357"],"\u{1F1F8}\u{1F1F8}":["south sudan flag","flag ss","flag: south sudan","ss","flag","flag south sudan","south","sd","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5357\u82CF\u4E39"],"\u{1F1F8}\u{1F1F9}":["s\xE3o tom\xE9 & pr\xEDncipe flag","flag st","flag: s\xE3o tom\xE9 & pr\xEDncipe","st","flag","flag sao tome principe","sao","tome","principe","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u591A\u7F8E\u666E\u6797\u897F\u6BD4"],"\u{1F1F8}\u{1F1FB}":["el salvador flag","flag sv","flag: el salvador","sv","flag","flag el salvador","el","salvador","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8428\u5C14\u74E6\u591A"],"\u{1F1F8}\u{1F1FD}":["sint maarten flag","flag sx","flag: sint maarten","sx","flag","flag sint maarten","sint","maarten","dutch","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8377\u5C5E\u5723\u9A6C\u4E01"],"\u{1F1F8}\u{1F1FE}":["syria flag","flag sy","flag: syria","sy","flag","flag syria","syrian","arab","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u53D9\u5229\u4E9A"],"\u{1F1F8}\u{1F1FF}":["eswatini flag","flag sz","flag: eswatini","sz","flag","flag eswatini","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u53F2\u74E6\u5E1D\u5C3C"],"\u{1F1F9}\u{1F1E6}":["tristan da cunha flag","flag ta","flag: tristan da cunha","ta","flag","flag tristan da cunha","\u65D7\u5E1C","\u65D7\u5B50","\u7279\u91CC\u65AF\u5766\u8FBE\u5E93\u5C3C\u4E9A\u7FA4\u5C9B"],"\u{1F1F9}\u{1F1E8}":["turks & caicos islands flag","flag tc","flag: turks & caicos islands","tc","flag","flag turks caicos islands","turks","caicos","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u571F\u514B\u65AF\u53CA\u5F00\u79D1\u65AF\u7FA4\u5C9B"],"\u{1F1F9}\u{1F1E9}":["chad flag","flag td","flag: chad","td","flag","flag chad","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u67E5\u5FB7"],"\u{1F1F9}\u{1F1EB}":["french southern territories flag","flag tf","flag: french southern territories","tf","flag","flag french southern territories","french","southern","territories","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CD5\u5C5E\u5357\u90E8\u5C5E\u5730"],"\u{1F1F9}\u{1F1EC}":["togo flag","flag tg","flag: togo","tg","flag","flag togo","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u591A\u54E5"],"\u{1F1F9}\u{1F1ED}":["thailand flag","flag th","flag: thailand","th","flag","flag thailand","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CF0\u56FD"],"\u{1F1F9}\u{1F1EF}":["tajikistan flag","flag tj","flag: tajikistan","tj","flag","flag tajikistan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5854\u5409\u514B"],"\u{1F1F9}\u{1F1F0}":["tokelau flag","flag tk","flag: tokelau","tk","flag","flag tokelau","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6258\u514B\u52B3\u7FA4\u5C9B"],"\u{1F1F9}\u{1F1F1}":["timor leste flag","flag tl","flag: timor leste","tl","flag","flag timor leste","timor","leste","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E1C\u5E1D\u6C76"],"\u{1F1F9}\u{1F1F2}":["turkmenistan flag","flag tm","flag: turkmenistan","tm","flag","flag turkmenistan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u571F\u5E93\u66FC"],"\u{1F1F9}\u{1F1F3}":["tunisia flag","flag tn","flag: tunisia","tn","flag","flag tunisia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7A81\u5C3C\u897F\u4E9A"],"\u{1F1F9}\u{1F1F4}":["tonga flag","flag to","flag: tonga","to","flag","flag tonga","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E1C\u52A0"],"\u{1F1F9}\u{1F1F7}":["turkey flag","flag tr","flag: turkey","tr","flag","flag turkey","turkey","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u571F\u8033\u5176"],"\u{1F1F9}\u{1F1F9}":["trinidad & tobago flag","flag tt","flag: trinidad & tobago","tt","flag","flag trinidad tobago","trinidad","tobago","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5343\u91CC\u8FBE\u53CA\u6258\u5DF4\u54E5"],"\u{1F1F9}\u{1F1FB}":["tuvalu flag","flag tv","flag: tuvalu","tv","flag","flag tuvalu","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5410\u74E6\u9C81"],"\u{1F1F9}\u{1F1FC}":["taiwan flag","flag tw","flag: taiwan","tw","flag","flag taiwan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u53F0\u6E7E"],"\u{1F1F9}\u{1F1FF}":["tanzania flag","flag tz","flag: tanzania","tz","flag","flag tanzania","tanzania,","united","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5766\u5C1A\u5C3C\u4E9A"],"\u{1F1FA}\u{1F1E6}":["ukraine flag","flag ua","flag: ukraine","ua","flag","flag ukraine","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E4C\u514B\u5170"],"\u{1F1FA}\u{1F1EC}":["uganda flag","flag ug","flag: uganda","ug","flag","flag uganda","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E4C\u5E72\u8FBE"],"\u{1F1FA}\u{1F1F2}":["u.s. outlying islands flag","flag um","flag: u.s. outlying islands","um","flag","flag u s outlying islands","\u65D7\u5E1C","\u65D7\u5B50","\u7F8E\u56FD\u672C\u571F\u5916\u5C0F\u5C9B\u5C7F"],"\u{1F1FA}\u{1F1F3}":["united nations flag","flag un","flag: united nations","un","flag","flag united nations","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8054\u5408\u56FD"],"\u{1F1FA}\u{1F1F8}":["united states flag","us","flag us","flag: united states","flag","flag united states","united","states","america","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7F8E\u56FD"],"\u{1F1FA}\u{1F1FE}":["uruguay flag","flag uy","flag: uruguay","uy","flag","flag uruguay","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E4C\u62C9\u572D"],"\u{1F1FA}\u{1F1FF}":["uzbekistan flag","flag uz","flag: uzbekistan","uz","flag","flag uzbekistan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E4C\u5179\u522B\u514B"],"\u{1F1FB}\u{1F1E6}":["vatican city flag","flag va","flag: vatican city","va","flag","flag vatican city","vatican","city","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u68B5\u8482\u5188"],"\u{1F1FB}\u{1F1E8}":["st. vincent & grenadines flag","flag vc","flag: st. vincent & grenadines","vc","flag","flag st vincent grenadines","saint","vincent","grenadines","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u6587\u68EE\u53CA\u683C\u745E\u90A3\u4E01"],"\u{1F1FB}\u{1F1EA}":["venezuela flag","flag ve","flag: venezuela","ve","flag","flag venezuela","bolivarian","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u59D4\u5185\u745E\u62C9"],"\u{1F1FB}\u{1F1EC}":["british virgin islands flag","flag vg","flag: british virgin islands","vg","flag","flag british virgin islands","british","virgin","islands","bvi","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u82F1\u5C5E\u7EF4\u4EAC\u7FA4\u5C9B"],"\u{1F1FB}\u{1F1EE}":["u.s. virgin islands flag","flag vi","flag: u.s. virgin islands","vi","flag","flag u s virgin islands","virgin","islands","us","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7F8E\u5C5E\u7EF4\u4EAC\u7FA4\u5C9B"],"\u{1F1FB}\u{1F1F3}":["vietnam flag","flag vn","flag: vietnam","vn","flag","flag vietnam","viet","nam","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8D8A\u5357"],"\u{1F1FB}\u{1F1FA}":["vanuatu flag","flag vu","flag: vanuatu","vu","flag","flag vanuatu","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E07\u90A3\u675C"],"\u{1F1FC}\u{1F1EB}":["wallis & futuna flag","flag wf","flag: wallis & futuna","wf","flag","flag wallis futuna","wallis","futuna","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u74E6\u5229\u65AF\u7FA4\u5C9B\u548C\u5BCC\u56FE\u90A3\u7FA4\u5C9B"],"\u{1F1FC}\u{1F1F8}":["samoa flag","flag ws","flag: samoa","ws","flag","flag samoa","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8428\u6469\u4E9A"],"\u{1F1FD}\u{1F1F0}":["kosovo flag","flag xk","flag: kosovo","xk","flag","flag kosovo","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u79D1\u7D22\u6C83"],"\u{1F1FE}\u{1F1EA}":["yemen flag","flag ye","flag: yemen","ye","flag","flag yemen","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u53F6\u95E8"],"\u{1F1FE}\u{1F1F9}":["mayotte flag","flag yt","flag: mayotte","yt","flag","flag mayotte","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u7EA6\u7279\u5C9B"],"\u{1F1FF}\u{1F1E6}":["south africa flag","flag za","flag: south africa","za","flag","flag south africa","south","africa","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5357\u975E"],"\u{1F1FF}\u{1F1F2}":["zambia flag","flag zm","flag: zambia","zm","flag","flag zambia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5C1A\u6BD4\u4E9A"],"\u{1F1FF}\u{1F1FC}":["zimbabwe flag","flag zw","flag: zimbabwe","zw","flag","flag zimbabwe","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8F9B\u5DF4\u5A01"],"\u{1F3F4}\u{E0067}\u{E0062}\u{E0065}\u{E006E}\u{E0067}\u{E007F}":["england flag","flag england","flag: england","flag","gbeng","english","\u65D7\u5E1C","\u65D7\u5B50","\u82F1\u683C\u5170"],"\u{1F3F4}\u{E0067}\u{E0062}\u{E0073}\u{E0063}\u{E0074}\u{E007F}":["scotland flag","flag scotland","flag: scotland","flag","gbsct","scottish","\u65D7\u5E1C","\u65D7\u5B50","\u82CF\u683C\u5170"],"\u{1F3F4}\u{E0067}\u{E0062}\u{E0077}\u{E006C}\u{E0073}\u{E007F}":["wales flag","flag wales","flag: wales","flag","gbwls","welsh","\u65D7\u5E1C","\u65D7\u5B50","\u5A01\u5C14\u65AF"]},Cre=Object.freeze(Object.defineProperty({__proto__:null,emojis:r6,keywords:i6,default:{emojis:r6,keywords:i6}},Symbol.toStringTag,{value:"Module"}));A.tippy=hI,A.AnchorBox=mv,A.AuthError=Md,A.AuthHeader=vl,A.AutoScroll=zf,A.BaseURLHeader=fu,A.BasicCommands=E$,A.BlockExclusiveHook=XR,A.BlockLockerHook=cx,A.BlockLockerPasteHandler=Op,A.BlockResizer=ah,A.BrBox=fv,A.CodeBlock=CR,A.CodeLineBlock=ER,A.CodeTextDecorator=Sp,A.DOC_RE_AUTH_KEYS=Gp,A.DefaultShortcuts=Am,A.DocIdError=rN,A.DocReAuthCallbacks=vx,A.DragDrop=Oy,A.DrawioEmbed=SL,A.EditorBlocks=Xw,A.EditorBoxes=hv,A.EditorCommandProviders=u3,A.EditorComplexBlockPosition=vi,A.EditorComplexSelectionRange=ei,A.EditorDecorators=Ev,A.EditorEmbeds=Jw,A.EditorInsertions=Cv,A.EditorSimpleBlockPosition=mn,A.EditorSimpleSelectionRange=yn,A.EmbedBlock=Qw,A.EmbedBlockResizer=Pl,A.EnforceWithDocumentTitleHandler=YE,A.EventCallbacks=Fc,A.FILL_CHAR=T_,A.FileExtError=iN,A.GroupOrder=AT,A.HeadingBlockScrollListener=qJ,A.ImageBox=gv,A.InlineBoxCommandProvider=UT,A.InputtingInsertion=pv,A.LayoutBlock=bL,A.LayoutBlockCaptionInputHandler=Zx,A.LocalDoc=Yb,A.LogLevel=ia,A.Logger=Ei,A.MIN_DISTANCE_THRESHOLD=_y,A.ManualCloseDialog=Nd,A.ManualMenu=Aa,A.ManualToolbar=Cu,A.MarkdownInputHandler=Ip,A.MaxUserError=lC,A.Mindmap=mp,A.OnesEditorAutoSuggest=HC,A.OnesEditorCustomDataWrapper=by,A.OnesEditorExclusiveBlock=Da,A.OnesEditorHoveringBlock=jt,A.OnesEditorIcons=VN,A.OnesEditorQuickMenu=wp,A.OnesEditorToc=ps,A.OnesEditorTocProvider=Pa,A.OnesEditorToolbar=Du,A.OnesEditorTooltip=Qd,A.OnesEditorVersionsDialog=jS,A.PermissionError=_m,A.Popup=bu,A.ReAuthToolbar=W4,A.RemoteCarets=Y3,A.RemoteCaretsDecorator=bC,A.RemoteCaretsInsertion=Cb,A.RemoteUsers=wd,A.RequestReloadError=Od,A.RichText=jn,A.ShareDBDoc=Ud,A.ShareDBDocVersionsProvider=qL,A.ShareDBServer=Mm,A.SimpleCache=vy,A.StandardEmbedBlockCommands=$p,A.TEXT_STYLE_BACKGROUND_COLOR_PREFIX=J1,A.TEXT_STYLE_COLOR_PREFIX=Y1,A.TableBlock=oR,A.TableBlockCommandProvider=tp,A.TableShortcuts=jE,A.TextBlock=cr,A.TextBox=uv,A.TextColorItem=g2,A.TextStyleShortcuts=PE,A.TocEmbed=tL,A.ZERO_WIDTH_SPACE_CHAR=Ff,A.abbreviation=Ng,A.addAttribute=qg,A.addClass=q,A.addCommentToBlock=Nl,A.addDays=y7,A.addMetaToDoc=xd,A.addMonths=A7,A.animateScrollTo=ul,A.applyPlaceholderToBlock=oh,A.assert=p,A.autoShowHideTemplates=i0,A.bindKeyDownEvent=Lg,A.blobToDataUrl=zy,A.blockToDoc=Hb,A.blockToHtml=Ab,A.blockToMarkdown=am,A.blockToText=dd,A.blocksToDoc=_B,A.clearAllSelection=Tw,A.clientType=vt,A.cloneBlock=co,A.cloneChildContainer=mm,A.cloneDoc=Ib,A.cloneText=nv,A.commentToShareDbComment=pC,A.compareElement=Tg,A.comparePosition=V1,A.complexBlockAdjustSelectionPos=jg,A.complexBlockFindNearestChildBlock=ED,A.complexBlockGetAllChildContainers=In,A.complexBlockGetBottomChildContainers=rk,A.complexBlockGetDeepFirstChild=ek,A.complexBlockGetFirstSimpleChild=H1,A.complexBlockGetLastSimpleChild=Wc,A.complexBlockGetSelectedContainers=qc,A.complexBlockGetTopChildContainers=nk,A.containerToDoc=MB,A.continuousScroll=Zy,A.convertBlockFrom=$g,A.convertImageFileToPng=j4,A.convertImageSrcToPng=V4,A.converterIntercept=Lp,A.copyBlockAttributes=Iv,A.copyResourcesFromDoc=Xb,A.createBlockAnchor=es,A.createBlockCaretAnchor=ok,A.createBlockContentElement=Go,A.createBlockElement=xw,A.createBlockSimpleDocRange=nm,A.createBlockSimpleRange=bt,A.createBoxContentElement=ww,A.createBoxElement=Aw,A.createBoxOp=tv,A.createChildContainer=Ww,A.createComplexBlockPosition=St,A.createComplexDocPos=sv,A.createComplexDocRange=L_,A.createContainer=Qc,A.createContainerElement=B1,A.createDeleteOps=Jk,A.createEditor=yd,A.createEditorSelectionRange=pn,A.createElement=w,A.createEmptyContainer=Sr,A.createEmptyDoc=os,A.createEmptyTextBlockData=em,A.createExpandedRange=vg,A.createIconButton=zo,A.createImage=s1,A.createInsertOps=Zg,A.createInsertionContentElement=Bw,A.createInsertionElement=kw,A.createLocalEditor=pre,A.createOnesEditor=gre,A.createRange=By,A.createRichText=Al,A.createRootContainer=qw,A.createSimpleBlockPosition=ge,A.createSimpleDocPos=ov,A.createTextBlockData=so,A.createTextButton=_l,A.createTextOp=ti,A.createTextWithReplaceSoftReturn=cb,A.daysAfter=x1,A.deleteText=fb,A.diffDays=w7,A.disablePageScroll=b1,A.docToHtml=Bv,A.docToHtmlFragment=hd,A.docToMarkdown=Tv,A.docToText=ha,A.downloadImageAsPng=Wp,A.downloadImageToFile=q4,A.downloadObjectToFile=tA,A.downloadSvgToString=xL,A.editLink=Yd,A.editorAddComment=QX,A.editorAddTextAttribute=Vv,A.editorAutoInsertBlock=Dv,A.editorBreakTextBlock=iu,A.editorClearCompositionText=vb,A.editorClearSelectedContents=dm,A.editorCopyBlock=Wb,A.editorCopyDoc=xm,A.editorDeleteBlock=Rb,A.editorDeleteBlockText=Bb,A.editorDeleteBlockWithoutChildren=um,A.editorDeleteChildContainer=RM,A.editorDeleteChildContainers=_v,A.editorFocusToBlock=Lb,A.editorFocusToEnd=WM,A.editorGetBlockData=ao,A.editorGetBlockText=Zn,A.editorGetBlockTextEx=im,A.editorGetBoxData=lv,A.editorHandleKeyboardEvent=qB,A.editorInsertBlock=ru,A.editorInsertBoxToBlock=Sv,A.editorInsertDoc=Kv,A.editorInsertDocAt=Db,A.editorInsertText=kb,A.editorInsertTextToBlock=Rv,A.editorInsertTextToBlockEx=wb,A.editorMergeTextBlock=Mv,A.editorMoveDown=tB,A.editorMoveEnd=Fb,A.editorMoveHome=fB,A.editorMoveLeft=Zv,A.editorMoveLineEnd=EB,A.editorMoveLineHome=CB,A.editorMovePageDown=vB,A.editorMovePageUp=kB,A.editorMoveRight=Qv,A.editorMoveUp=eB,A.editorMoveWordEnd=lB,A.editorMoveWordLeft=aB,A.editorRangeClearColor=Hv,A.editorRangeGetColor=zv,A.editorRangeSetColor=jv,A.editorRemoveTextAttribute=DM,A.editorReplaceBlockText=hm,A.editorReplaceContainer=$v,A.editorRunOnce=Bm,A.editorSelectAll=$b,A.editorSelectContainer=bm,A.editorSelectDown=nB,A.editorSelectEnd=Kb,A.editorSelectHome=dB,A.editorSelectLeft=rB,A.editorSelectLineEnd=bB,A.editorSelectLineHome=pB,A.editorSelectPageDown=RB,A.editorSelectPageUp=TB,A.editorSelectRight=iB,A.editorSelectUp=oB,A.editorSelectWordEnd=uB,A.editorSelectWordLeft=cB,A.editorSetTextColor=ou,A.editorShowFindDialog=FG,A.editorToDocx=hre,A.editorUpdateBlockData=gm,A.editorUpdateCompositionText=Lv,A.editorUpdateEmbedData=Pv,A.enablePageScroll=C1,A.escapeHtmlText=Ig,A.escapeRegExp=k1,A.escapeSpace=i7,A.exclusiveBlock=sx,A.executeBlockCommand=Pw,A.executeEmbedBlockCommand=Nw,A.executeRangeCommand=c3,A.fileToDataUrl=Vc,A.findAfterOffsetNotType=mb,A.findAllText=Vb,A.findBlockByIndex=dw,A.findEventTargetBlock=Sy,A.findInsertionById=vw,A.findNextOffset=Y_,A.findNextVisibleSimpleBlock=g3,A.findPrevOffset=X_,A.findPrevOffsetNotType=gb,A.findPrevSimpleBlockBeforeChildContainer=tk,A.findPrevVisibleSimpleBlock=h3,A.findTarget=$c,A.findWordEnd=bb,A.findWordLeft=pb,A.format=qf,A.formatBytes=Qy,A.formatDate=y1,A.fragmentToHtml=Wy,A.fromBase64=$f,A.fromBase64ToBlob=m1,A.fromBase64ToUint8Array=m7,A.fromDocRange=ua,A.fromNowString=w1,A.genId=re,A.generateEditorContainerId=v1,A.getAllChildBlocks=G1,A.getAllQuickMenuItems=NE,A.getAllSelectedBlocks=ro,A.getAttributesAt=Jc,A.getBlockBackground=S1,A.getBlockByIndex=sa,A.getBlockCaretRect=ca,A.getBlockClass=He,A.getBlockClassByType=aa,A.getBlockClientRects=Yo,A.getBlockCommandsWithHook=O1,A.getBlockContent=$e,A.getBlockHeading=Qf,A.getBlockId=fe,A.getBlockIndex=Re,A.getBlockInfo=fh,A.getBlockKind=wi,A.getBlockMinWidth=Lw,A.getBlockNearestRangeFromPoint=q1,A.getBlockOptions=Zf,A.getBlockPath=Jo,A.getBlockProperties=_w,A.getBlockRangeFromPoint=Hg,A.getBlockStyles=O7,A.getBlockTextLength=Ee,A.getBlockTools=At,A.getBlockType=we,A.getBoxContent=I1,A.getBoxId=yw,A.getBoxTypeFromElement=Yf,A.getChildBlockCount=yi,A.getChildBlocks=ft,A.getChildOffset=fa,A.getClosestContainerByCondition=Sw,A.getColorFromAttributes=Q1,A.getColorFromContent=Pg,A.getComplexBlockClass=Xr,A.getContainerBlockOverrideOptions=U1,A.getContainerBlockPath=jw,A.getContainerBlocks=cw,A.getContainerBlocksElement=Gf,A.getContainerById=Gr,A.getContainerId=ue,A.getContainerMinWidth=K1,A.getContainerToolsElement=D7,A.getContainerWidth=Gw,A.getDistanceSquare=oa,A.getElementFromPoint=Pt,A.getElementOffset=Pf,A.getElementScale=Wr,A.getEmbedType=Wt,A.getExistsBlockTools=Fg,A.getExistsContainerById=Wf,A.getFileExt=Hf,A.getFirstChildBlock=Ft,A.getFirstClientRect=Bg,A.getHeadingBlockChildren=pl,A.getHeadingMenuOptions=IE,A.getHorizontalPadding=l1,A.getInsertionContent=D1,A.getLastChildBlock=tn,A.getLastClientRect=ll,A.getListAllNextBrothers=Tu,A.getLogger=_,A.getNextBlock=lt,A.getNextHiddenBlocks=$w,A.getNextValidOffset=El,A.getNextVisibleBlock=Jr,A.getOffsetFromPoint=a1,A.getOffsetInfoAfter=cd,A.getOffsetInfoBefore=om,A.getOpAt=Ik,A.getOpLength=zg,A.getParentBlock=Z,A.getParentBlockExcludeSelf=gl,A.getParentBox=L1,A.getParentContainer=oe,A.getPrevBlock=Ht,A.getPrevValidOffset=da,A.getPrevVisibleBlock=Yr,A.getRangeCommands=a3,A.getReferenceClientRect=G2,A.getRootBlock=Jf,A.getScrollContainer=en,A.getSpecialBlockCommands=Mw,A.getStandardEmbedBlockProperties=i4,A.getTextAfterOffset=W_,A.getTextAttributes=yb,A.getTextBeforeOffset=G_,A.getTextBlockChild=nd,A.getTextBlockClass=gw,A.getTextBlockContentChildTextLength=Qr,A.getTextBlockContentChildType=Vw,A.getTextBlockContentChildren=no,A.getTextLength=Vn,A.getTextOpLength=X1,A.getTextWidth=Og,A.getToolbar=lp,A.handleBlockElementUpdated=Iw,A.hasAltOnly=u7,A.hasClass=_e,A.hasCtrlOrCmd=$y,A.hasCtrlOrCmdOnly=c7,A.hashCode=sw,A.hideBlock=Ew,A.hideTemplates=aL,A.htmlToFragment=Mg,A.i18n=I,A.includeBigTable=TP,A.injectDocToHtmlFragment=Ed,A.injectStyle=Dy,A.inputActions=hO,A.insertEmptyBlock=P7,A.insertEmptyEmbedBlock=N1,A.insertText=is,A.intersectionCommands=qO,A.isBackspace=jy,A.isBlock=Wo,A.isBlockLocked=Mp,A.isBlockLockedByOthers=lx,A.isBlockLockedBySelf=dh,A.isBlockTools=Cw,A.isBox=Kg,A.isBoxOp=ts,A.isCJK=Fy,A.isChildContainer=Ai,A.isChildNode=mt,A.isCodeBlock=Pi,A.isCollapsedHeadingBlock=Br,A.isCollapsedRange=S_,A.isColumnsBlock=Uw,A.isComplexBlockPosition=bl,A.isComplexKindBlock=Ne,A.isContainer=to,A.isContainerBlocksElement=fw,A.isContainerSelectedAllChildBlocks=SB,A.isControlEvent=dl,A.isDelete=d7,A.isDraggingFiles=Ug,A.isElementVisible=Sg,A.isEmbedBlock=pt,A.isEmptyContainer=rd,A.isEmptyDoc=db,A.isEmptyTextBlock=yt,A.isEmptyTextBlockWithoutCompositionText=ih,A.isEnterOnly=Vy,A.isEscape=_g,A.isExclusiveBlock=uh,A.isExpandedHeadingBlock=Kw,A.isFirefox=Uf,A.isFirstChildBlockInComplexBlock=CD,A.isHeadingBlock=ln,A.isHighSurrogate=e7,A.isInBlock=_1,A.isInBlockTools=zc,A.isLayoutBlock=uL,A.isLetter=Py,A.isLowSurrogate=t7,A.isMatchShortcut=Qi,A.isMoveForward=a7,A.isNavigationEvent=s7,A.isNavigationKey=Ky,A.isNodeRemoved=Nf,A.isNumber=Ny,A.isPrintableKey=h1,A.isRootBlock=Zr,A.isRootContainer=Ze,A.isSafari=al,A.isSameDay=A1,A.isSelectBoxOnly=Ni,A.isShiftEnter=f7,A.isShiftTab=g7,A.isShortcutEvent=l7,A.isSimpleBlock=M7,A.isSimpleBlockPosition=Bi,A.isSimplePos=iv,A.isSimpleRange=tm,A.isSpace=Dg,A.isTab=h7,A.isTextBlockContentBoxChild=Tr,A.isTextBlockContentChild=ed,A.isTextBlockContentInsertionChild=Qo,A.isTextBlockContentTextChild=td,A.isTextKindBlock=le,A.isTextKindBlockType=Xf,A.isTitleBlock=Xo,A.isToday=ew,A.isValidOffset=lr,A.isVisibleBlock=la,A.isYesterday=tw,A.loadJs=Ry,A.loadJsPromise=cl,A.lockers=xi,A.mergeCommands=ap,A.mergeDocs=yl,A.mergeOps=ub,A.mergeText=v_,A.multiSplitText=_k,A.overflowText=nw,A.parseShortcut=Hy,A.patchNode=Vf,A.pointInRect=fl,A.rangeAddAttribute=sd,A.rangeGetTextColor=Kk,A.rangeRemoveAttribute=Yc,A.rangeSetTextColor=Nk,A.rangeTransformText=Ok,A.registerDragDrop=f1,A.removeAttribute=Z1,A.removeClass=ae,A.removeLastBr=A_,A.removePlaceholderFromBlock=AR,A.removeStyle=Iy,A.replaceAll=k7,A.replaceAllCaseInsensitive=v7,A.replaceAllText=IB,A.replaceText=Qg,A.requestDownload=Hc,A.resetListStart=Su,A.scrollIntoView=fd,A.scrollable=Jy,A.selectFile=jc,A.selectedBlockToDoc=Cm,A.selectionToDoc=su,A.setAttributes=Rg,A.setClipboardData=jf,A.setClipboardDataByEvent=C7,A.setColorToAttributes=Pk,A.setDataset=c1,A.setDefaultCursor=Kf,A.setStyles=u1,A.shareDBCommentToDocObject=mC,A.shareDBDocCommentToComment=G3,A.shortcutToDisplayText=gn,A.showBlock=R1,A.showDocVersions=bre,A.showTemplates=Xx,A.splitText=ar,A.splitToThree=bn,A.stringToDataUrl=p1,A.stringToObjectUrl=E1,A.subText=Mk,A.textNodeOffsetFromPoint=Ty,A.titleFromEditor=z4,A.toBase64URL=eo,A.toMindmap=gp,A.toPlainText=Lt,A.toPlainTextKeepLength=hb,A.trimChar=d1,A.unexclusiveBlock=ax,A.unicodeLength=n7,A.unicodeSubstr=r7,A.updateBlockSelection=Rw,A.updateOpAttributes=rv,A.updateTextBlockContent=q_,A.updateUrl=g1;for(const n in Ut)n!=="default"&&!A.hasOwnProperty(n)&&Object.defineProperty(A,n,{enumerable:!0,get:()=>Ut[n]});Object.defineProperties(A,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
1002
+ \`\`\`\`\`\``}return""}const Zee={embedType:"plantuml",convertFrom:Xee,handleUpdateBlock:Gee,createEmbedContent:Wee,getBlockProperties:Yee,convertTo:Jee},Wfe="",Qee="hr",ete={dividingLine:{type:"\u5206\u5272\u7EBF",abstract:"\u5206\u5272\u7EBF"}},tte={dividingLine:{type:"Dividing-Line",abstract:"Dividing-Line"}},nte={dividingLine:{type:"\u533A\u5207\u308A\u7DDA",abstract:"\u533A\u5207\u308A\u7DDA"}};I.mergeLang({"zh-CN":ete,"en-US":tte,"ja-JP":nte});function rte(n,e){const t=w("div",["editor-embed-container"],e);w("hr",["editor-embed-hr"],t)}function ite(n,e,t,r){return r==="html"?"<hr />":r==="markdown"?"---":"------------"}function ote(){return{name:"hr",insertEmbedCommandItems:[{id:"insert-hr",name:I.t("dividingLine.type"),icon:S5,order:500,group:"common",subText:zn("insert-hr")}],handleInsertEmptyEmbed:async(n,e)=>{const{containerId:t,blockIndex:r}=e;return n.insertEmbed(t,r,Qee,{})}}}function ste(n,e,t){const{data:r}=t;if(!r||r.embedType!=="dividing-line"||!le(n,e))return null;const i={};return{blockData:{id:re(),type:"embed",embedType:"hr",embedData:i}}}function ate(){return{abstract:I.t("dividingLine.abstract")}}const lte={embedType:"hr",createEmbedContent:rte,convertTo:ite,getOptions:ote,convertFrom:ste,getBlockProperties:ate},Gfe="",Xfe="",cte={media:{upload:{failed:'<div class="line-1">{name}\u4E0A\u4F20\u5931\u8D25</div><div class="line-2">\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5 <span class="retry-upload">\u91CD\u8BD5</span></div>',maxSizeFailed:'<div class="line-1">{name}\u4E0A\u4F20\u5931\u8D25</div><div class="line-2">\u6587\u4EF6\u5927\u5C0F\u8D85\u8FC7\u9650\u5236\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\u6587\u4EF6</div>'},load:{failed:'<div class="line-1">{name}\u52A0\u8F7D\u5931\u8D25</div><div class="line-2">\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5 <span class="retry-upload">\u91CD\u8BD5</span></div>'},audio:{menuItem:"\u97F3\u9891",abstract:"\u97F3\u9891"},video:{menuItem:"\u89C6\u9891",abstract:"\u89C6\u9891"}}},ute={media:{upload:{failed:'<div class="line-1">{name} upload failed</div><div class="line-2">Network error, you can <span class="retry-upload">Retry</span></div>',maxSizeFailed:'<div class="line-1">{name} upload failed</div><div class="line-2">The file size exceeds limit. Please choose another file.</div>'},load:{failed:'<div class="line-1">{name} loading failed</div><div class="line-2">Network error, you can <span class="retry-upload">Retry</span></div>'},audio:{menuItem:"Audio",abstract:"Audio"},video:{menuItem:"Video",abstract:"Video"}}},fte={media:{upload:{failed:'<div class="line-1">{name}\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F</div><div class="line-2">\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 <span class="retry-upload">\u518D\u8A66\u884C</span></div>',maxSizeFailed:'<div class="line-1">{name}\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F</div><div class="line-2">\u30D5\u30A1\u30A4\u30EB\u306E\u30B5\u30A4\u30BA\u304C\u4E0A\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u305F\u3081\u3001\u4ED6\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044</div>'},load:{failed:'<div class="line-1">{name}\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F</div><div class="line-2">\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 <span class="retry-upload">\u518D\u8A66\u884C</span></div>'},audio:{menuItem:"\u97F3\u58F0",abstract:"\u97F3\u58F0"},video:{menuItem:"\u52D5\u753B",abstract:"\u52D5\u753B"}}};I.mergeLang({"zh-CN":cte,"en-US":ute,"ja-JP":fte});var Vi=(n=>(n.AUDIO="audio",n.VIDEO="video",n))(Vi||{}),wh=(n=>(n.Empty="empty",n.Progress="progress",n.Error="error",n))(wh||{});const ML=10*1024*1024,dte=["wav","mp3","aac","ogg","webm","flac"],hte=["ogg","mp4","webm"],gte=()=>{};function OL(n){var h,b,C,E,y,T;const e=(h=n.getComponentOptions("media"))!=null?h:{},{allowedMedias:t,maxSize:r,callbacks:i}=e,o=(b=t==null?void 0:t.audio)!=null?b:dte,s=(C=t==null?void 0:t.video)!=null?C:hte,a=(E=r==null?void 0:r.audio)!=null?E:ML,c=(y=r==null?void 0:r.video)!=null?y:ML,f=(T=i==null?void 0:i.onError)!=null?T:gte;return{allowedMedias:{audio:o,video:s},maxSize:{audio:a,video:c},callbacks:{onError:f}}}function mte(n,e){const t=o=>o.map(s=>`.${s}`).join(","),{allowedMedias:r}=OL(n),i=r[e];return i?t(i):"*"}function pte(n,e,t){const{maxSize:r,callbacks:i,allowedMedias:o}=OL(e),{[t]:s}=r,{[t]:a}=o;if(s&&n.size>s){const f=new Error("media is too large");throw f.code=`MaxMediaSize-${t}`,i!=null&&i.onError&&(i==null||i.onError(e,f)),f}const c=Hf(n.name);if(a&&!a.includes(c.toLowerCase())){const f=new Error(`media file is not allowed: ${c}`);throw f.code="NotAllowedFile",i!=null&&i.onError&&(i==null||i.onError(e,f)),f}}function bte(n){return n===wh.Empty||n===wh.Error}const En=_("media");class Cte extends Ut.TypedEmitter{constructor(t){super();g(this,"mediaContainer",null);g(this,"media",null);g(this,"abstract",null);g(this,"handleMediaLoadError",(t,r)=>{if(!r.target||!(r.target instanceof Node)||!(r.target instanceof Element?r.target:r.target.parentElement))return;const o=Z(r.target);if(!o||!o.contains(this.mediaContainer))return;const s=this.renderError();this.updateMediaContent(s),this.emit("mediaError",t,"load_error",fe(o))});g(this,"handleUploadFile",async t=>{p(En,this.abstract,"no abstract"),p(En,this.mediaContainer,"The media element not exist");const{editor:r}=this.options,i=Z(this.mediaContainer);p(En,i,"The block element not exist");const o=r.getBlockData(i);try{const{resourceId:s}=await r.doc.uploadResource(t,{onProgress:b=>{this.renderProgress(b,t)}}),{name:a,type:c,size:f}=t,h={...o,embedData:{...o.embedData,src:s,fileName:a,fileSize:f,fileType:c}};r.updateBlockData(i,h)}catch(s){En.error(s),this.emit("mediaError",r,"upload_error",o.id),this.renderRetry(t,s)}ae(i,"media-block-uploading")});g(this,"destroy",()=>{this.mediaContainer=null});this.options=t}bindMediaEvent(){const{editor:t}=this.options;this.media&&t.domEvents.addEventListener(this.media,"error",this.handleMediaLoadError)}unbindMediaEvent(){const{editor:t}=this.options;this.media&&t.domEvents.removeEventListener(this.media,"error",this.handleMediaLoadError)}updateMediaContent(t){p(En,this.mediaContainer,"The media element not exist"),this.mediaContainer.innerHTML="",this.mediaContainer.append(t)}renderError(){p(En,this.abstract,"no abstract");const{editor:t,createMediaElement:r}=this.options,{mediaIcon:i,mediaName:o}=this.abstract;p(En,this.mediaContainer,"The media element not exist");const s=Z(this.mediaContainer);p(En,s,"The block element not exist");const a=t.getBlockData(s),c=w("div",["media-error","embed-selected-content","embed-hover-content"],null),f=w("span",["media-error-icon"],c);f.innerHTML=i;const h=w("div",[],c);h.innerHTML=I.t("media.load.failed",{name:o}),c.appendChild(h);const b=h.querySelector(".retry-upload");return p(En,b,"The element not exist"),t.domEvents.addEventListener(b,"click",(C,E)=>{const y=w("div",["media-element"],null),T=this.getResourceUrl(a),R=r(C,y,a,T);this.unbindMediaEvent(),this.media=R,this.bindMediaEvent(),this.updateMediaContent(y)}),this.setFullScreen(),c}renderRetry(t,r){var C,E;p(En,this.abstract,"no abstract");const{editor:i}=this.options,{mediaIcon:o,mediaName:s}=this.abstract,a=w("div",["media-error","embed-selected-content","embed-hover-content"],null),c=w("span",["media-error-icon"],a);c.innerHTML=o;const f=w("div",[],a);let h=I.t("media.upload.failed",{name:s});(((C=r.response)==null?void 0:C.status)===420||((E=r.response)==null?void 0:E.status)===413)&&(h=I.t("media.upload.maxSizeFailed",{name:s})),f.innerHTML=h,a.appendChild(f);const b=f.querySelector(".retry-upload");b&&i.domEvents.addEventListener(b,"click",()=>{i.readonly||(p(En,this.abstract,"no abstract"),this.handleUploadFile(t))}),this.updateMediaContent(a),this.setFullScreen()}renderProgress(t,r){p(En,this.mediaContainer,"The media element not exist");const i=this.mediaContainer.querySelector(":scope .media-progress"),o=t===-1||t===100?100:t;if(i){const{updateProgressElement:s}=this.options;s(i,o)}else{const{createProgressElement:s}=this.options,a=Z(this.mediaContainer);p(En,a,"The element not exist"),q(a,"media-block-uploading");const c=w("div",["media-progress"],null);s(c,o,r),this.updateMediaContent(c)}this.setFullScreen()}renderMediaElement(t,r){p(En,this.mediaContainer,"The media element not exist");const i=this.mediaContainer.querySelector(":scope > .media-element"),{createMediaElement:o,updateMediaElement:s,editor:a}=this.options,c=this.getResourceUrl(t,r);if(i){const f=s(a,i,t,c);this.unbindMediaEvent(),this.media=f,this.bindMediaEvent()}else{const f=w("div",["media-element"],null),h=o(a,f,t,c);this.unbindMediaEvent(),this.media=h,this.bindMediaEvent(),this.updateMediaContent(f)}}renderEmpty(t){p(En,this.abstract,"no abstract"),p(En,this.mediaContainer,"The media element not exist");const r=w("div",["media-empty","embed-selected-content","embed-hover-content"],this.mediaContainer);r.innerHTML=this.abstract.mediaIcon,this.updateMediaContent(r);const{editor:i}=this.options;i.findBlockById(t.id)&&this.emit("mediaError",i,"empty",t.id),this.setFullScreen()}getResourceUrl(t,r){const{src:i}=t.embedData,{editor:o}=this.options;return o.doc.buildResourceUrl(i,{syncNewResources:async(s,a)=>{var f,h;if(!r)return;await o.doc.addResources([s]);const c=(h=(f=o.doc).getServerMeta)==null?void 0:h.call(f).appId;if(a!==t.embedData.src&&c&&t.embedData.src.includes(c)){const b=Z(r);if(b&&!o.readonly&&o.isBlockWritable(b)){const C=Ae.default(t);C.embedData.src=s,o.updateBlockData(b,C)}}}})}setFullScreen(){p(En,this.mediaContainer,"The media element not exist"),q(this.mediaContainer,"full-screen")}removeFullScreen(){p(En,this.mediaContainer,"The media element not exist"),ae(this.mediaContainer,"full-screen")}updateBlockAlign(t,r){const i=Z(r);p(En,i,"The block element not exist");const{align:o}=t;t.embedType==="video"&&(i.hasAttribute("data-style-align")&&i.removeAttribute("data-style-align"),i.setAttribute("data-style-align",o))}render(t,r){const{src:i}=t.embedData;(!this.mediaContainer||!r.contains(this.mediaContainer))&&(this.mediaContainer=w("div",["media"],r)),this.updateBlockAlign(t,r),bte(i)?i===wh.Empty&&this.renderEmpty(t):this.renderMediaElement(t,r)}setAbstract(t){this.abstract=t}}_("media-embed");const Ete="left";class UL{constructor(){g(this,"handleInsertEmptyEmbed",async(e,t)=>{var b;const{containerId:r,blockIndex:i}=t;let o;(b=t.data)!=null&&b.file&&(o=t.data.file);const s=mte(e,this.embedType);if(o=o!=null?o:await jc(s,{}),!o)return null;const{mediaType:a}=this.getAbstract();try{pte(o,e,a)}catch{return null}const c={id:re(),type:"embed",embedType:this.embedType,embedData:{src:wh.Empty}};a==="video"&&(c.align=Ete);const f=e.insertBlock(r,i,c);return await this.getMedia(e,c.id).handleUploadFile(o),f})}getMedia(e,t){const r=e.addCustom(`media-${t}`,()=>new Cte({editor:e,createMediaElement:this.createMediaElement,updateMediaElement:this.updateMediaElement,createProgressElement:this.createProgressElement,updateProgressElement:this.updateProgressElement}));return r.setAbstract({...this.getAbstract()}),r}getOptions(){const{menuItem:e,mediaIcon:t,mediaName:r,order:i,group:o}=this.getAbstract();return{name:r,insertEmbedCommandItems:[{id:`insert-${this.embedType}`,name:e,icon:t,order:i,group:o,subText:zn(`insert-${this.embedType}`)}],handleInsertEmptyEmbed:this.handleInsertEmptyEmbed}}createEmbedContent(e,t,r){const{id:i}=r;this.getMedia(e,i).render(r,t)}handleUpdateBlock(e,t,r){const{id:i}=r,o=this.getMedia(e,i),s=$e(t);return o.render(r,s),!0}handleDeleteBlock(e,t){const r=t.id,i=this.getMedia(e,r);i.removeAllListeners(),i.destroy()}convertTo(e,t,r,i){const o=t.embedData,s=e.doc.buildResourceUrl(o.src,{withToken:!0});return i==="html"?`<${o.type} src="${s}" />`:i==="markdown"?`![${o.src}](${s})`:s}}function NL(n,e){const t=w("div",["uploading-progress-mask"],n),r=w("div",["uploading-progress-bar"],t),i=w("div",["uploading-progress-bar-value"],r);i.style.width=`${e}%`}function PL(n,e){const t=n.querySelector(".uploading-progress-bar-value");t&&(t.style.width=`${e}%`)}const xte=_("media-audio");class Ate extends UL{constructor(){super(...arguments);g(this,"embedType",Vi.AUDIO);g(this,"updateProgressElement",PL);g(this,"createMediaElement",(t,r,i,o)=>{const s=w("div",["audio-container","embed-hover-content","embed-selected-content"],r),a=w("audio",[],s);return a.innerHTML="Your browser does not support the <code>audio</code> element.",a.controls=!0,a.src=o,setTimeout(()=>{this.getMedia(t,i.id).setFullScreen()}),a})}getAbstract(){return{mediaIcon:RC,mediaName:I.t(`media.${Vi.AUDIO}.menuItem`),menuItem:I.t(`media.${Vi.AUDIO}.menuItem`),order:800,mediaType:Vi.AUDIO,group:"common"}}getBlockProperties(){return{abstract:`${I.t(`media.${Vi.AUDIO}.abstract`)}`}}updateMediaElement(t,r,i,o){const s=r.querySelector(":scope .audio-container > audio");return p(xte,s,"The media element not exist"),s.src!==o&&(s.src=o),s}createProgressElement(t,r){const i=w("audio",[],t);i.innerHTML="Your browser does not support the <code>audio</code> element.",i.controls=!0,i.src="about:blank",NL(t,r)}}const yte=new Ate;_("video-resizer");function FL(n){return n&&pt(n)&&Wt(n)==="video"}const wte=50;class sA{constructor(e){g(this,"currentResizableElement",null);g(this,"resizing",!1);g(this,"handleHoveringBlockChange",(e,t)=>{if(!this.resizing&&!window.isDragging&&(t&&FL(t)&&this.disableBlockResize(t),e&&FL(e)&&this.editor.isBlockWritable(e))){const r=this.getVideoElement(e);if(!r)return;this.enableBlockResize(e,r)}});g(this,"handleResizing",(e,t)=>{if(this.resizing=!0,!this.currentResizableElement)return;const r=e.getBlock();if(!r)return;const i=r.getBoundingClientRect().width,o=Math.min(Math.max(t.width,wte),i);this.currentResizableElement.style.width=`${o}px`,this.currentResizableElement.style.pointerEvents="none"});g(this,"handleResized",e=>{this.resizing=!1;const t=e.getBlock();if(!this.currentResizableElement||!t)return;const r=this.editor.getBlockData(t),{width:i}=this.currentResizableElement.getBoundingClientRect();this.currentResizableElement.style.pointerEvents="auto",this.editor.updateBlockData(t,{...r,width:i})});this.editor=e,jt.get(e).addListener("change",this.handleHoveringBlockChange)}destroy(){this.currentResizableElement=null,jt.get(this.editor).removeListener("change",this.handleHoveringBlockChange)}getVideoElement(e){return $e(e).querySelector(":scope .video-container > video")}updateResizer(e){const t=this.editor.findCustom(`${fe(e)}-resizer`);t&&t.updateResizer()}disableBlockResize(e){const t=this.editor.findCustom(`${fe(e)}-resizer`);t&&t.disableResize()}enableBlockResize(e,t){const r=this.editor.addCustom(`${fe(e)}-resizer`,()=>new ah(this.editor,{resize:["top-left","top-right","bottom-left","bottom-right"]}));r.enableResize(e,t),r.removeListener("resizing",this.handleResizing),r.removeListener("resized",this.handleResized),r.addListener("resizing",this.handleResizing),r.addListener("resized",this.handleResized),this.currentResizableElement=t}}class kte{constructor(e,t){g(this,"group","hovering-toolbar");g(this,"_commands",[{id:"addComment",name:I.t("comment.quickMenuCommand"),icon:go},{id:"sep",name:"",type:"separator"},{id:"left",name:I.t("commands.alignLeft"),icon:xa},{id:"center",name:I.t("commands.alignCenter"),icon:hu},{id:"right",name:I.t("commands.alignRight"),icon:du}]);this.editor=e,this.block=t,this.editor=e,this.block=t}createIconItem(e,t,r){if(!e)return null;const i=["style-icon","text-style-item"];return t&&i.push("active"),zo(e,i,r)}get commands(){if(this.editor.readonly)return[];const e=this.block.getAttribute("data-style-align");return this._commands.map(r=>r.id===e?{...r,element:()=>{const i=w("div",["video-tooltip-align-style-section"],null);return this.createIconItem(r.icon,!0,i),i}}:r)}executeCommand(e,t,r){switch(r.id){case"addComment":Nl(e,t);break;case"left":case"center":case"right":xp(e,t,r.id);break}}}const vte=_("video");class Bte extends UL{constructor(){super(...arguments);g(this,"embedType",Vi.VIDEO);g(this,"updateProgressElement",PL);g(this,"createMediaElement",(t,r,i,o)=>{const s=w("div",["video-container","embed-selected-content","drag-preview-element"],r),a=w("video",[],s);return a.innerHTML="Your browser does not support the <code>video</code> element.",a.controls=!0,a.src=o,a.addEventListener("canplay",()=>{t.addCustom("video-resizer",()=>new sA(t)),this.getMedia(t,i.id).removeListener("mediaError",this.handleMediaError),this.getMedia(t,i.id).addListener("mediaError",this.handleMediaError),this.getMedia(t,i.id).removeFullScreen()}),i.width&&(a.style.width=`${i.width}px`),a});g(this,"createProgressElement",(t,r,i)=>{const o=w("video",["progress-video"],t);o.innerHTML="Your browser does not support the <code>audio</code> element.",o.controls=!0,NL(t,r),Vc(i).then(s=>{const a=t.querySelector(".progress-video");a&&_1(t)&&(a.src=s)})})}getAbstract(){return{mediaName:I.t(`media.${Vi.VIDEO}.menuItem`),mediaIcon:T5,menuItem:I.t(`media.${Vi.VIDEO}.menuItem`),order:700,mediaType:Vi.VIDEO,group:"common"}}getBlockProperties(t,r){return{abstract:`${I.t(`media.${Vi.VIDEO}.abstract`)}`,blockCommands:{"hovering-toolbar":new kte(t,r)}}}handleMediaError(t,r,i){const o=t.addCustom("video-resizer",()=>new sA(t)),s=t.getBlockById(i);o.disableBlockResize(s)}updateMediaElement(t,r,i,o){const s=r.querySelector(":scope .video-container > video");p(vte,s,"The media element not exist"),s.src!==o&&(s.src=o),i.width?s.style.width=`${i.width}px`:s.style.width="";const a=t.getBlockById(i.id);return setTimeout(()=>{t.addCustom("video-resizer",()=>new sA(t)).updateResizer(a)}),s}}const Tte=new Bte,Yfe="",Rte={callout:{name:"\u9AD8\u4EAE\u5757",command:{presetInfo:"\u5E38\u89C4\u6837\u5F0F",presetAlert:"\u8B66\u793A\u6837\u5F0F",clearEmoji:"\u5220\u9664\u56FE\u6807",background:"\u80CC\u666F\u989C\u8272"}}},Ste={callout:{name:"Callout",command:{presetInfo:"Info",presetAlert:"Alert",clearEmoji:"Remove icon",background:"Background color"}}},Lte={callout:{name:"\u30E1\u30C3\u30BB\u30FC\u30B8\u30DC\u30C3\u30AF\u30B9",command:{presetInfo:"\u60C5\u5831",presetAlert:"\u8B66\u544A",clearEmoji:"\u30A2\u30A4\u30B3\u30F3\u3092\u524A\u9664",background:"\u80CC\u666F\u8272"}}};I.mergeLang({"zh-CN":Rte,"en-US":Ste,"ja-JP":Lte});function aA(n){return n.type==="callout"}const KL=_("preset-item"),c0={"preset-0":{name:I.t("callout.command.presetInfo"),backgroundColor:5,icon:n2},"preset-1":{name:I.t("callout.command.presetAlert"),backgroundColor:2,icon:t2}};function kh(n){return n.startsWith("preset")}function Ite(n){if(!kh(n))return KL.warn(`unknown preset icon id: ${n}`),"";const{icon:e}=c0[n];return e}function $L(n){p(KL,kh(n),`presetId ${n} is not in presets`);const{backgroundColor:e}=c0[n];return{backgroundColor:e,icon:n}}function Dte(n,e,t){const r=e.getBlockData(t);if(!aA(r))return!1;const{backgroundColor:i,icon:o}=r;return kh(o)?c0[n].backgroundColor===i&&n===o:!1}function _te(n,e,t){const r=[];Dte(n,e,t)&&r.push("checked");const{name:i,icon:o}=c0[n];return{name:i,id:n,icon:o,data:n,states:r}}let vh=null;function Mte(){if(vh)return vh;const n=$L("preset-0");return vh=n,n}function Ote(n){vh={...vh,...n}}function Ute(n){const e={id:re(),type:"text",text:[]},t=re();n.doc.localInsertChildContainers([{containerId:t,blocks:[e]}]);const{backgroundColor:r,icon:i}=Mte();return{blockData:{type:"callout",id:re(),icon:i,backgroundColor:r,children:[t]},focusBlockId:e.id}}async function Nte(n,e){const t=Ute(n),{blockData:r,focusBlockId:i}=t;return n.focus(),n.insertBlock(e.containerId,e.blockIndex,r,bt(n,i,0))}function Pte(){return{name:"CalloutBlock",insertBlockCommandItems:[{id:"insert-callout",name:I.t("callout.name"),order:150,icon:D5,group:"common",subText:zn("insert-callout")}],handleInsertEmptyBlock:Nte}}const Fte=_("callout-bg-color-item");class lA{constructor(e){g(this,"id","callout-background-color");g(this,"name",I.t("callout.command.background"));g(this,"manualShowChildren",!0);g(this,"dropdown",!0);g(this,"childrenPlacement","bottom-start");g(this,"bgColorButton");g(this,"bgColorPaletteItem");g(this,"element");g(this,"children",[]);this.editor=e,this.bgColorButton=w("button",["color-button"],null),this.bgColorPaletteItem=new KC("callout-background-color",{color:!1,customBgColorPalette:t=>t(14,2,this.createPaletteButton,"background-color")}),this.element=this.bgColorButton,this.children=[this.bgColorPaletteItem]}createPaletteButton(e){const t=w("button",["background-color-button","callout-bg-color-button"],null);return t.setAttribute("data-background-color",`${e}`),t.setAttribute("data-border-color",`${e}`),t.setAttribute("data-color-index",`${e}`),t}getBgColorFromBlock(e){const t=this.editor.getBlockData(e);return p(Fte,aA(t),"blockData is not CalloutBlockData"),t.backgroundColor}updateItem(e){const t=this.getBgColorFromBlock(e);this.bgColorButton.setAttribute("data-background-color",`${t}`),this.bgColorPaletteItem.palette.setColor("backgroundColor",t)}destroy(){this.bgColorPaletteItem.destroy()}static get(e){return e.addCustom("callout-bg-color-item",()=>new lA(e))}}const VL="";function Kte(n,e){const t=n.getBlockData(e);return aA(t)?t.icon===VL:!1}function $te(n,e){const t=[];return Kte(n,e)&&t.push("disabled"),{name:I.t("callout.command.clearEmoji"),id:"delete-icon",icon:e2,states:t}}const Vte=_("callout-block-commands");class jte{constructor(e){g(this,"group","hovering-toolbar");g(this,"emojiItem");g(this,"bgColorItem");g(this,"handleApplyPreset",e=>{const{data:t}=e,i=$L(t);this.updateCalloutBlockData(i)});g(this,"handleBgColorSelect",(e,t)=>{this.updateCalloutBlockData({backgroundColor:t})});g(this,"handleEmojiSelect",e=>{this.updateCalloutBlockData({icon:e}),this.emojiItem.closeable.close("clickItem")});g(this,"handleEmojiDelete",()=>{this.updateCalloutBlockData({icon:VL})});this.editor=e}get activeBlock(){const e=jt.get(this.editor).hoveringBlockId(),t=this.editor.getBlockById(e);if(we(t)==="callout")return t;const r=t.closest('[data-type="editor-block"].callout-block');return p(Vte,r,"cannot find closet callout block"),r}get commands(){return this.editor.readonly?[]:[this.createPresetItem("preset-0"),this.createPresetItem("preset-1"),{id:"separator",name:"",type:"separator"},$te(this.editor,this.activeBlock),this.createEmojiSelectorItem(),this.createBgColorItem()]}updateCalloutBlockData(e){this.editor.updateBlockData(this.activeBlock,e),Ote(e)}createPresetItem(e){return _te(e,this.editor,this.activeBlock)}createBgColorItem(){return this.bgColorItem||(this.bgColorItem=lA.get(this.editor),this.bgColorItem.bgColorPaletteItem.palette.on("onClick",this.handleBgColorSelect)),this.bgColorItem.updateItem(this.activeBlock),this.bgColorItem}createEmojiSelectorItem(){return this.emojiItem||(this.emojiItem=zC.get(this.editor),this.emojiItem.palette.on("onSelectEmoji",this.handleEmojiSelect)),this.emojiItem}executeCommand(e,t,r){const i=r.id;if(kh(i)){this.handleApplyPreset(r);return}i==="delete-icon"&&this.handleEmojiDelete()}destroy(){this.bgColorItem.destroy(),this.emojiItem.destroy()}}function Hte(n){return{abstract:I.t("callout.name"),blockCommands:{"hovering-toolbar":n.addCustom("callout-block-commands",()=>new jte(n))}}}_("callout-root-dom");function zte(n,e,t,r){const{icon:i,backgroundColor:o,children:s}=r,a=Go(t,"div"),c=w("div",["callout-root"],a,{icon:i,backgroundColor:o});if(i){let h=i;kh(i)&&(h=Ite(i));const b=w("div",["callout-icon"],c);b.innerHTML=h}const f=w("div",["callout-content"],c);return n.createChildContainer(e,f,s[0]),a}function qte(n){return n.group==="basics"?!0:n.group==="common"?n.type==="section"||["insert-link","insert-status","insert-math"].includes(n.id):!1}class cA{constructor(e){setTimeout(()=>{e.getCustom("editor-quick-menu").addFilter("callout-quick-menu-filter",this)})}filter(e,t,r){const i=e.selection.range;if(!i.isCollapsed())return t;const{anchor:o}=i,s=e.getBlockById(o.blockId),a=Z(oe(s));return!a||we(a)!=="callout"?t:t.filter(qte)}destroy(){}static init(e){return e.addCustom("callout-quick-menu-filter",()=>new cA(e))}}function jL(n){return["list","text"].includes(n.type)}const Wte=_("callout-input-handler");class uA{constructor(e){setTimeout(()=>{e.input.addHandler(this)})}handleBackspaceEvent(e){const{start:t}=e.selection.range;if(t.isSimple()){const r=e.getBlockById(t.blockId),i=r.closest('[data-type="editor-block"][data-block-type="callout"]');if(!i)return!1;const o=oe(r),s=ft(o);if(s.length>1)return!1;const a=s[0];return yt(e,a)?(e.deleteBlock(i),!0):!1}return!1}handleBeforeKeyDown(e,t){return t.key==="Backspace"?this.handleBackspaceEvent(e):!1}async handleBeforePasteDoc(e,t){if(!e.selection.range.isSimple())return!1;const r=e.selection.range.start,i=e.getBlockById(r.blockId),o=oe(i);if(Ze(o))return!1;const s=Z(o);if(p(Wte,s,"no parent block"),we(s)!=="callout")return!1;const c=t.blocks.root.filter(jL);if(c.length===0)return!0;const f={blocks:{root:c},comments:{},meta:{}};return e.undoManager.runInGroup(()=>{e.clearSelectedContents(),e.insertDoc(i,r.offset,f)}),!0}destroy(){}static init(e){e.addCustom("callout-block-input-handler",t=>new uA(t))}}async function Gte(n,e,t){const r=e,{id:i,children:o,backgroundColor:s}=r,[a]=o,c=n.getChildContainerData(a),f=n.contentElement.clientWidth;return{blocks:{root:[{type:"table",id:i,colsWidth:[f],rows:1,cols:1,children:o,[`${a}_background`]:`style-bg-color-${s}`}],[a]:c},meta:{},comments:{}}}class fA{constructor(e){this.editor=e,setTimeout(()=>{Ku.get(e).addFinder("callout-drop-target-finder",this)})}checkBlockAllowToDrop(e){const t=this.editor.getBlockData(e);return jL(t)}finder(e,t,r,i){if(!t)return null;const o=document.elementFromPoint(r,i);if(!o)return null;if(fw(o))return this.finder(e,t,r,i+15);const s=Z(o);if(!s)return null;if(we(s)==="callout")return s;const a=Z(e.getParentContainer(s));return a&&we(a)==="callout"?this.checkBlockAllowToDrop(t)?s:a:null}destroy(){}static init(e){return e.addCustom("callout-drop-target-finder",()=>new fA(e))}}const ef=_("callout-block");function Xte(n,e,t,r,i){p(ef,i.type==="callout","invalid block data type");const o=i;return p(ef,o.children,"invalid block data children"),p(ef,o.children.length===1,"invalid block data children length"),uA.init(n),cA.init(n),fA.init(n),zte(n,e,r,o)}function HL(n,e){const t=e.querySelector(':scope .callout-root > .callout-content > [data-type="editor-container"].child');return p(ef,t,"Expected one container"),[t]}function Yte(n,e,t,r,i){return null}function Jte(n,e){const t=e.querySelector(':scope .callout-root > .callout-content > [data-type="editor-container"].child');return p(ef,t,"Expected one container"),[t]}function Zte(n,e,t,r){const i=document.elementFromPoint(t,r);if(!i||!n.contains(i)||!e.contains(i))return null;if(i.closest(".callout-icon")){const s=HL(n,e);p(ef,s.length===1,"Expected one container");const a=St(e,ue(s[0]));return new ei(n,{anchor:a,focus:a})}return null}function Qte(){return 1}function ene(n,e,t,r){return null}function tne(n,e){return n.getBoundingClientRect()}function nne(n,e){q(e,"selected")}function rne(n){n.rootContainer.querySelectorAll('[data-type="editor-block"][data-block-type="callout"]').forEach(e=>{ae(e,"full-selected","selected")})}const dA=[oR,CR,ER,h$,bL,{blockType:"callout",blockKind:"complex",getChildContainers:HL,getNextContainer:Yte,getSelectedContainers:Jte,getRangeFromPoint:Zte,getBlockTextLength:Qte,createBlockContent:Xte,moveCaret:ene,getCaretRect:tne,updateSelection:nne,clearSelection:rne,getOptions:Pte,getBlockProperties:Hte,toStandardDoc:Gte}],hA=[SL,BQ,Oee,Hee,Zee,q$,lte,Tte,yte,Qq,tL,NY],zL=[ST,iL,TS,OT];function ine(n,e,t){var i,o,s,a;Ei.level=(i=t.logLevel)!=null?i:ia.DEBUG;const r=yd(n,e,{components:{blocks:[...dA,...((o=t==null?void 0:t.components)==null?void 0:o.blocks)||[]],embeds:[...hA,...((s=t.components)==null?void 0:s.embeds)||[]],boxes:[...zL,...((a=t.components)==null?void 0:a.boxes)||[]],textRenders:[new kE],options:{...t.componentsOptions}}});return r.readonly=!0,r.addCustom("heading-collapse",()=>new Hx(r)),r.addCustom("editor-tooltip",()=>new Qd(r)),r.addListener("clickLink",(c,f,h)=>{var C;if((C=t==null?void 0:t.events)!=null&&C.onClickLink){t.events.onClickLink(c,f,h);return}const b=h.getAttribute("link");b&&(c.readonly||f.ctrlKey||f.metaKey)&&window.open(b,"_blank")}),r}class qL{constructor(e){this.createOptions=e,e.lang&&I.setLang(e.lang)}createHistoryEditor(e,t){return ine(e,t,this.createOptions)}}function WL(n,{root:e,childDoc:t,doc:r}){var h,b;t.uploadResource=r.uploadResource.bind(r),t.buildResourceUrl=r.buildResourceUrl.bind(r);const i=n.getComponentOptions("comment"),o={image:{defaultAlign:"left"},table:{locatingContainer:e,hideCellMenu:!0,hideToolbar:!0},...i==null?void 0:i.componentsOptions},s=[];n.editorBlocks.forEach(C=>{C.blockType==="text"||C.blockType==="embed"||s.push(C)});const a=[];n.editorEmbeds.forEach(C=>{a.push(C)});const c=[];n.editorBoxes.forEach(C=>{C.boxType==="text"||C.boxType==="br"||C.boxType==="image"||C.boxType==="anchor"||c.push(C)});const f=yd(e,t,{shortcuts:[Am],components:{blocks:s,commandProviders:[new tp],decorators:[new Sp],embeds:a,boxes:c,options:o}});if(f.input.addHandler(new Ip),f.input.addHandler(new mx(f)),f.input.addHandler(new Ax(f)),f.input.addHandler(new YX(f)),f.input.addHandler(new Op),f.addCustom("image-paste-handler",()=>new gx(f)),f.addCustom("layout-paste-handler",()=>new Zx(f,!1)),vt.isMobile||f.addCustom("editor-tooltip",()=>new Qd(f)),n.options.enableContextMenu!==!1&&f.addCustom("editor-context-menu",C=>new Bx(C)),(h=n.options.componentsOptions)!=null&&h.mention){const C=n.options.componentsOptions.mention;f.addCustom("mention",()=>new rL(f,{...C}))}if((b=n.options.componentsOptions)!=null&&b.comment){const C=n.options.componentsOptions.comment;C.onCommentEditorClick&&f.addListener("click",C.onCommentEditorClick)}return f}function one(n,e){const t=Array.from(n.rootContainer.querySelectorAll(`[comment-${e.toLocaleLowerCase()}="${e}"]`)),r=new Set;t.forEach(i=>{const o=Z(i);o&&r.add(o)}),r.forEach(i=>{JX(n,i,e)})}class sne{constructor(e){g(this,"listeners",new Set);g(this,"doc");this.editor=e,this.doc=this.editor.doc.externalDoc,this.doc.registerCallback(this)}getComments(){return this.doc.getComments()}getComment(e){return this.doc.getComment(e)}getCommentDoc(e){return this.doc.getCommentDoc(e)}localCreateComment(e,t){this.doc.localCreateComment(e,t)}localDeleteComment(e){const t=this.getComment(e);this.doc.localDeleteComment(e);const r=t.groupId;this.getComments().filter(o=>o.groupId===r).length===0&&one(this.editor,r)}localUpdateComment(e,t){this.doc.localUpdateComment(e,t)}onCreateComment(e,t){Array.from(this.listeners.values()).forEach(r=>r.onCreateComment(e,t))}onDeleteComment(e,t){Array.from(this.listeners.values()).forEach(r=>r.onDeleteComment(e,t))}onUpdateComment(e,t){Array.from(this.listeners.values()).forEach(r=>r.onUpdateComment(e,t))}addListener(e){this.listeners.add(e)}removeListener(e){this.listeners.delete(e)}createCommentEditor(e,t){return WL(this.editor,{root:e,childDoc:t,doc:this.doc})}allowEdit(e){return e.userId===this.doc.getUser().userId}}class ane{constructor(e,t){g(this,"listeners",new Set);this.editor=e,this.localDoc=t}get doc(){return this.localDoc.toJSON()}getComments(){return Object.values(this.doc.comments)}getComment(e){return this.doc.comments[e]}getCommentDoc(e){const t=this.doc.comments[e];return mC(t)}addListener(e){this.listeners.add(e)}removeListener(e){this.listeners.delete(e)}localCreateComment(e,t){}localDeleteComment(e){}localUpdateComment(e,t){}createCommentEditor(e,t){return WL(this.editor,{root:e,childDoc:t,doc:this.localDoc})}allowEdit(e){return e.userId===this.localDoc.getUser().userId}}const lne={placeholder:{common:{title:"\u8BF7\u8F93\u5165\u6807\u9898",readonlyTitle:"\u8BF7\u8F93\u5165\u6807\u9898",content:"\u70B9\u51FB + \uFF0C\u6216\u8F93\u5165 / \u5FEB\u6377\u63D2\u5165\u7EC4\u4EF6",contentInTable:"\u8F93\u5165 / \u5FEB\u6377\u63D2\u5165\u7EC4\u4EF6"},local:{readonlyTitle:"\u672A\u547D\u540D"}},copyCutProperty:{copy:"\u590D\u5236",cut:"\u526A\u5207",unsafeEnvTips:"\u7531\u4E8E\u5F53\u524D http \u8BBF\u95EE\u73AF\u5883\u4E0B\u7684\u9650\u5236\uFF0C\u8BF7\u4F7F\u7528\u5FEB\u6377\u952E({shortCut}) {operation}",limitedEnvTips:"\u7531\u4E8E\u6D4F\u89C8\u5668\u9650\u5236\uFF0C\u8BF7\u4F7F\u7528 {shortCut} \u7C98\u8D34"}},cne={placeholder:{common:{title:"Enter a title",readonlyTitle:"Enter a title",content:'Click "+", or enter "/" to insert components quickly',contentInTable:'Enter "/" to insert components quickly'},local:{readonlyTitle:"Untitled"}},copyCutProperty:{copy:"Copy",cut:"Cut",unsafeEnvTips:"Due to the limitations of the current http access environment, please use the shortcut ({shortCut}) {operation}",limitedEnvTips:"Press {shortCut} to paste due to browser restrictions"}},une={placeholder:{common:{title:"\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",readonlyTitle:"\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",content:"\u300C+\u300D\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u304B\u3001\u300C/\u300D\u3092\u5165\u529B\u3059\u308B\u3068\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u7D20\u65E9\u304F\u633F\u5165\u3067\u304D\u307E\u3059",contentInTable:"\u300C/\u300D\u3092\u5165\u529B\u3059\u308B\u3068\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u7D20\u65E9\u304F\u633F\u5165\u3067\u304D\u307E\u3059"},local:{readonlyTitle:"\u7121\u984C"}},copyCutProperty:{copy:"\u8907\u88FD",cut:"\u5207\u308B",unsafeEnvTips:"HTTP\u74B0\u5883\u306E\u5236\u7D04\u306B\u3088\u308A\u3001{operation}\u3059\u308B\u306B\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8({shortCut}) \u3092\u3054\u4F7F\u7528\u304F\u3060\u3055\u3044",limitedEnvTips:"\u30D6\u30E9\u30A6\u30B6\u30FC\u306E\u5236\u9650\u306B\u3088\u308A\u3001\u300C{shortCut}\u300D\u3092\u4F7F\u7528\u3057\u3066\u8CBC\u308A\u4ED8\u3051\u3066\u304F\u3060\u3055\u3044"}};I.mergeLang({"zh-CN":lne,"en-US":cne,"ja-JP":une});const fne="UEsDBBQABgAIAAAAIQBk9WPugQEAACkGAAATAAgCW0NvbnRlbnRfVHlwZXNdLnhtbCCiBAIooAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC0lMtqwzAQRfeF/oPRtsRKuiilxMmij2UbaArdKvI4EdULaZzH33fsJKYUJy5NsjHIM/feowHNcLw2OllCiMrZjA3SPkvASpcrO8/Yx/Sld8+SiMLmQjsLGdtAZOPR9dVwuvEQE1LbmLEFon/gPMoFGBFT58FSpXDBCKRjmHMv5JeYA7/t9++4dBbBYg8rDzYaPkEhSo3J85p+b0kC6MiSx21jlZUx4b1WUiDV+dLmv1J6u4SUlHVPXCgfb6iB8daEqnI4YKd7o9EElUMyEQFfhaEuvnIh57mTpSFletymhdMVhZLQ6Cs3H5yEGGnmRqcIxtMNIDVC2T1/G4csIzrzaTRXpJkE5+PgZJzGtPKDgAqaGR6chS3NDALRn38YjXUnRMSNhnh+gq1vdzwgkuASADvnToQVzN4vRvHDvBOkoNypmGk4P0Zj3QmBtIpg+z39VdQ2xyKps36AtNrCP669312Vuuf/9PKaRLI++X5QrcUc8pZsXi/60TcAAAD//wMAUEsDBBQABgAIAAAAIQAekRq37wAAAE4CAAALAAgCX3JlbHMvLnJlbHMgogQCKKAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArJLBasMwDEDvg/2D0b1R2sEYo04vY9DbGNkHCFtJTBPb2GrX/v082NgCXelhR8vS05PQenOcRnXglF3wGpZVDYq9Cdb5XsNb+7x4AJWFvKUxeNZw4gyb5vZm/cojSSnKg4tZFYrPGgaR+IiYzcAT5SpE9uWnC2kiKc/UYySzo55xVdf3mH4zoJkx1dZqSFt7B6o9Rb6GHbrOGX4KZj+xlzMtkI/C3rJdxFTqk7gyjWop9SwabDAvJZyRYqwKGvC80ep6o7+nxYmFLAmhCYkv+3xmXBJa/ueK5hk/Nu8hWbRf4W8bnF1B8wEAAP//AwBQSwMEFAAGAAgAAAAhADPCW79BAQAA5wQAABwACAF3b3JkL19yZWxzL2RvY3VtZW50LnhtbC5yZWxzIKIEASigAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArJQxT8MwEIV3JP5D5B07LVAQatoFkDqwQJFYneSSWI3tyL6Q9t9zojRNRYkYPN6z7r1P57Pny62uo09wXlmTsAmPWQQms7kyZcLe189X9yzyKE0ua2sgYTvwbLm4vJi/Qi2RmnylGh+Ri/EJqxCbByF8VoGWntsGDJ0U1mmJVLpSNDLbyBLENI5nwg092OLEM1rlCXOrnPLXuwb+422LQmXwaLNWg8EzEQKpF8hQuhIwYd/lXpxwMmPiPMN1SAaPu5qG2EPs67H4u5DxhTW4lmk9GEMvjUFMQ0KYVqfgaMeOEL00BjEJCZG1Hq3+oLQegvOjKhSCHl2LWUiaipxcrczmSPNj23UdT6XKW55ZLQ7HLzan5KctgjPyT8TbkIgdpG+ASHc0WN+BODarm6BP6BfFQTkgiJPvafEFAAD//wMAUEsDBBQABgAIAAAAIQBOMo6QFgYAAKYkAAARAAAAd29yZC9kb2N1bWVudC54bWzUWttu40QYvkfiHSJfLRKtz4eYTVeOD7uVQKoo+wCuPUmstT3WeNI0XC0XC1wguOBiuWClLgjBE4AEiIdZ0T28BTM+JM6h7cTZkm0vEnv+mW+++eb7/0yc3r13lsSdU4DyCKY9TtwXuA5IAxhG6bDHPfzM2zO4To79NPRjmIIeNwU5d+/g/ffuTswQBuMEpLhDINLcnGRBjxthnJk8nwcjkPj5fhIFCOZwgPcDmPBwMIgCwE8gCnlJEIXiKkMwAHlO5rP99NTPuQouOGNDC5E/IYMpoMIHIx9hcDbHEDcGUfkub6wCSS2AyAolcRVK3hhK4ymrFSClFRBhtYKktkNaszitHZK0iqS3Q5JXkYx2SCt2SlYNDjOQkuAAosTH5BYN+cRHj8bZHgHOfBydRHGEpwRT0GoYP0oftWBERs0QEjncGEHnExiCWA5rFNjjxig1q/F7s/GUulmOr97qEYhl/eUQpyoOxcp5BGKiBUzzUZTNMjxpi0aCoxrk9KpFnCZx3W+SiYzpcll5ckop54As9Cv9k7hkfjWiKDDsCIWYjWChsDhnzSQhLpxP3EqahrgiYwGpAaQVAC0AjAW/xjAqDD6YZyjFiRhTo8Ypd4XiRHNhRcY6tkymAZCDzSDUmkc+TRoryobb2fY+guNsjhZth3Y4L0ITehzYAKuyfzMl8+3IHI/8jNSmJDAPhylE/klMGBEzd4gfO8UO0FeyrfStuARnHVoIuANyfDmB4ZS+ZySimJmP/EPiHEV2dE+3La5oJcUf01a9+iOtJjkqhZ/2OEEQJE1z5FmTAwb+OMY04nUVRRfryFGjqZjwCBVvx3gaE4bmqR/3uAfAp2cukeNpDJVdYj8d1h1AuvfwmEb5KszPkMqX6tqDKc7JoFGUEi7Az7GVR35z4MTEBy/Pv3rz0w+0CZeBZZwrp6ajxIXBlMwaMT2l6wh9lUHMRcnejpjSDYrJoND2GksMGquOY+iu7exIY/m2ayyzaKwaqi4YNNd3obFy2zVWGDTW+7Il296uaoX6LmisMugkKIpouJqwI5202+5FjUFjTfQ8S7OMHWms33aNdQaNJd3qqoq8q5pq3HaNDRaNNcFzRafLoLGtaF2JdlzReDFSaFw1NTTeRMf1XBVLNcSux+KHnXOVBddQLEm6DVxVSxf6nubdPNfFPLNhCCqWdRxBOHARIj3wNCNf1YbIT46xj3CVi6WxA5jmMAb7MRzeWUqQtQhuGi6Mf/H4xxGIY/hhh3xbjMMXj5998BFDrsiSZnuiYjPoZLiC7fV3rVM+zTFI9uEY72eI1KA4baPWnZZyiYYu2oLFlK6u2C3OzqtyLURaytXME8Zvv//+9fOr8y8unj1lWKjqeroraMpWvliMFAutmoq9WDp9aJohGzrLN7o2M7asLrVj6MMbM8/8gBgqQyAH6BRwB5RlZ8l/1HgFrSO0NH29Wws7e5jGUQoa+zvbLgwuQ26YiBGX2SOvn39z8eWT0ik3tbAzvIzMuiuXbkRndSfW+1rRlb7nKExng00SeDuXXcK1qwiWJi99hmme4uiaRfNkJ1wXt2u78+Dr35+8+vPXJTeMSNVGxDuPOsiMyILRYahR/qMoxxBNSREuTbdox+vy4UGNem06MPB+8/0/L7/9ZdluM+JvV6SX539c/P0dg7eFru3alrhUs1VH6kuqPD/gULUcRVAdd51fFiM35m21L3ueJNOJGlwFQ1FFxZ0beQ3Xcrs3WkDV1FjA4qfrx8RZR4QYOSlko3JX0nFS9ozi07juJ8xih2HdVjy65mcDGlmyljCbK5rbf/H109fPf7u6FjfA2R5Rq47sCZq2JL/ueo5o2VfK//8oXf0g8K4rvcf0c4DrGX25v3TElmzV1foiLe47tfrGZf16xWbiLMlTh/yTCmauWA4CfDST+jopimUNjz8nwQnxhSQp9LmgOSLXqqFUWZoNP/EpIoYZaVfKLigajvD89gRiDJP5fQwGjegI+CEg8+oCfSRmDiDEjdvhGBe31XQBjKle1cmE9imaQxjcR/SnOJOeho4iHBCWslYM4ut1F5flD3P8/B+MDv4DAAD//wMAUEsDBBQABgAIAAAAIQC29GeY0gYAAMkgAAAVAAAAd29yZC90aGVtZS90aGVtZTEueG1s7FlLixtHEL4H8h+Guct6zehhrDXSSPJr1zbetYOPvVJrpq2eadHd2rUwhmCfcgkEnJBDDLnlEEIMMcTkkh9jsEmcH5HqHkkzLfXEj12DCbuCVT++qv66qrq6NHPh4v2YOkeYC8KSjls9V3EdnIzYmCRhx719MCy1XEdIlIwRZQnuuAss3Is7n392AZ2XEY6xA/KJOI86biTl7Hy5LEYwjMQ5NsMJzE0Yj5GELg/LY46OQW9My7VKpVGOEUlcJ0ExqL0xmZARdg6USndnpXxA4V8ihRoYUb6vVGNDQmPH06r6EgsRUO4cIdpxYZ0xOz7A96XrUCQkTHTciv5zyzsXymshKgtkc3JD/beUWwqMpzUtx8PDtaDn+V6ju9avAVRu4wbNQWPQWOvTADQawU5TLqbOZi3wltgcKG1adPeb/XrVwOf017fwXV99DLwGpU1vCz8cBpkNc6C06W/h/V671zf1a1DabGzhm5Vu32saeA2KKEmmW+iK36gHq92uIRNGL1vhbd8bNmtLeIYq56IrlU9kUazF6B7jQwBo5yJJEkcuZniCRoALECWHnDi7JIwg8GYoYQKGK7XKsFKH/+rj6Zb2KDqPUU46HRqJrSHFxxEjTmay414FrW4O8urFi5ePnr989PvLx49fPvp1ufa23GWUhHm5Nz9988/TL52/f/vxzZNv7XiRx7/+5avXf/z5X+qlQeu7Z6+fP3v1/dd//fzEAu9ydJiHH5AYC+c6PnZusRg2aFkAH/L3kziIEMlLdJNQoAQpGQt6ICMDfX2BKLLgeti04x0O6cIGvDS/ZxDej/hcEgvwWhQbwD3GaI9x656uqbXyVpgnoX1xPs/jbiF0ZFs72PDyYD6DuCc2lUGEDZo3KbgchTjB0lFzbIqxRewuIYZd98iIM8Em0rlLnB4iVpMckEMjmjKhyyQGvyxsBMHfhm327jg9Rm3q+/jIRMLZQNSmElPDjJfQXKLYyhjFNI/cRTKykdxf8JFhcCHB0yGmzBmMsRA2mRt8YdC9BmnG7vY9uohNJJdkakPuIsbyyD6bBhGKZ1bOJIny2CtiCiGKnJtMWkkw84SoPvgBJYXuvkOw4e63n+3bkIbsAaJm5tx2JDAzz+OCThC2Ke/y2EixXU6s0dGbh0Zo72JM0TEaY+zcvmLDs5lh84z01QiyymVss81VZMaq6idYQK2kihuLY4kwQnYfh6yAz95iI/EsUBIjXqT5+tQMmQFcdbE1XuloaqRSwtWhtZO4IWJjf4Vab0bICCvVF/Z4XXDDf+9yxkDm3gfI4PeWgcT+zrY5QNRYIAuYAwRVhi3dgojh/kxEHSctNrfKTcxDm7mhvFH0xCR5awW0Ufv4H6/2gQrj1Q9PLdjTqXfswJNUOkXJZLO+KcJtVjUB42Py6Rc1fTRPbmK4RyzQs5rmrKb539c0Ref5rJI5q2TOKhm7yEeoZLLiRT8CWj3o0Vriwqc+E0LpvlxQvCt02SPg7I+HMKg7Wmj9kGkWQXO5nIELOdJthzP5BZHRfoRmsExVrxCKpepQODMmoHDSw1bdaoLO4z02Tker1dVzTRBAMhuHwms1DmWaTEcbzewB3lq97oX6QeuKgJJ9HxK5xUwSdQuJ5mrwLST0zk6FRdvCoqXUF7LQX0uvwOXkIPVI3PdSRhBuENJj5adUfuXdU/d0kTHNbdcs22srrqfjaYNELtxMErkwjODy2Bw+ZV+3M5ca9JQptmk0Wx/D1yqJbOQGmpg95xjOXN0HNSM067gT+MkEzXgG+oTKVIiGSccdyaWhPySzzLiQfSSiFKan0v3HRGLuUBJDrOfdQJOMW7XWVHv8RMm1K5+e5fRX3sl4MsEjWTCSdWEuVWKdPSFYddgcSO9H42PnkM75LQSG8ptVZcAxEXJtzTHhueDOrLiRrpZH0Xjfkh1RRGcRWt4o+WSewnV7TSe3D810c1dmf7mZw1A56cS37tuF1EQuaRZcIOrWtOePj3fJ51hled9glabuzVzXXuW6olvi5BdCjlq2mEFNMbZQy0ZNaqdYEOSWW4dm0R1x2rfBZtSqC2JVV+re1ottdngPIr8P1eqcSqGpwq8WjoLVK8k0E+jRVXa5L505Jx33QcXvekHND0qVlj8oeXWvUmr53Xqp6/v16sCvVvq92kMwioziqp+uPYQf+3SxfG+vx7fe3cerUvvciMVlpuvgshbW7+6rteJ39w4Byzxo1IbtervXKLXr3WHJ6/dapXbQ6JX6jaDZH/YDv9UePnSdIw32uvXAawxapUY1CEpeo6Lot9qlplerdb1mtzXwug+Xtoadr75X5tW8dv4FAAD//wMAUEsDBBQABgAIAAAAIQDlI7CA9QMAAKALAAARAAAAd29yZC9zZXR0aW5ncy54bWy0Vttu2zgQfV9g/8HQ8zq6WHZsoU4R3zYp4nZRebHPlETZRHgRSMqu8/U7pETLu3ELp0VeEmrOzJkh53DoDx+/MdrbY6mI4FMvvAm8Hua5KAjfTr2/N6v+2OspjXiBqOB46h2x8j7e/f7bh0OisNbgpnpAwVXC8qm307pKfF/lO8yQuhEV5gCWQjKk4VNufYbkc131c8EqpElGKNFHPwqCkdfSiKlXS560FH1GcimUKLUJSURZkhy3/1yEvCZvE7IQec0w1zajLzGFGgRXO1Ipx8Z+lg3AnSPZ/2gTe0ad3yEMrtjuQcjiFHFNeSagkiLHSkGDGHUFEt4ljl8RnXLfQO52i5YKwsPArs4rH76NIHpFMMrxt7dxjFsOHyLPeUjxNp7RiYd0BxuOfq6YMwKF30YxdHWoI+t2pOg1PW6gJ5JJJJsb1DaY5cnjlguJMgrlQKN70Kuerc78hS2bf3YJOe/gIr8IwXqHpMIyBzXDFAgCzzdABtXBaFiIz0KntZSi5sUDRmD7LrwSQrcwKFCUqUYa8iZbiRjc/amXU4x4Q1/gEtVUb1CWalGB0x7B1m+jNnu+QxLlwJZWKAcdzwXXUlDnV5i0c5gjEmTeRtipYla1wqvlEzqKWp8haTOxgIEjBofznym0FgWMFAiV5PoumgBbTTg8L+H/iQRMWEkKvDFNSfWR4hVsJiUv+J4Xn2qlCTDaWfQLFfyoAMxN5i8go82xwiuMdA3H9k7JbGdWlFRrAqKQj7wAWb1bMlKWWEICAkJbg5yIFAd7zo1S3ysvKOwfcIZbPNiATJ9nQmvBHo7VDs761zpp9e+fyxme50K5xVe4YifXYBEHw8WyqdSgHRJEo9FicAkJV9Eyvr+EjJfBfDW7hMxm0WB+ewmZx6NJNLmILMPJ+GIFCyhiPL+IfHc/q0kc39qe+KcTYYl5dv+SbmWuVY81EXPEMklQb20eZt94ZPJ5RrjDMwzzFJ8jaZ05sN9vAMUQpStosANsc1hSEFUtcGnXdI3ktuNtPeRFK8y8TycuM26x/BMGZ9WgB4mq5ro4lzCO20jC9RNhzq7qLHVRHF6AMwim8Je9tOfUHc8h0SA/O3aekJWx9cW8P/9shIeR0veKoKn3sjOmRvlUpka1eI2qqhF/tg2nHiXbnQ5NmIavAn7S2Y9sG7VYZLGowewHys1mwbtddLbI2c78Bs426Gyxs8Wdbehsw842craRse1g3ElK+DPcQ7c09lJQKg64eOjwVyb3SuUERJAeWdY9PjcNRomCwVDBO6WFdNgfFgvjpBD5o3ls48Y+nIwXy8mg0XY4tO+btrMDjvYrLmdI4aJRt/tpffcvAAAA//8DAFBLAwQUAAYACAAAACEAQMH/8TkBAAAjAwAAFAAAAHdvcmQvd2ViU2V0dGluZ3MueG1snNJfT8IwEADwdxO/w9J36CCykIVBYgzGF2OifoDS3aCx7S294sBP720CYnhhvvT//XLXdrbYOZt8QiCDvhCjYSoS8BpL49eFeH9bDqYioah8qSx6KMQeSCzmtzezJm9g9Qox8klKWPGUO12ITYx1LiXpDThFQ6zB82aFwanI07CWToWPbT3Q6GoVzcpYE/dynKaZODDhGgWrymh4QL114GMXLwNYFtHTxtR01JprtAZDWQfUQMT1OPvjOWX8iRndXUDO6ICEVRxyMYeMOorDR2k3cvYXmPQDxhdApmHXz5geDMmR544p+znZyTHlmfO/ZM4Agn7E5JgH7V1bkdP509pjUCvLEr9RwtecdHDbcrZt1w35+Jx/LdbROPMFSwz3ARuCINtlZS02L8+PPJF/vvb8GwAA//8DAFBLAwQUAAYACAAAACEAOdtFTLkFAAAnWgAAEgAAAHdvcmQvbnVtYmVyaW5nLnhtbOyczW7qRhiG95V6D8j7xP8/oEOOwECV6rQ60knV9WAGsGKPrbGB0FV7Ke266q430EvpDfQWOuOxzZ9DbIMw5MwmDuP5Xs/3zjfDk0nCh48vvtdaQhy5AeoK8r0ktCBygomLZl3hp6fRnSW0ohigCfACBLvCGkbCx4dvv/mw6qCFP4aYdGwRDRR1VqHTFeZxHHZEMXLm0AfRve86OIiCaXzvBL4YTKeuA8VVgCeiIslS8l2IAwdGEdGxAVqCSEjlnJdyahMMViSYCmqiMwc4hi8bDbmyiC62RetQSKkhRDJU5EMptbKUIdJRHQhptYTIqA6U9HpKBckZ9ZSUQyWznpJ6qGTVUzooJ/+wwIMQInJzGmAfxOQlnok+wM+L8I4IhyB2x67nxmuiKRmZDHDRc40RkahcwVcnlRVM0Q8m0FMnmUrQFRYYddL4uzyeDr3D4tNLFoHL5M9CBoGz8CGKk8xFDD3iRYCiuRvmK9yvq0ZuzjOR5bEklr6X9VuFcsnl8tr2NGBWbgTLDD/13/fYyI8rylKJGaESeUSZIew+MxuJT6pw8+Ba1myZK5fcQDIB5UDAcGDJDT/TsFIN0dmsUKrjllwamQ6bFarjboyVS+5j+4PZEohgNQk9G0e09rcyCmenle13OFiEGzX3NLXHzSa0ojxQQSst/+0lGZ02mC9zEJK9yXc6jzMUYDD2yIhIMbdIPbaSGaBfybTSS/ItfGnRjUB4IPwCxlGMgRP/uPBbO68eSQERDiIiHQwJ/GDayFCnN40h7mMInmkXqoIiKt9ZAo+0jJS+ItuKINI7/sKL3U9wCb2ndQizPkmrR1tZr9gPveyeatvSUJE0dsdb0hsuuWTPSsaSdZZZL0JhIz9vHC88D8Z5/BN8yW/9++sfefv3TtbqwWnaPfyM6cVFNB3a3BU0hdrQmQM0S3iQviZ9xbwzTi+jAMURNTFyXFJgP5PelCCjJLpHLNpvcxGRn8ApIG6wx4+Tr25uJWuNfskalCRfMX2mmKSx75J8ukv//F7VJEu7nEkbO2T9bTuU0+3477e/q/ohK8alDDmevnqO9P+snL5hXUf6bJM7Mf2/qqavyNJ1pK83UvyKfrEt83j6RiPFr7QvthkeT99spPhV9Uq2PquR4lfNxrY+cQfg6DOO0p1ch+4Uua1LumWw/KvTXbsvGX1LS+O3p+sMdJc+r/xkXRPblYEZznY7dnC2Oz19znbV0udsx9mOsx1nuwunX5HtlDpsp2rKSB5ItdlOaxu2aitWbms+Xfzk7kIndzXW9OXwjsMchzkOc4Xpc5hroPg5zHGYuwWYU2vBXNvWTcsasvyLYW6+HmN38sMRpDN7pqbpmpabm09a4l0cek5XsI2BNVRNu8Y0hl/itZeP55MbxZ8BBjMMwnnhPH8FJ3y5rZakS0N5dAZ2fl9nfrlBw/5Is4b9s7x5XDM4VrWI7hepRZImtSVJYlUFUQxidwnP9JPGLcPmvkHMsjMbdMs4um8QazmzQbcMrPsGXccSuyKk3TfoOpbYFUHvvkHXscRuB4vpLl4HiwdqXxqw/KufcQ7aQ0Oib/2ZrfmEvv8zTn6ayU8z+WkmP818M31+mtlA8fPTTH6aeQvYRjG3Mrbplq0aZttm+VfHNsM2FG3YTk9Dt6frDNhWY7FybOPYtsmeYxvHNo5tHNsaTZ9jWwPFfzvYRk+8K2ObOVBHqmFpLP/q2NYb9CRTVtL47el679jGIe317DmkNVD6HNI4pHFI45DWaPoc0o5DGv2te3VIG/ZNc9QbsPyrQxrZGwzLlL/Kf/vgZ2sc2zi2cWx7M32ObQ0UP8c2jm1Xgm0owTWUffIKbdphtywjNZVDBWHsDbQwLPmf3VfC2BtPYVj2x+RFYQefD7gJM4+EsY2uMEw7EsY2iMKw5JMEXwljC6swLJvrojBWkIVhGcYlYezKIPrhfwAAAP//AwBQSwMEFAAGAAgAAAAhAPiVyO/8DgAA85kAAA8AAAB3b3JkL3N0eWxlcy54bWzsXd9zo0YSfr+q+x8oPSUPG/+QLTtbcVJr2T67btdxVt5L3eMIRhZnYHSA1uv89TczDAjUDKKHjuu8m6RqLQH9MczXX890A5qffvkSR95nnmahSM5GBz/sjzye+CIIk4ez0af7qzenIy/LWRKwSCT8bPTMs9EvP//9bz89vc3y54hnngRIsrexfzZa5vnq7d5e5i95zLIfxIoncudCpDHL5df0YS9m6eN69cYX8Yrl4TyMwvx573B/fzIyMGkfFLFYhD6/EP465kmu7fdSHklEkWTLcJWVaE990J5EGqxS4fMskxcdRwVezMKkgjk4AkBx6KciE4v8B3kxpkUaSpof7OtPcbQBOMYBHAKAic+/4DBODcaetKzjhAEOZ1LhhEENx60xNYCM4yCOy3Zkz7G6oth/e/OQiJTNI4kkOfJkN3saWP0rW6v+6I/y8J+lwwbCv+ALto7yTH1N71Lz1XzTf65Ekmfe01uW+WF4L9slweNQnuf6XZKFI7mHsyx/l4WsvvPSbFP7l+rAVks/y2ubz8MgHO2pk2Z/yJ2fWXQ2Ojwqt0xVIxrbIpY8lNt48mZ6W2/M2eiPpdk0l7hnI5a+mb1Thnvm2oq/tSteVd+Ko7a6R+pJqmtWiFzu5Yv3wn/kwSyXO85G++pUcuOnm7s0FKkU8tnoxx/NxhmPw+swCHhSOzBZhgH/fcmTTxkPNtt/u9JiNBt8sU7k5/HJRFMWZcHlF5+vlLTl3oSp3rtVBpE6eh1uTq7N/1uCHZg+a7Nfcqbim3ewDaGbj4I4VBZZ7WrbMddb166PQp1o/FInOnqpEx2/1IkmL3Wik5c60elLnUjD/JknCpOAfymECE8DUHfhWNSIxrGIDY1j0RIaxyIVNI5FCWgci6OjcSx+jMaxuCkCJxe+zQtrzj62eHs37u4xwg1395Dghrt7BHDD3R3w3XB3x3c33N3h3A13d/R2w90drPG4xVTLu5EyS/LBKlsIkSci517OvwxHY4nE0kkfDZ4a9HhKcpEEMEVkMwPxYDSf6e+7PUSL1H08z1U25omFtwgf1inPBjecJ595JLN2jwWBxCMETHm+Ti094uLTKV/wlCc+p3RsOtAoTLiXrOM5gW+u2AMZFk8C4u4rEUmCQuXQbJ0vlUhCAqeOmZ+K4U0TjCw+vA+z4X2lQLzzdRRxIqxbGhfTWMNzAw0zPDXQMMMzAw0zPDGocUbVRQaNqKcMGlGHGTSifiv8k6rfDBpRvxk0on4zaMP77T7MIx3i67OOg/61u2kkVJl+cDtm4UPC5ARg+HBjaqbeHUvZQ8pWS0+VkNth69eMPc+5CJ69e4oxrUKimtdrF5nKqw6T9fAObaBRiavCI5JXhUcksApvuMQ+yGmymqBd0+Qzs/U8bxWtRuol2hmL1sWEdrjaWD7cwzYCuArTjEwG7bAEHnyrprOKTorIt2nl8IZtsIbLajsqkTbPQBK0MhL+I00Yvn5e8VSmZY+Dka5EFIknHtAhzvJUFL5Wl/yhpqSX5C/j1ZJloc6VGhD9h/ryBr/3ga0GX9BdxMKEhrfLNzELI49uBnF9/+G9dy9WKs1UHUMDeC7yXMRkmKYS+N3vfP49TQPfySQ4eSa62ndE5SENNg0JBpkCSQRESHKaGSYhyRiq8f7Jn+eCpQEN2l3Ki2dqck6EOGPxqph0EGhLxsUnGX8IZkMa718sDVVdiEpU9yRgtbJhtp7/h/vDQ92t8EgqQ7+uc11/1FNdbU0HN3ya0IAbPkXQbMrhQfkvwcU24IZfbAOO6mKnEcuy0HoL1RmP6nJLPOrrHZ78GTwRiXSxjug6sAQk68ESkKwLRbSOk4zyijUe4QVrPOrrJXQZjUdQktN4/0jDgIwMDUbFhAajokGDUXGgwUgJGP6ETg1s+GM6NbDhz+oUYERTgBoYlZ+RDv9Ed3lqYFR+psGo/EyDUfmZBqPys/GFxxcLOQmmG2JqkFQ+V4OkG2iSnMcrkbL0mQjyMuIPjKBAWqDdpWKhXrYQSfEQNwGkqlFHhJPtAo6K5N/5nKxpCouyXQQVURZFQhDV1jYDjrZsPru2y0y/czG4CXcR8/lSRAFPLddkt5X58mzFfFOmB7f7epU934cPy9ybLatqfx1msr/TskzYG2a7T9jW55PDDrMPPAjXcdlQ+DLFZNzfWHt0w7h856XDeDOTaFge97SE55zsttzMkhuWJz0t4TlPe1pqnTYsu/RwwdLHVkc46fKfKsezON9JlxdVxq2n7XKkyrLNBU+6vKghFe+d76u7BZCdfpqx2/cTj90eoyI7CkZOdpTeurJDdAnsI/8cqpEdEzT1+aqnJ0Dc15PoXpHzt7Uo6vaNG079X+q6kROnJONeK864/42rRpSx92PvcGOH6B137BC9A5AdolckspqjQpIdpXdsskP0DlJ2CHS0giMCLlpBe1y0gvYu0QqiuESrAbMAO0Tv6YAdAi1UCIEW6oCZgh0CJVRg7iRUiIIWKoRACxVCoIUKJ2A4oUJ7nFChvYtQIYqLUCEKWqgQAi1UCIEWKoRACxVCoIXqOLe3mjsJFaKghQoh0EKFEGih6vniAKFCe5xQob2LUCGKi1AhClqoEAItVAiBFiqEQAsVQqCFCiFQQgXmTkKFKGihQgi0UCEEWqjFq4buQoX2OKFCexehQhQXoUIUtFAhBFqoEAItVAiBFiqEQAsVQqCECsydhApR0EKFEGihQgi0UPXNwgFChfY4oUJ7F6FCFBehQhS0UCEEWqgQAi1UCIEWKoRACxVCoIQKzJ2EClHQQoUQaKFCiC7/NLcobY/ZH+CrntYn9vvfujKN+lh/lbsONe4PVbbKjtX/XYRzIR691hcPxzrf6AcSzqNQ6BK15bZ6HVc/EoG68fnrtPsNnzr6wB9dMu9C6HumAPyoryWoqRx1uXzdEiR5R12eXrcEs86jruhbtwTD4FFX0NW6LB9KkcMRMO4KMzXjA4t5V7SumcMu7orRNUPYw12RuWYIO7grHtcMjz0VnLetj3v206R6vhQgdLljDeHEjtDllpCrMhxDYfQlzY7Qlz07Ql8a7QgoPq0weGLtUGiG7VBuVEOZYal2F6odAUs1RHCiGsC4Uw2hnKmGUG5Uw8CIpRoiYKl2D852BCeqAYw71RDKmWoI5UY1HMqwVEMELNUQAUv1wAHZCuNONYRyphpCuVENJ3dYqiEClmqIgKUaIjhRDWDcqYZQzlRDKDeqQZaMphoiYKmGCFiqIYIT1QDGnWoI5Uw1hOqiWldRGlSjGK6Z4yZhNUPcgFwzxAXnmqFDtlSzdsyWagiO2RLkquQcly3VSbMj9GXPjtCXRjsCik8rDJ5YOxSaYTuUG9W4bKmNaneh2hGwVOOyJSvVuGypk2pcttRJNS5bslONy5baqMZlS21UuwdnO4IT1bhsqZNqXLbUSTUuW7JTjcuW2qjGZUttVOOypTaqBw7IVhh3qnHZUifVuGzJTjUuW2qjGpcttVGNy5baqMZlS1aqcdlSJ9W4bKmTaly2ZKcaly21UY3LltqoxmVLbVTjsiUr1bhsqZNqXLbUSTUuW/ogTUKCn4CaxSzNPbrfi7tm2TJnw3+c8FOS8kxEn3ng0V7qe9RV7j01lr9S2Hq1O3l8LvtM/QJ67XWloPgFWAOoD7wJqmWqlLFqiWeW7jKbdYPN7Vr9Oc1kTm2O2d8/Pz8cT43UVsXSZFnxZqk8Rv1a0dloPNGvJKkvH9dqDTS2zoVpvTbZM43Z0fyqweb+8wFo8mbBLN2eOZM99avqYXBBifqxxZbtysnK7eVppkuWFns37l8eYwRu75+Lo/3ji8tG/zxyvrqV59fb1BfJOc/0t03XzdXvlHG1qJoRvyh+/On956gCr/ehZWE4qcRyrTrv3+yaNxaGa92pV4Vr3eNnZ6P7MOaZd8ufvI8iZon3nemkzJvOvje9rv/1VfjYdIP6T2HodeV0aDkbqd+9N0xtFpYrb5TXF5Yb60hTWx/OxVsOrd5i4hiNtxz28JamlP9kB7L7TxlBvir/GZuJQ2NhQr1toP+Mrf5jHgqh8Z/x6/GfUpVfl/9QxJojq6+Y6EbjK0evx1e0Rv5ffSWcFhfk7DPlSDzEZ46tPmMeAKPxmePX4zNaK19DfBnoGcUKs22eYcY6Gs+YvB7P0Ir4yzMeTqyeYTIyGs84eT2eUc70vppxZqCHnFo9xBS3aDzk9PV4iFbGq4gdhyfq/3bPKDfeh2oV8gtDZiPp6ek+vmSO+eYnxy0VIrN0UPXbN3rhoG3HsqwvZHGKchJVlbnafcTe7lzVKTvarOuYnaWtotRp9VrjtrtaKNszjwonkh9uEuXET2aV96KlwRdWQMn9Ux5FH1hxtFjZD434QmlP7j3Y1780ubV/XiyaYLVPdXXdCrDXbEzxtdtPimUUw+K1D2slUZWQW7pbv4M0tKd7+rC/zmTXzNQB2+1rVPS2W2l2egfeJphtRcdWHdhiovFwazy0B7y/KnlIQouim43QQyJCTZ3wmyV0SGkNSWhRBbMROiYi1BTuvl1C/xw1FmUpG3lHROSZ6PLqyXup4hOSxKJOZCPxmIhEU9r6phRITlVRuLFRNSGiygT/v6gaQlVRSbFRdUJElSn+fJOhkZyyorRho+yUiDKTwH9d6nqZAkaj/tXBp17ibptHvbGNvX5Pv5xe7k+vzoujTEFpdR7U0nt9nFoI2qyb9oe6raE+rJhftlD32eapmCr532GrPwPbqjDgdOaybOBwalVSM5eeLasu8iPOCqHVjpZfF2Ek916eXE4u9YNl2heu9MY58x8fUrFOgn43mKciyUTE9O+BbFx8FsaztX4oy3h2/bBWl9aLsFbuHDFdT9QXwZM3n2a0weUmUWXJVpes7cKFFWuRrZ//EnVv0eagCgKJSCof0mHb+JD+DByQ1HVoWNwMCNVTiNuUbfYMZayshbWUGZvMTS8Pfjw1CaxhrjlMHk/G002YNbF32WzoujzaSH1A52weiCyfh9zupJZHJql6a3eNFtd5k/3jy+Mp1iMPLq4uLhzGrKoPVZF08/vy2/2nn87d7G7ru/qgBXtrbFJm1F2XZB0XH8Jo68kfve+msi5Ha2MAwnZPKZafsp//BwAA//8DAFBLAwQUAAYACAAAACEAzJJQVH0BAADxAgAAEQAIAWRvY1Byb3BzL2NvcmUueG1sIKIEASigAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjJLLTsMwEEX3SPxD5H1qJ+WlKE3FQ6yoQKIViJ2xJ60hsS17IPTvcZI2JYgFO4/n+GRy7Xz+VVfRJzivjJ6RZMJIBFoYqfR6RlbL2/iCRB65lrwyGmZkC57Mi+OjXNhMGAcPzlhwqMBHwaR9JuyMbBBtRqkXG6i5nwRCh2ZpXM0xlG5NLRfvfA00ZeyM1oBccuS0FcZ2MJKdUopBaT9c1QmkoFBBDRo9TSYJPbAIrvZ/Hug6P8ha4dbCn+i+OdBfXg1g0zSTZtqhYf6EPi/uHrtfjZVusxJAilyKDBVWUOT0sAwr//H6BgL77aEIa+GAo3HFQglnvCkxui9LJSBaeXAdvSfa7N9h2xgnffCMqoBJ8MIpi+FG+6+MNgJdcY+LcMWlAnm1LS5Pz9OzTvOr0bIOPlX7NoqkI4Yy3wXdDwUyCgFlfZz7ztP0+mZ5S4qUpUnMTuIpW7I0O00zxl7auUbnD8J6N8A/jdOMnYyNe0EfzfiRFt8AAAD//wMAUEsDBBQABgAIAAAAIQAiURHx1QEAAN4DAAAQAAgBZG9jUHJvcHMvYXBwLnhtbCCiBAEooAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJxTwW7bMAy9D9g/GLo3crKh6AJFxZBi6GFDA8Rtz5xMJ8JsSZDYINnXj7YTT9l2mk/vkfTTE0mp+2PXFgeMyXq3EvNZKQp0xtfW7VbiufpycyeKROBqaL3DlThhEvf6/Tu1iT5gJIupYAmXVmJPFJZSJrPHDtKM044zjY8dENO4k75prMEHb946dCQXZXkr8UjoaqxvwiQoRsXlgf5XtPam95deqlNgPa0q7EILhJrOYFZ7Oio5xVXlCdrKdqjnJccnpjaww6TnSo5AvfpYJ724U3JEar2HCIa4h3p++0HJjKvPIbTWAHF39Tdrok++oeJpsFz0/yuZlyi+xhbNW7R00mwjp+qrdaOREbCxCLsIYX92NzG1NdDimhugG2gTKvk7oB4R+uFuwPb+DrQ8oCEfi2R/8ngXovgOCfu2rcQBogVHYiwbyYDbkCjqylLL2hMfYF6WY/uxNzmC68KBDB4YX7sbTkhPDd+N/mF2npsdPIxWMzu5s8sZf6iufRfAcX/lhLjBP9JzqPxDvxrnHl4Hs6m/WtpvA5h+OJ/KfP5ZRm05ijUPdJrJFFCPfIPY9vr8r9thfan5O9Fv1Mv4XHnbZiV/wwpdYrwI0zvSvwAAAP//AwBQSwMEFAAGAAgAAAAhAIg/pb/hAAAAVQEAABgAKABjdXN0b21YbWwvaXRlbVByb3BzMS54bWwgoiQAKKAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAnJDBasMwEETvhf6D2bsiObFdEyyHuE4g19JCroq8tgWWZCS5tJT+e2V6So89LbPDzhu2OnzoKXlH55U1HNINgwSNtJ0yA4e31zMpIfFBmE5M1iAHY+FQPz5Und93IggfrMNLQJ3EhYrz0nL4ykvW5E87Rsr2nJLilDXkmKUNKTKWt8fnU8pY8Q1JRJsY4zmMIcx7Sr0cUQu/sTOaaPbWaRGidAO1fa8ktlYuGk2g25hA5RLx+qonqNc+v9cv2Pt7uVZbnPov5aZuk7KDE/P4CbSu6B/Uqu9eUf8AAAD//wMAUEsDBBQABgAIAAAAIQDBJ8sItgAAACEBAAATACgAY3VzdG9tWG1sL2l0ZW0xLnhtbCCiJAAooCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACskE0OgjAQRq9CegCKLlgQfmKiWzEhcV/KAE3aGdIOBm5v1egJXE7mfS/zTdlsziYP8MEQVuKQZiIJrHBQlhAqgSSauuyLjlavISSRxlD0lZiZl0LKoGdwKqS0AMbdSN4pjqOfJI2j0XAmvTpAlscsy2Vvemto8mqZd/GR/UfVgQXNMHS823i2PN1Ondl4vgyGY7P2LWjRGoR0CzYGXuBVuQhHViT37wtyUZfyV7h+AgAA//8DAFBLAwQUAAYACAAAACEAdD85esIAAAAoAQAAHgAIAWN1c3RvbVhtbC9fcmVscy9pdGVtMS54bWwucmVscyCiBAEooAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIzPsYrDMAwG4P3g3sFob5zcUMoRp0spdDtKDroaR0lMY8tYamnfvuamK3ToKIn/+1G7vYVFXTGzp2igqWpQGB0NPk4Gfvv9agOKxcbBLhTRwB0Ztt3nR3vExUoJ8ewTq6JENjCLpG+t2c0YLFeUMJbLSDlYKWOedLLubCfUX3W91vm/Ad2TqQ6DgXwYGlD9PeE7No2jd7gjdwkY5UWFdhcWCqew/GQqjaq3eUIx4AXD36qpigm6a/XTf90DAAD//wMAUEsDBBQABgAIAAAAIQDrgGBMUwMAAI8OAAASAAAAd29yZC9mb250VGFibGUueG1szJbPb9MwFMfvSPwPUU7jwJqkXZdV66Y2WzQk2IEVAUc3cVqL2I7itF3/AA6IE+LI38C4gwb/DNPYf8FznLRZm25LQbBGzY9n+5vnT57f8+7+KQ21MY4F4aytm5uGrmHmcZ+wQVt/0XMf27omEsR8FHKG2/oUC31/7+GD3Ukr4CwRGoxnokW9tj5MkqhVqwlviCkSmzzCDBoDHlOUwGM8qFEUvxlFjz1OI5SQPglJMq1ZhtHUM5n4Lio8CIiHD7g3opgl6fhajENQ5EwMSSRytcld1CY89qOYe1gImDMNlR5FhM1kzMaSECVezAUPkk2YTOZRKgXDTSO9o+FcYKuagLUk0PTwaTUNO9OowciiDvGr6TRnOsQv6KznTEFA4GoSW7kfYkrljKjXejJgPEb9EJTgG2mAWUuF5Rm8lZf0FrrvZfGqTVoMURjwEj62DHKRNkWIcYFNaB2jsK0bW8bST6/Jjt4QxQJLmbRj40CZA0RJOM2tPvbAr4SMsWqNSOIN88Yxion0WTUJMoCGkegb8Fb1q+vKYsJyzN+tLNasT26pX7d4qY6tDGZmMQt94J01BWIJSI9QLLRjPNGec4pYKRYLjqZRBzwN+Ftw1yjFktO6jiVOdasQgaVoWB17e04km9syEfsmIoqH61Yj4qCQ9GOygoSbEpBHAzhYlUiICRGiEomOdNY6TGegSDSkwdjuVosN9bxTkcQBZoNXJAsKFCbHYM19vvz87vLrj2wyS5RMiBcIabhmRyklu1lGCY0SvgakbgFS3XbcbcftLEIym7dAknQrQnqWZy/tNTrCKmwWWF18P/t1/uXq09urbx9WEetCXMl4knGVnisQqx5X6XqyiivM6jhu3dmy1kFmVkS2kHO0jSOM0qSsOSePygAuJqmVDJsZvWyF/oUs5eMAjcLkxoQB+w8eovKSorzaWTNjUO7juMytgJxif/m7HsrSYamMN88XrjOzzPPFzu2Zs2q+OCH0ZFSaLS7O3v88/3gvskU2j0K5tWzbzadfOVv8WbnVNrrcn96PsGc86cUj3JtGeK1lkFcL7SkZDJPVNSNrvw+x8H8rR7bRKPAq226oovBvthuHEkenmD4caWmUbDfukD5u3XhlN2LvNwAAAP//AwBQSwECLQAUAAYACAAAACEAZPVj7oEBAAApBgAAEwAAAAAAAAAAAAAAAAAAAAAAW0NvbnRlbnRfVHlwZXNdLnhtbFBLAQItABQABgAIAAAAIQAekRq37wAAAE4CAAALAAAAAAAAAAAAAAAAALoDAABfcmVscy8ucmVsc1BLAQItABQABgAIAAAAIQAzwlu/QQEAAOcEAAAcAAAAAAAAAAAAAAAAANoGAAB3b3JkL19yZWxzL2RvY3VtZW50LnhtbC5yZWxzUEsBAi0AFAAGAAgAAAAhAE4yjpAWBgAApiQAABEAAAAAAAAAAAAAAAAAXQkAAHdvcmQvZG9jdW1lbnQueG1sUEsBAi0AFAAGAAgAAAAhALb0Z5jSBgAAySAAABUAAAAAAAAAAAAAAAAAog8AAHdvcmQvdGhlbWUvdGhlbWUxLnhtbFBLAQItABQABgAIAAAAIQDlI7CA9QMAAKALAAARAAAAAAAAAAAAAAAAAKcWAAB3b3JkL3NldHRpbmdzLnhtbFBLAQItABQABgAIAAAAIQBAwf/xOQEAACMDAAAUAAAAAAAAAAAAAAAAAMsaAAB3b3JkL3dlYlNldHRpbmdzLnhtbFBLAQItABQABgAIAAAAIQA520VMuQUAACdaAAASAAAAAAAAAAAAAAAAADYcAAB3b3JkL251bWJlcmluZy54bWxQSwECLQAUAAYACAAAACEA+JXI7/wOAADzmQAADwAAAAAAAAAAAAAAAAAfIgAAd29yZC9zdHlsZXMueG1sUEsBAi0AFAAGAAgAAAAhAMySUFR9AQAA8QIAABEAAAAAAAAAAAAAAAAASDEAAGRvY1Byb3BzL2NvcmUueG1sUEsBAi0AFAAGAAgAAAAhACJREfHVAQAA3gMAABAAAAAAAAAAAAAAAAAA/DMAAGRvY1Byb3BzL2FwcC54bWxQSwECLQAUAAYACAAAACEAiD+lv+EAAABVAQAAGAAAAAAAAAAAAAAAAAAHNwAAY3VzdG9tWG1sL2l0ZW1Qcm9wczEueG1sUEsBAi0AFAAGAAgAAAAhAMEnywi2AAAAIQEAABMAAAAAAAAAAAAAAAAARjgAAGN1c3RvbVhtbC9pdGVtMS54bWxQSwECLQAUAAYACAAAACEAdD85esIAAAAoAQAAHgAAAAAAAAAAAAAAAABVOQAAY3VzdG9tWG1sL19yZWxzL2l0ZW0xLnhtbC5yZWxzUEsBAi0AFAAGAAgAAAAhAOuAYExTAwAAjw4AABIAAAAAAAAAAAAAAAAAWzsAAHdvcmQvZm9udFRhYmxlLnhtbFBLBQYAAAAADwAPANQDAADePgAAAAA=",dne=()=>m1(fne),hne=_("image-to-docx");async function gne(n){return new Promise((e,t)=>{const r=new Image;r.onload=()=>{e({width:r.naturalWidth,height:r.naturalHeight})},r.onerror=t,r.src=n})}async function GL(n,e){if(n.width&&n.height)return{width:n.width,height:n.height,buffer:e};try{const t=await Vc(new File([e],"",{})),r=await gne(t);return r.width===void 0||r.height===void 0?{width:345,height:230,buffer:e}:n.width||n.height?{width:n.width||r.width*n.height/r.height,height:n.height||r.height*n.width/r.width,buffer:e}:{width:r.width,height:r.height,buffer:e}}catch(t){hne.error(t);return}}function mne(n,e){let t=n.filter(s=>s!=null);const r=e-(t.length-1)*20,i=.87,o=t.reduce((s,a)=>s+a.width,0);return o>r&&(t=t.map(s=>({width:s.width*r/o,height:s.height*r/o,buffer:s.buffer}))),t.map(s=>({width:s.width*i,height:s.height*i,buffer:s.buffer}))}function pne(n,e,t){if(!t||typeof t!="object")return;const r=t,i=n.filter(s=>s!=null),o=e-(i.length-1)*20;i.forEach((s,a)=>{if(i.length===1&&r.widthPercent){const f=r.widthPercent,h=s.width;s.width=o*(f/100),s.height*=s.width/h;return}const c=`${a}_flex`;if(r[c]){const f=r[c],h=s.width;s.width=o*f,s.height*=s.width/h}})}function XL(n=[0,1,2,3,4,5,6,7],e=1){return n.map(t=>{let r;switch(t%3){case 0:r=ke.LevelFormat.DECIMAL;break;case 1:r=ke.LevelFormat.LOWER_LETTER;break;default:r=ke.LevelFormat.LOWER_ROMAN;break}return{level:t,format:r,text:`%${t+1}. `,alignment:ke.AlignmentType.START,start:e,style:{paragraph:{indent:{left:ke.convertInchesToTwip(.3*(t+1)),hanging:ke.convertInchesToTwip(.2)}}}}})}function bne(){return[0,1,2,3,4,5,6,7].map(n=>{let e;switch(n%3){case 0:e="\u2022";break;case 1:e="\u25E6";break;default:e="\u25AA";break}return{level:n,format:ke.LevelFormat.BULLET,text:e,alignment:ke.AlignmentType.START,style:{paragraph:{indent:{left:ke.convertInchesToTwip(.3*(n+1)),hanging:ke.convertInchesToTwip(.2)}}}}})}function Cne(){return[0,1,2,3,4,5,6,7].map(n=>({level:n,format:ke.LevelFormat.BULLET,text:"\u2611",alignment:ke.AlignmentType.START,style:{paragraph:{indent:{left:ke.convertInchesToTwip(.3*(n+1)),hanging:ke.convertInchesToTwip(.2)}}}}))}function Ene(){return[0,1,2,3,4,5,6,7].map(n=>({level:n,format:ke.LevelFormat.BULLET,text:"\u2610",alignment:ke.AlignmentType.START,style:{paragraph:{indent:{left:ke.convertInchesToTwip(.3*(n+1)),hanging:ke.convertInchesToTwip(.2)}}}}))}var Bh=(n=>(n.NUMBERING="number-numbering-reference",n.BULLET="number-bullet-reference",n.CHECKED="checked-bullet-reference",n.UNCHECKED="unchecked-bullet-reference",n))(Bh||{});const xne=[{levels:XL(),reference:"number-numbering-reference"},{levels:bne(),reference:"number-bullet-reference"},{levels:Cne(),reference:"checked-bullet-reference"},{levels:Ene(),reference:"unchecked-bullet-reference"}];function Ane(n){switch(n){case"style-color-0":return"d83931";case"style-color-1":return"de7802";case"style-color-2":return"dc9b04";case"style-color-3":return"2ea121";case"style-color-4":return"245bdb";case"style-color-5":return"6425d0";case"style-color-6":return"8f959e";default:return}}function yne(n){switch(n){case"style-bg-color-1":case"style-bg-color-2":case"style-bg-color-8":case"style-bg-color-9":return"yellow";case"style-bg-color-0":case"style-bg-color-5":return"magenta";case"style-bg-color-3":return"green";case"style-bg-color-4":case"style-bg-color-11":return"blue";case"style-bg-color-6":return"lightGray";case"style-bg-color-7":return"red";case"style-bg-color-10":return"darkGreen";case"style-bg-color-12":return"darkMagenta";case"style-bg-color-13":return"darkGray";default:return}}function wne(n){switch(n){case"style-bg-color-0":return"fbbab6";case"style-bg-color-1":return"ffdcb0";case"style-bg-color-2":return"fff7a0";case"style-bg-color-3":return"ceefc5";case"style-bg-color-4":return"d1ddfb";case"style-bg-color-5":return"d9cbf8";case"style-bg-color-6":return"eaeaea";case"style-bg-color-7":return"fe837c";case"style-bg-color-8":return"ffbd6a";case"style-bg-color-9":return"ffe662";case"style-bg-color-10":return"a8f393";case"style-bg-color-11":return"98b5ff";case"style-bg-color-12":return"b394f8";case"style-bg-color-13":return"b1b1b1";default:return}}const kne=/rgb\((\d+),\s*(\d+),\s*(\d+)\)/;function YL(n){if(typeof n=="string"&&n.length>0){if(n[0]==="#")return n.substring(1);const e=n.match(kne);if(e){const t=s=>{let a=Number(s).toString(16);return a.length<2&&(a=`0${a}`),a},r=t(e[1]),i=t(e[2]),o=t(e[3]);return`${r}${i}${o}`}if(n==="red")return"FF0000";if(n==="green")return"00FF00";if(n==="blue")return"0000FF"}}function On(n,e){if(n&&n.attributes&&n.attributes[e])return n.attributes[e];if(n&&n.attributes&&n.attributes.box&&n.attributes.inputType&&e==="style-underline")return!0}function JL(n,e,t){for(let r=0;r<=t;++r){const i=`${e}${r}`;if(On(n,i))return i}}function u0(n,e,t){n.attributes=n.attributes||{},n.attributes[e]=t}function gA(n){return n==="image"||n==="drawio"||n==="plantuml"||n==="mermaid"||n==="flowchart"}function ZL(n){return n&&n.startsWith("//")?`https:${n}`:n&&!n.startsWith("http://")&&!n.startsWith("https://")?`https://${n}`:n}function vne(n){const e=On(n,"inlineStyle");if(e==null)return;const t=e.split(";");for(const r of t){const i=r.split(":");if(i.length!==2)continue;const o=i[0].trim().toLowerCase(),s=i[1].trim().toLowerCase();o==="font-size"&&u0(n,"inline-style-font-size",s),o==="color"&&u0(n,"inline-style-color",s),o==="background-color"&&u0(n,"inline-style-background-color",s),o==="font-family"&&u0(n,"inline-style-font-family",s)}}function Bne(n,e){if(e==null)return n==null?void 0:n.normal;if(n)return n[`heading${e}`]}function Tne(n){const e=`${On(n,"inline-style-font-size")}`;if(e&&e.indexOf("px")>0)return+e.replace(/px/g,"")}function Rne(n){if(n.attributes&&n.attributes.box&&n.attributes.text)return` ${n.attributes.text} `;if(n.attributes&&n.attributes.box&&n.attributes.inputType)return n.attributes.value?`${n.attributes.value}`:" "}function Sne(n){if(n.attributes&&n.attributes.box&&n.attributes.text)return` @${n.attributes.text} `}function Lne(n){return On(n,"inline-style-font-family")}function Ine(n){const e=On(n,"inline-style-background-color");return YL(e)}function Dne(n){const e=On(n,"inline-style-color");return YL(e)}function _ne(n){vne(n);const e=On(n,"type")==="mention";return{box:n.attributes&&n.attributes.box?n.attributes:void 0,inlineCode:!!On(n,"style-code"),link:ZL(On(n,"link")),size:Tne(n),text:e?Sne(n):Rne(n)||n.insert,bold:!!On(n,"style-bold"),underline:!!On(n,"style-underline"),italics:!!On(n,"style-italic"),strike:!!On(n,"style-strikethrough"),superScript:!!On(n,"style-super"),subScript:!!On(n,"style-sub"),math:On(n,"type")==="math"?On(n,"src"):void 0,mention:e,fontFamily:Lne(n),background:Ine(n),color:e?"338fe5":Ane(JL(n,"style-color-",6))||Dne(n),highlight:JL(n,"style-bg-color-",13)}}function Mne(){return[new ke.Paragraph({border:{top:{color:"auto",style:ke.BorderStyle.DASHED,size:4,space:1}},spacing:{before:300}}),new ke.Paragraph({spacing:{line:0}})]}function One(){return new ke.Paragraph({children:[new ke.TextRun({text:"[\u89C6\u9891\u6682\u4E0D\u652F\u6301\u5BFC\u51FA]",shading:{type:ke.ShadingType.CLEAR,color:"FFFFFF",fill:"CCCCCC"}})]})}function Une(){return new ke.Paragraph({children:[new ke.TextRun({text:"[\u97F3\u9891\u6682\u4E0D\u652F\u6301\u5BFC\u51FA]",shading:{type:ke.ShadingType.CLEAR,color:"FFFFFF",fill:"CCCCCC"}})]})}function Nne(n,e){return new ke.Paragraph({children:[new ke.ExternalHyperlink({children:[new ke.TextRun({style:"Hyperlink",text:e||n})],link:n})]})}function QL(n){if(n.heading!=null)return`Heading${n.heading}`}function e6(n){if(n.alignment!=null){if(n.alignment==="center")return ke.AlignmentType.CENTER;if(n.alignment==="right")return ke.AlignmentType.RIGHT;if(n.alignment==="left")return ke.AlignmentType.LEFT}}function Pne(n){if(n.indent)return{left:ke.convertInchesToTwip(.3*n.indent-.2)};if(n.padding)return{left:ke.convertInchesToTwip(.3*n.padding)}}function Fne(n){return{type:ke.ShadingType.CLEAR,color:"FFFFFF",fill:n}}function Kne(n){const e=n.split(",");if(e.length!==0)return e[0].trim()}function t6(n,e){let t;t=n.inlineCode?"InlineCode":void 0,t=n.link?"Hyperlink":t;const r=n.size||e,i=r!=null?Math.floor(r*1.5+.5):void 0;return new ke.TextRun({text:n.text,bold:n.bold||void 0,underline:n.underline?{type:ke.UnderlineType.SINGLE}:void 0,italics:n.italics||void 0,strike:n.strike||void 0,superScript:n.superScript||void 0,subScript:n.subScript||void 0,size:i,style:t,font:n.fontFamily?Kne(n.fontFamily):void 0,shading:n.background?Fne(n.background):void 0,color:n.color,highlight:yne(n.highlight)})}function $ne(n,e){if(n.link)return new ke.ExternalHyperlink({children:[t6(n,e)],link:n.link})}async function n6(n,e,t,r,i){const[o]=await i(n,e,t);if(o==null)return;const s=await GL({width:r||0,height:0,src:t},o);return new ke.ImageRun({data:o,transformation:{width:(s==null?void 0:s.width)||100,height:(s==null?void 0:s.height)||20}})}function Vne(n){if(n.heading||n.heading)return n.heading}function jne(n){if(n.align&&(n.align==="center"||n.align==="right"||n.align==="left"))return n.align}function Hne(n){if(n.textOnly===!0&&n.level!=null)return n.level}async function zne(n,e){var r;const t=[];if(n.text&&Array.isArray(n.text)){for(let i=0;i<n.text.length;i++){const o=n.text[i];if(((r=o.attributes)==null?void 0:r.box)===!0&&e){const s=await e(o);if(s){n.text.splice(i+1,0,...s);continue}}t.push(_ne(o))}return t}}function qne(n){if(n.type==="list"&&n.textOnly!==!0)return{checkbox:n.checkbox,groupId:n.groupId,ordered:!!n.ordered,level:n.level||1,start:n.start||0}}function Wne(n,e){if(n.type==="embed"&&n.embedType&&gA(n.embedType)&&n.embedData&&n.embedData.src)return n.embedData.src.split("|").map(r=>{const i=e(r),o=n.embedData[`${i}_width`],s=n.embedData[`${i}_height`];return{src:r,width:o,height:s}})}function Gne(n){if(n.padding)return n.padding}function Xne(n){return!!(n.type==="embed"&&n.embedType&&gA(n.embedType)&&n.embedData&&n.embedData.src)}async function f0(n,e,t){return{quoted:!!n.quoted,heading:Vne(n),alignment:jne(n),indent:Hne(n),padding:Gne(n),texts:await zne(n,t),list:qne(n),images:Wne(n,e),border:Xne(n)}}async function Yne(n,e,t,r){const i=[];if(!n.children)return[];for(const o of n.children){const s=[];for(const a of e.blocks[o])s.push(await f0(a,t,r));i.push(s)}return i}const Jne=_("to-docx");function Zne(n,e){return Array(n).fill(0).map(()=>Array(e).fill(0).map(()=>({cellId:void 0,color:void 0,from:void 0,rowSpan:1,colSpan:1,width:0,originalWidth:void 0,align:void 0})))}function Qne(n,e,t,r){const i=!!n.hasColTitle,o=!!n.hasRowTitle,s=!!n.isStripeStyle,a="F5F8FB";for(let c=0;c<e;c++)for(let f=0;f<t;f++)(i&&f===0||o&&c===0||s&&c%2===1)&&(r[c][f].color=a)}function ere(n){p(Jne,n.children,"no table children");const e=n.rows,t=n.cols,r=n.colsWidth;if(r)for(let s=0;s<r.length;s++)r[s]===0&&(r[s]=100);const i=Zne(e,t);let o=0;for(let s=0;s<e;++s)for(let a=0;a<t;++a){if(i[s][a].originalWidth=r?r[a]:void 0,i[s][a].from!==void 0)continue;const c=n.children[o];o+=1,i[s][a].cellId=c,i[s][a].color=wne(n[`${c}_background`]),i[s][a].width=r?r[a]:100,i[s][a].align=n[`${c}_align`];const f=n[`${c}_rowSpan`]||1,h=n[`${c}_colSpan`]||1;if(i[s][a].rowSpan=f,i[s][a].colSpan=h,f>1||h>1){let b=0;for(let C=0;C<f;C++)for(let E=0;E<h;E++)C===0&&(b+=r?r[a+E]:80),!(C===0&&E===0)&&(i[s+C][a+E].from=[s,a]);i[s][a].width=b}}return Qne(n,e,t,i),i}const tre=_("to-docx");function nre(n){return Array.from({length:n},()=>({cellId:void 0,originalWidth:0,width:0}))}function rre(n,e){p(tre,n.children,"no layout children");const t=n.children.length,r=n.colsWidth;if(r)for(let o=0;o<r.length;o++)r[o]===0&&(r[o]=1/r.length);const i=nre(t);for(let o=0;o<t;++o)i[o].cellId=n.children[o],i[o].originalWidth=r[o]*e,i[o].width=r[o]*e;return i}async function ire(n,e,t,r,i,o,s,a,c,f){async function h(C){if(a&&C.type!=="_exportVirtualBlock"){const E=await a(i,o,C);if(E){await r.addDoc(n,E,f);return}}if(C.type==="text"||C.textOnly===!0){const E=await f0(C,s,c);await r.addTextBlock(E);return}if(C.type==="code"){const E=await Yne(C,t,s,c);await r.addCodeBlockObject(E);return}if(C.type==="list"&&C.textOnly!==!0){const E=await f0(C,s,c);await r.addListBlockObject(n,E);return}if(C.type==="embed"&&C.embedType){const E=C,y=E.embedData,T=E.embedType;if(gA(T)){const R=await f0(C,s,c);await r.addImagesBlockObject(C,R,f)}else C.embedType==="hr"?r.addSeparatorBlock():C.embedType==="video"?r.addVideoPlaceholder():C.embedType==="audio"?r.addAudioPlaceholder():C.embedType==="webpage"?r.addHyperlinkParagraph(ZL(y.src),y.title):r.addOtherEmbedBlock(T,C.embedData);return}if(C.type==="table"){let E=[];if(C.colsWidth)E=C.colsWidth;else{const T=C.cols;E=new Array(T);for(let R=0;R<E.length;R++)E[R]=100;C.colsWidth=E}const y=ere(C);await r.addTableMatrix(E,y,t),r.addEmptyParagraph()}if(C.type==="_exportVirtualBlock"&&await r.addVirtualBlock(C.id,t,f),C.type==="layout"){const y=C.colsWidth.map(R=>R*f),T=rre(C,f);await r.addLayoutMatrix(y,T,t)}}function b(C){var T;const E=((T=C==null?void 0:C.embedData)==null?void 0:T.exportSpec)||(C==null?void 0:C.exportSpec);if(!E)return[C];const y=[];for(const{type:R,data:O}of E){if(R==="text"){const M={id:re(),text:[{insert:O}],type:"text"};y.push(M);continue}if(R==="image"){const M={id:re(),type:"embed",embedType:"image",align:"left",embedData:{src:O}};y.push(M);continue}if(R==="link"){const M={id:re(),type:"embed",embedType:"webpage",embedData:{src:O.url,title:O.title}};y.push(M);continue}if(R==="block")for(const M of O){if(!t.blocks[M])continue;const Q={id:M,type:"_exportVirtualBlock"};y.push(Q)}}return y}for(const C of e)for(const E of b(C))!E||await h(E)}function ore(){return{listMaxInst:1,listInstMap:{},listRefMap:{},levelConfigs:[]}}const sre=_("to-docx");class are{constructor(e,t,r,i,o,s){g(this,"paragraphs");this.appId=e,this.docId=t,this.state=r,this.readImageFunc=i,this.convertBlocksFunc=o,this.defaultFontSize=s,this.paragraphs=[]}async addTextBlock(e){this.paragraphs.push(new ke.Paragraph({heading:QL(e),alignment:e6(e),children:await this.paragraphsFromBlockTexts(e),indent:Pne(e)}))}async addEmptyImagePlaceHolder(){this.paragraphs.push(new ke.Paragraph({text:`[${I.t("docx.imageExportFailed")}]`,shading:{type:ke.ShadingType.CLEAR,color:"FFFFFF",fill:"CCCCCC"}}))}async paragraphsFromBlockTexts(e){if(e.texts==null)return;const t=Bne(this.defaultFontSize,e.heading),r=[];for(const i of e.texts){if(i.link){const o=$ne(i,t);o&&r.push(o);continue}if(i.box&&i.box.type&&i.box.type==="br"){r.push(new ke.TextRun({text:"",break:1}));continue}if(i.box&&i.box.type&&i.box.type==="image"){const o=await n6(this.appId,this.docId,i.box.src,i.box.width,this.readImageFunc);o&&r.push(o);continue}if(i.math){const o=await n6(this.appId,this.docId,i.math,0,this.readImageFunc);o&&r.push(o);continue}r.push(t6(i,t))}return r}async addCodeBlockObject(e){for(const t of e)for(const r of t){const i={style:ke.BorderStyle.SINGLE,color:"#DEDEDE"};this.paragraphs.push(new ke.Paragraph({style:"Code",border:{left:{...i},right:{...i},top:{...i},bottom:{...i}},children:await this.paragraphsFromBlockTexts(r)}))}}async addListBlockObject(e,t){if(t.list==null)return;let r;const i=t.list.checkbox?`${e}-${t.list.groupId}-${t.list.checkbox}`:`${e}-${t.list.groupId}`;if(this.state.listInstMap[i])r=this.state.listInstMap[i];else if(r=this.state.listMaxInst,this.state.listMaxInst+=1,this.state.listInstMap[i]=r,t.list.start>0&&t.list.ordered){const s=`number-numbering-reference-${r}`,a=XL([t.list.level-1],t.list.start);this.state.levelConfigs.push({levels:a,reference:s,inst:r}),this.state.listRefMap[i]=s}else t.list.ordered?this.state.listRefMap[i]=Bh.NUMBERING:t.list.checkbox&&t.list.checkbox==="checked"?this.state.listRefMap[i]=Bh.CHECKED:t.list.checkbox&&t.list.checkbox==="unchecked"?this.state.listRefMap[i]=Bh.UNCHECKED:this.state.listRefMap[i]=Bh.BULLET;const o=QL(t);t.texts&&this.paragraphs.push(new ke.Paragraph({heading:o,children:await this.paragraphsFromBlockTexts(t),numbering:{reference:this.state.listRefMap[i],level:t.list.level-1,instance:r}}))}imageDimWithBufferToImageRun(e){return new ke.ImageRun({data:e.buffer,transformation:{width:e.width,height:e.height}})}async addImagesBlockObject(e,t,r){if(t.images==null){if(e.type==="embed"&&e.embedType==="image"){const{src:c}=e.embedData;c||this.addEmptyImagePlaceHolder()}return}const i=[],o=await Promise.all(t.images.map(async c=>{const[f,h]=await this.readImageFunc(this.appId,this.docId,c.src);if(f){const b=await GL(c,f);if(b)return b}i.push(h)}));pne(o,r,e.embedData);const s=mne(o,r),a={style:ke.BorderStyle.SINGLE,color:"#DEDEDE"};s.length&&this.paragraphs.push(new ke.Paragraph({border:t.border?{left:{...a},right:{...a},top:{...a},bottom:{...a}}:void 0,alignment:e6(t)||ke.AlignmentType.CENTER,children:s.map(c=>this.imageDimWithBufferToImageRun(c)).flatMap((c,f,h)=>c==null?[]:h.length-1!==f?[c,new ke.TextRun({text:" "})]:c)})),i.forEach(c=>{this.addHyperlinkParagraph(c)})}addSeparatorBlock(){Mne().forEach(e=>this.paragraphs.push(e))}addEmptyParagraph(){this.paragraphs.push(new ke.Paragraph(""))}addVideoPlaceholder(){this.paragraphs.push(One())}addAudioPlaceholder(){this.paragraphs.push(Une())}addHyperlinkParagraph(e,t){e!=null&&this.paragraphs.push(Nne(e,t))}async addTableMatrix(e,t,r){const i=e.map(o=>o!==0?o*15:1500);this.paragraphs.push(new ke.Table({rows:await this.generateTableRows(t,r),columnWidths:i}))}async generateRowCells(e,t){const r=[];for(const i of e){const o=i.cellId;if(o===void 0)continue;const s=i.width*.9;r.push(new ke.TableCell({children:await this.convertBlocksFunc(o,t.blocks[o],t,this.appId,this.docId,this.state,s),columnSpan:i.colSpan,rowSpan:i.rowSpan,width:{type:ke.WidthType.DXA,size:i.width*15},shading:i.color?{fill:i.color,type:ke.ShadingType.CLEAR,color:"auto"}:void 0}))}return r}async generateTableRows(e,t){const r=[];for(const i of e)r.push(new ke.TableRow({children:await this.generateRowCells(i,t)}));return r}async addLayoutMatrix(e,t,r){const i=e.reduce((o,s)=>o+s,0);for(const o of t){const s=o.cellId,a=await this.convertBlocksFunc(s,r.blocks[s],r,this.appId,this.docId,this.state,i);this.paragraphs.push(...a,new ke.Paragraph(""))}}async addDoc(e,t,r){const i=await this.convertBlocksFunc(e,t.blocks.root,t,this.appId,this.docId,this.state,r);i&&(this.paragraphs=this.paragraphs.concat(i))}async addVirtualBlock(e,t,r){const i=await this.convertBlocksFunc(e,t.blocks[e],t,this.appId,this.docId,this.state,r);this.paragraphs.push(...i)}async addOtherEmbedBlock(){}}class lre{constructor(e,t,r,i,o,s,a,c){g(this,"convertBlocks",async(e,t,r,i,o,s,a=720)=>{const c=new are(i,o,s,this.readImage,this.convertBlocks,this.defaultFontSize);return await ire(e,t,r,c,i,o,this.md5HexFunc,this.getDocByBlock,this.getTextsByBox,a||720),c.paragraphs});this.templateData=e,this.docData=t,this.md5HexFunc=r,this.readImage=i,this.defaultFontSize=o,this.getDocByBlock=s,this.getTextsByBox=a,this.backgroundImageOptions=c}async convert(e,t){return this.snapshot2docx(this.docData,e,t)}async snapshot2docx(e,t,r){const i=new ke.ImportDotx,o=this.templateData?await i.extract(this.templateData):void 0,s=e.blocks.root;p(sre,s,"data must have blocks");const a=ore(),c=await this.convertBlocks("blocks",s,e,t,r,a),f=this.backgroundImageOptions?{default:new ke.Header({children:[new ke.Paragraph({children:[new ke.ImageRun(this.backgroundImageOptions)]})]})}:{},h=new ke.Document({numbering:{config:[...xne,...a.levelConfigs]},sections:[{headers:f,children:c,properties:{page:{size:{width:12240,height:15840},margin:{top:1440,bottom:1440,left:1440,right:1440}}}}]},{template:o});return ke.Packer.toBlob(h)}}const cre=_("editor-to-docx");async function ure(n,e,t,r){const i=n.doc.buildResourceUrl(r,{withToken:!0});let o=await q4(i);if(!o)return[void 0,i];if(o.type.indexOf("/svg")!==-1){const a=await j4(o);a&&(o=new File([a],o.name))}return[await o.arrayBuffer(),i]}async function fre(n,e,t){const r=n.editorBlocks.getBlockClass(t.type);if(r.toStandardDoc)try{return await r.toStandardDoc(n,t,e)}catch(i){cre.error(`toStandardDoc error: ${JSON.stringify(i)}`);return}}async function dre(n,e){const t=e.attributes,r=n.editorBoxes.getBoxClass(t.type);if(r.toStandardText)return r.toStandardText(n,t)}async function hre(n,e){let{template:t,download:r,backgroundImageOptions:i}=e!=null?e:{};t||(t=dne());const o=n.doc.toJSON(),s=(b,C,E)=>ure(n,b,C,E),a=async(b,C,E)=>fre(n,o,E),c=async b=>dre(n,b),h=await new lre(t,o,xg.default,s,void 0,a,c,i).convert("_appId","_docId");if(r){const b=URL.createObjectURL(h),C=document.createElement("a");C.setAttribute("download",`${z4(n)}.docx`),C.setAttribute("href",`${b}`),C.click(),C.remove()}return h}const mA=_("create-editor");async function gre(n,e){var s,a,c,f,h,b,C,E,y,T,R,O,M,F,Q;p(mA,n,"app does not exists"),e.lang&&I.setLang(e.lang),Ei.level=(s=e.logLevel)!=null?s:ia.DEBUG;const t=e.onReauth?async()=>{var be;const H=e.user.userId,Y=e.docId,de=await((be=e.onReauth)==null?void 0:be.call(e,H,Y,e.permission));return{userId:H,docId:Y,permission:e.permission,appId:e.appId,token:de,displayName:e.user.displayName,avatarUrl:e.user.avatarUrl}}:void 0,r={auth:{appId:e.appId,docId:e.docId,userId:e.user.userId,permission:e.permission,token:e.token,displayName:e.user.displayName,avatarUrl:e.user.avatarUrl},serverUrl:e.serverUrl,reauthFunc:t,disableLogout:e.disableLogout,onMaxUsersError:e.onMaxUsersError},i=await Ud.load(r),o=yd(n,i,{id:e.id,scrollContainer:e==null?void 0:e.scrollContainer,enableComments:e==null?void 0:e.enableComments,enableContextMenu:e==null?void 0:e.enableContextMenu,components:{blocks:[...dA,...((a=e==null?void 0:e.components)==null?void 0:a.blocks)||[]],embeds:[...hA,...((c=e.components)==null?void 0:c.embeds)||[]],boxes:[...zL,...((f=e.components)==null?void 0:f.boxes)||[]],commandProviders:[new tp,...((h=e.components)==null?void 0:h.commandProviders)||[]],decorators:[new Sp,new bC],insertions:[Cb],blockHooks:[new cx,new XR,...((b=e.components)==null?void 0:b.blockHooks)||[]],textRenders:[new xS,new kE,...((C=e.components)==null?void 0:C.textRenders)||[]],options:{...e.componentsOptions}},shortcuts:[lY,BH,Oq,jE,$4,LK,PE,jY,Am,wK,...e.shortcuts||[]],colors:["#0064FF","#EB3723","#F59300","#00A865","#F25A0A","#70A310","#009CAD","#0990D9","#8851ED","#D62069"]});if(o.editorCommandProviders.registerCommandProvider(new yo(o)),o.input.addHandler(new DJ),o.input.addHandler(new Ip),o.input.addHandler(new J$),o.input.addHandler(new Tq),o.input.addHandler(new YE(o,{hideTitle:e.hideTitle,headingLevel:1,titlePlaceholder:I.t("placeholder.common.title"),contentPlaceholder:I.t("placeholder.common.content"),readonlyTitlePlaceholder:I.t("placeholder.common.readonlyTitle"),addPlaceholderToAllCurrentEmptyBlock:!0,applyContentPlaceholder:(E=e.placeholder)==null?void 0:E.applyContentPlaceholder})),o.input.addHandler(new mx(o)),o.input.addHandler(new Ax(o)),o.input.addHandler(new Op),o.input.addHandler(new CT),o.doc.registerCallback(new _J(o)),o.addCustom("editor-quick-menu",()=>{var H;return new wp(o,(H=e.componentsOptions)==null?void 0:H.quickMenu)}),o.addCustom("remote-cursor",()=>new Y3(o)),o.addCustom("block-menu",H=>new ZR(H)),vt.isMobile||o.addCustom("editor-tooltip",()=>new Qd(o)),e!=null&&e.enableComments&&o.addCustom("editor-comments",H=>new ES(H,new sne(H))),e.enableContextMenu!==!1&&o.addCustom("editor-context-menu",H=>new Bx(H)),o.addCustom("create-options",()=>new by(o,e)),o.addCustom("drop-target",()=>new Ku(o)),o.addCustom("list-to-mindmap",()=>new pp(o)),o.addCustom("list-to-mention",()=>new QJ(o)),o.addCustom("mobile-helper",()=>new mZ(o)),o.addCustom("code-caret",()=>new yH(o)),o.addCustom("image-paste-handler",()=>new gx(o)),o.addCustom("layout-paste-handler",()=>new Zx(o,!0)),(y=e.componentsOptions)!=null&&y.mention){const H=e.componentsOptions.mention;o.addCustom("mention",()=>new rL(o,H))}if(o.addCustom("heading-collapse",()=>new Hx(o)),o.addCustom(Gp,H=>new vx(H)),Du.register(o),Ku.register(o),Pa.register(o),Da.register(o),o.addListener("clickLink",(H,Y,de)=>{var Ce;if((Ce=e==null?void 0:e.events)!=null&&Ce.onClickLink){e.events.onClickLink(H,Y,de);return}const be=de.getAttribute("link");be&&(H.readonly||Y.ctrlKey||Y.metaKey)&&window.open(be,"_blank")}),(R=(T=e.componentsOptions)==null?void 0:T.remoteCarets)!=null&&R.onUserChanged){const H=(M=(O=e.componentsOptions)==null?void 0:O.remoteCarets)==null?void 0:M.onUserChanged;o.doc.getRemoteUsers().on("change",Y=>{H(o,Y)})}return(Q=(F=e.componentsOptions)==null?void 0:F.templates)!=null&&Q.templates.length&&(o.addListener("docChanged",()=>{i0(o)}),o.addListener("resize",()=>{i0(o,{reset:!0})}),setTimeout(()=>{i0(o)},100)),o.doc.registerCallback({onError:async H=>{if(H.code==="ResetDoc"){mA.error(`reset doc: ${H.message}`);const Y=await Ud.load(r);o.doc.reset(Y)}}}),o.version="2.0.6-beta.4",Ei.level===ia.DEBUG&&(window.setReauthFail=H=>{window.isReauthError=H},window.reConnect=H=>o.doc.externalDoc.client.connection.reConnect(H)),o}function mre(n){return n.toJSON!==void 0}async function pre(n,e,t){var o,s,a,c,f,h,b;p(mA,n,"app does not exists");const r=mre(e)?e:new Yb(e,{serverUrl:t.serverUrl||""});t.lang&&I.setLang(t.lang),Ei.level=(o=t.logLevel)!=null?o:ia.DEBUG;const i=yd(n,r,{id:t.id,scrollContainer:t==null?void 0:t.scrollContainer,components:{blocks:[...dA,...(a=(s=t.components)==null?void 0:s.blocks)!=null?a:[]],commandProviders:[new tp],decorators:[new Sp,new bC],embeds:[...hA,...((c=t.components)==null?void 0:c.embeds)||[]],boxes:[ST,iL,TS,OT,...((f=t.components)==null?void 0:f.boxes)||[]],insertions:[Cb],blockHooks:[new cx,...((h=t.components)==null?void 0:h.blockHooks)||[]],textRenders:[new xS,new kE,...((b=t.components)==null?void 0:b.textRenders)||[]],options:{...t.componentsOptions}},shortcuts:[jE,$4,PE,Am]});return i.editorCommandProviders.registerCommandProvider(new yo(i)),i.input.addHandler(new Ip),i.input.addHandler(new YE(i,{hideTitle:t.hideTitle,headingLevel:1,titlePlaceholder:I.t("placeholder.common.title"),contentPlaceholder:I.t("placeholder.common.content"),readonlyTitlePlaceholder:I.t("placeholder.local.readonlyTitle"),addPlaceholderToAllCurrentEmptyBlock:!0})),i.input.addHandler(new mx(i)),i.input.addHandler(new Ax(i)),i.input.addHandler(new Op),i.input.addHandler(new CT),i.addCustom("block-menu",C=>new ZR(C)),vt.isMobile||i.addCustom("editor-tooltip",()=>new Qd(i)),i.addCustom("editor-quick-menu",()=>{var C;return new wp(i,(C=t.componentsOptions)==null?void 0:C.quickMenu)}),i.addCustom("image-paste-handler",()=>new gx(i)),t!=null&&t.enableComments&&i.addCustom("editor-comments",C=>new ES(C,new ane(C,r))),t.enableContextMenu!==!1&&i.addCustom("editor-context-menu",C=>new Bx(C)),i.addCustom("heading-collapse",()=>new Hx(i)),i.addListener("clickLink",(C,E,y)=>{var R;if((R=t==null?void 0:t.events)!=null&&R.onClickLink){t.events.onClickLink(C,E,y);return}const T=y.getAttribute("link");T&&(C.readonly||E.ctrlKey||E.metaKey)&&window.open(T,"_blank")}),i.addCustom(Gp,C=>new vx(C)),Du.register(i),i.version="2.0.6-beta.4",i}async function bre(n,e,t){var h;const r=n.doc.externalDoc.client.auth,i=await Mm.load({auth:r,serverUrl:t});if(!((h=i.getVersionHelper)==null?void 0:h.call(i)))throw new Error("the editor does not support to show versions");const s=n.getCustom("create-options");if(!s)throw new Error("the editor does not support to show versions");const a=s.getData(),c=new qL(a),f=n.addCustom("version-dialog",()=>new jS(i,c));return f.show(e),f}const r6={emotion:["\u{1F600}","\u{1F603}","\u{1F604}","\u{1F601}","\u{1F606}","\u{1F605}","\u{1F923}","\u{1F602}","\u{1F642}","\u{1F643}","\u{1F609}","\u{1F60A}","\u{1F607}","\u{1F970}","\u{1F60D}","\u{1F929}","\u{1F618}","\u{1F617}","\u{1F61A}","\u{1F619}","\u{1F972}","\u{1F60B}","\u{1F61B}","\u{1F61C}","\u{1F92A}","\u{1F61D}","\u{1F911}","\u{1F917}","\u{1F92D}","\u{1F92B}","\u{1F914}","\u{1F910}","\u{1F928}","\u{1F610}","\u{1F611}","\u{1F636}","\u{1F636}\u200D\u{1F32B}\uFE0F","\u{1F60F}","\u{1F612}","\u{1F644}","\u{1F62C}","\u{1F62E}\u200D\u{1F4A8}","\u{1F925}","\u{1F60C}","\u{1F614}","\u{1F62A}","\u{1F924}","\u{1F634}","\u{1F637}","\u{1F912}","\u{1F915}","\u{1F922}","\u{1F92E}","\u{1F927}","\u{1F975}","\u{1F976}","\u{1F974}","\u{1F635}","\u{1F635}\u200D\u{1F4AB}","\u{1F92F}","\u{1F920}","\u{1F973}","\u{1F978}","\u{1F60E}","\u{1F913}","\u{1F9D0}","\u{1F615}","\u{1F61F}","\u{1F641}","\u{1F62E}","\u{1F62F}","\u{1F632}","\u{1F633}","\u{1F97A}","\u{1F626}","\u{1F627}","\u{1F628}","\u{1F630}","\u{1F625}","\u{1F622}","\u{1F62D}","\u{1F631}","\u{1F616}","\u{1F623}","\u{1F61E}","\u{1F613}","\u{1F629}","\u{1F62B}","\u{1F971}","\u{1F624}","\u{1F621}","\u{1F620}","\u{1F92C}","\u{1F608}","\u{1F47F}","\u{1F480}","\u2620\uFE0F","\u{1F4A9}","\u{1F921}","\u{1F479}","\u{1F47A}","\u{1F47B}","\u{1F47D}","\u{1F47E}","\u{1F916}","\u{1F63A}","\u{1F638}","\u{1F639}","\u{1F63B}","\u{1F63C}","\u{1F63D}","\u{1F640}","\u{1F63F}","\u{1F63E}","\u{1F648}","\u{1F649}","\u{1F64A}","\u{1F48B}","\u{1F48C}","\u{1F498}","\u{1F49D}","\u{1F496}","\u{1F497}","\u{1F493}","\u{1F49E}","\u{1F495}","\u{1F49F}","\u2763\uFE0F","\u{1F494}","\u2764\uFE0F\u200D\u{1F525}","\u2764\uFE0F\u200D\u{1FA79}","\u2764\uFE0F","\u{1F9E1}","\u{1F49B}","\u{1F49A}","\u{1F499}","\u{1F49C}","\u{1F90E}","\u{1F5A4}","\u{1F90D}","\u{1F4AF}","\u{1F4A2}","\u{1F4A5}","\u{1F4AB}","\u{1F4A6}","\u{1F4A8}","\u{1F573}\uFE0F","\u{1F4A3}","\u{1F4AC}","\u{1F441}\uFE0F\u200D\u{1F5E8}\uFE0F","\u{1F5E8}\uFE0F","\u{1F5EF}\uFE0F","\u{1F4AD}","\u{1F4A4}"],people:["\u{1F44B}","\u{1F91A}","\u{1F590}\uFE0F","\u270B","\u{1F596}","\u{1F44C}","\u{1F90C}","\u270C\uFE0F","\u{1F91E}","\u{1F91F}","\u{1F918}","\u{1F919}","\u{1F448}","\u{1F449}","\u{1F446}","\u{1F595}","\u{1F447}","\u261D\uFE0F","\u{1F44D}","\u{1F44E}","\u270A","\u{1F44A}","\u{1F91B}","\u{1F91C}","\u{1F44F}","\u{1F64C}","\u{1F450}","\u{1F932}","\u{1F91D}","\u{1F64F}","\u270D\uFE0F","\u{1F485}","\u{1F933}","\u{1F4AA}","\u{1F9BE}","\u{1F9BF}","\u{1F9B5}","\u{1F9B6}","\u{1F442}","\u{1F9BB}","\u{1F443}","\u{1F9E0}","\u{1FAC0}","\u{1FAC1}","\u{1F9B7}","\u{1F9B4}","\u{1F440}","\u{1F441}\uFE0F","\u{1F445}","\u{1F444}","\u{1F476}","\u{1F9D2}","\u{1F466}","\u{1F467}","\u{1F9D1}","\u{1F471}","\u{1F468}","\u{1F9D4}","\u{1F9D4}\u200D\u2642\uFE0F","\u{1F9D4}\u200D\u2640\uFE0F","\u{1F468}\u200D\u{1F9B0}","\u{1F468}\u200D\u{1F9B1}","\u{1F468}\u200D\u{1F9B3}","\u{1F468}\u200D\u{1F9B2}","\u{1F469}","\u{1F469}\u200D\u{1F9B0}","\u{1F9D1}\u200D\u{1F9B0}","\u{1F469}\u200D\u{1F9B1}","\u{1F9D1}\u200D\u{1F9B1}","\u{1F469}\u200D\u{1F9B3}","\u{1F9D1}\u200D\u{1F9B3}","\u{1F469}\u200D\u{1F9B2}","\u{1F9D1}\u200D\u{1F9B2}","\u{1F471}\u200D\u2640\uFE0F","\u{1F471}\u200D\u2642\uFE0F","\u{1F9D3}","\u{1F474}","\u{1F475}","\u{1F64D}","\u{1F64D}\u200D\u2642\uFE0F","\u{1F64D}\u200D\u2640\uFE0F","\u{1F64E}","\u{1F64E}\u200D\u2642\uFE0F","\u{1F64E}\u200D\u2640\uFE0F","\u{1F645}","\u{1F645}\u200D\u2642\uFE0F","\u{1F645}\u200D\u2640\uFE0F","\u{1F646}","\u{1F646}\u200D\u2642\uFE0F","\u{1F646}\u200D\u2640\uFE0F","\u{1F481}","\u{1F481}\u200D\u2642\uFE0F","\u{1F481}\u200D\u2640\uFE0F","\u{1F64B}","\u{1F64B}\u200D\u2642\uFE0F","\u{1F64B}\u200D\u2640\uFE0F","\u{1F9CF}","\u{1F9CF}\u200D\u2642\uFE0F","\u{1F9CF}\u200D\u2640\uFE0F","\u{1F647}","\u{1F647}\u200D\u2642\uFE0F","\u{1F647}\u200D\u2640\uFE0F","\u{1F926}","\u{1F926}\u200D\u2642\uFE0F","\u{1F926}\u200D\u2640\uFE0F","\u{1F937}","\u{1F937}\u200D\u2642\uFE0F","\u{1F937}\u200D\u2640\uFE0F","\u{1F9D1}\u200D\u2695\uFE0F","\u{1F468}\u200D\u2695\uFE0F","\u{1F469}\u200D\u2695\uFE0F","\u{1F9D1}\u200D\u{1F393}","\u{1F468}\u200D\u{1F393}","\u{1F469}\u200D\u{1F393}","\u{1F9D1}\u200D\u{1F3EB}","\u{1F468}\u200D\u{1F3EB}","\u{1F469}\u200D\u{1F3EB}","\u{1F9D1}\u200D\u2696\uFE0F","\u{1F468}\u200D\u2696\uFE0F","\u{1F469}\u200D\u2696\uFE0F","\u{1F9D1}\u200D\u{1F33E}","\u{1F468}\u200D\u{1F33E}","\u{1F469}\u200D\u{1F33E}","\u{1F9D1}\u200D\u{1F373}","\u{1F468}\u200D\u{1F373}","\u{1F469}\u200D\u{1F373}","\u{1F9D1}\u200D\u{1F527}","\u{1F468}\u200D\u{1F527}","\u{1F469}\u200D\u{1F527}","\u{1F9D1}\u200D\u{1F3ED}","\u{1F468}\u200D\u{1F3ED}","\u{1F469}\u200D\u{1F3ED}","\u{1F9D1}\u200D\u{1F4BC}","\u{1F468}\u200D\u{1F4BC}","\u{1F469}\u200D\u{1F4BC}","\u{1F9D1}\u200D\u{1F52C}","\u{1F468}\u200D\u{1F52C}","\u{1F469}\u200D\u{1F52C}","\u{1F9D1}\u200D\u{1F4BB}","\u{1F468}\u200D\u{1F4BB}","\u{1F469}\u200D\u{1F4BB}","\u{1F9D1}\u200D\u{1F3A4}","\u{1F468}\u200D\u{1F3A4}","\u{1F469}\u200D\u{1F3A4}","\u{1F9D1}\u200D\u{1F3A8}","\u{1F468}\u200D\u{1F3A8}","\u{1F469}\u200D\u{1F3A8}","\u{1F9D1}\u200D\u2708\uFE0F","\u{1F468}\u200D\u2708\uFE0F","\u{1F469}\u200D\u2708\uFE0F","\u{1F9D1}\u200D\u{1F680}","\u{1F468}\u200D\u{1F680}","\u{1F469}\u200D\u{1F680}","\u{1F9D1}\u200D\u{1F692}","\u{1F468}\u200D\u{1F692}","\u{1F469}\u200D\u{1F692}","\u{1F46E}","\u{1F46E}\u200D\u2642\uFE0F","\u{1F46E}\u200D\u2640\uFE0F","\u{1F575}\uFE0F","\u{1F575}\uFE0F\u200D\u2642\uFE0F","\u{1F575}\uFE0F\u200D\u2640\uFE0F","\u{1F482}","\u{1F482}\u200D\u2642\uFE0F","\u{1F482}\u200D\u2640\uFE0F","\u{1F977}","\u{1F477}","\u{1F477}\u200D\u2642\uFE0F","\u{1F477}\u200D\u2640\uFE0F","\u{1F934}","\u{1F478}","\u{1F473}","\u{1F473}\u200D\u2642\uFE0F","\u{1F473}\u200D\u2640\uFE0F","\u{1F472}","\u{1F9D5}","\u{1F935}","\u{1F935}\u200D\u2642\uFE0F","\u{1F935}\u200D\u2640\uFE0F","\u{1F470}","\u{1F470}\u200D\u2642\uFE0F","\u{1F470}\u200D\u2640\uFE0F","\u{1F930}","\u{1F931}","\u{1F469}\u200D\u{1F37C}","\u{1F468}\u200D\u{1F37C}","\u{1F9D1}\u200D\u{1F37C}","\u{1F47C}","\u{1F385}","\u{1F936}","\u{1F9D1}\u200D\u{1F384}","\u{1F9B8}","\u{1F9B8}\u200D\u2642\uFE0F","\u{1F9B8}\u200D\u2640\uFE0F","\u{1F9B9}","\u{1F9B9}\u200D\u2642\uFE0F","\u{1F9B9}\u200D\u2640\uFE0F","\u{1F9D9}","\u{1F9D9}\u200D\u2642\uFE0F","\u{1F9D9}\u200D\u2640\uFE0F","\u{1F9DA}","\u{1F9DA}\u200D\u2642\uFE0F","\u{1F9DA}\u200D\u2640\uFE0F","\u{1F9DB}","\u{1F9DB}\u200D\u2642\uFE0F","\u{1F9DB}\u200D\u2640\uFE0F","\u{1F9DC}","\u{1F9DC}\u200D\u2642\uFE0F","\u{1F9DC}\u200D\u2640\uFE0F","\u{1F9DD}","\u{1F9DD}\u200D\u2642\uFE0F","\u{1F9DD}\u200D\u2640\uFE0F","\u{1F9DE}","\u{1F9DE}\u200D\u2642\uFE0F","\u{1F9DE}\u200D\u2640\uFE0F","\u{1F9DF}","\u{1F9DF}\u200D\u2642\uFE0F","\u{1F9DF}\u200D\u2640\uFE0F","\u{1F486}","\u{1F486}\u200D\u2642\uFE0F","\u{1F486}\u200D\u2640\uFE0F","\u{1F487}","\u{1F487}\u200D\u2642\uFE0F","\u{1F487}\u200D\u2640\uFE0F","\u{1F6B6}","\u{1F6B6}\u200D\u2642\uFE0F","\u{1F6B6}\u200D\u2640\uFE0F","\u{1F9CD}","\u{1F9CD}\u200D\u2642\uFE0F","\u{1F9CD}\u200D\u2640\uFE0F","\u{1F9CE}","\u{1F9CE}\u200D\u2642\uFE0F","\u{1F9CE}\u200D\u2640\uFE0F","\u{1F9D1}\u200D\u{1F9AF}","\u{1F468}\u200D\u{1F9AF}","\u{1F469}\u200D\u{1F9AF}","\u{1F9D1}\u200D\u{1F9BC}","\u{1F468}\u200D\u{1F9BC}","\u{1F469}\u200D\u{1F9BC}","\u{1F9D1}\u200D\u{1F9BD}","\u{1F468}\u200D\u{1F9BD}","\u{1F469}\u200D\u{1F9BD}","\u{1F3C3}","\u{1F3C3}\u200D\u2642\uFE0F","\u{1F3C3}\u200D\u2640\uFE0F","\u{1F483}","\u{1F57A}","\u{1F574}\uFE0F","\u{1F46F}","\u{1F46F}\u200D\u2642\uFE0F","\u{1F46F}\u200D\u2640\uFE0F","\u{1F9D6}","\u{1F9D6}\u200D\u2642\uFE0F","\u{1F9D6}\u200D\u2640\uFE0F","\u{1F9D7}","\u{1F9D7}\u200D\u2642\uFE0F","\u{1F9D7}\u200D\u2640\uFE0F","\u{1F93A}","\u{1F3C7}","\u26F7\uFE0F","\u{1F3C2}","\u{1F3CC}\uFE0F","\u{1F3CC}\uFE0F\u200D\u2642\uFE0F","\u{1F3CC}\uFE0F\u200D\u2640\uFE0F","\u{1F3C4}","\u{1F3C4}\u200D\u2642\uFE0F","\u{1F3C4}\u200D\u2640\uFE0F","\u{1F6A3}","\u{1F6A3}\u200D\u2642\uFE0F","\u{1F6A3}\u200D\u2640\uFE0F","\u{1F3CA}","\u{1F3CA}\u200D\u2642\uFE0F","\u{1F3CA}\u200D\u2640\uFE0F","\u26F9\uFE0F","\u26F9\uFE0F\u200D\u2642\uFE0F","\u26F9\uFE0F\u200D\u2640\uFE0F","\u{1F3CB}\uFE0F","\u{1F3CB}\uFE0F\u200D\u2642\uFE0F","\u{1F3CB}\uFE0F\u200D\u2640\uFE0F","\u{1F6B4}","\u{1F6B4}\u200D\u2642\uFE0F","\u{1F6B4}\u200D\u2640\uFE0F","\u{1F6B5}","\u{1F6B5}\u200D\u2642\uFE0F","\u{1F6B5}\u200D\u2640\uFE0F","\u{1F938}","\u{1F938}\u200D\u2642\uFE0F","\u{1F938}\u200D\u2640\uFE0F","\u{1F93C}","\u{1F93C}\u200D\u2642\uFE0F","\u{1F93C}\u200D\u2640\uFE0F","\u{1F93D}","\u{1F93D}\u200D\u2642\uFE0F","\u{1F93D}\u200D\u2640\uFE0F","\u{1F93E}","\u{1F93E}\u200D\u2642\uFE0F","\u{1F93E}\u200D\u2640\uFE0F","\u{1F939}","\u{1F939}\u200D\u2642\uFE0F","\u{1F939}\u200D\u2640\uFE0F","\u{1F9D8}","\u{1F9D8}\u200D\u2642\uFE0F","\u{1F9D8}\u200D\u2640\uFE0F","\u{1F6C0}","\u{1F6CC}","\u{1F46B}","\u{1F46A}","\u{1F468}\u200D\u{1F469}\u200D\u{1F466}","\u{1F468}\u200D\u{1F469}\u200D\u{1F467}","\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F466}","\u{1F468}\u200D\u{1F469}\u200D\u{1F466}\u200D\u{1F466}","\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F467}","\u{1F468}\u200D\u{1F466}","\u{1F468}\u200D\u{1F466}\u200D\u{1F466}","\u{1F468}\u200D\u{1F467}","\u{1F468}\u200D\u{1F467}\u200D\u{1F466}","\u{1F468}\u200D\u{1F467}\u200D\u{1F467}","\u{1F469}\u200D\u{1F466}","\u{1F469}\u200D\u{1F466}\u200D\u{1F466}","\u{1F469}\u200D\u{1F467}","\u{1F469}\u200D\u{1F467}\u200D\u{1F466}","\u{1F469}\u200D\u{1F467}\u200D\u{1F467}","\u{1F5E3}\uFE0F","\u{1F464}","\u{1F465}","\u{1FAC2}","\u{1F463}"],natural:["\u{1F435}","\u{1F412}","\u{1F98D}","\u{1F9A7}","\u{1F436}","\u{1F415}","\u{1F9AE}","\u{1F415}\u200D\u{1F9BA}","\u{1F429}","\u{1F43A}","\u{1F98A}","\u{1F99D}","\u{1F431}","\u{1F408}","\u{1F408}\u200D\u2B1B","\u{1F981}","\u{1F42F}","\u{1F405}","\u{1F406}","\u{1F434}","\u{1F40E}","\u{1F984}","\u{1F993}","\u{1F98C}","\u{1F9AC}","\u{1F42E}","\u{1F402}","\u{1F403}","\u{1F404}","\u{1F437}","\u{1F416}","\u{1F417}","\u{1F43D}","\u{1F40F}","\u{1F411}","\u{1F410}","\u{1F42A}","\u{1F42B}","\u{1F999}","\u{1F992}","\u{1F418}","\u{1F9A3}","\u{1F98F}","\u{1F99B}","\u{1F42D}","\u{1F401}","\u{1F400}","\u{1F439}","\u{1F430}","\u{1F407}","\u{1F43F}\uFE0F","\u{1F9AB}","\u{1F994}","\u{1F987}","\u{1F43B}","\u{1F43B}\u200D\u2744\uFE0F","\u{1F428}","\u{1F43C}","\u{1F9A5}","\u{1F9A6}","\u{1F9A8}","\u{1F998}","\u{1F9A1}","\u{1F43E}","\u{1F983}","\u{1F414}","\u{1F413}","\u{1F423}","\u{1F424}","\u{1F425}","\u{1F426}","\u{1F427}","\u{1F54A}\uFE0F","\u{1F985}","\u{1F986}","\u{1F9A2}","\u{1F989}","\u{1F9A4}","\u{1FAB6}","\u{1F9A9}","\u{1F99A}","\u{1F99C}","\u{1F40A}","\u{1F422}","\u{1F98E}","\u{1F40D}","\u{1F432}","\u{1F409}","\u{1F995}","\u{1F996}","\u{1F433}","\u{1F40B}","\u{1F42C}","\u{1F9AD}","\u{1F41F}","\u{1F420}","\u{1F421}","\u{1F988}","\u{1F419}","\u{1F41A}","\u{1F40C}","\u{1F98B}","\u{1F41B}","\u{1F41C}","\u{1F41D}","\u{1FAB2}","\u{1F41E}","\u{1F997}","\u{1FAB3}","\u{1F577}\uFE0F","\u{1F578}\uFE0F","\u{1F982}","\u{1F99F}","\u{1FAB0}","\u{1FAB1}","\u{1F490}","\u{1F338}","\u{1F3F5}\uFE0F","\u{1F339}","\u{1F940}","\u{1F33A}","\u{1F33B}","\u{1F33C}","\u{1F337}","\u{1F331}","\u{1FAB4}","\u{1F332}","\u{1F333}","\u{1F334}","\u{1F335}","\u{1F33E}","\u{1F33F}","\u2618\uFE0F","\u{1F340}","\u{1F341}","\u{1F342}","\u{1F343}"],food:["\u{1F347}","\u{1F348}","\u{1F349}","\u{1F34A}","\u{1F34B}","\u{1F34C}","\u{1F34D}","\u{1F96D}","\u{1F34E}","\u{1F34F}","\u{1F350}","\u{1F351}","\u{1F352}","\u{1F353}","\u{1FAD0}","\u{1F95D}","\u{1F345}","\u{1FAD2}","\u{1F965}","\u{1F951}","\u{1F346}","\u{1F954}","\u{1F955}","\u{1F33D}","\u{1F336}\uFE0F","\u{1FAD1}","\u{1F952}","\u{1F96C}","\u{1F966}","\u{1F9C4}","\u{1F9C5}","\u{1F344}","\u{1F95C}","\u{1F330}","\u{1F35E}","\u{1F950}","\u{1F956}","\u{1FAD3}","\u{1F968}","\u{1F96F}","\u{1F95E}","\u{1F9C7}","\u{1F9C0}","\u{1F356}","\u{1F357}","\u{1F969}","\u{1F953}","\u{1F354}","\u{1F35F}","\u{1F355}","\u{1F32D}","\u{1F96A}","\u{1F32E}","\u{1F32F}","\u{1FAD4}","\u{1F959}","\u{1F9C6}","\u{1F95A}","\u{1F373}","\u{1F958}","\u{1F372}","\u{1FAD5}","\u{1F963}","\u{1F957}","\u{1F37F}","\u{1F9C8}","\u{1F9C2}","\u{1F96B}","\u{1F371}","\u{1F358}","\u{1F359}","\u{1F35A}","\u{1F35B}","\u{1F35C}","\u{1F35D}","\u{1F360}","\u{1F362}","\u{1F363}","\u{1F364}","\u{1F365}","\u{1F96E}","\u{1F361}","\u{1F95F}","\u{1F960}","\u{1F961}","\u{1F980}","\u{1F99E}","\u{1F990}","\u{1F991}","\u{1F9AA}","\u{1F366}","\u{1F367}","\u{1F368}","\u{1F369}","\u{1F36A}","\u{1F382}","\u{1F370}","\u{1F9C1}","\u{1F967}","\u{1F36B}","\u{1F36C}","\u{1F36D}","\u{1F36E}","\u{1F36F}","\u{1F37C}","\u{1F95B}","\u2615","\u{1FAD6}","\u{1F375}","\u{1F376}","\u{1F37E}","\u{1F377}","\u{1F378}","\u{1F379}","\u{1F37A}","\u{1F37B}","\u{1F942}","\u{1F943}","\u{1F964}","\u{1F9CB}","\u{1F9C3}","\u{1F9C9}","\u{1F9CA}","\u{1F962}","\u{1F37D}\uFE0F","\u{1F374}","\u{1F944}","\u{1F52A}","\u{1F3FA}"],journey:["\u{1F30D}","\u{1F30E}","\u{1F30F}","\u{1F310}","\u{1F5FA}\uFE0F","\u{1F9ED}","\u{1F3D4}\uFE0F","\u26F0\uFE0F","\u{1F30B}","\u{1F5FB}","\u{1F3D5}\uFE0F","\u{1F3D6}\uFE0F","\u{1F3DC}\uFE0F","\u{1F3DD}\uFE0F","\u{1F3DE}\uFE0F","\u{1F3DF}\uFE0F","\u{1F3DB}\uFE0F","\u{1F3D7}\uFE0F","\u{1F9F1}","\u{1FAA8}","\u{1FAB5}","\u{1F6D6}","\u{1F3D8}\uFE0F","\u{1F3DA}\uFE0F","\u{1F3E0}","\u{1F3E1}","\u{1F3E2}","\u{1F3E3}","\u{1F3E4}","\u{1F3E5}","\u{1F3E6}","\u{1F3E8}","\u{1F3E9}","\u{1F3EA}","\u{1F3EB}","\u{1F3EC}","\u{1F3ED}","\u{1F3EF}","\u{1F3F0}","\u{1F5FC}","\u{1F5FD}","\u{1F6D5}","\u{1F54B}","\u26F2","\u26FA","\u{1F301}","\u{1F303}","\u{1F3D9}\uFE0F","\u{1F304}","\u{1F305}","\u{1F306}","\u{1F307}","\u{1F309}","\u2668\uFE0F","\u{1F3A0}","\u{1F3A1}","\u{1F3A2}","\u{1F488}","\u{1F3AA}","\u{1F682}","\u{1F683}","\u{1F684}","\u{1F685}","\u{1F686}","\u{1F687}","\u{1F688}","\u{1F689}","\u{1F68A}","\u{1F69D}","\u{1F69E}","\u{1F68B}","\u{1F68C}","\u{1F68D}","\u{1F68E}","\u{1F690}","\u{1F691}","\u{1F692}","\u{1F693}","\u{1F694}","\u{1F695}","\u{1F696}","\u{1F697}","\u{1F698}","\u{1F699}","\u{1F6FB}","\u{1F69A}","\u{1F69B}","\u{1F69C}","\u{1F3CE}\uFE0F","\u{1F3CD}\uFE0F","\u{1F6F5}","\u{1F9BD}","\u{1F9BC}","\u{1F6FA}","\u{1F6B2}","\u{1F6F4}","\u{1F6F9}","\u{1F6FC}","\u{1F68F}","\u{1F6E3}\uFE0F","\u{1F6E4}\uFE0F","\u{1F6E2}\uFE0F","\u26FD","\u{1F6A8}","\u{1F6A5}","\u{1F6A6}","\u{1F6D1}","\u{1F6A7}","\u2693","\u26F5","\u{1F6F6}","\u{1F6A4}","\u{1F6F3}\uFE0F","\u26F4\uFE0F","\u{1F6E5}\uFE0F","\u{1F6A2}","\u2708\uFE0F","\u{1F6E9}\uFE0F","\u{1F6EB}","\u{1F6EC}","\u{1FA82}","\u{1F4BA}","\u{1F681}","\u{1F69F}","\u{1F6A0}","\u{1F6A1}","\u{1F6F0}\uFE0F","\u{1F680}","\u{1F6F8}","\u{1F6CE}\uFE0F","\u{1F9F3}","\u231B","\u23F3","\u231A","\u23F0","\u23F1\uFE0F","\u23F2\uFE0F","\u{1F570}\uFE0F","\u{1F55B}","\u{1F567}","\u{1F550}","\u{1F55C}","\u{1F551}","\u{1F55D}","\u{1F552}","\u{1F55E}","\u{1F553}","\u{1F55F}","\u{1F554}","\u{1F560}","\u{1F555}","\u{1F561}","\u{1F556}","\u{1F562}","\u{1F557}","\u{1F563}","\u{1F558}","\u{1F564}","\u{1F559}","\u{1F565}","\u{1F55A}","\u{1F566}","\u{1F311}","\u{1F312}","\u{1F313}","\u{1F314}","\u{1F315}","\u{1F316}","\u{1F317}","\u{1F318}","\u{1F319}","\u{1F31A}","\u{1F31B}","\u{1F31C}","\u{1F321}\uFE0F","\u2600\uFE0F","\u{1F31D}","\u{1F31E}","\u{1FA90}","\u2B50","\u{1F31F}","\u{1F320}","\u{1F30C}","\u2601\uFE0F","\u26C5","\u26C8\uFE0F","\u{1F324}\uFE0F","\u{1F325}\uFE0F","\u{1F326}\uFE0F","\u{1F327}\uFE0F","\u{1F328}\uFE0F","\u{1F329}\uFE0F","\u{1F32A}\uFE0F","\u{1F32B}\uFE0F","\u{1F32C}\uFE0F","\u{1F300}","\u{1F308}","\u{1F302}","\u2602\uFE0F","\u2614","\u26F1\uFE0F","\u26A1","\u2744\uFE0F","\u2603\uFE0F","\u26C4","\u2604\uFE0F","\u{1F525}","\u{1F4A7}","\u{1F30A}"],activity:["\u{1F383}","\u{1F384}","\u{1F386}","\u{1F387}","\u{1F9E8}","\u2728","\u{1F388}","\u{1F389}","\u{1F38A}","\u{1F38B}","\u{1F38D}","\u{1F38E}","\u{1F390}","\u{1F391}","\u{1F9E7}","\u{1F380}","\u{1F381}","\u{1F397}\uFE0F","\u{1F39F}\uFE0F","\u{1F3AB}","\u{1F396}\uFE0F","\u{1F3C6}","\u{1F3C5}","\u{1F947}","\u{1F948}","\u{1F949}","\u26BD","\u26BE","\u{1F94E}","\u{1F3C0}","\u{1F3D0}","\u{1F3C8}","\u{1F3C9}","\u{1F3BE}","\u{1F94F}","\u{1F3B3}","\u{1F3CF}","\u{1F3D1}","\u{1F3D2}","\u{1F94D}","\u{1F3D3}","\u{1F3F8}","\u{1F94A}","\u{1F94B}","\u{1F945}","\u26F3","\u26F8\uFE0F","\u{1F3A3}","\u{1F93F}","\u{1F3BD}","\u{1F3BF}","\u{1F6F7}","\u{1F94C}","\u{1F3AF}","\u{1FA80}","\u{1FA81}","\u{1F3B1}","\u{1F52E}","\u{1FA84}","\u{1F9FF}","\u{1F3AE}","\u{1F579}\uFE0F","\u{1F3B0}","\u{1F3B2}","\u{1F9E9}","\u{1F9F8}","\u{1FA85}","\u{1FA86}","\u2660\uFE0F","\u2665\uFE0F","\u2666\uFE0F","\u2663\uFE0F","\u265F\uFE0F","\u{1F0CF}","\u{1F3B4}","\u{1F3AD}","\u{1F5BC}\uFE0F","\u{1F3A8}","\u{1F9F5}","\u{1FAA1}","\u{1F9F6}","\u{1FAA2}"],goods:["\u{1F453}","\u{1F576}\uFE0F","\u{1F97D}","\u{1F97C}","\u{1F9BA}","\u{1F454}","\u{1F455}","\u{1F456}","\u{1F9E3}","\u{1F9E4}","\u{1F9E5}","\u{1F9E6}","\u{1F457}","\u{1F458}","\u{1F97B}","\u{1FA71}","\u{1FA72}","\u{1FA73}","\u{1F459}","\u{1F45A}","\u{1F45B}","\u{1F45C}","\u{1F45D}","\u{1F6CD}\uFE0F","\u{1F392}","\u{1FA74}","\u{1F45E}","\u{1F45F}","\u{1F97E}","\u{1F97F}","\u{1F460}","\u{1F461}","\u{1FA70}","\u{1F462}","\u{1F451}","\u{1F452}","\u{1F3A9}","\u{1F393}","\u{1F9E2}","\u{1FA96}","\u26D1\uFE0F","\u{1F4FF}","\u{1F484}","\u{1F48D}","\u{1F48E}","\u{1F507}","\u{1F508}","\u{1F509}","\u{1F50A}","\u{1F4E2}","\u{1F4E3}","\u{1F4EF}","\u{1F514}","\u{1F515}","\u{1F3BC}","\u{1F3B5}","\u{1F3B6}","\u{1F399}\uFE0F","\u{1F39A}\uFE0F","\u{1F39B}\uFE0F","\u{1F3A4}","\u{1F3A7}","\u{1F4FB}","\u{1F3B7}","\u{1FA97}","\u{1F3B8}","\u{1F3B9}","\u{1F3BA}","\u{1F3BB}","\u{1FA95}","\u{1F941}","\u{1FA98}","\u{1F4F1}","\u{1F4F2}","\u260E\uFE0F","\u{1F4DE}","\u{1F4DF}","\u{1F4E0}","\u{1F50B}","\u{1F50C}","\u{1F4BB}","\u{1F5A5}\uFE0F","\u{1F5A8}\uFE0F","\u2328\uFE0F","\u{1F5B1}\uFE0F","\u{1F5B2}\uFE0F","\u{1F4BD}","\u{1F4BE}","\u{1F4BF}","\u{1F4C0}","\u{1F9EE}","\u{1F3A5}","\u{1F39E}\uFE0F","\u{1F4FD}\uFE0F","\u{1F3AC}","\u{1F4FA}","\u{1F4F7}","\u{1F4F8}","\u{1F4F9}","\u{1F4FC}","\u{1F50D}","\u{1F50E}","\u{1F56F}\uFE0F","\u{1F4A1}","\u{1F526}","\u{1F3EE}","\u{1FA94}","\u{1F4D4}","\u{1F4D5}","\u{1F4D6}","\u{1F4D7}","\u{1F4D8}","\u{1F4D9}","\u{1F4DA}","\u{1F4D3}","\u{1F4D2}","\u{1F4C3}","\u{1F4DC}","\u{1F4C4}","\u{1F5DE}\uFE0F","\u{1F4D1}","\u{1F516}","\u{1F3F7}\uFE0F","\u{1F4B0}","\u{1FA99}","\u{1F4B4}","\u{1F4B5}","\u{1F4B6}","\u{1F4B7}","\u{1F4B8}","\u{1F4B3}","\u{1F9FE}","\u{1F4B9}","\u2709\uFE0F","\u{1F4E7}","\u{1F4E8}","\u{1F4E9}","\u{1F4E4}","\u{1F4E5}","\u{1F4E6}","\u{1F4EB}","\u{1F4EA}","\u{1F4EC}","\u{1F4ED}","\u{1F4EE}","\u{1F5F3}\uFE0F","\u270F\uFE0F","\u2712\uFE0F","\u{1F58B}\uFE0F","\u{1F58A}\uFE0F","\u{1F58C}\uFE0F","\u{1F58D}\uFE0F","\u{1F4DD}","\u{1F4BC}","\u{1F4C1}","\u{1F4C2}","\u{1F5C2}\uFE0F","\u{1F4C5}","\u{1F4C6}","\u{1F5D2}\uFE0F","\u{1F5D3}\uFE0F","\u{1F4C7}","\u{1F4C8}","\u{1F4C9}","\u{1F4CA}","\u{1F4CB}","\u{1F4CC}","\u{1F4CD}","\u{1F4CE}","\u{1F587}\uFE0F","\u{1F4CF}","\u{1F4D0}","\u2702\uFE0F","\u{1F5C3}\uFE0F","\u{1F5C4}\uFE0F","\u{1F5D1}\uFE0F","\u{1F512}","\u{1F513}","\u{1F50F}","\u{1F510}","\u{1F511}","\u{1F5DD}\uFE0F","\u{1F528}","\u{1F52B}","\u{1FA83}","\u{1F6E1}\uFE0F","\u{1F527}","\u{1FA9B}","\u{1F529}","\u2699\uFE0F","\u{1F5DC}\uFE0F","\u2696\uFE0F","\u{1F9AF}","\u{1F517}","\u26D3\uFE0F","\u{1FA9D}","\u{1F9F0}","\u{1F9F2}","\u{1FA9C}","\u2697\uFE0F","\u{1F9EA}","\u{1F9EB}","\u{1F9EC}","\u{1F52C}","\u{1F52D}","\u{1F4E1}","\u{1F489}","\u{1FA78}","\u{1FA79}","\u{1FA7A}","\u{1F6AA}","\u{1F6D7}","\u{1FA9E}","\u{1FA9F}","\u{1F6CF}\uFE0F","\u{1F6CB}\uFE0F","\u{1FA91}","\u{1F6BD}","\u{1FAA0}","\u{1F6BF}","\u{1F6C1}","\u{1FAA4}","\u{1FA92}","\u{1F9F4}","\u{1F9F7}","\u{1F9F9}","\u{1F9FA}","\u{1F9FB}","\u{1FAA3}","\u{1F9FC}","\u{1FAA5}","\u{1F9FD}","\u{1F9EF}","\u{1F6D2}","\u26B1\uFE0F","\u{1F5FF}","\u{1FAA7}"],symbols:["\u{1F3E7}","\u{1F6AE}","\u{1F6B0}","\u267F","\u{1F6B9}","\u{1F6BA}","\u{1F6BB}","\u{1F6BC}","\u{1F6BE}","\u{1F6C2}","\u{1F6C3}","\u{1F6C4}","\u{1F6C5}","\u26A0\uFE0F","\u{1F6B8}","\u26D4","\u{1F6AB}","\u{1F6B3}","\u{1F6AD}","\u{1F6AF}","\u{1F6B1}","\u{1F6B7}","\u{1F4F5}","\u{1F51E}","\u2622\uFE0F","\u2623\uFE0F","\u2B06\uFE0F","\u2197\uFE0F","\u27A1\uFE0F","\u2198\uFE0F","\u2B07\uFE0F","\u2199\uFE0F","\u2B05\uFE0F","\u2196\uFE0F","\u2195\uFE0F","\u2194\uFE0F","\u21A9\uFE0F","\u21AA\uFE0F","\u2934\uFE0F","\u2935\uFE0F","\u{1F503}","\u{1F504}","\u{1F519}","\u{1F51A}","\u{1F51B}","\u{1F51C}","\u{1F51D}","\u{1F500}","\u{1F501}","\u{1F502}","\u25B6\uFE0F","\u23E9","\u23ED\uFE0F","\u23EF\uFE0F","\u25C0\uFE0F","\u23EA","\u23EE\uFE0F","\u{1F53C}","\u23EB","\u{1F53D}","\u23EC","\u23F8\uFE0F","\u23F9\uFE0F","\u23FA\uFE0F","\u23CF\uFE0F","\u{1F3A6}","\u{1F505}","\u{1F506}","\u{1F4F6}","\u{1F4F3}","\u{1F4F4}","\u2640\uFE0F","\u2642\uFE0F","\u2716\uFE0F","\u2795","\u2796","\u2797","\u267E\uFE0F","\u203C\uFE0F","\u2049\uFE0F","\u2753","\u2754","\u2755","\u2757","\u3030\uFE0F","\u{1F4B1}","\u{1F4B2}","\u2695\uFE0F","\u267B\uFE0F","\u269C\uFE0F","\u{1F531}","\u{1F4DB}","\u{1F530}","\u2B55","\u2705","\u2611\uFE0F","\u2714\uFE0F","\u274C","\u274E","\u27B0","\u27BF","\u303D\uFE0F","\u2733\uFE0F","\u2734\uFE0F","\u2747\uFE0F","\xA9\uFE0F","\xAE\uFE0F","\u2122\uFE0F","#\uFE0F\u20E3","*\uFE0F\u20E3","0\uFE0F\u20E3","1\uFE0F\u20E3","2\uFE0F\u20E3","3\uFE0F\u20E3","4\uFE0F\u20E3","5\uFE0F\u20E3","6\uFE0F\u20E3","7\uFE0F\u20E3","8\uFE0F\u20E3","9\uFE0F\u20E3","\u{1F51F}","\u{1F520}","\u{1F521}","\u{1F522}","\u{1F523}","\u{1F524}","\u{1F170}\uFE0F","\u{1F18E}","\u{1F171}\uFE0F","\u{1F191}","\u{1F192}","\u{1F193}","\u2139\uFE0F","\u{1F194}","\u24C2\uFE0F","\u{1F195}","\u{1F196}","\u{1F17E}\uFE0F","\u{1F197}","\u{1F17F}\uFE0F","\u{1F198}","\u{1F199}","\u{1F19A}","\u{1F201}","\u{1F237}\uFE0F","\u{1F236}","\u{1F22F}","\u{1F250}","\u{1F239}","\u{1F21A}","\u{1F232}","\u{1F251}","\u{1F238}","\u{1F234}","\u{1F233}","\u3297\uFE0F","\u3299\uFE0F","\u{1F235}","\u{1F534}","\u{1F7E0}","\u{1F7E1}","\u{1F7E2}","\u{1F535}","\u{1F7E3}","\u{1F7E4}","\u26AB","\u26AA","\u{1F7E5}","\u{1F7E7}","\u{1F7E8}","\u{1F7E9}","\u{1F7E6}","\u{1F7EA}","\u{1F7EB}","\u2B1B","\u2B1C","\u25FC\uFE0F","\u25FB\uFE0F","\u25FE","\u25FD","\u25AA\uFE0F","\u25AB\uFE0F","\u{1F536}","\u{1F537}","\u{1F538}","\u{1F539}","\u{1F53A}","\u{1F53B}","\u{1F4A0}","\u{1F518}","\u{1F533}","\u{1F532}"]},i6={"\u{1F600}":["grinning face","grinning","face","grin",":d","smile","happy","joy","\u60C5\u611F","\u7B11\u8138"],"\u{1F603}":["smiling face with open mouth","smiley","grinning face with big eyes","face","mouth","open","smile","happy","joy","haha",":d",":)","funny","\u60C5\u611F","\u5927\u7B11"],"\u{1F604}":["smiling face with open mouth and smiling eyes","smile","grinning face with smiling eyes","eye","face","mouth","open","happy","joy","funny","haha","laugh","like",":d",":)","\u60C5\u611F","\u5475\u5475"],"\u{1F601}":["grinning face with smiling eyes","grin","beaming face with smiling eyes","eye","face","smile","happy","joy","kawaii","\u60C5\u611F","\u563B\u563B"],"\u{1F606}":["smiling face with open mouth and tightly closed eyes","laughing","satisfied","grinning squinting face","face","laugh","mouth","smile","xd","happy","joy","lol","haha","glad","\u60C5\u611F","\u72C2\u7B11"],"\u{1F605}":["smiling face with open mouth and cold sweat","sweat smile","grinning face with sweat","cold","face","open","smile","sweat","hot","happy","laugh","relief","\u60C5\u611F","\u6C57"],"\u{1F923}":["rolling on the floor laughing","face","floor","laugh","rofl","rolling","rotfl",":\\'d","laughing","lol","haha","\u60C5\u611F","\u7B11\u7FFB\u4E86"],"\u{1F602}":["face with tears of joy","joy","face","laugh","tear",":\\')","cry","tears","weep","happy","happytears","haha","\u60C5\u611F","\u611F\u52A8"],"\u{1F642}":[":)","slightly smiling face","face","smile","\u60C5\u611F","\u5446\u5446\u7B11"],"\u{1F643}":["upside down face","face","upside down","flipped","silly","smile","\u60C5\u611F","\u98A0\u5012\u8138"],"\u{1F609}":["winking face","wink","face",";)","happy","mischievous","secret","smile","eye","\u60C5\u611F","\u7728\u773C"],"\u{1F60A}":["smiling face with smiling eyes","blush","eye","face","smile",":>",":)","happy","flushed","crush","embarrassed","shy","joy","\u60C5\u611F","\u5FAE\u7B11"],"\u{1F607}":["smiling face with halo","innocent","angel","face","fantasy","halo","o:)","heaven","\u60C5\u611F","\u5929\u4F7F\u7B11\u8138"],"\u{1F970}":["smiling face with smiling eyes and three hearts","smiling face with 3 hearts","smiling face with hearts","adore","crush","hearts","in love","face","love","like","affection","valentines","infatuation","\u60C5\u611F","\u4E09\u4E2A\u7231\u5FC3\u7684\u7B11\u8138"],"\u{1F60D}":["smiling face with heart shaped eyes","heart eyes","smiling face with heart eyes","eye","face","love","smile","like","affection","valentines","infatuation","crush","heart","\u60C5\u611F","\u82B1\u75F4"],"\u{1F929}":["grinning face with star eyes","star struck","eyes","face","grinning","star","smile","starry","\u60C5\u611F","\u773C\u5192\u661F\u661F"],"\u{1F618}":["face throwing a kiss","kissing heart","face blowing a kiss","face","kiss",":x","love","like","affection","valentines","infatuation","\u60C5\u611F","\u4EB2\u4EB2\u98DE\u543B"],"\u{1F617}":["kissing face","kissing","face","kiss","love","like","3","valentines","infatuation","\u60C5\u611F","\u4EB2\u4EB2"],"\u263A\uFE0F":["white smiling face","relaxed","smiling face","face","outlined","smile","blush","massage","happiness","\u8F7B\u677E"],"\u{1F61A}":["kissing face with closed eyes","kissing closed eyes","closed","eye","face","kiss",":*","love","like","affection","valentines","infatuation","\u60C5\u611F","\u772F\u773C\u4EB2\u4EB2"],"\u{1F619}":["kissing face with smiling eyes","kissing smiling eyes","eye","face","kiss","smile","affection","valentines","infatuation","\u60C5\u611F","\u7B11\u8138\u4EB2\u4EB2"],"\u{1F972}":["smiling face with tear","grateful","proud","relieved","smiling","tear","touched","sad","cry","pretend","\u60C5\u611F","\u5FAE\u7B11\u5E26\u6CEA"],"\u{1F60B}":["face savouring delicious food","yum","face savoring food","delicious","face","savouring","smile","happy","joy","tongue","silly","yummy","nom","\u60C5\u611F","\u53E3\u6C34"],"\u{1F61B}":["face with stuck out tongue","stuck out tongue","face with tongue","face","tongue",":p","prank","childish","playful","mischievous","smile","\u60C5\u611F","\u563F\u563F"],"\u{1F61C}":["face with stuck out tongue and winking eye","stuck out tongue winking eye","winking face with tongue","eye","face","joke","tongue","wink",";p","prank","childish","playful","mischievous","smile","\u60C5\u611F","\u5410\u820C\u5934"],"\u{1F92A}":["grinning face with one large and one small eye","zany face","eye","goofy","large","small","face","crazy","\u60C5\u611F","\u53D1\u75AF"],"\u{1F61D}":["face with stuck out tongue and tightly closed eyes","stuck out tongue closed eyes","squinting face with tongue","eye","face","horrible","taste","tongue","xp","prank","playful","mischievous","smile","\u60C5\u611F","\u7728\u773C\u5410\u820C\u5934"],"\u{1F911}":["money mouth face","face","money","mouth","rich","dollar","\u60C5\u611F","\u53D1\u8D22"],"\u{1F917}":["hugging face","face","hug","hugging","smile","\u60C5\u611F","\u62B1\u62B1"],"\u{1F92D}":["smiling face with smiling eyes and hand covering mouth","face with hand over mouth","whoops","face","shock","surprise","\u60C5\u611F","\u624B\u76D6\u4F4F\u5634\u5DF4"],"\u{1F92B}":["face with finger covering closed lips","shushing face","quiet","shush","face","shhh","\u60C5\u611F","\u5618"],"\u{1F914}":["thinking face","face","thinking",":l","hmmm","think","consider","\u60C5\u611F","\u601D\u8003"],"\u{1F910}":["zipper mouth face","face","mouth","zipper",":z","sealed","secret","\u60C5\u611F","\u95ED\u5634"],"\u{1F928}":["face with one eyebrow raised","face with raised eyebrow","distrust","skeptic","face","scepticism","disapproval","disbelief","surprise","\u60C5\u611F","\u6311\u7709\u60CA\u8BB6"],"\u{1F610}":["neutral face","deadpan","face","meh","neutral",":|","indifference","\u60C5\u611F","\u65E0\u8BED"],"\u{1F611}":["expressionless face","expressionless","face","inexpressive","meh","unexpressive","indifferent","- -","deadpan","\u60C5\u611F","\u9762\u65E0\u8868\u60C5"],"\u{1F636}":["face without mouth","no mouth","face","mouth","quiet","silent",":#","hellokitty","\u60C5\u611F","\u6C89\u9ED8"],"\u{1F636}\u200D\u{1F32B}\uFE0F":["face in clouds","absentminded","face in the fog","head in clouds","\u60C5\u611F","\u832B\u832B\u7136"],"\u{1F60F}":["smirking face","smirk","face",":j","smile","mean","prank","smug","sarcasm","\u60C5\u611F","\u51B7\u7B11"],"\u{1F612}":["unamused face","unamused","face","unhappy",":?","indifference","bored","straight face","serious","sarcasm","unimpressed","skeptical","dubious","side eye","\u60C5\u611F","\u4E0D\u9AD8\u5174"],"\u{1F644}":["face with rolling eyes","eyeroll","eyes","face","rolling","frustrated","\u60C5\u611F","\u7FFB\u767D\u773C"],"\u{1F62C}":["grimacing face","grimacing","face","grimace","8d","teeth","\u60C5\u611F","\u54AC\u7259"],"\u{1F62E}\u200D\u{1F4A8}":["face exhaling","exhale","gasp","groan","relief","whisper","whistle","\u60C5\u611F","\u677E\u4E00\u53E3\u6C14"],"\u{1F925}":["lying face","face","lie","pinocchio","\u60C5\u611F","\u9F3B\u5B50\u53D8\u957F\u4E86"],"\u{1F60C}":["relieved face","relieved","face","relaxed","phew","massage","happiness","\u60C5\u611F","\u677E\u4E86\u53E3\u6C14"],"\u{1F614}":["pensive face","pensive","dejected","face","sad","depressed","upset","\u60C5\u611F","\u6C89\u601D"],"\u{1F62A}":["sleepy face","sleepy","face","sleep","tired","rest","nap","\u60C5\u611F","\u56F0"],"\u{1F924}":["drooling face","drooling","face","\u60C5\u611F","\u6D41\u53E3\u6C34"],"\u{1F634}":["sleeping face","sleeping","face","sleep","zzz","tired","sleepy","night","\u60C5\u611F","\u7761\u7740\u4E86"],"\u{1F637}":["face with medical mask","mask","cold","doctor","face","sick","ill","disease","\u60C5\u611F","\u53E3\u7F69"],"\u{1F912}":["face with thermometer","face","ill","sick","thermometer","temperature","cold","fever","\u60C5\u611F","\u542B\u6E29\u5EA6\u8BA1"],"\u{1F915}":["face with head bandage","bandage","face","hurt","injury","injured","clumsy","\u60C5\u611F","\u5305\u7EF7\u5E26"],"\u{1F922}":["nauseated face","face","nauseated","vomit","%(","gross","green","sick","throw up","ill","\u60C5\u611F","\u60F3\u5410"],"\u{1F92E}":["face with open mouth vomiting","face vomiting","puke","sick","vomit","face","\u60C5\u611F","\u72C2\u5410\u4E2D"],"\u{1F927}":["sneezing face","face","gesundheit","sneeze","sick","allergy","\u60C5\u611F","\u6253\u55B7\u568F"],"\u{1F975}":["overheated face","hot face","feverish","heat stroke","hot","red faced","sweating","face","heat","red","\u60C5\u611F","\u70ED\u8138"],"\u{1F976}":["freezing face","cold face","blue faced","cold","freezing","frostbite","icicles","face","blue","frozen","\u60C5\u611F","\u51B7\u8138"],"\u{1F974}":["face with uneven eyes and wavy mouth","woozy face","dizzy","intoxicated","tipsy","uneven eyes","wavy mouth",":&","face","wavy","\u60C5\u611F","\u5934\u660F\u773C\u82B1"],"\u{1F635}":["dizzy face","knocked out face","dead","face","knocked out","xo","spent","unconscious","xox","dizzy","\u60C5\u611F","\u5934\u6655\u76EE\u7729"],"\u{1F635}\u200D\u{1F4AB}":["face with spiral eyes","dizzy","hypnotized","spiral","trouble","whoa","\u60C5\u611F","\u76EE\u7729\u5934\u6655"],"\u{1F92F}":["shocked face with exploding head","exploding head","mind blown","shocked","face","mind","blown","\u60C5\u611F","\u4E00\u4E2A\u5934\u4E24\u4E2A\u5927"],"\u{1F920}":["face with cowboy hat","cowboy hat face","cowboy","cowgirl","face","hat","\u60C5\u611F","\u725B\u4ED4"],"\u{1F973}":["face with party horn and party hat","partying face","celebration","hat","horn","party","face","woohoo","\u60C5\u611F","\u5E86\u795D\u7684\u8868\u60C5"],"\u{1F978}":["disguised face","disguise","face","glasses","incognito","nose","pretent","brows","moustache","\u60C5\u611F","\u5047\u626E\u7684\u8138"],"\u{1F60E}":["smiling face with sunglasses","sunglasses","bright","cool","face","sun","8)","smile","summer","beach","sunglass","\u60C5\u611F","\u58A8\u955C"],"\u{1F913}":["nerd face","face","geek","nerd",":b","nerdy","dork","\u60C5\u611F","\u641E\u602A"],"\u{1F9D0}":["face with monocle","stuffy","face","wealthy","\u60C5\u611F","\u5355\u7247\u773C\u955C"],"\u{1F615}":["confused face","confused","face","meh",":/","indifference","huh","weird","hmmm","\u60C5\u611F","\u56F0\u6270"],"\u{1F61F}":["worried face","worried","face","concern","nervous",":(","\u60C5\u611F","\u62C5\u5FC3"],"\u{1F641}":["slightly frowning face","face","frown","frowning","disappointed","sad","upset","\u60C5\u611F","\u4E0D\u5F00\u5FC3"],"\u2639\uFE0F":["frowning face","white frowning face","face","frown",":(","sad","upset","\u76B1\u7709\u8138"],"\u{1F62E}":["face with open mouth","open mouth","face","mouth","open","sympathy","surprise","impressed","wow","whoa",":o","\u60C5\u611F","\u60CA\u8BB6"],"\u{1F62F}":["hushed face","hushed","face","stunned","surprised","woo","shh","\u60C5\u611F","\u54E6"],"\u{1F632}":["astonished face","astonished","face","shocked","totally",":o","xox","surprised","poisoned","\u60C5\u611F","\u9707\u60CA"],"\u{1F633}":["flushed face","flushed","dazed","face",":$","blush","shy","flattered","\u60C5\u611F","\u7231\u6155"],"\u{1F97A}":["face with pleading eyes","pleading face","begging","mercy","puppy eyes","face","\u60C5\u611F","\u8BF7\u6C42\u7684\u8138"],"\u{1F626}":["frowning face with open mouth","frowning","face","frown","mouth","open","aw","what","\u60C5\u611F","\u554A"],"\u{1F627}":["anguished face","anguished","face",":s","stunned","nervous","\u60C5\u611F","\u75DB"],"\u{1F628}":["fearful face","fearful","face","fear","scared","terrified","nervous","oops","huh","\u60C5\u611F","\u53EF\u6015"],"\u{1F630}":["face with open mouth and cold sweat","cold sweat","anxious face with sweat","blue","cold","face","rushed","sweat","nervous","\u60C5\u611F","\u5192\u6C57"],"\u{1F625}":["disappointed but relieved face","disappointed relieved","sad but relieved face","disappointed","face","relieved","whew","phew","sweat","nervous","\u60C5\u611F","\u6D41\u6C57"],"\u{1F622}":["crying face","cry","face","sad","tear",":\\'(","tears","depressed","upset","\u60C5\u611F","\u6CEA"],"\u{1F62D}":["loudly crying face","sob","cry","face","sad","tear",":\\'o","tears","upset","depressed","\u60C5\u611F","\u54ED"],"\u{1F631}":["face screaming in fear","scream","face","fear","munch","scared","dx","omg","\u60C5\u611F","\u5413\u6B7B\u4E86"],"\u{1F616}":["confounded face","confounded","face","x(","confused","sick","unwell","oops",":s","\u60C5\u611F","\u56F0\u60D1"],"\u{1F623}":["persevering face","persevere","face","sick","no","upset","oops","\u60C5\u611F","\u75DB\u82E6"],"\u{1F61E}":["disappointed face","disappointed","face","sad","upset","depressed",":(","\u60C5\u611F","\u5931\u671B"],"\u{1F613}":["face with cold sweat","sweat","downcast face with sweat","cold","face",":<","hot","sad","tired","exercise","\u60C5\u611F","\u51B7\u6C57"],"\u{1F629}":["weary face","weary","face","tired","d:","sleepy","sad","frustrated","upset","\u60C5\u611F","\u5509!"],"\u{1F62B}":["tired face","face","tired",":c","sick","whine","upset","frustrated","\u60C5\u611F","\u7D2F"],"\u{1F971}":["yawning face","bored","tired","yawn","\u60C5\u611F","\u5475\u6B20"],"\u{1F624}":["face with look of triumph","triumph","face with steam from nose","face","won","gas","phew","proud","pride","\u60C5\u611F","\u50B2\u6162"],"\u{1F621}":["pouting face","rage","angry","face","mad","pouting","red",">:/","hate","despise","\u60C5\u611F","\u751F\u6C14"],"\u{1F620}":["angry face","angry","anger","face","mad","annoyed","frustrated","\u60C5\u611F","\u4E0D\u723D"],"\u{1F92C}":["serious face with symbols covering mouth","face with symbols on mouth","swearing",":@","face","cursing","cussing","profanity","expletive","\u60C5\u611F","\u5634\u4E0A\u6709\u7B26\u53F7\u7684\u8868\u60C5"],"\u{1F608}":["smiling face with horns","smiling imp","face","fairy tale","fantasy","horns","smile",">:)","devil","\u60C5\u611F","\u6076\u9B54\u7684\u7B11"],"\u{1F47F}":["imp","angry face with horns","demon","devil","face","fantasy",">:(","angry","horns","\u60C5\u611F","\u6076\u9B54"],"\u{1F480}":["skull","death","face","fairy tale","monster","dead","skeleton","creepy","\u60C5\u611F","\u9AB7\u9AC5\u5934"],"\u2620\uFE0F":["skull and crossbones","crossbones","death","face","monster","skull","poison","danger","deadly","scary","pirate","evil","\u5934\u9AA8\u548C\u4EA4\u53C9\u9AA8"],"\u{1F4A9}":["pile of poo","hankey","poop","shit","dung","face","monster","poo","shitface","fail","turd","\u60C5\u611F","\u5927\u4FBF"],"\u{1F921}":["clown face","clown","face","\u60C5\u611F","\u5C0F\u4E11"],"\u{1F479}":["japanese ogre","ogre","creature","face","fairy tale","fantasy","monster",">0)","red","mask","halloween","scary","creepy","devil","demon","japanese","\u60C5\u611F","\u9B54\u9B3C"],"\u{1F47A}":["japanese goblin","goblin","creature","face","fairy tale","fantasy","monster","red","evil","mask","scary","creepy","japanese","\u60C5\u611F","\u5929\u72D7"],"\u{1F47B}":["ghost","creature","face","fairy tale","fantasy","monster","halloween","spooky","scary","\u60C5\u611F","\u9B3C"],"\u{1F47D}":["extraterrestrial alien","alien","creature","extraterrestrial","face","fantasy","ufo","paul","weird","outer space","\u60C5\u611F","\u5916\u661F\u4EBA"],"\u{1F47E}":["alien monster","space invader","alien","creature","extraterrestrial","face","monster","ufo","game","arcade","play","\u60C5\u611F","\u602A\u7269"],"\u{1F916}":["robot face","robot","face","monster","computer","machine","bot","\u60C5\u611F","\u673A\u5668\u4EBA"],"\u{1F63A}":["smiling cat face with open mouth","smiley cat","grinning cat","cat","face","grinning","mouth","open","smile","animal","cats","happy","\u60C5\u611F","\u54C8\u54C8"],"\u{1F638}":["grinning cat face with smiling eyes","smile cat","grinning cat with smiling eyes","cat","eye","face","grin","smile","animal","cats","\u60C5\u611F","\u5FAE\u7B11\u7684\u732B\u8138"],"\u{1F639}":["cat face with tears of joy","joy cat","cat with tears of joy","cat","face","joy","tear","animal","cats","haha","happy","tears","\u60C5\u611F","\u611F\u52A8\u7684\u732B\u8138"],"\u{1F63B}":["smiling cat face with heart shaped eyes","heart eyes cat","smiling cat with heart eyes","cat","eye","face","heart","love","smile","animal","like","affection","cats","valentines","\u60C5\u611F","\u82B1\u75F4\u7684\u732B\u8138"],"\u{1F63C}":["cat face with wry smile","smirk cat","cat with wry smile","cat","face","ironic","smile","wry","animal","cats","smirk","\u60C5\u611F","\u5FAE\u7B11\u732B\u8138"],"\u{1F63D}":["kissing cat face with closed eyes","kissing cat","cat","eye","face","kiss",":3","animal","cats","\u60C5\u611F","\u4EB2\u4EB2\u7684\u732B\u8138"],"\u{1F640}":["weary cat face","scream cat","weary cat","cat","face","oh","surprised","weary","animal","cats","munch","scared","scream","\u60C5\u611F","\u7D2F\u7684\u732B\u8138"],"\u{1F63F}":["crying cat face","crying cat","cat","cry","face","sad","tear","animal","tears","weep","cats","upset","\u60C5\u611F","\u54ED\u7684\u732B\u8138"],"\u{1F63E}":["pouting cat face","pouting cat","cat","face","pouting","animal","cats","\u60C5\u611F","\u751F\u6C14\u7684\u732B\u8138"],"\u{1F648}":["see no evil monkey","see no evil","evil","face","forbidden","monkey","see","animal","nature","haha","\u60C5\u611F","\u975E\u793C\u52FF\u89C6"],"\u{1F649}":["hear no evil monkey","hear no evil","evil","face","forbidden","hear","monkey","animal","nature","\u60C5\u611F","\u975E\u793C\u52FF\u542C"],"\u{1F64A}":["speak no evil monkey","speak no evil","evil","face","forbidden","monkey","speak","animal","nature","omg","\u60C5\u611F","\u975E\u793C\u52FF\u8A00"],"\u{1F48B}":["kiss mark","kiss","lips","face","love","like","affection","valentines","\u60C5\u611F","\u5507\u5370"],"\u{1F48C}":["love letter","heart","letter","love","mail","email","like","affection","envelope","valentines","\u60C5\u611F","\u60C5\u4E66"],"\u{1F498}":["heart with arrow","cupid","arrow","love","like","heart","affection","valentines","\u60C5\u611F","\u4E18\u6BD4\u7279"],"\u{1F49D}":["heart with ribbon","gift heart","ribbon","valentine","love","valentines","\u60C5\u611F","\u7231\u7684\u793C\u7269"],"\u{1F496}":["sparkling heart","excited","sparkle","love","like","affection","valentines","\u60C5\u611F","\u5F00\u5FC3"],"\u{1F497}":["growing heart","heartpulse","excited","growing","nervous","pulse","like","love","affection","valentines","pink","\u60C5\u611F","\u5FC3\u52A8"],"\u{1F493}":["beating heart","heartbeat","beating","pulsating","love","like","affection","valentines","pink","heart","\u60C5\u611F","\u5FC3\u8DF3"],"\u{1F49E}":["revolving hearts","revolving","love","like","affection","valentines","\u60C5\u611F","\u5FC3\u4E4B\u821E"],"\u{1F495}":["two hearts","love","like","affection","valentines","heart","\u60C5\u611F","\u5FC3\u5FC3\u76F8\u5370"],"\u{1F49F}":["heart decoration","heart","purple square","love","like","\u60C5\u611F","\u5FC3\u5728\u6846\u6846\u91CC"],"\u2763\uFE0F":["heart exclamation","heavy heart exclamation mark ornament","exclamation","mark","punctuation","decoration","love","\u5FC3\u5F62\u611F\u53F9\u53F7"],"\u{1F494}":["broken heart","break","broken","</3","sad","sorry","heart","heartbreak","\u60C5\u611F","\u5FC3\u788E"],"\u2764\uFE0F\u200D\u{1F525}":["heart on fire","burn","heart","love","lust","sacred heart","\u60C5\u611F","\u706B\u70ED\u7684\u5FC3"],"\u2764\uFE0F\u200D\u{1FA79}":["mending heart","healthier","improving","mending","recovering","recuperating","well","\u60C5\u611F","\u7597\u5FC3"],"\u2764\uFE0F":["heavy black heart","heart","red heart","<3","love","like","valentines","\u6C89\u91CD\u7684\u9ED1\u5FC3"],"\u{1F9E1}":["orange heart","orange","love","like","affection","valentines","\u60C5\u611F","\u6A58\u5FC3"],"\u{1F49B}":["yellow heart","yellow","love","like","affection","valentines","\u60C5\u611F","\u9EC4\u5FC3"],"\u{1F49A}":["green heart","green","love","like","affection","valentines","\u60C5\u611F","\u7EFF\u5FC3"],"\u{1F499}":["blue heart","blue","love","like","affection","valentines","\u60C5\u611F","\u84DD\u5FC3"],"\u{1F49C}":["purple heart","purple","love","like","affection","valentines","\u60C5\u611F","\u7D2B\u5FC3"],"\u{1F90E}":["brown heart","brown","heart","\u60C5\u611F","\u8910\u5FC3"],"\u{1F5A4}":["black heart","black","evil","wicked","\u60C5\u611F","\u9ED1\u5FC3"],"\u{1F90D}":["white heart","heart","white","\u60C5\u611F","\u767D\u5FC3"],"\u{1F4AF}":["hundred points symbol","100","hundred points","full","hundred","score","perfect","numbers","century","exam","quiz","test","pass","\u60C5\u611F","\u6EE1\u5206"],"\u{1F4A2}":["anger symbol","anger","angry","comic","mad","\u60C5\u611F","\u6012"],"\u{1F4A5}":["collision symbol","boom","collision","comic","bomb","explode","explosion","blown","\u60C5\u611F","\u78B0\u649E"],"\u{1F4AB}":["dizzy symbol","dizzy","comic","star","sparkle","shoot","magic","\u60C5\u611F","\u6655\u5934\u8F6C\u5411"],"\u{1F4A6}":["splashing sweat symbol","sweat drops","sweat droplets","comic","splashing","sweat","water","drip","oops","\u60C5\u611F","\u51FA\u6C57"],"\u{1F4A8}":["dash symbol","dash","dashing away","comic","running","wind","air","fast","shoo","fart","smoke","puff","\u60C5\u611F","\u626C\u5C18\u800C\u53BB"],"\u{1F573}\uFE0F":["hole","embarrassing","\u5B54"],"\u{1F4A3}":["bomb","comic","boom","explode","explosion","terrorism","\u60C5\u611F","\u70B8\u5F39"],"\u{1F4AC}":["speech balloon","balloon","bubble","comic","dialog","speech","words","message","talk","chatting","\u60C5\u611F","\u5BF9\u8BDD\u6846"],"\u{1F441}\uFE0F\u200D\u{1F5E8}\uFE0F":["eye in speech bubble","eye","speech bubble","witness","\u60C5\u611F","\u8BB2\u8BDD\u6CE1\u6CE1\u4E2D\u7684\u773C\u775B"],"\u{1F5E8}\uFE0F":["left speech bubble","dialog","speech","words","message","talk","chatting","\u60C5\u611F","\u6D88\u606F"],"\u{1F5EF}\uFE0F":["right anger bubble","angry","balloon","bubble","mad","caption","speech","thinking","\u60C5\u611F","\u601D\u8003"],"\u{1F4AD}":["thought balloon","balloon","bubble","comic","thought","cloud","speech","thinking","dream","\u60C5\u611F","\u5FC3\u58F0\u5BF9\u8BDD\u6846"],"\u{1F4A4}":["sleeping symbol","zzz","comic","sleep","sleepy","tired","dream","\u60C5\u611F","\u7761\u7740"],"\u{1F44B}":["waving hand sign","wave","waving hand","hand","waving","hands","gesture","goodbye","solong","farewell","hello","hi","palm","\u4EBA\u7C7B","\u8EAB\u4F53","\u6325\u624B"],"\u{1F91A}":["raised back of hand","backhand","raised","fingers","\u4EBA\u7C7B","\u8EAB\u4F53","\u7AD6\u8D77\u624B\u638C"],"\u{1F590}\uFE0F":["hand with fingers splayed","raised hand with fingers splayed","finger","hand","splayed","fingers","palm","\u624B\u6307\u5F20\u5F00\u7684\u624B"],"\u270B":["raised hand","hand","high 5","high five","fingers","stop","highfive","palm","ban","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E3E\u624B"],"\u{1F596}":["raised hand with part between middle and ring fingers","spock hand","vulcan salute","finger","hand","spock","vulcan","fingers","star trek","\u4EBA\u7C7B","\u8EAB\u4F53","\u4F60\u597D"],"\u{1F44C}":["ok hand sign","ok hand","hand","ok","fingers","limbs","perfect","okay","\u4EBA\u7C7B","\u8EAB\u4F53","OK \u624B\u52BF"],"\u{1F90C}":["pinched fingers","fingers","hand gesture","interrogation","pinched","sarcastic","size","tiny","small","\u4EBA\u7C7B","\u8EAB\u4F53","\u634F\u624B\u6307"],"\u{1F90F}":["pinching hand","small amount","\u4EBA\u7C7B","\u8EAB\u4F53","\u634F"],"\u270C\uFE0F":["victory hand","v","hand","victory","fingers","ohyeah","peace","two","\u80DC\u5229\u4E4B\u624B"],"\u{1F91E}":["hand with index and middle fingers crossed","crossed fingers","cross","finger","hand","luck","good","lucky","\u4EBA\u7C7B","\u8EAB\u4F53","\u795D\u597D\u8FD0"],"\u{1F91F}":["i love you hand sign","love you gesture","hand","ily","fingers","gesture","\u4EBA\u7C7B","\u8EAB\u4F53","\u7231\u4F60\u624B\u52BF"],"\u{1F918}":["sign of the horns","the horns","finger","hand","horns","rock on","\\\\m/","fingers","evil eye","sign of horns","\u4EBA\u7C7B","\u8EAB\u4F53","ROCK","\u89D2\u7684\u6807\u5FD7"],"\u{1F919}":["call me hand","call","hand","hands","gesture","\u4EBA\u7C7B","\u8EAB\u4F53","\u6253\u7ED9\u6211"],"\u{1F448}":["white left pointing backhand index","point left","backhand index pointing left","backhand","finger","hand","index","point","direction","fingers","left","\u4EBA\u7C7B","\u8EAB\u4F53","\u5DE6"],"\u{1F449}":["white right pointing backhand index","point right","backhand index pointing right","backhand","finger","hand","index","point","fingers","direction","right","\u4EBA\u7C7B","\u8EAB\u4F53","\u53F3"],"\u{1F446}":["white up pointing backhand index","point up 2","backhand index pointing up","backhand","finger","hand","point","up","fingers","direction","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E0A"],"\u{1F595}":["reversed hand with middle finger extended","middle finger","finger","hand","fingers","rude","middle","flipping","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E2D\u6307"],"\u{1F447}":["white down pointing backhand index","point down","backhand index pointing down","backhand","down","finger","hand","point","fingers","direction","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E0B"],"\u261D\uFE0F":["white up pointing index","point up","index pointing up","finger","hand","index","point","up","fingers","direction","\u767D\u8272\u6307\u5411\u7D22\u5F15"],"\u{1F44D}":["thumbs up sign","+1","thumbsup","thumbs up","hand","thumb","up","yes","awesome","good","agree","accept","cool","like","\u4EBA\u7C7B","\u8EAB\u4F53","\u8D5E"],"\u{1F44E}":["thumbs down sign","-1","thumbsdown","thumbs down","down","hand","thumb","no","dislike","\u4EBA\u7C7B","\u8EAB\u4F53","\u900A"],"\u270A":["raised fist","fist","clenched","hand","punch","fingers","grasp","\u4EBA\u7C7B","\u8EAB\u4F53","\u62F3\u5934"],"\u{1F44A}":["fisted hand sign","facepunch","punch","oncoming fist","clenched","fist","hand","angry","violence","hit","attack","\u4EBA\u7C7B","\u8EAB\u4F53","\u51FA\u62F3"],"\u{1F91B}":["left facing fist","fist","leftwards","hand","fistbump","\u4EBA\u7C7B","\u8EAB\u4F53","\u63E1\u53F3\u62F3"],"\u{1F91C}":["right facing fist","fist","rightwards","hand","fistbump","\u4EBA\u7C7B","\u8EAB\u4F53","\u63E1\u5DE6\u62F3"],"\u{1F44F}":["clapping hands sign","clap","clapping hands","hand","hands","praise","applause","congrats","yay","\u4EBA\u7C7B","\u8EAB\u4F53","\u9F13\u638C"],"\u{1F64C}":["person raising both hands in celebration","raised hands","raising hands","celebration","gesture","hand","hooray","raised","yea","hands","\u4EBA\u7C7B","\u8EAB\u4F53","\u6B22\u547C"],"\u{1F450}":["open hands sign","open hands","hand","open","fingers","butterfly","hands","\u4EBA\u7C7B","\u8EAB\u4F53","\u644A\u5F00\u624B"],"\u{1F932}":["palms up together","prayer","hands","gesture","cupped","\u4EBA\u7C7B","\u8EAB\u4F53","\u53CC\u624B\u638C\u671D\u4E0A"],"\u{1F91D}":["handshake","agreement","hand","meeting","shake","\u4EBA\u7C7B","\u8EAB\u4F53","\u63E1\u624B"],"\u{1F64F}":["person with folded hands","pray","folded hands","ask","hand","high 5","high five","please","thanks","hope","wish","namaste","highfive","\u4EBA\u7C7B","\u8EAB\u4F53","\u611F\u6069"],"\u270D\uFE0F":["writing hand","hand","write","lower left ballpoint pen","stationery","compose","\u4E66\u5199\u624B"],"\u{1F485}":["nail polish","nail care","care","cosmetics","manicure","nail","polish","beauty","finger","fashion","\u4EBA\u7C7B","\u8EAB\u4F53","\u6307\u7532\u6CB9"],"\u{1F933}":["selfie","camera","phone","\u4EBA\u7C7B","\u8EAB\u4F53","\u81EA\u62CD"],"\u{1F4AA}":["flexed biceps","muscle","biceps","comic","flex","arm","hand","summer","strong","\u4EBA\u7C7B","\u8EAB\u4F53","\u808C\u8089"],"\u{1F9BE}":["mechanical arm","accessibility","prosthetic","\u4EBA\u7C7B","\u8EAB\u4F53","\u673A\u68B0\u624B\u81C2"],"\u{1F9BF}":["mechanical leg","accessibility","prosthetic","\u4EBA\u7C7B","\u8EAB\u4F53","\u673A\u68B0\u811A"],"\u{1F9B5}":["leg","kick","limb","\u4EBA\u7C7B","\u8EAB\u4F53","\u817F"],"\u{1F9B6}":["foot","kick","stomp","\u4EBA\u7C7B","\u8EAB\u4F53","\u811A"],"\u{1F442}":["ear","body","face","hear","sound","listen","\u4EBA\u7C7B","\u8EAB\u4F53","\u8033\u6735"],"\u{1F9BB}":["ear with hearing aid","accessibility","hard of hearing","\u4EBA\u7C7B","\u8EAB\u4F53","\u6234\u52A9\u542C\u5668\u7684\u8033\u6735"],"\u{1F443}":["nose","body","smell","sniff","\u4EBA\u7C7B","\u8EAB\u4F53","\u9F3B\u5B50"],"\u{1F9E0}":["brain","intelligent","smart","\u4EBA\u7C7B","\u8EAB\u4F53","\u8111"],"\u{1FAC0}":["anatomical heart","anatomical","cardiology","heart","organ","pulse","health","heartbeat","\u4EBA\u7C7B","\u8EAB\u4F53","\u5FC3\u810F"],"\u{1FAC1}":["lungs","breath","exhalation","inhalation","organ","respiration","breathe","\u4EBA\u7C7B","\u8EAB\u4F53","\u80BA"],"\u{1F9B7}":["tooth","dentist","teeth","\u4EBA\u7C7B","\u8EAB\u4F53","\u7259\u9F7F"],"\u{1F9B4}":["bone","skeleton","\u4EBA\u7C7B","\u8EAB\u4F53","\u9AA8\u5934"],"\u{1F440}":["eyes","eye","face","look","watch","stalk","peek","see","\u4EBA\u7C7B","\u8EAB\u4F53","\u53CC\u773C"],"\u{1F441}\uFE0F":["eye","body","face","look","see","watch","stare","\u773C\u775B"],"\u{1F445}":["tongue","body","mouth","playful","\u4EBA\u7C7B","\u8EAB\u4F53","\u820C\u5934"],"\u{1F444}":["mouth","lips","kiss","\u4EBA\u7C7B","\u8EAB\u4F53","\u5634\u5DF4"],"\u{1F476}":["baby","young","child","boy","girl","toddler","\u4EBA\u7C7B","\u8EAB\u4F53","\u5C0F\u5B9D\u5B9D"],"\u{1F9D2}":["child","gender neutral","unspecified gender","young","\u4EBA\u7C7B","\u8EAB\u4F53","\u5C0F\u5B69"],"\u{1F466}":["boy","young","man","male","guy","teenager","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B69"],"\u{1F467}":["girl","virgo","young","zodiac","female","woman","teenager","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5B69"],"\u{1F9D1}":["adult","person","gender neutral","unspecified gender","\u4EBA\u7C7B","\u8EAB\u4F53","\u5927\u4EBA"],"\u{1F471}":["person with blond hair","person: blond hair","blond","blond haired person","hair","person blond hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u91D1\u53D1\u4EBA"],"\u{1F468}":["man","adult","mustache","father","dad","guy","classy","sir","moustache","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA"],"\u{1F9D4}":["bearded person","person: beard","beard","person","man beard","bewhiskered","\u4EBA\u7C7B","\u8EAB\u4F53","\u84C4\u80E1\u7684\u4EBA"],"\u{1F9D4}\u200D\u2642\uFE0F":["man: beard","man with beard","beard","man","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA","\u84C4\u80E1\u7684\u4EBA"],"\u{1F9D4}\u200D\u2640\uFE0F":["woman: beard","woman with beard","beard","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA","\u84C4\u80E1\u7684\u4EBA"],"\u{1F468}\u200D\u{1F9B0}":["man: red hair","red haired man","adult","man","red hair","man red hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA","\u7EA2\u53D1"],"\u{1F468}\u200D\u{1F9B1}":["man: curly hair","curly haired man","adult","curly hair","man","man curly hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA","\u5377\u53D1"],"\u{1F468}\u200D\u{1F9B3}":["man: white hair","white haired man","adult","man","white hair","man white hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA","\u767D\u53D1"],"\u{1F468}\u200D\u{1F9B2}":["man: bald","bald man","adult","bald","man","man bald","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA","\u79C3\u5934"],"\u{1F469}":["woman","adult","female","girls","lady","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA"],"\u{1F469}\u200D\u{1F9B0}":["woman: red hair","red haired woman","adult","red hair","woman","woman red hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA","\u7EA2\u53D1"],"\u{1F9D1}\u200D\u{1F9B0}":["person: red hair","red haired person","adult","gender neutral","person","red hair","unspecified gender","person red hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5927\u4EBA","\u7EA2\u53D1"],"\u{1F469}\u200D\u{1F9B1}":["woman: curly hair","curly haired woman","adult","curly hair","woman","woman curly hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA","\u5377\u53D1"],"\u{1F9D1}\u200D\u{1F9B1}":["person: curly hair","curly haired person","adult","curly hair","gender neutral","person","unspecified gender","person curly hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5927\u4EBA","\u5377\u53D1"],"\u{1F469}\u200D\u{1F9B3}":["woman: white hair","white haired woman","adult","white hair","woman","woman white hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA","\u767D\u53D1"],"\u{1F9D1}\u200D\u{1F9B3}":["person: white hair","white haired person","adult","gender neutral","person","unspecified gender","white hair","person white hair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5927\u4EBA","\u767D\u53D1"],"\u{1F469}\u200D\u{1F9B2}":["woman: bald","bald woman","adult","bald","woman","woman bald","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA","\u79C3\u5934"],"\u{1F9D1}\u200D\u{1F9B2}":["person: bald","bald person","adult","bald","gender neutral","person","unspecified gender","person bald","\u4EBA\u7C7B","\u8EAB\u4F53","\u5927\u4EBA","\u79C3\u5934"],"\u{1F471}\u200D\u2640\uFE0F":["woman: blond hair","blond haired woman","blonde","hair","woman","woman blond hair","female","girl","person","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\uFF1A\u91D1\u8272\u7684\u5934\u53D1"],"\u{1F471}\u200D\u2642\uFE0F":["man: blond hair","blond haired man","blond","hair","man","man blond hair","male","boy","blonde","guy","person","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\uFF1A\u91D1\u8272\u7684\u5934\u53D1"],"\u{1F9D3}":["older adult","older person","adult","gender neutral","old","unspecified gender","human","elder","senior","\u4EBA\u7C7B","\u8EAB\u4F53","\u957F\u8005"],"\u{1F474}":["older man","old man","adult","man","old","human","male","men","elder","senior","\u4EBA\u7C7B","\u8EAB\u4F53","\u8001\u7237\u7237"],"\u{1F475}":["older woman","old woman","adult","old","woman","human","female","women","lady","elder","senior","\u4EBA\u7C7B","\u8EAB\u4F53","\u8001\u5976\u5976"],"\u{1F64D}":["person frowning","frown","gesture","\u4EBA\u7C7B","\u8EAB\u4F53","\u76B1\u7709"],"\u{1F64D}\u200D\u2642\uFE0F":["man frowning","frowning","gesture","man","male","boy","sad","depressed","discouraged","unhappy","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u76B1\u7740\u7709\u5934"],"\u{1F64D}\u200D\u2640\uFE0F":["woman frowning","frowning","gesture","woman","female","girl","sad","depressed","discouraged","unhappy","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u76B1\u7740\u7709\u5934"],"\u{1F64E}":["person with pouting face","person pouting","gesture","pouting","\u4EBA\u7C7B","\u8EAB\u4F53","\u751F\u6C14\u7684\u4EBA"],"\u{1F64E}\u200D\u2642\uFE0F":["man pouting","gesture","man","pouting","male","boy","\u4EBA\u7C7B","\u8EAB\u4F53","\u5658\u5634\u7684\u7537\u4EBA"],"\u{1F64E}\u200D\u2640\uFE0F":["woman pouting","gesture","pouting","woman","female","girl","\u4EBA\u7C7B","\u8EAB\u4F53","\u5658\u5634\u7684\u5973\u4EBA"],"\u{1F645}":["face with no good gesture","no good","person gesturing no","forbidden","gesture","hand","prohibited","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E0D\u884C"],"\u{1F645}\u200D\u2642\uFE0F":["man gesturing no","forbidden","gesture","hand","man","prohibited","male","boy","nope","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u6253\u624B\u52BF\u4E0D\u540C\u610F"],"\u{1F645}\u200D\u2640\uFE0F":["woman gesturing no","forbidden","gesture","hand","prohibited","woman","female","girl","nope","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u6253\u624B\u52BF\u4E0D\u540C\u610F"],"\u{1F646}":["face with ok gesture","ok woman","person gesturing ok","gesture","hand","ok","\u4EBA\u7C7B","\u8EAB\u4F53","\u53EF\u4EE5"],"\u{1F646}\u200D\u2642\uFE0F":["man gesturing ok","gesture","hand","man","ok","men","boy","male","blue","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u6253\u624B\u52BF\u540C\u610F"],"\u{1F646}\u200D\u2640\uFE0F":["woman gesturing ok","gesture","hand","ok","woman","women","girl","female","pink","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u6253\u624B\u52BF\u540C\u610F"],"\u{1F481}":["information desk person","person tipping hand","hand","help","information","sassy","tipping","\u4EBA\u7C7B","\u8EAB\u4F53","\u670D\u52A1\u53F0\u4EBA\u5458"],"\u{1F481}\u200D\u2642\uFE0F":["man tipping hand","man","sassy","tipping hand","male","boy","human","information","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u4E3E\u8D77\u7684\u624B"],"\u{1F481}\u200D\u2640\uFE0F":["woman tipping hand","sassy","tipping hand","woman","female","girl","human","information","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u4E3E\u8D77\u7684\u624B"],"\u{1F64B}":["happy person raising one hand","raising hand","person raising hand","gesture","hand","happy","raised","\u4EBA\u7C7B","\u8EAB\u4F53","\u55E8"],"\u{1F64B}\u200D\u2642\uFE0F":["man raising hand","gesture","man","raising hand","male","boy","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E3E\u624B\u7684\u7537\u4EBA"],"\u{1F64B}\u200D\u2640\uFE0F":["woman raising hand","gesture","raising hand","woman","female","girl","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E3E\u624B\u7684\u5973\u4EBA"],"\u{1F9CF}":["deaf person","accessibility","deaf","ear","hear","\u4EBA\u7C7B","\u8EAB\u4F53","\u542C\u969C\u4EBA\u58EB"],"\u{1F9CF}\u200D\u2642\uFE0F":["deaf man","deaf","man","\u4EBA\u7C7B","\u8EAB\u4F53","\u804B\u54D1\u7537\u4EBA"],"\u{1F9CF}\u200D\u2640\uFE0F":["deaf woman","deaf","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u804B\u54D1\u5973\u4EBA"],"\u{1F647}":["person bowing deeply","bow","person bowing","apology","gesture","sorry","\u4EBA\u7C7B","\u8EAB\u4F53","\u97A0\u8EAC"],"\u{1F647}\u200D\u2642\uFE0F":["man bowing","apology","bowing","favor","gesture","man","sorry","male","boy","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u97A0\u8EAC"],"\u{1F647}\u200D\u2640\uFE0F":["woman bowing","apology","bowing","favor","gesture","sorry","woman","female","girl","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u97A0\u8EAC"],"\u{1F926}":["face palm","person facepalming","disbelief","exasperation","face","palm","\u4EBA\u7C7B","\u8EAB\u4F53","\u54E6\u4E0D"],"\u{1F926}\u200D\u2642\uFE0F":["man facepalming","disbelief","exasperation","facepalm","man","male","boy","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u6342\u8138"],"\u{1F926}\u200D\u2640\uFE0F":["woman facepalming","disbelief","exasperation","facepalm","woman","female","girl","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u6342\u8138"],"\u{1F937}":["shrug","person shrugging","doubt","ignorance","indifference","\u4EBA\u7C7B","\u8EAB\u4F53","\u8038\u80A9"],"\u{1F937}\u200D\u2642\uFE0F":["man shrugging","doubt","ignorance","indifference","man","shrug","male","boy","confused","indifferent","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u8038\u80A9"],"\u{1F937}\u200D\u2640\uFE0F":["woman shrugging","doubt","ignorance","indifference","shrug","woman","female","girl","confused","indifferent","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u8038\u80A9"],"\u{1F9D1}\u200D\u2695\uFE0F":["health worker","doctor","healthcare","nurse","therapist","\u4EBA\u7C7B","\u8EAB\u4F53","\u533B\u62A4\u4EBA\u5458"],"\u{1F468}\u200D\u2695\uFE0F":["man health worker","male doctor","doctor","healthcare","man","nurse","therapist","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u5065\u5EB7\u5DE5\u4F5C\u8005"],"\u{1F469}\u200D\u2695\uFE0F":["woman health worker","female doctor","doctor","healthcare","nurse","therapist","woman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u536B\u751F\u5DE5\u4F5C\u8005"],"\u{1F9D1}\u200D\u{1F393}":["student","graduate","\u4EBA\u7C7B","\u8EAB\u4F53","\u5B66\u751F"],"\u{1F468}\u200D\u{1F393}":["man student","male student","graduate","man","student","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u6BD5\u4E1A\u751F"],"\u{1F469}\u200D\u{1F393}":["woman student","female student","graduate","student","woman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u6BD5\u4E1A\u751F"],"\u{1F9D1}\u200D\u{1F3EB}":["teacher","instructor","professor","\u4EBA\u7C7B","\u8EAB\u4F53","\u8001\u5E08"],"\u{1F468}\u200D\u{1F3EB}":["man teacher","male teacher","instructor","man","professor","teacher","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u8001\u5E08"],"\u{1F469}\u200D\u{1F3EB}":["woman teacher","female teacher","instructor","professor","teacher","woman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u8001\u5E08"],"\u{1F9D1}\u200D\u2696\uFE0F":["judge","justice","scales","\u4EBA\u7C7B","\u8EAB\u4F53","\u6CD5\u5B98"],"\u{1F468}\u200D\u2696\uFE0F":["man judge","male judge","judge","justice","man","scales","court","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u6CD5\u5B98"],"\u{1F469}\u200D\u2696\uFE0F":["woman judge","female judge","judge","justice","scales","woman","court","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u6CD5\u5B98"],"\u{1F9D1}\u200D\u{1F33E}":["farmer","gardener","rancher","\u4EBA\u7C7B","\u8EAB\u4F53","\u519C\u6C11"],"\u{1F468}\u200D\u{1F33E}":["man farmer","male farmer","farmer","gardener","man","rancher","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u519C\u592B"],"\u{1F469}\u200D\u{1F33E}":["woman farmer","female farmer","farmer","gardener","rancher","woman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u519C\u5987"],"\u{1F9D1}\u200D\u{1F373}":["cook","chef","\u4EBA\u7C7B","\u8EAB\u4F53","\u53A8\u5E08"],"\u{1F468}\u200D\u{1F373}":["man cook","male cook","chef","cook","man","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u53A8\u5E08"],"\u{1F469}\u200D\u{1F373}":["woman cook","female cook","chef","cook","woman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u53A8\u5E08"],"\u{1F9D1}\u200D\u{1F527}":["mechanic","electrician","plumber","tradesperson","\u4EBA\u7C7B","\u8EAB\u4F53","\u6280\u5DE5"],"\u{1F468}\u200D\u{1F527}":["man mechanic","male mechanic","electrician","man","mechanic","plumber","tradesperson","human","wrench","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u6280\u5DE5"],"\u{1F469}\u200D\u{1F527}":["woman mechanic","female mechanic","electrician","mechanic","plumber","tradesperson","woman","human","wrench","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u6280\u5DE5"],"\u{1F9D1}\u200D\u{1F3ED}":["factory worker","assembly","factory","industrial","worker","\u4EBA\u7C7B","\u8EAB\u4F53","\u5DE5\u5382\u4F5C\u4E1A\u5458"],"\u{1F468}\u200D\u{1F3ED}":["man factory worker","male factory worker","assembly","factory","industrial","man","worker","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5DE5\u5382\u7537\u4F5C\u4E1A\u5458"],"\u{1F469}\u200D\u{1F3ED}":["woman factory worker","female factory worker","assembly","factory","industrial","woman","worker","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5DE5\u5382\u5973\u4F5C\u4E1A\u5458"],"\u{1F9D1}\u200D\u{1F4BC}":["office worker","architect","business","manager","white collar","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E0A\u73ED\u65CF"],"\u{1F468}\u200D\u{1F4BC}":["man office worker","male office worker","architect","business","man","manager","white collar","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u6027\u4E0A\u73ED\u65CF"],"\u{1F469}\u200D\u{1F4BC}":["woman office worker","female office worker","architect","business","manager","white collar","woman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u6027\u4E0A\u73ED\u65CF"],"\u{1F9D1}\u200D\u{1F52C}":["scientist","biologist","chemist","engineer","physicist","\u4EBA\u7C7B","\u8EAB\u4F53","\u79D1\u5B66\u5BB6"],"\u{1F468}\u200D\u{1F52C}":["man scientist","male scientist","biologist","chemist","engineer","man","physicist","scientist","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u79D1\u5B66\u5BB6"],"\u{1F469}\u200D\u{1F52C}":["woman scientist","female scientist","biologist","chemist","engineer","physicist","scientist","woman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u79D1\u5B66\u5BB6"],"\u{1F9D1}\u200D\u{1F4BB}":["technologist","coder","developer","inventor","software","\u4EBA\u7C7B","\u8EAB\u4F53","\u5DE5\u7A0B\u5E08"],"\u{1F468}\u200D\u{1F4BB}":["man technologist","male technologist","coder","developer","inventor","man","software","technologist","engineer","programmer","human","laptop","computer","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5DE5\u7A0B\u5E08"],"\u{1F469}\u200D\u{1F4BB}":["woman technologist","female technologist","coder","developer","inventor","software","technologist","woman","engineer","programmer","human","laptop","computer","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5DE5\u7A0B\u5E08"],"\u{1F9D1}\u200D\u{1F3A4}":["singer","actor","entertainer","rock","star","\u4EBA\u7C7B","\u8EAB\u4F53","\u6B4C\u624B"],"\u{1F468}\u200D\u{1F3A4}":["man singer","male singer","actor","entertainer","man","rock","singer","star","rockstar","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u6B4C\u624B"],"\u{1F469}\u200D\u{1F3A4}":["woman singer","female singer","actor","entertainer","rock","singer","star","woman","rockstar","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u6B4C\u624B"],"\u{1F9D1}\u200D\u{1F3A8}":["artist","palette","\u4EBA\u7C7B","\u8EAB\u4F53","\u827A\u672F\u5BB6"],"\u{1F468}\u200D\u{1F3A8}":["man artist","male artist","artist","man","palette","painter","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u827A\u672F\u5BB6"],"\u{1F469}\u200D\u{1F3A8}":["woman artist","female artist","artist","palette","woman","painter","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u827A\u672F\u5BB6"],"\u{1F9D1}\u200D\u2708\uFE0F":["pilot","plane","\u4EBA\u7C7B","\u8EAB\u4F53","\u673A\u957F"],"\u{1F468}\u200D\u2708\uFE0F":["man pilot","male pilot","man","pilot","plane","aviator","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u98DE\u884C\u5458"],"\u{1F469}\u200D\u2708\uFE0F":["woman pilot","female pilot","pilot","plane","woman","aviator","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u98DE\u884C\u5458"],"\u{1F9D1}\u200D\u{1F680}":["astronaut","rocket","\u4EBA\u7C7B","\u8EAB\u4F53","\u592A\u7A7A\u4EBA"],"\u{1F468}\u200D\u{1F680}":["man astronaut","male astronaut","astronaut","man","rocket","space","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u592A\u7A7A\u4EBA"],"\u{1F469}\u200D\u{1F680}":["woman astronaut","female astronaut","astronaut","rocket","woman","space","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u592A\u7A7A\u4EBA"],"\u{1F9D1}\u200D\u{1F692}":["firefighter","firetruck","\u4EBA\u7C7B","\u8EAB\u4F53","\u6D88\u9632\u5458"],"\u{1F468}\u200D\u{1F692}":["man firefighter","male firefighter","firefighter","firetruck","man","fireman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u6D88\u9632\u5458"],"\u{1F469}\u200D\u{1F692}":["woman firefighter","female firefighter","firefighter","firetruck","woman","fireman","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u6D88\u9632\u5458"],"\u{1F46E}":["police officer","cop","officer","police","\u4EBA\u7C7B","\u8EAB\u4F53","\u8B66\u5BDF"],"\u{1F46E}\u200D\u2642\uFE0F":["man police officer","male police officer","cop","man","officer","police","law","legal","enforcement","arrest","911","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u8B66\u5B98"],"\u{1F46E}\u200D\u2640\uFE0F":["woman police officer","female police officer","cop","officer","police","woman","law","legal","enforcement","arrest","911","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u8B66\u5B98"],"\u{1F575}\uFE0F":["detective","sleuth or spy","sleuth","spy","human","\u4FA6\u63A2"],"\u{1F575}\uFE0F\u200D\u2642\uFE0F":["man detective","male detective","detective","man","sleuth","spy","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4FA6\u63A2"],"\u{1F575}\uFE0F\u200D\u2640\uFE0F":["woman detective","female detective","detective","sleuth","spy","woman","human","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4FA6\u63A2"],"\u{1F482}":["guardsman","guard","\u4EBA\u7C7B","\u8EAB\u4F53","\u536B\u5175"],"\u{1F482}\u200D\u2642\uFE0F":["man guard","male guard","guard","man","uk","gb","british","male","guy","royal","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u8B66\u536B"],"\u{1F482}\u200D\u2640\uFE0F":["woman guard","female guard","guard","woman","uk","gb","british","female","royal","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u8B66\u536B"],"\u{1F977}":["ninja","fighter","hidden","stealth","ninjutsu","skills","japanese","\u4EBA\u7C7B","\u8EAB\u4F53","\u5FCD\u8005"],"\u{1F477}":["construction worker","construction","hat","worker","\u4EBA\u7C7B","\u8EAB\u4F53","\u5EFA\u7B51\u5DE5\u4EBA"],"\u{1F477}\u200D\u2642\uFE0F":["man construction worker","male construction worker","construction","man","worker","male","human","wip","guy","build","labor","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u5EFA\u7B51\u5DE5\u4EBA"],"\u{1F477}\u200D\u2640\uFE0F":["woman construction worker","female construction worker","construction","woman","worker","female","human","wip","build","labor","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5EFA\u7B51\u5DE5\u4EBA"],"\u{1F934}":["prince","boy","man","male","crown","royal","king","\u4EBA\u7C7B","\u8EAB\u4F53","\u738B\u5B50"],"\u{1F478}":["princess","fairy tale","fantasy","girl","woman","female","blond","crown","royal","queen","\u4EBA\u7C7B","\u8EAB\u4F53","\u516C\u4E3B"],"\u{1F473}":["man with turban","person wearing turban","turban","\u4EBA\u7C7B","\u8EAB\u4F53","\u6234\u5934\u5DFE\u7684\u4EBA"],"\u{1F473}\u200D\u2642\uFE0F":["man wearing turban","man","turban","male","indian","hinduism","arabs","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u6234\u7740\u5934\u5DFE"],"\u{1F473}\u200D\u2640\uFE0F":["woman wearing turban","turban","woman","female","indian","hinduism","arabs","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u6234\u7740\u5934\u5DFE"],"\u{1F472}":["man with gua pi mao","person with skullcap","cap","gua pi mao","hat","person","skullcap","man with skullcap","male","boy","chinese","\u4EBA\u7C7B","\u8EAB\u4F53","\u6234\u74DC\u76AE\u5E3D\u7684\u4EBA"],"\u{1F9D5}":["person with headscarf","woman with headscarf","headscarf","hijab","mantilla","tichel","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5305\u5934\u5DFE\u7684\u5973\u5B50"],"\u{1F935}":["man in tuxedo","person in tuxedo","groom","person","tuxedo","couple","marriage","wedding","\u4EBA\u7C7B","\u8EAB\u4F53","\u7A7F\u71D5\u5C3E\u670D\u7684\u4EBA"],"\u{1F935}\u200D\u2642\uFE0F":["man in tuxedo","man","tuxedo","formal","fashion","\u4EBA\u7C7B","\u8EAB\u4F53","\u7A7F\u71D5\u5C3E\u670D\u7684\u7537\u4EBA"],"\u{1F935}\u200D\u2640\uFE0F":["woman in tuxedo","tuxedo","woman","formal","fashion","\u4EBA\u7C7B","\u8EAB\u4F53","\u7A7F\u71D5\u5C3E\u670D\u7684\u5973\u5B50"],"\u{1F470}":["bride with veil","person with veil","bride","person","veil","wedding","couple","marriage","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u62AB\u7740\u5934\u7EB1\u7684\u4EBA"],"\u{1F470}\u200D\u2642\uFE0F":["man with veil","man","veil","wedding","marriage","\u4EBA\u7C7B","\u8EAB\u4F53","\u62AB\u7740\u5934\u7EB1\u7684\u7537\u4EBA"],"\u{1F470}\u200D\u2640\uFE0F":["woman with veil","veil","woman","wedding","marriage","\u4EBA\u7C7B","\u8EAB\u4F53","\u62AB\u7740\u5934\u7EB1\u7684\u5973\u5B50"],"\u{1F930}":["pregnant woman","pregnant","woman","baby","\u4EBA\u7C7B","\u8EAB\u4F53","\u5B55\u5987"],"\u{1F931}":["breast feeding","baby","breast","nursing","\u4EBA\u7C7B","\u8EAB\u4F53","\u54FA\u4E73"],"\u{1F469}\u200D\u{1F37C}":["woman feeding baby","baby","feeding","nursing","woman","birth","food","\u4EBA\u7C7B","\u8EAB\u4F53","\u6B63\u5728\u54FA\u4E73\u7684\u5988\u5988"],"\u{1F468}\u200D\u{1F37C}":["man feeding baby","baby","feeding","man","nursing","birth","food","\u4EBA\u7C7B","\u8EAB\u4F53","\u6B63\u5728\u5582\u5976\u7684\u7238\u7238"],"\u{1F9D1}\u200D\u{1F37C}":["person feeding baby","baby","feeding","nursing","person","birth","food","\u4EBA\u7C7B","\u8EAB\u4F53","\u6B63\u5728\u54FA\u4E73\u7684\u4EBA"],"\u{1F47C}":["baby angel","angel","baby","face","fairy tale","fantasy","heaven","wings","halo","\u4EBA\u7C7B","\u8EAB\u4F53","\u5929\u4F7F"],"\u{1F385}":["father christmas","santa","santa claus","celebration","christmas","claus","father","festival","man","male","xmas","\u4EBA\u7C7B","\u8EAB\u4F53","\u5723\u8BDE\u8001\u4EBA"],"\u{1F936}":["mother christmas","mrs claus","mrs. claus","celebration","christmas","claus","mother","mrs.","woman","female","xmas","\u4EBA\u7C7B","\u8EAB\u4F53","\u5723\u8BDE\u8001\u5976\u5976"],"\u{1F9D1}\u200D\u{1F384}":["mx claus","claus, christmas","christmas","\u4EBA\u7C7B","\u8EAB\u4F53","\u8DE8\u6027\u522B\u5723\u8BDE\u8001\u4EBA"],"\u{1F9B8}":["superhero","good","hero","heroine","superpower","\u4EBA\u7C7B","\u8EAB\u4F53","\u8D85\u7EA7\u82F1\u96C4"],"\u{1F9B8}\u200D\u2642\uFE0F":["man superhero","male superhero","good","hero","man","superpower","male","superpowers","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u8D85\u7EA7\u82F1\u96C4"],"\u{1F9B8}\u200D\u2640\uFE0F":["woman superhero","female superhero","good","hero","heroine","superpower","woman","female","superpowers","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u8D85\u7EA7\u82F1\u96C4"],"\u{1F9B9}":["supervillain","criminal","evil","superpower","villain","\u4EBA\u7C7B","\u8EAB\u4F53","\u8D85\u7EA7\u53CD\u6D3E"],"\u{1F9B9}\u200D\u2642\uFE0F":["man supervillain","male supervillain","criminal","evil","man","superpower","villain","male","bad","hero","superpowers","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u8D85\u7EA7\u53CD\u6D3E"],"\u{1F9B9}\u200D\u2640\uFE0F":["woman supervillain","female supervillain","criminal","evil","superpower","villain","woman","female","bad","heroine","superpowers","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u8D85\u7EA7\u53CD\u6D3E"],"\u{1F9D9}":["mage","sorcerer","sorceress","witch","wizard","\u4EBA\u7C7B","\u8EAB\u4F53","\u9B54\u672F\u5E08"],"\u{1F9D9}\u200D\u2642\uFE0F":["man mage","male mage","sorcerer","wizard",":{>","man","male","mage","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u6CD5\u5E08"],"\u{1F9D9}\u200D\u2640\uFE0F":["woman mage","female mage","sorceress","witch","woman","female","mage","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u6CD5\u5E08"],"\u{1F9DA}":["fairy","oberon","puck","titania","\u4EBA\u7C7B","\u8EAB\u4F53","\u4ED9\u5973"],"\u{1F9DA}\u200D\u2642\uFE0F":["man fairy","male fairy","oberon","puck","man","male","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4ED9\u5B50"],"\u{1F9DA}\u200D\u2640\uFE0F":["woman fairy","female fairy","titania","woman","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4ED9\u5B50"],"\u{1F9DB}":["vampire","dracula","undead",":e","\u4EBA\u7C7B","\u8EAB\u4F53","\u5438\u8840\u9B3C"],"\u{1F9DB}\u200D\u2642\uFE0F":["man vampire","male vampire","dracula","undead","man","male","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5438\u8840\u9B3C"],"\u{1F9DB}\u200D\u2640\uFE0F":["woman vampire","female vampire","undead","woman","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5438\u8840\u9B3C"],"\u{1F9DC}":["merperson","mermaid","merman","merwoman","\u4EBA\u7C7B","\u8EAB\u4F53","\u4EBA\u9C7C"],"\u{1F9DC}\u200D\u2642\uFE0F":["merman","triton","man","male","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u9C7C"],"\u{1F9DC}\u200D\u2640\uFE0F":["mermaid","merwoman","woman","female","ariel","\u4EBA\u7C7B","\u8EAB\u4F53","\u7F8E\u4EBA\u9C7C"],"\u{1F9DD}":["elf","magical","\u4EBA\u7C7B","\u8EAB\u4F53","\u5C0F\u7CBE\u7075"],"\u{1F9DD}\u200D\u2642\uFE0F":["man elf","male elf","magical","man","male","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u7CBE\u7075"],"\u{1F9DD}\u200D\u2640\uFE0F":["woman elf","female elf","magical","woman","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u7CBE\u7075"],"\u{1F9DE}":["genie","djinn","\u4EBA\u7C7B","\u8EAB\u4F53","\u7CBE\u7075"],"\u{1F9DE}\u200D\u2642\uFE0F":["man genie","male genie","djinn","man","male","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u7CBE\u7075"],"\u{1F9DE}\u200D\u2640\uFE0F":["woman genie","female genie","djinn","woman","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u7CBE\u7075"],"\u{1F9DF}":["zombie","undead","walking dead","8#","\u4EBA\u7C7B","\u8EAB\u4F53","\u50F5\u5C38"],"\u{1F9DF}\u200D\u2642\uFE0F":["man zombie","male zombie","undead","walking dead","man","male","dracula","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u50F5\u5C38"],"\u{1F9DF}\u200D\u2640\uFE0F":["woman zombie","female zombie","undead","walking dead","woman","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u50F5\u5C38"],"\u{1F486}":["face massage","massage","person getting massage","face","salon","\u4EBA\u7C7B","\u8EAB\u4F53","\u6309\u6469"],"\u{1F486}\u200D\u2642\uFE0F":["man getting massage","face","man","massage","male","boy","head","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u63A5\u53D7\u6309\u6469"],"\u{1F486}\u200D\u2640\uFE0F":["woman getting massage","face","massage","woman","female","girl","head","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u63A5\u53D7\u6309\u6469"],"\u{1F487}":["haircut","person getting haircut","barber","beauty","parlor","\u4EBA\u7C7B","\u8EAB\u4F53","\u7406\u53D1"],"\u{1F487}\u200D\u2642\uFE0F":["man getting haircut","haircut","man","male","boy","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u7406\u53D1"],"\u{1F487}\u200D\u2640\uFE0F":["woman getting haircut","haircut","woman","female","girl","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u7406\u53D1"],"\u{1F6B6}":["pedestrian","walking","person walking","hike","walk","\u4EBA\u7C7B","\u8EAB\u4F53","\u884C\u4EBA"],"\u{1F6B6}\u200D\u2642\uFE0F":["man walking","hike","man","walk","human","feet","steps","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u8D70\u8DEF"],"\u{1F6B6}\u200D\u2640\uFE0F":["woman walking","hike","walk","woman","human","feet","steps","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u8D70\u8DEF"],"\u{1F9CD}":["standing person","person standing","stand","standing","\u4EBA\u7C7B","\u8EAB\u4F53","\u7AD9\u7740\u7684\u4EBA"],"\u{1F9CD}\u200D\u2642\uFE0F":["man standing","man","standing","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u7AD9\u7ACB"],"\u{1F9CD}\u200D\u2640\uFE0F":["woman standing","standing","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u7AD9\u7ACB"],"\u{1F9CE}":["kneeling person","person kneeling","kneel","kneeling","\u4EBA\u7C7B","\u8EAB\u4F53","\u8DEA\u7740\u7684\u4EBA"],"\u{1F9CE}\u200D\u2642\uFE0F":["man kneeling","kneeling","man","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u8DEA\u7740"],"\u{1F9CE}\u200D\u2640\uFE0F":["woman kneeling","kneeling","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u8DEA\u7740"],"\u{1F9D1}\u200D\u{1F9AF}":["person with white cane","person with probing cane","accessibility","blind","\u4EBA\u7C7B","\u8EAB\u4F53","\u62FF\u5BFC\u76F2\u624B\u6756\u7684\u4EBA"],"\u{1F468}\u200D\u{1F9AF}":["man with white cane","man with probing cane","accessibility","blind","man","\u4EBA\u7C7B","\u8EAB\u4F53","\u62FF\u5BFC\u76F2\u624B\u6756\u7684\u7537\u5B50"],"\u{1F469}\u200D\u{1F9AF}":["woman with white cane","woman with probing cane","accessibility","blind","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u62FF\u5BFC\u76F2\u624B\u6756\u7684\u5973\u5B50"],"\u{1F9D1}\u200D\u{1F9BC}":["person in motorized wheelchair","accessibility","wheelchair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5750\u7535\u52A8\u8F6E\u6905\u7684\u4EBA"],"\u{1F468}\u200D\u{1F9BC}":["man in motorized wheelchair","accessibility","man","wheelchair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5750\u7535\u52A8\u8F6E\u6905\u7684\u7537\u5B50"],"\u{1F469}\u200D\u{1F9BC}":["woman in motorized wheelchair","accessibility","wheelchair","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u5750\u7535\u52A8\u8F6E\u6905\u7684\u5973\u5B50"],"\u{1F9D1}\u200D\u{1F9BD}":["person in manual wheelchair","accessibility","wheelchair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5750\u8F6E\u6905\u7684\u4EBA"],"\u{1F468}\u200D\u{1F9BD}":["man in manual wheelchair","accessibility","man","wheelchair","\u4EBA\u7C7B","\u8EAB\u4F53","\u5750\u8F6E\u6905\u7684\u7537\u5B50"],"\u{1F469}\u200D\u{1F9BD}":["woman in manual wheelchair","accessibility","wheelchair","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u5750\u8F6E\u6905\u7684\u5973\u5B50"],"\u{1F3C3}":["runner","running","person running","marathon","\u4EBA\u7C7B","\u8EAB\u4F53","\u8DD1\u8005"],"\u{1F3C3}\u200D\u2642\uFE0F":["man running","man","marathon","racing","running","walking","exercise","race","\u4EBA\u7C7B","\u8EAB\u4F53","\u8DD1\u6B65\u7684\u7537\u4EBA"],"\u{1F3C3}\u200D\u2640\uFE0F":["woman running","marathon","racing","running","woman","walking","exercise","race","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u8DD1\u6B65\u7684\u5973\u4EBA"],"\u{1F483}":["dancer","woman dancing","dance","dancing","woman","female","girl","fun","\u4EBA\u7C7B","\u8EAB\u4F53","\u821E\u8005"],"\u{1F57A}":["man dancing","dance","dancing","man","male","boy","fun","dancer","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u8DF3\u7740\u821E"],"\u{1F574}\uFE0F":["person in suit levitating","man in business suit levitating","business","person","suit","man in suit levitating","levitate","hover","jump","\u7A7F\u7740\u897F\u88C5\u7684\u4EBA\u6F02\u6D6E\u7740"],"\u{1F46F}":["woman with bunny ears","dancers","people with bunny ears","bunny ear","dancer","partying","\u4EBA\u7C7B","\u8EAB\u4F53","\u5154\u5973\u90CE"],"\u{1F46F}\u200D\u2642\uFE0F":["men with bunny ears","men with bunny ears partying","man with bunny ears partying","bunny ear","dancer","men","partying","male","bunny","boys","\u4EBA\u7C7B","\u8EAB\u4F53","\u6234\u5154\u5B50\u8033\u6735\u7684\u7537\u4EBA\u4EEC"],"\u{1F46F}\u200D\u2640\uFE0F":["women with bunny ears","women with bunny ears partying","woman with bunny ears partying","bunny ear","dancer","partying","women","female","bunny","girls","\u4EBA\u7C7B","\u8EAB\u4F53","\u6234\u5154\u5B50\u8033\u6735\u7684\u5973\u4EBA\u4EEC"],"\u{1F9D6}":["person in steamy room","sauna","steam room","\u4EBA\u7C7B","\u8EAB\u4F53","\u505A\u84B8\u6C14\u6D74\u7684\u4EBA"],"\u{1F9D6}\u200D\u2642\uFE0F":["man in steamy room","sauna","steam room","male","man","spa","steamroom","\u4EBA\u7C7B","\u8EAB\u4F53","\u84B8\u6C7D\u623F\u95F4\u91CC\u7684\u7537\u4EBA"],"\u{1F9D6}\u200D\u2640\uFE0F":["woman in steamy room","sauna","steam room","female","woman","spa","steamroom","\u4EBA\u7C7B","\u8EAB\u4F53","\u84B8\u6C7D\u623F\u95F4\u91CC\u7684\u5973\u4EBA"],"\u{1F9D7}":["person climbing","climber","\u4EBA\u7C7B","\u8EAB\u4F53","\u6500\u5CA9\u7684\u4EBA"],"\u{1F9D7}\u200D\u2642\uFE0F":["man climbing","climber","sports","hobby","man","male","rock","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u6500\u722C"],"\u{1F9D7}\u200D\u2640\uFE0F":["woman climbing","climber","sports","hobby","woman","female","rock","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u6500\u722C"],"\u{1F93A}":["fencer","person fencing","fencing","sword","sports","\u4EBA\u7C7B","\u8EAB\u4F53","\u897F\u6D0B\u5251"],"\u{1F3C7}":["horse racing","horse","jockey","racehorse","racing","animal","betting","competition","gambling","luck","\u4EBA\u7C7B","\u8EAB\u4F53","\u8D5B\u9A6C"],"\u26F7\uFE0F":["skier","ski","snow","sports","winter","\u6ED1\u96EA\u8005"],"\u{1F3C2}":["snowboarder","ski","snow","snowboard","sports","winter","\u4EBA\u7C7B","\u8EAB\u4F53","\u6ED1\u96EA\u677F"],"\u{1F3CC}\uFE0F":["person golfing","golfer","ball","golf","sports","business","\u6253\u9AD8\u5C14\u592B\u7403\u7684\u4EBA"],"\u{1F3CC}\uFE0F\u200D\u2642\uFE0F":["man golfing","golf","man","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u9AD8\u5C14\u592B\u7403"],"\u{1F3CC}\uFE0F\u200D\u2640\uFE0F":["woman golfing","golf","woman","sports","business","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5B50\u9AD8\u5C14\u592B\u7403"],"\u{1F3C4}":["surfer","person surfing","surfing","\u4EBA\u7C7B","\u8EAB\u4F53","\u51B2\u6D6A"],"\u{1F3C4}\u200D\u2642\uFE0F":["man surfing","man","surfing","sports","ocean","sea","summer","beach","\u4EBA\u7C7B","\u8EAB\u4F53","\u51B2\u6D6A\u7684\u7537\u4EBA"],"\u{1F3C4}\u200D\u2640\uFE0F":["woman surfing","surfing","woman","sports","ocean","sea","summer","beach","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u51B2\u6D6A\u7684\u5973\u4EBA"],"\u{1F6A3}":["rowboat","person rowing boat","boat","\u4EBA\u7C7B","\u8EAB\u4F53","\u5212\u8247"],"\u{1F6A3}\u200D\u2642\uFE0F":["man rowing boat","boat","man","rowboat","sports","hobby","water","ship","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u5212\u8247"],"\u{1F6A3}\u200D\u2640\uFE0F":["woman rowing boat","boat","rowboat","woman","sports","hobby","water","ship","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5B50\u5212\u8247"],"\u{1F3CA}":["swimmer","person swimming","swim","\u4EBA\u7C7B","\u8EAB\u4F53","\u6E38\u6CF3"],"\u{1F3CA}\u200D\u2642\uFE0F":["man swimming","man","swim","sports","exercise","human","athlete","water","summer","\u4EBA\u7C7B","\u8EAB\u4F53","\u6E38\u6CF3\u7684\u7537\u4EBA"],"\u{1F3CA}\u200D\u2640\uFE0F":["woman swimming","swim","woman","sports","exercise","human","athlete","water","summer","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u6E38\u6CF3\u7684\u5973\u4EBA"],"\u26F9\uFE0F":["person bouncing ball","person with ball","ball","sports","human","\u4EBA\u5F39\u8DF3\u7403"],"\u26F9\uFE0F\u200D\u2642\uFE0F":["man bouncing ball","ball","man","\u4EBA\u7C7B","\u8EAB\u4F53","\u62CD\u7403\u7684\u7537\u4EBA"],"\u26F9\uFE0F\u200D\u2640\uFE0F":["woman bouncing ball","ball","woman","sports","human","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u62CD\u7403\u7684\u5973\u4EBA"],"\u{1F3CB}\uFE0F":["person lifting weights","weight lifter","lifter","weight","sports","training","exercise","\u4EBA\u4E3E\u91CD"],"\u{1F3CB}\uFE0F\u200D\u2642\uFE0F":["man lifting weights","man","weight lifter","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u4E3E\u91CD"],"\u{1F3CB}\uFE0F\u200D\u2640\uFE0F":["woman lifting weights","weight lifter","woman","sports","training","exercise","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5B50\u4E3E\u91CD"],"\u{1F6B4}":["bicyclist","person biking","bicycle","biking","cyclist","\u4EBA\u7C7B","\u8EAB\u4F53","\u9A91\u81EA\u884C\u8F66"],"\u{1F6B4}\u200D\u2642\uFE0F":["man biking","bicycle","biking","cyclist","man","sports","bike","exercise","hipster","\u4EBA\u7C7B","\u8EAB\u4F53","\u9A91\u81EA\u884C\u8F66\u7684\u7537\u4EBA"],"\u{1F6B4}\u200D\u2640\uFE0F":["woman biking","bicycle","biking","cyclist","woman","sports","bike","exercise","hipster","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u9A91\u81EA\u884C\u8F66\u7684\u5973\u4EBA"],"\u{1F6B5}":["mountain bicyclist","person mountain biking","bicycle","bicyclist","bike","cyclist","mountain","\u4EBA\u7C7B","\u8EAB\u4F53","\u9A91\u767B\u5C71\u8F66"],"\u{1F6B5}\u200D\u2642\uFE0F":["man mountain biking","bicycle","bike","cyclist","man","mountain","transportation","sports","human","race","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u5C71\u5730\u81EA\u884C\u8F66"],"\u{1F6B5}\u200D\u2640\uFE0F":["woman mountain biking","bicycle","bike","biking","cyclist","mountain","woman","transportation","sports","human","race","female","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5B50\u5C71\u5730\u81EA\u884C\u8F66"],"\u{1F938}":["person doing cartwheel","person cartwheeling","cartwheel","gymnastics","\u4EBA\u7C7B","\u8EAB\u4F53","\u4FA7\u7FFB"],"\u{1F938}\u200D\u2642\uFE0F":["man cartwheeling","cartwheel","gymnastics","man","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u7FFB\u7B4B\u6597"],"\u{1F938}\u200D\u2640\uFE0F":["woman cartwheeling","cartwheel","gymnastics","woman","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u7FFB\u7B4B\u6597"],"\u{1F93C}":["wrestlers","people wrestling","wrestle","wrestler","\u4EBA\u7C7B","\u8EAB\u4F53","\u6454\u89D2\u624B"],"\u{1F93C}\u200D\u2642\uFE0F":["men wrestling","man wrestling","men","wrestle","sports","wrestlers","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u6454\u8DE4"],"\u{1F93C}\u200D\u2640\uFE0F":["women wrestling","woman wrestling","women","wrestle","sports","wrestlers","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u5B50\u6454\u8DE4"],"\u{1F93D}":["water polo","person playing water polo","polo","water","\u4EBA\u7C7B","\u8EAB\u4F53","\u6C34\u7403\u8FD0\u52A8"],"\u{1F93D}\u200D\u2642\uFE0F":["man playing water polo","man","water polo","sports","pool","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u73A9\u6C34\u7403"],"\u{1F93D}\u200D\u2640\uFE0F":["woman playing water polo","water polo","woman","sports","pool","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u73A9\u6C34\u7403"],"\u{1F93E}":["handball","person playing handball","ball","\u4EBA\u7C7B","\u8EAB\u4F53","\u624B\u7403"],"\u{1F93E}\u200D\u2642\uFE0F":["man playing handball","handball","man","sports","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u5B50\u73A9\u624B\u7403"],"\u{1F93E}\u200D\u2640\uFE0F":["woman playing handball","handball","woman","sports","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u73A9\u624B\u7403"],"\u{1F939}":["juggling","person juggling","balance","juggle","multitask","skill","\u4EBA\u7C7B","\u8EAB\u4F53","\u6742\u800D"],"\u{1F939}\u200D\u2642\uFE0F":["man juggling","juggling","man","multitask","juggle","balance","skill","\u4EBA\u7C7B","\u8EAB\u4F53","\u7537\u4EBA\u73A9\u6742\u800D"],"\u{1F939}\u200D\u2640\uFE0F":["woman juggling","juggling","multitask","woman","juggle","balance","skill","\u4EBA\u7C7B","\u8EAB\u4F53","\u5973\u4EBA\u73A9\u6742\u800D"],"\u{1F9D8}":["person in lotus position","meditation","yoga","\u4EBA\u7C7B","\u8EAB\u4F53","\u76D8\u5750"],"\u{1F9D8}\u200D\u2642\uFE0F":["man in lotus position","meditation","yoga","man","male","serenity","zen","mindfulness","\u4EBA\u7C7B","\u8EAB\u4F53","\u6253\u5750\u7684\u7537\u4EBA"],"\u{1F9D8}\u200D\u2640\uFE0F":["woman in lotus position","meditation","yoga","woman","female","serenity","zen","mindfulness","\u4EBA\u7C7B","\u8EAB\u4F53","\u6253\u5750\u7684\u5973\u4EBA"],"\u{1F6C0}":["bath","person taking bath","bathtub","clean","shower","bathroom","\u4EBA\u7C7B","\u8EAB\u4F53","\u76C6\u6D74"],"\u{1F6CC}":["sleeping accommodation","person in bed","hotel","sleep","bed","rest","\u4EBA\u7C7B","\u8EAB\u4F53","\u7761\u89C9"],"\u{1F9D1}\u200D\u{1F91D}\u200D\u{1F9D1}":["people holding hands","couple","hand","hold","holding hands","person","\u4EBA\u7C7B","\u8EAB\u4F53","\u63E1\u624B\u7684\u4EBA"],"\u{1F46D}":["two women holding hands","women holding hands","couple","hand","holding hands","women","pair","friendship","love","like","female","people","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E24\u4E2A\u5973\u4EBA"],"\u{1F46B}":["man and woman holding hands","woman and man holding hands","couple","hand","hold","holding hands","man","woman","pair","people","human","love","date","dating","like","affection","valentines","marriage","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E00\u7537\u4E00\u5973"],"\u{1F46C}":["two men holding hands","men holding hands","couple","gemini","holding hands","man","men","twins","zodiac","pair","love","like","bromance","friendship","people","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u4E24\u4E2A\u7537\u4EBA"],"\u{1F48F}":["kiss","couplekiss","couple","pair","valentines","love","like","dating","marriage","\u4EBA\u7C7B","\u8EAB\u4F53","\u4EB2"],"\u{1F491}":["couple with heart","couple","love","pair","like","affection","human","dating","valentines","marriage","\u4EBA\u7C7B","\u8EAB\u4F53","\u76F8\u7231"],"\u{1F46A}":["family","home","parents","child","mom","dad","father","mother","people","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD"],"\u{1F468}\u200D\u{1F469}\u200D\u{1F466}":["family: man, woman, boy","man woman boy","boy","family","man","woman","family man woman boy","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u4EBA \u7537\u5B69"],"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}":["family: man, woman, girl","man woman girl","family","girl","man","woman","family man woman girl","home","parents","people","human","child","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u4EBA \u5973\u5B69"],"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F466}":["family: man, woman, girl, boy","man woman girl boy","boy","family","girl","man","woman","family man woman girl boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u4EBA \u5973\u5B69 \u7537\u5B69"],"\u{1F468}\u200D\u{1F469}\u200D\u{1F466}\u200D\u{1F466}":["family: man, woman, boy, boy","man woman boy boy","boy","family","man","woman","family man woman boy boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u4EBA \u7537\u5B69 \u7537\u5B69"],"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F467}":["family: man, woman, girl, girl","man woman girl girl","family","girl","man","woman","family man woman girl girl","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u4EBA \u5973\u5B69 \u5973\u5B69"],"\u{1F468}\u200D\u{1F468}\u200D\u{1F466}":["family: man, man, boy","man man boy","boy","family","man","family man man boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u7537\u4EBA \u7537\u5B69"],"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}":["family: man, man, girl","man man girl","family","girl","man","family man man girl","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u7537\u4EBA \u5973\u5B69"],"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}\u200D\u{1F466}":["family: man, man, girl, boy","man man girl boy","boy","family","girl","man","family man man girl boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u7537\u4EBA \u5973\u5B69 \u7537\u5B69"],"\u{1F468}\u200D\u{1F468}\u200D\u{1F466}\u200D\u{1F466}":["family: man, man, boy, boy","man man boy boy","boy","family","man","family man man boy boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u7537\u4EBA \u7537\u5B69 \u7537\u5B69"],"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}\u200D\u{1F467}":["family: man, man, girl, girl","man man girl girl","family","girl","man","family man man girl girl","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u7537\u4EBA \u5973\u5B69 \u5973\u5B69"],"\u{1F469}\u200D\u{1F469}\u200D\u{1F466}":["family: woman, woman, boy","woman woman boy","boy","family","woman","family woman woman boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u4EBA \u7537\u5B69"],"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}":["family: woman, woman, girl","woman woman girl","family","girl","woman","family woman woman girl","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u4EBA \u5973\u5B69"],"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F466}":["family: woman, woman, girl, boy","woman woman girl boy","boy","family","girl","woman","family woman woman girl boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u4EBA \u5973\u5B69 \u7537\u5B69"],"\u{1F469}\u200D\u{1F469}\u200D\u{1F466}\u200D\u{1F466}":["family: woman, woman, boy, boy","woman woman boy boy","boy","family","woman","family woman woman boy boy","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u4EBA \u7537\u5B69 \u7537\u5B69"],"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F467}":["family: woman, woman, girl, girl","woman woman girl girl","family","girl","woman","family woman woman girl girl","home","parents","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u4EBA \u5973\u5B69 \u5973\u5B69"],"\u{1F468}\u200D\u{1F466}":["family: man, boy","man boy","boy","family","man","family man boy","home","parent","people","human","child","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u7537\u5B69"],"\u{1F468}\u200D\u{1F466}\u200D\u{1F466}":["family: man, boy, boy","man boy boy","boy","family","man","family man boy boy","home","parent","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u7537\u5B69 \u7537\u5B69"],"\u{1F468}\u200D\u{1F467}":["family: man, girl","man girl","family","girl","man","family man girl","home","parent","people","human","child","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u5B69"],"\u{1F468}\u200D\u{1F467}\u200D\u{1F466}":["family: man, girl, boy","man girl boy","boy","family","girl","man","family man girl boy","home","parent","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u5B69 \u7537\u5B69"],"\u{1F468}\u200D\u{1F467}\u200D\u{1F467}":["family: man, girl, girl","man girl girl","family","girl","man","family man girl girl","home","parent","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u7537\u4EBA \u5973\u5B69 \u5973\u5B69"],"\u{1F469}\u200D\u{1F466}":["family: woman, boy","woman boy","boy","family","woman","family woman boy","home","parent","people","human","child","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u7537\u5B69"],"\u{1F469}\u200D\u{1F466}\u200D\u{1F466}":["family: woman, boy, boy","woman boy boy","boy","family","woman","family woman boy boy","home","parent","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u7537\u5B69 \u7537\u5B69"],"\u{1F469}\u200D\u{1F467}":["family: woman, girl","woman girl","family","girl","woman","family woman girl","home","parent","people","human","child","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u5B69"],"\u{1F469}\u200D\u{1F467}\u200D\u{1F466}":["family: woman, girl, boy","woman girl boy","boy","family","girl","woman","family woman girl boy","home","parent","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u5B69 \u7537\u5B69"],"\u{1F469}\u200D\u{1F467}\u200D\u{1F467}":["family: woman, girl, girl","woman girl girl","family","girl","woman","family woman girl girl","home","parent","people","human","children","\u4EBA\u7C7B","\u8EAB\u4F53","\u5BB6\u5EAD","\u5973\u4EBA \u5973\u5B69 \u5973\u5B69"],"\u{1F5E3}\uFE0F":["speaking head","speaking head in silhouette","face","head","silhouette","speak","speaking","user","person","human","sing","say","talk","\u8BF4\u8BDD\u5934"],"\u{1F464}":["bust in silhouette","bust","silhouette","user","person","human","\u4EBA\u7C7B","\u8EAB\u4F53","\u8096\u50CF\u526A\u5F71"],"\u{1F465}":["busts in silhouette","bust","silhouette","user","person","human","group","team","\u4EBA\u7C7B","\u8EAB\u4F53","\u53CC\u4EBA\u8096\u50CF\u526A\u5F71"],"\u{1FAC2}":["people hugging","goodbye","hello","hug","thanks","care","\u4EBA\u7C7B","\u8EAB\u4F53","\u62E5\u62B1\u7684\u4EBA"],"\u{1F463}":["footprints","clothing","footprint","print","feet","tracking","walking","beach","\u4EBA\u7C7B","\u8EAB\u4F53","\u811A\u5370"],"\u{1F435}":["monkey face","face","monkey","animal","nature","circus","\u52A8\u7269","\u81EA\u7136","\u7334\u5B50\u5934"],"\u{1F412}":["monkey","animal","nature","banana","circus","\u52A8\u7269","\u81EA\u7136","\u7334\u5B50"],"\u{1F98D}":["gorilla","animal","nature","circus","\u52A8\u7269","\u81EA\u7136","\u5927\u7329\u7329"],"\u{1F9A7}":["orangutan","ape","\u52A8\u7269","\u81EA\u7136","\u7329\u7329"],"\u{1F436}":["dog face","dog","face","pet","animal","friend","nature","woof","puppy","faithful","\u52A8\u7269","\u81EA\u7136","\u72D7\u5934"],"\u{1F415}":["dog","dog2","pet","animal","nature","friend","doge","faithful","\u52A8\u7269","\u81EA\u7136","\u72D7"],"\u{1F9AE}":["guide dog","accessibility","blind","guide","\u52A8\u7269","\u81EA\u7136","\u5BFC\u76F2\u72AC"],"\u{1F415}\u200D\u{1F9BA}":["service dog","accessibility","assistance","dog","service","\u52A8\u7269","\u81EA\u7136","\u670D\u52A1\u72AC"],"\u{1F429}":["poodle","dog","animal","101","nature","pet","\u52A8\u7269","\u81EA\u7136","\u8D35\u5BBE\u72AC"],"\u{1F43A}":["wolf face","wolf","face","animal","nature","wild","\u52A8\u7269","\u81EA\u7136","\u72FC"],"\u{1F98A}":["fox face","fox","face","animal","nature","\u52A8\u7269","\u81EA\u7136","\u72D0\u72F8"],"\u{1F99D}":["raccoon","curious","sly","animal","nature","\u52A8\u7269","\u81EA\u7136","\u6D63\u718A"],"\u{1F431}":["cat face","cat","face","pet","animal","meow","nature","kitten","\u52A8\u7269","\u81EA\u7136","\u732B\u5934"],"\u{1F408}":["cat","cat2","pet","animal","meow","cats","\u52A8\u7269","\u81EA\u7136","\u732B"],"\u{1F408}\u200D\u2B1B":["black cat","black","cat","unlucky","superstition","luck","\u52A8\u7269","\u81EA\u7136","\u9ED1\u732B"],"\u{1F981}":["lion face","lion","face","leo","zodiac","animal","nature","\u52A8\u7269","\u81EA\u7136","\u72EE\u5B50"],"\u{1F42F}":["tiger face","tiger","face","animal","cat","danger","wild","nature","roar","\u52A8\u7269","\u81EA\u7136","\u8001\u864E\u5934"],"\u{1F405}":["tiger","tiger2","animal","nature","roar","\u52A8\u7269","\u81EA\u7136","\u8001\u864E"],"\u{1F406}":["leopard","animal","nature","\u52A8\u7269","\u81EA\u7136","\u82B1\u8C79"],"\u{1F434}":["horse face","horse","face","animal","brown","nature","\u52A8\u7269","\u81EA\u7136","\u9A6C\u5934"],"\u{1F40E}":["horse","racehorse","equestrian","racing","animal","gamble","luck","\u52A8\u7269","\u81EA\u7136","\u9A6C"],"\u{1F984}":["unicorn face","unicorn","face","animal","nature","mystical","\u52A8\u7269","\u81EA\u7136","\u72EC\u89D2\u517D"],"\u{1F993}":["zebra face","zebra","stripe","animal","nature","stripes","safari","\u52A8\u7269","\u81EA\u7136","\u6591\u9A6C"],"\u{1F98C}":["deer","animal","nature","horns","venison","\u52A8\u7269","\u81EA\u7136","\u9E7F"],"\u{1F9AC}":["bison","buffalo","herd","wisent","ox","\u52A8\u7269","\u81EA\u7136","\u91CE\u725B"],"\u{1F42E}":["cow face","cow","face","beef","ox","animal","nature","moo","milk","\u52A8\u7269","\u81EA\u7136","\u725B\u5934"],"\u{1F402}":["ox","bull","taurus","zodiac","animal","cow","beef","\u52A8\u7269","\u81EA\u7136","\u516C\u725B"],"\u{1F403}":["water buffalo","buffalo","water","animal","nature","ox","cow","\u52A8\u7269","\u81EA\u7136","\u6C34\u725B"],"\u{1F404}":["cow","cow2","beef","ox","animal","nature","moo","milk","\u52A8\u7269","\u81EA\u7136","\u4E73\u725B"],"\u{1F437}":["pig face","pig","face","animal","oink","nature","\u52A8\u7269","\u81EA\u7136","\u732A\u5934"],"\u{1F416}":["pig","pig2","sow","animal","nature","\u52A8\u7269","\u81EA\u7136","\u732A"],"\u{1F417}":["boar","pig","animal","nature","\u52A8\u7269","\u81EA\u7136","\u91CE\u732A"],"\u{1F43D}":["pig nose","face","nose","pig","animal","oink","\u52A8\u7269","\u81EA\u7136","\u732A\u9F3B\u5B50"],"\u{1F40F}":["ram","aries","male","sheep","zodiac","animal","nature","\u52A8\u7269","\u81EA\u7136","\u516C\u7F8A"],"\u{1F411}":["sheep","ewe","female","animal","nature","wool","shipit","\u52A8\u7269","\u81EA\u7136","\u7EF5\u7F8A"],"\u{1F410}":["goat","capricorn","zodiac","animal","nature","\u52A8\u7269","\u81EA\u7136","\u5C71\u7F8A"],"\u{1F42A}":["dromedary camel","camel","dromedary","hump","animal","hot","desert","\u52A8\u7269","\u81EA\u7136","\u5355\u5CF0\u9A86\u9A7C"],"\u{1F42B}":["bactrian camel","camel","two hump camel","bactrian","hump","animal","nature","hot","desert","\u52A8\u7269","\u81EA\u7136","\u53CC\u5CF0\u9A86\u9A7C"],"\u{1F999}":["llama","alpaca","guanaco","vicu\xF1a","wool","animal","nature","\u52A8\u7269","\u81EA\u7136","\u7F8A\u9A7C"],"\u{1F992}":["giraffe face","giraffe","spots","animal","nature","safari","\u52A8\u7269","\u81EA\u7136","\u957F\u9888\u9E7F"],"\u{1F418}":["elephant","animal","nature","nose","th","circus","\u52A8\u7269","\u81EA\u7136","\u5927\u8C61"],"\u{1F9A3}":["mammoth","extinction","large","tusk","woolly","elephant","tusks","\u52A8\u7269","\u81EA\u7136","\u6BDB\u8C61"],"\u{1F98F}":["rhinoceros","animal","nature","horn","\u52A8\u7269","\u81EA\u7136","\u7280\u725B"],"\u{1F99B}":["hippopotamus","hippo","animal","nature","\u52A8\u7269","\u81EA\u7136","\u6CB3\u9A6C"],"\u{1F42D}":["mouse face","mouse","face","animal","nature","cheese wedge","rodent","\u52A8\u7269","\u81EA\u7136","\u8001\u9F20\u5934"],"\u{1F401}":["mouse","mouse2","animal","nature","rodent","\u52A8\u7269","\u81EA\u7136","\u5C0F\u8001\u9F20"],"\u{1F400}":["rat","animal","mouse","rodent","\u52A8\u7269","\u81EA\u7136","\u8001\u9F20"],"\u{1F439}":["hamster face","hamster","face","pet","animal","nature","\u52A8\u7269","\u81EA\u7136","\u4ED3\u9F20"],"\u{1F430}":["rabbit face","rabbit","bunny","face","pet","animal","nature","spring","magic","\u52A8\u7269","\u81EA\u7136","\u5154\u5B50\u5934"],"\u{1F407}":["rabbit","rabbit2","bunny","pet","animal","nature","magic","spring","\u52A8\u7269","\u81EA\u7136","\u5154\u5B50"],"\u{1F43F}\uFE0F":["chipmunk","squirrel","animal","nature","rodent","\u82B1\u6817\u9F20"],"\u{1F9AB}":["beaver","dam","animal","rodent","\u52A8\u7269","\u81EA\u7136","\u6D77\u72F8"],"\u{1F994}":["hedgehog","spiny","animal","nature","\u52A8\u7269","\u81EA\u7136","\u523A\u732C"],"\u{1F987}":["bat","vampire","animal","nature","blind","\u52A8\u7269","\u81EA\u7136","\u8759\u8760"],"\u{1F43B}":["bear face","bear","face","animal","nature","wild","\u52A8\u7269","\u81EA\u7136","\u718A"],"\u{1F43B}\u200D\u2744\uFE0F":["polar bear","arctic","bear","white","animal","\u52A8\u7269","\u81EA\u7136","\u5317\u6781\u718A"],"\u{1F428}":["koala","bear","animal","nature","\u52A8\u7269","\u81EA\u7136","\u65E0\u5C3E\u718A"],"\u{1F43C}":["panda face","panda","face","animal","nature","\u52A8\u7269","\u81EA\u7136","\u718A\u732B"],"\u{1F9A5}":["sloth","lazy","slow","\u52A8\u7269","\u81EA\u7136","\u6811\u61D2"],"\u{1F9A6}":["otter","fishing","playful","\u52A8\u7269","\u81EA\u7136","\u6C34\u736D"],"\u{1F9A8}":["skunk","stink","\u52A8\u7269","\u81EA\u7136","\u81ED\u9F2C"],"\u{1F998}":["kangaroo","australia","joey","jump","marsupial","animal","nature","hop","\u52A8\u7269","\u81EA\u7136","\u888B\u9F20"],"\u{1F9A1}":["badger","honey badger","pester","animal","nature","honey","\u52A8\u7269","\u81EA\u7136","\u737E"],"\u{1F43E}":["paw prints","feet","paw","print","animal","tracking","footprints","dog","cat","pet","\u52A8\u7269","\u81EA\u7136","\u52A8\u7269\u811A\u5370"],"\u{1F983}":["turkey","bird","animal","\u52A8\u7269","\u81EA\u7136","\u706B\u9E21"],"\u{1F414}":["chicken","bird","animal","cluck","nature","\u52A8\u7269","\u81EA\u7136","\u9E21"],"\u{1F413}":["rooster","bird","animal","nature","chicken","\u52A8\u7269","\u81EA\u7136","\u516C\u9E21"],"\u{1F423}":["hatching chick","baby","bird","chick","hatching","animal","chicken","egg","born","\u52A8\u7269","\u81EA\u7136","\u5C0F\u9E21\u7834\u86CB"],"\u{1F424}":["baby chick","baby","bird","chick","animal","chicken","\u52A8\u7269","\u81EA\u7136","\u5C0F\u9E21\u7684\u8138"],"\u{1F425}":["front facing baby chick","hatched chick","baby","bird","chick","animal","chicken","\u52A8\u7269","\u81EA\u7136","\u5C0F\u9E21"],"\u{1F426}":["bird","animal","nature","fly","tweet","spring","\u52A8\u7269","\u81EA\u7136","\u9E1F"],"\u{1F427}":["penguin","bird","animal","nature","\u52A8\u7269","\u81EA\u7136","\u4F01\u9E45"],"\u{1F54A}\uFE0F":["dove","dove of peace","bird","fly","peace","animal","\u9E3D\u5B50"],"\u{1F985}":["eagle","bird","animal","nature","\u52A8\u7269","\u81EA\u7136","\u8001\u9E70"],"\u{1F986}":["duck","bird","animal","nature","mallard","\u52A8\u7269","\u81EA\u7136","\u9E2D\u5B50"],"\u{1F9A2}":["swan","bird","cygnet","ugly duckling","animal","nature","\u52A8\u7269","\u81EA\u7136","\u5929\u9E45"],"\u{1F989}":["owl","bird","wise","animal","nature","hoot","\u52A8\u7269","\u81EA\u7136","\u732B\u5934\u9E70"],"\u{1F9A4}":["dodo","extinction","large","mauritius","animal","bird","\u52A8\u7269","\u81EA\u7136","\u6E21\u6E21\u9E1F"],"\u{1FAB6}":["feather","bird","flight","light","plumage","fly","\u52A8\u7269","\u81EA\u7136","\u7FBD\u6BDB"],"\u{1F9A9}":["flamingo","flamboyant","tropical","\u52A8\u7269","\u81EA\u7136","\u7EA2\u9E64"],"\u{1F99A}":["peacock","bird","ostentatious","peahen","proud","animal","nature","\u52A8\u7269","\u81EA\u7136","\u5B54\u96C0"],"\u{1F99C}":["parrot","bird","pirate","talk","animal","nature","\u52A8\u7269","\u81EA\u7136","\u9E66\u9E49"],"\u{1F438}":["frog face","frog","face","animal","nature","croak","toad","\u52A8\u7269","\u81EA\u7136","\u9752\u86D9"],"\u{1F40A}":["crocodile","animal","nature","reptile","lizard","alligator","\u52A8\u7269","\u81EA\u7136","\u9CC4\u9C7C"],"\u{1F422}":["turtle","terrapin","tortoise","animal","slow","nature","\u52A8\u7269","\u81EA\u7136","\u4E4C\u9F9F"],"\u{1F98E}":["lizard","reptile","animal","nature","\u52A8\u7269","\u81EA\u7136","\u8725\u8734"],"\u{1F40D}":["snake","bearer","ophiuchus","serpent","zodiac","animal","evil","nature","hiss","python","\u52A8\u7269","\u81EA\u7136","\u86C7"],"\u{1F432}":["dragon face","dragon","face","fairy tale","animal","myth","nature","chinese","green","\u52A8\u7269","\u81EA\u7136","\u9F99\u5934"],"\u{1F409}":["dragon","fairy tale","animal","myth","nature","chinese","green","\u52A8\u7269","\u81EA\u7136","\u9F99"],"\u{1F995}":["sauropod","brachiosaurus","brontosaurus","diplodocus","animal","nature","dinosaur","extinct","\u52A8\u7269","\u81EA\u7136","\u8725\u811A\u7C7B\u6050\u9F99"],"\u{1F996}":["t rex","tyrannosaurus rex","animal","nature","dinosaur","tyrannosaurus","extinct","\u52A8\u7269","\u81EA\u7136","\u66B4\u9F99"],"\u{1F433}":["spouting whale","whale","face","spouting","animal","nature","sea","ocean","\u52A8\u7269","\u81EA\u7136","\u9CB8\u9C7C"],"\u{1F40B}":["whale","whale2","animal","nature","sea","ocean","\u52A8\u7269","\u81EA\u7136","\u84DD\u9CB8"],"\u{1F42C}":["dolphin","flipper","animal","nature","fish","sea","ocean","fins","beach","\u52A8\u7269","\u81EA\u7136","\u6D77\u8C5A"],"\u{1F9AD}":["seal","sea lion","animal","creature","sea","\u52A8\u7269","\u81EA\u7136","\u6D77\u8C79"],"\u{1F41F}":["fish","pisces","zodiac","animal","food","nature","\u52A8\u7269","\u81EA\u7136","\u9C7C"],"\u{1F420}":["tropical fish","fish","tropical","animal","swim","ocean","beach","nemo","\u52A8\u7269","\u81EA\u7136","\u70ED\u5E26\u9C7C"],"\u{1F421}":["blowfish","fish","animal","nature","food","sea","ocean","\u52A8\u7269","\u81EA\u7136","\u6CB3\u8C5A"],"\u{1F988}":["shark","fish","animal","nature","sea","ocean","jaws","fins","beach","\u52A8\u7269","\u81EA\u7136","\u9CA8\u9C7C"],"\u{1F419}":["octopus","animal","creature","ocean","sea","nature","beach","\u52A8\u7269","\u81EA\u7136","\u7AE0\u9C7C"],"\u{1F41A}":["spiral shell","shell","spiral","nature","sea","beach","\u52A8\u7269","\u81EA\u7136","\u6D77\u87BA"],"\u{1F40C}":["snail","slow","animal","shell","\u52A8\u7269","\u81EA\u7136","\u8717\u725B"],"\u{1F98B}":["butterfly","insect","pretty","animal","nature","caterpillar","\u52A8\u7269","\u81EA\u7136","\u8774\u8776"],"\u{1F41B}":["bug","insect","animal","nature","worm","\u52A8\u7269","\u81EA\u7136","\u6BDB\u6BDB\u866B"],"\u{1F41C}":["ant","insect","animal","nature","bug","\u52A8\u7269","\u81EA\u7136","\u8682\u8681"],"\u{1F41D}":["honeybee","bee","insect","animal","nature","bug","spring","honey","\u52A8\u7269","\u81EA\u7136","\u871C\u8702"],"\u{1FAB2}":["beetle","bug","insect","\u52A8\u7269","\u81EA\u7136","\u7532\u866B"],"\u{1F41E}":["lady beetle","ladybug","beetle","insect","ladybird","animal","nature","\u52A8\u7269","\u81EA\u7136","\u74E2\u866B"],"\u{1F997}":["cricket","grasshopper","animal","chirp","\u52A8\u7269","\u81EA\u7136","\u87CB\u87C0"],"\u{1FAB3}":["cockroach","insect","pest","roach","pests","\u52A8\u7269","\u81EA\u7136","\u87D1\u8782"],"\u{1F577}\uFE0F":["spider","insect","animal","arachnid","\u8718\u86DB"],"\u{1F578}\uFE0F":["spider web","spider","web","animal","insect","arachnid","silk","\u8718\u86DB\u7F51"],"\u{1F982}":["scorpion","scorpio","zodiac","animal","arachnid","\u52A8\u7269","\u81EA\u7136","\u874E\u5B50"],"\u{1F99F}":["mosquito","disease","fever","malaria","pest","virus","animal","nature","insect","\u52A8\u7269","\u81EA\u7136","\u868A\u5B50"],"\u{1FAB0}":["fly","disease","maggot","pest","rotting","insect","\u52A8\u7269","\u81EA\u7136","\u82CD\u8747"],"\u{1FAB1}":["worm","annelid","earthworm","parasite","animal","\u52A8\u7269","\u81EA\u7136","\u8815\u866B"],"\u{1F9A0}":["microbe","amoeba","bacteria","virus","germs","\u52A8\u7269","\u81EA\u7136","\u5FAE\u751F\u7269"],"\u{1F490}":["bouquet","flower","flowers","nature","spring","\u52A8\u7269","\u81EA\u7136","\u82B1\u675F"],"\u{1F338}":["cherry blossom","blossom","cherry","flower","nature","plant","spring","\u52A8\u7269","\u81EA\u7136","\u6A31\u82B1"],"\u{1F4AE}":["white flower","flower","japanese","spring","\u52A8\u7269","\u81EA\u7136","\u767D\u82B1"],"\u{1F3F5}\uFE0F":["rosette","plant","flower","decoration","military","\u73AB\u7470\u82B1\u7ED3"],"\u{1F339}":["rose","flower","flowers","valentines","love","spring","\u52A8\u7269","\u81EA\u7136","\u73AB\u7470"],"\u{1F940}":["wilted flower","flower","wilted","plant","nature","\u52A8\u7269","\u81EA\u7136","\u67AF\u840E\u82B1\u6735"],"\u{1F33A}":["hibiscus","flower","plant","vegetable","flowers","beach","\u52A8\u7269","\u81EA\u7136","\u8299\u84C9"],"\u{1F33B}":["sunflower","flower","sun","nature","plant","fall","\u52A8\u7269","\u81EA\u7136","\u5411\u65E5\u8475"],"\u{1F33C}":["blossom","flower","nature","flowers","yellow","\u52A8\u7269","\u81EA\u7136","\u5F00\u82B1"],"\u{1F337}":["tulip","flower","flowers","plant","nature","summer","spring","\u52A8\u7269","\u81EA\u7136","\u90C1\u91D1\u9999"],"\u{1F331}":["seedling","young","plant","nature","grass","lawn","spring","\u52A8\u7269","\u81EA\u7136","\u82D7"],"\u{1FAB4}":["potted plant","boring","grow","house","nurturing","plant","useless","greenery","\u52A8\u7269","\u81EA\u7136","\u76C6\u666F"],"\u{1F332}":["evergreen tree","tree","plant","nature","\u52A8\u7269","\u81EA\u7136","\u5E38\u9752\u6811"],"\u{1F333}":["deciduous tree","deciduous","shedding","tree","plant","nature","\u52A8\u7269","\u81EA\u7136","\u843D\u53F6\u6811"],"\u{1F334}":["palm tree","palm","tree","plant","vegetable","nature","summer","beach","mojito","tropical","\u52A8\u7269","\u81EA\u7136","\u68D5\u6988\u6811"],"\u{1F335}":["cactus","plant","vegetable","nature","\u52A8\u7269","\u81EA\u7136","\u4ED9\u4EBA\u638C"],"\u{1F33E}":["ear of rice","sheaf of rice","ear","grain","rice","nature","plant","\u52A8\u7269","\u81EA\u7136","\u6C34\u7A3B"],"\u{1F33F}":["herb","leaf","vegetable","plant","medicine","weed","grass","lawn","\u52A8\u7269","\u81EA\u7136","\u8349\u836F"],"\u2618\uFE0F":["shamrock","plant","vegetable","nature","irish","clover","\u4E09\u53F6\u8349"],"\u{1F340}":["four leaf clover","4","clover","four","leaf","vegetable","plant","nature","lucky","irish","\u52A8\u7269","\u81EA\u7136","\u5E78\u8FD0\u8349"],"\u{1F341}":["maple leaf","falling","leaf","maple","nature","plant","vegetable","ca","fall","\u52A8\u7269","\u81EA\u7136","\u67AB\u53F6"],"\u{1F342}":["fallen leaf","falling","leaf","nature","plant","vegetable","leaves","\u52A8\u7269","\u81EA\u7136","\u843D\u53F6"],"\u{1F343}":["leaf fluttering in wind","leaves","blow","flutter","leaf","wind","nature","plant","tree","vegetable","grass","lawn","spring","\u52A8\u7269","\u81EA\u7136","\u968F\u98CE\u98D8\u843D\u7684\u53F6\u5B50"],"\u{1F347}":["grapes","fruit","grape","food","wine","\u98DF\u7269","\u996E\u6599","\u8461\u8404"],"\u{1F348}":["melon","fruit","nature","food","\u98DF\u7269","\u996E\u6599","\u74DC"],"\u{1F349}":["watermelon","fruit","food","picnic","summer","\u98DF\u7269","\u996E\u6599","\u897F\u74DC"],"\u{1F34A}":["tangerine","fruit","orange","food","nature","\u98DF\u7269","\u996E\u6599","\u6A58\u5B50"],"\u{1F34B}":["lemon","citrus","fruit","nature","\u98DF\u7269","\u996E\u6599","\u67E0\u6AAC"],"\u{1F34C}":["banana","fruit","food","monkey","\u98DF\u7269","\u996E\u6599","\u9999\u8549"],"\u{1F34D}":["pineapple","fruit","nature","food","\u98DF\u7269","\u996E\u6599","\u51E4\u68A8"],"\u{1F96D}":["mango","fruit","tropical","food","\u98DF\u7269","\u996E\u6599","\u8292\u679C"],"\u{1F34E}":["red apple","apple","fruit","red","mac","school","\u98DF\u7269","\u996E\u6599","\u7EA2\u82F9\u679C"],"\u{1F34F}":["green apple","apple","fruit","green","nature","\u98DF\u7269","\u996E\u6599","\u9752\u82F9\u679C"],"\u{1F350}":["pear","fruit","nature","food","\u98DF\u7269","\u996E\u6599","\u68A8\u5B50"],"\u{1F351}":["peach","fruit","nature","food","\u98DF\u7269","\u996E\u6599","\u6843\u5B50"],"\u{1F352}":["cherries","berries","cherry","fruit","red","food","\u98DF\u7269","\u996E\u6599","\u6A31\u6843"],"\u{1F353}":["strawberry","berry","fruit","food","nature","\u98DF\u7269","\u996E\u6599","\u8349\u8393"],"\u{1FAD0}":["blueberries","berry","bilberry","blue","blueberry","fruit","\u98DF\u7269","\u996E\u6599","\u84DD\u8393"],"\u{1F95D}":["kiwifruit","kiwi fruit","food","fruit","kiwi","\u98DF\u7269","\u996E\u6599","\u5947\u5F02\u679C"],"\u{1F345}":["tomato","fruit","vegetable","nature","food","\u98DF\u7269","\u996E\u6599","\u756A\u8304"],"\u{1FAD2}":["olive","food","fruit","\u98DF\u7269","\u996E\u6599","\u6A44\u6984"],"\u{1F965}":["coconut","palm","pi\xF1a colada","fruit","nature","food","\u98DF\u7269","\u996E\u6599","\u6930\u5B50"],"\u{1F951}":["avocado","food","fruit","\u98DF\u7269","\u996E\u6599","\u916A\u68A8"],"\u{1F346}":["aubergine","eggplant","vegetable","nature","food","\u98DF\u7269","\u996E\u6599","\u8304\u5B50"],"\u{1F954}":["potato","food","vegetable","tuber","vegatable","starch","\u98DF\u7269","\u996E\u6599","\u9A6C\u94C3\u85AF"],"\u{1F955}":["carrot","food","vegetable","orange","\u98DF\u7269","\u996E\u6599","\u80E1\u841D\u535C"],"\u{1F33D}":["ear of maize","corn","ear of corn","ear","maize","maze","food","vegetable","plant","\u98DF\u7269","\u996E\u6599","\u7389\u7C73"],"\u{1F336}\uFE0F":["hot pepper","hot","pepper","food","spicy","chilli","chili","\u8FA3\u6912"],"\u{1FAD1}":["bell pepper","capsicum","pepper","vegetable","fruit","plant","\u98DF\u7269","\u996E\u6599","\u751C\u6912"],"\u{1F952}":["cucumber","food","pickle","vegetable","fruit","\u98DF\u7269","\u996E\u6599","\u5C0F\u9EC4\u74DC"],"\u{1F96C}":["leafy green","bok choy","cabbage","kale","lettuce","food","vegetable","plant","\u98DF\u7269","\u996E\u6599","\u7EFF\u53F6\u852C\u83DC"],"\u{1F966}":["broccoli","wild cabbage","fruit","food","vegetable","\u98DF\u7269","\u996E\u6599","\u82B1\u6930\u83DC"],"\u{1F9C4}":["garlic","flavoring","\u98DF\u7269","\u996E\u6599","\u5927\u849C"],"\u{1F9C5}":["onion","flavoring","\u98DF\u7269","\u996E\u6599","\u6D0B\u8471"],"\u{1F344}":["mushroom","toadstool","plant","vegetable","\u98DF\u7269","\u996E\u6599","\u8611\u83F0"],"\u{1F95C}":["peanuts","food","nut","peanut","vegetable","\u98DF\u7269","\u996E\u6599","\u82B1\u751F"],"\u{1F330}":["chestnut","plant","food","squirrel","\u98DF\u7269","\u996E\u6599","\u6817\u5B50"],"\u{1F35E}":["bread","loaf","food","wheat","breakfast","toast","\u98DF\u7269","\u996E\u6599","\u5410\u53F8"],"\u{1F950}":["croissant","bread","breakfast","food","french","roll","\u98DF\u7269","\u996E\u6599","\u53EF\u9882"],"\u{1F956}":["baguette bread","baguette","bread","food","french","\u98DF\u7269","\u996E\u6599","\u6CD5\u56FD\u9762\u5305"],"\u{1FAD3}":["flatbread","arepa","lavash","naan","pita","flour","food","\u98DF\u7269","\u996E\u6599","\u9762\u997C"],"\u{1F968}":["pretzel","twisted","food","bread","\u98DF\u7269","\u996E\u6599","\u8774\u8776\u997C"],"\u{1F96F}":["bagel","bakery","breakfast","schmear","food","bread","\u98DF\u7269","\u996E\u6599","\u8D1D\u679C"],"\u{1F95E}":["pancakes","breakfast","cr\xEApe","food","hotcake","pancake","flapjacks","hotcakes","\u98DF\u7269","\u996E\u6599","\u677E\u997C"],"\u{1F9C7}":["waffle","breakfast","indecisive","iron","\u98DF\u7269","\u996E\u6599","\u683C\u5B50\u677E\u997C"],"\u{1F9C0}":["cheese wedge","cheese","food","chadder","\u98DF\u7269","\u996E\u6599","\u8D77\u58EB"],"\u{1F356}":["meat on bone","bone","meat","good","food","drumstick","\u98DF\u7269","\u996E\u6599","\u6392\u9AA8"],"\u{1F357}":["poultry leg","bone","chicken","drumstick","leg","poultry","food","meat","bird","turkey","\u98DF\u7269","\u996E\u6599","\u9E21\u817F"],"\u{1F969}":["cut of meat","chop","lambchop","porkchop","steak","food","cow","meat","cut","\u98DF\u7269","\u996E\u6599","\u8089\u7247"],"\u{1F953}":["bacon","breakfast","food","meat","pork","pig","\u98DF\u7269","\u996E\u6599","\u57F9\u6839"],"\u{1F354}":["hamburger","burger","meat","fast food","beef","cheeseburger","mcdonalds","burger king","\u98DF\u7269","\u996E\u6599","\u6C49\u5821"],"\u{1F35F}":["french fries","fries","french","chips","snack","fast food","\u98DF\u7269","\u996E\u6599","\u85AF\u6761"],"\u{1F355}":["slice of pizza","pizza","cheese","slice","food","party","\u98DF\u7269","\u996E\u6599","\u62AB\u8428"],"\u{1F32D}":["hot dog","hotdog","frankfurter","sausage","food","\u98DF\u7269","\u996E\u6599","\u70ED\u72D7"],"\u{1F96A}":["sandwich","bread","food","lunch","\u98DF\u7269","\u996E\u6599","\u4E09\u660E\u6CBB"],"\u{1F32E}":["taco","mexican","food","\u98DF\u7269","\u996E\u6599","\u5939\u997C"],"\u{1F32F}":["burrito","mexican","wrap","food","\u98DF\u7269","\u996E\u6599","\u5377\u997C"],"\u{1FAD4}":["tamale","mexican","wrapped","food","masa","\u98DF\u7269","\u996E\u6599","\u7389\u7C73\u7C89\u84B8\u8089"],"\u{1F959}":["stuffed flatbread","falafel","flatbread","food","gyro","kebab","stuffed","\u98DF\u7269","\u996E\u6599","\u8584\u5377\u997C"],"\u{1F9C6}":["falafel","chickpea","meatball","\u98DF\u7269","\u996E\u6599","\u6CB9\u70B8\u9E70\u5634\u8C46\u997C"],"\u{1F95A}":["egg","breakfast","food","chicken","\u98DF\u7269","\u996E\u6599","\u86CB"],"\u{1F373}":["cooking","fried egg","breakfast","egg","frying","pan","food","kitchen","\u98DF\u7269","\u996E\u6599","\u714E\u86CB"],"\u{1F958}":["shallow pan of food","casserole","food","paella","pan","shallow","cooking","\u98DF\u7269","\u996E\u6599","\u6D45\u9505\u6599\u7406"],"\u{1F372}":["pot of food","stew","pot","food","meat","soup","\u98DF\u7269","\u996E\u6599","\u706B\u9505"],"\u{1FAD5}":["fondue","cheese","chocolate","melted","pot","swiss","food","\u98DF\u7269","\u996E\u6599","\u6DAE\u5236\u83DC\u80B4"],"\u{1F963}":["bowl with spoon","breakfast","cereal","congee","food","oatmeal","porridge","\u98DF\u7269","\u996E\u6599","\u7897\u548C\u6C64\u5319"],"\u{1F957}":["green salad","food","green","salad","healthy","lettuce","\u98DF\u7269","\u996E\u6599","\u751F\u83DC\u6C99\u62C9"],"\u{1F37F}":["popcorn","food","movie theater","films","snack","\u98DF\u7269","\u996E\u6599","\u7206\u7C73\u82B1"],"\u{1F9C8}":["butter","dairy","\u98DF\u7269","\u996E\u6599","\u5976\u6CB9"],"\u{1F9C2}":["salt shaker","salt","condiment","shaker","\u98DF\u7269","\u996E\u6599","\u76D0"],"\u{1F96B}":["canned food","can","food","soup","\u98DF\u7269","\u996E\u6599","\u7F50\u5934\u98DF\u54C1"],"\u{1F371}":["bento box","bento","box","food","japanese","\u98DF\u7269","\u996E\u6599","\u4FBF\u5F53"],"\u{1F358}":["rice cracker","cracker","rice","food","japanese","\u98DF\u7269","\u996E\u6599","\u7C73\u679C"],"\u{1F359}":["rice ball","ball","japanese","rice","food","\u98DF\u7269","\u996E\u6599","\u996D\u56E2"],"\u{1F35A}":["cooked rice","rice","cooked","food","china","asian","\u98DF\u7269","\u996E\u6599","\u7C73\u996D"],"\u{1F35B}":["curry and rice","curry","curry rice","rice","food","spicy","hot","indian","\u98DF\u7269","\u996E\u6599","\u5496\u55B1\u996D"],"\u{1F35C}":["steaming bowl","ramen","bowl","noodle","steaming","food","japanese","chopsticks","\u98DF\u7269","\u996E\u6599","\u6C64\u9762"],"\u{1F35D}":["spaghetti","pasta","food","italian","noodle","\u98DF\u7269","\u996E\u6599","\u4E49\u5927\u5229\u9762"],"\u{1F360}":["roasted sweet potato","sweet potato","potato","roasted","sweet","food","nature","\u98DF\u7269","\u996E\u6599","\u70E4\u5730\u74DC"],"\u{1F362}":["oden","kebab","seafood","skewer","stick","food","japanese","\u98DF\u7269","\u996E\u6599","\u5173\u4E1C\u716E"],"\u{1F363}":["sushi","food","fish","japanese","rice","\u98DF\u7269","\u996E\u6599","\u5BFF\u53F8"],"\u{1F364}":["fried shrimp","fried","prawn","shrimp","tempura","food","animal","appetizer","summer","\u98DF\u7269","\u996E\u6599","\u5929\u5987\u7F57"],"\u{1F365}":["fish cake with swirl design","fish cake","fish cake with swirl","cake","fish","pastry","swirl","food","japan","sea","beach","narutomaki","pink","kamaboko","surimi","ramen","\u98DF\u7269","\u996E\u6599","\u9C7C\u677F"],"\u{1F96E}":["moon cake","autumn","festival","yu\xE8b\u01D0ng","food","\u98DF\u7269","\u996E\u6599","\u6708\u997C"],"\u{1F361}":["dango","dessert","japanese","skewer","stick","sweet","food","barbecue","meat","\u98DF\u7269","\u996E\u6599","\u7CE5\u7C73\u4E38\u5B50"],"\u{1F95F}":["dumpling","empanada","gy\u014Dza","jiaozi","pierogi","potsticker","food","\u98DF\u7269","\u996E\u6599","\u6C34\u997A"],"\u{1F960}":["fortune cookie","prophecy","food","\u98DF\u7269","\u996E\u6599","\u5E78\u8FD0\u997C\u5E72"],"\u{1F961}":["takeout box","oyster pail","food","leftovers","\u98DF\u7269","\u996E\u6599","\u5916\u5E26\u9910\u76D2"],"\u{1F980}":["crab","cancer","zodiac","animal","crustacean","\u98DF\u7269","\u996E\u6599","\u8783\u87F9"],"\u{1F99E}":["lobster","bisque","claws","seafood","animal","nature","\u98DF\u7269","\u996E\u6599","\u9F99\u867E"],"\u{1F990}":["shrimp","food","shellfish","small","animal","ocean","nature","seafood","\u98DF\u7269","\u996E\u6599","\u867E\u5B50"],"\u{1F991}":["squid","food","molusc","animal","nature","ocean","sea","\u98DF\u7269","\u996E\u6599","\u9C7F\u9C7C"],"\u{1F9AA}":["oyster","diving","pearl","\u98DF\u7269","\u996E\u6599","\u7261\u86CE"],"\u{1F366}":["soft ice cream","icecream","cream","dessert","ice","soft","sweet","food","hot","summer","\u98DF\u7269","\u996E\u6599","\u971C\u6DC7\u6DCB"],"\u{1F367}":["shaved ice","dessert","ice","shaved","sweet","hot","summer","\u98DF\u7269","\u996E\u6599","\u5228\u51B0"],"\u{1F368}":["ice cream","cream","dessert","ice","sweet","food","hot","\u98DF\u7269","\u996E\u6599","\u51B0\u6DC7\u6DCB"],"\u{1F369}":["doughnut","breakfast","dessert","donut","sweet","food","snack","\u98DF\u7269","\u996E\u6599","\u751C\u751C\u5708"],"\u{1F36A}":["cookie","dessert","sweet","food","snack","oreo","chocolate","\u98DF\u7269","\u996E\u6599","\u997C\u5E72"],"\u{1F382}":["birthday cake","birthday","cake","celebration","dessert","pastry","sweet","food","\u98DF\u7269","\u996E\u6599","\u751F\u65E5\u86CB\u7CD5"],"\u{1F370}":["shortcake","cake","dessert","pastry","slice","sweet","food","\u98DF\u7269","\u996E\u6599","\u86CB\u7CD5"],"\u{1F9C1}":["cupcake","bakery","sweet","food","dessert","\u98DF\u7269","\u996E\u6599","\u676F\u5B50\u86CB\u7CD5"],"\u{1F967}":["pie","filling","pastry","food","dessert","\u98DF\u7269","\u996E\u6599","\u6D3E"],"\u{1F36B}":["chocolate bar","bar","chocolate","dessert","sweet","food","snack","\u98DF\u7269","\u996E\u6599","\u5DE7\u514B\u529B"],"\u{1F36C}":["candy","dessert","sweet","snack","lolly","\u98DF\u7269","\u996E\u6599","\u7CD6"],"\u{1F36D}":["lollipop","candy","dessert","sweet","food","snack","\u98DF\u7269","\u996E\u6599","\u68D2\u68D2\u7CD6"],"\u{1F36E}":["custard","dessert","pudding","sweet","food","\u98DF\u7269","\u996E\u6599","\u5361\u58EB\u8FBE"],"\u{1F36F}":["honey pot","honey","honeypot","pot","sweet","bees","kitchen","\u98DF\u7269","\u996E\u6599","\u8702\u871C"],"\u{1F37C}":["baby bottle","baby","bottle","drink","milk","food","container","\u98DF\u7269","\u996E\u6599","\u5976\u74F6"],"\u{1F95B}":["glass of milk","drink","glass","milk","beverage","cow","\u98DF\u7269","\u996E\u6599","\u4E00\u676F\u725B\u5976"],"\u2615":["hot beverage","coffee","beverage","drink","hot","steaming","tea","caffeine","latte","espresso","\u98DF\u7269","\u996E\u6599","\u70ED\u996E"],"\u{1FAD6}":["teapot","drink","pot","tea","hot","\u98DF\u7269","\u996E\u6599","\u8336\u58F6"],"\u{1F375}":["teacup without handle","tea","beverage","cup","drink","teacup","bowl","breakfast","green","british","\u98DF\u7269","\u996E\u6599","\u70ED\u8336"],"\u{1F376}":["sake bottle and cup","sake","bar","beverage","bottle","cup","drink","wine","drunk","japanese","alcohol","booze","\u98DF\u7269","\u996E\u6599","\u6E05\u9152"],"\u{1F37E}":["bottle with popping cork","champagne","bar","bottle","cork","drink","popping","wine","celebration","\u98DF\u7269","\u996E\u6599","\u6D0B\u9152"],"\u{1F377}":["wine glass","bar","beverage","drink","glass","wine","drunk","alcohol","booze","\u98DF\u7269","\u996E\u6599","\u8461\u8404\u9152"],"\u{1F378}":["cocktail glass","cocktail","bar","drink","glass","drunk","alcohol","beverage","booze","mojito","\u98DF\u7269","\u996E\u6599","\u9E21\u5C3E\u9152"],"\u{1F379}":["tropical drink","bar","drink","tropical","beverage","cocktail","summer","beach","alcohol","booze","mojito","\u98DF\u7269","\u996E\u6599","\u70ED\u5E26\u6C34\u679C\u996E\u6599"],"\u{1F37A}":["beer mug","beer","bar","drink","mug","relax","beverage","drunk","party","pub","summer","alcohol","booze","\u98DF\u7269","\u996E\u6599","\u5564\u9152"],"\u{1F37B}":["clinking beer mugs","beers","bar","beer","clink","drink","mug","relax","beverage","drunk","party","pub","summer","alcohol","booze","\u98DF\u7269","\u996E\u6599","\u5E72\u676F\u5427"],"\u{1F942}":["clinking glasses","celebrate","clink","drink","glass","beverage","party","alcohol","cheers","wine","champagne","toast","\u98DF\u7269","\u996E\u6599","\u5E72\u676F"],"\u{1F943}":["tumbler glass","glass","liquor","shot","tumbler","whisky","drink","beverage","drunk","alcohol","booze","bourbon","scotch","\u98DF\u7269","\u996E\u6599","\u5A01\u58EB\u5FCC\u676F"],"\u{1F964}":["cup with straw","juice","soda","drink","\u98DF\u7269","\u996E\u6599","\u676F\u5B50\u548C\u5438\u7BA1"],"\u{1F9CB}":["bubble tea","bubble","milk","pearl","tea","taiwan","boba","milk tea","straw","\u98DF\u7269","\u996E\u6599","\u73CD\u73E0\u5976\u8336"],"\u{1F9C3}":["beverage box","beverage","box","juice","straw","sweet","\u98DF\u7269","\u996E\u6599","\u94DD\u7B94\u5305"],"\u{1F9C9}":["mate drink","mate","drink","\u98DF\u7269","\u996E\u6599","\u739B\u9EDB\u8336"],"\u{1F9CA}":["ice cube","ice","cold","iceberg","\u98DF\u7269","\u996E\u6599","\u51B0\u5757"],"\u{1F962}":["chopsticks","hashi","food","\u98DF\u7269","\u996E\u6599","\u7B77\u5B50"],"\u{1F37D}\uFE0F":["fork and knife with plate","knife fork plate","cooking","fork","knife","plate","food","eat","meal","lunch","dinner","restaurant","\u5E26\u76D8\u5B50\u7684\u5200\u53C9"],"\u{1F374}":["fork and knife","cooking","cutlery","fork","knife","kitchen","\u98DF\u7269","\u996E\u6599","\u5200\u53C9"],"\u{1F944}":["spoon","tableware","cutlery","kitchen","\u98DF\u7269","\u996E\u6599","\u6C64\u5319"],"\u{1F52A}":["hocho","knife","kitchen knife","cooking","tool","weapon","blade","cutlery","kitchen","\u98DF\u7269","\u996E\u6599","\u83DC\u5200"],"\u{1F3FA}":["amphora","aquarius","cooking","drink","jug","zodiac","vase","jar","\u98DF\u7269","\u996E\u6599","\u9676\u7F50"],"\u{1F30D}":["earth globe europe africa","earth africa","globe showing europe africa","africa","earth","europe","globe","world","international","\u65C5\u884C","\u5730\u70B9","\u6B27\u6D32\u53CA\u975E\u6D32"],"\u{1F30E}":["earth globe americas","earth americas","globe showing americas","americas","earth","globe","world","usa","international","\u65C5\u884C","\u5730\u70B9","\u7F8E\u6D32"],"\u{1F30F}":["earth globe asia australia","earth asia","globe showing asia australia","asia","australia","earth","globe","world","east","international","\u65C5\u884C","\u5730\u70B9","\u4E9A\u6D32\u53CA\u6FB3\u6D32"],"\u{1F310}":["globe with meridians","earth","globe","meridians","world","international","internet","interweb","i18n","\u65C5\u884C","\u5730\u70B9","\u5B50\u5348\u7EBF"],"\u{1F5FA}\uFE0F":["world map","map","world","location","direction","\u4E16\u754C\u5730\u56FE"],"\u{1F5FE}":["silhouette of japan","japan","map of japan","map","nation","country","japanese","asia","\u65C5\u884C","\u5730\u70B9","\u65E5\u672C"],"\u{1F9ED}":["compass","magnetic","navigation","orienteering","\u65C5\u884C","\u5730\u70B9","\u6307\u5357\u9488"],"\u{1F3D4}\uFE0F":["snow capped mountain","cold","mountain","snow","photo","nature","environment","winter","\u96EA\u5C71"],"\u26F0\uFE0F":["mountain","photo","nature","environment","\u5C71"],"\u{1F30B}":["volcano","eruption","mountain","photo","nature","disaster","\u65C5\u884C","\u5730\u70B9","\u706B\u5C71"],"\u{1F5FB}":["mount fuji","fuji","mountain","photo","nature","japanese","\u65C5\u884C","\u5730\u70B9","\u5BCC\u58EB\u5C71"],"\u{1F3D5}\uFE0F":["camping","photo","outdoors","tent","\u9732\u8425"],"\u{1F3D6}\uFE0F":["beach with umbrella","beach","umbrella","weather","summer","sunny","sand","mojito","\u5E26\u4F1E\u6C99\u6EE9"],"\u{1F3DC}\uFE0F":["desert","photo","warm","saharah","\u6C99\u6F20"],"\u{1F3DD}\uFE0F":["desert island","desert","island","photo","tropical","mojito","\u8352\u5C9B"],"\u{1F3DE}\uFE0F":["national park","park","photo","environment","nature","\u56FD\u5BB6\u516C\u56ED"],"\u{1F3DF}\uFE0F":["stadium","photo","place","sports","concert","venue","\u4F53\u80B2\u573A"],"\u{1F3DB}\uFE0F":["classical building","classical","art","culture","history","\u53E4\u5178\u5EFA\u7B51"],"\u{1F3D7}\uFE0F":["building construction","construction","wip","working","progress","\u5EFA\u7B51\u65BD\u5DE5"],"\u{1F9F1}":["brick","bricks","clay","mortar","wall","\u65C5\u884C","\u5730\u70B9","\u7816\u5757"],"\u{1FAA8}":["rock","boulder","heavy","solid","stone","\u65C5\u884C","\u5730\u70B9","\u77F3\u5934"],"\u{1FAB5}":["wood","log","lumber","timber","nature","trunk","\u65C5\u884C","\u5730\u70B9","\u6728\u5934"],"\u{1F6D6}":["hut","house","roundhouse","yurt","structure","\u65C5\u884C","\u5730\u70B9","\u5C0F\u5C4B"],"\u{1F3D8}\uFE0F":["houses","house buildings","buildings","photo","\u623F\u5C4B"],"\u{1F3DA}\uFE0F":["derelict house","derelict house building","derelict","house","abandon","evict","broken","building","\u5E9F\u5F03\u623F\u5C4B"],"\u{1F3E0}":["house building","house","home","building","\u65C5\u884C","\u5730\u70B9","\u623F\u5B50"],"\u{1F3E1}":["house with garden","garden","home","house","plant","nature","\u65C5\u884C","\u5730\u70B9","\u522B\u5885"],"\u{1F3E2}":["office building","office","building","bureau","work","\u65C5\u884C","\u5730\u70B9","\u529E\u516C\u5927\u697C"],"\u{1F3E3}":["japanese post office","post office","japanese","post","building","envelope","communication","\u65C5\u884C","\u5730\u70B9","\u65E5\u672C\u90AE\u5C40"],"\u{1F3E4}":["european post office","post office","european","post","building","email","\u65C5\u884C","\u5730\u70B9","\u6B27\u6D32\u90AE\u5C40"],"\u{1F3E5}":["hospital","doctor","medicine","building","health","surgery","\u65C5\u884C","\u5730\u70B9","\u533B\u9662"],"\u{1F3E6}":["bank","building","money","sales","cash","business","enterprise","\u65C5\u884C","\u5730\u70B9","\u94F6\u884C"],"\u{1F3E8}":["hotel","building","accomodation","checkin","\u65C5\u884C","\u5730\u70B9","\u65C5\u9986"],"\u{1F3E9}":["love hotel","hotel","love","like","affection","dating","\u65C5\u884C","\u5730\u70B9","\u5BBE\u9986"],"\u{1F3EA}":["convenience store","convenience","store","building","shopping","groceries","\u65C5\u884C","\u5730\u70B9","\u4FBF\u5229\u5546\u5E97"],"\u{1F3EB}":["school","building","student","education","learn","teach","\u65C5\u884C","\u5730\u70B9","\u5B66\u6821"],"\u{1F3EC}":["department store","department","store","building","shopping","mall","\u65C5\u884C","\u5730\u70B9","\u767E\u8D27\u516C\u53F8"],"\u{1F3ED}":["factory","building","industry","pollution","smoke","\u65C5\u884C","\u5730\u70B9","\u5DE5\u5382"],"\u{1F3EF}":["japanese castle","castle","japanese","photo","building","\u65C5\u884C","\u5730\u70B9","\u65E5\u5F0F\u57CE\u5821"],"\u{1F3F0}":["european castle","castle","european","building","royalty","history","\u65C5\u884C","\u5730\u70B9","\u6B27\u5F0F\u57CE\u5821"],"\u{1F492}":["wedding","chapel","romance","love","like","affection","couple","marriage","bride","groom","\u65C5\u884C","\u5730\u70B9","\u5A5A\u793C"],"\u{1F5FC}":["tokyo tower","tokyo","tower","photo","japanese","\u65C5\u884C","\u5730\u70B9","\u4E1C\u4EAC\u94C1\u5854"],"\u{1F5FD}":["statue of liberty","liberty","statue","american","newyork","\u65C5\u884C","\u5730\u70B9","\u81EA\u7531\u5973\u795E"],"\u26EA":["church","christian","cross","religion","building","christ","\u65C5\u884C","\u5730\u70B9","\u6559\u5802"],"\u{1F54C}":["mosque","islam","muslim","religion","worship","minaret","\u65C5\u884C","\u5730\u70B9","\u6E05\u771F\u5BFA"],"\u{1F6D5}":["hindu temple","hindu","temple","\u65C5\u884C","\u5730\u70B9","\u5370\u5EA6\u5E99"],"\u{1F54D}":["synagogue","jew","jewish","religion","temple","judaism","worship","\u65C5\u884C","\u5730\u70B9","\u72B9\u592A\u6559\u5802"],"\u26E9\uFE0F":["shinto shrine","religion","shinto","shrine","temple","japan","kyoto","\u795E\u9053\u795E\u793E"],"\u{1F54B}":["kaaba","islam","muslim","religion","mecca","mosque","\u65C5\u884C","\u5730\u70B9","\u5929\u623F"],"\u26F2":["fountain","photo","summer","water","fresh","\u65C5\u884C","\u5730\u70B9","\u55B7\u6CC9"],"\u26FA":["tent","camping","photo","outdoors","\u65C5\u884C","\u5730\u70B9","\u5E10\u7BF7"],"\u{1F301}":["foggy","fog","photo","mountain","\u65C5\u884C","\u5730\u70B9","\u96FE"],"\u{1F303}":["night with stars","night","star","evening","city","downtown","\u65C5\u884C","\u5730\u70B9","\u661F\u7A7A"],"\u{1F3D9}\uFE0F":["cityscape","city","photo","night life","urban","\u57CE\u5E02\u666F\u89C2"],"\u{1F304}":["sunrise over mountains","morning","mountain","sun","sunrise","view","vacation","photo","\u65C5\u884C","\u5730\u70B9","\u65E5\u51FA"],"\u{1F305}":["sunrise","morning","sun","view","vacation","photo","\u65C5\u884C","\u5730\u70B9","\u65ED\u65E5"],"\u{1F306}":["cityscape at dusk","city sunset","city","dusk","evening","landscape","sunset","photo","sky","buildings","\u65C5\u884C","\u5730\u70B9","\u9EC4\u660F"],"\u{1F307}":["sunset over buildings","city sunrise","sunset","dusk","sun","photo","good morning","dawn","\u65C5\u884C","\u5730\u70B9","\u5915\u9633"],"\u{1F309}":["bridge at night","bridge","night","photo","sanfrancisco","\u65C5\u884C","\u5730\u70B9","\u591C\u6865"],"\u2668\uFE0F":["hot springs","hotsprings","hot","springs","steaming","bath","warm","relax","\u6E29\u6CC9"],"\u{1F3A0}":["carousel horse","carousel","horse","photo","carnival","\u65C5\u884C","\u5730\u70B9","\u65CB\u8F6C\u6728\u9A6C"],"\u{1F3A1}":["ferris wheel","amusement park","ferris","wheel","photo","carnival","londoneye","\u65C5\u884C","\u5730\u70B9","\u6469\u5929\u8F6E"],"\u{1F3A2}":["roller coaster","amusement park","coaster","roller","carnival","playground","photo","fun","\u65C5\u884C","\u5730\u70B9","\u4E91\u9704\u98DE\u8F66"],"\u{1F488}":["barber pole","barber","haircut","pole","hair","salon","style","\u65C5\u884C","\u5730\u70B9","\u7406\u53D1\u5E97"],"\u{1F3AA}":["circus tent","circus","tent","festival","carnival","party","\u65C5\u884C","\u5730\u70B9","\u9A6C\u620F\u56E2"],"\u{1F682}":["steam locomotive","locomotive","engine","railway","steam","train","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u84B8\u6C7D\u706B\u8F66"],"\u{1F683}":["railway car","car","electric","railway","train","tram","trolleybus","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u6709\u8F68\u7535\u8F66"],"\u{1F684}":["high speed train","bullettrain side","railway","shinkansen","speed","train","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u9AD8\u94C1"],"\u{1F685}":["high speed train with bullet nose","bullettrain front","bullet train","bullet","railway","shinkansen","speed","train","transportation","vehicle","fast","public","travel","\u65C5\u884C","\u5730\u70B9","\u9AD8\u9421\u8F66\u5934"],"\u{1F686}":["train","train2","railway","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u706B\u8F66"],"\u{1F687}":["metro","subway","transportation","blue square","mrt","underground","tube","\u65C5\u884C","\u5730\u70B9","\u5730\u94C1"],"\u{1F688}":["light rail","railway","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u8F7B\u8F68"],"\u{1F689}":["station","railway","train","transportation","vehicle","public","\u65C5\u884C","\u5730\u70B9","\u8F66\u7AD9"],"\u{1F68A}":["tram","trolleybus","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u8DEF\u9762\u7535\u8F66"],"\u{1F69D}":["monorail","vehicle","transportation","\u65C5\u884C","\u5730\u70B9","\u5355\u8F68"],"\u{1F69E}":["mountain railway","car","mountain","railway","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u5C71\u533A\u94C1\u8DEF"],"\u{1F68B}":["tram car","train","car","tram","trolleybus","transportation","vehicle","carriage","public","travel","\u65C5\u884C","\u5730\u70B9","\u7535\u7F06\u8F66"],"\u{1F68C}":["bus","vehicle","car","transportation","\u65C5\u884C","\u5730\u70B9","\u516C\u8F66"],"\u{1F68D}":["oncoming bus","bus","oncoming","vehicle","transportation","\u65C5\u884C","\u5730\u70B9","\u516C\u5171\u6C7D\u8F66"],"\u{1F68E}":["trolleybus","bus","tram","trolley","bart","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u65E0\u8F68\u7535\u8F66"],"\u{1F690}":["minibus","bus","vehicle","car","transportation","\u65C5\u884C","\u5730\u70B9","\u5C0F\u578B\u5DF4\u58EB"],"\u{1F691}":["ambulance","vehicle","health","911","hospital","\u65C5\u884C","\u5730\u70B9","\u6551\u62A4\u8F66"],"\u{1F692}":["fire engine","engine","fire","truck","transportation","cars","vehicle","\u65C5\u884C","\u5730\u70B9","\u6D88\u9632\u8F66"],"\u{1F693}":["police car","car","patrol","police","vehicle","cars","transportation","law","legal","enforcement","\u65C5\u884C","\u5730\u70B9","\u8B66\u8F66"],"\u{1F694}":["oncoming police car","car","oncoming","police","vehicle","law","legal","enforcement","911","\u65C5\u884C","\u5730\u70B9","\u8B66\u5BDF\u8F66"],"\u{1F695}":["taxi","vehicle","uber","cars","transportation","\u65C5\u884C","\u5730\u70B9","\u8BA1\u7A0B\u8F66"],"\u{1F696}":["oncoming taxi","oncoming","taxi","vehicle","cars","uber","\u65C5\u884C","\u5730\u70B9","\u5C0F\u9EC4"],"\u{1F697}":["automobile","car","red car","red","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u6C7D\u8F66"],"\u{1F698}":["oncoming automobile","automobile","car","oncoming","vehicle","transportation","\u65C5\u884C","\u5730\u70B9","\u8F7F\u8F66"],"\u{1F699}":["recreational vehicle","blue car","sport utility vehicle","recreational","sport utility","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u4F11\u65C5\u8F66"],"\u{1F6FB}":["pickup truck","pick up","pickup","truck","car","transportation","\u65C5\u884C","\u5730\u70B9","\u76AE\u5361\u8F66"],"\u{1F69A}":["delivery truck","truck","delivery","cars","transportation","\u65C5\u884C","\u5730\u70B9","\u8D27\u8F66"],"\u{1F69B}":["articulated lorry","lorry","semi","truck","vehicle","cars","transportation","express","\u65C5\u884C","\u5730\u70B9","\u5361\u8F66"],"\u{1F69C}":["tractor","vehicle","car","farming","agriculture","\u65C5\u884C","\u5730\u70B9","\u62D6\u5F0B\u673A"],"\u{1F3CE}\uFE0F":["racing car","car","racing","sports","race","fast","formula","f1"],"\u{1F3CD}\uFE0F":["motorcycle","racing motorcycle","racing","race","sports","fast","\u6469\u6258\u8F66"],"\u{1F6F5}":["motor scooter","motor","scooter","vehicle","vespa","sasha","\u65C5\u884C","\u5730\u70B9","\u6469\u6258\u8F66"],"\u{1F9BD}":["manual wheelchair","accessibility","\u65C5\u884C","\u5730\u70B9","\u8F6E\u6905"],"\u{1F9BC}":["motorized wheelchair","accessibility","\u65C5\u884C","\u5730\u70B9","\u7535\u52A8\u8F6E\u6905"],"\u{1F6FA}":["auto rickshaw","tuk tuk","\u65C5\u884C","\u5730\u70B9","\u561F\u561F\u8F66"],"\u{1F6B2}":["bicycle","bike","sports","exercise","hipster","\u65C5\u884C","\u5730\u70B9","\u81EA\u884C\u8F66"],"\u{1F6F4}":["scooter","kick scooter","kick","vehicle","razor","\u65C5\u884C","\u5730\u70B9","\u6ED1\u677F\u8F66"],"\u{1F6F9}":["skateboard","board","\u65C5\u884C","\u5730\u70B9","\u6ED1\u677F"],"\u{1F6FC}":["roller skate","roller","skate","footwear","sports","\u65C5\u884C","\u5730\u70B9","\u8F6E\u5F0F\u7198\u51B0\u978B"],"\u{1F68F}":["bus stop","busstop","bus","stop","transportation","wait","\u65C5\u884C","\u5730\u70B9","\u516C\u8F66\u7AD9"],"\u{1F6E3}\uFE0F":["motorway","highway","road","cupertino","interstate","\u9AD8\u901F\u516C\u8DEF"],"\u{1F6E4}\uFE0F":["railway track","railway","train","transportation","\u94C1\u8DEF\u8F68\u9053"],"\u{1F6E2}\uFE0F":["oil drum","drum","oil","barrell","\u6CB9\u6876"],"\u26FD":["fuel pump","fuelpump","diesel","fuel","gas","pump","station","gas station","petroleum","\u65C5\u884C","\u5730\u70B9","\u52A0\u6CB9\u7AD9"],"\u{1F6A8}":["police cars revolving light","rotating light","police car light","beacon","car","light","police","revolving","ambulance","911","emergency","alert","error","pinged","law","legal","\u65C5\u884C","\u5730\u70B9","\u8B66\u8F66\u706F"],"\u{1F6A5}":["horizontal traffic light","traffic light","light","signal","traffic","transportation","\u65C5\u884C","\u5730\u70B9","\u7EA2\u7EFF\u706F"],"\u{1F6A6}":["vertical traffic light","light","signal","traffic","transportation","driving","\u65C5\u884C","\u5730\u70B9","\u76F4\u5F0F\u7EA2\u7EFF\u706F"],"\u{1F6D1}":["octagonal sign","stop sign","octagonal","sign","stop","\u65C5\u884C","\u5730\u70B9","\u505C\u6B62\u6807\u5FD7"],"\u{1F6A7}":["construction sign","construction","barrier","wip","progress","caution","warning","\u65C5\u884C","\u5730\u70B9","\u65BD\u5DE5"],"\u2693":["anchor","ship","tool","ferry","sea","boat","\u65C5\u884C","\u5730\u70B9","\u951A"],"\u26F5":["sailboat","boat","resort","sea","yacht","ship","summer","transportation","water","sailing","\u65C5\u884C","\u5730\u70B9","\u5E06\u8239"],"\u{1F6F6}":["canoe","boat","paddle","water","ship","\u65C5\u884C","\u5730\u70B9","\u72EC\u6728\u821F"],"\u{1F6A4}":["speedboat","boat","ship","transportation","vehicle","summer","\u65C5\u884C","\u5730\u70B9","\u5FEB\u8247"],"\u{1F6F3}\uFE0F":["passenger ship","passenger","ship","yacht","cruise","ferry","\u5BA2\u8239"],"\u26F4\uFE0F":["ferry","boat","passenger","ship","yacht","\u6E21\u8F6E"],"\u{1F6E5}\uFE0F":["motor boat","boat","motorboat","ship","\u6469\u6258\u8247"],"\u{1F6A2}":["ship","boat","passenger","transportation","titanic","deploy","\u65C5\u884C","\u5730\u70B9","\u8239"],"\u2708\uFE0F":["airplane","aeroplane","vehicle","transportation","flight","fly","\u98DE\u673A"],"\u{1F6E9}\uFE0F":["small airplane","aeroplane","airplane","flight","transportation","fly","vehicle","\u5C0F\u578B\u98DE\u673A"],"\u{1F6EB}":["airplane departure","aeroplane","airplane","check in","departure","departures","airport","flight","landing","\u65C5\u884C","\u5730\u70B9","\u98DE\u673A\u8D77\u98DE"],"\u{1F6EC}":["airplane arriving","airplane arrival","aeroplane","airplane","arrivals","arriving","landing","airport","flight","boarding","\u65C5\u884C","\u5730\u70B9","\u98DE\u673A\u7740\u9646"],"\u{1FA82}":["parachute","hang glide","parasail","skydive","\u65C5\u884C","\u5730\u70B9","\u964D\u843D\u4F1E"],"\u{1F4BA}":["seat","chair","sit","airplane","transport","bus","flight","fly","\u65C5\u884C","\u5730\u70B9","\u5EA7\u4F4D"],"\u{1F681}":["helicopter","vehicle","transportation","fly","\u65C5\u884C","\u5730\u70B9","\u76F4\u5347\u673A"],"\u{1F69F}":["suspension railway","railway","suspension","vehicle","transportation","\u65C5\u884C","\u5730\u70B9","\u60AC\u7D22\u94C1\u8DEF"],"\u{1F6A0}":["mountain cableway","cable","gondola","mountain","transportation","vehicle","ski","\u65C5\u884C","\u5730\u70B9","\u7F06\u8F66"],"\u{1F6A1}":["aerial tramway","aerial","cable","car","gondola","tramway","transportation","vehicle","ski","\u65C5\u884C","\u5730\u70B9","\u7A7A\u4E2D\u7F06\u8F66"],"\u{1F6F0}\uFE0F":["satellite","space","communication","gps","orbit","spaceflight","nasa","iss","\u536B\u661F"],"\u{1F680}":["rocket","space","launch","ship","staffmode","nasa","outer space","fly","\u65C5\u884C","\u5730\u70B9","\u706B\u7BAD"],"\u{1F6F8}":["flying saucer","ufo","transportation","vehicle","\u65C5\u884C","\u5730\u70B9","\u98DE\u789F"],"\u{1F6CE}\uFE0F":["bellhop bell","bell","bellhop","hotel","service","\u8D1D\u5C14\u970D\u666E\u8D1D\u5C14"],"\u{1F9F3}":["luggage","packing","travel","\u65C5\u884C","\u5730\u70B9","\u884C\u674E"],"\u231B":["hourglass","hourglass done","sand","timer","time","clock","oldschool","limit","exam","quiz","test","\u65C5\u884C","\u5730\u70B9","\u6C99\u6F0F"],"\u23F3":["hourglass with flowing sand","hourglass flowing sand","hourglass not done","hourglass","sand","timer","oldschool","time","countdown","\u65C5\u884C","\u5730\u70B9","\u6D41\u52A8\u7684\u6C99\u6F0F"],"\u231A":["watch","clock","time","accessories","\u65C5\u884C","\u5730\u70B9","\u624B\u8868"],"\u23F0":["alarm clock","alarm","clock","time","wake","\u65C5\u884C","\u5730\u70B9","\u95F9\u949F"],"\u23F1\uFE0F":["stopwatch","clock","time","deadline","\u79D2\u8868"],"\u23F2\uFE0F":["timer clock","clock","timer","alarm","\u8BA1\u65F6\u5668\u65F6\u949F"],"\u{1F570}\uFE0F":["mantelpiece clock","clock","time","\u58C1\u7089\u67B6\u65F6\u949F"],"\u{1F55B}":["clock face twelve oclock","clock12","twelve o\u2019clock","00","12","12:00","clock","o\u2019clock","twelve","twelve o clock","time","noon","midnight","midday","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u5341\u4E8C\u70B9"],"\u{1F567}":["clock face twelve thirty","clock1230","twelve thirty","12","12:30","clock","thirty","twelve","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u5341\u4E8C\u70B9\u534A"],"\u{1F550}":["clock face one oclock","clock1","one o\u2019clock","00","1","1:00","clock","one","o\u2019clock","one o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E00\u70B9"],"\u{1F55C}":["clock face one thirty","clock130","one thirty","1","1:30","clock","one","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E00\u70B9\u534A"],"\u{1F551}":["clock face two oclock","clock2","two o\u2019clock","00","2","2:00","clock","o\u2019clock","two","two o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E24\u70B9"],"\u{1F55D}":["clock face two thirty","clock230","two thirty","2","2:30","clock","thirty","two","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E24\u70B9\u534A"],"\u{1F552}":["clock face three oclock","clock3","three o\u2019clock","00","3","3:00","clock","o\u2019clock","three","three o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E09\u70B9"],"\u{1F55E}":["clock face three thirty","clock330","three thirty","3","3:30","clock","thirty","three","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E09\u70B9\u534A"],"\u{1F553}":["clock face four oclock","clock4","four o\u2019clock","00","4","4:00","clock","four","o\u2019clock","four o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u56DB\u70B9"],"\u{1F55F}":["clock face four thirty","clock430","four thirty","4","4:30","clock","four","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u56DB\u70B9\u534A"],"\u{1F554}":["clock face five oclock","clock5","five o\u2019clock","00","5","5:00","clock","five","o\u2019clock","five o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E94\u70B9"],"\u{1F560}":["clock face five thirty","clock530","five thirty","5","5:30","clock","five","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E94\u70B9\u534A"],"\u{1F555}":["clock face six oclock","clock6","six o\u2019clock","00","6","6:00","clock","o\u2019clock","six","six o clock","time","late","early","schedule","dawn","dusk","\u65C5\u884C","\u5730\u70B9","\u516D\u70B9"],"\u{1F561}":["clock face six thirty","clock630","six thirty","6","6:30","clock","six","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u516D\u70B9\u534A"],"\u{1F556}":["clock face seven oclock","clock7","seven o\u2019clock","00","7","7:00","clock","o\u2019clock","seven","seven o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E03\u70B9"],"\u{1F562}":["clock face seven thirty","clock730","seven thirty","7","7:30","clock","seven","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E03\u70B9\u534A"],"\u{1F557}":["clock face eight oclock","clock8","eight o\u2019clock","00","8","8:00","clock","eight","o\u2019clock","eight o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u516B\u70B9"],"\u{1F563}":["clock face eight thirty","clock830","eight thirty","8","8:30","clock","eight","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u516B\u70B9\u534A"],"\u{1F558}":["clock face nine oclock","clock9","nine o\u2019clock","00","9","9:00","clock","nine","o\u2019clock","nine o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E5D\u70B9"],"\u{1F564}":["clock face nine thirty","clock930","nine thirty","9","9:30","clock","nine","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u4E5D\u70B9\u534A"],"\u{1F559}":["clock face ten oclock","clock10","ten o\u2019clock","00","10","10:00","clock","o\u2019clock","ten","ten o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u5341\u70B9"],"\u{1F565}":["clock face ten thirty","clock1030","ten thirty","10","10:30","clock","ten","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u5341\u70B9\u534A"],"\u{1F55A}":["clock face eleven oclock","clock11","eleven o\u2019clock","00","11","11:00","clock","eleven","o\u2019clock","eleven o clock","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u5341\u4E00\u70B9"],"\u{1F566}":["clock face eleven thirty","clock1130","eleven thirty","11","11:30","clock","eleven","thirty","time","late","early","schedule","\u65C5\u884C","\u5730\u70B9","\u5341\u4E00\u70B9\u534A"],"\u{1F311}":["new moon symbol","new moon","dark","moon","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u65B0\u6708"],"\u{1F312}":["waxing crescent moon symbol","waxing crescent moon","crescent","moon","waxing","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u7709\u5F62\u65B0\u6708"],"\u{1F313}":["first quarter moon symbol","first quarter moon","moon","quarter","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u4E0A\u5F26\u6708"],"\u{1F314}":["waxing gibbous moon symbol","moon","waxing gibbous moon","gibbous","waxing","nature","night","sky","gray","twilight","planet","space","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u76C8\u51F8\u6708"],"\u{1F315}":["full moon symbol","full moon","full","moon","nature","yellow","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u6EE1\u6708"],"\u{1F316}":["waning gibbous moon symbol","waning gibbous moon","gibbous","moon","waning","nature","twilight","planet","space","night","evening","sleep","waxing gibbous moon","\u65C5\u884C","\u5730\u70B9","\u4E8F\u51F8\u6708"],"\u{1F317}":["last quarter moon symbol","last quarter moon","moon","quarter","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u4E0B\u5F26\u6708"],"\u{1F318}":["waning crescent moon symbol","waning crescent moon","crescent","moon","waning","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u7709\u5F62\u6B8B\u6708"],"\u{1F319}":["crescent moon","crescent","moon","night","sleep","sky","evening","magic","\u65C5\u884C","\u5730\u70B9","\u5F2F\u6708"],"\u{1F31A}":["new moon with face","new moon face","face","moon","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u6708\u4EAE\u516C\u516C"],"\u{1F31B}":["first quarter moon with face","first quarter moon face","face","moon","quarter","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u5F2F\u6708\u8138\u671D\u5DE6"],"\u{1F31C}":["last quarter moon with face","last quarter moon face","face","moon","quarter","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u5F2F\u6708\u8138\u671D\u53F3"],"\u{1F321}\uFE0F":["thermometer","weather","temperature","hot","cold","\u6E29\u5EA6\u8BA1"],"\u2600\uFE0F":["black sun with rays","sunny","sun","bright","rays","weather","nature","brightness","summer","beach","spring","\u5E26\u5149\u7EBF\u7684\u9ED1\u8272\u592A\u9633"],"\u{1F31D}":["full moon with face","full moon face","bright","face","full","moon","nature","twilight","planet","space","night","evening","sleep","\u65C5\u884C","\u5730\u70B9","\u5FAE\u7B11\u7684\u6EE1\u6708"],"\u{1F31E}":["sun with face","bright","face","sun","nature","morning","sky","\u65C5\u884C","\u5730\u70B9","\u5FAE\u7B11\u7684\u592A\u9633"],"\u{1FA90}":["ringed planet","saturn","saturnine","\u65C5\u884C","\u5730\u70B9","\u5E26\u884C\u661F\u73AF\u7684\u884C\u661F"],"\u2B50":["white medium star","star","night","yellow","\u65C5\u884C","\u5730\u70B9","\u661F\u661F"],"\u{1F31F}":["glowing star","star2","glittery","glow","shining","sparkle","star","night","awesome","good","magic","\u65C5\u884C","\u5730\u70B9","\u95EA\u70C1\u7684\u661F\u661F"],"\u{1F320}":["shooting star","stars","falling","shooting","star","night","photo","\u65C5\u884C","\u5730\u70B9","\u6D41\u661F"],"\u{1F30C}":["milky way","space","photo","stars","\u65C5\u884C","\u5730\u70B9","\u94F6\u6CB3"],"\u2601\uFE0F":["cloud","weather","sky","\u4E91"],"\u26C5":["sun behind cloud","partly sunny","cloud","sun","weather","nature","cloudy","morning","fall","spring","\u65C5\u884C","\u5730\u70B9","\u9634\u5929"],"\u26C8\uFE0F":["cloud with lightning and rain","thunder cloud and rain","cloud","rain","thunder","weather","lightning","\u6709\u95EA\u7535\u548C\u96E8\u6C34\u7684\u4E91"],"\u{1F324}\uFE0F":["sun behind small cloud","mostly sunny","sun small cloud","cloud","sun","weather","\u5C0F\u4E91\u80CC\u540E\u7684\u592A\u9633"],"\u{1F325}\uFE0F":["sun behind large cloud","barely sunny","sun behind cloud","cloud","sun","weather","\u5927\u4E91\u80CC\u540E\u7684\u592A\u9633"],"\u{1F326}\uFE0F":["sun behind rain cloud","partly sunny rain","cloud","rain","sun","weather","\u96E8\u4E91\u80CC\u540E\u7684\u592A\u9633"],"\u{1F327}\uFE0F":["cloud with rain","rain cloud","cloud","rain","weather","\u4E91\u96E8"],"\u{1F328}\uFE0F":["cloud with snow","snow cloud","cloud","cold","snow","weather","\u4E91\u96EA"],"\u{1F329}\uFE0F":["cloud with lightning","lightning","lightning cloud","cloud","weather","thunder","\u5E26\u95EA\u7535\u7684\u4E91"],"\u{1F32A}\uFE0F":["tornado","tornado cloud","cloud","whirlwind","weather","cyclone","twister","\u9F99\u5377\u98CE"],"\u{1F32B}\uFE0F":["fog","cloud","weather","\u96FE"],"\u{1F32C}\uFE0F":["wind face","wind blowing face","blow","cloud","face","wind","gust","air","\u98CE\u9762"],"\u{1F300}":["cyclone","dizzy","hurricane","twister","typhoon","weather","swirl","blue","cloud","vortex","spiral","whirlpool","spin","tornado","\u65C5\u884C","\u5730\u70B9","\u53F0\u98CE"],"\u{1F308}":["rainbow","rain","nature","happy","unicorn face","photo","sky","spring","\u65C5\u884C","\u5730\u70B9","\u5F69\u8679"],"\u{1F302}":["closed umbrella","clothing","rain","umbrella","weather","drizzle","\u65C5\u884C","\u5730\u70B9","\u6536\u5408\u7684\u4F1E"],"\u2602\uFE0F":["umbrella","clothing","rain","weather","spring","\u96E8\u4F1E"],"\u2614":["umbrella with rain drops","clothing","drop","rain","umbrella","rainy","weather","spring","\u65C5\u884C","\u5730\u70B9","\u96E8\u4E2D\u7684\u4F1E"],"\u26F1\uFE0F":["umbrella on ground","rain","sun","umbrella","weather","summer","\u5730\u4E0A\u7684\u96E8\u4F1E"],"\u26A1":["high voltage sign","zap","high voltage","danger","electric","lightning","voltage","thunder","weather","lightning bolt","fast","\u65C5\u884C","\u5730\u70B9","\u9AD8\u538B\u7535"],"\u2744\uFE0F":["snowflake","cold","snow","winter","season","weather","christmas","xmas","\u96EA\u82B1"],"\u2603\uFE0F":["snowman","cold","snow","winter","season","weather","christmas","xmas","frozen","\u96EA\u4EBA"],"\u26C4":["snowman without snow","cold","snow","snowman","winter","season","weather","christmas","xmas","frozen","without snow","\u65C5\u884C","\u5730\u70B9","\u96EA\u4EBA"],"\u2604\uFE0F":["comet","space","\u5F57\u661F"],"\u{1F525}":["fire","flame","tool","hot","cook","\u65C5\u884C","\u5730\u70B9","\u706B"],"\u{1F4A7}":["droplet","cold","comic","drop","sweat","water","drip","faucet","spring","\u65C5\u884C","\u5730\u70B9","\u6C34\u6EF4"],"\u{1F30A}":["water wave","ocean","water","wave","sea","nature","tsunami","disaster","\u65C5\u884C","\u5730\u70B9","\u6CE2\u6D6A"],"\u{1F383}":["jack o lantern","celebration","halloween","jack","lantern","light","pumpkin","creepy","fall","\u6D3B\u52A8","\u5357\u74DC\u706F"],"\u{1F384}":["christmas tree","celebration","christmas","tree","festival","vacation","december","xmas","\u6D3B\u52A8","\u5723\u8BDE\u6811"],"\u{1F386}":["fireworks","celebration","photo","festival","carnival","congratulations","\u6D3B\u52A8","\u7206\u7AF9"],"\u{1F387}":["firework sparkler","sparkler","celebration","fireworks","sparkle","stars","night","shine","\u6D3B\u52A8","\u70DF\u82B1"],"\u{1F9E8}":["firecracker","dynamite","explosive","fireworks","boom","explode","explosion","\u6D3B\u52A8","\u97AD\u70AE"],"\u2728":["sparkles","*","sparkle","star","stars","shine","shiny","cool","awesome","good","magic","\u6D3B\u52A8","\u95EA\u70C1"],"\u{1F388}":["balloon","celebration","party","birthday","circus","\u6D3B\u52A8","\u6C14\u7403"],"\u{1F389}":["party popper","tada","celebration","party","popper","congratulations","birthday","magic","circus","\u6D3B\u52A8","\u62C9\u70AE"],"\u{1F38A}":["confetti ball","ball","celebration","confetti","festival","party","birthday","circus","\u6D3B\u52A8","\u4E94\u5F69\u7EB8\u5C51"],"\u{1F38B}":["tanabata tree","banner","celebration","japanese","tree","plant","nature","branch","summer","\u6D3B\u52A8","\u4E03\u5915"],"\u{1F38D}":["pine decoration","bamboo","celebration","japanese","pine","plant","nature","vegetable","panda","\u6D3B\u52A8","\u76C6\u683D"],"\u{1F38E}":["japanese dolls","dolls","celebration","doll","festival","japanese","toy","kimono","\u6D3B\u52A8","\u5973\u513F\u8282"],"\u{1F38F}":["carp streamer","flags","carp","celebration","streamer","fish","japanese","koinobori","banner","\u6D3B\u52A8","\u9CA4\u9C7C\u65D7"],"\u{1F390}":["wind chime","bell","celebration","chime","wind","nature","ding","spring","\u6D3B\u52A8","\u98CE\u94C3"],"\u{1F391}":["moon viewing ceremony","rice scene","celebration","ceremony","moon","photo","japan","asia","tsukimi","\u6D3B\u52A8","\u8D4F\u6708"],"\u{1F9E7}":["red gift envelope","red envelope","gift","good luck","h\xF3ngb\u0101o","lai see","money","\u6D3B\u52A8","\u7EA2\u5305"],"\u{1F380}":["ribbon","celebration","decoration","pink","girl","bowtie","\u6D3B\u52A8","\u8774\u8776\u7ED3"],"\u{1F381}":["wrapped present","gift","wrapped gift","box","celebration","present","wrapped","birthday","christmas","xmas","\u6D3B\u52A8","\u793C\u7269"],"\u{1F397}\uFE0F":["reminder ribbon","celebration","reminder","ribbon","sports","cause","support","awareness","\u63D0\u9192\u5E26"],"\u{1F39F}\uFE0F":["admission tickets","admission","ticket","sports","concert","entrance","\u5165\u573A\u5238"],"\u{1F3AB}":["ticket","admission","event","concert","pass","\u6D3B\u52A8","\u95E8\u7968"],"\u{1F396}\uFE0F":["military medal","medal","celebration","military","award","winning","army","\u519B\u4E8B\u5956\u7AE0"],"\u{1F3C6}":["trophy","prize","win","award","contest","place","ftw","ceremony","\u6D3B\u52A8","\u5956\u676F"],"\u{1F3C5}":["sports medal","medal","award","winning","\u6D3B\u52A8","\u5956\u724C"],"\u{1F947}":["first place medal","1st place medal","first","gold","medal","award","winning","\u6D3B\u52A8","\u91D1\u724C"],"\u{1F948}":["second place medal","2nd place medal","medal","second","silver","award","\u6D3B\u52A8","\u94F6\u724C"],"\u{1F949}":["third place medal","3rd place medal","bronze","medal","third","award","\u6D3B\u52A8","\u94DC\u724C"],"\u26BD":["soccer ball","soccer","ball","football","sports","\u6D3B\u52A8","\u8DB3\u7403"],"\u26BE":["baseball","ball","sports","balls","\u6D3B\u52A8","\u68D2\u7403"],"\u{1F94E}":["softball","ball","glove","underarm","sports","balls","\u6D3B\u52A8","\u5792\u7403"],"\u{1F3C0}":["basketball and hoop","basketball","ball","hoop","sports","balls","nba","\u6D3B\u52A8","\u7BEE\u7403"],"\u{1F3D0}":["volleyball","ball","game","sports","balls","\u6D3B\u52A8","\u6392\u7403"],"\u{1F3C8}":["american football","football","american","ball","sports","balls","nfl","\u6D3B\u52A8","\u7F8E\u5F0F\u8DB3\u7403"],"\u{1F3C9}":["rugby football","ball","football","rugby","sports","team","\u6D3B\u52A8","\u6A44\u6984\u7403"],"\u{1F3BE}":["tennis racquet and ball","tennis","ball","racquet","sports","balls","green","\u6D3B\u52A8","\u7F51\u7403"],"\u{1F94F}":["flying disc","ultimate","sports","frisbee","\u6D3B\u52A8","\u98DE\u76D8"],"\u{1F3B3}":["bowling","ball","game","sports","fun","play","\u6D3B\u52A8","\u4FDD\u9F84\u7403"],"\u{1F3CF}":["cricket bat and ball","cricket game","ball","bat","game","sports","\u6D3B\u52A8","\u677F\u7403"],"\u{1F3D1}":["field hockey stick and ball","field hockey","ball","field","game","hockey","stick","sports","\u6D3B\u52A8","\u66F2\u68CD\u7403"],"\u{1F3D2}":["ice hockey stick and puck","ice hockey","game","hockey","ice","puck","stick","sports","\u6D3B\u52A8","\u51B0\u4E0A\u66F2\u68CD\u7403"],"\u{1F94D}":["lacrosse stick and ball","lacrosse","ball","goal","stick","sports","\u6D3B\u52A8","\u888B\u68CD\u7403"],"\u{1F3D3}":["table tennis paddle and ball","ping pong","ball","bat","game","paddle","table tennis","sports","pingpong","\u6D3B\u52A8","\u684C\u7403"],"\u{1F3F8}":["badminton racquet and shuttlecock","badminton","birdie","game","racquet","shuttlecock","sports","\u6D3B\u52A8","\u7FBD\u6BDB\u7403"],"\u{1F94A}":["boxing glove","boxing","glove","sports","fighting","\u6D3B\u52A8","\u62F3\u51FB\u624B\u5957"],"\u{1F94B}":["martial arts uniform","judo","karate","martial arts","taekwondo","uniform","\u6D3B\u52A8","\u9053\u670D"],"\u{1F945}":["goal net","goal","net","sports","\u6D3B\u52A8","\u7403\u95E8"],"\u26F3":["flag in hole","golf","hole","sports","business","flag","summer","\u6D3B\u52A8","\u9AD8\u5C14\u592B"],"\u26F8\uFE0F":["ice skate","ice","skate","sports","\u6E9C\u51B0\u978B"],"\u{1F3A3}":["fishing pole and fish","fishing pole","fish","pole","food","hobby","summer","\u6D3B\u52A8","\u9493\u9C7C"],"\u{1F93F}":["diving mask","diving","scuba","snorkeling","\u6D3B\u52A8","\u6F5C\u6C34\u9762\u7F69"],"\u{1F3BD}":["running shirt with sash","running shirt","athletics","running","sash","shirt","play","pageant","\u6D3B\u52A8","\u8FD0\u52A8\u670D"],"\u{1F3BF}":["ski and ski boot","ski","skis","snow","sports","winter","cold","\u6D3B\u52A8","\u6ED1\u96EA"],"\u{1F6F7}":["sled","sledge","sleigh","luge","toboggan","\u6D3B\u52A8","\u96EA\u6A47"],"\u{1F94C}":["curling stone","game","rock","sports","\u6D3B\u52A8","\u51B0\u77F3\u58F6"],"\u{1F3AF}":["direct hit","dart","bullseye","game","hit","target","play","bar","\u6D3B\u52A8","\u547D\u4E2D"],"\u{1FA80}":["yo yo","fluctuate","toy","\u6D3B\u52A8","\u7198\u7198\u7403"],"\u{1FA81}":["kite","fly","soar","\u6D3B\u52A8","\u98CE\u7B5D"],"\u{1F3B1}":["billiards","8ball","pool 8 ball","8","ball","billiard","eight","game","pool","hobby","luck","magic","\u6D3B\u52A8","\u649E\u7403"],"\u{1F52E}":["crystal ball","ball","crystal","fairy tale","fantasy","fortune","tool","disco","party","magic","circus","fortune teller","\u6D3B\u52A8","\u6C34\u6676\u7403"],"\u{1FA84}":["magic wand","magic","witch","wizard","supernature","power","\u6D3B\u52A8","\u9B54\u6756"],"\u{1F9FF}":["nazar amulet","bead","charm","evil eye","nazar","talisman","\u6D3B\u52A8","\u90AA\u773C"],"\u{1F3AE}":["video game","controller","game","play","console","ps4","\u6D3B\u52A8","\u7535\u73A9"],"\u{1F579}\uFE0F":["joystick","game","video game","play","\u64CD\u7EB5\u6746"],"\u{1F3B0}":["slot machine","game","slot","bet","gamble","vegas","fruit machine","luck","casino","\u6D3B\u52A8","\u5403\u89D2\u5B50\u8001\u864E"],"\u{1F3B2}":["game die","dice","die","game","random","tabletop","play","luck","\u6D3B\u52A8","\u9AB0\u5B50"],"\u{1F9E9}":["jigsaw puzzle piece","jigsaw","puzzle piece","clue","interlocking","piece","puzzle","\u6D3B\u52A8","\u62FC\u56FE"],"\u{1F9F8}":["teddy bear","plaything","plush","stuffed","toy","\u6D3B\u52A8","\u6CF0\u8FEA\u718A"],"\u{1FA85}":["pinata","pi\xF1ata","celebration","party","mexico","candy","\u6D3B\u52A8","\u76AE\u7EB3\u5854"],"\u{1FA86}":["nesting dolls","doll","nesting","russia","matryoshka","toy","\u6D3B\u52A8","\u4FC4\u7F57\u65AF\u5A03\u5A03"],"\u2660\uFE0F":["black spade suit","spades","spade suit","card","game","poker","cards","suits","magic","\u9ED1\u8272\u9ED1\u6843\u5957\u88C5"],"\u2665\uFE0F":["black heart suit","hearts","heart suit","card","game","poker","cards","magic","suits","\u9ED1\u5FC3\u5957\u88C5"],"\u2666\uFE0F":["black diamond suit","diamonds","diamond suit","card","game","poker","cards","magic","suits","\u9ED1\u8272\u94BB\u77F3\u5957\u88C5"],"\u2663\uFE0F":["black club suit","clubs","club suit","card","game","poker","cards","magic","suits","\u9ED1\u8272\u4FF1\u4E50\u90E8\u5957\u88C5"],"\u265F\uFE0F":["chess pawn","chess","dupe","expendable","\u8C61\u68CB\u68CB\u5B50"],"\u{1F0CF}":["playing card black joker","black joker","joker","card","game","wildcard","poker","cards","play","magic","\u6D3B\u52A8","\u9B3C\u724C"],"\u{1F004}":["mahjong tile red dragon","mahjong","mahjong red dragon","game","red","play","chinese","kanji","\u6D3B\u52A8","\u7EA2\u4E2D"],"\u{1F3B4}":["flower playing cards","card","flower","game","japanese","playing","sunset","red","\u6D3B\u52A8","\u82B1\u724C"],"\u{1F3AD}":["performing arts","art","mask","performing","theater","theatre","acting","drama","\u6D3B\u52A8","\u620F\u5267"],"\u{1F5BC}\uFE0F":["framed picture","frame with picture","art","frame","museum","painting","picture","photography","\u6846\u67B6\u56FE\u7247"],"\u{1F3A8}":["artist palette","art","museum","painting","palette","design","paint","draw","colors","\u6D3B\u52A8","\u8C03\u8272\u677F"],"\u{1F9F5}":["spool of thread","thread","needle","sewing","spool","string","\u6D3B\u52A8","\u7EBF"],"\u{1FAA1}":["sewing needle","embroidery","needle","sewing","stitches","sutures","tailoring","\u6D3B\u52A8","\u88C1\u7F1D\u9488"],"\u{1F9F6}":["ball of yarn","yarn","ball","crochet","knit","\u6D3B\u52A8","\u6BDB\u7EBF\u7403"],"\u{1FAA2}":["knot","rope","tangled","tie","twine","twist","scout","\u6D3B\u52A8","\u7EF3\u7ED3"],"\u{1F453}":["eyeglasses","glasses","clothing","eye","eyewear","fashion","accessories","eyesight","nerdy","dork","geek","\u7269\u54C1","\u773C\u955C"],"\u{1F576}\uFE0F":["sunglasses","dark sunglasses","dark","eye","eyewear","glasses","face","cool","accessories","\u592A\u9633\u955C"],"\u{1F97D}":["goggles","eye protection","swimming","welding","eyes","protection","safety","\u7269\u54C1","\u86D9\u955C"],"\u{1F97C}":["lab coat","doctor","experiment","scientist","chemist","\u7269\u54C1","\u5B9E\u9A8C\u888D"],"\u{1F9BA}":["safety vest","emergency","safety","vest","\u7269\u54C1","\u6551\u751F\u8863"],"\u{1F454}":["necktie","clothing","tie","shirt","suitup","formal","fashion","cloth","business","\u7269\u54C1","\u9886\u5E26"],"\u{1F455}":["t shirt","shirt","tshirt","clothing","fashion","cloth","casual","tee","\u7269\u54C1","T\u6064"],"\u{1F456}":["jeans","clothing","pants","trousers","fashion","shopping","\u7269\u54C1","\u725B\u4ED4\u88E4"],"\u{1F9E3}":["scarf","neck","winter","clothes","\u7269\u54C1","\u56F4\u5DFE"],"\u{1F9E4}":["gloves","hand","hands","winter","clothes","\u7269\u54C1","\u624B\u5957"],"\u{1F9E5}":["coat","jacket","\u7269\u54C1","\u5916\u5957"],"\u{1F9E6}":["socks","stocking","stockings","clothes","\u7269\u54C1","\u889C\u5B50"],"\u{1F457}":["dress","clothing","clothes","fashion","shopping","\u7269\u54C1","\u6D0B\u88C5"],"\u{1F458}":["kimono","clothing","dress","fashion","women","female","japanese","\u7269\u54C1","\u548C\u670D"],"\u{1F97B}":["sari","clothing","dress","\u7269\u54C1","\u838E\u4E3D\u670D"],"\u{1FA71}":["one piece swimsuit","bathing suit","\u7269\u54C1","\u4E00\u4EF6\u5F0F\u6CF3\u88C5"],"\u{1FA72}":["briefs","bathing suit","one piece","swimsuit","underwear","\u7269\u54C1","\u6CF3\u88E4"],"\u{1FA73}":["shorts","bathing suit","pants","underwear","\u7269\u54C1","\u77ED\u6CF3\u88E4"],"\u{1F459}":["bikini","clothing","swim","swimming","female","woman","girl","fashion","beach","summer","\u7269\u54C1","\u6BD4\u57FA\u5C3C"],"\u{1F45A}":["womans clothes","woman\u2019s clothes","clothing","woman","woman s clothes","fashion","shopping bags","female","\u7269\u54C1","\u5973\u88C5"],"\u{1F45B}":["purse","clothing","coin","fashion","accessories","money","sales","shopping","\u7269\u54C1","\u94B1\u5305"],"\u{1F45C}":["handbag","bag","clothing","purse","fashion","accessory","accessories","shopping","\u7269\u54C1","\u624B\u63D0\u5305"],"\u{1F45D}":["pouch","clutch bag","bag","clothing","accessories","shopping","\u7269\u54C1","\u624B\u62FF\u5305"],"\u{1F6CD}\uFE0F":["shopping bags","bag","hotel","shopping","mall","buy","purchase","\u8D2D\u7269\u888B"],"\u{1F392}":["school satchel","backpack","bag","rucksack","satchel","school","student","education","\u7269\u54C1","\u4E66\u5305"],"\u{1FA74}":["thong sandal","beach sandals","sandals","thong sandals","thongs","z\u014Dri","footwear","summer","\u7269\u54C1","\u4EBA\u5B57\u62D6"],"\u{1F45E}":["mans shoe","shoe","man\u2019s shoe","clothing","man","man s shoe","fashion","male","\u7269\u54C1","\u76AE\u978B"],"\u{1F45F}":["athletic shoe","running shoe","athletic","clothing","shoe","sneaker","shoes","sports","sneakers","\u7269\u54C1","\u8FD0\u52A8\u978B"],"\u{1F97E}":["hiking boot","backpacking","boot","camping","hiking","\u7269\u54C1","\u767B\u5C71\u9774"],"\u{1F97F}":["flat shoe","womans flat shoe","ballet flat","slip on","slipper","ballet","\u7269\u54C1","\u5E73\u5E95\u978B"],"\u{1F460}":["high heeled shoe","high heel","clothing","heel","shoe","woman","fashion","shoes","female","pumps","stiletto","\u7269\u54C1","\u9AD8\u8DDF\u978B"],"\u{1F461}":["womans sandal","sandal","woman\u2019s sandal","clothing","shoe","woman","woman s sandal","shoes","fashion","flip flops","\u7269\u54C1","\u51C9\u978B"],"\u{1FA70}":["ballet shoes","ballet","dance","\u7269\u54C1","\u82AD\u857E\u821E\u978B"],"\u{1F462}":["womans boots","boot","woman\u2019s boot","clothing","shoe","woman","woman s boot","shoes","fashion","\u7269\u54C1","\u9774\u5B50"],"\u{1F451}":["crown","clothing","king","queen","kod","leader","royalty","lord","\u7269\u54C1","\u7687\u51A0"],"\u{1F452}":["womans hat","woman\u2019s hat","clothing","hat","woman","woman s hat","fashion","accessories","female","lady","spring","\u7269\u54C1","\u5E3D\u5B50"],"\u{1F3A9}":["top hat","tophat","clothing","hat","top","magic","gentleman","classy","circus","\u7269\u54C1","\u793C\u5E3D"],"\u{1F393}":["graduation cap","mortar board","cap","celebration","clothing","graduation","hat","school","college","degree","university","legal","learn","education","\u7269\u54C1","\u6BD5\u4E1A\u5E3D"],"\u{1F9E2}":["billed cap","baseball cap","cap","baseball","\u7269\u54C1","\u9E2D\u820C\u5E3D"],"\u{1FA96}":["military helmet","army","helmet","military","soldier","warrior","protection","\u7269\u54C1","\u5934\u76D4"],"\u26D1\uFE0F":["rescue worker\u2019s helmet","helmet with white cross","aid","cross","face","hat","helmet","rescue worker s helmet","construction","build","\u6551\u63F4\u4EBA\u5458\u5934\u76D4"],"\u{1F4FF}":["prayer beads","beads","clothing","necklace","prayer","religion","dhikr","religious","\u7269\u54C1","\u9879\u94FE"],"\u{1F484}":["lipstick","cosmetics","makeup","female","girl","fashion","woman","\u7269\u54C1","\u53E3\u7EA2"],"\u{1F48D}":["ring","diamond","wedding","propose","marriage","valentines","fashion","jewelry","gem","engagement","\u7269\u54C1","\u6212\u6307"],"\u{1F48E}":["gem stone","gem","diamond","jewel","blue","ruby","jewelry","\u7269\u54C1","\u94BB\u77F3"],"\u{1F507}":["speaker with cancellation stroke","mute","muted speaker","quiet","silent","speaker","sound","volume","silence","\u7269\u54C1","\u5173\u6389\u5587\u53ED"],"\u{1F508}":["speaker","speaker low volume","soft","sound","volume","silence","broadcast","\u7269\u54C1","\u5587\u53ED"],"\u{1F509}":["speaker with one sound wave","sound","speaker medium volume","medium","volume","speaker","broadcast","\u7269\u54C1","\u4F4E\u97F3\u91CF"],"\u{1F50A}":["speaker with three sound waves","loud sound","speaker high volume","loud","volume","noise","noisy","speaker","broadcast","\u7269\u54C1","\u9AD8\u97F3\u91CF"],"\u{1F4E2}":["public address loudspeaker","loudspeaker","loud","public address","volume","sound","\u7269\u54C1","\u5927\u58F0\u516C"],"\u{1F4E3}":["cheering megaphone","mega","megaphone","cheering","sound","speaker","volume","\u7269\u54C1","\u6269\u97F3\u5668"],"\u{1F4EF}":["postal horn","horn","post","postal","instrument","music","\u7269\u54C1","\u90AE\u4EF6\u901A\u77E5"],"\u{1F514}":["bell","sound","notification","christmas","xmas","chime","\u7269\u54C1","\u94C3\u94DB"],"\u{1F515}":["bell with cancellation stroke","no bell","bell with slash","bell","forbidden","mute","quiet","silent","sound","volume","\u7269\u54C1","\u9759\u97F3"],"\u{1F3BC}":["musical score","music","score","treble","clef","compose","\u7269\u54C1","\u4E50\u8C31"],"\u{1F3B5}":["musical note","music","note","score","tone","sound","\u7269\u54C1","\u97F3\u7B26"],"\u{1F3B6}":["multiple musical notes","notes","musical notes","music","note","score","\u7269\u54C1","\u4E50\u7B26"],"\u{1F399}\uFE0F":["studio microphone","mic","microphone","music","studio","sing","recording","artist","talkshow","\u5F55\u97F3\u5BA4\u9EA6\u514B\u98CE"],"\u{1F39A}\uFE0F":["level slider","level","music","slider","scale","\u6C34\u5E73\u6ED1\u5757"],"\u{1F39B}\uFE0F":["control knobs","control","knobs","music","dial","\u63A7\u5236\u65CB\u94AE"],"\u{1F3A4}":["microphone","karaoke","mic","sound","music","pa","sing","talkshow","\u7269\u54C1","\u9EA6\u514B\u98CE"],"\u{1F3A7}":["headphone","headphones","earbud","music","score","gadgets","\u7269\u54C1","\u8033\u673A"],"\u{1F4FB}":["radio","video","communication","music","podcast","program","\u7269\u54C1","\u6536\u97F3\u673A"],"\u{1F3B7}":["saxophone","instrument","music","sax","jazz","blues","\u7269\u54C1","\u8428\u514B\u65AF\u98CE"],"\u{1FA97}":["accordion","concertina","squeeze box","music","\u7269\u54C1","\u624B\u98CE\u7434"],"\u{1F3B8}":["guitar","instrument","music","\u7269\u54C1","\u5409\u4ED6"],"\u{1F3B9}":["musical keyboard","instrument","keyboard","music","piano","compose","\u7269\u54C1","\u94A2\u7434"],"\u{1F3BA}":["trumpet","instrument","music","brass","\u7269\u54C1","\u5C0F\u53F7"],"\u{1F3BB}":["violin","instrument","music","orchestra","symphony","\u7269\u54C1","\u5C0F\u63D0\u7434"],"\u{1FA95}":["banjo","music","stringed","\u7269\u54C1","\u6591\u9E20\u7434"],"\u{1F941}":["drum with drumsticks","drum","drumsticks","music","instrument","snare","\u7269\u54C1","\u9F13"],"\u{1FA98}":["long drum","beat","conga","drum","rhythm","music","\u7269\u54C1","\u957F\u9F13"],"\u{1F4F1}":["mobile phone","iphone","cell","mobile","phone","telephone","technology","apple","gadgets","dial","\u7269\u54C1","\u624B\u673A"],"\u{1F4F2}":["mobile phone with rightwards arrow at left","calling","mobile phone with arrow","arrow","cell","mobile","phone","receive","iphone","incoming","\u7269\u54C1","\u63A5\u7535\u8BDD"],"\u260E\uFE0F":["black telephone","phone","telephone","technology","communication","dial","\u9ED1\u8272\u7535\u8BDD"],"\u{1F4DE}":["telephone receiver","phone","receiver","telephone","technology","communication","dial","\u7269\u54C1","\u542C\u7B52"],"\u{1F4DF}":["pager","bbcall","oldschool","90s","\u7269\u54C1","\u547C\u53EB\u5668"],"\u{1F4E0}":["fax machine","fax","communication","technology","\u7269\u54C1","\u4F20\u771F\u673A"],"\u{1F50B}":["battery","power","energy","sustain","\u7269\u54C1","\u7535\u6C60"],"\u{1F50C}":["electric plug","electric","electricity","plug","charger","power","\u7269\u54C1","\u63D2\u5934"],"\u{1F4BB}":["personal computer","computer","laptop","pc","personal","technology","screen","display","monitor","\u7269\u54C1","\u7B14\u7535"],"\u{1F5A5}\uFE0F":["desktop computer","computer","desktop","technology","computing","screen","\u53F0\u5F0F\u7535\u8111"],"\u{1F5A8}\uFE0F":["printer","computer","paper","ink","\u6253\u5370\u673A"],"\u2328\uFE0F":["keyboard","computer","technology","type","input","text","\u952E\u76D8"],"\u{1F5B1}\uFE0F":["computer mouse","three button mouse","computer","click","\u7535\u8111\u9F20\u6807"],"\u{1F5B2}\uFE0F":["trackball","computer","technology","trackpad","\u8F68\u8FF9\u7403"],"\u{1F4BD}":["minidisc","computer disk","computer","disk","minidisk","optical","technology","record","data","90s","\u7269\u54C1","\u8FF7\u4F60\u5149\u789F"],"\u{1F4BE}":["floppy disk","computer","disk","floppy","oldschool","technology","save","90s","80s","\u7269\u54C1","\u78C1\u789F\u7247"],"\u{1F4BF}":["optical disc","cd","optical disk","computer","disk","optical","technology","dvd","disc","90s","\u7269\u54C1","\u5149\u789F"],"\u{1F4C0}":["dvd","blu ray","computer","disk","optical","cd","disc","\u7269\u54C1","DVD","\u5149\u789F"],"\u{1F9EE}":["abacus","calculation","\u7269\u54C1","\u7B97\u76D8"],"\u{1F3A5}":["movie camera","camera","cinema","movie","film","record","\u7269\u54C1","\u7535\u5F71\u6444\u5F71\u673A"],"\u{1F39E}\uFE0F":["film frames","cinema","film","frames","movie","\u7535\u5F71\u6846\u67B6"],"\u{1F4FD}\uFE0F":["film projector","cinema","film","movie","projector","video","tape","record","\u7535\u5F71\u653E\u6620\u673A"],"\u{1F3AC}":["clapper board","clapper","movie","film","record","\u7269\u54C1","\u573A\u8BB0\u677F"],"\u{1F4FA}":["television","tv","video","technology","program","oldschool","show","\u7269\u54C1","\u7535\u89C6"],"\u{1F4F7}":["camera","video","gadgets","photography","\u7269\u54C1","\u76F8\u673A"],"\u{1F4F8}":["camera with flash","camera","flash","video","photography","gadgets","\u7269\u54C1","\u5F00\u95EA\u5149\u706F"],"\u{1F4F9}":["video camera","camera","video","film","record","\u7269\u54C1","\u6444\u5F71\u673A"],"\u{1F4FC}":["videocassette","vhs","tape","video","record","oldschool","90s","80s","\u7269\u54C1","\u5F55\u5F71\u5E26"],"\u{1F50D}":["left pointing magnifying glass","mag","magnifying glass tilted left","glass","magnifying","search","tool","zoom","find","detective","\u7269\u54C1","\u5411\u5DE6\u7684\u653E\u5927\u955C"],"\u{1F50E}":["right pointing magnifying glass","mag right","magnifying glass tilted right","glass","magnifying","search","tool","zoom","find","detective","\u7269\u54C1","\u653E\u5927\u955C"],"\u{1F56F}\uFE0F":["candle","light","fire","wax","\u8721\u70DB"],"\u{1F4A1}":["electric light bulb","bulb","light bulb","comic","electric","idea","light","electricity","\u7269\u54C1","\u706F\u6CE1"],"\u{1F526}":["electric torch","flashlight","electric","light","tool","torch","dark","camping","sight","night","\u7269\u54C1","\u624B\u7535\u7B52"],"\u{1F3EE}":["izakaya lantern","lantern","red paper lantern","bar","light","red","paper","halloween","spooky","\u7269\u54C1","\u706F\u7B3C"],"\u{1FA94}":["diya lamp","diya","lamp","oil","\u7269\u54C1","\u9676\u7897\u6CB9\u706F"],"\u{1F4D4}":["notebook with decorative cover","book","cover","decorated","notebook","classroom","notes","record","paper","study","\u7269\u54C1","\u5F69\u8272\u5C01\u9762\u7684\u7B14\u8BB0\u672C"],"\u{1F4D5}":["closed book","book","closed","read","library","knowledge","textbook","learn","\u7269\u54C1","\u5408\u8D77\u6765\u7684\u4E66\u672C"],"\u{1F4D6}":["open book","book","open","read","library","knowledge","literature","learn","study","\u7269\u54C1","\u6253\u5F00\u6765\u7684\u4E66\u672C"],"\u{1F4D7}":["green book","book","green","read","library","knowledge","study","\u7269\u54C1","\u7EFF\u8272\u7684\u4E66\u672C"],"\u{1F4D8}":["blue book","blue","book","read","library","knowledge","learn","study","\u7269\u54C1","\u84DD\u8272\u7684\u4E66\u672C"],"\u{1F4D9}":["orange book","book","orange","read","library","knowledge","textbook","study","\u7269\u54C1","\u6A58\u8272\u7684\u4E66\u672C"],"\u{1F4DA}":["books","book","literature","library","study","\u7269\u54C1","\u4E66\u672C"],"\u{1F4D3}":["notebook","stationery","record","notes","paper","study","\u7269\u54C1","\u7B14\u8BB0\u672C"],"\u{1F4D2}":["ledger","notebook","notes","paper","\u7269\u54C1","\u5E10\u672C"],"\u{1F4C3}":["page with curl","curl","document","page","documents","office","paper","\u7269\u54C1","\u6587\u4EF6\u6863"],"\u{1F4DC}":["scroll","paper","documents","ancient","history","\u7269\u54C1","\u5377\u8F74"],"\u{1F4C4}":["page facing up","document","page","documents","office","paper","information","\u7269\u54C1","\u6587\u4EF6"],"\u{1F4F0}":["newspaper","news","paper","press","headline","\u7269\u54C1","\u62A5\u7EB8"],"\u{1F5DE}\uFE0F":["rolled up newspaper","news","newspaper","paper","rolled","press","headline","\u5377\u8D77\u7684\u62A5\u7EB8"],"\u{1F4D1}":["bookmark tabs","bookmark","mark","marker","tabs","favorite","save","order","tidy","\u7269\u54C1","\u9875\u7B7E"],"\u{1F516}":["bookmark","mark","favorite","label","save","\u7269\u54C1","\u4E66\u7B7E"],"\u{1F3F7}\uFE0F":["label","sale","tag","\u6807\u7B7E"],"\u{1F4B0}":["money bag","moneybag","bag","dollar","money","payment","coins","sale","\u7269\u54C1","\u94B1\u888B"],"\u{1FA99}":["coin","gold","metal","money","silver","treasure","currency","\u7269\u54C1","\u786C\u5E01"],"\u{1F4B4}":["banknote with yen sign","yen","yen banknote","banknote","bill","currency","money","note","sales","japanese","dollar","\u7269\u54C1","\u65E5\u5E01"],"\u{1F4B5}":["banknote with dollar sign","dollar","dollar banknote","banknote","bill","currency","money","note","sales","\u7269\u54C1","\u7F8E\u91D1"],"\u{1F4B6}":["banknote with euro sign","euro","euro banknote","banknote","bill","currency","money","note","sales","dollar","\u7269\u54C1","\u6B27\u5143"],"\u{1F4B7}":["banknote with pound sign","pound","pound banknote","banknote","bill","currency","money","note","british","sterling","sales","bills","uk","england","\u7269\u54C1","\u82F1\u9551"],"\u{1F4B8}":["money with wings","banknote","bill","fly","money","wings","dollar","bills","payment","sale","\u7269\u54C1","\u94B1\u98DE\u4E86"],"\u{1F4B3}":["credit card","card","credit","money","sales","dollar","bill","payment","shopping","\u7269\u54C1","\u4FE1\u7528\u5361"],"\u{1F9FE}":["receipt","accounting","bookkeeping","evidence","proof","expenses","\u7269\u54C1","\u6536\u636E"],"\u{1F4B9}":["chart with upwards trend and yen sign","chart","chart increasing with yen","graph","growth","money","yen","green square","presentation","stats","\u7269\u54C1","\u8D27\u5E01\u5347\u503C"],"\u2709\uFE0F":["envelope","email","letter","postal","inbox","communication","\u4FE1\u5C01"],"\u{1F4E7}":["e mail symbol","e mail","email","letter","mail","communication","inbox","\u7269\u54C1","\u7535\u5B50\u90AE\u4EF6"],"\u{1F4E8}":["incoming envelope","e mail","email","envelope","incoming","letter","receive","inbox","\u7269\u54C1","\u6536\u5230\u90AE\u4EF6"],"\u{1F4E9}":["envelope with downwards arrow above","envelope with arrow","arrow","e mail","email","envelope","outgoing","communication","\u7269\u54C1","\u5BC4\u51FA\u90AE\u4EF6"],"\u{1F4E4}":["outbox tray","box","letter","mail","outbox","sent","tray","inbox","email","\u7269\u54C1","\u5BC4\u4EF6\u5323"],"\u{1F4E5}":["inbox tray","box","inbox","letter","mail","receive","tray","email","documents","\u7269\u54C1","\u6536\u4EF6\u5323"],"\u{1F4E6}":["package","box","parcel","mail","gift","cardboard","moving","\u7269\u54C1","\u5305\u88F9"],"\u{1F4EB}":["closed mailbox with raised flag","mailbox","closed","mail","postbox","email","inbox","communication","\u7269\u54C1","\u6709\u5F85\u6536\u90AE\u4EF6"],"\u{1F4EA}":["closed mailbox with lowered flag","mailbox closed","closed","lowered","mail","mailbox","postbox","email","communication","inbox","\u7269\u54C1","\u65E0\u5F85\u6536\u90AE\u4EF6"],"\u{1F4EC}":["open mailbox with raised flag","mailbox with mail","mail","mailbox","open","postbox","email","inbox","communication","\u7269\u54C1","\u6709\u65B0\u90AE\u4EF6"],"\u{1F4ED}":["open mailbox with lowered flag","mailbox with no mail","lowered","mail","mailbox","open","postbox","email","inbox","\u7269\u54C1","\u6CA1\u6709\u65B0\u90AE\u4EF6"],"\u{1F4EE}":["postbox","mail","mailbox","email","letter","envelope","\u7269\u54C1","\u4FE1\u7BB1"],"\u{1F5F3}\uFE0F":["ballot box with ballot","ballot","box","election","vote","\u5E26\u9009\u7968\u7684\u6295\u7968\u7BB1"],"\u270F\uFE0F":["pencil","pencil2","stationery","write","paper","writing","school","study","\u94C5\u7B14"],"\u2712\uFE0F":["black nib","nib","pen","stationery","writing","write","\u9ED1\u8272\u7B14\u5C16"],"\u{1F58B}\uFE0F":["fountain pen","lower left fountain pen","fountain","pen","stationery","writing","write","\u94A2\u7B14"],"\u{1F58A}\uFE0F":["pen","lower left ballpoint pen","ballpoint","stationery","writing","write","\u94A2\u7B14"],"\u{1F58C}\uFE0F":["paintbrush","lower left paintbrush","painting","drawing","creativity","art","\u753B\u7B14"],"\u{1F58D}\uFE0F":["crayon","lower left crayon","drawing","creativity","\u8721\u7B14"],"\u{1F4DD}":["memo","pencil","write","documents","stationery","paper","writing","legal","exam","quiz","test","study","compose","\u7269\u54C1","\u5907\u5FD8\u5F55"],"\u{1F4BC}":["briefcase","business","documents","work","law","legal","job","career","\u7269\u54C1","\u516C\u4E8B\u5305"],"\u{1F4C1}":["file folder","file","folder","documents","business","office","\u7269\u54C1","\u8D44\u6599\u5939"],"\u{1F4C2}":["open file folder","file","folder","open","documents","load","\u7269\u54C1","\u6253\u5F00\u8D44\u6599\u5939"],"\u{1F5C2}\uFE0F":["card index dividers","card","dividers","index","organizing","business","stationery","\u5361\u7247\u7D22\u5F15\u5206\u9694\u5668"],"\u{1F4C5}":["calendar","date","schedule","\u7269\u54C1","\u884C\u4E8B\u5386"],"\u{1F4C6}":["tear off calendar","calendar","schedule","date","planning","\u7269\u54C1","\u65E5\u5386"],"\u{1F5D2}\uFE0F":["spiral notepad","spiral note pad","note","pad","spiral","memo","stationery","\u87BA\u65CB\u8BB0\u4E8B\u672C"],"\u{1F5D3}\uFE0F":["spiral calendar","spiral calendar pad","calendar","pad","spiral","date","schedule","planning","\u87BA\u65CB\u65E5\u5386"],"\u{1F4C7}":["card index","card","index","rolodex","business","stationery","\u7269\u54C1","\u7D22\u5F15\u5361"],"\u{1F4C8}":["chart with upwards trend","chart increasing","chart","graph","growth","trend","upward","presentation","stats","recovery","business","economics","money","sales","good","success","\u7269\u54C1","\u6DA8"],"\u{1F4C9}":["chart with downwards trend","chart decreasing","chart","down","graph","trend","presentation","stats","recession","business","economics","money","sales","bad","failure","\u7269\u54C1","\u8DCC"],"\u{1F4CA}":["bar chart","bar","chart","graph","presentation","stats","\u7269\u54C1","\u56FE\u8868"],"\u{1F4CB}":["clipboard","stationery","documents","\u7269\u54C1","\u5199\u5B57\u5939\u677F"],"\u{1F4CC}":["pushpin","pin","stationery","mark","here","\u7269\u54C1","\u56FE\u9489"],"\u{1F4CD}":["round pushpin","pin","pushpin","stationery","location","map","here","\u7269\u54C1","\u5706\u56FE\u9489"],"\u{1F4CE}":["paperclip","documents","stationery","\u7269\u54C1","\u56DE\u7EB9\u9488"],"\u{1F587}\uFE0F":["linked paperclips","link","paperclip","documents","stationery","\u94FE\u63A5\u56DE\u5F62\u9488"],"\u{1F4CF}":["straight ruler","ruler","straight edge","stationery","calculate","length","math","school","drawing","architect","sketch","\u7269\u54C1","\u76F4\u5C3A"],"\u{1F4D0}":["triangular ruler","ruler","set","triangle","stationery","math","architect","sketch","\u7269\u54C1","\u4E09\u89D2\u5C3A"],"\u2702\uFE0F":["black scissors","scissors","cutting","tool","stationery","cut","\u9ED1\u8272\u526A\u5200"],"\u{1F5C3}\uFE0F":["card file box","box","card","file","business","stationery","\u5361\u7247\u6587\u4EF6\u76D2"],"\u{1F5C4}\uFE0F":["file cabinet","cabinet","file","filing","organizing","\u6587\u4EF6\u67DC"],"\u{1F5D1}\uFE0F":["wastebasket","bin","trash","rubbish","garbage","toss","\u5E9F\u7EB8\u7BD3"],"\u{1F512}":["lock","locked","closed","security","password","padlock","\u7269\u54C1","\u4E0A\u9501"],"\u{1F513}":["open lock","unlock","unlocked","lock","open","privacy","security","\u7269\u54C1","\u5F00\u9501"],"\u{1F50F}":["lock with ink pen","locked with pen","ink","lock","nib","pen","privacy","security","secret","\u7269\u54C1","\u94A2\u7B14\u548C\u9501"],"\u{1F510}":["closed lock with key","locked with key","closed","key","lock","secure","security","privacy","\u7269\u54C1","\u94A5\u5319\u548C\u9501"],"\u{1F511}":["key","lock","password","door","\u7269\u54C1","\u94A5\u5319"],"\u{1F5DD}\uFE0F":["old key","clue","key","lock","old","door","password","\u65E7\u94A5\u5319"],"\u{1F528}":["hammer","tool","tools","build","create","\u7269\u54C1","\u9524\u5B50"],"\u{1FA93}":["axe","chop","hatchet","split","wood","\u7269\u54C1","\u65A7\u5934"],"\u26CF\uFE0F":["pick","mining","tool","tools","dig","\u6311\u9009"],"\u2692\uFE0F":["hammer and pick","hammer","pick","tool","tools","build","create","\u9524\u5B50\u548C\u62E8\u7247"],"\u{1F6E0}\uFE0F":["hammer and wrench","hammer","spanner","tool","wrench","tools","build","create","\u9524\u5B50\u548C\u6273\u624B"],"\u{1F5E1}\uFE0F":["dagger","dagger knife","knife","weapon","\u5315\u9996"],"\u2694\uFE0F":["crossed swords","crossed","swords","weapon","\u4EA4\u53C9\u5251"],"\u{1F52B}":["pistol","gun","water pistol","handgun","revolver","tool","water","weapon","violence","\u7269\u54C1","\u6C34\u67AA"],"\u{1FA83}":["boomerang","australia","rebound","repercussion","weapon","\u7269\u54C1","\u56DE\u529B\u9556"],"\u{1F3F9}":["bow and arrow","archer","arrow","bow","sagittarius","zodiac","sports","\u7269\u54C1","\u5F13\u7BAD"],"\u{1F6E1}\uFE0F":["shield","weapon","protection","security","\u76FE\u724C"],"\u{1FA9A}":["carpentry saw","carpenter","lumber","saw","tool","cut","chop","\u7269\u54C1","\u6728\u5DE5\u952F"],"\u{1F527}":["wrench","spanner","tool","tools","diy","ikea","fix","maintainer","\u7269\u54C1","\u6273\u624B"],"\u{1FA9B}":["screwdriver","screw","tool","tools","\u7269\u54C1","\u87BA\u4E1D\u8D77\u5B50"],"\u{1F529}":["nut and bolt","bolt","nut","tool","handy","tools","fix","\u7269\u54C1","\u87BA\u4E1D"],"\u2699\uFE0F":["gear","cog","cogwheel","tool","\u9F7F\u8F6E"],"\u{1F5DC}\uFE0F":["clamp","compression","compress","tool","vice","\u5939\u5177"],"\u2696\uFE0F":["balance scale","scales","balance","justice","libra","scale","zodiac","law","fairness","weight","\u5E73\u8861\u91CF\u8868"],"\u{1F9AF}":["probing cane","white cane","accessibility","blind","\u7269\u54C1","\u5BFC\u76F2\u624B\u6756"],"\u{1F517}":["link symbol","link","rings","url","\u7269\u54C1","\u8FDE\u7ED3"],"\u26D3\uFE0F":["chains","chain","lock","arrest","\u94FE\u6761"],"\u{1FA9D}":["hook","catch","crook","curve","ensnare","selling point","tools","\u7269\u54C1","\u94A9\u5B50"],"\u{1F9F0}":["toolbox","chest","mechanic","tool","tools","diy","fix","maintainer","\u7269\u54C1","\u5DE5\u5177\u7BB1"],"\u{1F9F2}":["magnet","attraction","horseshoe","magnetic","\u7269\u54C1","\u78C1\u94C1"],"\u{1FA9C}":["ladder","climb","rung","step","tools","\u7269\u54C1","\u68AF\u5B50"],"\u2697\uFE0F":["alembic","chemistry","tool","distilling","science","experiment","\u84B8\u998F\u5668"],"\u{1F9EA}":["test tube","chemist","chemistry","experiment","lab","science","\u7269\u54C1","\u8BD5\u7BA1"],"\u{1F9EB}":["petri dish","bacteria","biologist","biology","culture","lab","\u7269\u54C1","\u57F9\u517B\u76BF"],"\u{1F9EC}":["dna double helix","dna","biologist","evolution","gene","genetics","life","\u7269\u54C1","DNA","DNA\u53CC\u87BA\u65CB"],"\u{1F52C}":["microscope","science","tool","laboratory","experiment","zoomin","study","\u7269\u54C1","\u663E\u5FAE\u955C"],"\u{1F52D}":["telescope","science","tool","stars","space","zoom","astronomy","\u7269\u54C1","\u671B\u8FDC\u955C"],"\u{1F4E1}":["satellite antenna","antenna","dish","satellite","communication","future","radio","space","\u7269\u54C1","\u536B\u661F\u5929\u7EBF"],"\u{1F489}":["syringe","medicine","needle","shot","sick","health","hospital","drugs","blood","doctor","nurse","\u7269\u54C1","\u9488\u7B52"],"\u{1FA78}":["drop of blood","bleed","blood donation","injury","medicine","menstruation","\u7269\u54C1","\u8840\u6EF4"],"\u{1F48A}":["pill","doctor","medicine","sick","health","pharmacy","drug","\u7269\u54C1","\u836F\u4E38"],"\u{1FA79}":["adhesive bandage","bandage","\u7269\u54C1","OK \u7EF7"],"\u{1FA7A}":["stethoscope","doctor","heart","medicine","\u7269\u54C1","\u542C\u8BCA\u5668"],"\u{1F6AA}":["door","house","entry","exit","\u7269\u54C1","\u95E8"],"\u{1F6D7}":["elevator","accessibility","hoist","lift","\u7269\u54C1","\u7535\u68AF"],"\u{1FA9E}":["mirror","reflection","reflector","speculum","\u7269\u54C1","\u955C\u5B50"],"\u{1FA9F}":["window","frame","fresh air","opening","transparent","view","scenery","\u7269\u54C1","\u7A97\u6237"],"\u{1F6CF}\uFE0F":["bed","hotel","sleep","rest","\u5E8A"],"\u{1F6CB}\uFE0F":["couch and lamp","couch","hotel","lamp","read","chill","\u6C99\u53D1\u548C\u706F"],"\u{1FA91}":["chair","seat","sit","\u7269\u54C1","\u6905\u5B50"],"\u{1F6BD}":["toilet","restroom","wc","washroom","bathroom","potty","\u7269\u54C1","\u9A6C\u6876"],"\u{1FAA0}":["plunger","force cup","plumber","suction","toilet","\u7269\u54C1","\u5438\u628A"],"\u{1F6BF}":["shower","water","clean","bathroom","\u7269\u54C1","\u6DCB\u6D74"],"\u{1F6C1}":["bathtub","bath","clean","shower","bathroom","\u7269\u54C1","\u6FA1\u76C6"],"\u{1FAA4}":["mouse trap","bait","mousetrap","snare","trap","cheese","\u7269\u54C1","\u6355\u9F20\u5668"],"\u{1FA92}":["razor","sharp","shave","\u7269\u54C1","\u5243\u5200"],"\u{1F9F4}":["lotion bottle","lotion","moisturizer","shampoo","sunscreen","\u7269\u54C1","\u4E73\u6DB2\u74F6"],"\u{1F9F7}":["safety pin","diaper","punk rock","\u7269\u54C1","\u5B89\u5168\u522B\u9488"],"\u{1F9F9}":["broom","cleaning","sweeping","witch","\u7269\u54C1","\u626B\u5E1A"],"\u{1F9FA}":["basket","farming","laundry","picnic","\u7269\u54C1","\u7BEE\u5B50"],"\u{1F9FB}":["roll of paper","paper towels","toilet paper","roll","\u7269\u54C1","\u5377\u7B52\u536B\u751F\u7EB8"],"\u{1FAA3}":["bucket","cask","pail","vat","water","container","\u7269\u54C1","\u6C34\u6876"],"\u{1F9FC}":["bar of soap","soap","bar","bathing","cleaning","lather","soapdish","\u7269\u54C1","\u80A5\u7682"],"\u{1FAA5}":["toothbrush","bathroom","brush","clean","dental","hygiene","teeth","\u7269\u54C1","\u7259\u5237"],"\u{1F9FD}":["sponge","absorbing","cleaning","porous","\u7269\u54C1","\u6D77\u7EF5"],"\u{1F9EF}":["fire extinguisher","extinguish","fire","quench","\u7269\u54C1","\u706D\u706B\u5668"],"\u{1F6D2}":["shopping trolley","shopping cart","cart","shopping","trolley","\u7269\u54C1","\u8D2D\u7269\u8F66"],"\u{1F6AC}":["smoking symbol","smoking","cigarette","kills","tobacco","joint","smoke","\u7269\u54C1","\u5438\u70DF"],"\u26B0\uFE0F":["coffin","death","vampire","dead","die","rip","graveyard","cemetery","casket","funeral","box","\u68FA\u6750"],"\u{1FAA6}":["headstone","cemetery","grave","graveyard","tombstone","death","rip","\u7269\u54C1","\u5893\u77F3"],"\u26B1\uFE0F":["funeral urn","ashes","death","funeral","urn","dead","die","rip","\u846C\u793C\u9AA8\u7070\u76D2"],"\u{1F5FF}":["moyai","moai","face","statue","rock","easter island","\u7269\u54C1","\u590D\u6D3B\u8282\u5C9B"],"\u{1FAA7}":["placard","demonstration","picket","protest","sign","announcement","\u7269\u54C1","\u544A\u793A\u724C"],"\u{1F3E7}":["automated teller machine","atm","atm sign","automated","bank","teller","money","sales","cash","blue square","payment","\u7B26\u53F7","\u63D0\u6B3E\u673A"],"\u{1F6AE}":["put litter in its place symbol","put litter in its place","litter in bin sign","litter","litter bin","blue square","sign","human","info","\u7B26\u53F7","\u5783\u573E\u6876"],"\u{1F6B0}":["potable water symbol","potable water","drinking","potable","water","blue square","liquid","restroom","cleaning","faucet","\u7B26\u53F7","\u996E\u7528\u6C34"],"\u267F":["wheelchair symbol","wheelchair","access","blue square","disabled","a11y","accessibility","\u7B26\u53F7","\u65E0\u969C\u788D\u7A7A\u95F4"],"\u{1F6B9}":["mens symbol","mens","men\u2019s room","lavatory","man","restroom","wc","men s room","toilet","blue square","gender","male","\u7B26\u53F7","\u7537\u5395"],"\u{1F6BA}":["womens symbol","womens","women\u2019s room","lavatory","restroom","wc","woman","women s room","purple square","female","toilet","loo","gender","\u7B26\u53F7","\u5973\u5395"],"\u{1F6BB}":["restroom","lavatory","wc","blue square","toilet","refresh","gender","\u7B26\u53F7","\u6D17\u624B\u95F4"],"\u{1F6BC}":["baby symbol","baby","changing","orange square","child","\u7B26\u53F7","\u5B9D\u5B9D"],"\u{1F6BE}":["water closet","wc","closet","lavatory","restroom","water","toilet","blue square","\u7B26\u53F7","\u5395\u6240"],"\u{1F6C2}":["passport control","control","passport","custom","blue square","\u7B26\u53F7","\u62A4\u7167\u67E5\u9A8C"],"\u{1F6C3}":["customs","passport","border","blue square","\u7B26\u53F7","\u6D77\u5173"],"\u{1F6C4}":["baggage claim","baggage","claim","blue square","airport","transport","\u7B26\u53F7","\u63D0\u53D6\u884C\u674E"],"\u{1F6C5}":["left luggage","baggage","locker","luggage","blue square","travel","\u7B26\u53F7","\u5BC4\u5B58\u884C\u674E"],"\u26A0\uFE0F":["warning sign","warning","!","yellow","orange","exclamation","wip","alert","error","problem","issue","\u8B66\u544A\u6807\u5FD7"],"\u{1F6B8}":["children crossing","child","crossing","pedestrian","traffic","school","warning","danger","sign","driving","yellow diamond","\u7B26\u53F7","\u5C0F\u5FC3\u513F\u7AE5"],"\u26D4":["no entry","entry","forbidden","no","not","prohibited","traffic","limit","security","privacy","bad","denied","stop","circle","\u7B26\u53F7","\u7981\u6B62\u8FDB\u5165"],"\u{1F6AB}":["no entry sign","prohibited","entry","forbidden","no","not","forbid","stop","limit","denied","disallow","circle","\u7B26\u53F7","\u7981\u6B62\u901A\u884C"],"\u{1F6B3}":["no bicycles","bicycle","bike","forbidden","no","prohibited","cyclist","circle","\u7B26\u53F7","\u7981\u884C\u81EA\u884C\u8F66"],"\u{1F6AD}":["no smoking symbol","no smoking","forbidden","no","not","prohibited","smoking","cigarette","blue square","smell","smoke","\u7B26\u53F7","\u7981\u6B62\u5438\u70DF"],"\u{1F6AF}":["do not litter symbol","do not litter","no littering","forbidden","litter","no","not","prohibited","trash","bin","garbage","circle","\u7B26\u53F7","\u7981\u6B62\u4E71\u4E22\u5783\u573E"],"\u{1F6B1}":["non potable water symbol","non potable water","non drinking","non potable","water","drink","faucet","tap","circle","\u7B26\u53F7","\u975E\u996E\u7528\u6C34"],"\u{1F6B7}":["no pedestrians","forbidden","no","not","pedestrian","prohibited","rules","crossing","walking","circle","\u7B26\u53F7","\u7981\u6B62\u884C\u4EBA\u901A\u884C"],"\u{1F4F5}":["no mobile phones","cell","forbidden","mobile","no","phone","iphone","mute","circle","\u7B26\u53F7","\u7981\u7528\u624B\u673A"],"\u{1F51E}":["no one under eighteen symbol","underage","no one under eighteen","18","age restriction","eighteen","prohibited","drink","pub","night","minor","circle","\u7B26\u53F7","\u672A\u6210\u5E74\u4EBA\u4E0D\u5B9C"],"\u2622\uFE0F":["radioactive","radioactive sign","sign","nuclear","danger","\u653E\u5C04\u6027\u7684"],"\u2623\uFE0F":["biohazard","biohazard sign","sign","danger","\u751F\u7269\u5371\u5BB3"],"\u2B06\uFE0F":["upwards black arrow","arrow up","up arrow","arrow","cardinal","direction","north","blue square","continue","top","\u5411\u4E0A\u9ED1\u8272\u7BAD\u5934"],"\u2197\uFE0F":["north east arrow","arrow upper right","up right arrow","arrow","direction","intercardinal","northeast","blue square","point","diagonal","\u4E1C\u5317\u7BAD\u5934"],"\u27A1\uFE0F":["black rightwards arrow","arrow right","right arrow","arrow","cardinal","direction","east","blue square","next","\u9ED1\u8272\u5411\u53F3\u7BAD\u5934"],"\u2198\uFE0F":["south east arrow","arrow lower right","down right arrow","arrow","direction","intercardinal","southeast","blue square","diagonal","\u4E1C\u5357\u7BAD\u5934"],"\u2B07\uFE0F":["downwards black arrow","arrow down","down arrow","arrow","cardinal","direction","down","south","blue square","bottom","\u5411\u4E0B\u9ED1\u8272\u7BAD\u5934"],"\u2199\uFE0F":["south west arrow","arrow lower left","down left arrow","arrow","direction","intercardinal","southwest","blue square","diagonal","\u897F\u5357\u7BAD\u5934"],"\u2B05\uFE0F":["leftwards black arrow","arrow left","left arrow","arrow","cardinal","direction","west","blue square","previous","back","\u5411\u5DE6\u9ED1\u8272\u7BAD\u5934"],"\u2196\uFE0F":["north west arrow","arrow upper left","up left arrow","arrow","direction","intercardinal","northwest","blue square","point","diagonal","\u897F\u5317\u7BAD\u5934"],"\u2195\uFE0F":["up down arrow","arrow up down","arrow","blue square","direction","way","vertical","\u5411\u4E0A\u5411\u4E0B\u7BAD\u5934"],"\u2194\uFE0F":["left right arrow","arrow","shape","direction","horizontal","sideways","\u5DE6\u53F3\u7BAD\u5934"],"\u21A9\uFE0F":["leftwards arrow with hook","right arrow curving left","arrow","back","return","blue square","undo","enter","\u9879\u76EE\u5B8C\u7ED3\uFF0C\u7CFB\u7EDF\u81EA\u52A8\u586B\u5145\u5185\u5BB9"],"\u21AA\uFE0F":["rightwards arrow with hook","arrow right hook","left arrow curving right","arrow","blue square","return","rotate","direction","\u9879\u76EE\u5B8C\u7ED3\uFF0C\u7CFB\u7EDF\u81EA\u52A8\u586B\u5145\u5185\u5BB9"],"\u2934\uFE0F":["arrow pointing rightwards then curving upwards","arrow heading up","right arrow curving up","arrow","blue square","direction","top","\u5411\u53F3\u7BAD\u5934\uFF0C\u7136\u540E\u5411\u4E0A\u5F2F\u66F2"],"\u2935\uFE0F":["arrow pointing rightwards then curving downwards","arrow heading down","right arrow curving down","arrow","down","blue square","direction","bottom","\u5411\u53F3\u7BAD\u5934\uFF0C\u7136\u540E\u5411\u4E0B\u5F2F\u66F2"],"\u{1F503}":["clockwise downwards and upwards open circle arrows","arrows clockwise","clockwise vertical arrows","arrow","clockwise","reload","sync","cycle","round","repeat","\u7B26\u53F7","\u987A\u65F6\u9488\u65B9\u5411"],"\u{1F504}":["anticlockwise downwards and upwards open circle arrows","arrows counterclockwise","counterclockwise arrows button","anticlockwise","arrow","counterclockwise","withershins","blue square","sync","cycle","\u7B26\u53F7","\u9006\u65F6\u9488"],"\u{1F519}":["back with leftwards arrow above","back","back arrow","arrow","words","return","\u7B26\u53F7","\u8FD4\u56DE"],"\u{1F51A}":["end with leftwards arrow above","end","end arrow","arrow","words","\u7B26\u53F7","\u7ED3\u675F"],"\u{1F51B}":["on with exclamation mark with left right arrow above","on","on! arrow","arrow","mark","on arrow","words","\u7B26\u53F7","ON","\u4E0A\u9762\u5E26\u6709\u5DE6\u53F3\u7BAD\u5934\u7684\u611F\u53F9\u53F7"],"\u{1F51C}":["soon with rightwards arrow above","soon","soon arrow","arrow","words","\u7B26\u53F7","\u9A6C\u4E0A"],"\u{1F51D}":["top with upwards arrow above","top","top arrow","arrow","up","words","blue square","\u7B26\u53F7","\u7F6E\u9876"],"\u{1F6D0}":["place of worship","religion","worship","church","temple","prayer","\u7B26\u53F7","\u7948\u7977"],"\u269B\uFE0F":["atom symbol","atheist","atom","science","physics","chemistry","\u539F\u5B50\u7B26\u53F7"],"\u{1F549}\uFE0F":["om","om symbol","hindu","religion","hinduism","buddhism","sikhism","jainism","OM \u7B26\u53F7"],"\u2721\uFE0F":["star of david","david","jew","jewish","religion","star","judaism","\u5927\u536B\u4E4B\u661F"],"\u2638\uFE0F":["wheel of dharma","buddhist","dharma","religion","wheel","hinduism","buddhism","sikhism","jainism","\u8FBE\u6469\u4E4B\u8F6E"],"\u262F\uFE0F":["yin yang","religion","tao","taoist","yang","yin","balance","\u9634\u9633"],"\u271D\uFE0F":["latin cross","christian","cross","religion","christianity","\u62C9\u4E01\u5341\u5B57\u67B6"],"\u2626\uFE0F":["orthodox cross","christian","cross","religion","suppedaneum","\u4E1C\u6B63\u6559\u5341\u5B57\u67B6"],"\u262A\uFE0F":["star and crescent","islam","muslim","religion","\u661F\u6708"],"\u262E\uFE0F":["peace symbol","peace","hippie","\u548C\u5E73\u8C61\u5F81"],"\u{1F54E}":["menorah with nine branches","menorah","candelabrum","candlestick","religion","hanukkah","candles","jewish","\u7B26\u53F7","\u72B9\u592A\u70DB\u53F0"],"\u{1F52F}":["six pointed star with middle dot","six pointed star","dotted six pointed star","fortune","star","purple square","religion","jewish","hexagram","\u7B26\u53F7","\u516D\u8292\u661F\u52A0\u5706\u70B9"],"\u2648":["aries","ram","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u7261\u7F8A\u5EA7"],"\u2649":["taurus","bull","ox","zodiac","purple square","sign","astrology","\u7B26\u53F7","\u91D1\u725B\u5EA7"],"\u264A":["gemini","twins","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u53CC\u5B50\u5EA7"],"\u264B":["cancer","crab","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u5DE8\u87F9\u5EA7"],"\u264C":["leo","lion","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u72EE\u5B50\u5EA7"],"\u264D":["virgo","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u5904\u5973\u5EA7"],"\u264E":["libra","balance","justice","scales","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u5929\u79E4\u5EA7"],"\u264F":["scorpius","scorpio","scorpion","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u5929\u874E\u5EA7"],"\u2650":["sagittarius","archer","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u5C04\u624B\u5EA7"],"\u2651":["capricorn","goat","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u6469\u7FAF\u5EA7"],"\u2652":["aquarius","bearer","water","zodiac","sign","purple square","astrology","\u7B26\u53F7","\u6C34\u74F6\u5EA7"],"\u2653":["pisces","fish","zodiac","purple square","sign","astrology","\u7B26\u53F7","\u53CC\u9C7C\u5EA7"],"\u26CE":["ophiuchus","bearer","serpent","snake","zodiac","sign","purple square","constellation","astrology","\u7B26\u53F7","\u86C7\u592B\u5EA7"],"\u{1F500}":["twisted rightwards arrows","shuffle tracks button","arrow","crossed","blue square","shuffle","music","random","\u7B26\u53F7","\u968F\u673A\u64AD\u653E"],"\u{1F501}":["clockwise rightwards and leftwards open circle arrows","repeat","repeat button","arrow","clockwise","loop","record","\u7B26\u53F7","\u91CD\u590D\u64AD\u653E"],"\u{1F502}":["clockwise rightwards and leftwards open circle arrows with circled one overlay","repeat one","repeat single button","arrow","clockwise","once","blue square","loop","\u7B26\u53F7","\u91CD\u590D\u76EE\u524D\u5355\u66F2"],"\u25B6\uFE0F":["black right pointing triangle","arrow forward","play button","arrow","play","right","triangle","blue square","direction","\u9ED1\u8272\u76F4\u89D2\u4E09\u89D2\u5F62"],"\u23E9":["black right pointing double triangle","fast forward","fast forward button","arrow","double","fast","forward","blue square","play","speed","continue","\u7B26\u53F7","\u5411\u524D\u5FEB\u8F6C"],"\u23ED\uFE0F":["next track button","black right pointing double triangle with vertical bar","arrow","next scene","next track","triangle","forward","next","blue square","\u4E0B\u4E00\u4E2A\u8F68\u9053\u6309\u94AE"],"\u23EF\uFE0F":["play or pause button","black right pointing triangle with double vertical bar","arrow","pause","play","right","triangle","blue square","\u64AD\u653E\u6216\u6682\u505C\u6309\u94AE"],"\u25C0\uFE0F":["black left pointing triangle","arrow backward","reverse button","arrow","left","reverse","triangle","blue square","direction","\u9ED1\u8272\u5DE6\u6307\u5411\u4E09\u89D2\u5F62"],"\u23EA":["black left pointing double triangle","rewind","fast reverse button","arrow","double","play","blue square","\u7B26\u53F7","\u5411\u540E\u5FEB\u8F6C"],"\u23EE\uFE0F":["last track button","black left pointing double triangle with vertical bar","arrow","previous scene","previous track","triangle","backward","\u6700\u540E\u4E00\u4E2A\u8F68\u9053\u6309\u94AE"],"\u{1F53C}":["up pointing small red triangle","arrow up small","upwards button","arrow","button","red","blue square","triangle","direction","point","forward","top","\u7B26\u53F7","\u5411\u4E0A"],"\u23EB":["black up pointing double triangle","arrow double up","fast up button","arrow","double","blue square","direction","top","\u7B26\u53F7","\u5FEB\u901F\u5411\u4E0A"],"\u{1F53D}":["down pointing small red triangle","arrow down small","downwards button","arrow","button","down","red","blue square","direction","bottom","\u7B26\u53F7","\u5411\u4E0B"],"\u23EC":["black down pointing double triangle","arrow double down","fast down button","arrow","double","down","blue square","direction","bottom","\u7B26\u53F7","\u5FEB\u901F\u5411\u4E0B"],"\u23F8\uFE0F":["pause button","double vertical bar","bar","double","pause","vertical","blue square","\u6682\u505C\u6309\u94AE"],"\u23F9\uFE0F":["stop button","black square for stop","square","stop","blue square","\u505C\u6B62\u6309\u94AE"],"\u23FA\uFE0F":["record button","black circle for record","circle","record","blue square","\u5F55\u5236\u6309\u94AE"],"\u23CF\uFE0F":["eject button","eject","blue square","\u5F39\u51FA\u6309\u94AE"],"\u{1F3A6}":["cinema","camera","film","movie","blue square","record","curtain","stage","theater","\u7B26\u53F7","\u7535\u5F71\u9662"],"\u{1F505}":["low brightness symbol","low brightness","dim button","brightness","dim","low","sun","afternoon","warm","summer","\u7B26\u53F7","\u4F4E\u4EAE\u5EA6"],"\u{1F506}":["high brightness symbol","high brightness","bright button","bright","brightness","sun","light","\u7B26\u53F7","\u9AD8\u4EAE\u5EA6"],"\u{1F4F6}":["antenna with bars","signal strength","antenna bars","antenna","bar","cell","mobile","phone","blue square","reception","internet","connection","wifi","bluetooth","bars","\u7B26\u53F7","\u8BAF\u53F7\u5F3A\u5F31"],"\u{1F4F3}":["vibration mode","cell","mobile","mode","phone","telephone","vibration","orange square","\u7B26\u53F7","\u9707\u52A8\u6A21\u5F0F"],"\u{1F4F4}":["mobile phone off","cell","mobile","off","phone","telephone","mute","orange square","silence","quiet","\u7B26\u53F7","\u624B\u673A\u5173\u673A"],"\u2640\uFE0F":["female sign","woman","\u5973\u6027"],"\u2642\uFE0F":["male sign","man","\u7537\u6027"],"\u26A7\uFE0F":["transgender symbol","transgender","lgbtq","\u8DE8\u6027\u522B"],"\u2716\uFE0F":["heavy multiplication x","multiply","cancel","multiplication","sign","x","\xD7","multiplication sign","math","calculation","\u7740\u91CD\u7684\u4E58\u6CD5\u7B26\u53F7"],"\u2795":["heavy plus sign","plus","+","math","sign","plus sign","calculation","addition","more","increase","\u7B26\u53F7","\u52A0"],"\u2796":["heavy minus sign","minus","-","math","sign","\u2212","minus sign","calculation","subtract","less","\u7B26\u53F7","\u51CF"],"\u2797":["heavy division sign","divide","division","math","sign","\xF7","division sign","calculation","\u7B26\u53F7","\u9664"],"\u267E\uFE0F":["infinity","forever","unbounded","universal","\u65E0\u7A77"],"\u203C\uFE0F":["double exclamation mark","bangbang","!","!!","exclamation","mark","surprise","\u53CC\u611F\u53F9\u53F7"],"\u2049\uFE0F":["exclamation question mark","interrobang","!","!?","?","exclamation","mark","punctuation","question","wat","surprise","\u611F\u53F9\u95EE\u53F7"],"\u2753":["black question mark ornament","question","red question mark","?","mark","punctuation","question mark","doubt","confused","\u7B26\u53F7","\u7EA2\u8272\u95EE\u53F7"],"\u2754":["white question mark ornament","grey question","white question mark","?","mark","outlined","punctuation","question","doubts","gray","huh","confused","\u7B26\u53F7","\u767D\u8272\u95EE\u53F7"],"\u2755":["white exclamation mark ornament","grey exclamation","white exclamation mark","!","exclamation","mark","outlined","punctuation","surprise","gray","wow","warning","\u7B26\u53F7","\u767D\u8272\u60CA\u53F9\u53F7"],"\u2757":["heavy exclamation mark symbol","exclamation","heavy exclamation mark","red exclamation mark","!","mark","punctuation","exclamation mark","danger","surprise","wow","warning","\u7B26\u53F7","\u7EA2\u8272\u60CA\u53F9\u53F7"],"\u3030\uFE0F":["wavy dash","dash","punctuation","wavy","draw","line","moustache","mustache","squiggle","scribble","\u6CE2\u6D6A\u7834\u6298\u53F7"],"\u{1F4B1}":["currency exchange","bank","currency","exchange","money","sales","dollar","travel","\u7B26\u53F7","\u8D27\u5E01\u5151\u6362"],"\u{1F4B2}":["heavy dollar sign","currency","dollar","money","sales","payment","buck","\u7B26\u53F7","\u8D27\u5E01\u7B26\u53F7"],"\u2695\uFE0F":["medical symbol","staff of aesculapius","aesculapius","medicine","staff","\u533B\u7597\u7B26\u53F7"],"\u267B\uFE0F":["black universal recycling symbol","recycle","recycling symbol","arrow","environment","garbage","trash","\u9ED1\u8272\u901A\u7528\u56DE\u6536\u6807\u5FD7"],"\u269C\uFE0F":["fleur de lis","decorative","scout","\u767E\u5408\u82B1"],"\u{1F531}":["trident emblem","trident","anchor","emblem","ship","tool","weapon","spear","\u7B26\u53F7","\u4E09\u53C9\u621F"],"\u{1F4DB}":["name badge","badge","name","fire","forbid","\u7B26\u53F7","\u540D\u724C"],"\u{1F530}":["japanese symbol for beginner","beginner","chevron","japanese","leaf","badge","shield","\u7B26\u53F7","\u65E5\u672C\u521D\u5B66\u8005\u7B26\u53F7"],"\u2B55":["heavy large circle","o","hollow red circle","circle","large","red","round","\u7B26\u53F7","\u5706\u5708"],"\u2705":["white heavy check mark","white check mark","check mark button","button","check","mark","\u2713","green square","ok","agree","vote","election","answer","tick","\u7B26\u53F7","\u767D\u8272\u52FE\u52FE"],"\u2611\uFE0F":["ballot box with check","check box with check","box","check","\u2713","ok","agree","confirm","black square","vote","election","yes","tick","\u9009\u4E2D\u7684\u590D\u9009\u6846"],"\u2714\uFE0F":["heavy check mark","check mark","check","mark","\u2713","ok","nike","answer","yes","tick","\u9ED1\u8272\u590D\u9009\u6807\u8BB0"],"\u274C":["x","cross mark","cancel","cross","mark","multiplication","multiply","\xD7","no","delete","remove","red","\u7B26\u53F7","\u53C9"],"\u274E":["negative squared cross mark","cross mark button","mark","square","x","\xD7","green square","no","deny","\u7B26\u53F7","\u53C9\u53C9"],"\u27B0":["curly loop","curl","loop","scribble","draw","shape","squiggle","\u7B26\u53F7","\u65E5\u672C\u5355\u73AF\u6807\u5FD7"],"\u27BF":["double curly loop","loop","curl","double","tape","cassette","\u7B26\u53F7","\u65E5\u672C\u514D\u8D39\u7535\u8BDD\u6807\u5FD7"],"\u303D\uFE0F":["part alternation mark","mark","part","graph","presentation","stats","business","economics","bad","\u90E8\u5206\u4EA4\u66FF\u6807\u8BB0"],"\u2733\uFE0F":["eight spoked asterisk","*","asterisk","star","sparkle","green square","\u516B\u8F90\u661F\u53F7"],"\u2734\uFE0F":["eight pointed black star","eight pointed star","*","star","orange square","shape","polygon","\u516B\u89D2\u9ED1\u661F"],"\u2747\uFE0F":["sparkle","*","stars","green square","awesome","good","fireworks","\u95EA\u70C1"],"\xA9\uFE0F":["copyright sign","copyright","c","ip","license","circle","law","legal","\u7248\u6743\u6807\u5FD7"],"\xAE\uFE0F":["registered sign","registered","r","alphabet","circle","\u6CE8\u518C\u6807\u5FD7"],"\u2122\uFE0F":["trade mark sign","tm","trade mark","mark","trademark","brand","law","legal","\u5546\u6807\u6807\u5FD7"],"#\uFE0F\u20E3":["hash key","hash","keycap: #","keycap","symbol","blue square","twitter","\u7B26\u53F7","\u6309\u952E","#"],"*\uFE0F\u20E3":["keycap: *","keycap star","keycap","star","\u7B26\u53F7","\u952E\u5E3D\uFF1A*"],"0\uFE0F\u20E3":["keycap 0","zero","keycap: 0","keycap","0","numbers","blue square","null","\u7B26\u53F7","\u952E\u5E3D\uFF1A0"],"1\uFE0F\u20E3":["keycap 1","one","keycap: 1","keycap","blue square","numbers","1","\u7B26\u53F7","\u952E\u5E3D\uFF1A1"],"2\uFE0F\u20E3":["keycap 2","two","keycap: 2","keycap","numbers","2","prime","blue square","\u7B26\u53F7","\u952E\u5E3D\uFF1A2"],"3\uFE0F\u20E3":["keycap 3","three","keycap: 3","keycap","3","numbers","prime","blue square","\u7B26\u53F7","\u952E\u5E3D\uFF1A3"],"4\uFE0F\u20E3":["keycap 4","four","keycap: 4","keycap","4","numbers","blue square","\u7B26\u53F7","\u952E\u5E3D\uFF1A4"],"5\uFE0F\u20E3":["keycap 5","five","keycap: 5","keycap","5","numbers","blue square","prime","\u7B26\u53F7","\u952E\u5E3D\uFF1A5"],"6\uFE0F\u20E3":["keycap 6","six","keycap: 6","keycap","6","numbers","blue square","\u7B26\u53F7","\u952E\u5E3D\uFF1A6"],"7\uFE0F\u20E3":["keycap 7","seven","keycap: 7","keycap","7","numbers","blue square","prime","\u7B26\u53F7","\u952E\u5E3D\uFF1A7"],"8\uFE0F\u20E3":["keycap 8","eight","keycap: 8","keycap","8","blue square","numbers","\u7B26\u53F7","\u952E\u5E3D\uFF1A8"],"9\uFE0F\u20E3":["keycap 9","nine","keycap: 9","keycap","blue square","numbers","9","\u7B26\u53F7","\u952E\u5E3D\uFF1A9"],"\u{1F51F}":["keycap ten","keycap: 10","keycap","keycap 10","numbers","10","blue square","\u7B26\u53F7","\u6309\u952E","10"],"\u{1F520}":["input symbol for latin capital letters","capital abcd","input latin uppercase","abcd","input","latin","letters","uppercase","alphabet","words","blue square","\u7B26\u53F7","\u5927\u5199\u5B57\u6BCD\u952E"],"\u{1F521}":["input symbol for latin small letters","abcd","input latin lowercase","input","latin","letters","lowercase","blue square","alphabet","\u7B26\u53F7","\u5C0F\u5199\u5B57\u6BCD\u952E"],"\u{1F522}":["input symbol for numbers","1234","input numbers","input","numbers","blue square","\u7B26\u53F7","\u6570\u5B57\u952E"],"\u{1F523}":["input symbol for symbols","symbols","input symbols","input","\u3012\u266A&%","blue square","music","note","ampersand","percent","glyphs","characters","\u7B26\u53F7","\u7B26\u53F7\u952E"],"\u{1F524}":["input symbol for latin letters","abc","input latin letters","alphabet","input","latin","letters","blue square","\u7B26\u53F7","\u62C9\u4E01\u5B57\u6BCD\u952E"],"\u{1F170}\uFE0F":["negative squared latin capital letter a","a","a button (blood type)","blood type","a button","red square","alphabet","letter","A"],"\u{1F18E}":["negative squared ab","ab","ab button (blood type)","blood type","ab button","red square","alphabet","\u7B26\u53F7","AB\u578B"],"\u{1F171}\uFE0F":["negative squared latin capital letter b","b","b button (blood type)","blood type","b button","red square","alphabet","letter","B"],"\u{1F191}":["squared cl","cl","cl button","alphabet","words","red square","\u7B26\u53F7","CL"],"\u{1F192}":["squared cool","cool","cool button","words","blue square","\u7B26\u53F7","\u9177"],"\u{1F193}":["squared free","free","free button","blue square","words","\u7B26\u53F7","\u514D\u8D39"],"\u2139\uFE0F":["information source","information","i","blue square","alphabet","letter","i"],"\u{1F194}":["squared id","id","id button","identity","purple square","words","\u7B26\u53F7","\u8EAB\u5206"],"\u24C2\uFE0F":["circled latin capital letter m","m","circled m","circle","alphabet","blue circle","letter","M"],"\u{1F195}":["squared new","new","new button","blue square","words","start","\u7B26\u53F7","\u65B0"],"\u{1F196}":["squared ng","ng","ng button","blue square","words","shape","icon","\u7B26\u53F7","NG"],"\u{1F17E}\uFE0F":["negative squared latin capital letter o","o2","o button (blood type)","blood type","o","o button","alphabet","red square","letter","O"],"\u{1F197}":["squared ok","ok","ok button","good","agree","yes","blue square","\u7B26\u53F7","\u597D\u7684"],"\u{1F17F}\uFE0F":["negative squared latin capital letter p","parking","p button","cars","blue square","alphabet","letter","P"],"\u{1F198}":["squared sos","sos","sos button","help","red square","words","emergency","911","\u7B26\u53F7","\u6551\u547D"],"\u{1F199}":["squared up with exclamation mark","up","up! button","mark","up button","blue square","above","high","\u7B26\u53F7","UP"],"\u{1F19A}":["squared vs","vs","vs button","versus","words","orange square","\u7B26\u53F7","\u5BF9\u6218"],"\u{1F201}":["squared katakana koko","koko","japanese \u201Chere\u201D button","japanese","katakana","\u201Chere\u201D","\u30B3\u30B3","japanese here button","blue square","here","destination","\u7B26\u53F7","\u65E5\u6587KOKO"],"\u{1F202}\uFE0F":["squared katakana sa","sa","japanese \u201Cservice charge\u201D button","japanese","katakana","\u201Cservice charge\u201D","japanese service charge button","blue square","\u30B5"],"\u{1F237}\uFE0F":["squared cjk unified ideograph-6708","u6708","japanese \u201Cmonthly amount\u201D button","ideograph","japanese","\u201Cmonthly amount\u201D","\u6708","japanese monthly amount button","chinese","month","moon","orange square","kanji","\u6708"],"\u{1F236}":["squared cjk unified ideograph-6709","u6709","japanese \u201Cnot free of charge\u201D button","ideograph","japanese","\u201Cnot free of charge\u201D","\u6709","japanese not free of charge button","orange square","chinese","have","kanji","\u7B26\u53F7","\u6709"],"\u{1F22F}":["squared cjk unified ideograph-6307","u6307","japanese \u201Creserved\u201D button","ideograph","japanese","\u201Creserved\u201D","\u6307","japanese reserved button","chinese","point","green square","kanji","\u7B26\u53F7","\u6307"],"\u{1F250}":["circled ideograph advantage","ideograph advantage","japanese \u201Cbargain\u201D button","ideograph","japanese","\u201Cbargain\u201D","\u5F97","japanese bargain button","chinese","kanji","obtain","get","circle","\u7B26\u53F7","\u5F97"],"\u{1F239}":["squared cjk unified ideograph-5272","u5272","japanese \u201Cdiscount\u201D button","ideograph","japanese","\u201Cdiscount\u201D","\u5272","japanese discount button","cut","divide","chinese","kanji","pink square","\u7B26\u53F7","\u5272"],"\u{1F21A}":["squared cjk unified ideograph-7121","u7121","japanese \u201Cfree of charge\u201D button","ideograph","japanese","\u201Cfree of charge\u201D","\u7121","japanese free of charge button","nothing","chinese","kanji","orange square","\u7B26\u53F7","\u65E0"],"\u{1F232}":["squared cjk unified ideograph-7981","u7981","japanese \u201Cprohibited\u201D button","ideograph","japanese","\u201Cprohibited\u201D","\u7981","japanese prohibited button","kanji","chinese","forbidden","limit","restricted","red square","\u7B26\u53F7","\u7981"],"\u{1F251}":["circled ideograph accept","accept","japanese \u201Cacceptable\u201D button","ideograph","japanese","\u201Cacceptable\u201D","\u53EF","japanese acceptable button","ok","good","chinese","kanji","agree","yes","orange circle","\u7B26\u53F7","\u53EF"],"\u{1F238}":["squared cjk unified ideograph-7533","u7533","japanese \u201Capplication\u201D button","ideograph","japanese","\u201Capplication\u201D","\u7533","japanese application button","chinese","kanji","orange square","\u7B26\u53F7","\u7533"],"\u{1F234}":["squared cjk unified ideograph-5408","u5408","japanese \u201Cpassing grade\u201D button","ideograph","japanese","\u201Cpassing grade\u201D","\u5408","japanese passing grade button","chinese","join","kanji","red square","\u7B26\u53F7","\u5408"],"\u{1F233}":["squared cjk unified ideograph-7a7a","u7a7a","japanese \u201Cvacancy\u201D button","ideograph","japanese","\u201Cvacancy\u201D","\u7A7A","japanese vacancy button","kanji","chinese","empty","sky","blue square","\u7B26\u53F7","\u7A7A\u7684"],"\u3297\uFE0F":["circled ideograph congratulation","congratulations","japanese \u201Ccongratulations\u201D button","ideograph","japanese","\u201Ccongratulations\u201D","\u795D","japanese congratulations button","chinese","kanji","red circle","\u795D"],"\u3299\uFE0F":["circled ideograph secret","secret","japanese \u201Csecret\u201D button","ideograph","japanese","\u201Csecret\u201D","\u79D8","japanese secret button","privacy","chinese","sshh","kanji","red circle","\u79D8"],"\u{1F23A}":["squared cjk unified ideograph-55b6","u55b6","japanese \u201Copen for business\u201D button","ideograph","japanese","\u201Copen for business\u201D","\u55B6","japanese open for business button","opening hours","orange square","\u7B26\u53F7","\u8425"],"\u{1F235}":["squared cjk unified ideograph-6e80","u6e80","japanese \u201Cno vacancy\u201D button","ideograph","japanese","\u201Cno vacancy\u201D","\u6E80","japanese no vacancy button","full","chinese","red square","kanji","\u7B26\u53F7","\u6EE1"],"\u{1F534}":["large red circle","red circle","circle","geometric","red","shape","error","danger","\u7B26\u53F7","\u5927\u7EA2\u8272\u5706\u5F62"],"\u{1F7E0}":["large orange circle","orange circle","circle","orange","\u7B26\u53F7","\u6A58\u8272\u5706\u5F62"],"\u{1F7E1}":["large yellow circle","yellow circle","circle","yellow","\u7B26\u53F7","\u9EC4\u8272\u5706\u5F62"],"\u{1F7E2}":["large green circle","green circle","circle","green","\u7B26\u53F7","\u7EFF\u8272\u5706\u5F62"],"\u{1F535}":["large blue circle","blue circle","blue","circle","geometric","shape","icon","button","\u7B26\u53F7","\u5927\u84DD\u8272\u5706\u5F62"],"\u{1F7E3}":["large purple circle","purple circle","circle","purple","\u7B26\u53F7","\u7D2B\u8272\u5706\u5F62"],"\u{1F7E4}":["large brown circle","brown circle","brown","circle","\u7B26\u53F7","\u8910\u8272\u5706\u5F62"],"\u26AB":["medium black circle","black circle","circle","geometric","shape","button","round","\u7B26\u53F7","\u9ED1\u8272\u5706\u5F62"],"\u26AA":["medium white circle","white circle","circle","geometric","shape","round","\u7B26\u53F7","\u767D\u8272\u5706\u5F62"],"\u{1F7E5}":["large red square","red square","red","square","\u7B26\u53F7","\u7EA2\u8272\u65B9\u5F62"],"\u{1F7E7}":["large orange square","orange square","orange","square","\u7B26\u53F7","\u6A58\u8272\u65B9\u5F62"],"\u{1F7E8}":["large yellow square","yellow square","square","yellow","\u7B26\u53F7","\u9EC4\u8272\u65B9\u5F62"],"\u{1F7E9}":["large green square","green square","green","square","\u7B26\u53F7","\u7EFF\u8272\u65B9\u5F62"],"\u{1F7E6}":["large blue square","blue square","blue","square","\u7B26\u53F7","\u84DD\u8272\u65B9\u5F62"],"\u{1F7EA}":["large purple square","purple square","purple","square","\u7B26\u53F7","\u7D2B\u8272\u65B9\u5F62"],"\u{1F7EB}":["large brown square","brown square","brown","square","\u7B26\u53F7","\u8910\u8272\u65B9\u5F62"],"\u2B1B":["black large square","geometric","square","shape","icon","button","\u7B26\u53F7","\u9ED1\u8272\u5927\u65B9\u5757"],"\u2B1C":["white large square","geometric","square","shape","icon","stone","button","\u7B26\u53F7","\u767D\u8272\u5927\u65B9\u5757"],"\u25FC\uFE0F":["black medium square","geometric","square","shape","button","icon","\u9ED1\u8272\u4E2D\u578B\u65B9\u5757"],"\u25FB\uFE0F":["white medium square","geometric","square","shape","stone","icon","\u767D\u8272\u4E2D\u578B\u65B9\u5757"],"\u25FE":["black medium small square","geometric","square","icon","shape","button","\u7B26\u53F7","\u9ED1\u8272\u4E2D\u5C0F\u578B\u65B9\u5757"],"\u25FD":["white medium small square","geometric","square","shape","stone","icon","button","\u7B26\u53F7","\u767D\u8272\u4E2D\u5C0F\u578B\u65B9\u5757"],"\u25AA\uFE0F":["black small square","geometric","square","shape","icon","\u9ED1\u8272\u5C0F\u56DB\u65B9\u5F62"],"\u25AB\uFE0F":["white small square","geometric","square","shape","icon","\u767D\u8272\u5C0F\u56DB\u65B9\u5F62"],"\u{1F536}":["large orange diamond","diamond","geometric","orange","shape","jewel","gem","\u7B26\u53F7","\u5927\u6A59\u8272\u83F1\u5F62"],"\u{1F537}":["large blue diamond","blue","diamond","geometric","shape","jewel","gem","\u7B26\u53F7","\u5927\u84DD\u8272\u83F1\u5F62"],"\u{1F538}":["small orange diamond","diamond","geometric","orange","shape","jewel","gem","\u7B26\u53F7","\u5C0F\u6A59\u8272\u83F1\u5F62"],"\u{1F539}":["small blue diamond","blue","diamond","geometric","shape","jewel","gem","\u7B26\u53F7","\u5C0F\u84DD\u8272\u83F1\u5F62"],"\u{1F53A}":["up pointing red triangle","small red triangle","red triangle pointed up","geometric","red","shape","direction","up","top","\u7B26\u53F7","\u5411\u4E0A\u7EA2\u8272\u4E09\u89D2"],"\u{1F53B}":["down pointing red triangle","small red triangle down","red triangle pointed down","down","geometric","red","shape","direction","bottom","\u7B26\u53F7","\u5411\u4E0B\u7EA2\u8272\u4E09\u89D2"],"\u{1F4A0}":["diamond shape with a dot inside","diamond with a dot","comic","diamond","geometric","inside","jewel","blue","gem","crystal","fancy","\u7B26\u53F7","\u83F1\u5F62\u52A0\u5706\u70B9"],"\u{1F518}":["radio button","button","geometric","radio","input","old","music","circle","\u7B26\u53F7","\u6309\u94AE"],"\u{1F533}":["white square button","button","geometric","outlined","square","shape","input","\u7B26\u53F7","\u767D\u8272\u65B9\u6309\u94AE"],"\u{1F532}":["black square button","button","geometric","square","shape","input","frame","\u7B26\u53F7","\u9ED1\u8272\u65B9\u6309\u94AE"],"\u{1F3C1}":["chequered flag","checkered flag","checkered","chequered","racing","contest","finishline","race","gokart","\u65D7\u5E1C","\u7EC8\u70B9\u65D7"],"\u{1F6A9}":["triangular flag on post","triangular flag","post","mark","milestone","place","\u65D7\u5E1C","\u4E09\u89D2\u65D7"],"\u{1F38C}":["crossed flags","celebration","cross","crossed","japanese","nation","country","border","\u65D7\u5E1C","\u7EAA\u5FF5\u65E5"],"\u{1F3F4}":["waving black flag","black flag","waving","pirate","\u65D7\u5E1C","\u9ED1\u65D7"],"\u{1F3F3}\uFE0F":["white flag","waving white flag","waving","losing","loser","lost","surrender","give up","fail","\u767D\u65D7"],"\u{1F3F3}\uFE0F\u200D\u{1F308}":["rainbow flag","pride","rainbow","flag","gay","lgbt","glbt","queer","homosexual","lesbian","bisexual","transgender","\u65D7\u5E1C","\u5F69\u8679\u65D7"],"\u{1F3F3}\uFE0F\u200D\u26A7\uFE0F":["transgender flag","flag","light blue","pink","transgender","white","lgbtq","\u65D7\u5E1C","\u8DE8\u6027\u522B\u65D7"],"\u{1F3F4}\u200D\u2620\uFE0F":["pirate flag","jolly roger","pirate","plunder","treasure","skull","crossbones","flag","banner","\u65D7\u5E1C","\u6D77\u76D7\u65D7"],"\u{1F1E6}\u{1F1E8}":["ascension island flag","flag ac","flag: ascension island","ac","flag","flag ascension island","\u65D7\u5E1C","\u65D7\u5B50","\u963F\u68EE\u677E\u5C9B"],"\u{1F1E6}\u{1F1E9}":["andorra flag","flag ad","flag: andorra","ad","flag","flag andorra","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5B89\u9053\u5C14"],"\u{1F1E6}\u{1F1EA}":["united arab emirates flag","flag ae","flag: united arab emirates","ae","flag","flag united arab emirates","united","arab","emirates","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u963F\u62C9\u4F2F\u8054\u5408\u5927\u516C\u56FD"],"\u{1F1E6}\u{1F1EB}":["afghanistan flag","flag af","flag: afghanistan","af","flag","flag afghanistan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u963F\u5BCC\u6C57"],"\u{1F1E6}\u{1F1EC}":["antigua & barbuda flag","flag ag","flag: antigua & barbuda","ag","flag","flag antigua barbuda","antigua","barbuda","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5B89\u5730\u5361\u53CA\u5DF4\u5E03\u8FBE"],"\u{1F1E6}\u{1F1EE}":["anguilla flag","flag ai","flag: anguilla","ai","flag","flag anguilla","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5B89\u594E\u62C9"],"\u{1F1E6}\u{1F1F1}":["albania flag","flag al","flag: albania","al","flag","flag albania","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u963F\u5C14\u5DF4\u5C3C\u4E9A"],"\u{1F1E6}\u{1F1F2}":["armenia flag","flag am","flag: armenia","am","flag","flag armenia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E9A\u7F8E\u5C3C\u4E9A"],"\u{1F1E6}\u{1F1F4}":["angola flag","flag ao","flag: angola","ao","flag","flag angola","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5B89\u54E5\u62C9"],"\u{1F1E6}\u{1F1F6}":["antarctica flag","flag aq","flag: antarctica","aq","flag","flag antarctica","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5357\u6781\u6D32"],"\u{1F1E6}\u{1F1F7}":["argentina flag","flag ar","flag: argentina","ar","flag","flag argentina","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u963F\u6839\u5EF7"],"\u{1F1E6}\u{1F1F8}":["american samoa flag","flag as","flag: american samoa","as","flag","flag american samoa","american","ws","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7F8E\u5C5E\u8428\u6469\u4E9A"],"\u{1F1E6}\u{1F1F9}":["austria flag","flag at","flag: austria","at","flag","flag austria","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5965\u5730\u5229"],"\u{1F1E6}\u{1F1FA}":["australia flag","flag au","flag: australia","au","flag","flag australia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6FB3\u6D32"],"\u{1F1E6}\u{1F1FC}":["aruba flag","flag aw","flag: aruba","aw","flag","flag aruba","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8377\u5C5E\u963F\u9C81\u5DF4"],"\u{1F1E6}\u{1F1FD}":["\xE5land islands flag","flag ax","flag: \xE5land islands","ax","flag","flag aland islands","\xE5land","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5965\u5170\u7FA4\u5C9B"],"\u{1F1E6}\u{1F1FF}":["azerbaijan flag","flag az","flag: azerbaijan","az","flag","flag azerbaijan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E9A\u585E\u62DC\u7136"],"\u{1F1E7}\u{1F1E6}":["bosnia & herzegovina flag","flag ba","flag: bosnia & herzegovina","ba","flag","flag bosnia herzegovina","bosnia","herzegovina","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CE2\u58EB\u5C3C\u4E9A\u4E0E\u8D6B\u585E\u54E5\u7EF4\u7EB3"],"\u{1F1E7}\u{1F1E7}":["barbados flag","flag bb","flag: barbados","bb","flag","flag barbados","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u8D1D\u591A"],"\u{1F1E7}\u{1F1E9}":["bangladesh flag","flag bd","flag: bangladesh","bd","flag","flag bangladesh","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5B5F\u52A0\u62C9"],"\u{1F1E7}\u{1F1EA}":["belgium flag","flag be","flag: belgium","be","flag","flag belgium","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6BD4\u5229\u65F6"],"\u{1F1E7}\u{1F1EB}":["burkina faso flag","flag bf","flag: burkina faso","bf","flag","flag burkina faso","burkina","faso","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5E03\u5409\u7EB3\u6CD5\u7D22"],"\u{1F1E7}\u{1F1EC}":["bulgaria flag","flag bg","flag: bulgaria","bg","flag","flag bulgaria","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4FDD\u52A0\u5229\u4E9A"],"\u{1F1E7}\u{1F1ED}":["bahrain flag","flag bh","flag: bahrain","bh","flag","flag bahrain","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u6797"],"\u{1F1E7}\u{1F1EE}":["burundi flag","flag bi","flag: burundi","bi","flag","flag burundi","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u84B2\u9686\u5730"],"\u{1F1E7}\u{1F1EF}":["benin flag","flag bj","flag: benin","bj","flag","flag benin","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8D1D\u5357"],"\u{1F1E7}\u{1F1F1}":["st. barth\xE9lemy flag","flag bl","flag: st. barth\xE9lemy","bl","flag","flag st barthelemy","saint","barth\xE9lemy","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u5DF4\u745F\u7C73"],"\u{1F1E7}\u{1F1F2}":["bermuda flag","flag bm","flag: bermuda","bm","flag","flag bermuda","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u767E\u6155\u8FBE"],"\u{1F1E7}\u{1F1F3}":["brunei flag","flag bn","flag: brunei","bn","flag","flag brunei","darussalam","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6C76\u83B1"],"\u{1F1E7}\u{1F1F4}":["bolivia flag","flag bo","flag: bolivia","bo","flag","flag bolivia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u73BB\u5229\u7EF4\u4E9A"],"\u{1F1E7}\u{1F1F6}":["caribbean netherlands flag","flag bq","flag: caribbean netherlands","bq","flag","flag caribbean netherlands","bonaire","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8377\u5170\u52A0\u52D2\u6BD4\u533A"],"\u{1F1E7}\u{1F1F7}":["brazil flag","flag br","flag: brazil","br","flag","flag brazil","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u897F"],"\u{1F1E7}\u{1F1F8}":["bahamas flag","flag bs","flag: bahamas","bs","flag","flag bahamas","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u54C8\u9A6C"],"\u{1F1E7}\u{1F1F9}":["bhutan flag","flag bt","flag: bhutan","bt","flag","flag bhutan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E0D\u4E39"],"\u{1F1E7}\u{1F1FB}":["bouvet island flag","flag bv","flag: bouvet island","bv","flag","flag bouvet island","\u65D7\u5E1C","\u65D7\u5B50","\u5E03\u5A01\u5C9B"],"\u{1F1E7}\u{1F1FC}":["botswana flag","flag bw","flag: botswana","bw","flag","flag botswana","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CE2\u672D\u90A3"],"\u{1F1E7}\u{1F1FE}":["belarus flag","flag by","flag: belarus","by","flag","flag belarus","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u767D\u4FC4\u7F57\u65AF"],"\u{1F1E7}\u{1F1FF}":["belize flag","flag bz","flag: belize","bz","flag","flag belize","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8D1D\u91CC\u65AF"],"\u{1F1E8}\u{1F1E6}":["canada flag","flag ca","flag: canada","ca","flag","flag canada","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u52A0\u62FF\u5927"],"\u{1F1E8}\u{1F1E8}":["cocos (keeling) islands flag","flag cc","flag: cocos (keeling) islands","cc","flag","flag cocos islands","cocos","keeling","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u79D1\u514B\u65AF\uFF08\u57FA\u7075\uFF09\u7FA4\u5C9B"],"\u{1F1E8}\u{1F1E9}":["congo - kinshasa flag","flag cd","flag: congo - kinshasa","cd","flag","flag congo kinshasa","congo","democratic","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u521A\u679C\uFF08\u91D1\u590F\u6C99\uFF09"],"\u{1F1E8}\u{1F1EB}":["central african republic flag","flag cf","flag: central african republic","cf","flag","flag central african republic","central","african","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E2D\u975E\u5171\u548C\u56FD"],"\u{1F1E8}\u{1F1EC}":["congo - brazzaville flag","flag cg","flag: congo - brazzaville","cg","flag","flag congo brazzaville","congo","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u521A\u679C\uFF08\u5E03\u62C9\u8428\uFF09"],"\u{1F1E8}\u{1F1ED}":["switzerland flag","flag ch","flag: switzerland","ch","flag","flag switzerland","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u745E\u58EB"],"\u{1F1E8}\u{1F1EE}":["c\xF4te d\u2019ivoire flag","flag ci","flag: c\xF4te d\u2019ivoire","ci","flag","flag cote d ivoire","ivory","coast","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8C61\u7259\u6D77\u5CB8"],"\u{1F1E8}\u{1F1F0}":["cook islands flag","flag ck","flag: cook islands","ck","flag","flag cook islands","cook","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5E93\u514B\u7FA4\u5C9B"],"\u{1F1E8}\u{1F1F1}":["chile flag","flag cl","flag: chile","cl","flag","flag chile","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u667A\u5229"],"\u{1F1E8}\u{1F1F2}":["cameroon flag","flag cm","flag: cameroon","cm","flag","flag cameroon","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5580\u9EA6\u9686"],"\u{1F1E8}\u{1F1F3}":["china flag","cn","flag cn","flag: china","flag","flag china","china","chinese","prc","country","nation","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E2D\u56FD"],"\u{1F1E8}\u{1F1F4}":["colombia flag","flag co","flag: colombia","co","flag","flag colombia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u54E5\u4F26\u6BD4\u4E9A"],"\u{1F1E8}\u{1F1F5}":["clipperton island flag","flag cp","flag: clipperton island","cp","flag","flag clipperton island","\u65D7\u5E1C","\u65D7\u5B50","\u514B\u91CC\u6D3E\u987F\u5C9B"],"\u{1F1E8}\u{1F1F7}":["costa rica flag","flag cr","flag: costa rica","cr","flag","flag costa rica","costa","rica","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u54E5\u65AF\u5927\u9ECE\u52A0"],"\u{1F1E8}\u{1F1FA}":["cuba flag","flag cu","flag: cuba","cu","flag","flag cuba","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u53E4\u5DF4"],"\u{1F1E8}\u{1F1FB}":["cape verde flag","flag cv","flag: cape verde","cv","flag","flag cape verde","cabo","verde","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7EF4\u5FB7\u89D2"],"\u{1F1E8}\u{1F1FC}":["cura\xE7ao flag","flag cw","flag: cura\xE7ao","cw","flag","flag curacao","cura\xE7ao","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5E93\u62C9\u7D22"],"\u{1F1E8}\u{1F1FD}":["christmas island flag","flag cx","flag: christmas island","cx","flag","flag christmas island","christmas","island","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u8BDE\u5C9B"],"\u{1F1E8}\u{1F1FE}":["cyprus flag","flag cy","flag: cyprus","cy","flag","flag cyprus","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8D5B\u666E\u52D2\u65AF"],"\u{1F1E8}\u{1F1FF}":["czechia flag","flag cz","flag: czechia","cz","flag","flag czechia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6377\u514B"],"\u{1F1E9}\u{1F1EA}":["germany flag","de","flag de","flag: germany","flag","flag germany","german","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5FB7\u56FD"],"\u{1F1E9}\u{1F1EC}":["diego garcia flag","flag dg","flag: diego garcia","dg","flag","flag diego garcia","\u65D7\u5E1C","\u65D7\u5B50","\u8FEA\u4E9A\u54E5\u52A0\u897F\u4E9A\u5C9B"],"\u{1F1E9}\u{1F1EF}":["djibouti flag","flag dj","flag: djibouti","dj","flag","flag djibouti","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5409\u5E03\u5730"],"\u{1F1E9}\u{1F1F0}":["denmark flag","flag dk","flag: denmark","dk","flag","flag denmark","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E39\u9EA6"],"\u{1F1E9}\u{1F1F2}":["dominica flag","flag dm","flag: dominica","dm","flag","flag dominica","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u591A\u7C73\u5C3C\u514B"],"\u{1F1E9}\u{1F1F4}":["dominican republic flag","flag do","flag: dominican republic","do","flag","flag dominican republic","dominican","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u591A\u660E\u5C3C\u52A0\u5171\u548C\u56FD"],"\u{1F1E9}\u{1F1FF}":["algeria flag","flag dz","flag: algeria","dz","flag","flag algeria","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u963F\u5C14\u53CA\u5229\u4E9A"],"\u{1F1EA}\u{1F1E6}":["ceuta & melilla flag","flag ea","flag: ceuta & melilla","ea","flag","flag ceuta melilla","\u65D7\u5E1C","\u65D7\u5B50","\u4F11\u8FBE\u4E0E\u6885\u5229\u5229\u4E9A"],"\u{1F1EA}\u{1F1E8}":["ecuador flag","flag ec","flag: ecuador","ec","flag","flag ecuador","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5384\u74DC\u591A"],"\u{1F1EA}\u{1F1EA}":["estonia flag","flag ee","flag: estonia","ee","flag","flag estonia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7231\u6C99\u5C3C\u4E9A"],"\u{1F1EA}\u{1F1EC}":["egypt flag","flag eg","flag: egypt","eg","flag","flag egypt","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u57C3\u53CA"],"\u{1F1EA}\u{1F1ED}":["western sahara flag","flag eh","flag: western sahara","eh","flag","flag western sahara","western","sahara","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u897F\u6492\u54C8\u62C9"],"\u{1F1EA}\u{1F1F7}":["eritrea flag","flag er","flag: eritrea","er","flag","flag eritrea","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5384\u5229\u5782\u4E9A"],"\u{1F1EA}\u{1F1F8}":["spain flag","es","flag es","flag: spain","flag","flag spain","spain","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u897F\u73ED\u7259"],"\u{1F1EA}\u{1F1F9}":["ethiopia flag","flag et","flag: ethiopia","et","flag","flag ethiopia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8863\u7D22\u6BD4\u4E9A"],"\u{1F1EA}\u{1F1FA}":["european union flag","flag eu","flag: european union","eu","flag","flag european union","european","union","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6B27\u76DF"],"\u{1F1EB}\u{1F1EE}":["finland flag","flag fi","flag: finland","fi","flag","flag finland","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u82AC\u5170"],"\u{1F1EB}\u{1F1EF}":["fiji flag","flag fj","flag: fiji","fj","flag","flag fiji","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6590\u6D4E"],"\u{1F1EB}\u{1F1F0}":["falkland islands flag","flag fk","flag: falkland islands","fk","flag","flag falkland islands","falkland","islands","malvinas","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u798F\u514B\u5170\u7FA4\u5C9B"],"\u{1F1EB}\u{1F1F2}":["micronesia flag","flag fm","flag: micronesia","fm","flag","flag micronesia","micronesia,","federated","states","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5BC6\u514B\u7F57\u5C3C\u897F\u4E9A"],"\u{1F1EB}\u{1F1F4}":["faroe islands flag","flag fo","flag: faroe islands","fo","flag","flag faroe islands","faroe","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CD5\u7F57\u7FA4\u5C9B"],"\u{1F1EB}\u{1F1F7}":["france flag","fr","flag fr","flag: france","flag","flag france","banner","nation","france","french","country","\u65D7\u5E1C","\u65D7\u5B50","\u6CD5\u56FD"],"\u{1F1EC}\u{1F1E6}":["gabon flag","flag ga","flag: gabon","ga","flag","flag gabon","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u52A0\u5F6D"],"\u{1F1EC}\u{1F1E7}":["united kingdom flag","gb","uk","flag gb","flag: united kingdom","flag","flag united kingdom","united","kingdom","great","britain","northern","ireland","nation","country","banner","british","english","england","union jack","\u65D7\u5E1C","\u65D7\u5B50","\u82F1\u56FD"],"\u{1F1EC}\u{1F1E9}":["grenada flag","flag gd","flag: grenada","gd","flag","flag grenada","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u683C\u745E\u90A3\u8FBE"],"\u{1F1EC}\u{1F1EA}":["georgia flag","flag ge","flag: georgia","ge","flag","flag georgia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E54\u6CBB\u4E9A"],"\u{1F1EC}\u{1F1EB}":["french guiana flag","flag gf","flag: french guiana","gf","flag","flag french guiana","french","guiana","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CD5\u5C5E\u572D\u4E9A\u90A3"],"\u{1F1EC}\u{1F1EC}":["guernsey flag","flag gg","flag: guernsey","gg","flag","flag guernsey","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6839\u606F"],"\u{1F1EC}\u{1F1ED}":["ghana flag","flag gh","flag: ghana","gh","flag","flag ghana","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8FE6\u7EB3"],"\u{1F1EC}\u{1F1EE}":["gibraltar flag","flag gi","flag: gibraltar","gi","flag","flag gibraltar","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u76F4\u5E03\u7F57\u9640"],"\u{1F1EC}\u{1F1F1}":["greenland flag","flag gl","flag: greenland","gl","flag","flag greenland","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u683C\u9675\u5170"],"\u{1F1EC}\u{1F1F2}":["gambia flag","flag gm","flag: gambia","gm","flag","flag gambia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7518\u6BD4\u4E9A"],"\u{1F1EC}\u{1F1F3}":["guinea flag","flag gn","flag: guinea","gn","flag","flag guinea","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u51E0\u5185\u4E9A"],"\u{1F1EC}\u{1F1F5}":["guadeloupe flag","flag gp","flag: guadeloupe","gp","flag","flag guadeloupe","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u74DC\u5730\u6D1B\u666E"],"\u{1F1EC}\u{1F1F6}":["equatorial guinea flag","flag gq","flag: equatorial guinea","gq","flag","flag equatorial guinea","equatorial","gn","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8D64\u9053\u51E0\u5185\u4E9A"],"\u{1F1EC}\u{1F1F7}":["greece flag","flag gr","flag: greece","gr","flag","flag greece","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5E0C\u814A"],"\u{1F1EC}\u{1F1F8}":["south georgia & south sandwich islands flag","flag gs","flag: south georgia & south sandwich islands","gs","flag","flag south georgia south sandwich islands","south","georgia","sandwich","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5357\u4E54\u6CBB\u4E9A\u4E0E\u5357\u4E09\u660E\u6CBB\u7FA4\u5C9B"],"\u{1F1EC}\u{1F1F9}":["guatemala flag","flag gt","flag: guatemala","gt","flag","flag guatemala","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u74DC\u5730\u9A6C\u62C9"],"\u{1F1EC}\u{1F1FA}":["guam flag","flag gu","flag: guam","gu","flag","flag guam","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5173\u5C9B"],"\u{1F1EC}\u{1F1FC}":["guinea bissau flag","flag gw","flag: guinea bissau","gw","flag","flag guinea bissau","bissau","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u51E0\u5185\u4E9A\u6BD4\u7D22"],"\u{1F1EC}\u{1F1FE}":["guyana flag","flag gy","flag: guyana","gy","flag","flag guyana","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u76D6\u4E9A\u90A3"],"\u{1F1ED}\u{1F1F0}":["hong kong sar china flag","flag hk","flag: hong kong sar china","hk","flag","flag hong kong sar china","hong","kong","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E2D\u56FD\u9999\u6E2F\u7279\u522B\u884C\u653F\u533A"],"\u{1F1ED}\u{1F1F2}":["heard & mcdonald islands flag","flag hm","flag: heard & mcdonald islands","hm","flag","flag heard mcdonald islands","\u65D7\u5E1C","\u65D7\u5B50","\u8D6B\u5FB7\u5C9B\u53CA\u9EA6\u5510\u7EB3\u7FA4\u5C9B"],"\u{1F1ED}\u{1F1F3}":["honduras flag","flag hn","flag: honduras","hn","flag","flag honduras","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5B8F\u90FD\u62C9\u65AF"],"\u{1F1ED}\u{1F1F7}":["croatia flag","flag hr","flag: croatia","hr","flag","flag croatia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u514B\u7F57\u57C3\u897F\u4E9A"],"\u{1F1ED}\u{1F1F9}":["haiti flag","flag ht","flag: haiti","ht","flag","flag haiti","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6D77\u5730"],"\u{1F1ED}\u{1F1FA}":["hungary flag","flag hu","flag: hungary","hu","flag","flag hungary","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5308\u7259\u5229"],"\u{1F1EE}\u{1F1E8}":["canary islands flag","flag ic","flag: canary islands","ic","flag","flag canary islands","canary","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u52A0\u90A3\u5229\u7FA4\u5C9B"],"\u{1F1EE}\u{1F1E9}":["indonesia flag","flag id","flag: indonesia","id","flag","flag indonesia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5370\u5C3C"],"\u{1F1EE}\u{1F1EA}":["ireland flag","flag ie","flag: ireland","ie","flag","flag ireland","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7231\u5C14\u5170"],"\u{1F1EE}\u{1F1F1}":["israel flag","flag il","flag: israel","il","flag","flag israel","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4EE5\u8272\u5217"],"\u{1F1EE}\u{1F1F2}":["isle of man flag","flag im","flag: isle of man","im","flag","flag isle of man","isle","man","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u66FC\u5C9B"],"\u{1F1EE}\u{1F1F3}":["india flag","flag in","flag: india","in","flag","flag india","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5370\u5EA6"],"\u{1F1EE}\u{1F1F4}":["british indian ocean territory flag","flag io","flag: british indian ocean territory","io","flag","flag british indian ocean territory","british","indian","ocean","territory","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u82F1\u5C5E\u5370\u5EA6\u6D0B\u9886\u5730"],"\u{1F1EE}\u{1F1F6}":["iraq flag","flag iq","flag: iraq","iq","flag","flag iraq","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4F0A\u62C9\u514B"],"\u{1F1EE}\u{1F1F7}":["iran flag","flag ir","flag: iran","ir","flag","flag iran","iran,","islamic","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4F0A\u6717"],"\u{1F1EE}\u{1F1F8}":["iceland flag","flag is","flag: iceland","is","flag","flag iceland","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u51B0\u5C9B"],"\u{1F1EE}\u{1F1F9}":["italy flag","it","flag it","flag: italy","flag","flag italy","italy","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E49\u5927\u5229"],"\u{1F1EF}\u{1F1EA}":["jersey flag","flag je","flag: jersey","je","flag","flag jersey","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CFD\u897F\u5C9B"],"\u{1F1EF}\u{1F1F2}":["jamaica flag","flag jm","flag: jamaica","jm","flag","flag jamaica","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7259\u4E70\u52A0"],"\u{1F1EF}\u{1F1F4}":["jordan flag","flag jo","flag: jordan","jo","flag","flag jordan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7EA6\u65E6"],"\u{1F1EF}\u{1F1F5}":["japan flag","jp","flag jp","flag: japan","flag","flag japan","japanese","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u65E5\u672C"],"\u{1F1F0}\u{1F1EA}":["kenya flag","flag ke","flag: kenya","ke","flag","flag kenya","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u80AF\u4E9A"],"\u{1F1F0}\u{1F1EC}":["kyrgyzstan flag","flag kg","flag: kyrgyzstan","kg","flag","flag kyrgyzstan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5409\u5C14\u5409\u65AF"],"\u{1F1F0}\u{1F1ED}":["cambodia flag","flag kh","flag: cambodia","kh","flag","flag cambodia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u67EC\u57D4\u5BE8"],"\u{1F1F0}\u{1F1EE}":["kiribati flag","flag ki","flag: kiribati","ki","flag","flag kiribati","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5409\u91CC\u5DF4\u65AF"],"\u{1F1F0}\u{1F1F2}":["comoros flag","flag km","flag: comoros","km","flag","flag comoros","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u845B\u6469"],"\u{1F1F0}\u{1F1F3}":["st. kitts & nevis flag","flag kn","flag: st. kitts & nevis","kn","flag","flag st kitts nevis","saint","kitts","nevis","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u514B\u91CC\u65AF\u591A\u798F\u53CA\u5C3C\u7EF4\u65AF"],"\u{1F1F0}\u{1F1F5}":["north korea flag","flag kp","flag: north korea","kp","flag","flag north korea","north","korea","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5317\u97E9"],"\u{1F1F0}\u{1F1F7}":["south korea flag","kr","flag kr","flag: south korea","flag","flag south korea","south","korea","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5357\u97E9"],"\u{1F1F0}\u{1F1FC}":["kuwait flag","flag kw","flag: kuwait","kw","flag","flag kuwait","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u79D1\u5A01\u7279"],"\u{1F1F0}\u{1F1FE}":["cayman islands flag","flag ky","flag: cayman islands","ky","flag","flag cayman islands","cayman","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5F00\u66FC\u7FA4\u5C9B"],"\u{1F1F0}\u{1F1FF}":["kazakhstan flag","flag kz","flag: kazakhstan","kz","flag","flag kazakhstan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u54C8\u8428\u514B"],"\u{1F1F1}\u{1F1E6}":["laos flag","flag la","flag: laos","la","flag","flag laos","lao","democratic","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5BEE\u56FD"],"\u{1F1F1}\u{1F1E7}":["lebanon flag","flag lb","flag: lebanon","lb","flag","flag lebanon","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9ECE\u5DF4\u5AE9"],"\u{1F1F1}\u{1F1E8}":["st. lucia flag","flag lc","flag: st. lucia","lc","flag","flag st lucia","saint","lucia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u9732\u897F\u4E9A"],"\u{1F1F1}\u{1F1EE}":["liechtenstein flag","flag li","flag: liechtenstein","li","flag","flag liechtenstein","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5217\u652F\u6566\u65AF\u767B"],"\u{1F1F1}\u{1F1F0}":["sri lanka flag","flag lk","flag: sri lanka","lk","flag","flag sri lanka","sri","lanka","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u65AF\u91CC\u5170\u5361"],"\u{1F1F1}\u{1F1F7}":["liberia flag","flag lr","flag: liberia","lr","flag","flag liberia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8D56\u6BD4\u745E\u4E9A"],"\u{1F1F1}\u{1F1F8}":["lesotho flag","flag ls","flag: lesotho","ls","flag","flag lesotho","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8D56\u7D22\u6258"],"\u{1F1F1}\u{1F1F9}":["lithuania flag","flag lt","flag: lithuania","lt","flag","flag lithuania","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7ACB\u9676\u5B9B"],"\u{1F1F1}\u{1F1FA}":["luxembourg flag","flag lu","flag: luxembourg","lu","flag","flag luxembourg","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5362\u68EE\u5821"],"\u{1F1F1}\u{1F1FB}":["latvia flag","flag lv","flag: latvia","lv","flag","flag latvia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u62C9\u8131\u7EF4\u4E9A"],"\u{1F1F1}\u{1F1FE}":["libya flag","flag ly","flag: libya","ly","flag","flag libya","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5229\u6BD4\u4E9A"],"\u{1F1F2}\u{1F1E6}":["morocco flag","flag ma","flag: morocco","ma","flag","flag morocco","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6469\u6D1B\u54E5"],"\u{1F1F2}\u{1F1E8}":["monaco flag","flag mc","flag: monaco","mc","flag","flag monaco","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6469\u7EB3\u54E5"],"\u{1F1F2}\u{1F1E9}":["moldova flag","flag md","flag: moldova","md","flag","flag moldova","moldova,","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6469\u5C14\u591A\u74E6"],"\u{1F1F2}\u{1F1EA}":["montenegro flag","flag me","flag: montenegro","me","flag","flag montenegro","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8499\u7279\u5185\u54E5\u7F57"],"\u{1F1F2}\u{1F1EB}":["st. martin flag","flag mf","flag: st. martin","mf","flag","flag st martin","\u65D7\u5E1C","\u65D7\u5B50","\u6CD5\u5C5E\u5723\u9A6C\u4E01"],"\u{1F1F2}\u{1F1EC}":["madagascar flag","flag mg","flag: madagascar","mg","flag","flag madagascar","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u8FBE\u52A0\u65AF\u52A0"],"\u{1F1F2}\u{1F1ED}":["marshall islands flag","flag mh","flag: marshall islands","mh","flag","flag marshall islands","marshall","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u7ECD\u5C14\u7FA4\u5C9B"],"\u{1F1F2}\u{1F1F0}":["north macedonia flag","flag mk","flag: north macedonia","mk","flag","flag north macedonia","macedonia,","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5317\u9A6C\u5176\u987F"],"\u{1F1F2}\u{1F1F1}":["mali flag","flag ml","flag: mali","ml","flag","flag mali","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u5229"],"\u{1F1F2}\u{1F1F2}":["myanmar (burma) flag","flag mm","flag: myanmar (burma)","mm","flag","flag myanmar","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7F05\u7538"],"\u{1F1F2}\u{1F1F3}":["mongolia flag","flag mn","flag: mongolia","mn","flag","flag mongolia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8499\u53E4"],"\u{1F1F2}\u{1F1F4}":["macao sar china flag","flag mo","flag: macao sar china","mo","flag","flag macao sar china","macao","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E2D\u56FD\u6FB3\u95E8\u7279\u522B\u884C\u653F\u533A"],"\u{1F1F2}\u{1F1F5}":["northern mariana islands flag","flag mp","flag: northern mariana islands","mp","flag","flag northern mariana islands","northern","mariana","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5317\u9A6C\u5229\u5B89\u7EB3\u7FA4\u5C9B"],"\u{1F1F2}\u{1F1F6}":["martinique flag","flag mq","flag: martinique","mq","flag","flag martinique","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u4E01\u5C3C\u514B"],"\u{1F1F2}\u{1F1F7}":["mauritania flag","flag mr","flag: mauritania","mr","flag","flag mauritania","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8305\u5229\u5854\u5C3C\u4E9A"],"\u{1F1F2}\u{1F1F8}":["montserrat flag","flag ms","flag: montserrat","ms","flag","flag montserrat","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8499\u54F2\u814A"],"\u{1F1F2}\u{1F1F9}":["malta flag","flag mt","flag: malta","mt","flag","flag malta","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u5C14\u4ED6"],"\u{1F1F2}\u{1F1FA}":["mauritius flag","flag mu","flag: mauritius","mu","flag","flag mauritius","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6A21\u91CC\u897F\u65AF"],"\u{1F1F2}\u{1F1FB}":["maldives flag","flag mv","flag: maldives","mv","flag","flag maldives","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u5C14\u5730\u592B"],"\u{1F1F2}\u{1F1FC}":["malawi flag","flag mw","flag: malawi","mw","flag","flag malawi","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u62C9\u5A01"],"\u{1F1F2}\u{1F1FD}":["mexico flag","flag mx","flag: mexico","mx","flag","flag mexico","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u58A8\u897F\u54E5"],"\u{1F1F2}\u{1F1FE}":["malaysia flag","flag my","flag: malaysia","my","flag","flag malaysia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u6765\u897F\u4E9A"],"\u{1F1F2}\u{1F1FF}":["mozambique flag","flag mz","flag: mozambique","mz","flag","flag mozambique","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u83AB\u4E09\u6BD4\u514B"],"\u{1F1F3}\u{1F1E6}":["namibia flag","flag na","flag: namibia","na","flag","flag namibia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7EB3\u7C73\u6BD4\u4E9A"],"\u{1F1F3}\u{1F1E8}":["new caledonia flag","flag nc","flag: new caledonia","nc","flag","flag new caledonia","new","caledonia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u65B0\u5580\u91CC\u591A\u5C3C\u4E9A"],"\u{1F1F3}\u{1F1EA}":["niger flag","flag ne","flag: niger","ne","flag","flag niger","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5C3C\u65E5"],"\u{1F1F3}\u{1F1EB}":["norfolk island flag","flag nf","flag: norfolk island","nf","flag","flag norfolk island","norfolk","island","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8BFA\u798F\u514B\u5C9B"],"\u{1F1F3}\u{1F1EC}":["nigeria flag","flag ng","flag: nigeria","ng","flag","flag nigeria","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5948\u53CA\u5229\u4E9A"],"\u{1F1F3}\u{1F1EE}":["nicaragua flag","flag ni","flag: nicaragua","ni","flag","flag nicaragua","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5C3C\u52A0\u62C9\u74DC"],"\u{1F1F3}\u{1F1F1}":["netherlands flag","flag nl","flag: netherlands","nl","flag","flag netherlands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8377\u5170"],"\u{1F1F3}\u{1F1F4}":["norway flag","flag no","flag: norway","no","flag","flag norway","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u632A\u5A01"],"\u{1F1F3}\u{1F1F5}":["nepal flag","flag np","flag: nepal","np","flag","flag nepal","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5C3C\u6CCA\u5C14"],"\u{1F1F3}\u{1F1F7}":["nauru flag","flag nr","flag: nauru","nr","flag","flag nauru","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8BFA\u9C81"],"\u{1F1F3}\u{1F1FA}":["niue flag","flag nu","flag: niue","nu","flag","flag niue","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7EBD\u57C3\u5C9B"],"\u{1F1F3}\u{1F1FF}":["new zealand flag","flag nz","flag: new zealand","nz","flag","flag new zealand","new","zealand","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7EBD\u897F\u5170"],"\u{1F1F4}\u{1F1F2}":["oman flag","flag om","flag: oman","om","flag","flag oman","om symbol","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u963F\u66FC"],"\u{1F1F5}\u{1F1E6}":["panama flag","flag pa","flag: panama","pa","flag","flag panama","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u62FF\u9A6C"],"\u{1F1F5}\u{1F1EA}":["peru flag","flag pe","flag: peru","pe","flag","flag peru","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u79D8\u9C81"],"\u{1F1F5}\u{1F1EB}":["french polynesia flag","flag pf","flag: french polynesia","pf","flag","flag french polynesia","french","polynesia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CD5\u5C5E\u73BB\u91CC\u5C3C\u897F\u4E9A"],"\u{1F1F5}\u{1F1EC}":["papua new guinea flag","flag pg","flag: papua new guinea","pg","flag","flag papua new guinea","papua","new","guinea","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u5E03\u4E9A\u7EBD\u51E0\u5185\u4E9A"],"\u{1F1F5}\u{1F1ED}":["philippines flag","flag ph","flag: philippines","ph","flag","flag philippines","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u83F2\u5F8B\u5BBE"],"\u{1F1F5}\u{1F1F0}":["pakistan flag","flag pk","flag: pakistan","pk","flag","flag pakistan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u57FA\u65AF\u5766"],"\u{1F1F5}\u{1F1F1}":["poland flag","flag pl","flag: poland","pl","flag","flag poland","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CE2\u5170"],"\u{1F1F5}\u{1F1F2}":["st. pierre & miquelon flag","flag pm","flag: st. pierre & miquelon","pm","flag","flag st pierre miquelon","saint","pierre","miquelon","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u76AE\u57C3\u4E0E\u5BC6\u514B\u9686\u7FA4\u5C9B"],"\u{1F1F5}\u{1F1F3}":["pitcairn islands flag","flag pn","flag: pitcairn islands","pn","flag","flag pitcairn islands","pitcairn","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u76AE\u7279\u80AF\u7FA4\u5C9B"],"\u{1F1F5}\u{1F1F7}":["puerto rico flag","flag pr","flag: puerto rico","pr","flag","flag puerto rico","puerto","rico","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CE2\u591A\u9ECE\u5404"],"\u{1F1F5}\u{1F1F8}":["palestinian territories flag","flag ps","flag: palestinian territories","ps","flag","flag palestinian territories","palestine","palestinian","territories","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u52D2\u65AF\u5766\u81EA\u6CBB\u533A"],"\u{1F1F5}\u{1F1F9}":["portugal flag","flag pt","flag: portugal","pt","flag","flag portugal","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8461\u8404\u7259"],"\u{1F1F5}\u{1F1FC}":["palau flag","flag pw","flag: palau","pw","flag","flag palau","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5E1B\u7409"],"\u{1F1F5}\u{1F1FE}":["paraguay flag","flag py","flag: paraguay","py","flag","flag paraguay","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5DF4\u62C9\u572D"],"\u{1F1F6}\u{1F1E6}":["qatar flag","flag qa","flag: qatar","qa","flag","flag qatar","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5361\u8FBE"],"\u{1F1F7}\u{1F1EA}":["r\xE9union flag","flag re","flag: r\xE9union","re","flag","flag reunion","r\xE9union","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7559\u5C3C\u65FA"],"\u{1F1F7}\u{1F1F4}":["romania flag","flag ro","flag: romania","ro","flag","flag romania","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7F57\u9A6C\u5C3C\u4E9A"],"\u{1F1F7}\u{1F1F8}":["serbia flag","flag rs","flag: serbia","rs","flag","flag serbia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u585E\u5C14\u7EF4\u4E9A"],"\u{1F1F7}\u{1F1FA}":["russia flag","ru","flag ru","flag: russia","flag","flag russia","russian","federation","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4FC4\u7F57\u65AF"],"\u{1F1F7}\u{1F1FC}":["rwanda flag","flag rw","flag: rwanda","rw","flag","flag rwanda","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5362\u5B89\u8FBE"],"\u{1F1F8}\u{1F1E6}":["saudi arabia flag","flag sa","flag: saudi arabia","sa","flag","flag saudi arabia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6C99\u4E4C\u5730\u963F\u62C9\u4F2F"],"\u{1F1F8}\u{1F1E7}":["solomon islands flag","flag sb","flag: solomon islands","sb","flag","flag solomon islands","solomon","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7D22\u7F57\u95E8\u7FA4\u5C9B"],"\u{1F1F8}\u{1F1E8}":["seychelles flag","flag sc","flag: seychelles","sc","flag","flag seychelles","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u585E\u5E2D\u5C14"],"\u{1F1F8}\u{1F1E9}":["sudan flag","flag sd","flag: sudan","sd","flag","flag sudan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u82CF\u4E39"],"\u{1F1F8}\u{1F1EA}":["sweden flag","flag se","flag: sweden","se","flag","flag sweden","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u745E\u5178"],"\u{1F1F8}\u{1F1EC}":["singapore flag","flag sg","flag: singapore","sg","flag","flag singapore","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u65B0\u52A0\u5761"],"\u{1F1F8}\u{1F1ED}":["st. helena flag","flag sh","flag: st. helena","sh","flag","flag st helena","saint","helena","ascension","tristan","cunha","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u8D6B\u52D2\u62FF\u5C9B"],"\u{1F1F8}\u{1F1EE}":["slovenia flag","flag si","flag: slovenia","si","flag","flag slovenia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u65AF\u6D1B\u7EF4\u5C3C\u4E9A"],"\u{1F1F8}\u{1F1EF}":["svalbard & jan mayen flag","flag sj","flag: svalbard & jan mayen","sj","flag","flag svalbard jan mayen","\u65D7\u5E1C","\u65D7\u5B50","\u632A\u5A01\u5C5E\u65AF\u74E6\u5DF4\u53CA\u5C16\u68C9"],"\u{1F1F8}\u{1F1F0}":["slovakia flag","flag sk","flag: slovakia","sk","flag","flag slovakia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u65AF\u6D1B\u4F10\u514B"],"\u{1F1F8}\u{1F1F1}":["sierra leone flag","flag sl","flag: sierra leone","sl","flag","flag sierra leone","sierra","leone","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u72EE\u5B50\u5C71"],"\u{1F1F8}\u{1F1F2}":["san marino flag","flag sm","flag: san marino","sm","flag","flag san marino","san","marino","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u9A6C\u5229\u8BFA"],"\u{1F1F8}\u{1F1F3}":["senegal flag","flag sn","flag: senegal","sn","flag","flag senegal","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u585E\u5185\u52A0\u5C14"],"\u{1F1F8}\u{1F1F4}":["somalia flag","flag so","flag: somalia","so","flag","flag somalia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7D22\u9A6C\u5229\u4E9A"],"\u{1F1F8}\u{1F1F7}":["suriname flag","flag sr","flag: suriname","sr","flag","flag suriname","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u82CF\u5229\u5357"],"\u{1F1F8}\u{1F1F8}":["south sudan flag","flag ss","flag: south sudan","ss","flag","flag south sudan","south","sd","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5357\u82CF\u4E39"],"\u{1F1F8}\u{1F1F9}":["s\xE3o tom\xE9 & pr\xEDncipe flag","flag st","flag: s\xE3o tom\xE9 & pr\xEDncipe","st","flag","flag sao tome principe","sao","tome","principe","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u591A\u7F8E\u666E\u6797\u897F\u6BD4"],"\u{1F1F8}\u{1F1FB}":["el salvador flag","flag sv","flag: el salvador","sv","flag","flag el salvador","el","salvador","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8428\u5C14\u74E6\u591A"],"\u{1F1F8}\u{1F1FD}":["sint maarten flag","flag sx","flag: sint maarten","sx","flag","flag sint maarten","sint","maarten","dutch","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8377\u5C5E\u5723\u9A6C\u4E01"],"\u{1F1F8}\u{1F1FE}":["syria flag","flag sy","flag: syria","sy","flag","flag syria","syrian","arab","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u53D9\u5229\u4E9A"],"\u{1F1F8}\u{1F1FF}":["eswatini flag","flag sz","flag: eswatini","sz","flag","flag eswatini","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u53F2\u74E6\u5E1D\u5C3C"],"\u{1F1F9}\u{1F1E6}":["tristan da cunha flag","flag ta","flag: tristan da cunha","ta","flag","flag tristan da cunha","\u65D7\u5E1C","\u65D7\u5B50","\u7279\u91CC\u65AF\u5766\u8FBE\u5E93\u5C3C\u4E9A\u7FA4\u5C9B"],"\u{1F1F9}\u{1F1E8}":["turks & caicos islands flag","flag tc","flag: turks & caicos islands","tc","flag","flag turks caicos islands","turks","caicos","islands","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u571F\u514B\u65AF\u53CA\u5F00\u79D1\u65AF\u7FA4\u5C9B"],"\u{1F1F9}\u{1F1E9}":["chad flag","flag td","flag: chad","td","flag","flag chad","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u67E5\u5FB7"],"\u{1F1F9}\u{1F1EB}":["french southern territories flag","flag tf","flag: french southern territories","tf","flag","flag french southern territories","french","southern","territories","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CD5\u5C5E\u5357\u90E8\u5C5E\u5730"],"\u{1F1F9}\u{1F1EC}":["togo flag","flag tg","flag: togo","tg","flag","flag togo","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u591A\u54E5"],"\u{1F1F9}\u{1F1ED}":["thailand flag","flag th","flag: thailand","th","flag","flag thailand","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6CF0\u56FD"],"\u{1F1F9}\u{1F1EF}":["tajikistan flag","flag tj","flag: tajikistan","tj","flag","flag tajikistan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5854\u5409\u514B"],"\u{1F1F9}\u{1F1F0}":["tokelau flag","flag tk","flag: tokelau","tk","flag","flag tokelau","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u6258\u514B\u52B3\u7FA4\u5C9B"],"\u{1F1F9}\u{1F1F1}":["timor leste flag","flag tl","flag: timor leste","tl","flag","flag timor leste","timor","leste","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E1C\u5E1D\u6C76"],"\u{1F1F9}\u{1F1F2}":["turkmenistan flag","flag tm","flag: turkmenistan","tm","flag","flag turkmenistan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u571F\u5E93\u66FC"],"\u{1F1F9}\u{1F1F3}":["tunisia flag","flag tn","flag: tunisia","tn","flag","flag tunisia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7A81\u5C3C\u897F\u4E9A"],"\u{1F1F9}\u{1F1F4}":["tonga flag","flag to","flag: tonga","to","flag","flag tonga","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E1C\u52A0"],"\u{1F1F9}\u{1F1F7}":["turkey flag","flag tr","flag: turkey","tr","flag","flag turkey","turkey","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u571F\u8033\u5176"],"\u{1F1F9}\u{1F1F9}":["trinidad & tobago flag","flag tt","flag: trinidad & tobago","tt","flag","flag trinidad tobago","trinidad","tobago","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5343\u91CC\u8FBE\u53CA\u6258\u5DF4\u54E5"],"\u{1F1F9}\u{1F1FB}":["tuvalu flag","flag tv","flag: tuvalu","tv","flag","flag tuvalu","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5410\u74E6\u9C81"],"\u{1F1F9}\u{1F1FC}":["taiwan flag","flag tw","flag: taiwan","tw","flag","flag taiwan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u53F0\u6E7E"],"\u{1F1F9}\u{1F1FF}":["tanzania flag","flag tz","flag: tanzania","tz","flag","flag tanzania","tanzania,","united","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5766\u5C1A\u5C3C\u4E9A"],"\u{1F1FA}\u{1F1E6}":["ukraine flag","flag ua","flag: ukraine","ua","flag","flag ukraine","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E4C\u514B\u5170"],"\u{1F1FA}\u{1F1EC}":["uganda flag","flag ug","flag: uganda","ug","flag","flag uganda","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E4C\u5E72\u8FBE"],"\u{1F1FA}\u{1F1F2}":["u.s. outlying islands flag","flag um","flag: u.s. outlying islands","um","flag","flag u s outlying islands","\u65D7\u5E1C","\u65D7\u5B50","\u7F8E\u56FD\u672C\u571F\u5916\u5C0F\u5C9B\u5C7F"],"\u{1F1FA}\u{1F1F3}":["united nations flag","flag un","flag: united nations","un","flag","flag united nations","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8054\u5408\u56FD"],"\u{1F1FA}\u{1F1F8}":["united states flag","us","flag us","flag: united states","flag","flag united states","united","states","america","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7F8E\u56FD"],"\u{1F1FA}\u{1F1FE}":["uruguay flag","flag uy","flag: uruguay","uy","flag","flag uruguay","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E4C\u62C9\u572D"],"\u{1F1FA}\u{1F1FF}":["uzbekistan flag","flag uz","flag: uzbekistan","uz","flag","flag uzbekistan","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E4C\u5179\u522B\u514B"],"\u{1F1FB}\u{1F1E6}":["vatican city flag","flag va","flag: vatican city","va","flag","flag vatican city","vatican","city","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u68B5\u8482\u5188"],"\u{1F1FB}\u{1F1E8}":["st. vincent & grenadines flag","flag vc","flag: st. vincent & grenadines","vc","flag","flag st vincent grenadines","saint","vincent","grenadines","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5723\u6587\u68EE\u53CA\u683C\u745E\u90A3\u4E01"],"\u{1F1FB}\u{1F1EA}":["venezuela flag","flag ve","flag: venezuela","ve","flag","flag venezuela","bolivarian","republic","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u59D4\u5185\u745E\u62C9"],"\u{1F1FB}\u{1F1EC}":["british virgin islands flag","flag vg","flag: british virgin islands","vg","flag","flag british virgin islands","british","virgin","islands","bvi","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u82F1\u5C5E\u7EF4\u4EAC\u7FA4\u5C9B"],"\u{1F1FB}\u{1F1EE}":["u.s. virgin islands flag","flag vi","flag: u.s. virgin islands","vi","flag","flag u s virgin islands","virgin","islands","us","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u7F8E\u5C5E\u7EF4\u4EAC\u7FA4\u5C9B"],"\u{1F1FB}\u{1F1F3}":["vietnam flag","flag vn","flag: vietnam","vn","flag","flag vietnam","viet","nam","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8D8A\u5357"],"\u{1F1FB}\u{1F1FA}":["vanuatu flag","flag vu","flag: vanuatu","vu","flag","flag vanuatu","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u4E07\u90A3\u675C"],"\u{1F1FC}\u{1F1EB}":["wallis & futuna flag","flag wf","flag: wallis & futuna","wf","flag","flag wallis futuna","wallis","futuna","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u74E6\u5229\u65AF\u7FA4\u5C9B\u548C\u5BCC\u56FE\u90A3\u7FA4\u5C9B"],"\u{1F1FC}\u{1F1F8}":["samoa flag","flag ws","flag: samoa","ws","flag","flag samoa","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8428\u6469\u4E9A"],"\u{1F1FD}\u{1F1F0}":["kosovo flag","flag xk","flag: kosovo","xk","flag","flag kosovo","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u79D1\u7D22\u6C83"],"\u{1F1FE}\u{1F1EA}":["yemen flag","flag ye","flag: yemen","ye","flag","flag yemen","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u53F6\u95E8"],"\u{1F1FE}\u{1F1F9}":["mayotte flag","flag yt","flag: mayotte","yt","flag","flag mayotte","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u9A6C\u7EA6\u7279\u5C9B"],"\u{1F1FF}\u{1F1E6}":["south africa flag","flag za","flag: south africa","za","flag","flag south africa","south","africa","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5357\u975E"],"\u{1F1FF}\u{1F1F2}":["zambia flag","flag zm","flag: zambia","zm","flag","flag zambia","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u5C1A\u6BD4\u4E9A"],"\u{1F1FF}\u{1F1FC}":["zimbabwe flag","flag zw","flag: zimbabwe","zw","flag","flag zimbabwe","nation","country","banner","\u65D7\u5E1C","\u65D7\u5B50","\u8F9B\u5DF4\u5A01"],"\u{1F3F4}\u{E0067}\u{E0062}\u{E0065}\u{E006E}\u{E0067}\u{E007F}":["england flag","flag england","flag: england","flag","gbeng","english","\u65D7\u5E1C","\u65D7\u5B50","\u82F1\u683C\u5170"],"\u{1F3F4}\u{E0067}\u{E0062}\u{E0073}\u{E0063}\u{E0074}\u{E007F}":["scotland flag","flag scotland","flag: scotland","flag","gbsct","scottish","\u65D7\u5E1C","\u65D7\u5B50","\u82CF\u683C\u5170"],"\u{1F3F4}\u{E0067}\u{E0062}\u{E0077}\u{E006C}\u{E0073}\u{E007F}":["wales flag","flag wales","flag: wales","flag","gbwls","welsh","\u65D7\u5E1C","\u65D7\u5B50","\u5A01\u5C14\u65AF"]},Cre=Object.freeze(Object.defineProperty({__proto__:null,emojis:r6,keywords:i6,default:{emojis:r6,keywords:i6}},Symbol.toStringTag,{value:"Module"}));A.tippy=hI,A.AnchorBox=mv,A.AuthError=Md,A.AuthHeader=vl,A.AutoScroll=zf,A.BaseURLHeader=fu,A.BasicCommands=E$,A.BlockExclusiveHook=XR,A.BlockLockerHook=cx,A.BlockLockerPasteHandler=Op,A.BlockResizer=ah,A.BrBox=fv,A.CodeBlock=CR,A.CodeLineBlock=ER,A.CodeTextDecorator=Sp,A.DOC_RE_AUTH_KEYS=Gp,A.DefaultShortcuts=Am,A.DocIdError=rN,A.DocReAuthCallbacks=vx,A.DragDrop=Oy,A.DrawioEmbed=SL,A.EditorBlocks=Xw,A.EditorBoxes=hv,A.EditorCommandProviders=u3,A.EditorComplexBlockPosition=vi,A.EditorComplexSelectionRange=ei,A.EditorDecorators=Ev,A.EditorEmbeds=Jw,A.EditorInsertions=Cv,A.EditorSimpleBlockPosition=mn,A.EditorSimpleSelectionRange=yn,A.EmbedBlock=Qw,A.EmbedBlockResizer=Pl,A.EnforceWithDocumentTitleHandler=YE,A.EventCallbacks=Fc,A.FILL_CHAR=T_,A.FileExtError=iN,A.GroupOrder=AT,A.HeadingBlockScrollListener=qJ,A.ImageBox=gv,A.InlineBoxCommandProvider=UT,A.InputtingInsertion=pv,A.LayoutBlock=bL,A.LayoutBlockCaptionInputHandler=Zx,A.LocalDoc=Yb,A.LogLevel=ia,A.Logger=Ei,A.MIN_DISTANCE_THRESHOLD=_y,A.ManualCloseDialog=Nd,A.ManualMenu=Aa,A.ManualToolbar=Cu,A.MarkdownInputHandler=Ip,A.MaxUserError=lC,A.Mindmap=mp,A.OnesEditorAutoSuggest=HC,A.OnesEditorCustomDataWrapper=by,A.OnesEditorExclusiveBlock=Da,A.OnesEditorHoveringBlock=jt,A.OnesEditorIcons=VN,A.OnesEditorQuickMenu=wp,A.OnesEditorToc=ps,A.OnesEditorTocProvider=Pa,A.OnesEditorToolbar=Du,A.OnesEditorTooltip=Qd,A.OnesEditorVersionsDialog=jS,A.PermissionError=_m,A.Popup=bu,A.ReAuthToolbar=W4,A.RemoteCarets=Y3,A.RemoteCaretsDecorator=bC,A.RemoteCaretsInsertion=Cb,A.RemoteUsers=wd,A.RequestReloadError=Od,A.RichText=jn,A.ShareDBDoc=Ud,A.ShareDBDocVersionsProvider=qL,A.ShareDBServer=Mm,A.SimpleCache=vy,A.StandardEmbedBlockCommands=$p,A.TEXT_STYLE_BACKGROUND_COLOR_PREFIX=J1,A.TEXT_STYLE_COLOR_PREFIX=Y1,A.TableBlock=oR,A.TableBlockCommandProvider=tp,A.TableShortcuts=jE,A.TextBlock=cr,A.TextBox=uv,A.TextColorItem=g2,A.TextStyleShortcuts=PE,A.TocEmbed=tL,A.ZERO_WIDTH_SPACE_CHAR=Ff,A.abbreviation=Ng,A.addAttribute=qg,A.addClass=q,A.addCommentToBlock=Nl,A.addDays=y7,A.addMetaToDoc=xd,A.addMonths=A7,A.animateScrollTo=ul,A.applyPlaceholderToBlock=oh,A.assert=p,A.autoShowHideTemplates=i0,A.bindKeyDownEvent=Lg,A.blobToDataUrl=zy,A.blockToDoc=Hb,A.blockToHtml=Ab,A.blockToMarkdown=am,A.blockToText=dd,A.blocksToDoc=_B,A.clearAllSelection=Tw,A.clientType=vt,A.cloneBlock=co,A.cloneChildContainer=mm,A.cloneDoc=Ib,A.cloneText=nv,A.commentToShareDbComment=pC,A.compareElement=Tg,A.comparePosition=V1,A.complexBlockAdjustSelectionPos=jg,A.complexBlockFindNearestChildBlock=ED,A.complexBlockGetAllChildContainers=In,A.complexBlockGetBottomChildContainers=rk,A.complexBlockGetDeepFirstChild=ek,A.complexBlockGetFirstSimpleChild=H1,A.complexBlockGetLastSimpleChild=Wc,A.complexBlockGetSelectedContainers=qc,A.complexBlockGetTopChildContainers=nk,A.containerToDoc=MB,A.continuousScroll=Zy,A.convertBlockFrom=$g,A.convertImageFileToPng=j4,A.convertImageSrcToPng=V4,A.converterIntercept=Lp,A.copyBlockAttributes=Iv,A.copyResourcesFromDoc=Xb,A.createBlockAnchor=es,A.createBlockCaretAnchor=ok,A.createBlockContentElement=Go,A.createBlockElement=xw,A.createBlockSimpleDocRange=nm,A.createBlockSimpleRange=bt,A.createBoxContentElement=ww,A.createBoxElement=Aw,A.createBoxOp=tv,A.createChildContainer=Ww,A.createComplexBlockPosition=St,A.createComplexDocPos=sv,A.createComplexDocRange=L_,A.createContainer=Qc,A.createContainerElement=B1,A.createDeleteOps=Jk,A.createEditor=yd,A.createEditorSelectionRange=pn,A.createElement=w,A.createEmptyContainer=Sr,A.createEmptyDoc=os,A.createEmptyTextBlockData=em,A.createExpandedRange=vg,A.createIconButton=zo,A.createImage=s1,A.createInsertOps=Zg,A.createInsertionContentElement=Bw,A.createInsertionElement=kw,A.createLocalEditor=pre,A.createOnesEditor=gre,A.createRange=By,A.createRichText=Al,A.createRootContainer=qw,A.createSimpleBlockPosition=ge,A.createSimpleDocPos=ov,A.createTextBlockData=so,A.createTextButton=_l,A.createTextOp=ti,A.createTextWithReplaceSoftReturn=cb,A.daysAfter=x1,A.deleteText=fb,A.diffDays=w7,A.disablePageScroll=b1,A.docToHtml=Bv,A.docToHtmlFragment=hd,A.docToMarkdown=Tv,A.docToText=ha,A.downloadImageAsPng=Wp,A.downloadImageToFile=q4,A.downloadObjectToFile=tA,A.downloadSvgToString=xL,A.editLink=Yd,A.editorAddComment=QX,A.editorAddTextAttribute=Vv,A.editorAutoInsertBlock=Dv,A.editorBreakTextBlock=iu,A.editorClearCompositionText=vb,A.editorClearSelectedContents=dm,A.editorCopyBlock=Wb,A.editorCopyDoc=xm,A.editorDeleteBlock=Rb,A.editorDeleteBlockText=Bb,A.editorDeleteBlockWithoutChildren=um,A.editorDeleteChildContainer=RM,A.editorDeleteChildContainers=_v,A.editorFocusToBlock=Lb,A.editorFocusToEnd=WM,A.editorGetBlockData=ao,A.editorGetBlockText=Zn,A.editorGetBlockTextEx=im,A.editorGetBoxData=lv,A.editorHandleKeyboardEvent=qB,A.editorInsertBlock=ru,A.editorInsertBoxToBlock=Sv,A.editorInsertDoc=Kv,A.editorInsertDocAt=Db,A.editorInsertText=kb,A.editorInsertTextToBlock=Rv,A.editorInsertTextToBlockEx=wb,A.editorMergeTextBlock=Mv,A.editorMoveDown=tB,A.editorMoveEnd=Fb,A.editorMoveHome=fB,A.editorMoveLeft=Zv,A.editorMoveLineEnd=EB,A.editorMoveLineHome=CB,A.editorMovePageDown=vB,A.editorMovePageUp=kB,A.editorMoveRight=Qv,A.editorMoveUp=eB,A.editorMoveWordEnd=lB,A.editorMoveWordLeft=aB,A.editorRangeClearColor=Hv,A.editorRangeGetColor=zv,A.editorRangeSetColor=jv,A.editorRemoveTextAttribute=DM,A.editorReplaceBlockText=hm,A.editorReplaceContainer=$v,A.editorRunOnce=Bm,A.editorSelectAll=$b,A.editorSelectContainer=bm,A.editorSelectDown=nB,A.editorSelectEnd=Kb,A.editorSelectHome=dB,A.editorSelectLeft=rB,A.editorSelectLineEnd=bB,A.editorSelectLineHome=pB,A.editorSelectPageDown=RB,A.editorSelectPageUp=TB,A.editorSelectRight=iB,A.editorSelectUp=oB,A.editorSelectWordEnd=uB,A.editorSelectWordLeft=cB,A.editorSetTextColor=ou,A.editorShowFindDialog=FG,A.editorToDocx=hre,A.editorUpdateBlockData=gm,A.editorUpdateCompositionText=Lv,A.editorUpdateEmbedData=Pv,A.enablePageScroll=C1,A.escapeHtmlText=Ig,A.escapeRegExp=k1,A.escapeSpace=i7,A.exclusiveBlock=sx,A.executeBlockCommand=Pw,A.executeEmbedBlockCommand=Nw,A.executeRangeCommand=c3,A.fileToDataUrl=Vc,A.findAfterOffsetNotType=mb,A.findAllText=Vb,A.findBlockByIndex=dw,A.findEventTargetBlock=Sy,A.findInsertionById=vw,A.findNextOffset=Y_,A.findNextVisibleSimpleBlock=g3,A.findPrevOffset=X_,A.findPrevOffsetNotType=gb,A.findPrevSimpleBlockBeforeChildContainer=tk,A.findPrevVisibleSimpleBlock=h3,A.findTarget=$c,A.findWordEnd=bb,A.findWordLeft=pb,A.format=qf,A.formatBytes=Qy,A.formatDate=y1,A.fragmentToHtml=Wy,A.fromBase64=$f,A.fromBase64ToBlob=m1,A.fromBase64ToUint8Array=m7,A.fromDocRange=ua,A.fromNowString=w1,A.genId=re,A.generateEditorContainerId=v1,A.getAllChildBlocks=G1,A.getAllQuickMenuItems=NE,A.getAllSelectedBlocks=ro,A.getAttributesAt=Jc,A.getBlockBackground=S1,A.getBlockByIndex=sa,A.getBlockCaretRect=ca,A.getBlockClass=He,A.getBlockClassByType=aa,A.getBlockClientRects=Yo,A.getBlockCommandsWithHook=O1,A.getBlockContent=$e,A.getBlockHeading=Qf,A.getBlockId=fe,A.getBlockIndex=Re,A.getBlockInfo=fh,A.getBlockKind=wi,A.getBlockMinWidth=Lw,A.getBlockNearestRangeFromPoint=q1,A.getBlockOptions=Zf,A.getBlockPath=Jo,A.getBlockProperties=_w,A.getBlockRangeFromPoint=Hg,A.getBlockStyles=O7,A.getBlockTextLength=Ee,A.getBlockTools=At,A.getBlockType=we,A.getBoxContent=I1,A.getBoxId=yw,A.getBoxTypeFromElement=Yf,A.getChildBlockCount=yi,A.getChildBlocks=ft,A.getChildOffset=fa,A.getClosestContainerByCondition=Sw,A.getColorFromAttributes=Q1,A.getColorFromContent=Pg,A.getComplexBlockClass=Xr,A.getContainerBlockOverrideOptions=U1,A.getContainerBlockPath=jw,A.getContainerBlocks=cw,A.getContainerBlocksElement=Gf,A.getContainerById=Gr,A.getContainerId=ue,A.getContainerMinWidth=K1,A.getContainerToolsElement=D7,A.getContainerWidth=Gw,A.getDistanceSquare=oa,A.getElementFromPoint=Pt,A.getElementOffset=Pf,A.getElementScale=Wr,A.getEmbedType=Wt,A.getExistsBlockTools=Fg,A.getExistsContainerById=Wf,A.getFileExt=Hf,A.getFirstChildBlock=Ft,A.getFirstClientRect=Bg,A.getHeadingBlockChildren=pl,A.getHeadingMenuOptions=IE,A.getHorizontalPadding=l1,A.getInsertionContent=D1,A.getLastChildBlock=tn,A.getLastClientRect=ll,A.getListAllNextBrothers=Tu,A.getLogger=_,A.getNextBlock=lt,A.getNextHiddenBlocks=$w,A.getNextValidOffset=El,A.getNextVisibleBlock=Jr,A.getOffsetFromPoint=a1,A.getOffsetInfoAfter=cd,A.getOffsetInfoBefore=om,A.getOpAt=Ik,A.getOpLength=zg,A.getParentBlock=Z,A.getParentBlockExcludeSelf=gl,A.getParentBox=L1,A.getParentContainer=oe,A.getPrevBlock=Ht,A.getPrevValidOffset=da,A.getPrevVisibleBlock=Yr,A.getRangeCommands=a3,A.getReferenceClientRect=G2,A.getRootBlock=Jf,A.getScrollContainer=en,A.getSpecialBlockCommands=Mw,A.getStandardEmbedBlockProperties=i4,A.getTextAfterOffset=W_,A.getTextAttributes=yb,A.getTextBeforeOffset=G_,A.getTextBlockChild=nd,A.getTextBlockClass=gw,A.getTextBlockContentChildTextLength=Qr,A.getTextBlockContentChildType=Vw,A.getTextBlockContentChildren=no,A.getTextLength=Vn,A.getTextOpLength=X1,A.getTextWidth=Og,A.getToolbar=lp,A.handleBlockElementUpdated=Iw,A.hasAltOnly=u7,A.hasClass=_e,A.hasCtrlOrCmd=$y,A.hasCtrlOrCmdOnly=c7,A.hashCode=sw,A.hideBlock=Ew,A.hideTemplates=aL,A.htmlToFragment=Mg,A.i18n=I,A.includeBigTable=TP,A.injectDocToHtmlFragment=Ed,A.injectStyle=Dy,A.inputActions=hO,A.insertEmptyBlock=P7,A.insertEmptyEmbedBlock=N1,A.insertText=is,A.intersectionCommands=qO,A.isBackspace=jy,A.isBlock=Wo,A.isBlockLocked=Mp,A.isBlockLockedByOthers=lx,A.isBlockLockedBySelf=dh,A.isBlockTools=Cw,A.isBox=Kg,A.isBoxOp=ts,A.isCJK=Fy,A.isChildContainer=Ai,A.isChildNode=mt,A.isCodeBlock=Pi,A.isCollapsedHeadingBlock=Br,A.isCollapsedRange=S_,A.isColumnsBlock=Uw,A.isComplexBlockPosition=bl,A.isComplexKindBlock=Ne,A.isContainer=to,A.isContainerBlocksElement=fw,A.isContainerSelectedAllChildBlocks=SB,A.isControlEvent=dl,A.isDelete=d7,A.isDraggingFiles=Ug,A.isElementVisible=Sg,A.isEmbedBlock=pt,A.isEmptyContainer=rd,A.isEmptyDoc=db,A.isEmptyTextBlock=yt,A.isEmptyTextBlockWithoutCompositionText=ih,A.isEnterOnly=Vy,A.isEscape=_g,A.isExclusiveBlock=uh,A.isExpandedHeadingBlock=Kw,A.isFirefox=Uf,A.isFirstChildBlockInComplexBlock=CD,A.isHeadingBlock=ln,A.isHighSurrogate=e7,A.isInBlock=_1,A.isInBlockTools=zc,A.isLayoutBlock=uL,A.isLetter=Py,A.isLowSurrogate=t7,A.isMatchShortcut=Qi,A.isMoveForward=a7,A.isNavigationEvent=s7,A.isNavigationKey=Ky,A.isNodeRemoved=Nf,A.isNumber=Ny,A.isPrintableKey=h1,A.isRootBlock=Zr,A.isRootContainer=Ze,A.isSafari=al,A.isSameDay=A1,A.isSelectBoxOnly=Ni,A.isShiftEnter=f7,A.isShiftTab=g7,A.isShortcutEvent=l7,A.isSimpleBlock=M7,A.isSimpleBlockPosition=Bi,A.isSimplePos=iv,A.isSimpleRange=tm,A.isSpace=Dg,A.isTab=h7,A.isTextBlockContentBoxChild=Tr,A.isTextBlockContentChild=ed,A.isTextBlockContentInsertionChild=Qo,A.isTextBlockContentTextChild=td,A.isTextKindBlock=le,A.isTextKindBlockType=Xf,A.isTitleBlock=Xo,A.isToday=ew,A.isValidOffset=lr,A.isVisibleBlock=la,A.isYesterday=tw,A.loadJs=Ry,A.loadJsPromise=cl,A.lockers=xi,A.mergeCommands=ap,A.mergeDocs=yl,A.mergeOps=ub,A.mergeText=v_,A.multiSplitText=_k,A.overflowText=nw,A.parseShortcut=Hy,A.patchNode=Vf,A.pointInRect=fl,A.rangeAddAttribute=sd,A.rangeGetTextColor=Kk,A.rangeRemoveAttribute=Yc,A.rangeSetTextColor=Nk,A.rangeTransformText=Ok,A.registerDragDrop=f1,A.removeAttribute=Z1,A.removeClass=ae,A.removeLastBr=A_,A.removePlaceholderFromBlock=AR,A.removeStyle=Iy,A.replaceAll=k7,A.replaceAllCaseInsensitive=v7,A.replaceAllText=IB,A.replaceText=Qg,A.requestDownload=Hc,A.resetListStart=Su,A.scrollIntoView=fd,A.scrollable=Jy,A.selectFile=jc,A.selectedBlockToDoc=Cm,A.selectionToDoc=su,A.setAttributes=Rg,A.setClipboardData=jf,A.setClipboardDataByEvent=C7,A.setColorToAttributes=Pk,A.setDataset=c1,A.setDefaultCursor=Kf,A.setStyles=u1,A.shareDBCommentToDocObject=mC,A.shareDBDocCommentToComment=G3,A.shortcutToDisplayText=gn,A.showBlock=R1,A.showDocVersions=bre,A.showTemplates=Xx,A.splitText=ar,A.splitToThree=bn,A.stringToDataUrl=p1,A.stringToObjectUrl=E1,A.subText=Mk,A.textNodeOffsetFromPoint=Ty,A.titleFromEditor=z4,A.toBase64URL=eo,A.toMindmap=gp,A.toPlainText=Lt,A.toPlainTextKeepLength=hb,A.trimChar=d1,A.unexclusiveBlock=ax,A.unicodeLength=n7,A.unicodeSubstr=r7,A.updateBlockSelection=Rw,A.updateOpAttributes=rv,A.updateTextBlockContent=q_,A.updateUrl=g1;for(const n in Ut)n!=="default"&&!A.hasOwnProperty(n)&&Object.defineProperty(A,n,{enumerable:!0,get:()=>Ut[n]});Object.defineProperties(A,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});