hexo-theme-shokax
Advanced tools
Comparing version 0.2.0-rc5 to 0.2.0-rc6
{ | ||
"name": "hexo-theme-shokax", | ||
"version": "0.2.0-rc5", | ||
"version": "0.2.0-rc6", | ||
"description": "a hexo theme based on shoka", | ||
@@ -40,4 +40,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"js-yaml": "^4.1.0" | ||
"js-yaml": "^4.1.0", | ||
"sass": "^1.58.3" | ||
} | ||
} |
@@ -45,3 +45,3 @@ /* global hexo */ | ||
el: '#new-comment', | ||
serverURL: '${hexo.theme.config.waline.serverURL}', | ||
serverURL: '${hexo.theme.config.waline.serverURL.replace(/\/+$/, '')}', | ||
count: 10, | ||
@@ -48,0 +48,0 @@ }); |
@@ -155,3 +155,3 @@ const statics = CONFIG.statics.indexOf('//') > 0 ? CONFIG.statics : CONFIG.root; | ||
oWinWidth = window.innerWidth; | ||
sideBar.child('.panels').changeOrGetHeight(oWinHeight + 'px'); | ||
// sideBar.child('.panels').changeOrGetHeight(oWinHeight + 'px'); | ||
}; | ||
@@ -158,0 +158,0 @@ const scrollHandle = function (event) { |
@@ -478,3 +478,3 @@ let NOWPLAYING = null; | ||
} | ||
}).then(function (c) { | ||
}).then((c) => { | ||
if (c) { | ||
@@ -536,3 +536,3 @@ playlist.create(); | ||
}, | ||
init: function () { | ||
init: () => { | ||
const item = playlist.current(); | ||
@@ -539,0 +539,0 @@ if (!item || item.error) { |
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
550492
2
+ Addedsass@^1.58.3
+ Added@parcel/watcher@2.5.0(transitive)
+ Added@parcel/watcher-android-arm64@2.5.0(transitive)
+ Added@parcel/watcher-darwin-arm64@2.5.0(transitive)
+ Added@parcel/watcher-darwin-x64@2.5.0(transitive)
+ Added@parcel/watcher-freebsd-x64@2.5.0(transitive)
+ Added@parcel/watcher-linux-arm-glibc@2.5.0(transitive)
+ Added@parcel/watcher-linux-arm-musl@2.5.0(transitive)
+ Added@parcel/watcher-linux-arm64-glibc@2.5.0(transitive)
+ Added@parcel/watcher-linux-arm64-musl@2.5.0(transitive)
+ Added@parcel/watcher-linux-x64-glibc@2.5.0(transitive)
+ Added@parcel/watcher-linux-x64-musl@2.5.0(transitive)
+ Added@parcel/watcher-win32-arm64@2.5.0(transitive)
+ Added@parcel/watcher-win32-ia32@2.5.0(transitive)
+ Added@parcel/watcher-win32-x64@2.5.0(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedchokidar@4.0.1(transitive)
+ Addeddetect-libc@1.0.3(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedimmutable@5.0.3(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addednode-addon-api@7.1.1(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedreaddirp@4.0.2(transitive)
+ Addedsass@1.81.0(transitive)
+ Addedsource-map-js@1.2.1(transitive)
+ Addedto-regex-range@5.0.1(transitive)