improvement: 适配新版的 waline 夜间模式

pull/592/head
Jerry 3 years ago
parent 36527a3b81
commit 9e6958f25b

@ -12,7 +12,8 @@ script.
path: location.pathname,
emojiCDN: '#{theme.waline.emojiCDN}',
emojiMaps: !{emojiMaps},
visitor: #{theme.waline.visitor}
visitor: #{theme.waline.visitor},
dark: '[data-theme="dark"]'
}, !{JSON.stringify(theme.waline.option)}))
}

@ -1,6 +1,6 @@
{
"name": "hexo-theme-butterfly",
"version": "3.7.6",
"version": "3.7.7",
"description": "A Simple and Card UI Design theme for Hexo",
"main": "package.json",
"scripts": {

Loading…
Cancel
Save