You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/docs/index.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,20 +49,22 @@ NexT uses code highlighting themes from the [Highlight.js](https://highlightjs.o
49
49
50
50
### Supported Browsers
51
51
52
-
We designed the NexT theme to support a wide range of mainstream browsers, include the current versions of Chrome, Firefox, Safari, and Microsoft Edge. Many CSS3 and ES6 features and new Web APIs have been utilized, including CSS Variables, [IntersectionObserver](https://caniuse.com/intersectionobserver) and [Fetch API](https://caniuse.com/fetch), to make the NexT theme's code more concise, reliable, and secure. Statistics show that NexT is compatible with more than 96% of browsers.
52
+
We designed the NexT theme to support a wide range of mainstream browsers, include the current versions of Chrome, Firefox, Safari, and Microsoft Edge. Many CSS3 and ES6 features and new Web APIs have been utilized, including [CSS Variables](https://caniuse.com/css-variables), [IntersectionObserver](https://caniuse.com/intersectionobserver) and [prefers-color-scheme](https://caniuse.com/prefers-color-scheme), to make the NexT theme's code more concise, reliable, and secure. Statistics show that NexT is compatible with more than 95% of browsers.
*The criterion being that on these browsers, the core functionalities and styles of the NexT theme work normally, excluding third-party plugins.*
64
66
65
-
If you need to support older browsers that are not on the supported list, you might consider using tools like [Babel.js](https://babeljs.io).
67
+
If you need to support older browsers that are not on the supported list, you might consider using tools like [Babel.js](https://babeljs.io) and plugins like [hexo-babel](https://www.npmjs.com/package/hexo-babel).
0 commit comments