From 893041f66148e7a25d4611322ca129986e816b86 Mon Sep 17 00:00:00 2001 From: jmal Date: Thu, 26 Sep 2024 11:30:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9B=B4=E6=96=B0css=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../articles/css/dark/{index-2.0.2.css => index-2.0.3.css} | 0 .../articles/css/light/{index-2.0.2.css => index-2.0.3.css} | 0 src/main/resources/templates/article.html | 2 +- src/main/resources/templates/component/common-js.html | 2 +- src/main/resources/templates/component/head.html | 4 ++-- 5 files changed, 4 insertions(+), 4 deletions(-) rename src/main/resources/static/articles/css/dark/{index-2.0.2.css => index-2.0.3.css} (100%) rename src/main/resources/static/articles/css/light/{index-2.0.2.css => index-2.0.3.css} (100%) diff --git a/src/main/resources/static/articles/css/dark/index-2.0.2.css b/src/main/resources/static/articles/css/dark/index-2.0.3.css similarity index 100% rename from src/main/resources/static/articles/css/dark/index-2.0.2.css rename to src/main/resources/static/articles/css/dark/index-2.0.3.css diff --git a/src/main/resources/static/articles/css/light/index-2.0.2.css b/src/main/resources/static/articles/css/light/index-2.0.3.css similarity index 100% rename from src/main/resources/static/articles/css/light/index-2.0.2.css rename to src/main/resources/static/articles/css/light/index-2.0.3.css diff --git a/src/main/resources/templates/article.html b/src/main/resources/templates/article.html index 01d5a776..622066c8 100644 --- a/src/main/resources/templates/article.html +++ b/src/main/resources/templates/article.html @@ -577,7 +577,7 @@ link.type = 'text/css'; link.id = "theme-css-dark"; // 加上id方便后面好查找到进行删除 link.rel = 'stylesheet'; - link.href = commonSiteUrl + '/css/dark/index-2.0.2.css'; + link.href = commonSiteUrl + '/css/dark/index-2.0.3.css'; document.getElementsByTagName("head")[0].appendChild(link); labelIcon.removeClass('fa-moon') labelIcon.addClass('fa-sun') diff --git a/src/main/resources/templates/component/common-js.html b/src/main/resources/templates/component/common-js.html index 2aaf4fde..9ea6acaa 100644 --- a/src/main/resources/templates/component/common-js.html +++ b/src/main/resources/templates/component/common-js.html @@ -54,7 +54,7 @@ link.type = 'text/css'; link.id = "theme-css-dark"; // 加上id方便后面好查找到进行删除 link.rel = 'stylesheet'; - link.href = commonSiteUrl + '/css/dark/index-2.0.2.css'; + link.href = commonSiteUrl + '/css/dark/index-2.0.3.css'; document.getElementsByTagName("head")[0].appendChild(link); labelIcon.removeClass('fa-moon') labelIcon.addClass('fa-sun') diff --git a/src/main/resources/templates/component/head.html b/src/main/resources/templates/component/head.html index b38b7876..64429d60 100644 --- a/src/main/resources/templates/component/head.html +++ b/src/main/resources/templates/component/head.html @@ -19,6 +19,6 @@ - - + +