Compare commits

...

3 Commits
3.7.6 ... 3.7.7

2 changed files with 3 additions and 2 deletions

View File

@@ -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)}))
}

View File

@@ -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": {