[wordpress插件] Academizer学习器

wordpress 插件 文章 2020-01-24 22:40 477 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

Academizer allows you to manage Bibtex entries and define how you want them to be rendered.

Academizer允许您管理Bibtex条目并定义您希望它们呈现的方式。

    • Each Bibtex entry can be complemented with links to the paper, publisher website, thumbnails, which can be used in the citation style to automatically set links.

      每个Bibtex条目都可以补充指向论文,发布者网站,缩略图的链接,这些链接可以引用方式用于自动设置链接。

    • Three rendering styles are provided in this release: simple, thumbnail, and detailed (see below).

      此版本中提供了三种渲染样式:简单缩略图详细(请参见下文)。

      You can customise them by editing the related css file.

      您可以通过编辑相关的CSS文件来自定义它们。

    • References can be queried and included in any page through a shortcode.

      可以通过简码查询参考并将其包含在任何页面中。

      You can display all references, or select them by entry type, or user-defined tags.

      您可以显示所有引用,也可以按条目类型或用户定义的标签进行选择。

    Academizer needs your support

    Academizer需要您的支持

    If you find Academizer useful, please consider awarding a mini-research grant by making a donation<

    如果您认为Academizer有用,请考虑通过 进行捐赠来授予小型研究补助金<

    /strong>.

    / strong> 。

    Your donation will encourage the continued development and support of the plugin.

    您的捐款将鼓励插件的持续开发和支持。

    Thank you!

    谢谢!

    How does it work?

    它如何工作?

    You first need to define a Reference Type through the corresponding page, for each Bibtex entry you plan to use (eg, article, book

    您首先需要在相应的页面上为您计划使用的每个Bibtex条目定义一个引用类型(例如, article book

    >, inproceedings, etc.), by choosing the appropriate type through the dropdown list.

    >,收入等),方法是从下拉列表中选择适当的类型。

    You can select how you wish to render each reference of that type by either choosing a pre-defined style or creating your own (see the Format notation in the Installation tab).

    您可以通过选择预定义样式或创建自己的样式来选择呈现该类型的每个引用的方式(请参见 Installation 标签中的Format表示法)。

    You add new references as custom posts through the related menu.

    您可以通过相关菜单将新的引用添加为自定义帖子。

    You simply need to paste the Bibtex code in the corresponding field in the page.

    您只需要在页面的相应字段中粘贴Bibtex代码即可。

    If the Bibtex is well-formed, the appropriate reference type will be detected.

    如果Bibtex格式正确,则将检测到适当的参考类型。

    If a format is defined for that type, the preview will render the citation in that style.

    如果为该类型定义了格式,则预览将以该样式呈现引用。

    You can also associate to each reference a set of metadata (such as the paper URL, video URL, etc.).

    您还可以将每个元数据关联一组元数据(例如纸质URL,视频URL等)。

    You can display a (filtered) list of references by using the [academizer ] shortcode.

    您可以使用 [academizer ] 短代码来显示(过滤的)引用列表。

    Source Code

    源代码

    You can browse the source code on the GitHub repository.

    您可以在 GitHub存储库上浏览源代码。

