EYHN / hexo-helper-live2d

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

live2d无法显示 #110

Closed BeautyyuYanli closed 6 years ago

BeautyyuYanli commented 6 years ago

Issue

Description

INFO  HEXO-HELPER-LIVE2D: Loaded model from npm-module(1), live2d-widget-model-wanko@1.0.5 from '/home/beautyu/blog/node_modules/live2d-widget-model-wanko/assets'
INFO  Start processing
INFO  Hexo is running at http://localhost:4000/. Press Ctrl+C to stop.

它看起来没什么问题

# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/

# Site
title: Hexo
subtitle:
description:
keywords:
author: John Doe
language:
timezone:

# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: http://yoursite.com
root: /
permalink: :year/:month/:day/:title/
permalink_defaults:

# Directory
source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
skip_render:

# Writing
new_post_name: :title.md # File name of new posts
default_layout: post
titlecase: false # Transform title into titlecase
external_link: true # Open external links in new tab
filename_case: 0
render_drafts: false
post_asset_folder: false
relative_link: false
future: true
highlight:
  enable: true
  line_number: true
  auto_detect: false
  tab_replace:

# Home page setting
# path: Root path for your blogs index page. (default = '')
# per_page: Posts displayed per page. (0 = disable pagination)
# order_by: Posts order. (Order by date descending by default)
index_generator:
  path: ''
  per_page: 10
  order_by: -date

# Category & Tag
default_category: uncategorized
category_map:
tag_map:

# Date / Time format
## Hexo uses Moment.js to parse and display date
## You can customize the date format as defined in
## http://momentjs.com/docs/#/displaying/format/
date_format: YYYY-MM-DD
time_format: HH:mm:ss

# Pagination
## Set per_page to 0 to disable pagination
per_page: 10
pagination_dir: page

# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: landscape

# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
  type:

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

_config.yml与样例相同,并且已安装wanko模型。 并且在public/index.html的行末确实有如下代码

 </div>
<script src="/live2dw/lib/L2Dwidget.min.js?0c58a1486de42ac6cc1c59c7d98ae887"></script><script>L2Dwidget.init({"pluginRootPath":"live2dw/","pluginJsPath":"lib/","pluginModelPath":"assets/","model":{"jsonPath":"/live2dw/assets/wanko.model.json"},"display":{"position":"right","width":150,"height":300},"mobile":{"show":true}});</script></body>
</html>

然而在网页中并不显示live2d

Expected behavior 预期行为

Actual behavior 实际行为

Steps to reproduce the behavior 复现步骤

Change the [ ] into [x] to show your acceptance. 将 [ ] 变为 [x] 来表示你接受了这些问题。

@EYHN @xiazeyu

xiazeyu commented 6 years ago

@BeautyYuYanli 能否提供更加详细的说明? 如: 控制台的输出,本地hexo s --debug运行的报错等,出错的页面地址?

BeautyyuYanli commented 6 years ago

非常抱歉.经过检查发现是自己的浏览器有损坏.请关闭这个问题

xiazeyu commented 6 years ago

@BeautyYuYanli 希望能提供详细过程,以便帮助其他人浏览器同样损坏时发现问题。