EYHN / hexo-helper-live2d

Add the Sseexxyyy live2d to your hexo!
GNU General Public License v2.0
3.86k stars 469 forks source link

网页中无法展示live2d #166

Closed Augists closed 4 years ago

Augists commented 4 years ago

hello

我通过npm install lixxxxxxx-wanko 安装的model

然后在themes里_config.yml内添加了如下代码

# live2d
live2d:
  enable: true
  scriptFrom: local
  pluginRootPath: live2dw/
  pluginJsPath: lib/
  pluginModelPath: assets/
  model:
    use: live2d-widget-model-wanko
    scale: 1
    hHeadPos: 0.5
    vHeadPos: 0.618
  display:
    superSample: 2
    width: 150
    height: 300
    position: left
    hOffset: 0
    vOffset: -20
  mobile:
    show: true
    scale: 0.5
  react:
    opacityDefault: 0.7
    opacityOnHover: 0.2

我设定在左边的wanko

但是出来的是右边的小姑娘

我是哪里做错了嘛

谢谢

Augists commented 4 years ago

解决了 东西要加进hexo根目录的config.yml ^^ 谢谢啦