next-theme / hexo-theme-next

🎉 Elegant and powerful theme for Hexo.
https://theme-next.js.org
Other
2.34k stars 420 forks source link

fontawesome样式文件加载失败导致图标不显示 #705

Closed duqian42707 closed 8 months ago

duqian42707 commented 8 months ago

Issue Checklist

Expected behavior

正常显示图标

Actual behavior

Steps to reproduce the behavior

npm install hexo-theme-next@^8.18.1 @next-theme/plugins@^8.18.1 hexo server

Node.js and NPM Information

node -v                                                                                                 
v16.15.0

npm -v                                                                                                  
6.14.17

Package dependencies Information

├── @next-theme/plugins@8.18.1
├── hexo@6.3.0
├── hexo-filter-mermaid-diagrams@1.0.5
├── hexo-generator-archive@2.0.0
├── hexo-generator-category@2.0.0
├── hexo-generator-index@3.0.0
├── hexo-generator-searchdb@1.4.1
├── hexo-generator-tag@2.0.0
├── hexo-renderer-ejs@2.0.0
├── hexo-renderer-marked@6.0.0
├── hexo-renderer-stylus@2.1.0
├── hexo-server@3.0.0
└── hexo-theme-next@8.18.1

Hexo Configuration

# Hexo Configuration

NexT Configuration

# Next Configuration

Other Information

image image
welcome[bot] commented 8 months ago

Thanks for opening this issue, maintainers will get back to you as soon as possible!

njzjz commented 8 months ago

把@next-theme/plugins的版本pin在8.17.1能解决吗?看起来最近两个月都没有(忘记?)更新_vendors.yml了……

duqian42707 commented 8 months ago

@next-theme/plugins@8.17.1 是可以的

stevenjoezhang commented 8 months ago

谢谢反馈,已发布 8.18.2 版本修复此问题。之后争取改成自动更新,人工做存在疏漏…