next-theme / plugins

🔮 Third-party front-end plugins for Hexo theme NexT.
MIT License
2 stars 3 forks source link

所有的图标不见了 #116

Closed fightinggg closed 3 years ago

fightinggg commented 3 years ago
INFO  Validating config
INFO  ==================================
  ███╗   ██╗███████╗██╗  ██╗████████╗
  ████╗  ██║██╔════╝╚██╗██╔╝╚══██╔══╝
  ██╔██╗ ██║█████╗   ╚███╔╝    ██║
  ██║╚██╗██║██╔══╝   ██╔██╗    ██║
  ██║ ╚████║███████╗██╔╝ ██╗   ██║
  ╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝   ╚═╝
========================================
NexT version 8.7.0
Documentation: https://theme-next.js.org
========================================
INFO  Start processing
WARN  Since language_switcher is turned on, the caching is disabled to avoid potential hazards.
WARN  The following packages are not found by `@next-theme/plugins`.
WARN  Package subpath './package.json' is not defined by "exports" in /Users/s/src/hexo-blog/node_modules/firebase/package.json
WARN  Cannot find module 'nprogress/package.json'
Require stack:
- /Users/s/src/hexo-blog/node_modules/@next-theme/plugins/index.js
- /Users/s/src/hexo-blog/node_modules/hexo-theme-next/scripts/events/lib/vendors.js
WARN  Maybe you can find the solution here: https://github.com/next-theme/plugins#debug

所有的awesome图标不见了

截屏2021-08-31 下午2 06 34

在这里你能看到更多的日志 here 正常的博客应该是这样子

修复方法: 当我把版本从 "@next-theme/plugins": "https://github.com/next-theme/plugins/tarball/main" 修改到 "@next-theme/plugins": "https://github.com/next-theme/plugins/tarball/1a99dc8a7794306f867ca466802a1af647dda3a4", 以后,一切恢复了正常

stevenjoezhang commented 3 years ago

谢谢反馈,能发一个存在问题的网站的链接吗?我研究一下

fightinggg commented 3 years ago

谢谢反馈,能发一个存在问题的网站的链接吗?我研究一下

https://hexoblog-0gbcfywu9055bf90-1258727650.tcloudbaseapp.com/ 这个镜像站被我隔离了,你可以去看看

stevenjoezhang commented 3 years ago

我刚刚发布了 @next-theme/plugins8.7.1版本,你安装一下,应该就没有这个问题了

NexT 每个月初发新版本,有时候会有新旧版本不同步的问题,之后看看能不能用 GitHub Actions 自动把改动同步过去

fightinggg commented 3 years ago

我刚刚发布了 @next-theme/plugins8.7.1版本,你安装一下,应该就没有这个问题了

NexT 每个月初发新版本,有时候会有新旧版本不同步的问题,之后看看能不能用 GitHub Actions 自动把改动同步过去

8.7.1不管用,还是gg,一样的报错

stevenjoezhang commented 3 years ago

好吧,那和我想的不一样。如果你是用 npm 安装的 NexT,就重新安装@next-theme/plugins 8.7.0 版本;如果是用 git 安装的 NexT,就把 NexT 更新到这个 commit https://github.com/next-theme/hexo-theme-next/commit/31d474763562c4308008708eb7da510603bea0d9 之后

fightinggg commented 3 years ago

好吧,那和我想的不一样。如果你是用 npm 安装的 NexT,就重新安装@next-theme/plugins 8.7.0 版本;如果是用 git 安装的 NexT,就把 NexT 更新到这个 commit next-theme/hexo-theme-next@31d4747 之后

8.7.1已解决问题

xs314 commented 1 year ago

实测在 plugins 设置为 local 时 fontawesome 全部消失,设置成外链则正常 image 都装了最新版,不懂啥情况 image