From 9e6958f25ba32b50ec16422b01db1291fd0b5b98 Mon Sep 17 00:00:00 2001 From: Jerry Date: Tue, 11 May 2021 22:17:03 +0800 Subject: [PATCH] =?UTF-8?q?improvement:=20=E9=80=82=E9=85=8D=E6=96=B0?= =?UTF-8?q?=E7=89=88=E7=9A=84=20waline=20=E5=A4=9C=E9=97=B4=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/includes/third-party/comments/waline.pug | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/layout/includes/third-party/comments/waline.pug b/layout/includes/third-party/comments/waline.pug index 9588049..0804536 100644 --- a/layout/includes/third-party/comments/waline.pug +++ b/layout/includes/third-party/comments/waline.pug @@ -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)})) } diff --git a/package.json b/package.json index 9b224fa..0bbc312 100644 --- a/package.json +++ b/package.json @@ -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": {