安装步骤

    1. Upload the academizer folder to the /wp-content/plugins directory.
    2. academizer 文件夹上传到 / wp-content / plugins 目录。

    3. Activate the plugin through the Plugins menu in WordPress.
    4. 通过WordPress中的插件菜单激活插件。

    5. Before adding your Bibtex entries, add a Reference Type (and corresponding format) for each Bibtex entry type you plan to use (eg, article, book

    6. 在添加Bibtex条目之前,为计划使用的每种Bibtex条目类型(例如, article book)添加一个引用类型(以及相应的格式)

      , inproceedings, etc.)

    7. 过程等)

    8. Add each reference through the Add New menu command.
    9. 通过 Add New 菜单命令添加每个引用。

    10. Include the [academizer] shortcode in the page you want to display the references.
    11. 在要显示参考的页面中包含 [academizer] 短代码。

    Shortcode

    简码

    Simply type [academizer option="value" ...] in any page and the rendering engine will be called.

    只需在任何页面中键入 [academizer option =“ value” ...] ,就会调用渲染引擎。

    Typing [academizer] will display all references.

    键入 [academizer] 将显示所有参考。

    If you want to select a subset, use the following commands.

    如果要选择一个子集,请使用以下命令。

      • type: selects only those reference of a specific Bibtex entry type.

        类型:仅选择特定Bibtex条目类型的那些引用。

        [academizer type="inproceedings"] will select only conference papers.

        [academizer type =“ inproceedings”] 将仅选择会议论文。

      • tags: selects only those references that have a specific user-defined tag.

        标签:仅选择具有特定用户定义标签的引用。

        Only one tag is accepted at this time.

        目前仅接受一个标签。

        [academizer tags="project"] will only display those references tagged with project.

        [academizer tags =“ project”] 仅显示那些标记有 project 的引用。

      • excludeTags: only those references that do not have the supplied tag will be displayed.

        excludeTags :仅显示那些没有提供标签的引用。

        Only one tag is accepted as argument at this time.

        目前仅接受一个标签作为参数。

      Format

      格式

      Academizer will parse any correctly formed Bibtex entry.

      Academizer将解析任何格式正确的Bibtex条目。

      It is essential that you define the corresponding citation style for each Bibtex entry type (e.g., article, book, inproceedings, etc.).

      必须为每种Bibtex条目类型(例如 article book inproceedings 等)定义相应的引用样式。

      Only one style per entry type is allowed.

      每种输入类型只能使用一种样式。

      Some of the most common styles are included.

      其中包括一些最常见的样式。

      You can select them by choosing them from the menu in the Add New Type page.

      您可以从“添加新类型”页面的菜单中选择它们。

      The following is the list of recognised keywords you can use if you want to create your own citation style.

      以下是要创建自己的引用样式时可以使用的已识别关键字的列表。

        • defines how to render the authors of a paper.

          定义如何渲染论文的作者。

            • style can be any combination of ‘surname’, ‘name’, and ‘initial’ (displays only the first letter of each name).

              样式可以是“姓”,“名称”和“首字母”的任意组合(仅显示每个名称的首字母)。

              Any other literal character will be copied verbatim in the resulting string.

              任何其他文字字符都将原样复制到结果字符串中。

            • options can be any combination of the following commands: NoDot (does not display a dot at the end of an initial), NoSpace

              选项可以是以下命令的任意组合: NoDot (在首字母的结尾不显示点), NoSpace

              (does not add a space between initials), and (separates the last author with , and), amp

              (不会在首字母之间添加空格),(将最后一个作者与 分开), amp

              (separates the last author with , &).

              (用 ,& 分隔最后一位作者)。

              These options can be combined together by separating them with a comma.

              这些选项可以用逗号分隔在一起。

            For example will output: Smith, J., Doe, J., and Joe, A.

            例如 将输出: Smith,J.,Doe,J.和Joe,A。

            whereas will output the full name for each author.

            将输出每个作者的全名。

          • </code></strong>, <strong><code><booktitle></code></strong>, <strong><code><title></<p/><p><p> <strong> <code> <title> </ code> </ strong>,<strong> <code> <booktitle> </ code> </ strong>,<strong> <code> <title> </ <p/><p>code></strong>, <strong><code><volume></code></strong>, <strong><code><number></code></strong>, <strong><code><<p/><p>code> </ strong>,<strong> <code> <volume> </ code> </ strong>,<strong> <code> <number> </ code> </ strong>,<strong> <code> <<p/><p>series></code></strong>, <strong><code><issue_date></code></strong>, <strong><code><publisher></code></strong>, <strong><p/><p>系列> </ code> </ strong>,<strong> <code> <issue_date> </ code> </ strong>,<strong> <code> <publisher> </ code> </ strong>,<strong> <p/><p><code><address></code></strong>, <strong><code><pages></code></strong>, <strong><code><doi></code></strong><p/><p><code> <地址> </ code> </ strong>,<strong> <code> <pages> </ code> </ strong>,<strong> <code> <doi> </ code> </ strong><p/><p>all refer to the corresponding Bibtex fields.</p><p/><p>全部指的是相应的Bibtex字段。</ p><p/><p></li><p/><p></ li><p/><p><li><p/><p><li><p/><p><p><strong><code><paper_url></code></strong> a user-defined link to a local copy of the pdf version.<p/><p><p> <strong> <code> <paper_url> </ code> </ strong>是指向pdf版本本地副本的用户定义链接。<p/><p>For example, in your format string you can automatically add a link from the title to the PDF by writing: <code><a href="http://www.sanshu.cn/<paper_url>"><title></a></code></p><p/><p>例如,在格式字符串中,您可以通过编写以下内容自动添加从标题到PDF的链接:<code> <a href="http://www.sanshu.cn/<paper_url>“> <title> </a> </ code> </ p><p/><p></li><p/><p></ li><p/><p><li><p/><p><li><p/><p><p><strong><code><pub_url></code></strong> a user-defined link to the publisher page for a paper.</p><p/><p><p> <strong> <code> <pub_url> </ code> </ strong>是指向论文出版者页面的用户定义链接。</ p><p/><p></li><p/><p></ li><p/><p><li><p/><p><li><p/><p><p><strong><code><a></code></strong>, <strong><code><b></code></strong>, <strong><code><i></<p/><p><p> <strong> <code> <a> </ code> </ strong>,<strong> <code> <b> </ code> </ strong>,<strong> <code> <i> </ <p/><p>code></strong>, <strong><code><strong></code></strong>, <strong><code><em></code></strong> can all be added to a format string<p/><p>code> </ strong>,<strong> <code> <strong> </ code> </ strong>,<strong> <code> <em> </ code> </ strong>都可以添加到格式字符串中<p/><p>.<p/><p>。<p/><p>Remember to include the closing tag as well.</p><p/><p>请记住也要包含结束标记。</ p><p/><p></li><p/><p></ li><p/><p></ul><p/><p></ ul><p/><p><h4>Style</h4><p/><p><h4>样式</ h4><p/><p><p>In this release of Academizer, there are three supplied rendering styles.<p/><p><p>在此版本的Academizer中,提供了三种渲染样式。<p/><p>In the default one, each reference is formatted according to the associated style.<p/><p>默认情况下,每个引用均根据相关样式设置格式。 <p/><p>The <code>thumbnail</code> style uses the <em>Featured Image</em> associated to each post to display a thumbnail.<p/><p><code> thumbnail </ code>样式使用与每个帖子关联的<em> Featured Image </ em>来显示缩略图。 <p/><p>The <code>detailed</code> style requires Bootstrap 4 to be loaded.<p/><p><code> detailed </ code>样式要求加载Bootstrap 4。 <p/><p>Academizer will enqueue the required scripts and styles on its own.<p/><p>Academizer将自行排队所需的脚本和样式。<p/><p>However, make sure there is only one copy of the Bootstrap scripts/styles loaded (you might have to edit your child-theme).</p><p/><p>但是,请确保仅加载一份Bootstrap脚本/样式的副本(您可能需要编辑子主题)。</ p><p/><p><p>Under <code>Settings|Academizer</code> you can choose two themes (Dark and Light) that come with predefined background and font colors.<p/><p><p>在<code> Settings | Academizer </ code>下,您可以选择带有预定义背景和字体颜色的两个主题(深色和浅色)。<p/><p>You can also customise the CSS classes contained in the file <code>academizer/css/academizer.css</code>.</p><p/><p>您还可以自定义文件<code> academizer / css / academizer.css </ code>中包含的CSS类。</ p><p/><p><p>You can style your own name differently from other authors.<p/><p><p>您可以使用与其他作者不同的样式来命名自己的名字。<p/><p>Simply type your full name in the settings page of the plugin.<p/><p>只需在插件的设置页面中输入您的全名即可。<p/><p>Be sure to use the Bibtex name format: <code>Surname, Name1 Name2 ...</code>.</p><p/><p>确保使用Bibtex名称格式:<code> Surname,Name1 Name2 ... </ code>。</ p>。<p/><p><h4>Metadata</h4><p/><p><h4>元数据</ h4><p/><p><p>The <code>detailed</code> style will automatically show two buttons for each reference.<p/><p><p> <code>详细</ code>样式将为每个引用自动显示两个按钮。<p/><p>One button will copy the full citation in plain text to the clipboard.<p/><p>一键将全部引文以纯文本格式复制到剪贴板。<p/><p>The other will copy the Bibtex entry to the clipboard.</p><p/><p>另一个将Bibtex条目复制到剪贴板。</ p><p/><p><p>If the reference has some metadata values defined, these will be used to create a wide range of buttons.<p/><p><p>如果引用中定义了一些元数据值,则这些值将用于创建各种按钮。<p/><p>The available types are:</p><p/><p>可用的类型为:</ p><p/><p><ul><p/><p><ul><p/><p><li><p/><p><li><p/><p><p><strong>Paper URL</strong>: indicates the location of your locally stored PDF copy of an article.</p><p/><p><p> <strong>论文URL </ strong>:指示您本地存储的文章PDF副本的位置。</ p><p/><p></li><p/><p></ li><p/><p><li><p/><p><li><p/><p><p><strong>Event URL</strong>: a link to the conference or journal website.</p><p/><p><p> <strong>活动URL </ strong>:指向会议或期刊网站的链接。</ p><p/><p></li><p/><p></ li><p/><p><li><p/><p><li><p/><p><p><strong>GitHub Repo URL</strong>: a link to a GitHub repository.</p><p/><p><p> <strong> GitHub Repo URL </ strong>:指向GitHub存储库的链接。</ p><p/><p></li><p/><p></ li><p/><p><li><p/><p><li><p/><p><p><strong>Slides URL</strong>: a link to a copy of your presentation slides.</p><p/><p><p> <strong>幻灯片URL </ strong>:指向演示文稿幻灯片副本的链接。</ p><p/><p></li><p/><p></ li><p/><p><li><p/><p><li><p/><p><p><strong>Talk Video URL</strong>: a link to a video of your talk.</p><p/><p><p> <strong>演讲视频URL </ strong>:指向您演讲视频的链接。</ p><p/><p></li><p/><p></ li><p/><p><li><p/><p><li><p/><p><p><strong>Video URL</strong>: a link to a video associated to the paper.</p><p/><p><p> <strong>视频URL </ strong>:指向与论文相关的视频的链接。</ p><p/><p></li><p/><p></ li><p/><p></ul><p/><p></ ul><p/><p><p>You can of course use those links for other purposes, but the plugin will associate to each button a related icon (which you can find as SVG icons in the css file).</p><p/><p><p>您当然可以将这些链接用于其他目的,但是该插件会将与每个图标相关的图标(可以在css文件中作为SVG图标找到)关联。</ p><p/></div></fieldset><fieldset class="layui-elem-field layui-field-title" style="margin-top: 30px;"><legend>下载地址</legend><div><p>https://downloads.wordpress.org/plugin/academizer.1.1.zip<p/><p>https://downloads.wordpress.org/plugin/academizer.1.1.zip<p/></div></fieldset> </div> <div class="row" style="text-align: center;color: grey;font-weight: 600;">-EOF-</div> <p> <a href="https://www.sanshu.cn/a/76065.html" target="_blank" type="button" class="layui-btn layui-btn-normal" style="width: 100%;color: whitesmoke;">AI助手支持GPT4.0</a> </p><br /> <blockquote class="layui-elem-quote" id="copyright"> <div> 原文出处:<a href="http://www.sanshu.cn/a/399.html">http://www.sanshu.cn/a/399.html</a> </div> </blockquote> <div class="fly-panel detail-box" id="flyReply"> <fieldset class="layui-elem-field layui-field-title" style="text-align: center;"> <legend>您还可能感兴趣的文章</legend> </fieldset> <ul class="jieda" id="jieda"> <li data-id="answer_list_3959" class="jieda-daan"> <a href="/a/3959.html">[wordpress插件] Speed Kit速度套件</a> </li> <li data-id="answer_list_3287" class="jieda-daan"> <a href="/a/3287.html">[wordpress插件] auto set first image as featured – ToolBox自动设置第一个图像为特色– ToolBox</a> </li> <li data-id="answer_list_795" class="jieda-daan"> <a href="/a/795.html">[wordpress插件] Add IDs to Header Tags将ID添加到标题标签</a> </li> <li data-id="answer_list_5447" class="jieda-daan"> <a href="/a/5447.html">[wordpress插件] BuddyPress SearchBuddyPress搜索</a> </li> <li data-id="answer_list_8451" class="jieda-daan"> <a href="/a/8451.html">[wordpress插件] Contact Form With Captcha验证码联系方式</a> </li> <!-- 无数据时 --> <!-- <li class="fly-none">消灭零回复</li> --> </ul> </div> </div> <!-- 回复编辑器 --> <!-- end 回复编辑器 --> </div> <div class="layui-col-md4"> <div class="fly-panel"> <h3 class="fly-panel-title">三叔工具箱</h3> <div class="layui-row fly-panel-main"> <a href="http://www.sanshu.cn/a/74773.html" style="color:crimson;font-weight: bold;" target="_blank">三叔工具箱下载</a> </div> </div> <div class="fly-panel"> <h3 class="fly-panel-title">摸鱼人热门新闻聚合</h3> <div class="layui-row fly-panel-main"> <a href="http://www.moyuren.com/" style="color:#3d8ae3;font-weight: bold;" target="_blank">点我查看热门新闻聚合</a> </div> </div> <div class="fly-panel"> <h3 class="fly-panel-title">开发者在线工具</h3> <div class="layui-row fly-panel-main"> <a href="http://www.devtools.cn/" style="color:#3d8ae3;font-weight: bold;" target="_blank">开发者在线工具</a> </div> </div> <div class="fly-panel"> <h3 class="fly-panel-title">第三方支付技术请加QQ群</h3> <div class="layui-row fly-panel-main friend-link"> <p>群主管理都是支付大佬</p> <a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=cB5gB8XCMiWEBBZVBNNSijUC-vnGKmTR&jump_from=webapi"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="微信支付交流群" title="微信支付交流群"></a> <!--<p><img src="https://qun.qq.com/qrcode/index?data=https%3A%2F%2Fqm.qq.com%2Fcgi-bin%2Fqm%2Fqr%3Fk%3DcB5gB8XCMiWEBBZVBNNSijUC-vnGKmTR%26jump_from%3Dwebapi%26qr%3D1"/></p>--> </div> </div> <div class="fly-panel" style="height: 400px;"> <!-- 搜索框 --> <div style="padding:10px"> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- sanshu右侧小方块 --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-2144314048024814" data-ad-slot="8574354707" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <!-- end 搜索框 --> <div style="clear: both;"></div> </div> <div class="fly-panel"> <h3 class="fly-panel-title">开发工具</h3> <div class="layui-row fly-panel-main" style="padding: 15px;"> <a href="http://www.devtools.cn/" target="_blank">开发者工具</a> <a href="http://www.hellojava.com/links/" target="_blank">Java程序员常用链接</a> </div> </div> <dl class="fly-panel fly-list-one"> <dt class="fly-panel-title">相关文章</dt> <dd> <a href="/article/3959.html">[wordpress插件] Speed Kit速度套件</a> </dd> <dd> <a href="/article/3287.html">[wordpress插件] auto set first image as featured – ToolBox自动设置第一个图像为特色– ToolBox</a> </dd> <dd> <a href="/article/795.html">[wordpress插件] Add IDs to Header Tags将ID添加到标题标签</a> </dd> <dd> <a href="/article/5447.html">[wordpress插件] BuddyPress SearchBuddyPress搜索</a> </dd> <dd> <a href="/article/8451.html">[wordpress插件] Contact Form With Captcha验证码联系方式</a> </dd> </dl><dl class="fly-panel fly-list-one"> <dt class="fly-panel-title">随便看看</dt> <dd> <a href="/article/71028.html">企业微信通讯录账号被管理员误/恶意删除,怎么办?</a> <span> <i class="iconfont icon-pinglun1"></i> 7750</span> </dd> <dd> <a href="/article/71029.html">问题?</a> <span> <i class="iconfont icon-pinglun1"></i> 7021</span> </dd> <dd> <a href="/article/71030.html">如何快速搭建抽奖助手小程序(无需代码知识)</a> <span> <i class="iconfont icon-pinglun1"></i> 4831</span> </dd> <dd> <a href="/article/71031.html">许涛 大哥在吗, 要解冻小程序的时候提示信息主体不一致, 能帮忙看下吗?</a> <span> <i class="iconfont icon-pinglun1"></i> 5777</span> </dd> <dd> <a href="/article/71032.html">小程序搜一搜全称搜索不显示 麻烦解决一下!谢谢</a> <span> <i class="iconfont icon-pinglun1"></i> 5217</span> </dd> <dd> <a href="/article/71033.html">我的小程序广告收款主体是个体工商户,每个月邮寄两次发票很是麻烦,我年底的时候打包邮寄一次可以么?</a> <span> <i class="iconfont icon-pinglun1"></i> 5022</span> </dd> <dd> <a href="/article/71034.html">如何解决渲染层网络错误Failed to load media?</a> <span> <i class="iconfont icon-pinglun1"></i> 16278</span> </dd> <dd> <a href="/article/71035.html">小程序找号找回 释放昵称?</a> <span> <i class="iconfont icon-pinglun1"></i> 2294</span> </dd> <dd> <a href="/article/71036.html">我的小程序广告主收入5301,实际进账4406,是怎么回事呀?</a> <span> <i class="iconfont icon-pinglun1"></i> 2382</span> </dd> <dd> <a href="/article/71037.html">删除部分微信用户个人数据的通知,怎么删除?</a> <span> <i class="iconfont icon-pinglun1"></i> 5370</span> </dd> </dl> </div> </div> </div> <link href="/static/hightlight/styles/monokai-sublime.css" rel="stylesheet"> <script src="/static/hightlight/highlight.pack.js"></script> <script> document.addEventListener('DOMContentLoaded', (event) => { document.querySelectorAll('pre').forEach((block) => { hljs.highlightBlock(block); }); }); </script> <!--<script src="//cdn.jsdelivr.net/gh/highlightjs/highlight.js@main/src/highlight.js"></script> <script>hljs.highlightAll();</script>--> <script> var _bilioption= {"container":".content","position":"self"}; </script> <script asyn="asyn" src="/static/js/biliparse.js"></script> <script src="/static/js/app/article.js?11" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> $(function(){ //document.body.oncopy = addLink; layui.use(['carousel', 'form'], function(){ var carousel = layui.carousel,form = layui.form; carousel.render({ elem: '#test10' ,width: '50%' ,height: '440px' ,interval: 5000 }); }) }) $("#makeArticleWidth").click(function(){ $("#detaildv").css({"width":"100%"}) $("#detaildv").find("table").css({"width":"100%"}); }) $("#detaildv").find("a").each(function(a){ var href = $(this).attr("href"); if(window.document.location.host.indexOf(href)==-1 && !$(this).attr("target")){ $(this).attr("target","_blank"); $(this).attr("rel","noreferrer"); } }) </script> <script> var mediaRegex = [{"regex":"","controller":""}, {"regex":"music.163.com\/#\/song\\\?id=(\\\d+)","controll":"<iframe frameborder=\"no\" border=\"0\" marginwidth=\"0\" marginheight=\"0\" width=330 height=86 src=\"//music.163.com/outchain/player?type=2&id={}&auto=1&height=66\"></iframe>"}]; jQuery(function(){ $("#article_content").find("a").each(function(){ var url = $(this).attr("href"); for(var i=0;i<mediaRegex.length;i++){ var mr=mediaRegex[i]; if(mr.regex=="")continue; //debugger; var result; if((result=new RegExp(mr.regex,"g").exec(url)) !=null){ var c=mr.controll.replace("{}",result[1]); //debugger; $(this).after("<p>"+c+"</p>"); } } }) }) </script> <script>$(function(){}) </script><script>(function(){var src ="https://jspassport.ssl.qhimg.com/11.0.1.js?d182b3f28525f2db83acfaaf6e696dba";document.write('<script src="' + src + '" id="sozz"><\/script>');})();</script> <ul class="layui-fixbar"> <li class="layui-icon layui-fixbar-top" lay-type="top" style="display: none"></li> </ul> <script type="text/javascript">$('.layui-fixbar').find('li').on('click',function () {$("html,body").animate({scrollTop:0},200);});$(document).scroll(function(){var scroll_top =$(document).scrollTop();if(scroll_top >800){$('.layui-fixbar').find('li').show();}else{$('.layui-fixbar').find('li').hide();} });</script> <div class="fly-footer"> <p> Copyright © 2019-2020 三叔博客 All rights reserved.<a href="http://beian.miit.gov.cn/" rel="external nofollow" target="blank" class="beian">苏ICP备19070400号</a> <span class="hidden-xs">Powered By <a href="http://www.wecenter.com/?copyright" target="blank">WeCenter 3.3.4</a></span> </p> <p><a href="/sitemap.xml">sitemap</a><a href="mailto:sasa514@vip.qq.com">部分文章来自于互联网,若有侵权,请联系我们删除</a></p> </div> <script>document.addEventListener('DOMContentLoaded',(event) =>{document.querySelectorAll('pre').forEach((block) =>{hljs.highlightBlock(block);});});</script> <script type="text/javascript">layui.use('element');</script> <script src="//cdn.staticfile.org/layer/2.3/layer.js"></script> <script>var _hmt =_hmt ||[];(function() {var hm =document.createElement("script");hm.src ="https://hm.baidu.com/hm.js?04a93243ef542dc2c9ca86ada6ce9ad6";var s =document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm,s);})();</script> </body></html>