jerryc127 / hexo-theme-butterfly

🦋 A Hexo Theme: Butterfly
https://butterfly.js.org
Apache License 2.0
6.8k stars 1.24k forks source link

[Bug]: Waline 评论无法展示 #1457

Closed LazyIonEs closed 4 months ago

LazyIonEs commented 4 months ago

使用的 Butterfly 版本? | What version of Butterfly are you use?

4.12.0

是否修改过主题文件? || Has the theme files been modified?

是 (Yes)

使用的瀏覽器? || What browse are you using?

Chrome

使用的系統? || What operating system are you using?

macOS

依賴插件 | Package dependencies Information

npm ERR! code ELSPROBLEMS
npm ERR! missing: hexo-theme-butterfly@^4.9.0, required by hexo-site@0.0.0
hexo-site@0.0.0 /Users/lazyiones/Desktop/blog
├── hexo-abbrlink@2.2.1
├── hexo-bilibili-bangumi@1.8.9
├── hexo-deployer-git@4.0.0
├── hexo-generator-archive@2.0.0
├── hexo-generator-category@2.0.0
├── hexo-generator-index@3.0.0
├── hexo-generator-search@2.4.3
├── hexo-generator-tag@2.0.0
├── hexo-renderer-ejs@2.0.0
├── hexo-renderer-marked@6.1.1
├── hexo-renderer-pug@3.0.0
├── hexo-renderer-stylus@3.0.0
├── hexo-server@3.0.0
├── UNMET DEPENDENCY hexo-theme-butterfly@^4.9.0
├── hexo-theme-landscape@1.0.0
├── hexo-wordcount@6.0.1
└── hexo@6.3.0

問題描述 | Describe the bug

配置

waline:
  serverURL: https://waline.lazyiones.top # Waline server address url
  bg: /img/comment_bg.png # waline background
  pageview: false
  option:
    placeholder: '如果遇到评论加载不出来,请不要担心,稍等一会儿,等待服务器后台修复即可,或者过一段时间来看看~'
    pageSize: 8

waline更新后评论列表和评论框无法展示,如图 image image

出現問題網站 | Website

https://blog.lazyiones.top/

LazyIonEs commented 4 months ago

根据fixed已解决