给博客园添加live2d看板娘(转)

参考:https://www.cnblogs.com/yzx1798106406/p/9799871.html

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" type="text/css" href="https://blog-static.cnblogs.com/files/yzx1798106406/waifu.css"/>
    <link rel="stylesheet" type="text/css" href="https://blog-static.cnblogs.com/files/yzx1798106406/flat-ui.min.css"/>
</head>
<body>    
    <div class="waifu">
        <div class="waifu-tips"></div>
        <canvas id="live2d" width="280" height="250" class="live2d"></canvas>
        <div class="waifu-tool">
            <span class="fui-home"></span>
            <span class="fui-chat"></span>
            <span class="fui-eye"></span>
            <span class="fui-user"></span>
            <span class="fui-photo"></span>
            <span class="fui-info-circle"></span>
            <span class="fui-cross"></span>
        </div>
    </div>
        
    <script src="https://blog-static.cnblogs.com/files/yzx1798106406/waifu-tips.js"></script>
    <script src="https://blog-static.cnblogs.com/files/yzx1798106406/live2d.js"></script>
    <script type="text/javascript">initModel()</script>
</body>
</html>

  

原文地址:https://www.cnblogs.com/yingyigongzi/p/11016756.html