hexo-theme-next
Advanced tools
Comparing version 8.11.0 to 8.11.1
@@ -136,3 +136,3 @@ <div align="right"> | ||
<a href="https://www.netlify.com"><img height="40" src="https://www.netlify.com/img/press/logos/full-logo-light.svg"></a> | ||
<a href="https://www.netlify.com"><img height="40" src="https://www.netlify.com/v3/img/components/full-logo-light.svg"></a> | ||
@@ -139,0 +139,0 @@ > Netlify allows us to distribute the documentation. |
@@ -136,3 +136,3 @@ <div align="right"> | ||
<a href="https://www.netlify.com"><img height="40" src="https://www.netlify.com/img/press/logos/full-logo-light.svg"></a> | ||
<a href="https://www.netlify.com"><img height="40" src="https://www.netlify.com/v3/img/components/full-logo-light.svg"></a> | ||
@@ -139,0 +139,0 @@ > Netlify 容许我们发布文档。 |
{ | ||
"name": "hexo-theme-next", | ||
"version": "8.11.0", | ||
"version": "8.11.1", | ||
"description": "Elegant and powerful theme for Hexo.", | ||
@@ -37,3 +37,3 @@ "main": "package.json", | ||
"chai": "4.3.6", | ||
"eslint": "8.12.0", | ||
"eslint": "8.14.0", | ||
"hexo": "6.1.0", | ||
@@ -40,0 +40,0 @@ "hexo-renderer-marked": "5.0.0", |
@@ -136,3 +136,3 @@ <div align="right"> | ||
<a href="https://www.netlify.com"><img height="40" src="https://www.netlify.com/img/press/logos/full-logo-light.svg"></a> | ||
<a href="https://www.netlify.com"><img height="40" src="https://www.netlify.com/v3/img/components/full-logo-light.svg"></a> | ||
@@ -139,0 +139,0 @@ > Netlify allows us to distribute the documentation. |
@@ -61,7 +61,7 @@ /* global hexo */ | ||
const links = { | ||
local : parse(this.theme.js || '').hostname, | ||
local : parse(this.theme.js || '').protocol + '//' + parse(this.theme.js || '').hostname, | ||
jsdelivr: 'https://cdn.jsdelivr.net', | ||
unpkg : 'https://unpkg.com', | ||
cdnjs : 'https://cdnjs.cloudflare.com', | ||
custom : parse(custom_cdn_url || '').hostname | ||
custom : parse(custom_cdn_url || '').protocol + '//' + parse(custom_cdn_url || '').hostname | ||
}; | ||
@@ -68,0 +68,0 @@ const h = enable ? host || 'https://fonts.googleapis.com' : ''; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
445485