@touchvue/chat 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +70 -0
- package/es/_virtual/_commonjsHelpers.mjs +6 -0
- package/es/_virtual/_commonjsHelpers.mjs.map +1 -0
- package/es/_virtual/_plugin-vue_export-helper.mjs +10 -0
- package/es/_virtual/_plugin-vue_export-helper.mjs.map +1 -0
- package/es/_virtual/emphasis.mjs +4 -0
- package/es/_virtual/emphasis.mjs.map +1 -0
- package/es/_virtual/html_re.mjs +4 -0
- package/es/_virtual/html_re.mjs.map +1 -0
- package/es/_virtual/index.mjs +4 -0
- package/es/_virtual/index.mjs.map +1 -0
- package/es/_virtual/index2.mjs +4 -0
- package/es/_virtual/index2.mjs.map +1 -0
- package/es/_virtual/index3.mjs +4 -0
- package/es/_virtual/index3.mjs.map +1 -0
- package/es/_virtual/strikethrough.mjs +4 -0
- package/es/_virtual/strikethrough.mjs.map +1 -0
- package/es/_virtual/utils.mjs +4 -0
- package/es/_virtual/utils.mjs.map +1 -0
- package/es/assets/Avatar-AI-8c9ec26060b39bf7.png +0 -0
- package/es/assets/bgimage-ef345ea032b1fc13.png +0 -0
- package/es/assets/icon-ac4086674fbfd358.png +0 -0
- package/es/assets/link-45d328ddcc34e562.png +0 -0
- package/es/index.d.ts +9 -0
- package/es/index.mjs +30 -0
- package/es/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.mjs +4253 -0
- package/es/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/core.mjs +2524 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/core.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/actionscript.mjs +120 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/actionscript.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ada.mjs +201 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ada.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/bash.mjs +176 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/bash.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c-like.mjs +508 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c-like.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c.mjs +316 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/cpp.mjs +471 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/cpp.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/csharp.mjs +448 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/csharp.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/css.mjs +615 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/css.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/d.mjs +278 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/d.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/dart.mjs +206 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/dart.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/delphi.mjs +133 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/delphi.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang-repl.mjs +93 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang-repl.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang.mjs +206 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fortran.mjs +166 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fortran.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fsharp.mjs +93 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fsharp.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/go.mjs +81 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/go.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/groovy.mjs +181 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/groovy.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/handlebars.mjs +331 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/handlebars.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/haskell.mjs +180 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/haskell.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/htmlbars.mjs +359 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/htmlbars.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ini.mjs +180 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ini.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/java.mjs +188 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/java.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/json.mjs +70 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/json.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia-repl.mjs +57 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia-repl.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia.mjs +423 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/kotlin.mjs +291 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/kotlin.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lisp.mjs +118 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lisp.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lua.mjs +89 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lua.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/matlab.mjs +113 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/matlab.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/objectivec.mjs +128 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/objectivec.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/perl.mjs +522 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/perl.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/php.mjs +211 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/php.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/powershell.mjs +338 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/powershell.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/prolog.mjs +109 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/prolog.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/python.mjs +453 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/python.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/r.mjs +238 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/r.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ruby.mjs +394 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ruby.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/rust.mjs +153 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/rust.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sas.mjs +140 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sas.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scala.mjs +147 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scala.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scheme.mjs +214 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scheme.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/shell.mjs +37 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/shell.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sql.mjs +706 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sql.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/swift.mjs +880 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/swift.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/typescript.mjs +704 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/typescript.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript-html.mjs +31 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript-html.mjs.map +1 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript.mjs +116 -0
- package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript.mjs.map +1 -0
- package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.mjs +638 -0
- package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.mjs +196 -0
- package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-abbr@2.0.0/node_modules/markdown-it-abbr/index.mjs +146 -0
- package/es/node_modules/.pnpm/markdown-it-abbr@2.0.0/node_modules/markdown-it-abbr/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-container@4.0.0/node_modules/markdown-it-container/index.mjs +142 -0
- package/es/node_modules/.pnpm/markdown-it-container@4.0.0/node_modules/markdown-it-container/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-deflist@3.0.0/node_modules/markdown-it-deflist/index.mjs +206 -0
- package/es/node_modules/.pnpm/markdown-it-deflist@3.0.0/node_modules/markdown-it-deflist/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/bare.mjs +24 -0
- package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/bare.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/full.mjs +1909 -0
- package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/full.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/shortcuts.mjs +45 -0
- package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/shortcuts.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/full.mjs +18 -0
- package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/full.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/normalize_opts.mjs +61 -0
- package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/normalize_opts.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/render.mjs +6 -0
- package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/render.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/replace.mjs +88 -0
- package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/replace.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-footnote@4.0.0/node_modules/markdown-it-footnote/index.mjs +355 -0
- package/es/node_modules/.pnpm/markdown-it-footnote@4.0.0/node_modules/markdown-it-footnote/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-ins@4.0.0/node_modules/markdown-it-ins/index.mjs +126 -0
- package/es/node_modules/.pnpm/markdown-it-ins@4.0.0/node_modules/markdown-it-ins/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-mark@4.0.0/node_modules/markdown-it-mark/index.mjs +126 -0
- package/es/node_modules/.pnpm/markdown-it-mark@4.0.0/node_modules/markdown-it-mark/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-sub@2.0.0/node_modules/markdown-it-sub/index.mjs +63 -0
- package/es/node_modules/.pnpm/markdown-it-sub@2.0.0/node_modules/markdown-it-sub/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it-sup@2.0.0/node_modules/markdown-it-sup/index.mjs +63 -0
- package/es/node_modules/.pnpm/markdown-it-sup@2.0.0/node_modules/markdown-it-sup/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.mjs +9 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.mjs +7 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.mjs +67 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.mjs +29 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.mjs +324 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.mjs +11 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs +83 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.mjs +44 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.mjs +56 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.mjs +596 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.mjs +138 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.mjs +69 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.mjs +197 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.mjs +78 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.mjs +39 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.mjs +59 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.mjs +346 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.mjs +354 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.mjs +286 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.mjs +32 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.mjs +96 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.mjs +57 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.mjs +47 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.mjs +76 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.mjs +81 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.mjs +366 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.mjs +50 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.mjs +197 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.mjs +234 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.mjs +223 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.mjs +16 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.mjs +14 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.mjs +132 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.mjs +19 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.mjs +97 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.mjs +202 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.mjs +21 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.mjs +74 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.mjs +61 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs +128 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.mjs +130 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.mjs +51 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.mjs +54 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.mjs +48 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.mjs +154 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.mjs +150 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.mjs +48 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.mjs +156 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs +130 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.mjs +56 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.mjs +33 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.mjs +199 -0
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.mjs.map +1 -0
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.mjs +121 -0
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.mjs.map +1 -0
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.mjs +97 -0
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.mjs.map +1 -0
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.mjs +24 -0
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.mjs.map +1 -0
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.mjs +13 -0
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.mjs +292 -0
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.mjs.map +1 -0
- package/es/node_modules/.pnpm/throttle-debounce@5.0.2/node_modules/throttle-debounce/esm/index.mjs +136 -0
- package/es/node_modules/.pnpm/throttle-debounce@5.0.2/node_modules/throttle-debounce/esm/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.mjs +12 -0
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.mjs +12 -0
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.mjs +4 -0
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.mjs +12 -0
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.mjs +23 -0
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.mjs +12 -0
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.mjs.map +1 -0
- package/es/package.json.css +1 -0
- package/es/package.json.mjs +101 -0
- package/es/package.json.mjs.map +1 -0
- package/es/packages/components/index.mjs +3 -0
- package/es/packages/components/index.mjs.map +1 -0
- package/es/packages/components/package.json.mjs +36 -0
- package/es/packages/components/package.json.mjs.map +1 -0
- package/es/packages/components/resolver.mjs +31 -0
- package/es/packages/components/resolver.mjs.map +1 -0
- package/es/packages/components/touchchat/component/CardView.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/CardView.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/CardView.vue2.mjs +135 -0
- package/es/packages/components/touchchat/component/CardView.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/FileView.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/FileView.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/FileView.vue2.mjs +62 -0
- package/es/packages/components/touchchat/component/FileView.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/HelloChat.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/HelloChat.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/HelloChat.vue2.mjs +58 -0
- package/es/packages/components/touchchat/component/HelloChat.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/ImageView.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/ImageView.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/ImageView.vue2.mjs +31 -0
- package/es/packages/components/touchchat/component/ImageView.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/LinkView.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/LinkView.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/LinkView.vue2.mjs +75 -0
- package/es/packages/components/touchchat/component/LinkView.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/img/AI.png.mjs +4 -0
- package/es/packages/components/touchchat/img/AI.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/asir.png.mjs +4 -0
- package/es/packages/components/touchchat/img/asir.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/bgimage.png.mjs +4 -0
- package/es/packages/components/touchchat/img/bgimage.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/link.png.mjs +4 -0
- package/es/packages/components/touchchat/img/link.png.mjs.map +1 -0
- package/es/packages/components/touchchat/index.mjs +9 -0
- package/es/packages/components/touchchat/index.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/AiMessage.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiChat/AiMessage.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/AiMessage.vue2.mjs +342 -0
- package/es/packages/components/touchchat/src/AiChat/AiMessage.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/ChatInput.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiChat/ChatInput.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/ChatInput.vue2.mjs +182 -0
- package/es/packages/components/touchchat/src/AiChat/ChatInput.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/HistoryList.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiChat/HistoryList.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/HistoryList.vue2.mjs +450 -0
- package/es/packages/components/touchchat/src/AiChat/HistoryList.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.mjs +105 -0
- package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/MessageActions.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiChat/MessageActions.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/MessageActions.vue2.mjs +267 -0
- package/es/packages/components/touchchat/src/AiChat/MessageActions.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/TouchChat.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiChat/TouchChat.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/TouchChat.vue2.mjs +843 -0
- package/es/packages/components/touchchat/src/AiChat/TouchChat.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue2.mjs +212 -0
- package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/UserMessage.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiChat/UserMessage.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/UserMessage.vue2.mjs +133 -0
- package/es/packages/components/touchchat/src/AiChat/UserMessage.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.mjs +632 -0
- package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/Content.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiRobot/Content.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/Content.vue2.mjs +263 -0
- package/es/packages/components/touchchat/src/AiRobot/Content.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/Header.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiRobot/Header.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/Header.vue2.mjs +197 -0
- package/es/packages/components/touchchat/src/AiRobot/Header.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/Input.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiRobot/Input.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/Input.vue2.mjs +67 -0
- package/es/packages/components/touchchat/src/AiRobot/Input.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/Scene.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiRobot/Scene.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/Scene.vue2.mjs +48 -0
- package/es/packages/components/touchchat/src/AiRobot/Scene.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/component/HelloChat.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiRobot/component/HelloChat.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.mjs +267 -0
- package/es/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/component/face.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiRobot/component/face.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/component/face.vue2.mjs +89 -0
- package/es/packages/components/touchchat/src/AiRobot/component/face.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/component/letter.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiRobot/component/letter.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/component/letter.vue2.mjs +64 -0
- package/es/packages/components/touchchat/src/AiRobot/component/letter.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.mjs +36 -0
- package/es/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/component/start.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiRobot/component/start.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/component/start.vue2.mjs +36 -0
- package/es/packages/components/touchchat/src/AiRobot/component/start.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.mjs +4 -0
- package/es/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/img/icon.png.mjs +4 -0
- package/es/packages/components/touchchat/src/AiRobot/img/icon.png.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/index.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiRobot/index.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiRobot/index.vue2.mjs +81 -0
- package/es/packages/components/touchchat/src/AiRobot/index.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/index.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/index.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/index.vue2.mjs +147 -0
- package/es/packages/components/touchchat/src/index.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/utils/chatRobot.mjs +111 -0
- package/es/packages/components/touchchat/utils/chatRobot.mjs.map +1 -0
- package/es/packages/components/touchchat/utils/deepCloneDom.mjs +59 -0
- package/es/packages/components/touchchat/utils/deepCloneDom.mjs.map +1 -0
- package/es/packages/components/touchchat/utils/fetchStream.mjs +103 -0
- package/es/packages/components/touchchat/utils/fetchStream.mjs.map +1 -0
- package/es/packages/components/touchchat/utils/hight-it.mjs +114 -0
- package/es/packages/components/touchchat/utils/hight-it.mjs.map +1 -0
- package/es/packages/components/touchchat/utils/markdown.mjs +42 -0
- package/es/packages/components/touchchat/utils/markdown.mjs.map +1 -0
- package/es/packages/components/touchchat/utils/socket.mjs +196 -0
- package/es/packages/components/touchchat/utils/socket.mjs.map +1 -0
- package/es/packages/components/touchchat/utils/tools.mjs +74 -0
- package/es/packages/components/touchchat/utils/tools.mjs.map +1 -0
- package/es/packages/components/touchchat/utils/uuid.mjs +15 -0
- package/es/packages/components/touchchat/utils/uuid.mjs.map +1 -0
- package/es/packages/utils/config.mjs +18 -0
- package/es/packages/utils/config.mjs.map +1 -0
- package/es/packages/utils/index.mjs +3 -0
- package/es/packages/utils/index.mjs.map +1 -0
- package/es/packages/utils/package.json.mjs +36 -0
- package/es/packages/utils/package.json.mjs.map +1 -0
- package/es/packages/utils/types.mjs +23 -0
- package/es/packages/utils/types.mjs.map +1 -0
- package/global.d.ts +9 -0
- package/lib/_virtual/_commonjsHelpers.js +8 -0
- package/lib/_virtual/_commonjsHelpers.js.map +1 -0
- package/lib/_virtual/_plugin-vue_export-helper.js +14 -0
- package/lib/_virtual/_plugin-vue_export-helper.js.map +1 -0
- package/lib/_virtual/emphasis.js +6 -0
- package/lib/_virtual/emphasis.js.map +1 -0
- package/lib/_virtual/html_re.js +6 -0
- package/lib/_virtual/html_re.js.map +1 -0
- package/lib/_virtual/index.js +6 -0
- package/lib/_virtual/index.js.map +1 -0
- package/lib/_virtual/index2.js +6 -0
- package/lib/_virtual/index2.js.map +1 -0
- package/lib/_virtual/index3.js +6 -0
- package/lib/_virtual/index3.js.map +1 -0
- package/lib/_virtual/strikethrough.js +6 -0
- package/lib/_virtual/strikethrough.js.map +1 -0
- package/lib/_virtual/utils.js +6 -0
- package/lib/_virtual/utils.js.map +1 -0
- package/lib/assets/Avatar-AI-8c9ec26060b39bf7.png +0 -0
- package/lib/assets/bgimage-ef345ea032b1fc13.png +0 -0
- package/lib/assets/icon-ac4086674fbfd358.png +0 -0
- package/lib/assets/link-45d328ddcc34e562.png +0 -0
- package/lib/index.d.ts +9 -0
- package/lib/index.js +36 -0
- package/lib/index.js.map +1 -0
- package/lib/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.js +6380 -0
- package/lib/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/core.js +2528 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/core.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/actionscript.js +124 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/actionscript.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ada.js +205 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ada.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/bash.js +180 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/bash.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c-like.js +512 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c-like.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c.js +320 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/cpp.js +475 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/cpp.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/csharp.js +452 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/csharp.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/css.js +619 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/css.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/d.js +282 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/d.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/dart.js +210 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/dart.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/delphi.js +137 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/delphi.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang-repl.js +97 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang-repl.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang.js +210 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fortran.js +170 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fortran.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fsharp.js +97 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fsharp.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/go.js +85 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/go.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/groovy.js +185 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/groovy.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/handlebars.js +335 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/handlebars.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/haskell.js +184 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/haskell.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/htmlbars.js +363 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/htmlbars.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ini.js +184 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ini.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/java.js +192 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/java.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/json.js +74 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/json.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia-repl.js +61 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia-repl.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia.js +427 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/kotlin.js +295 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/kotlin.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lisp.js +122 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lisp.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lua.js +93 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lua.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/matlab.js +117 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/matlab.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/objectivec.js +132 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/objectivec.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/perl.js +526 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/perl.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/php.js +215 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/php.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/powershell.js +342 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/powershell.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/prolog.js +113 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/prolog.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/python.js +457 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/python.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/r.js +242 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/r.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ruby.js +398 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ruby.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/rust.js +157 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/rust.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sas.js +144 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sas.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scala.js +151 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scala.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scheme.js +218 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scheme.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/shell.js +41 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/shell.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sql.js +710 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sql.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/swift.js +884 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/swift.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/typescript.js +708 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/typescript.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript-html.js +35 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript-html.js.map +1 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript.js +120 -0
- package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript.js.map +1 -0
- package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.js +640 -0
- package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.js.map +1 -0
- package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.js +198 -0
- package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-abbr@2.0.0/node_modules/markdown-it-abbr/index.js +150 -0
- package/lib/node_modules/.pnpm/markdown-it-abbr@2.0.0/node_modules/markdown-it-abbr/index.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-container@4.0.0/node_modules/markdown-it-container/index.js +146 -0
- package/lib/node_modules/.pnpm/markdown-it-container@4.0.0/node_modules/markdown-it-container/index.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-deflist@3.0.0/node_modules/markdown-it-deflist/index.js +210 -0
- package/lib/node_modules/.pnpm/markdown-it-deflist@3.0.0/node_modules/markdown-it-deflist/index.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/bare.js +28 -0
- package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/bare.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/full.js +1913 -0
- package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/full.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/shortcuts.js +49 -0
- package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/shortcuts.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/full.js +22 -0
- package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/full.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/normalize_opts.js +65 -0
- package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/normalize_opts.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/render.js +10 -0
- package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/render.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/replace.js +92 -0
- package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/replace.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-footnote@4.0.0/node_modules/markdown-it-footnote/index.js +359 -0
- package/lib/node_modules/.pnpm/markdown-it-footnote@4.0.0/node_modules/markdown-it-footnote/index.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-ins@4.0.0/node_modules/markdown-it-ins/index.js +130 -0
- package/lib/node_modules/.pnpm/markdown-it-ins@4.0.0/node_modules/markdown-it-ins/index.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-mark@4.0.0/node_modules/markdown-it-mark/index.js +130 -0
- package/lib/node_modules/.pnpm/markdown-it-mark@4.0.0/node_modules/markdown-it-mark/index.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-sub@2.0.0/node_modules/markdown-it-sub/index.js +67 -0
- package/lib/node_modules/.pnpm/markdown-it-sub@2.0.0/node_modules/markdown-it-sub/index.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it-sup@2.0.0/node_modules/markdown-it-sup/index.js +67 -0
- package/lib/node_modules/.pnpm/markdown-it-sup@2.0.0/node_modules/markdown-it-sup/index.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.js +13 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.js +9 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.js +69 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.js +33 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.js +326 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.js +15 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.js +85 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.js +46 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.js +58 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.js +598 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.js +140 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.js +71 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.js +199 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.js +80 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.js +41 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.js +61 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.js +348 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.js +356 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.js +288 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.js +34 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.js +98 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.js +59 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.js +49 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.js +78 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.js +83 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.js +368 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.js +52 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.js +199 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.js +236 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.js +225 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.js +18 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.js +16 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.js +134 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.js +21 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.js +99 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.js +204 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.js +23 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.js +76 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.js +63 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +130 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.js +134 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.js +53 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.js +56 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.js +50 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.js +156 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.js +152 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.js +50 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.js +158 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.js +134 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.js +58 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.js +35 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.js +201 -0
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.js.map +1 -0
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js +123 -0
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js.map +1 -0
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js +99 -0
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js.map +1 -0
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js +26 -0
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js.map +1 -0
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js +17 -0
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js.map +1 -0
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.js +294 -0
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.js.map +1 -0
- package/lib/node_modules/.pnpm/throttle-debounce@5.0.2/node_modules/throttle-debounce/esm/index.js +138 -0
- package/lib/node_modules/.pnpm/throttle-debounce@5.0.2/node_modules/throttle-debounce/esm/index.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js +14 -0
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js +14 -0
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js +6 -0
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js +14 -0
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js +25 -0
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js +14 -0
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js.map +1 -0
- package/lib/package.json.css +1 -0
- package/lib/package.json.js +120 -0
- package/lib/package.json.js.map +1 -0
- package/lib/packages/components/index.js +11 -0
- package/lib/packages/components/index.js.map +1 -0
- package/lib/packages/components/package.json.js +47 -0
- package/lib/packages/components/package.json.js.map +1 -0
- package/lib/packages/components/resolver.js +36 -0
- package/lib/packages/components/resolver.js.map +1 -0
- package/lib/packages/components/touchchat/component/CardView.vue.js +11 -0
- package/lib/packages/components/touchchat/component/CardView.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/CardView.vue2.js +139 -0
- package/lib/packages/components/touchchat/component/CardView.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/FileView.vue.js +11 -0
- package/lib/packages/components/touchchat/component/FileView.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/FileView.vue2.js +66 -0
- package/lib/packages/components/touchchat/component/FileView.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/HelloChat.vue.js +11 -0
- package/lib/packages/components/touchchat/component/HelloChat.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/HelloChat.vue2.js +62 -0
- package/lib/packages/components/touchchat/component/HelloChat.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/ImageView.vue.js +11 -0
- package/lib/packages/components/touchchat/component/ImageView.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/ImageView.vue2.js +35 -0
- package/lib/packages/components/touchchat/component/ImageView.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/LinkView.vue.js +11 -0
- package/lib/packages/components/touchchat/component/LinkView.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/LinkView.vue2.js +79 -0
- package/lib/packages/components/touchchat/component/LinkView.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/img/AI.png.js +8 -0
- package/lib/packages/components/touchchat/img/AI.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/asir.png.js +8 -0
- package/lib/packages/components/touchchat/img/asir.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/bgimage.png.js +8 -0
- package/lib/packages/components/touchchat/img/bgimage.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file.png.js +8 -0
- package/lib/packages/components/touchchat/img/file.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/link.png.js +8 -0
- package/lib/packages/components/touchchat/img/link.png.js.map +1 -0
- package/lib/packages/components/touchchat/index.js +12 -0
- package/lib/packages/components/touchchat/index.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue2.js +346 -0
- package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue2.js +186 -0
- package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue2.js +454 -0
- package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.js +109 -0
- package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue2.js +271 -0
- package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue2.js +847 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue2.js +216 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue2.js +137 -0
- package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.js +636 -0
- package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/Content.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiRobot/Content.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/Content.vue2.js +267 -0
- package/lib/packages/components/touchchat/src/AiRobot/Content.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/Header.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiRobot/Header.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/Header.vue2.js +201 -0
- package/lib/packages/components/touchchat/src/AiRobot/Header.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/Input.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiRobot/Input.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/Input.vue2.js +71 -0
- package/lib/packages/components/touchchat/src/AiRobot/Input.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/Scene.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiRobot/Scene.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/Scene.vue2.js +52 -0
- package/lib/packages/components/touchchat/src/AiRobot/Scene.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/HelloChat.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/HelloChat.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.js +271 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/face.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/face.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/face.vue2.js +93 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/face.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/letter.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/letter.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/letter.vue2.js +68 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/letter.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.js +40 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/start.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/start.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/start.vue2.js +40 -0
- package/lib/packages/components/touchchat/src/AiRobot/component/start.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.js +8 -0
- package/lib/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/img/icon.png.js +8 -0
- package/lib/packages/components/touchchat/src/AiRobot/img/icon.png.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/index.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiRobot/index.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiRobot/index.vue2.js +85 -0
- package/lib/packages/components/touchchat/src/AiRobot/index.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/index.vue.js +11 -0
- package/lib/packages/components/touchchat/src/index.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/index.vue2.js +151 -0
- package/lib/packages/components/touchchat/src/index.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/utils/chatRobot.js +113 -0
- package/lib/packages/components/touchchat/utils/chatRobot.js.map +1 -0
- package/lib/packages/components/touchchat/utils/deepCloneDom.js +61 -0
- package/lib/packages/components/touchchat/utils/deepCloneDom.js.map +1 -0
- package/lib/packages/components/touchchat/utils/fetchStream.js +105 -0
- package/lib/packages/components/touchchat/utils/fetchStream.js.map +1 -0
- package/lib/packages/components/touchchat/utils/hight-it.js +118 -0
- package/lib/packages/components/touchchat/utils/hight-it.js.map +1 -0
- package/lib/packages/components/touchchat/utils/markdown.js +46 -0
- package/lib/packages/components/touchchat/utils/markdown.js.map +1 -0
- package/lib/packages/components/touchchat/utils/socket.js +199 -0
- package/lib/packages/components/touchchat/utils/socket.js.map +1 -0
- package/lib/packages/components/touchchat/utils/tools.js +79 -0
- package/lib/packages/components/touchchat/utils/tools.js.map +1 -0
- package/lib/packages/components/touchchat/utils/uuid.js +19 -0
- package/lib/packages/components/touchchat/utils/uuid.js.map +1 -0
- package/lib/packages/utils/config.js +21 -0
- package/lib/packages/utils/config.js.map +1 -0
- package/lib/packages/utils/index.js +12 -0
- package/lib/packages/utils/index.js.map +1 -0
- package/lib/packages/utils/package.json.js +50 -0
- package/lib/packages/utils/package.json.js.map +1 -0
- package/lib/packages/utils/types.js +26 -0
- package/lib/packages/utils/types.js.map +1 -0
- package/package.json +83 -0
- package/theme/components/index.css +3 -0
- package/theme/img/default.png +0 -0
- package/theme/index.css +6 -0
- package/theme/skin/default.css +6 -0
- package/types/global.d.ts +9 -0
|
@@ -0,0 +1,1913 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
// Generated, don't edit
|
|
6
|
+
var emojies_defs = {
|
|
7
|
+
"100": "đŻ",
|
|
8
|
+
"1234": "đ˘",
|
|
9
|
+
"grinning": "đ",
|
|
10
|
+
"smiley": "đ",
|
|
11
|
+
"smile": "đ",
|
|
12
|
+
"grin": "đ",
|
|
13
|
+
"laughing": "đ",
|
|
14
|
+
"satisfied": "đ",
|
|
15
|
+
"sweat_smile": "đ
",
|
|
16
|
+
"rofl": "đ¤Ł",
|
|
17
|
+
"joy": "đ",
|
|
18
|
+
"slightly_smiling_face": "đ",
|
|
19
|
+
"upside_down_face": "đ",
|
|
20
|
+
"melting_face": "đŤ ",
|
|
21
|
+
"wink": "đ",
|
|
22
|
+
"blush": "đ",
|
|
23
|
+
"innocent": "đ",
|
|
24
|
+
"smiling_face_with_three_hearts": "đĽ°",
|
|
25
|
+
"heart_eyes": "đ",
|
|
26
|
+
"star_struck": "đ¤Š",
|
|
27
|
+
"kissing_heart": "đ",
|
|
28
|
+
"kissing": "đ",
|
|
29
|
+
"relaxed": "âşď¸",
|
|
30
|
+
"kissing_closed_eyes": "đ",
|
|
31
|
+
"kissing_smiling_eyes": "đ",
|
|
32
|
+
"smiling_face_with_tear": "đĽ˛",
|
|
33
|
+
"yum": "đ",
|
|
34
|
+
"stuck_out_tongue": "đ",
|
|
35
|
+
"stuck_out_tongue_winking_eye": "đ",
|
|
36
|
+
"zany_face": "đ¤Ş",
|
|
37
|
+
"stuck_out_tongue_closed_eyes": "đ",
|
|
38
|
+
"money_mouth_face": "đ¤",
|
|
39
|
+
"hugs": "đ¤",
|
|
40
|
+
"hand_over_mouth": "đ¤",
|
|
41
|
+
"face_with_open_eyes_and_hand_over_mouth": "đŤ˘",
|
|
42
|
+
"face_with_peeking_eye": "đŤŁ",
|
|
43
|
+
"shushing_face": "đ¤Ť",
|
|
44
|
+
"thinking": "đ¤",
|
|
45
|
+
"saluting_face": "đŤĄ",
|
|
46
|
+
"zipper_mouth_face": "đ¤",
|
|
47
|
+
"raised_eyebrow": "đ¤¨",
|
|
48
|
+
"neutral_face": "đ",
|
|
49
|
+
"expressionless": "đ",
|
|
50
|
+
"no_mouth": "đś",
|
|
51
|
+
"dotted_line_face": "đŤĽ",
|
|
52
|
+
"face_in_clouds": "đśâđŤď¸",
|
|
53
|
+
"smirk": "đ",
|
|
54
|
+
"unamused": "đ",
|
|
55
|
+
"roll_eyes": "đ",
|
|
56
|
+
"grimacing": "đŹ",
|
|
57
|
+
"face_exhaling": "đŽâđ¨",
|
|
58
|
+
"lying_face": "đ¤Ľ",
|
|
59
|
+
"shaking_face": "đŤ¨",
|
|
60
|
+
"relieved": "đ",
|
|
61
|
+
"pensive": "đ",
|
|
62
|
+
"sleepy": "đŞ",
|
|
63
|
+
"drooling_face": "đ¤¤",
|
|
64
|
+
"sleeping": "đ´",
|
|
65
|
+
"mask": "đˇ",
|
|
66
|
+
"face_with_thermometer": "đ¤",
|
|
67
|
+
"face_with_head_bandage": "đ¤",
|
|
68
|
+
"nauseated_face": "đ¤˘",
|
|
69
|
+
"vomiting_face": "đ¤Ž",
|
|
70
|
+
"sneezing_face": "đ¤§",
|
|
71
|
+
"hot_face": "đĽľ",
|
|
72
|
+
"cold_face": "đĽś",
|
|
73
|
+
"woozy_face": "đĽ´",
|
|
74
|
+
"dizzy_face": "đľ",
|
|
75
|
+
"face_with_spiral_eyes": "đľâđŤ",
|
|
76
|
+
"exploding_head": "đ¤Ż",
|
|
77
|
+
"cowboy_hat_face": "đ¤ ",
|
|
78
|
+
"partying_face": "đĽł",
|
|
79
|
+
"disguised_face": "đĽ¸",
|
|
80
|
+
"sunglasses": "đ",
|
|
81
|
+
"nerd_face": "đ¤",
|
|
82
|
+
"monocle_face": "đ§",
|
|
83
|
+
"confused": "đ",
|
|
84
|
+
"face_with_diagonal_mouth": "đŤ¤",
|
|
85
|
+
"worried": "đ",
|
|
86
|
+
"slightly_frowning_face": "đ",
|
|
87
|
+
"frowning_face": "âšď¸",
|
|
88
|
+
"open_mouth": "đŽ",
|
|
89
|
+
"hushed": "đŻ",
|
|
90
|
+
"astonished": "đ˛",
|
|
91
|
+
"flushed": "đł",
|
|
92
|
+
"pleading_face": "đĽş",
|
|
93
|
+
"face_holding_back_tears": "đĽš",
|
|
94
|
+
"frowning": "đŚ",
|
|
95
|
+
"anguished": "đ§",
|
|
96
|
+
"fearful": "đ¨",
|
|
97
|
+
"cold_sweat": "đ°",
|
|
98
|
+
"disappointed_relieved": "đĽ",
|
|
99
|
+
"cry": "đ˘",
|
|
100
|
+
"sob": "đ",
|
|
101
|
+
"scream": "đą",
|
|
102
|
+
"confounded": "đ",
|
|
103
|
+
"persevere": "đŁ",
|
|
104
|
+
"disappointed": "đ",
|
|
105
|
+
"sweat": "đ",
|
|
106
|
+
"weary": "đŠ",
|
|
107
|
+
"tired_face": "đŤ",
|
|
108
|
+
"yawning_face": "đĽą",
|
|
109
|
+
"triumph": "đ¤",
|
|
110
|
+
"rage": "đĄ",
|
|
111
|
+
"pout": "đĄ",
|
|
112
|
+
"angry": "đ ",
|
|
113
|
+
"cursing_face": "đ¤Ź",
|
|
114
|
+
"smiling_imp": "đ",
|
|
115
|
+
"imp": "đż",
|
|
116
|
+
"skull": "đ",
|
|
117
|
+
"skull_and_crossbones": "â ď¸",
|
|
118
|
+
"hankey": "đŠ",
|
|
119
|
+
"poop": "đŠ",
|
|
120
|
+
"shit": "đŠ",
|
|
121
|
+
"clown_face": "đ¤Ą",
|
|
122
|
+
"japanese_ogre": "đš",
|
|
123
|
+
"japanese_goblin": "đş",
|
|
124
|
+
"ghost": "đť",
|
|
125
|
+
"alien": "đ˝",
|
|
126
|
+
"space_invader": "đž",
|
|
127
|
+
"robot": "đ¤",
|
|
128
|
+
"smiley_cat": "đş",
|
|
129
|
+
"smile_cat": "đ¸",
|
|
130
|
+
"joy_cat": "đš",
|
|
131
|
+
"heart_eyes_cat": "đť",
|
|
132
|
+
"smirk_cat": "đź",
|
|
133
|
+
"kissing_cat": "đ˝",
|
|
134
|
+
"scream_cat": "đ",
|
|
135
|
+
"crying_cat_face": "đż",
|
|
136
|
+
"pouting_cat": "đž",
|
|
137
|
+
"see_no_evil": "đ",
|
|
138
|
+
"hear_no_evil": "đ",
|
|
139
|
+
"speak_no_evil": "đ",
|
|
140
|
+
"love_letter": "đ",
|
|
141
|
+
"cupid": "đ",
|
|
142
|
+
"gift_heart": "đ",
|
|
143
|
+
"sparkling_heart": "đ",
|
|
144
|
+
"heartpulse": "đ",
|
|
145
|
+
"heartbeat": "đ",
|
|
146
|
+
"revolving_hearts": "đ",
|
|
147
|
+
"two_hearts": "đ",
|
|
148
|
+
"heart_decoration": "đ",
|
|
149
|
+
"heavy_heart_exclamation": "âŁď¸",
|
|
150
|
+
"broken_heart": "đ",
|
|
151
|
+
"heart_on_fire": "â¤ď¸âđĽ",
|
|
152
|
+
"mending_heart": "â¤ď¸âđŠš",
|
|
153
|
+
"heart": "â¤ď¸",
|
|
154
|
+
"pink_heart": "đЎ",
|
|
155
|
+
"orange_heart": "đ§Ą",
|
|
156
|
+
"yellow_heart": "đ",
|
|
157
|
+
"green_heart": "đ",
|
|
158
|
+
"blue_heart": "đ",
|
|
159
|
+
"light_blue_heart": "đŠľ",
|
|
160
|
+
"purple_heart": "đ",
|
|
161
|
+
"brown_heart": "đ¤",
|
|
162
|
+
"black_heart": "đ¤",
|
|
163
|
+
"grey_heart": "đŠś",
|
|
164
|
+
"white_heart": "đ¤",
|
|
165
|
+
"kiss": "đ",
|
|
166
|
+
"anger": "đ˘",
|
|
167
|
+
"boom": "đĽ",
|
|
168
|
+
"collision": "đĽ",
|
|
169
|
+
"dizzy": "đŤ",
|
|
170
|
+
"sweat_drops": "đŚ",
|
|
171
|
+
"dash": "đ¨",
|
|
172
|
+
"hole": "đłď¸",
|
|
173
|
+
"speech_balloon": "đŹ",
|
|
174
|
+
"eye_speech_bubble": "đď¸âđ¨ď¸",
|
|
175
|
+
"left_speech_bubble": "đ¨ď¸",
|
|
176
|
+
"right_anger_bubble": "đŻď¸",
|
|
177
|
+
"thought_balloon": "đ",
|
|
178
|
+
"zzz": "đ¤",
|
|
179
|
+
"wave": "đ",
|
|
180
|
+
"raised_back_of_hand": "đ¤",
|
|
181
|
+
"raised_hand_with_fingers_splayed": "đď¸",
|
|
182
|
+
"hand": "â",
|
|
183
|
+
"raised_hand": "â",
|
|
184
|
+
"vulcan_salute": "đ",
|
|
185
|
+
"rightwards_hand": "đŤą",
|
|
186
|
+
"leftwards_hand": "đŤ˛",
|
|
187
|
+
"palm_down_hand": "đŤł",
|
|
188
|
+
"palm_up_hand": "đŤ´",
|
|
189
|
+
"leftwards_pushing_hand": "đŤˇ",
|
|
190
|
+
"rightwards_pushing_hand": "đŤ¸",
|
|
191
|
+
"ok_hand": "đ",
|
|
192
|
+
"pinched_fingers": "đ¤",
|
|
193
|
+
"pinching_hand": "đ¤",
|
|
194
|
+
"v": "âď¸",
|
|
195
|
+
"crossed_fingers": "đ¤",
|
|
196
|
+
"hand_with_index_finger_and_thumb_crossed": "đŤ°",
|
|
197
|
+
"love_you_gesture": "đ¤",
|
|
198
|
+
"metal": "đ¤",
|
|
199
|
+
"call_me_hand": "đ¤",
|
|
200
|
+
"point_left": "đ",
|
|
201
|
+
"point_right": "đ",
|
|
202
|
+
"point_up_2": "đ",
|
|
203
|
+
"middle_finger": "đ",
|
|
204
|
+
"fu": "đ",
|
|
205
|
+
"point_down": "đ",
|
|
206
|
+
"point_up": "âď¸",
|
|
207
|
+
"index_pointing_at_the_viewer": "đŤľ",
|
|
208
|
+
"+1": "đ",
|
|
209
|
+
"thumbsup": "đ",
|
|
210
|
+
"-1": "đ",
|
|
211
|
+
"thumbsdown": "đ",
|
|
212
|
+
"fist_raised": "â",
|
|
213
|
+
"fist": "â",
|
|
214
|
+
"fist_oncoming": "đ",
|
|
215
|
+
"facepunch": "đ",
|
|
216
|
+
"punch": "đ",
|
|
217
|
+
"fist_left": "đ¤",
|
|
218
|
+
"fist_right": "đ¤",
|
|
219
|
+
"clap": "đ",
|
|
220
|
+
"raised_hands": "đ",
|
|
221
|
+
"heart_hands": "đŤś",
|
|
222
|
+
"open_hands": "đ",
|
|
223
|
+
"palms_up_together": "đ¤˛",
|
|
224
|
+
"handshake": "đ¤",
|
|
225
|
+
"pray": "đ",
|
|
226
|
+
"writing_hand": "âď¸",
|
|
227
|
+
"nail_care": "đ
",
|
|
228
|
+
"selfie": "đ¤ł",
|
|
229
|
+
"muscle": "đŞ",
|
|
230
|
+
"mechanical_arm": "đŚž",
|
|
231
|
+
"mechanical_leg": "đŚż",
|
|
232
|
+
"leg": "đŚľ",
|
|
233
|
+
"foot": "đŚś",
|
|
234
|
+
"ear": "đ",
|
|
235
|
+
"ear_with_hearing_aid": "đŚť",
|
|
236
|
+
"nose": "đ",
|
|
237
|
+
"brain": "đ§ ",
|
|
238
|
+
"anatomical_heart": "đŤ",
|
|
239
|
+
"lungs": "đŤ",
|
|
240
|
+
"tooth": "đڎ",
|
|
241
|
+
"bone": "đŚ´",
|
|
242
|
+
"eyes": "đ",
|
|
243
|
+
"eye": "đď¸",
|
|
244
|
+
"tongue": "đ
",
|
|
245
|
+
"lips": "đ",
|
|
246
|
+
"biting_lip": "đŤŚ",
|
|
247
|
+
"baby": "đś",
|
|
248
|
+
"child": "đ§",
|
|
249
|
+
"boy": "đŚ",
|
|
250
|
+
"girl": "đ§",
|
|
251
|
+
"adult": "đ§",
|
|
252
|
+
"blond_haired_person": "đą",
|
|
253
|
+
"man": "đ¨",
|
|
254
|
+
"bearded_person": "đ§",
|
|
255
|
+
"man_beard": "đ§ââď¸",
|
|
256
|
+
"woman_beard": "đ§ââď¸",
|
|
257
|
+
"red_haired_man": "đ¨âđڰ",
|
|
258
|
+
"curly_haired_man": "đ¨âđŚą",
|
|
259
|
+
"white_haired_man": "đ¨âđŚł",
|
|
260
|
+
"bald_man": "đ¨âđڞ",
|
|
261
|
+
"woman": "đŠ",
|
|
262
|
+
"red_haired_woman": "đŠâđڰ",
|
|
263
|
+
"person_red_hair": "đ§âđڰ",
|
|
264
|
+
"curly_haired_woman": "đŠâđŚą",
|
|
265
|
+
"person_curly_hair": "đ§âđŚą",
|
|
266
|
+
"white_haired_woman": "đŠâđŚł",
|
|
267
|
+
"person_white_hair": "đ§âđŚł",
|
|
268
|
+
"bald_woman": "đŠâđڞ",
|
|
269
|
+
"person_bald": "đ§âđڞ",
|
|
270
|
+
"blond_haired_woman": "đąââď¸",
|
|
271
|
+
"blonde_woman": "đąââď¸",
|
|
272
|
+
"blond_haired_man": "đąââď¸",
|
|
273
|
+
"older_adult": "đ§",
|
|
274
|
+
"older_man": "đ´",
|
|
275
|
+
"older_woman": "đľ",
|
|
276
|
+
"frowning_person": "đ",
|
|
277
|
+
"frowning_man": "đââď¸",
|
|
278
|
+
"frowning_woman": "đââď¸",
|
|
279
|
+
"pouting_face": "đ",
|
|
280
|
+
"pouting_man": "đââď¸",
|
|
281
|
+
"pouting_woman": "đââď¸",
|
|
282
|
+
"no_good": "đ
",
|
|
283
|
+
"no_good_man": "đ
ââď¸",
|
|
284
|
+
"ng_man": "đ
ââď¸",
|
|
285
|
+
"no_good_woman": "đ
ââď¸",
|
|
286
|
+
"ng_woman": "đ
ââď¸",
|
|
287
|
+
"ok_person": "đ",
|
|
288
|
+
"ok_man": "đââď¸",
|
|
289
|
+
"ok_woman": "đââď¸",
|
|
290
|
+
"tipping_hand_person": "đ",
|
|
291
|
+
"information_desk_person": "đ",
|
|
292
|
+
"tipping_hand_man": "đââď¸",
|
|
293
|
+
"sassy_man": "đââď¸",
|
|
294
|
+
"tipping_hand_woman": "đââď¸",
|
|
295
|
+
"sassy_woman": "đââď¸",
|
|
296
|
+
"raising_hand": "đ",
|
|
297
|
+
"raising_hand_man": "đââď¸",
|
|
298
|
+
"raising_hand_woman": "đââď¸",
|
|
299
|
+
"deaf_person": "đ§",
|
|
300
|
+
"deaf_man": "đ§ââď¸",
|
|
301
|
+
"deaf_woman": "đ§ââď¸",
|
|
302
|
+
"bow": "đ",
|
|
303
|
+
"bowing_man": "đââď¸",
|
|
304
|
+
"bowing_woman": "đââď¸",
|
|
305
|
+
"facepalm": "đ¤Ś",
|
|
306
|
+
"man_facepalming": "đ¤Śââď¸",
|
|
307
|
+
"woman_facepalming": "đ¤Śââď¸",
|
|
308
|
+
"shrug": "đ¤ˇ",
|
|
309
|
+
"man_shrugging": "đ¤ˇââď¸",
|
|
310
|
+
"woman_shrugging": "đ¤ˇââď¸",
|
|
311
|
+
"health_worker": "đ§ââď¸",
|
|
312
|
+
"man_health_worker": "đ¨ââď¸",
|
|
313
|
+
"woman_health_worker": "đŠââď¸",
|
|
314
|
+
"student": "đ§âđ",
|
|
315
|
+
"man_student": "đ¨âđ",
|
|
316
|
+
"woman_student": "đŠâđ",
|
|
317
|
+
"teacher": "đ§âđŤ",
|
|
318
|
+
"man_teacher": "đ¨âđŤ",
|
|
319
|
+
"woman_teacher": "đŠâđŤ",
|
|
320
|
+
"judge": "đ§ââď¸",
|
|
321
|
+
"man_judge": "đ¨ââď¸",
|
|
322
|
+
"woman_judge": "đŠââď¸",
|
|
323
|
+
"farmer": "đ§âđž",
|
|
324
|
+
"man_farmer": "đ¨âđž",
|
|
325
|
+
"woman_farmer": "đŠâđž",
|
|
326
|
+
"cook": "đ§âđł",
|
|
327
|
+
"man_cook": "đ¨âđł",
|
|
328
|
+
"woman_cook": "đŠâđł",
|
|
329
|
+
"mechanic": "đ§âđ§",
|
|
330
|
+
"man_mechanic": "đ¨âđ§",
|
|
331
|
+
"woman_mechanic": "đŠâđ§",
|
|
332
|
+
"factory_worker": "đ§âđ",
|
|
333
|
+
"man_factory_worker": "đ¨âđ",
|
|
334
|
+
"woman_factory_worker": "đŠâđ",
|
|
335
|
+
"office_worker": "đ§âđź",
|
|
336
|
+
"man_office_worker": "đ¨âđź",
|
|
337
|
+
"woman_office_worker": "đŠâđź",
|
|
338
|
+
"scientist": "đ§âđŹ",
|
|
339
|
+
"man_scientist": "đ¨âđŹ",
|
|
340
|
+
"woman_scientist": "đŠâđŹ",
|
|
341
|
+
"technologist": "đ§âđť",
|
|
342
|
+
"man_technologist": "đ¨âđť",
|
|
343
|
+
"woman_technologist": "đŠâđť",
|
|
344
|
+
"singer": "đ§âđ¤",
|
|
345
|
+
"man_singer": "đ¨âđ¤",
|
|
346
|
+
"woman_singer": "đŠâđ¤",
|
|
347
|
+
"artist": "đ§âđ¨",
|
|
348
|
+
"man_artist": "đ¨âđ¨",
|
|
349
|
+
"woman_artist": "đŠâđ¨",
|
|
350
|
+
"pilot": "đ§ââď¸",
|
|
351
|
+
"man_pilot": "đ¨ââď¸",
|
|
352
|
+
"woman_pilot": "đŠââď¸",
|
|
353
|
+
"astronaut": "đ§âđ",
|
|
354
|
+
"man_astronaut": "đ¨âđ",
|
|
355
|
+
"woman_astronaut": "đŠâđ",
|
|
356
|
+
"firefighter": "đ§âđ",
|
|
357
|
+
"man_firefighter": "đ¨âđ",
|
|
358
|
+
"woman_firefighter": "đŠâđ",
|
|
359
|
+
"police_officer": "đŽ",
|
|
360
|
+
"cop": "đŽ",
|
|
361
|
+
"policeman": "đŽââď¸",
|
|
362
|
+
"policewoman": "đŽââď¸",
|
|
363
|
+
"detective": "đľď¸",
|
|
364
|
+
"male_detective": "đľď¸ââď¸",
|
|
365
|
+
"female_detective": "đľď¸ââď¸",
|
|
366
|
+
"guard": "đ",
|
|
367
|
+
"guardsman": "đââď¸",
|
|
368
|
+
"guardswoman": "đââď¸",
|
|
369
|
+
"ninja": "đĽˇ",
|
|
370
|
+
"construction_worker": "đˇ",
|
|
371
|
+
"construction_worker_man": "đˇââď¸",
|
|
372
|
+
"construction_worker_woman": "đˇââď¸",
|
|
373
|
+
"person_with_crown": "đŤ
",
|
|
374
|
+
"prince": "đ¤´",
|
|
375
|
+
"princess": "đ¸",
|
|
376
|
+
"person_with_turban": "đł",
|
|
377
|
+
"man_with_turban": "đłââď¸",
|
|
378
|
+
"woman_with_turban": "đłââď¸",
|
|
379
|
+
"man_with_gua_pi_mao": "đ˛",
|
|
380
|
+
"woman_with_headscarf": "đ§",
|
|
381
|
+
"person_in_tuxedo": "đ¤ľ",
|
|
382
|
+
"man_in_tuxedo": "đ¤ľââď¸",
|
|
383
|
+
"woman_in_tuxedo": "đ¤ľââď¸",
|
|
384
|
+
"person_with_veil": "đ°",
|
|
385
|
+
"man_with_veil": "đ°ââď¸",
|
|
386
|
+
"woman_with_veil": "đ°ââď¸",
|
|
387
|
+
"bride_with_veil": "đ°ââď¸",
|
|
388
|
+
"pregnant_woman": "đ¤°",
|
|
389
|
+
"pregnant_man": "đŤ",
|
|
390
|
+
"pregnant_person": "đŤ",
|
|
391
|
+
"breast_feeding": "đ¤ą",
|
|
392
|
+
"woman_feeding_baby": "đŠâđź",
|
|
393
|
+
"man_feeding_baby": "đ¨âđź",
|
|
394
|
+
"person_feeding_baby": "đ§âđź",
|
|
395
|
+
"angel": "đź",
|
|
396
|
+
"santa": "đ
",
|
|
397
|
+
"mrs_claus": "đ¤ś",
|
|
398
|
+
"mx_claus": "đ§âđ",
|
|
399
|
+
"superhero": "đڏ",
|
|
400
|
+
"superhero_man": "đڏââď¸",
|
|
401
|
+
"superhero_woman": "đڏââď¸",
|
|
402
|
+
"supervillain": "đŚš",
|
|
403
|
+
"supervillain_man": "đŚšââď¸",
|
|
404
|
+
"supervillain_woman": "đŚšââď¸",
|
|
405
|
+
"mage": "đ§",
|
|
406
|
+
"mage_man": "đ§ââď¸",
|
|
407
|
+
"mage_woman": "đ§ââď¸",
|
|
408
|
+
"fairy": "đ§",
|
|
409
|
+
"fairy_man": "đ§ââď¸",
|
|
410
|
+
"fairy_woman": "đ§ââď¸",
|
|
411
|
+
"vampire": "đ§",
|
|
412
|
+
"vampire_man": "đ§ââď¸",
|
|
413
|
+
"vampire_woman": "đ§ââď¸",
|
|
414
|
+
"merperson": "đ§",
|
|
415
|
+
"merman": "đ§ââď¸",
|
|
416
|
+
"mermaid": "đ§ââď¸",
|
|
417
|
+
"elf": "đ§",
|
|
418
|
+
"elf_man": "đ§ââď¸",
|
|
419
|
+
"elf_woman": "đ§ââď¸",
|
|
420
|
+
"genie": "đ§",
|
|
421
|
+
"genie_man": "đ§ââď¸",
|
|
422
|
+
"genie_woman": "đ§ââď¸",
|
|
423
|
+
"zombie": "đ§",
|
|
424
|
+
"zombie_man": "đ§ââď¸",
|
|
425
|
+
"zombie_woman": "đ§ââď¸",
|
|
426
|
+
"troll": "đ§",
|
|
427
|
+
"massage": "đ",
|
|
428
|
+
"massage_man": "đââď¸",
|
|
429
|
+
"massage_woman": "đââď¸",
|
|
430
|
+
"haircut": "đ",
|
|
431
|
+
"haircut_man": "đââď¸",
|
|
432
|
+
"haircut_woman": "đââď¸",
|
|
433
|
+
"walking": "đś",
|
|
434
|
+
"walking_man": "đśââď¸",
|
|
435
|
+
"walking_woman": "đśââď¸",
|
|
436
|
+
"standing_person": "đ§",
|
|
437
|
+
"standing_man": "đ§ââď¸",
|
|
438
|
+
"standing_woman": "đ§ââď¸",
|
|
439
|
+
"kneeling_person": "đ§",
|
|
440
|
+
"kneeling_man": "đ§ââď¸",
|
|
441
|
+
"kneeling_woman": "đ§ââď¸",
|
|
442
|
+
"person_with_probing_cane": "đ§âđŚŻ",
|
|
443
|
+
"man_with_probing_cane": "đ¨âđŚŻ",
|
|
444
|
+
"woman_with_probing_cane": "đŠâđŚŻ",
|
|
445
|
+
"person_in_motorized_wheelchair": "đ§âđŚź",
|
|
446
|
+
"man_in_motorized_wheelchair": "đ¨âđŚź",
|
|
447
|
+
"woman_in_motorized_wheelchair": "đŠâđŚź",
|
|
448
|
+
"person_in_manual_wheelchair": "đ§âđŚ˝",
|
|
449
|
+
"man_in_manual_wheelchair": "đ¨âđŚ˝",
|
|
450
|
+
"woman_in_manual_wheelchair": "đŠâđŚ˝",
|
|
451
|
+
"runner": "đ",
|
|
452
|
+
"running": "đ",
|
|
453
|
+
"running_man": "đââď¸",
|
|
454
|
+
"running_woman": "đââď¸",
|
|
455
|
+
"woman_dancing": "đ",
|
|
456
|
+
"dancer": "đ",
|
|
457
|
+
"man_dancing": "đş",
|
|
458
|
+
"business_suit_levitating": "đ´ď¸",
|
|
459
|
+
"dancers": "đŻ",
|
|
460
|
+
"dancing_men": "đŻââď¸",
|
|
461
|
+
"dancing_women": "đŻââď¸",
|
|
462
|
+
"sauna_person": "đ§",
|
|
463
|
+
"sauna_man": "đ§ââď¸",
|
|
464
|
+
"sauna_woman": "đ§ââď¸",
|
|
465
|
+
"climbing": "đ§",
|
|
466
|
+
"climbing_man": "đ§ââď¸",
|
|
467
|
+
"climbing_woman": "đ§ââď¸",
|
|
468
|
+
"person_fencing": "đ¤ş",
|
|
469
|
+
"horse_racing": "đ",
|
|
470
|
+
"skier": "âˇď¸",
|
|
471
|
+
"snowboarder": "đ",
|
|
472
|
+
"golfing": "đď¸",
|
|
473
|
+
"golfing_man": "đď¸ââď¸",
|
|
474
|
+
"golfing_woman": "đď¸ââď¸",
|
|
475
|
+
"surfer": "đ",
|
|
476
|
+
"surfing_man": "đââď¸",
|
|
477
|
+
"surfing_woman": "đââď¸",
|
|
478
|
+
"rowboat": "đŁ",
|
|
479
|
+
"rowing_man": "đŁââď¸",
|
|
480
|
+
"rowing_woman": "đŁââď¸",
|
|
481
|
+
"swimmer": "đ",
|
|
482
|
+
"swimming_man": "đââď¸",
|
|
483
|
+
"swimming_woman": "đââď¸",
|
|
484
|
+
"bouncing_ball_person": "âšď¸",
|
|
485
|
+
"bouncing_ball_man": "âšď¸ââď¸",
|
|
486
|
+
"basketball_man": "âšď¸ââď¸",
|
|
487
|
+
"bouncing_ball_woman": "âšď¸ââď¸",
|
|
488
|
+
"basketball_woman": "âšď¸ââď¸",
|
|
489
|
+
"weight_lifting": "đď¸",
|
|
490
|
+
"weight_lifting_man": "đď¸ââď¸",
|
|
491
|
+
"weight_lifting_woman": "đď¸ââď¸",
|
|
492
|
+
"bicyclist": "đ´",
|
|
493
|
+
"biking_man": "đ´ââď¸",
|
|
494
|
+
"biking_woman": "đ´ââď¸",
|
|
495
|
+
"mountain_bicyclist": "đľ",
|
|
496
|
+
"mountain_biking_man": "đľââď¸",
|
|
497
|
+
"mountain_biking_woman": "đľââď¸",
|
|
498
|
+
"cartwheeling": "đ¤¸",
|
|
499
|
+
"man_cartwheeling": "đ¤¸ââď¸",
|
|
500
|
+
"woman_cartwheeling": "đ¤¸ââď¸",
|
|
501
|
+
"wrestling": "đ¤ź",
|
|
502
|
+
"men_wrestling": "đ¤źââď¸",
|
|
503
|
+
"women_wrestling": "đ¤źââď¸",
|
|
504
|
+
"water_polo": "đ¤˝",
|
|
505
|
+
"man_playing_water_polo": "đ¤˝ââď¸",
|
|
506
|
+
"woman_playing_water_polo": "đ¤˝ââď¸",
|
|
507
|
+
"handball_person": "đ¤ž",
|
|
508
|
+
"man_playing_handball": "đ¤žââď¸",
|
|
509
|
+
"woman_playing_handball": "đ¤žââď¸",
|
|
510
|
+
"juggling_person": "đ¤š",
|
|
511
|
+
"man_juggling": "đ¤šââď¸",
|
|
512
|
+
"woman_juggling": "đ¤šââď¸",
|
|
513
|
+
"lotus_position": "đ§",
|
|
514
|
+
"lotus_position_man": "đ§ââď¸",
|
|
515
|
+
"lotus_position_woman": "đ§ââď¸",
|
|
516
|
+
"bath": "đ",
|
|
517
|
+
"sleeping_bed": "đ",
|
|
518
|
+
"people_holding_hands": "đ§âđ¤âđ§",
|
|
519
|
+
"two_women_holding_hands": "đ",
|
|
520
|
+
"couple": "đŤ",
|
|
521
|
+
"two_men_holding_hands": "đŹ",
|
|
522
|
+
"couplekiss": "đ",
|
|
523
|
+
"couplekiss_man_woman": "đŠââ¤ď¸âđâđ¨",
|
|
524
|
+
"couplekiss_man_man": "đ¨ââ¤ď¸âđâđ¨",
|
|
525
|
+
"couplekiss_woman_woman": "đŠââ¤ď¸âđâđŠ",
|
|
526
|
+
"couple_with_heart": "đ",
|
|
527
|
+
"couple_with_heart_woman_man": "đŠââ¤ď¸âđ¨",
|
|
528
|
+
"couple_with_heart_man_man": "đ¨ââ¤ď¸âđ¨",
|
|
529
|
+
"couple_with_heart_woman_woman": "đŠââ¤ď¸âđŠ",
|
|
530
|
+
"family": "đŞ",
|
|
531
|
+
"family_man_woman_boy": "đ¨âđŠâđŚ",
|
|
532
|
+
"family_man_woman_girl": "đ¨âđŠâđ§",
|
|
533
|
+
"family_man_woman_girl_boy": "đ¨âđŠâđ§âđŚ",
|
|
534
|
+
"family_man_woman_boy_boy": "đ¨âđŠâđŚâđŚ",
|
|
535
|
+
"family_man_woman_girl_girl": "đ¨âđŠâđ§âđ§",
|
|
536
|
+
"family_man_man_boy": "đ¨âđ¨âđŚ",
|
|
537
|
+
"family_man_man_girl": "đ¨âđ¨âđ§",
|
|
538
|
+
"family_man_man_girl_boy": "đ¨âđ¨âđ§âđŚ",
|
|
539
|
+
"family_man_man_boy_boy": "đ¨âđ¨âđŚâđŚ",
|
|
540
|
+
"family_man_man_girl_girl": "đ¨âđ¨âđ§âđ§",
|
|
541
|
+
"family_woman_woman_boy": "đŠâđŠâđŚ",
|
|
542
|
+
"family_woman_woman_girl": "đŠâđŠâđ§",
|
|
543
|
+
"family_woman_woman_girl_boy": "đŠâđŠâđ§âđŚ",
|
|
544
|
+
"family_woman_woman_boy_boy": "đŠâđŠâđŚâđŚ",
|
|
545
|
+
"family_woman_woman_girl_girl": "đŠâđŠâđ§âđ§",
|
|
546
|
+
"family_man_boy": "đ¨âđŚ",
|
|
547
|
+
"family_man_boy_boy": "đ¨âđŚâđŚ",
|
|
548
|
+
"family_man_girl": "đ¨âđ§",
|
|
549
|
+
"family_man_girl_boy": "đ¨âđ§âđŚ",
|
|
550
|
+
"family_man_girl_girl": "đ¨âđ§âđ§",
|
|
551
|
+
"family_woman_boy": "đŠâđŚ",
|
|
552
|
+
"family_woman_boy_boy": "đŠâđŚâđŚ",
|
|
553
|
+
"family_woman_girl": "đŠâđ§",
|
|
554
|
+
"family_woman_girl_boy": "đŠâđ§âđŚ",
|
|
555
|
+
"family_woman_girl_girl": "đŠâđ§âđ§",
|
|
556
|
+
"speaking_head": "đŁď¸",
|
|
557
|
+
"bust_in_silhouette": "đ¤",
|
|
558
|
+
"busts_in_silhouette": "đĽ",
|
|
559
|
+
"people_hugging": "đŤ",
|
|
560
|
+
"footprints": "đŁ",
|
|
561
|
+
"monkey_face": "đľ",
|
|
562
|
+
"monkey": "đ",
|
|
563
|
+
"gorilla": "đŚ",
|
|
564
|
+
"orangutan": "đڧ",
|
|
565
|
+
"dog": "đś",
|
|
566
|
+
"dog2": "đ",
|
|
567
|
+
"guide_dog": "đŚŽ",
|
|
568
|
+
"service_dog": "đâđŚş",
|
|
569
|
+
"poodle": "đŠ",
|
|
570
|
+
"wolf": "đş",
|
|
571
|
+
"fox_face": "đŚ",
|
|
572
|
+
"raccoon": "đŚ",
|
|
573
|
+
"cat": "đą",
|
|
574
|
+
"cat2": "đ",
|
|
575
|
+
"black_cat": "đââŹ",
|
|
576
|
+
"lion": "đŚ",
|
|
577
|
+
"tiger": "đŻ",
|
|
578
|
+
"tiger2": "đ
",
|
|
579
|
+
"leopard": "đ",
|
|
580
|
+
"horse": "đ´",
|
|
581
|
+
"moose": "đŤ",
|
|
582
|
+
"donkey": "đŤ",
|
|
583
|
+
"racehorse": "đ",
|
|
584
|
+
"unicorn": "đŚ",
|
|
585
|
+
"zebra": "đŚ",
|
|
586
|
+
"deer": "đŚ",
|
|
587
|
+
"bison": "đŚŹ",
|
|
588
|
+
"cow": "đŽ",
|
|
589
|
+
"ox": "đ",
|
|
590
|
+
"water_buffalo": "đ",
|
|
591
|
+
"cow2": "đ",
|
|
592
|
+
"pig": "đˇ",
|
|
593
|
+
"pig2": "đ",
|
|
594
|
+
"boar": "đ",
|
|
595
|
+
"pig_nose": "đ˝",
|
|
596
|
+
"ram": "đ",
|
|
597
|
+
"sheep": "đ",
|
|
598
|
+
"goat": "đ",
|
|
599
|
+
"dromedary_camel": "đŞ",
|
|
600
|
+
"camel": "đŤ",
|
|
601
|
+
"llama": "đŚ",
|
|
602
|
+
"giraffe": "đŚ",
|
|
603
|
+
"elephant": "đ",
|
|
604
|
+
"mammoth": "đŚŁ",
|
|
605
|
+
"rhinoceros": "đŚ",
|
|
606
|
+
"hippopotamus": "đŚ",
|
|
607
|
+
"mouse": "đ",
|
|
608
|
+
"mouse2": "đ",
|
|
609
|
+
"rat": "đ",
|
|
610
|
+
"hamster": "đš",
|
|
611
|
+
"rabbit": "đ°",
|
|
612
|
+
"rabbit2": "đ",
|
|
613
|
+
"chipmunk": "đżď¸",
|
|
614
|
+
"beaver": "đŚŤ",
|
|
615
|
+
"hedgehog": "đŚ",
|
|
616
|
+
"bat": "đŚ",
|
|
617
|
+
"bear": "đť",
|
|
618
|
+
"polar_bear": "đťââď¸",
|
|
619
|
+
"koala": "đ¨",
|
|
620
|
+
"panda_face": "đź",
|
|
621
|
+
"sloth": "đŚĽ",
|
|
622
|
+
"otter": "đŚŚ",
|
|
623
|
+
"skunk": "đڍ",
|
|
624
|
+
"kangaroo": "đŚ",
|
|
625
|
+
"badger": "đŚĄ",
|
|
626
|
+
"feet": "đž",
|
|
627
|
+
"paw_prints": "đž",
|
|
628
|
+
"turkey": "đŚ",
|
|
629
|
+
"chicken": "đ",
|
|
630
|
+
"rooster": "đ",
|
|
631
|
+
"hatching_chick": "đŁ",
|
|
632
|
+
"baby_chick": "đ¤",
|
|
633
|
+
"hatched_chick": "đĽ",
|
|
634
|
+
"bird": "đŚ",
|
|
635
|
+
"penguin": "đ§",
|
|
636
|
+
"dove": "đď¸",
|
|
637
|
+
"eagle": "đŚ
",
|
|
638
|
+
"duck": "đŚ",
|
|
639
|
+
"swan": "đŚ˘",
|
|
640
|
+
"owl": "đŚ",
|
|
641
|
+
"dodo": "đڤ",
|
|
642
|
+
"feather": "đŞś",
|
|
643
|
+
"flamingo": "đŚŠ",
|
|
644
|
+
"peacock": "đŚ",
|
|
645
|
+
"parrot": "đŚ",
|
|
646
|
+
"wing": "đŞ˝",
|
|
647
|
+
"black_bird": "đŚââŹ",
|
|
648
|
+
"goose": "đŞż",
|
|
649
|
+
"frog": "đ¸",
|
|
650
|
+
"crocodile": "đ",
|
|
651
|
+
"turtle": "đ˘",
|
|
652
|
+
"lizard": "đŚ",
|
|
653
|
+
"snake": "đ",
|
|
654
|
+
"dragon_face": "đ˛",
|
|
655
|
+
"dragon": "đ",
|
|
656
|
+
"sauropod": "đŚ",
|
|
657
|
+
"t-rex": "đŚ",
|
|
658
|
+
"whale": "đł",
|
|
659
|
+
"whale2": "đ",
|
|
660
|
+
"dolphin": "đŹ",
|
|
661
|
+
"flipper": "đŹ",
|
|
662
|
+
"seal": "đŚ",
|
|
663
|
+
"fish": "đ",
|
|
664
|
+
"tropical_fish": "đ ",
|
|
665
|
+
"blowfish": "đĄ",
|
|
666
|
+
"shark": "đŚ",
|
|
667
|
+
"octopus": "đ",
|
|
668
|
+
"shell": "đ",
|
|
669
|
+
"coral": "đ޸",
|
|
670
|
+
"jellyfish": "đŞź",
|
|
671
|
+
"snail": "đ",
|
|
672
|
+
"butterfly": "đŚ",
|
|
673
|
+
"bug": "đ",
|
|
674
|
+
"ant": "đ",
|
|
675
|
+
"bee": "đ",
|
|
676
|
+
"honeybee": "đ",
|
|
677
|
+
"beetle": "đŞ˛",
|
|
678
|
+
"lady_beetle": "đ",
|
|
679
|
+
"cricket": "đŚ",
|
|
680
|
+
"cockroach": "đŞł",
|
|
681
|
+
"spider": "đˇď¸",
|
|
682
|
+
"spider_web": "đ¸ď¸",
|
|
683
|
+
"scorpion": "đŚ",
|
|
684
|
+
"mosquito": "đŚ",
|
|
685
|
+
"fly": "đް",
|
|
686
|
+
"worm": "đŞą",
|
|
687
|
+
"microbe": "đŚ ",
|
|
688
|
+
"bouquet": "đ",
|
|
689
|
+
"cherry_blossom": "đ¸",
|
|
690
|
+
"white_flower": "đŽ",
|
|
691
|
+
"lotus": "đŞˇ",
|
|
692
|
+
"rosette": "đľď¸",
|
|
693
|
+
"rose": "đš",
|
|
694
|
+
"wilted_flower": "đĽ",
|
|
695
|
+
"hibiscus": "đş",
|
|
696
|
+
"sunflower": "đť",
|
|
697
|
+
"blossom": "đź",
|
|
698
|
+
"tulip": "đˇ",
|
|
699
|
+
"hyacinth": "đŞť",
|
|
700
|
+
"seedling": "đą",
|
|
701
|
+
"potted_plant": "đŞ´",
|
|
702
|
+
"evergreen_tree": "đ˛",
|
|
703
|
+
"deciduous_tree": "đł",
|
|
704
|
+
"palm_tree": "đ´",
|
|
705
|
+
"cactus": "đľ",
|
|
706
|
+
"ear_of_rice": "đž",
|
|
707
|
+
"herb": "đż",
|
|
708
|
+
"shamrock": "âď¸",
|
|
709
|
+
"four_leaf_clover": "đ",
|
|
710
|
+
"maple_leaf": "đ",
|
|
711
|
+
"fallen_leaf": "đ",
|
|
712
|
+
"leaves": "đ",
|
|
713
|
+
"empty_nest": "đŞš",
|
|
714
|
+
"nest_with_eggs": "đŞş",
|
|
715
|
+
"mushroom": "đ",
|
|
716
|
+
"grapes": "đ",
|
|
717
|
+
"melon": "đ",
|
|
718
|
+
"watermelon": "đ",
|
|
719
|
+
"tangerine": "đ",
|
|
720
|
+
"orange": "đ",
|
|
721
|
+
"mandarin": "đ",
|
|
722
|
+
"lemon": "đ",
|
|
723
|
+
"banana": "đ",
|
|
724
|
+
"pineapple": "đ",
|
|
725
|
+
"mango": "đĽ",
|
|
726
|
+
"apple": "đ",
|
|
727
|
+
"green_apple": "đ",
|
|
728
|
+
"pear": "đ",
|
|
729
|
+
"peach": "đ",
|
|
730
|
+
"cherries": "đ",
|
|
731
|
+
"strawberry": "đ",
|
|
732
|
+
"blueberries": "đŤ",
|
|
733
|
+
"kiwi_fruit": "đĽ",
|
|
734
|
+
"tomato": "đ
",
|
|
735
|
+
"olive": "đŤ",
|
|
736
|
+
"coconut": "đĽĽ",
|
|
737
|
+
"avocado": "đĽ",
|
|
738
|
+
"eggplant": "đ",
|
|
739
|
+
"potato": "đĽ",
|
|
740
|
+
"carrot": "đĽ",
|
|
741
|
+
"corn": "đ˝",
|
|
742
|
+
"hot_pepper": "đśď¸",
|
|
743
|
+
"bell_pepper": "đŤ",
|
|
744
|
+
"cucumber": "đĽ",
|
|
745
|
+
"leafy_green": "đĽŹ",
|
|
746
|
+
"broccoli": "đĽŚ",
|
|
747
|
+
"garlic": "đ§",
|
|
748
|
+
"onion": "đ§
",
|
|
749
|
+
"peanuts": "đĽ",
|
|
750
|
+
"beans": "đŤ",
|
|
751
|
+
"chestnut": "đ°",
|
|
752
|
+
"ginger_root": "đŤ",
|
|
753
|
+
"pea_pod": "đŤ",
|
|
754
|
+
"bread": "đ",
|
|
755
|
+
"croissant": "đĽ",
|
|
756
|
+
"baguette_bread": "đĽ",
|
|
757
|
+
"flatbread": "đŤ",
|
|
758
|
+
"pretzel": "đĽ¨",
|
|
759
|
+
"bagel": "đĽŻ",
|
|
760
|
+
"pancakes": "đĽ",
|
|
761
|
+
"waffle": "đ§",
|
|
762
|
+
"cheese": "đ§",
|
|
763
|
+
"meat_on_bone": "đ",
|
|
764
|
+
"poultry_leg": "đ",
|
|
765
|
+
"cut_of_meat": "đĽŠ",
|
|
766
|
+
"bacon": "đĽ",
|
|
767
|
+
"hamburger": "đ",
|
|
768
|
+
"fries": "đ",
|
|
769
|
+
"pizza": "đ",
|
|
770
|
+
"hotdog": "đ",
|
|
771
|
+
"sandwich": "đĽŞ",
|
|
772
|
+
"taco": "đŽ",
|
|
773
|
+
"burrito": "đŻ",
|
|
774
|
+
"tamale": "đŤ",
|
|
775
|
+
"stuffed_flatbread": "đĽ",
|
|
776
|
+
"falafel": "đ§",
|
|
777
|
+
"egg": "đĽ",
|
|
778
|
+
"fried_egg": "đł",
|
|
779
|
+
"shallow_pan_of_food": "đĽ",
|
|
780
|
+
"stew": "đ˛",
|
|
781
|
+
"fondue": "đŤ",
|
|
782
|
+
"bowl_with_spoon": "đĽŁ",
|
|
783
|
+
"green_salad": "đĽ",
|
|
784
|
+
"popcorn": "đż",
|
|
785
|
+
"butter": "đ§",
|
|
786
|
+
"salt": "đ§",
|
|
787
|
+
"canned_food": "đĽŤ",
|
|
788
|
+
"bento": "đą",
|
|
789
|
+
"rice_cracker": "đ",
|
|
790
|
+
"rice_ball": "đ",
|
|
791
|
+
"rice": "đ",
|
|
792
|
+
"curry": "đ",
|
|
793
|
+
"ramen": "đ",
|
|
794
|
+
"spaghetti": "đ",
|
|
795
|
+
"sweet_potato": "đ ",
|
|
796
|
+
"oden": "đ˘",
|
|
797
|
+
"sushi": "đŁ",
|
|
798
|
+
"fried_shrimp": "đ¤",
|
|
799
|
+
"fish_cake": "đĽ",
|
|
800
|
+
"moon_cake": "đĽŽ",
|
|
801
|
+
"dango": "đĄ",
|
|
802
|
+
"dumpling": "đĽ",
|
|
803
|
+
"fortune_cookie": "đĽ ",
|
|
804
|
+
"takeout_box": "đĽĄ",
|
|
805
|
+
"crab": "đŚ",
|
|
806
|
+
"lobster": "đŚ",
|
|
807
|
+
"shrimp": "đŚ",
|
|
808
|
+
"squid": "đŚ",
|
|
809
|
+
"oyster": "đŚŞ",
|
|
810
|
+
"icecream": "đŚ",
|
|
811
|
+
"shaved_ice": "đ§",
|
|
812
|
+
"ice_cream": "đ¨",
|
|
813
|
+
"doughnut": "đŠ",
|
|
814
|
+
"cookie": "đŞ",
|
|
815
|
+
"birthday": "đ",
|
|
816
|
+
"cake": "đ°",
|
|
817
|
+
"cupcake": "đ§",
|
|
818
|
+
"pie": "đĽ§",
|
|
819
|
+
"chocolate_bar": "đŤ",
|
|
820
|
+
"candy": "đŹ",
|
|
821
|
+
"lollipop": "đ",
|
|
822
|
+
"custard": "đŽ",
|
|
823
|
+
"honey_pot": "đŻ",
|
|
824
|
+
"baby_bottle": "đź",
|
|
825
|
+
"milk_glass": "đĽ",
|
|
826
|
+
"coffee": "â",
|
|
827
|
+
"teapot": "đŤ",
|
|
828
|
+
"tea": "đľ",
|
|
829
|
+
"sake": "đś",
|
|
830
|
+
"champagne": "đž",
|
|
831
|
+
"wine_glass": "đˇ",
|
|
832
|
+
"cocktail": "đ¸",
|
|
833
|
+
"tropical_drink": "đš",
|
|
834
|
+
"beer": "đş",
|
|
835
|
+
"beers": "đť",
|
|
836
|
+
"clinking_glasses": "đĽ",
|
|
837
|
+
"tumbler_glass": "đĽ",
|
|
838
|
+
"pouring_liquid": "đŤ",
|
|
839
|
+
"cup_with_straw": "đĽ¤",
|
|
840
|
+
"bubble_tea": "đ§",
|
|
841
|
+
"beverage_box": "đ§",
|
|
842
|
+
"mate": "đ§",
|
|
843
|
+
"ice_cube": "đ§",
|
|
844
|
+
"chopsticks": "đĽ˘",
|
|
845
|
+
"plate_with_cutlery": "đ˝ď¸",
|
|
846
|
+
"fork_and_knife": "đ´",
|
|
847
|
+
"spoon": "đĽ",
|
|
848
|
+
"hocho": "đŞ",
|
|
849
|
+
"knife": "đŞ",
|
|
850
|
+
"jar": "đŤ",
|
|
851
|
+
"amphora": "đş",
|
|
852
|
+
"earth_africa": "đ",
|
|
853
|
+
"earth_americas": "đ",
|
|
854
|
+
"earth_asia": "đ",
|
|
855
|
+
"globe_with_meridians": "đ",
|
|
856
|
+
"world_map": "đşď¸",
|
|
857
|
+
"japan": "đž",
|
|
858
|
+
"compass": "đ§",
|
|
859
|
+
"mountain_snow": "đď¸",
|
|
860
|
+
"mountain": "â°ď¸",
|
|
861
|
+
"volcano": "đ",
|
|
862
|
+
"mount_fuji": "đť",
|
|
863
|
+
"camping": "đď¸",
|
|
864
|
+
"beach_umbrella": "đď¸",
|
|
865
|
+
"desert": "đď¸",
|
|
866
|
+
"desert_island": "đď¸",
|
|
867
|
+
"national_park": "đď¸",
|
|
868
|
+
"stadium": "đď¸",
|
|
869
|
+
"classical_building": "đď¸",
|
|
870
|
+
"building_construction": "đď¸",
|
|
871
|
+
"bricks": "đ§ą",
|
|
872
|
+
"rock": "đި",
|
|
873
|
+
"wood": "đŞľ",
|
|
874
|
+
"hut": "đ",
|
|
875
|
+
"houses": "đď¸",
|
|
876
|
+
"derelict_house": "đď¸",
|
|
877
|
+
"house": "đ ",
|
|
878
|
+
"house_with_garden": "đĄ",
|
|
879
|
+
"office": "đ˘",
|
|
880
|
+
"post_office": "đŁ",
|
|
881
|
+
"european_post_office": "đ¤",
|
|
882
|
+
"hospital": "đĽ",
|
|
883
|
+
"bank": "đŚ",
|
|
884
|
+
"hotel": "đ¨",
|
|
885
|
+
"love_hotel": "đŠ",
|
|
886
|
+
"convenience_store": "đŞ",
|
|
887
|
+
"school": "đŤ",
|
|
888
|
+
"department_store": "đŹ",
|
|
889
|
+
"factory": "đ",
|
|
890
|
+
"japanese_castle": "đŻ",
|
|
891
|
+
"european_castle": "đ°",
|
|
892
|
+
"wedding": "đ",
|
|
893
|
+
"tokyo_tower": "đź",
|
|
894
|
+
"statue_of_liberty": "đ˝",
|
|
895
|
+
"church": "âŞ",
|
|
896
|
+
"mosque": "đ",
|
|
897
|
+
"hindu_temple": "đ",
|
|
898
|
+
"synagogue": "đ",
|
|
899
|
+
"shinto_shrine": "âŠď¸",
|
|
900
|
+
"kaaba": "đ",
|
|
901
|
+
"fountain": "â˛",
|
|
902
|
+
"tent": "âş",
|
|
903
|
+
"foggy": "đ",
|
|
904
|
+
"night_with_stars": "đ",
|
|
905
|
+
"cityscape": "đď¸",
|
|
906
|
+
"sunrise_over_mountains": "đ",
|
|
907
|
+
"sunrise": "đ
",
|
|
908
|
+
"city_sunset": "đ",
|
|
909
|
+
"city_sunrise": "đ",
|
|
910
|
+
"bridge_at_night": "đ",
|
|
911
|
+
"hotsprings": "â¨ď¸",
|
|
912
|
+
"carousel_horse": "đ ",
|
|
913
|
+
"playground_slide": "đ",
|
|
914
|
+
"ferris_wheel": "đĄ",
|
|
915
|
+
"roller_coaster": "đ˘",
|
|
916
|
+
"barber": "đ",
|
|
917
|
+
"circus_tent": "đŞ",
|
|
918
|
+
"steam_locomotive": "đ",
|
|
919
|
+
"railway_car": "đ",
|
|
920
|
+
"bullettrain_side": "đ",
|
|
921
|
+
"bullettrain_front": "đ
",
|
|
922
|
+
"train2": "đ",
|
|
923
|
+
"metro": "đ",
|
|
924
|
+
"light_rail": "đ",
|
|
925
|
+
"station": "đ",
|
|
926
|
+
"tram": "đ",
|
|
927
|
+
"monorail": "đ",
|
|
928
|
+
"mountain_railway": "đ",
|
|
929
|
+
"train": "đ",
|
|
930
|
+
"bus": "đ",
|
|
931
|
+
"oncoming_bus": "đ",
|
|
932
|
+
"trolleybus": "đ",
|
|
933
|
+
"minibus": "đ",
|
|
934
|
+
"ambulance": "đ",
|
|
935
|
+
"fire_engine": "đ",
|
|
936
|
+
"police_car": "đ",
|
|
937
|
+
"oncoming_police_car": "đ",
|
|
938
|
+
"taxi": "đ",
|
|
939
|
+
"oncoming_taxi": "đ",
|
|
940
|
+
"car": "đ",
|
|
941
|
+
"red_car": "đ",
|
|
942
|
+
"oncoming_automobile": "đ",
|
|
943
|
+
"blue_car": "đ",
|
|
944
|
+
"pickup_truck": "đť",
|
|
945
|
+
"truck": "đ",
|
|
946
|
+
"articulated_lorry": "đ",
|
|
947
|
+
"tractor": "đ",
|
|
948
|
+
"racing_car": "đď¸",
|
|
949
|
+
"motorcycle": "đď¸",
|
|
950
|
+
"motor_scooter": "đľ",
|
|
951
|
+
"manual_wheelchair": "đŚ˝",
|
|
952
|
+
"motorized_wheelchair": "đŚź",
|
|
953
|
+
"auto_rickshaw": "đş",
|
|
954
|
+
"bike": "đ˛",
|
|
955
|
+
"kick_scooter": "đ´",
|
|
956
|
+
"skateboard": "đš",
|
|
957
|
+
"roller_skate": "đź",
|
|
958
|
+
"busstop": "đ",
|
|
959
|
+
"motorway": "đŁď¸",
|
|
960
|
+
"railway_track": "đ¤ď¸",
|
|
961
|
+
"oil_drum": "đ˘ď¸",
|
|
962
|
+
"fuelpump": "â˝",
|
|
963
|
+
"wheel": "đ",
|
|
964
|
+
"rotating_light": "đ¨",
|
|
965
|
+
"traffic_light": "đĽ",
|
|
966
|
+
"vertical_traffic_light": "đŚ",
|
|
967
|
+
"stop_sign": "đ",
|
|
968
|
+
"construction": "đ§",
|
|
969
|
+
"anchor": "â",
|
|
970
|
+
"ring_buoy": "đ",
|
|
971
|
+
"boat": "âľ",
|
|
972
|
+
"sailboat": "âľ",
|
|
973
|
+
"canoe": "đś",
|
|
974
|
+
"speedboat": "đ¤",
|
|
975
|
+
"passenger_ship": "đłď¸",
|
|
976
|
+
"ferry": "â´ď¸",
|
|
977
|
+
"motor_boat": "đĽď¸",
|
|
978
|
+
"ship": "đ˘",
|
|
979
|
+
"airplane": "âď¸",
|
|
980
|
+
"small_airplane": "đŠď¸",
|
|
981
|
+
"flight_departure": "đŤ",
|
|
982
|
+
"flight_arrival": "đŹ",
|
|
983
|
+
"parachute": "đŞ",
|
|
984
|
+
"seat": "đş",
|
|
985
|
+
"helicopter": "đ",
|
|
986
|
+
"suspension_railway": "đ",
|
|
987
|
+
"mountain_cableway": "đ ",
|
|
988
|
+
"aerial_tramway": "đĄ",
|
|
989
|
+
"artificial_satellite": "đ°ď¸",
|
|
990
|
+
"rocket": "đ",
|
|
991
|
+
"flying_saucer": "đ¸",
|
|
992
|
+
"bellhop_bell": "đď¸",
|
|
993
|
+
"luggage": "đ§ł",
|
|
994
|
+
"hourglass": "â",
|
|
995
|
+
"hourglass_flowing_sand": "âł",
|
|
996
|
+
"watch": "â",
|
|
997
|
+
"alarm_clock": "â°",
|
|
998
|
+
"stopwatch": "âąď¸",
|
|
999
|
+
"timer_clock": "â˛ď¸",
|
|
1000
|
+
"mantelpiece_clock": "đ°ď¸",
|
|
1001
|
+
"clock12": "đ",
|
|
1002
|
+
"clock1230": "đ§",
|
|
1003
|
+
"clock1": "đ",
|
|
1004
|
+
"clock130": "đ",
|
|
1005
|
+
"clock2": "đ",
|
|
1006
|
+
"clock230": "đ",
|
|
1007
|
+
"clock3": "đ",
|
|
1008
|
+
"clock330": "đ",
|
|
1009
|
+
"clock4": "đ",
|
|
1010
|
+
"clock430": "đ",
|
|
1011
|
+
"clock5": "đ",
|
|
1012
|
+
"clock530": "đ ",
|
|
1013
|
+
"clock6": "đ",
|
|
1014
|
+
"clock630": "đĄ",
|
|
1015
|
+
"clock7": "đ",
|
|
1016
|
+
"clock730": "đ˘",
|
|
1017
|
+
"clock8": "đ",
|
|
1018
|
+
"clock830": "đŁ",
|
|
1019
|
+
"clock9": "đ",
|
|
1020
|
+
"clock930": "đ¤",
|
|
1021
|
+
"clock10": "đ",
|
|
1022
|
+
"clock1030": "đĽ",
|
|
1023
|
+
"clock11": "đ",
|
|
1024
|
+
"clock1130": "đŚ",
|
|
1025
|
+
"new_moon": "đ",
|
|
1026
|
+
"waxing_crescent_moon": "đ",
|
|
1027
|
+
"first_quarter_moon": "đ",
|
|
1028
|
+
"moon": "đ",
|
|
1029
|
+
"waxing_gibbous_moon": "đ",
|
|
1030
|
+
"full_moon": "đ",
|
|
1031
|
+
"waning_gibbous_moon": "đ",
|
|
1032
|
+
"last_quarter_moon": "đ",
|
|
1033
|
+
"waning_crescent_moon": "đ",
|
|
1034
|
+
"crescent_moon": "đ",
|
|
1035
|
+
"new_moon_with_face": "đ",
|
|
1036
|
+
"first_quarter_moon_with_face": "đ",
|
|
1037
|
+
"last_quarter_moon_with_face": "đ",
|
|
1038
|
+
"thermometer": "đĄď¸",
|
|
1039
|
+
"sunny": "âď¸",
|
|
1040
|
+
"full_moon_with_face": "đ",
|
|
1041
|
+
"sun_with_face": "đ",
|
|
1042
|
+
"ringed_planet": "đŞ",
|
|
1043
|
+
"star": "â",
|
|
1044
|
+
"star2": "đ",
|
|
1045
|
+
"stars": "đ ",
|
|
1046
|
+
"milky_way": "đ",
|
|
1047
|
+
"cloud": "âď¸",
|
|
1048
|
+
"partly_sunny": "â
",
|
|
1049
|
+
"cloud_with_lightning_and_rain": "âď¸",
|
|
1050
|
+
"sun_behind_small_cloud": "đ¤ď¸",
|
|
1051
|
+
"sun_behind_large_cloud": "đĽď¸",
|
|
1052
|
+
"sun_behind_rain_cloud": "đŚď¸",
|
|
1053
|
+
"cloud_with_rain": "đ§ď¸",
|
|
1054
|
+
"cloud_with_snow": "đ¨ď¸",
|
|
1055
|
+
"cloud_with_lightning": "đŠď¸",
|
|
1056
|
+
"tornado": "đŞď¸",
|
|
1057
|
+
"fog": "đŤď¸",
|
|
1058
|
+
"wind_face": "đŹď¸",
|
|
1059
|
+
"cyclone": "đ",
|
|
1060
|
+
"rainbow": "đ",
|
|
1061
|
+
"closed_umbrella": "đ",
|
|
1062
|
+
"open_umbrella": "âď¸",
|
|
1063
|
+
"umbrella": "â",
|
|
1064
|
+
"parasol_on_ground": "âąď¸",
|
|
1065
|
+
"zap": "âĄ",
|
|
1066
|
+
"snowflake": "âď¸",
|
|
1067
|
+
"snowman_with_snow": "âď¸",
|
|
1068
|
+
"snowman": "â",
|
|
1069
|
+
"comet": "âď¸",
|
|
1070
|
+
"fire": "đĽ",
|
|
1071
|
+
"droplet": "đ§",
|
|
1072
|
+
"ocean": "đ",
|
|
1073
|
+
"jack_o_lantern": "đ",
|
|
1074
|
+
"christmas_tree": "đ",
|
|
1075
|
+
"fireworks": "đ",
|
|
1076
|
+
"sparkler": "đ",
|
|
1077
|
+
"firecracker": "đ§¨",
|
|
1078
|
+
"sparkles": "â¨",
|
|
1079
|
+
"balloon": "đ",
|
|
1080
|
+
"tada": "đ",
|
|
1081
|
+
"confetti_ball": "đ",
|
|
1082
|
+
"tanabata_tree": "đ",
|
|
1083
|
+
"bamboo": "đ",
|
|
1084
|
+
"dolls": "đ",
|
|
1085
|
+
"flags": "đ",
|
|
1086
|
+
"wind_chime": "đ",
|
|
1087
|
+
"rice_scene": "đ",
|
|
1088
|
+
"red_envelope": "đ§§",
|
|
1089
|
+
"ribbon": "đ",
|
|
1090
|
+
"gift": "đ",
|
|
1091
|
+
"reminder_ribbon": "đď¸",
|
|
1092
|
+
"tickets": "đď¸",
|
|
1093
|
+
"ticket": "đŤ",
|
|
1094
|
+
"medal_military": "đď¸",
|
|
1095
|
+
"trophy": "đ",
|
|
1096
|
+
"medal_sports": "đ
",
|
|
1097
|
+
"1st_place_medal": "đĽ",
|
|
1098
|
+
"2nd_place_medal": "đĽ",
|
|
1099
|
+
"3rd_place_medal": "đĽ",
|
|
1100
|
+
"soccer": "â˝",
|
|
1101
|
+
"baseball": "âž",
|
|
1102
|
+
"softball": "đĽ",
|
|
1103
|
+
"basketball": "đ",
|
|
1104
|
+
"volleyball": "đ",
|
|
1105
|
+
"football": "đ",
|
|
1106
|
+
"rugby_football": "đ",
|
|
1107
|
+
"tennis": "đž",
|
|
1108
|
+
"flying_disc": "đĽ",
|
|
1109
|
+
"bowling": "đł",
|
|
1110
|
+
"cricket_game": "đ",
|
|
1111
|
+
"field_hockey": "đ",
|
|
1112
|
+
"ice_hockey": "đ",
|
|
1113
|
+
"lacrosse": "đĽ",
|
|
1114
|
+
"ping_pong": "đ",
|
|
1115
|
+
"badminton": "đ¸",
|
|
1116
|
+
"boxing_glove": "đĽ",
|
|
1117
|
+
"martial_arts_uniform": "đĽ",
|
|
1118
|
+
"goal_net": "đĽ
",
|
|
1119
|
+
"golf": "âł",
|
|
1120
|
+
"ice_skate": "â¸ď¸",
|
|
1121
|
+
"fishing_pole_and_fish": "đŁ",
|
|
1122
|
+
"diving_mask": "đ¤ż",
|
|
1123
|
+
"running_shirt_with_sash": "đ˝",
|
|
1124
|
+
"ski": "đż",
|
|
1125
|
+
"sled": "đˇ",
|
|
1126
|
+
"curling_stone": "đĽ",
|
|
1127
|
+
"dart": "đŻ",
|
|
1128
|
+
"yo_yo": "đŞ",
|
|
1129
|
+
"kite": "đŞ",
|
|
1130
|
+
"gun": "đŤ",
|
|
1131
|
+
"8ball": "đą",
|
|
1132
|
+
"crystal_ball": "đŽ",
|
|
1133
|
+
"magic_wand": "đŞ",
|
|
1134
|
+
"video_game": "đŽ",
|
|
1135
|
+
"joystick": "đšď¸",
|
|
1136
|
+
"slot_machine": "đ°",
|
|
1137
|
+
"game_die": "đ˛",
|
|
1138
|
+
"jigsaw": "đ§Š",
|
|
1139
|
+
"teddy_bear": "đ§¸",
|
|
1140
|
+
"pinata": "đŞ
",
|
|
1141
|
+
"mirror_ball": "đŞŠ",
|
|
1142
|
+
"nesting_dolls": "đŞ",
|
|
1143
|
+
"spades": "â ď¸",
|
|
1144
|
+
"hearts": "âĽď¸",
|
|
1145
|
+
"diamonds": "âŚď¸",
|
|
1146
|
+
"clubs": "âŁď¸",
|
|
1147
|
+
"chess_pawn": "âď¸",
|
|
1148
|
+
"black_joker": "đ",
|
|
1149
|
+
"mahjong": "đ",
|
|
1150
|
+
"flower_playing_cards": "đ´",
|
|
1151
|
+
"performing_arts": "đ",
|
|
1152
|
+
"framed_picture": "đźď¸",
|
|
1153
|
+
"art": "đ¨",
|
|
1154
|
+
"thread": "đ§ľ",
|
|
1155
|
+
"sewing_needle": "đŞĄ",
|
|
1156
|
+
"yarn": "đ§ś",
|
|
1157
|
+
"knot": "đŞ˘",
|
|
1158
|
+
"eyeglasses": "đ",
|
|
1159
|
+
"dark_sunglasses": "đśď¸",
|
|
1160
|
+
"goggles": "đĽ˝",
|
|
1161
|
+
"lab_coat": "đĽź",
|
|
1162
|
+
"safety_vest": "đŚş",
|
|
1163
|
+
"necktie": "đ",
|
|
1164
|
+
"shirt": "đ",
|
|
1165
|
+
"tshirt": "đ",
|
|
1166
|
+
"jeans": "đ",
|
|
1167
|
+
"scarf": "đ§Ł",
|
|
1168
|
+
"gloves": "đ§¤",
|
|
1169
|
+
"coat": "đ§Ľ",
|
|
1170
|
+
"socks": "đ§Ś",
|
|
1171
|
+
"dress": "đ",
|
|
1172
|
+
"kimono": "đ",
|
|
1173
|
+
"sari": "đĽť",
|
|
1174
|
+
"one_piece_swimsuit": "đŠą",
|
|
1175
|
+
"swim_brief": "đО",
|
|
1176
|
+
"shorts": "đŠł",
|
|
1177
|
+
"bikini": "đ",
|
|
1178
|
+
"womans_clothes": "đ",
|
|
1179
|
+
"folding_hand_fan": "đŞ",
|
|
1180
|
+
"purse": "đ",
|
|
1181
|
+
"handbag": "đ",
|
|
1182
|
+
"pouch": "đ",
|
|
1183
|
+
"shopping": "đď¸",
|
|
1184
|
+
"school_satchel": "đ",
|
|
1185
|
+
"thong_sandal": "đŠ´",
|
|
1186
|
+
"mans_shoe": "đ",
|
|
1187
|
+
"shoe": "đ",
|
|
1188
|
+
"athletic_shoe": "đ",
|
|
1189
|
+
"hiking_boot": "đĽž",
|
|
1190
|
+
"flat_shoe": "đĽż",
|
|
1191
|
+
"high_heel": "đ ",
|
|
1192
|
+
"sandal": "đĄ",
|
|
1193
|
+
"ballet_shoes": "đа",
|
|
1194
|
+
"boot": "đ˘",
|
|
1195
|
+
"hair_pick": "đŞŽ",
|
|
1196
|
+
"crown": "đ",
|
|
1197
|
+
"womans_hat": "đ",
|
|
1198
|
+
"tophat": "đŠ",
|
|
1199
|
+
"mortar_board": "đ",
|
|
1200
|
+
"billed_cap": "đ§˘",
|
|
1201
|
+
"military_helmet": "đŞ",
|
|
1202
|
+
"rescue_worker_helmet": "âď¸",
|
|
1203
|
+
"prayer_beads": "đż",
|
|
1204
|
+
"lipstick": "đ",
|
|
1205
|
+
"ring": "đ",
|
|
1206
|
+
"gem": "đ",
|
|
1207
|
+
"mute": "đ",
|
|
1208
|
+
"speaker": "đ",
|
|
1209
|
+
"sound": "đ",
|
|
1210
|
+
"loud_sound": "đ",
|
|
1211
|
+
"loudspeaker": "đ˘",
|
|
1212
|
+
"mega": "đŁ",
|
|
1213
|
+
"postal_horn": "đŻ",
|
|
1214
|
+
"bell": "đ",
|
|
1215
|
+
"no_bell": "đ",
|
|
1216
|
+
"musical_score": "đź",
|
|
1217
|
+
"musical_note": "đľ",
|
|
1218
|
+
"notes": "đś",
|
|
1219
|
+
"studio_microphone": "đď¸",
|
|
1220
|
+
"level_slider": "đď¸",
|
|
1221
|
+
"control_knobs": "đď¸",
|
|
1222
|
+
"microphone": "đ¤",
|
|
1223
|
+
"headphones": "đ§",
|
|
1224
|
+
"radio": "đť",
|
|
1225
|
+
"saxophone": "đˇ",
|
|
1226
|
+
"accordion": "đŞ",
|
|
1227
|
+
"guitar": "đ¸",
|
|
1228
|
+
"musical_keyboard": "đš",
|
|
1229
|
+
"trumpet": "đş",
|
|
1230
|
+
"violin": "đť",
|
|
1231
|
+
"banjo": "đŞ",
|
|
1232
|
+
"drum": "đĽ",
|
|
1233
|
+
"long_drum": "đŞ",
|
|
1234
|
+
"maracas": "đŞ",
|
|
1235
|
+
"flute": "đŞ",
|
|
1236
|
+
"iphone": "đą",
|
|
1237
|
+
"calling": "đ˛",
|
|
1238
|
+
"phone": "âď¸",
|
|
1239
|
+
"telephone": "âď¸",
|
|
1240
|
+
"telephone_receiver": "đ",
|
|
1241
|
+
"pager": "đ",
|
|
1242
|
+
"fax": "đ ",
|
|
1243
|
+
"battery": "đ",
|
|
1244
|
+
"low_battery": "đŞŤ",
|
|
1245
|
+
"electric_plug": "đ",
|
|
1246
|
+
"computer": "đť",
|
|
1247
|
+
"desktop_computer": "đĽď¸",
|
|
1248
|
+
"printer": "đ¨ď¸",
|
|
1249
|
+
"keyboard": "â¨ď¸",
|
|
1250
|
+
"computer_mouse": "đąď¸",
|
|
1251
|
+
"trackball": "đ˛ď¸",
|
|
1252
|
+
"minidisc": "đ˝",
|
|
1253
|
+
"floppy_disk": "đž",
|
|
1254
|
+
"cd": "đż",
|
|
1255
|
+
"dvd": "đ",
|
|
1256
|
+
"abacus": "đ§Ž",
|
|
1257
|
+
"movie_camera": "đĽ",
|
|
1258
|
+
"film_strip": "đď¸",
|
|
1259
|
+
"film_projector": "đ˝ď¸",
|
|
1260
|
+
"clapper": "đŹ",
|
|
1261
|
+
"tv": "đş",
|
|
1262
|
+
"camera": "đˇ",
|
|
1263
|
+
"camera_flash": "đ¸",
|
|
1264
|
+
"video_camera": "đš",
|
|
1265
|
+
"vhs": "đź",
|
|
1266
|
+
"mag": "đ",
|
|
1267
|
+
"mag_right": "đ",
|
|
1268
|
+
"candle": "đŻď¸",
|
|
1269
|
+
"bulb": "đĄ",
|
|
1270
|
+
"flashlight": "đŚ",
|
|
1271
|
+
"izakaya_lantern": "đŽ",
|
|
1272
|
+
"lantern": "đŽ",
|
|
1273
|
+
"diya_lamp": "đŞ",
|
|
1274
|
+
"notebook_with_decorative_cover": "đ",
|
|
1275
|
+
"closed_book": "đ",
|
|
1276
|
+
"book": "đ",
|
|
1277
|
+
"open_book": "đ",
|
|
1278
|
+
"green_book": "đ",
|
|
1279
|
+
"blue_book": "đ",
|
|
1280
|
+
"orange_book": "đ",
|
|
1281
|
+
"books": "đ",
|
|
1282
|
+
"notebook": "đ",
|
|
1283
|
+
"ledger": "đ",
|
|
1284
|
+
"page_with_curl": "đ",
|
|
1285
|
+
"scroll": "đ",
|
|
1286
|
+
"page_facing_up": "đ",
|
|
1287
|
+
"newspaper": "đ°",
|
|
1288
|
+
"newspaper_roll": "đď¸",
|
|
1289
|
+
"bookmark_tabs": "đ",
|
|
1290
|
+
"bookmark": "đ",
|
|
1291
|
+
"label": "đˇď¸",
|
|
1292
|
+
"moneybag": "đ°",
|
|
1293
|
+
"coin": "đŞ",
|
|
1294
|
+
"yen": "đ´",
|
|
1295
|
+
"dollar": "đľ",
|
|
1296
|
+
"euro": "đś",
|
|
1297
|
+
"pound": "đˇ",
|
|
1298
|
+
"money_with_wings": "đ¸",
|
|
1299
|
+
"credit_card": "đł",
|
|
1300
|
+
"receipt": "đ§ž",
|
|
1301
|
+
"chart": "đš",
|
|
1302
|
+
"envelope": "âď¸",
|
|
1303
|
+
"email": "đ§",
|
|
1304
|
+
"e-mail": "đ§",
|
|
1305
|
+
"incoming_envelope": "đ¨",
|
|
1306
|
+
"envelope_with_arrow": "đŠ",
|
|
1307
|
+
"outbox_tray": "đ¤",
|
|
1308
|
+
"inbox_tray": "đĽ",
|
|
1309
|
+
"package": "đŚ",
|
|
1310
|
+
"mailbox": "đŤ",
|
|
1311
|
+
"mailbox_closed": "đŞ",
|
|
1312
|
+
"mailbox_with_mail": "đŹ",
|
|
1313
|
+
"mailbox_with_no_mail": "đ",
|
|
1314
|
+
"postbox": "đŽ",
|
|
1315
|
+
"ballot_box": "đłď¸",
|
|
1316
|
+
"pencil2": "âď¸",
|
|
1317
|
+
"black_nib": "âď¸",
|
|
1318
|
+
"fountain_pen": "đď¸",
|
|
1319
|
+
"pen": "đď¸",
|
|
1320
|
+
"paintbrush": "đď¸",
|
|
1321
|
+
"crayon": "đď¸",
|
|
1322
|
+
"memo": "đ",
|
|
1323
|
+
"pencil": "đ",
|
|
1324
|
+
"briefcase": "đź",
|
|
1325
|
+
"file_folder": "đ",
|
|
1326
|
+
"open_file_folder": "đ",
|
|
1327
|
+
"card_index_dividers": "đď¸",
|
|
1328
|
+
"date": "đ
",
|
|
1329
|
+
"calendar": "đ",
|
|
1330
|
+
"spiral_notepad": "đď¸",
|
|
1331
|
+
"spiral_calendar": "đď¸",
|
|
1332
|
+
"card_index": "đ",
|
|
1333
|
+
"chart_with_upwards_trend": "đ",
|
|
1334
|
+
"chart_with_downwards_trend": "đ",
|
|
1335
|
+
"bar_chart": "đ",
|
|
1336
|
+
"clipboard": "đ",
|
|
1337
|
+
"pushpin": "đ",
|
|
1338
|
+
"round_pushpin": "đ",
|
|
1339
|
+
"paperclip": "đ",
|
|
1340
|
+
"paperclips": "đď¸",
|
|
1341
|
+
"straight_ruler": "đ",
|
|
1342
|
+
"triangular_ruler": "đ",
|
|
1343
|
+
"scissors": "âď¸",
|
|
1344
|
+
"card_file_box": "đď¸",
|
|
1345
|
+
"file_cabinet": "đď¸",
|
|
1346
|
+
"wastebasket": "đď¸",
|
|
1347
|
+
"lock": "đ",
|
|
1348
|
+
"unlock": "đ",
|
|
1349
|
+
"lock_with_ink_pen": "đ",
|
|
1350
|
+
"closed_lock_with_key": "đ",
|
|
1351
|
+
"key": "đ",
|
|
1352
|
+
"old_key": "đď¸",
|
|
1353
|
+
"hammer": "đ¨",
|
|
1354
|
+
"axe": "đŞ",
|
|
1355
|
+
"pick": "âď¸",
|
|
1356
|
+
"hammer_and_pick": "âď¸",
|
|
1357
|
+
"hammer_and_wrench": "đ ď¸",
|
|
1358
|
+
"dagger": "đĄď¸",
|
|
1359
|
+
"crossed_swords": "âď¸",
|
|
1360
|
+
"bomb": "đŁ",
|
|
1361
|
+
"boomerang": "đŞ",
|
|
1362
|
+
"bow_and_arrow": "đš",
|
|
1363
|
+
"shield": "đĄď¸",
|
|
1364
|
+
"carpentry_saw": "đŞ",
|
|
1365
|
+
"wrench": "đ§",
|
|
1366
|
+
"screwdriver": "đŞ",
|
|
1367
|
+
"nut_and_bolt": "đŠ",
|
|
1368
|
+
"gear": "âď¸",
|
|
1369
|
+
"clamp": "đď¸",
|
|
1370
|
+
"balance_scale": "âď¸",
|
|
1371
|
+
"probing_cane": "đŚŻ",
|
|
1372
|
+
"link": "đ",
|
|
1373
|
+
"chains": "âď¸",
|
|
1374
|
+
"hook": "đŞ",
|
|
1375
|
+
"toolbox": "đ§°",
|
|
1376
|
+
"magnet": "đ§˛",
|
|
1377
|
+
"ladder": "đŞ",
|
|
1378
|
+
"alembic": "âď¸",
|
|
1379
|
+
"test_tube": "đ§Ş",
|
|
1380
|
+
"petri_dish": "đ§Ť",
|
|
1381
|
+
"dna": "đ§Ź",
|
|
1382
|
+
"microscope": "đŹ",
|
|
1383
|
+
"telescope": "đ",
|
|
1384
|
+
"satellite": "đĄ",
|
|
1385
|
+
"syringe": "đ",
|
|
1386
|
+
"drop_of_blood": "đЏ",
|
|
1387
|
+
"pill": "đ",
|
|
1388
|
+
"adhesive_bandage": "đŠš",
|
|
1389
|
+
"crutch": "đŠź",
|
|
1390
|
+
"stethoscope": "đŠş",
|
|
1391
|
+
"x_ray": "đŠť",
|
|
1392
|
+
"door": "đŞ",
|
|
1393
|
+
"elevator": "đ",
|
|
1394
|
+
"mirror": "đŞ",
|
|
1395
|
+
"window": "đŞ",
|
|
1396
|
+
"bed": "đď¸",
|
|
1397
|
+
"couch_and_lamp": "đď¸",
|
|
1398
|
+
"chair": "đŞ",
|
|
1399
|
+
"toilet": "đ˝",
|
|
1400
|
+
"plunger": "đŞ ",
|
|
1401
|
+
"shower": "đż",
|
|
1402
|
+
"bathtub": "đ",
|
|
1403
|
+
"mouse_trap": "đޤ",
|
|
1404
|
+
"razor": "đŞ",
|
|
1405
|
+
"lotion_bottle": "đ§´",
|
|
1406
|
+
"safety_pin": "đ§ˇ",
|
|
1407
|
+
"broom": "đ§š",
|
|
1408
|
+
"basket": "đ§ş",
|
|
1409
|
+
"roll_of_paper": "đ§ť",
|
|
1410
|
+
"bucket": "đŞŁ",
|
|
1411
|
+
"soap": "đ§ź",
|
|
1412
|
+
"bubbles": "đŤ§",
|
|
1413
|
+
"toothbrush": "đŞĽ",
|
|
1414
|
+
"sponge": "đ§˝",
|
|
1415
|
+
"fire_extinguisher": "đ§Ż",
|
|
1416
|
+
"shopping_cart": "đ",
|
|
1417
|
+
"smoking": "đŹ",
|
|
1418
|
+
"coffin": "â°ď¸",
|
|
1419
|
+
"headstone": "đŞŚ",
|
|
1420
|
+
"funeral_urn": "âąď¸",
|
|
1421
|
+
"nazar_amulet": "đ§ż",
|
|
1422
|
+
"hamsa": "đŞŹ",
|
|
1423
|
+
"moyai": "đż",
|
|
1424
|
+
"placard": "đާ",
|
|
1425
|
+
"identification_card": "đŞŞ",
|
|
1426
|
+
"atm": "đ§",
|
|
1427
|
+
"put_litter_in_its_place": "đŽ",
|
|
1428
|
+
"potable_water": "đ°",
|
|
1429
|
+
"wheelchair": "âż",
|
|
1430
|
+
"mens": "đš",
|
|
1431
|
+
"womens": "đş",
|
|
1432
|
+
"restroom": "đť",
|
|
1433
|
+
"baby_symbol": "đź",
|
|
1434
|
+
"wc": "đž",
|
|
1435
|
+
"passport_control": "đ",
|
|
1436
|
+
"customs": "đ",
|
|
1437
|
+
"baggage_claim": "đ",
|
|
1438
|
+
"left_luggage": "đ
",
|
|
1439
|
+
"warning": "â ď¸",
|
|
1440
|
+
"children_crossing": "đ¸",
|
|
1441
|
+
"no_entry": "â",
|
|
1442
|
+
"no_entry_sign": "đŤ",
|
|
1443
|
+
"no_bicycles": "đł",
|
|
1444
|
+
"no_smoking": "đ",
|
|
1445
|
+
"do_not_litter": "đŻ",
|
|
1446
|
+
"non-potable_water": "đą",
|
|
1447
|
+
"no_pedestrians": "đˇ",
|
|
1448
|
+
"no_mobile_phones": "đľ",
|
|
1449
|
+
"underage": "đ",
|
|
1450
|
+
"radioactive": "â˘ď¸",
|
|
1451
|
+
"biohazard": "âŁď¸",
|
|
1452
|
+
"arrow_up": "âŹď¸",
|
|
1453
|
+
"arrow_upper_right": "âď¸",
|
|
1454
|
+
"arrow_right": "âĄď¸",
|
|
1455
|
+
"arrow_lower_right": "âď¸",
|
|
1456
|
+
"arrow_down": "âŹď¸",
|
|
1457
|
+
"arrow_lower_left": "âď¸",
|
|
1458
|
+
"arrow_left": "âŹ
ď¸",
|
|
1459
|
+
"arrow_upper_left": "âď¸",
|
|
1460
|
+
"arrow_up_down": "âď¸",
|
|
1461
|
+
"left_right_arrow": "âď¸",
|
|
1462
|
+
"leftwards_arrow_with_hook": "âŠď¸",
|
|
1463
|
+
"arrow_right_hook": "âŞď¸",
|
|
1464
|
+
"arrow_heading_up": "⤴ď¸",
|
|
1465
|
+
"arrow_heading_down": "⤾ď¸",
|
|
1466
|
+
"arrows_clockwise": "đ",
|
|
1467
|
+
"arrows_counterclockwise": "đ",
|
|
1468
|
+
"back": "đ",
|
|
1469
|
+
"end": "đ",
|
|
1470
|
+
"on": "đ",
|
|
1471
|
+
"soon": "đ",
|
|
1472
|
+
"top": "đ",
|
|
1473
|
+
"place_of_worship": "đ",
|
|
1474
|
+
"atom_symbol": "âď¸",
|
|
1475
|
+
"om": "đď¸",
|
|
1476
|
+
"star_of_david": "âĄď¸",
|
|
1477
|
+
"wheel_of_dharma": "â¸ď¸",
|
|
1478
|
+
"yin_yang": "âŻď¸",
|
|
1479
|
+
"latin_cross": "âď¸",
|
|
1480
|
+
"orthodox_cross": "âŚď¸",
|
|
1481
|
+
"star_and_crescent": "âŞď¸",
|
|
1482
|
+
"peace_symbol": "âŽď¸",
|
|
1483
|
+
"menorah": "đ",
|
|
1484
|
+
"six_pointed_star": "đŻ",
|
|
1485
|
+
"khanda": "đŞŻ",
|
|
1486
|
+
"aries": "â",
|
|
1487
|
+
"taurus": "â",
|
|
1488
|
+
"gemini": "â",
|
|
1489
|
+
"cancer": "â",
|
|
1490
|
+
"leo": "â",
|
|
1491
|
+
"virgo": "â",
|
|
1492
|
+
"libra": "â",
|
|
1493
|
+
"scorpius": "â",
|
|
1494
|
+
"sagittarius": "â",
|
|
1495
|
+
"capricorn": "â",
|
|
1496
|
+
"aquarius": "â",
|
|
1497
|
+
"pisces": "â",
|
|
1498
|
+
"ophiuchus": "â",
|
|
1499
|
+
"twisted_rightwards_arrows": "đ",
|
|
1500
|
+
"repeat": "đ",
|
|
1501
|
+
"repeat_one": "đ",
|
|
1502
|
+
"arrow_forward": "âśď¸",
|
|
1503
|
+
"fast_forward": "âŠ",
|
|
1504
|
+
"next_track_button": "âď¸",
|
|
1505
|
+
"play_or_pause_button": "âŻď¸",
|
|
1506
|
+
"arrow_backward": "âď¸",
|
|
1507
|
+
"rewind": "âŞ",
|
|
1508
|
+
"previous_track_button": "âŽď¸",
|
|
1509
|
+
"arrow_up_small": "đź",
|
|
1510
|
+
"arrow_double_up": "âŤ",
|
|
1511
|
+
"arrow_down_small": "đ˝",
|
|
1512
|
+
"arrow_double_down": "âŹ",
|
|
1513
|
+
"pause_button": "â¸ď¸",
|
|
1514
|
+
"stop_button": "âšď¸",
|
|
1515
|
+
"record_button": "âşď¸",
|
|
1516
|
+
"eject_button": "âď¸",
|
|
1517
|
+
"cinema": "đŚ",
|
|
1518
|
+
"low_brightness": "đ
",
|
|
1519
|
+
"high_brightness": "đ",
|
|
1520
|
+
"signal_strength": "đś",
|
|
1521
|
+
"wireless": "đ",
|
|
1522
|
+
"vibration_mode": "đł",
|
|
1523
|
+
"mobile_phone_off": "đ´",
|
|
1524
|
+
"female_sign": "âď¸",
|
|
1525
|
+
"male_sign": "âď¸",
|
|
1526
|
+
"transgender_symbol": "â§ď¸",
|
|
1527
|
+
"heavy_multiplication_x": "âď¸",
|
|
1528
|
+
"heavy_plus_sign": "â",
|
|
1529
|
+
"heavy_minus_sign": "â",
|
|
1530
|
+
"heavy_division_sign": "â",
|
|
1531
|
+
"heavy_equals_sign": "đ°",
|
|
1532
|
+
"infinity": "âžď¸",
|
|
1533
|
+
"bangbang": "âźď¸",
|
|
1534
|
+
"interrobang": "âď¸",
|
|
1535
|
+
"question": "â",
|
|
1536
|
+
"grey_question": "â",
|
|
1537
|
+
"grey_exclamation": "â",
|
|
1538
|
+
"exclamation": "â",
|
|
1539
|
+
"heavy_exclamation_mark": "â",
|
|
1540
|
+
"wavy_dash": "ă°ď¸",
|
|
1541
|
+
"currency_exchange": "đą",
|
|
1542
|
+
"heavy_dollar_sign": "đ˛",
|
|
1543
|
+
"medical_symbol": "âď¸",
|
|
1544
|
+
"recycle": "âťď¸",
|
|
1545
|
+
"fleur_de_lis": "âď¸",
|
|
1546
|
+
"trident": "đą",
|
|
1547
|
+
"name_badge": "đ",
|
|
1548
|
+
"beginner": "đ°",
|
|
1549
|
+
"o": "â",
|
|
1550
|
+
"white_check_mark": "â
",
|
|
1551
|
+
"ballot_box_with_check": "âď¸",
|
|
1552
|
+
"heavy_check_mark": "âď¸",
|
|
1553
|
+
"x": "â",
|
|
1554
|
+
"negative_squared_cross_mark": "â",
|
|
1555
|
+
"curly_loop": "â°",
|
|
1556
|
+
"loop": "âż",
|
|
1557
|
+
"part_alternation_mark": "ă˝ď¸",
|
|
1558
|
+
"eight_spoked_asterisk": "âłď¸",
|
|
1559
|
+
"eight_pointed_black_star": "â´ď¸",
|
|
1560
|
+
"sparkle": "âď¸",
|
|
1561
|
+
"copyright": "Šď¸",
|
|
1562
|
+
"registered": "ÂŽď¸",
|
|
1563
|
+
"tm": "â˘ď¸",
|
|
1564
|
+
"hash": "#ď¸âŁ",
|
|
1565
|
+
"asterisk": "*ď¸âŁ",
|
|
1566
|
+
"zero": "0ď¸âŁ",
|
|
1567
|
+
"one": "1ď¸âŁ",
|
|
1568
|
+
"two": "2ď¸âŁ",
|
|
1569
|
+
"three": "3ď¸âŁ",
|
|
1570
|
+
"four": "4ď¸âŁ",
|
|
1571
|
+
"five": "5ď¸âŁ",
|
|
1572
|
+
"six": "6ď¸âŁ",
|
|
1573
|
+
"seven": "7ď¸âŁ",
|
|
1574
|
+
"eight": "8ď¸âŁ",
|
|
1575
|
+
"nine": "9ď¸âŁ",
|
|
1576
|
+
"keycap_ten": "đ",
|
|
1577
|
+
"capital_abcd": "đ ",
|
|
1578
|
+
"abcd": "đĄ",
|
|
1579
|
+
"symbols": "đŁ",
|
|
1580
|
+
"abc": "đ¤",
|
|
1581
|
+
"a": "đ
°ď¸",
|
|
1582
|
+
"ab": "đ",
|
|
1583
|
+
"b": "đ
ąď¸",
|
|
1584
|
+
"cl": "đ",
|
|
1585
|
+
"cool": "đ",
|
|
1586
|
+
"free": "đ",
|
|
1587
|
+
"information_source": "âšď¸",
|
|
1588
|
+
"id": "đ",
|
|
1589
|
+
"m": "âď¸",
|
|
1590
|
+
"new": "đ",
|
|
1591
|
+
"ng": "đ",
|
|
1592
|
+
"o2": "đ
žď¸",
|
|
1593
|
+
"ok": "đ",
|
|
1594
|
+
"parking": "đ
żď¸",
|
|
1595
|
+
"sos": "đ",
|
|
1596
|
+
"up": "đ",
|
|
1597
|
+
"vs": "đ",
|
|
1598
|
+
"koko": "đ",
|
|
1599
|
+
"sa": "đď¸",
|
|
1600
|
+
"ideograph_advantage": "đ",
|
|
1601
|
+
"accept": "đ",
|
|
1602
|
+
"congratulations": "ăď¸",
|
|
1603
|
+
"secret": "ăď¸",
|
|
1604
|
+
"u6e80": "đľ",
|
|
1605
|
+
"red_circle": "đ´",
|
|
1606
|
+
"orange_circle": "đ ",
|
|
1607
|
+
"yellow_circle": "đĄ",
|
|
1608
|
+
"green_circle": "đ˘",
|
|
1609
|
+
"large_blue_circle": "đľ",
|
|
1610
|
+
"purple_circle": "đŁ",
|
|
1611
|
+
"brown_circle": "đ¤",
|
|
1612
|
+
"black_circle": "âŤ",
|
|
1613
|
+
"white_circle": "âŞ",
|
|
1614
|
+
"red_square": "đĽ",
|
|
1615
|
+
"orange_square": "đ§",
|
|
1616
|
+
"yellow_square": "đ¨",
|
|
1617
|
+
"green_square": "đŠ",
|
|
1618
|
+
"blue_square": "đŚ",
|
|
1619
|
+
"purple_square": "đŞ",
|
|
1620
|
+
"brown_square": "đŤ",
|
|
1621
|
+
"black_large_square": "âŹ",
|
|
1622
|
+
"white_large_square": "âŹ",
|
|
1623
|
+
"black_medium_square": "âźď¸",
|
|
1624
|
+
"white_medium_square": "âťď¸",
|
|
1625
|
+
"black_medium_small_square": "âž",
|
|
1626
|
+
"white_medium_small_square": "â˝",
|
|
1627
|
+
"black_small_square": "âŞď¸",
|
|
1628
|
+
"white_small_square": "âŤď¸",
|
|
1629
|
+
"large_orange_diamond": "đś",
|
|
1630
|
+
"large_blue_diamond": "đˇ",
|
|
1631
|
+
"small_orange_diamond": "đ¸",
|
|
1632
|
+
"small_blue_diamond": "đš",
|
|
1633
|
+
"small_red_triangle": "đş",
|
|
1634
|
+
"small_red_triangle_down": "đť",
|
|
1635
|
+
"diamond_shape_with_a_dot_inside": "đ ",
|
|
1636
|
+
"radio_button": "đ",
|
|
1637
|
+
"white_square_button": "đł",
|
|
1638
|
+
"black_square_button": "đ˛",
|
|
1639
|
+
"checkered_flag": "đ",
|
|
1640
|
+
"triangular_flag_on_post": "đŠ",
|
|
1641
|
+
"crossed_flags": "đ",
|
|
1642
|
+
"black_flag": "đ´",
|
|
1643
|
+
"white_flag": "đłď¸",
|
|
1644
|
+
"rainbow_flag": "đłď¸âđ",
|
|
1645
|
+
"transgender_flag": "đłď¸ââ§ď¸",
|
|
1646
|
+
"pirate_flag": "đ´ââ ď¸",
|
|
1647
|
+
"ascension_island": "đŚđ¨",
|
|
1648
|
+
"andorra": "đŚđŠ",
|
|
1649
|
+
"united_arab_emirates": "đŚđŞ",
|
|
1650
|
+
"afghanistan": "đŚđŤ",
|
|
1651
|
+
"antigua_barbuda": "đŚđŹ",
|
|
1652
|
+
"anguilla": "đŚđŽ",
|
|
1653
|
+
"albania": "đŚđą",
|
|
1654
|
+
"armenia": "đŚđ˛",
|
|
1655
|
+
"angola": "đŚđ´",
|
|
1656
|
+
"antarctica": "đŚđś",
|
|
1657
|
+
"argentina": "đŚđˇ",
|
|
1658
|
+
"american_samoa": "đŚđ¸",
|
|
1659
|
+
"austria": "đŚđš",
|
|
1660
|
+
"australia": "đŚđş",
|
|
1661
|
+
"aruba": "đŚđź",
|
|
1662
|
+
"aland_islands": "đŚđ˝",
|
|
1663
|
+
"azerbaijan": "đŚđż",
|
|
1664
|
+
"bosnia_herzegovina": "đ§đŚ",
|
|
1665
|
+
"barbados": "đ§đ§",
|
|
1666
|
+
"bangladesh": "đ§đŠ",
|
|
1667
|
+
"belgium": "đ§đŞ",
|
|
1668
|
+
"burkina_faso": "đ§đŤ",
|
|
1669
|
+
"bulgaria": "đ§đŹ",
|
|
1670
|
+
"bahrain": "đ§đ",
|
|
1671
|
+
"burundi": "đ§đŽ",
|
|
1672
|
+
"benin": "đ§đŻ",
|
|
1673
|
+
"st_barthelemy": "đ§đą",
|
|
1674
|
+
"bermuda": "đ§đ˛",
|
|
1675
|
+
"brunei": "đ§đł",
|
|
1676
|
+
"bolivia": "đ§đ´",
|
|
1677
|
+
"caribbean_netherlands": "đ§đś",
|
|
1678
|
+
"brazil": "đ§đˇ",
|
|
1679
|
+
"bahamas": "đ§đ¸",
|
|
1680
|
+
"bhutan": "đ§đš",
|
|
1681
|
+
"bouvet_island": "đ§đť",
|
|
1682
|
+
"botswana": "đ§đź",
|
|
1683
|
+
"belarus": "đ§đž",
|
|
1684
|
+
"belize": "đ§đż",
|
|
1685
|
+
"canada": "đ¨đŚ",
|
|
1686
|
+
"cocos_islands": "đ¨đ¨",
|
|
1687
|
+
"congo_kinshasa": "đ¨đŠ",
|
|
1688
|
+
"central_african_republic": "đ¨đŤ",
|
|
1689
|
+
"congo_brazzaville": "đ¨đŹ",
|
|
1690
|
+
"switzerland": "đ¨đ",
|
|
1691
|
+
"cote_divoire": "đ¨đŽ",
|
|
1692
|
+
"cook_islands": "đ¨đ°",
|
|
1693
|
+
"chile": "đ¨đą",
|
|
1694
|
+
"cameroon": "đ¨đ˛",
|
|
1695
|
+
"cn": "đ¨đł",
|
|
1696
|
+
"colombia": "đ¨đ´",
|
|
1697
|
+
"clipperton_island": "đ¨đľ",
|
|
1698
|
+
"costa_rica": "đ¨đˇ",
|
|
1699
|
+
"cuba": "đ¨đş",
|
|
1700
|
+
"cape_verde": "đ¨đť",
|
|
1701
|
+
"curacao": "đ¨đź",
|
|
1702
|
+
"christmas_island": "đ¨đ˝",
|
|
1703
|
+
"cyprus": "đ¨đž",
|
|
1704
|
+
"czech_republic": "đ¨đż",
|
|
1705
|
+
"de": "đŠđŞ",
|
|
1706
|
+
"diego_garcia": "đŠđŹ",
|
|
1707
|
+
"djibouti": "đŠđŻ",
|
|
1708
|
+
"denmark": "đŠđ°",
|
|
1709
|
+
"dominica": "đŠđ˛",
|
|
1710
|
+
"dominican_republic": "đŠđ´",
|
|
1711
|
+
"algeria": "đŠđż",
|
|
1712
|
+
"ceuta_melilla": "đŞđŚ",
|
|
1713
|
+
"ecuador": "đŞđ¨",
|
|
1714
|
+
"estonia": "đŞđŞ",
|
|
1715
|
+
"egypt": "đŞđŹ",
|
|
1716
|
+
"western_sahara": "đŞđ",
|
|
1717
|
+
"eritrea": "đŞđˇ",
|
|
1718
|
+
"es": "đŞđ¸",
|
|
1719
|
+
"ethiopia": "đŞđš",
|
|
1720
|
+
"eu": "đŞđş",
|
|
1721
|
+
"european_union": "đŞđş",
|
|
1722
|
+
"finland": "đŤđŽ",
|
|
1723
|
+
"fiji": "đŤđŻ",
|
|
1724
|
+
"falkland_islands": "đŤđ°",
|
|
1725
|
+
"micronesia": "đŤđ˛",
|
|
1726
|
+
"faroe_islands": "đŤđ´",
|
|
1727
|
+
"fr": "đŤđˇ",
|
|
1728
|
+
"gabon": "đŹđŚ",
|
|
1729
|
+
"gb": "đŹđ§",
|
|
1730
|
+
"uk": "đŹđ§",
|
|
1731
|
+
"grenada": "đŹđŠ",
|
|
1732
|
+
"georgia": "đŹđŞ",
|
|
1733
|
+
"french_guiana": "đŹđŤ",
|
|
1734
|
+
"guernsey": "đŹđŹ",
|
|
1735
|
+
"ghana": "đŹđ",
|
|
1736
|
+
"gibraltar": "đŹđŽ",
|
|
1737
|
+
"greenland": "đŹđą",
|
|
1738
|
+
"gambia": "đŹđ˛",
|
|
1739
|
+
"guinea": "đŹđł",
|
|
1740
|
+
"guadeloupe": "đŹđľ",
|
|
1741
|
+
"equatorial_guinea": "đŹđś",
|
|
1742
|
+
"greece": "đŹđˇ",
|
|
1743
|
+
"south_georgia_south_sandwich_islands": "đŹđ¸",
|
|
1744
|
+
"guatemala": "đŹđš",
|
|
1745
|
+
"guam": "đŹđş",
|
|
1746
|
+
"guinea_bissau": "đŹđź",
|
|
1747
|
+
"guyana": "đŹđž",
|
|
1748
|
+
"hong_kong": "đđ°",
|
|
1749
|
+
"heard_mcdonald_islands": "đđ˛",
|
|
1750
|
+
"honduras": "đđł",
|
|
1751
|
+
"croatia": "đđˇ",
|
|
1752
|
+
"haiti": "đđš",
|
|
1753
|
+
"hungary": "đđş",
|
|
1754
|
+
"canary_islands": "đŽđ¨",
|
|
1755
|
+
"indonesia": "đŽđŠ",
|
|
1756
|
+
"ireland": "đŽđŞ",
|
|
1757
|
+
"israel": "đŽđą",
|
|
1758
|
+
"isle_of_man": "đŽđ˛",
|
|
1759
|
+
"india": "đŽđł",
|
|
1760
|
+
"british_indian_ocean_territory": "đŽđ´",
|
|
1761
|
+
"iraq": "đŽđś",
|
|
1762
|
+
"iran": "đŽđˇ",
|
|
1763
|
+
"iceland": "đŽđ¸",
|
|
1764
|
+
"it": "đŽđš",
|
|
1765
|
+
"jersey": "đŻđŞ",
|
|
1766
|
+
"jamaica": "đŻđ˛",
|
|
1767
|
+
"jordan": "đŻđ´",
|
|
1768
|
+
"jp": "đŻđľ",
|
|
1769
|
+
"kenya": "đ°đŞ",
|
|
1770
|
+
"kyrgyzstan": "đ°đŹ",
|
|
1771
|
+
"cambodia": "đ°đ",
|
|
1772
|
+
"kiribati": "đ°đŽ",
|
|
1773
|
+
"comoros": "đ°đ˛",
|
|
1774
|
+
"st_kitts_nevis": "đ°đł",
|
|
1775
|
+
"north_korea": "đ°đľ",
|
|
1776
|
+
"kr": "đ°đˇ",
|
|
1777
|
+
"kuwait": "đ°đź",
|
|
1778
|
+
"cayman_islands": "đ°đž",
|
|
1779
|
+
"kazakhstan": "đ°đż",
|
|
1780
|
+
"laos": "đąđŚ",
|
|
1781
|
+
"lebanon": "đąđ§",
|
|
1782
|
+
"st_lucia": "đąđ¨",
|
|
1783
|
+
"liechtenstein": "đąđŽ",
|
|
1784
|
+
"sri_lanka": "đąđ°",
|
|
1785
|
+
"liberia": "đąđˇ",
|
|
1786
|
+
"lesotho": "đąđ¸",
|
|
1787
|
+
"lithuania": "đąđš",
|
|
1788
|
+
"luxembourg": "đąđş",
|
|
1789
|
+
"latvia": "đąđť",
|
|
1790
|
+
"libya": "đąđž",
|
|
1791
|
+
"morocco": "đ˛đŚ",
|
|
1792
|
+
"monaco": "đ˛đ¨",
|
|
1793
|
+
"moldova": "đ˛đŠ",
|
|
1794
|
+
"montenegro": "đ˛đŞ",
|
|
1795
|
+
"st_martin": "đ˛đŤ",
|
|
1796
|
+
"madagascar": "đ˛đŹ",
|
|
1797
|
+
"marshall_islands": "đ˛đ",
|
|
1798
|
+
"macedonia": "đ˛đ°",
|
|
1799
|
+
"mali": "đ˛đą",
|
|
1800
|
+
"myanmar": "đ˛đ˛",
|
|
1801
|
+
"mongolia": "đ˛đł",
|
|
1802
|
+
"macau": "đ˛đ´",
|
|
1803
|
+
"northern_mariana_islands": "đ˛đľ",
|
|
1804
|
+
"martinique": "đ˛đś",
|
|
1805
|
+
"mauritania": "đ˛đˇ",
|
|
1806
|
+
"montserrat": "đ˛đ¸",
|
|
1807
|
+
"malta": "đ˛đš",
|
|
1808
|
+
"mauritius": "đ˛đş",
|
|
1809
|
+
"maldives": "đ˛đť",
|
|
1810
|
+
"malawi": "đ˛đź",
|
|
1811
|
+
"mexico": "đ˛đ˝",
|
|
1812
|
+
"malaysia": "đ˛đž",
|
|
1813
|
+
"mozambique": "đ˛đż",
|
|
1814
|
+
"namibia": "đłđŚ",
|
|
1815
|
+
"new_caledonia": "đłđ¨",
|
|
1816
|
+
"niger": "đłđŞ",
|
|
1817
|
+
"norfolk_island": "đłđŤ",
|
|
1818
|
+
"nigeria": "đłđŹ",
|
|
1819
|
+
"nicaragua": "đłđŽ",
|
|
1820
|
+
"netherlands": "đłđą",
|
|
1821
|
+
"norway": "đłđ´",
|
|
1822
|
+
"nepal": "đłđľ",
|
|
1823
|
+
"nauru": "đłđˇ",
|
|
1824
|
+
"niue": "đłđş",
|
|
1825
|
+
"new_zealand": "đłđż",
|
|
1826
|
+
"oman": "đ´đ˛",
|
|
1827
|
+
"panama": "đľđŚ",
|
|
1828
|
+
"peru": "đľđŞ",
|
|
1829
|
+
"french_polynesia": "đľđŤ",
|
|
1830
|
+
"papua_new_guinea": "đľđŹ",
|
|
1831
|
+
"philippines": "đľđ",
|
|
1832
|
+
"pakistan": "đľđ°",
|
|
1833
|
+
"poland": "đľđą",
|
|
1834
|
+
"st_pierre_miquelon": "đľđ˛",
|
|
1835
|
+
"pitcairn_islands": "đľđł",
|
|
1836
|
+
"puerto_rico": "đľđˇ",
|
|
1837
|
+
"palestinian_territories": "đľđ¸",
|
|
1838
|
+
"portugal": "đľđš",
|
|
1839
|
+
"palau": "đľđź",
|
|
1840
|
+
"paraguay": "đľđž",
|
|
1841
|
+
"qatar": "đśđŚ",
|
|
1842
|
+
"reunion": "đˇđŞ",
|
|
1843
|
+
"romania": "đˇđ´",
|
|
1844
|
+
"serbia": "đˇđ¸",
|
|
1845
|
+
"ru": "đˇđş",
|
|
1846
|
+
"rwanda": "đˇđź",
|
|
1847
|
+
"saudi_arabia": "đ¸đŚ",
|
|
1848
|
+
"solomon_islands": "đ¸đ§",
|
|
1849
|
+
"seychelles": "đ¸đ¨",
|
|
1850
|
+
"sudan": "đ¸đŠ",
|
|
1851
|
+
"sweden": "đ¸đŞ",
|
|
1852
|
+
"singapore": "đ¸đŹ",
|
|
1853
|
+
"st_helena": "đ¸đ",
|
|
1854
|
+
"slovenia": "đ¸đŽ",
|
|
1855
|
+
"svalbard_jan_mayen": "đ¸đŻ",
|
|
1856
|
+
"slovakia": "đ¸đ°",
|
|
1857
|
+
"sierra_leone": "đ¸đą",
|
|
1858
|
+
"san_marino": "đ¸đ˛",
|
|
1859
|
+
"senegal": "đ¸đł",
|
|
1860
|
+
"somalia": "đ¸đ´",
|
|
1861
|
+
"suriname": "đ¸đˇ",
|
|
1862
|
+
"south_sudan": "đ¸đ¸",
|
|
1863
|
+
"sao_tome_principe": "đ¸đš",
|
|
1864
|
+
"el_salvador": "đ¸đť",
|
|
1865
|
+
"sint_maarten": "đ¸đ˝",
|
|
1866
|
+
"syria": "đ¸đž",
|
|
1867
|
+
"swaziland": "đ¸đż",
|
|
1868
|
+
"tristan_da_cunha": "đšđŚ",
|
|
1869
|
+
"turks_caicos_islands": "đšđ¨",
|
|
1870
|
+
"chad": "đšđŠ",
|
|
1871
|
+
"french_southern_territories": "đšđŤ",
|
|
1872
|
+
"togo": "đšđŹ",
|
|
1873
|
+
"thailand": "đšđ",
|
|
1874
|
+
"tajikistan": "đšđŻ",
|
|
1875
|
+
"tokelau": "đšđ°",
|
|
1876
|
+
"timor_leste": "đšđą",
|
|
1877
|
+
"turkmenistan": "đšđ˛",
|
|
1878
|
+
"tunisia": "đšđł",
|
|
1879
|
+
"tonga": "đšđ´",
|
|
1880
|
+
"tr": "đšđˇ",
|
|
1881
|
+
"trinidad_tobago": "đšđš",
|
|
1882
|
+
"tuvalu": "đšđť",
|
|
1883
|
+
"taiwan": "đšđź",
|
|
1884
|
+
"tanzania": "đšđż",
|
|
1885
|
+
"ukraine": "đşđŚ",
|
|
1886
|
+
"uganda": "đşđŹ",
|
|
1887
|
+
"us_outlying_islands": "đşđ˛",
|
|
1888
|
+
"united_nations": "đşđł",
|
|
1889
|
+
"us": "đşđ¸",
|
|
1890
|
+
"uruguay": "đşđž",
|
|
1891
|
+
"uzbekistan": "đşđż",
|
|
1892
|
+
"vatican_city": "đťđŚ",
|
|
1893
|
+
"st_vincent_grenadines": "đťđ¨",
|
|
1894
|
+
"venezuela": "đťđŞ",
|
|
1895
|
+
"british_virgin_islands": "đťđŹ",
|
|
1896
|
+
"us_virgin_islands": "đťđŽ",
|
|
1897
|
+
"vietnam": "đťđł",
|
|
1898
|
+
"vanuatu": "đťđş",
|
|
1899
|
+
"wallis_futuna": "đźđŤ",
|
|
1900
|
+
"samoa": "đźđ¸",
|
|
1901
|
+
"kosovo": "đ˝đ°",
|
|
1902
|
+
"yemen": "đžđŞ",
|
|
1903
|
+
"mayotte": "đžđš",
|
|
1904
|
+
"south_africa": "đżđŚ",
|
|
1905
|
+
"zambia": "đżđ˛",
|
|
1906
|
+
"zimbabwe": "đżđź",
|
|
1907
|
+
"england": "đ´ó §ó ˘ó Ľó Žó §ó ż",
|
|
1908
|
+
"scotland": "đ´ó §ó ˘ó łó Łó ´ó ż",
|
|
1909
|
+
"wales": "đ´ó §ó ˘ó ˇó Źó łó ż"
|
|
1910
|
+
};
|
|
1911
|
+
|
|
1912
|
+
exports.default = emojies_defs;
|
|
1913
|
+
//# sourceMappingURL=full.js.map
|