atom官方下载-atom编辑器中文版v1.49.0 完整汉化版

作者:

atom软件作为一个功能非常强大的编程软件,不仅支持多种语言,而且知识兔使用起来也是非常的简单方便,强大的功能,贴心的设计,都将会让你在使用的过程中可以有最流畅的体会,还想知道更多精彩内容的朋友不妨来知识兔体会一番吧!

atom文本编辑器官方版简介

本软件是github专门为程序员推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持CSS,HTML,JavaScript等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器

atom最新版特色

-简单的插件编写

-丰富的插件几乎能够满足所有 web 开发需求

-git 原生支持

-自定义界面,知识兔可以更改展示和背景

-小清新界面让人耳目一新.颜控必备

atom编辑器中文版

软件常用插件

相关UI插件 

seti-syntax,文件的 icons是闪光点 

atom-material-ui ,UI插件 

atom-material-syntax,和上面配套

提升效率 

atom-ternjs,补全 JS 

autocomplete-paths,补全路径,懒人必备 

csslint,检查CSS是否正确 

autocomplete-python,Python补全 

docblockr,代码注释,缺点是不支持Python 

emmet,前端工具 

platformio-ide-terminal,Atom 中集成终端 

tortoise-svn,代码输入时有效果,更显逼格 

markdown-writer,markdown工具,便利

美化代码 

file-icons,显示文件类型对应的图标 

atom-beautify,知识兔支持大多数语言的代码格式化 

activate-power-mode,慎用这个,听说很6,不过笔者没用过这个 

minimap,代码预览图 

pigments,颜色提示 

atom-bootstrap3,bootstrap3代码提示插件

软件快捷键简介

删除和剪切

ctrl-K 剪切到当前行结束

ctrl-shift-K 删除当前行

cmd-backspace 删除到当前行开始

cmd-fn-backspace 删除到当前行结束

alt-delete 或 alt-D 删除到当前单词结束

alt-backspace 或 alt-H 删除到当前单词开始

基本操作

ctrl-T 使光标前后字符交换

cmd-J 将下一行与当前行合并

ctrl-cmd-up, ctrl-cmd-down 使当前行向上或者向下移动

cmd-shift-D 复制当前行到下一行

cmd-K, cmd-L 使当前字符小写

cmd-K, cmd-U 使当前字符大写

cmd-shift-P 搜索命令

多光标和多处选取

cmd-click 增加新光标

cmd-shift-L 将多行选取改为多行光标

cmd-D 选取文档中和当前单词相同的下一处

ctrl-shift-up, ctrl-shift-down 增加上(下)一行光标

atom编辑器使用教程

1.首先,知识兔打开Atom编辑器, 使用Cmd+N新建一个文件, 使用Cmd+S保存文件,将文件名改为new.html, 在new.html中键入html四个字符,然后知识兔按tab键。

atom编辑器中文版

