EYHN / hexo-helper-live2d

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

在next和landscape主题中无法显示 #120

Closed phantom9999 closed 6 years ago

phantom9999 commented 6 years ago

描述你的问题 next: 5.1.4和landscope 中体中无法显示.

复现步骤 "hexo": "^3.2.0", "hexo-helper-live2d": "^3.0.3",

出现问题的网站地址: _config.yml 中的配置:


live2d:
  enable: true
  scriptFrom: local
  pluginRootPath: live2dw/
  pluginJsPath: lib/
  pluginModelPath: assets/
  model:
    use: live2d-widget-model-wanko
  display:
    position: right
    width: 30
    height: 60
  mobile:
    show: false

控制台输出:

  1. 打开'...'
  2. 双击'...'
  3. 滑动到'...'
  4. 发现'...'错误

预期的行为 请简明清晰地描述此操作预期的结果

屏幕截图 如果可能, 请添加一些屏幕截图来更好地描述你的问题

环境信息(请务必填写下列信息)

额外的信息 请在此处描述其他的内容

[ ] 变为 [x] 来表示我接受了这些问题。

@EYHN @xiazeyu

xiazeyu commented 6 years ago

@phantom9999 能否贴一段控制台输出和html代码以便差错

phantom9999 commented 6 years ago

看了一下样式和请求, 发现model需要单独安装, 安装之后解决了...从2.x迁移到3.x需要手工安装model....