美文网首页
给hexo-theme-hiero博客添加卡通动画

给hexo-theme-hiero博客添加卡通动画

作者: KangSmit的算法那些事儿 | 来源:发表于2020-07-06 23:58 被阅读0次

npm install --save hexo-helper-live2d
npm install live2d-widget-model-shizuku #这是模块

其他模块参考:
https://huaji8.top/post/live2d-plugin-2.0/

image.png

在配置目录下输入下面的代码:

live2d:
    enable: true
    scriptFrom: local
    pluginRootPath: live2dw/
    pluginJsPath: lib/
    pluginModelPath: assets/
    tagMode: false
    log: false
    model:
        use: live2d-widget-model-shizuku
    display:
        position: right
        width: 150
        height: 300
    mobile:
        show: false
    react:
        opacity: 0.7
image.png

部署:

hexo clean
hexo g
hexo d

成功:

image.png

结果展示(显示可能会慢一些):


image.png

参考文献

相关文章

网友评论

      本文标题:给hexo-theme-hiero博客添加卡通动画

      本文链接:https://www.haomeiwen.com/subject/ptwnqktx.html