2.然后知识兔,在标签之间输入完成html页面标题以后,再次键入tab键通过一个关键词来插入一段代码块,通过tab键在这段代码块的输入点之间移动光标,通过快捷键Alt+Shift+S来列出当前文件所分享的所有的Snippets。</p> <p style="text-align: center"><img decoding="async" src="/wp-content/uploads/2023/11/27/06/38030412910002.jpeg" alt="atom编辑器中文版"></p> <p>3.然后知识兔,在配置的第一行指定该Snippet应用的文件类型,获得文件类型字符串最简单的方式是查看该文件对应的语言插件的Scope项。</p> <p style="text-align: center"><img decoding="async" src="/wp-content/uploads/2023/11/27/06/38033014340003.jpeg" alt="atom编辑器中文版"></p> <p>4.然后知识兔,再为Java文件添加一个Snippet项,在设置页面查看language-java插件的插件信息,插件信息的第一排Scope的值为source.java,Java文件的文件类型字符串就是一个点号。</p> <p style="text-align: center"><img decoding="async" src="/wp-content/uploads/2023/11/27/06/38035675680004.jpeg" alt="atom编辑器中文版"></p> <p>5.然后知识兔,通过Cmd+Alt+Shift+[和Cmd+Alt+Shift+]来折叠或展开全部代码,通过Cmd+K Cmd+Num来指定折叠哪一层缩进,通过Cmd+Ctrl+Alt+F或Fold Selection命令来折叠任意选中的代码段。</p> <p style="text-align: center"><img decoding="async" src="/wp-content/uploads/2023/11/27/06/38038125400005.jpeg" alt="atom编辑器中文版"></p> <p>6.最后,知识兔使用Cmd+K 方向键来创建新的分栏,其中方向键的方向决定了分栏的方式,比如Cmd+K ↓就会创建一个新的水平分栏,通过Cmd+K Cmd+方向键来在分栏间切换光标焦点。</p> <p style="text-align: center"><img decoding="async" src="/wp-content/uploads/2023/11/27/06/38040857760006.jpeg" alt="atom编辑器中文版"></p> <h3>atom如何设置中文</h3> <p>方法一:在线安装中文插件</p> <p>打开软件后,依次知识兔点击 File> Settings> install 搜索 chinese插件(找到2个,装第1个即可,第2个只是菜单汉化),安装完成后,重启</p> <p>方法二:下载插件到本地安装</p> <p>1.在官网下载,先打开(https://atom.io/packages/),然后知识兔搜索【Chinese】</p> <p>2.找到【atom-simplified-chinese-menu】知识兔点击进入主页,然后知识兔再点【Verions】,之后,找到最新版本,点【zip】包下载即可。</p> <p>3.知识兔下载完成后,将下载的 插件包 解压到 C:/user/<用户名>/.atom/packages/目录下面,然后知识兔打开atom 就可以实现汉化了!</p> </p> <p>下载仅供下载体验和测试学习,不得商用和正当使用。</p> <div class="ppw-restricted-content ppw-pcp-container" id="77054858"> <form method="post" autocomplete="off" action="https://xiaotug.com/2023/11/27/77054/?action=postpass&r=30" target="_top" class="post-password-form ppw-form ppw-pcp-password-form" data-submit="77054"> <h3 class="ppw-headline ppw-pcp-pf-headline">下载体验</h3> <p class="ppw-description ppw-pcp-pf-desc">请输入密码查看下载!</p> <p><a href="https://xiaotut.com/11-11.html" target="_blank" title="如何免费获取密码?">如何免费获取密码?</a></p> <div class="ppw-input"> <input type="hidden" value="0" name="area" /> <input placeholder="输入密码..." type="password" tabindex="1" name="77054" class="ppw-password-input ppw-pcp-pf-password-input" autocomplete="new-password"> <input class="ppw-page" type="hidden" value="1" /> <input name="submit" type="submit" data-loading="Loading..." class="ppw-submit ppw-pcp-pf-submit-btn" value="下载"/> </div> <div class="ppw-pcp-pf-desc-below-form"></div> <div class="ppw-error ppw-pcp-pf-error-msg" style="color: #dc3232"> </div> </form> </div> <p><a class="btn" href="https://zhishitu.com/ke" target="_blank"><b>点击下载</b></a></p> </div> <div class="wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"> </div> <div class="wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow" style="margin-top:var(--wp--preset--spacing--60);margin-bottom:var(--wp--preset--spacing--60);"> <nav class="wp-block-group alignwide is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-9b36172e wp-block-group-is-layout-flex" aria-label="文章导航" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)"> <div class="post-navigation-link-previous wp-block-post-navigation-link"><span class="wp-block-post-navigation-link__arrow-previous is-arrow-arrow" aria-hidden="true">←</span><a href="https://xiaotug.com/2023/11/27/77053/" rel="prev">sublime text3中文版下载-sublime text3官方版v3.1.7.6 最新版</a></div> <div class="post-navigation-link-next wp-block-post-navigation-link"><a href="https://xiaotug.com/2023/11/27/77055/" rel="next">visual studio code官方版下载-visual studio code中文版v1.69.1.0正式版</a><span class="wp-block-post-navigation-link__arrow-next is-arrow-arrow" aria-hidden="true">→</span></div> </nav> </div> <div class="wp-block-comments wp-block-comments-query-loop" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"> <h2 class="wp-block-heading has-x-large-font-size">评论</h2> <div id="respond" class="comment-respond wp-block-post-comments-form"> <h3 id="reply-title" class="comment-reply-title">发表回复 <small><a rel="nofollow" id="cancel-comment-reply-link" href="/2023/11/27/77054/#respond" style="display:none;">取消回复</a></small></h3><form action="https://xiaotug.com/wp-comments-post.php" method="post" id="commentform" class="comment-form"><p class="comment-notes"><span id="email-notes">您的邮箱地址不会被公开。</span> <span class="required-field-message">必填项已用 <span class="required">*</span> 标注</span></p><p class="comment-form-comment"><label for="comment">评论 <span class="required">*</span></label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required></textarea></p><p class="comment-form-author"><label for="author">显示名称 <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" autocomplete="name" required /></p> <p class="comment-form-email"><label for="email">邮箱 <span class="required">*</span></label> <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" autocomplete="email" required /></p> <p class="comment-form-url"><label for="url">网站</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200" autocomplete="url" /></p> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。</label></p> <p class="form-submit wp-block-button"><input name="submit" type="submit" id="submit" class="wp-block-button__link wp-element-button" value="发表评论" /> <input type='hidden' name='comment_post_ID' value='77054' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> </div> </div> <div class="wp-block-group alignwide has-global-padding is-layout-constrained wp-block-group-is-layout-constrained" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"> <h2 class="wp-block-heading alignwide has-small-font-size" style="font-style:normal;font-weight:700;letter-spacing:1.4px;text-transform:uppercase">更多文章</h2> <div class="wp-block-query alignwide is-layout-flow wp-block-query-is-layout-flow"> <ul class="alignfull wp-block-post-template is-layout-flow wp-container-core-post-template-is-layout-3ee800f6 wp-block-post-template-is-layout-flow"><li class="wp-block-post post-97176 post type-post status-publish format-standard hentry category-2"> <div class="wp-block-group alignfull is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-154222c2 wp-block-group-is-layout-flex" style="border-bottom-color:var(--wp--preset--color--accent-6);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)"> <h3 class="wp-block-post-title has-large-font-size"><a href="https://xiaotug.com/2025/02/08/office-2024%e7%89%88%e5%ae%89%e8%a3%85%e6%95%99%e7%a8%8b-office2024%e8%bd%af%e4%bb%b6%e4%b8%8b%e8%bd%bd%e6%b0%b8%e4%b9%85%e5%85%8d%e8%b4%b9%e6%bf%80%e6%b4%bb/" target="_self" >office 2024版安装教程 office2024软件下载永久免费激活</a></h3> <div class="has-text-align-right wp-block-post-date"><time datetime="2025-02-08T06:06:58+08:00"><a href="https://xiaotug.com/2025/02/08/office-2024%e7%89%88%e5%ae%89%e8%a3%85%e6%95%99%e7%a8%8b-office2024%e8%bd%af%e4%bb%b6%e4%b8%8b%e8%bd%bd%e6%b0%b8%e4%b9%85%e5%85%8d%e8%b4%b9%e6%bf%80%e6%b4%bb/">2025年2月8日</a></time></div> </div> </li><li class="wp-block-post post-96754 post type-post status-publish format-standard hentry category-5"> <div class="wp-block-group alignfull is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-154222c2 wp-block-group-is-layout-flex" style="border-bottom-color:var(--wp--preset--color--accent-6);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)"> <h3 class="wp-block-post-title has-large-font-size"><a href="https://xiaotug.com/2023/12/23/96754/" target="_self" >Final Cut Pro X 10.6.5 for Mac 中文激活版 FCPX苹果视频剪辑工具 多国语言版下载</a></h3> <div class="has-text-align-right wp-block-post-date"><time datetime="2023-12-23T12:08:58+08:00"><a href="https://xiaotug.com/2023/12/23/96754/">2023年12月23日</a></time></div> </div> </li><li class="wp-block-post post-96753 post type-post status-publish format-standard hentry category-5"> <div class="wp-block-group alignfull is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-154222c2 wp-block-group-is-layout-flex" style="border-bottom-color:var(--wp--preset--color--accent-6);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)"> <h3 class="wp-block-post-title has-large-font-size"><a href="https://xiaotug.com/2023/12/23/96753/" target="_self" >Compressor 4.6.3 for Mac 中文激活版 Mac视频编码格式转换软件下载</a></h3> <div class="has-text-align-right wp-block-post-date"><time datetime="2023-12-23T12:08:56+08:00"><a href="https://xiaotug.com/2023/12/23/96753/">2023年12月23日</a></time></div> </div> </li><li class="wp-block-post post-96752 post type-post status-publish format-standard hentry category-5"> <div class="wp-block-group alignfull is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-154222c2 wp-block-group-is-layout-flex" style="border-bottom-color:var(--wp--preset--color--accent-6);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)"> <h3 class="wp-block-post-title has-large-font-size"><a href="https://xiaotug.com/2023/12/23/96752/" target="_self" >Motion 5.6.3 for Mac 中文激活版 Mac视频后期特效合成软件 多国语言版下载</a></h3> <div class="has-text-align-right wp-block-post-date"><time datetime="2023-12-23T12:08:55+08:00"><a href="https://xiaotug.com/2023/12/23/96752/">2023年12月23日</a></time></div> </div> </li></ul> </div> </div> </main> <footer class="wp-block-template-part"> <div class="wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--50)"> <div class="wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow"> <div class="wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-e5edad21 wp-block-group-is-layout-flex"> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%"><h2 class="wp-block-site-title"><a href="https://xiaotug.com" target="_self" rel="home">小兔软件</a></h2> <p class="wp-block-site-tagline">免费软件下载分享平台!小兔软件下载</p> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <div style="height:var(--wp--preset--spacing--40);width:0px" aria-hidden="true" class="wp-block-spacer"></div> </div> </div> <div class="wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-570722b2 wp-block-group-is-layout-flex"> <nav class="is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-fe9cc265 wp-block-navigation-is-layout-flex"><ul class="wp-block-navigation__container is-vertical wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="#"><span class="wp-block-navigation-item__label">博客</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="#"><span class="wp-block-navigation-item__label">关于</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="#"><span class="wp-block-navigation-item__label">常见问题</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="#"><span class="wp-block-navigation-item__label">作者</span></a></li></ul></nav> <nav class="is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-fe9cc265 wp-block-navigation-is-layout-flex"><ul class="wp-block-navigation__container is-vertical wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="#"><span class="wp-block-navigation-item__label">事件</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="#"><span class="wp-block-navigation-item__label">商店</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="#"><span class="wp-block-navigation-item__label">样板</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="#"><span class="wp-block-navigation-item__label">主题</span></a></li></ul></nav> </div> </div> <div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-91e87306 wp-block-group-is-layout-flex"> <p class="has-small-font-size">二〇二五</p> <p class="has-small-font-size"> 以 <a href="https://cn.wordpress.org" rel="nofollow">WordPress</a> 设计 </p> </div> </div> </div> </footer> </div> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/twentytwentyfive/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script type="module" src="https://xiaotug.com/wp-includes/js/dist/script-modules/block-library/navigation/view.min.js?ver=b0f909c3ec791c383210" id="@wordpress/block-library/navigation/view-js-module" fetchpriority="low" data-wp-router-options="{"loadOnClientNavigation":true}"></script> <script src="https://xiaotug.com/wp-includes/js/comment-reply.min.js?ver=6.9.6" id="comment-reply-js" async data-wp-strategy="async" fetchpriority="low"></script> <script id="wp-block-template-skip-link-js-after"> ( function() { var skipLinkTarget = document.querySelector( 'main' ), sibling, skipLinkTargetID, skipLink; // Early exit if a skip-link target can't be located. if ( ! skipLinkTarget ) { return; } /* * Get the site wrapper. * The skip-link will be injected in the beginning of it. */ sibling = document.querySelector( '.wp-site-blocks' ); // Early exit if the root element was not found. if ( ! sibling ) { return; } // Get the skip-link target's ID, and generate one if it doesn't exist. skipLinkTargetID = skipLinkTarget.id; if ( ! skipLinkTargetID ) { skipLinkTargetID = 'wp--skip-link--target'; skipLinkTarget.id = skipLinkTargetID; } // Create the skip link. skipLink = document.createElement( 'a' ); skipLink.classList.add( 'skip-link', 'screen-reader-text' ); skipLink.id = 'wp-skip-link'; skipLink.href = '#' + skipLinkTargetID; skipLink.innerText = '跳至内容'; // Inject the skip link. sibling.parentElement.insertBefore( skipLink, sibling ); }() ); //# sourceURL=wp-block-template-skip-link-js-after </script> <script id="wp-emoji-settings" type="application/json"> {"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://xiaotug.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.6"}} </script> <script type="module"> /*! This file is auto-generated */ var e="script#wp-emoji-settings",t=document.querySelector(e);if(!(t instanceof HTMLScriptElement))throw new Error("Element missing: "+e);const r=JSON.parse(t.text),s=(window._wpemojiSettings=r,"wpEmojiSettingsSupports"),o=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(s,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const r=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===r[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,r){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!r(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,r){let a;const s=(a="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),o=(s.textBaseline="top",s.font="600 32px Arial",{});return e.forEach(e=>{o[e]=t(s,e,n,r)}),o}function a(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}r.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(s));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(o),u.toString(),c.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"});const a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=e=>{i(n=e.data),a.terminate(),t(n)})}catch(e){}i(n=f(o,u,c,p))}t(n)}).then(e=>{for(const n in e)r.supports[n]=e[n],r.supports.everything=r.supports.everything&&r.supports[n],"flag"!==n&&(r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&r.supports[n]);var t;r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&!r.supports.flag,r.supports.everything||((t=r.source||{}).concatemoji?a(t.concatemoji):t.wpemoji&&t.twemoji&&(a(t.twemoji),a(t.wpemoji)))}); //# sourceURL=https://xiaotug.com/wp-includes/js/wp-emoji-loader.min.js </script> </body> </html>