- 欢迎访问我的博客:云与海 查看效果。
cd hexo-site
npm install hexo-qidaink-live2d
在站点根目录中的站点配置文件中添加以下内容。
myliverd:
enable: true # 是否开启live2d
local: false # true为本地引用,false为cdn链接引用,此时下边的cdnPath才生效
cdnPath: "https://xxx/live2d-widget/autoload.js" # CDN链接,可改为自己的CDN链接
注意:若使用本地引用,则此插件中的函数依赖@next-theme/utils
文件,所以在安装上述插件后hexo g
生成静态文件的时候可能报如下错误。
err: Error: Cannot find module '@next-theme/utils'
这表示缺少@next-theme/utils
模块,使用以下命令安装即可。
cd hexo-site
npm install @next-theme/utils
参考以下大佬项目
项目作者 | 项目链接 |
stevenjoezhang | https://github.com/stevenjoezhang/live2d-widget |
akilar店长 | https://github.com/Akilarlxh/live2d_api |
fghrsh(原作者) | https://github.com/fghrsh/live2d_api |