From a55e67d14b3f4341df9aa497c25289eb244be50a Mon Sep 17 00:00:00 2001 From: jiewenhuang Date: Tue, 22 Aug 2023 23:48:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BE=BF=E7=AD=BE=E4=BA=91=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/modules/themeSettingVariable.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/modules/themeSettingVariable.html b/templates/modules/themeSettingVariable.html index e939c53..ca9dd76 100644 --- a/templates/modules/themeSettingVariable.html +++ b/templates/modules/themeSettingVariable.html @@ -14,7 +14,7 @@ enable_weather : /*[[${theme.config.blogger.enable_weather}]]*/ false, weather_key : /*[[${theme.config.blogger.weather_key}]]*/ '', link_behavior : /*[[${theme.config.theme.link_behavior}]]*/ 'default', - enable_tag_cloud : /*[[${theme.config.aside.enable_tag_cloud}]]*/ 'false', + enable_tag_cloud : true, tag_cloud_type : /*[[${theme.config.aside.tag_cloud_type}]]*/ '3d', enable_fixed_header : /*[[${theme.config.navbar.enable_fixed_header}]]*/ true, enable_clean_mode : /*[[${theme.config.other.enable_clean_mode}]]*/ false, @@ -79,6 +79,7 @@ } + console.log(ThemeConfig.enable_tag_cloud)