jerryc127 / hexo-theme-butterfly

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

[Bug]: 开启addtoany后,页面仍然显示的是sharejs #1423

Closed Aghenim closed 5 months ago

Aghenim commented 5 months ago

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

4.12.0

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

不是 (No)

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

Chrome

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

macOS

依賴插件 | Package dependencies Information

hexo 7.0.0                     hexo-generator-index 3.0.0     hexo-renderer-ejs 2.0.0        hexo-server 3.0.0              hexo-wordcount 6.0.1           
hexo-generator-archive 2.0.0   hexo-generator-tag 2.0.0       hexo-renderer-marked 6.2.0     hexo-theme-butterfly 4.12.0    
hexo-generator-category 2.0.0  hexo-offline 2.0.1             hexo-renderer-stylus 3.0.0     hexo-theme-landscape 1.0.0

問題描述 | Describe the bug

addtoany:
  enable: true
  sites: facebook
image

出現問題網站 | Website

no.published.yet

jerryc127 commented 5 months ago

hexo clean 先

Aghenim commented 5 months ago

hexo clean 先

已hexo clean

jerryc127 commented 5 months ago

sharejs 是否设为 false ?

Aghenim commented 5 months ago

sharejs 是否设为 false ?

sharejs:
  enable: false
addtoany:
  enable: true
  sites: facebook 

手动设置sharejs关闭后,显示正常了。

非常感谢!~