### Issue Checklist - [x] I am using NexT version 8.0 or later. - [x] I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Troubleshooting page of NexT](https://theme-next.js.org/docs/troubleshooting.html). - [x] I have already searched for current [issues](https://github.com/next-theme/hexo-theme-next/issues), which does not help me. ### Expected behavior 加载页面时,内容逐渐淡入。 ### Actual behavior Cloudflare CDN 无法访问时,页面持续为白色。 ### Steps to reproduce the behavior 1. 打开任意使用 NexT 主题的网站(例如[官网](https://theme-next.js.org/)),网页正常显示。 2. 屏蔽 `https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js`(当然屏蔽整个 `cdnjs.cloudflare.com` 也可以)。 3. 刷新,页面白屏。控制台报错: ``` Uncaught TypeError: can't access property "timeline", window.anime is undefined ``` ### Node.js and NPM Information ```Text 略 ``` ### Package dependencies Information ```Text 略 ``` ### Hexo Configuration ```YAML 略 ``` ### NexT Configuration ```YAML 略 ``` ### Other Information 主题设计者应该确保外部 JS 无法加载时,内容也能正常显示。
Issue Checklist
Expected behavior
加载页面时,内容逐渐淡入。
Actual behavior
Cloudflare CDN 无法访问时,页面持续为白色。
Steps to reproduce the behavior
https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js(当然屏蔽整个cdnjs.cloudflare.com也可以)。Node.js and NPM Information
Package dependencies Information
Hexo Configuration
略NexT Configuration
略Other Information
主题设计者应该确保外部 JS 无法加载时,内容也能正常显示。