The latest emlog Kanban plugin collection

Introduction of Kanban Mother:

Add a Kanban girl to the blog. The website looks different. At first, it was a villain plugin. The emlog official website felt a bit muddy. So I downloaded the model package on the Github official website. Good-looking Kanban girls, the names of these characters are: Nepdinu, Istvar, Reim, Conner, Real City Dance, Kato Ei, Tia Sauce, Shawu. If you are interested, you can develop one yourself. Of course, you can use it if you are lazy. Let's talk about how to use it. Put the downloaded plugins in the content / plugins / directory and enable the background plugin management.

Kanban mother features:

1. Butt the whisper, automatically speak the content in the whisper

2. Click the skull button next to Kanban Girl to spoof your website

3. Visiting the website will welcome you to enter the website from there, Baidu, 360, Google, etc.

4. Touch the Kanban Niang, what you will say is in the message.js in the js folder

5. The mouse skips the article title, the Kanban girl message will display the text (do you want to see xxx?), The premise is to modify the message.json in the plugin directory

  //message.json第23行

{
            "selector": ".itemarticle-tips a",
            "text": ["要看看 {text} 么?"]
        },

Change to

{
            "selector": "a",
            "text": ["要看看 {text} 么?"]
        },

It's okay.

6. To support online conversations, you must first authenticate your individual or business on the official website of Turing Robot.

 

Notes on modification:

        1. Modify the size of the kanban mother. The plug-in file name.php (Live2dxx.php) line 85 and live2d.css line 6 and the seventh line modify the width and height values, according to their own website demo editing and side modification is most suitable.

        2. The location of the Kanban mother is generally in the lower right corner, the fourth line in the live2d.css of the css file, left (left) or right (right), and their attribute value is the distance from the side.

        3. The music chain must be a QQ music chain, but Netease does not work. How to get it: Click to play music in the QQ version of the web page, and right-click the review element to find the chain.

        4.emlog5.3.1 does not support Oh, emlog6.0.1, I am based on the actual operation of my website, other bugs are welcome to feedback.

        5. The music interface and the Turing robot docking frame are simple and may fail, so fill in live2d.com.php, see below:

<?php die; ?>a:6:{s:2:"ak";s:32:"这里填图灵机器人的apikey";
s:4:"msra";s:64:"QQ音乐外链地址";
s:4:"msrb";s:0:"QQ音乐外链地址";
s:4:"msrc";s:0:"QQ音乐外链地址";
s:4:"msrd";s:0:"QQ音乐外链地址";
s:4:"msre";s:0:"QQ音乐外链地址";
}

At last:

There are many models that can be replaced between models, and I am too lazy to get other ones. I am interested in changing it myself, and changing the color of the model with ps is also possible ~, these 8 sets are free to share, for your use In addition, I launched a set of VIP version. If you need it, you should sponsor me. The Baishen Party should just use the free one. The functions are almost the same.

Download address: Lan Zuoyun

Published 21 original articles · Like 13 · Visitors 10,000+

Guess you like

Origin blog.csdn.net/huayula/article/details/105654666