From 7eda5cb0647bbcf754b6e497fff0d2e0317904dc Mon Sep 17 00:00:00 2001
From: "1152958806@qq.com" <17683872107czx>
Date: Fri, 17 Nov 2023 10:59:15 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=B5=E8=84=9A?=
=?UTF-8?q?=E5=A4=87=E6=A1=88=E9=93=BE=E6=8E=A5=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
templates/modules/footer.html | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/templates/modules/footer.html b/templates/modules/footer.html
index c8b4a638..e5773450 100644
--- a/templates/modules/footer.html
+++ b/templates/modules/footer.html
@@ -125,10 +125,13 @@
th:if="${pluginFinder.available('PluginSitemap')}">订阅
-
-
From 14dcf574cd57c36569e293f21aa731fedb553685 Mon Sep 17 00:00:00 2001
From: "1152958806@qq.com" <17683872107czx>
Date: Fri, 17 Nov 2023 11:15:24 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8A=A8=E7=94=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
templates/assets/zhheo/zhheoblog.css | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css
index d2975a5b..3596bd21 100644
--- a/templates/assets/zhheo/zhheoblog.css
+++ b/templates/assets/zhheo/zhheoblog.css
@@ -374,7 +374,7 @@ template {
}
.reward-main {
- animation: 0.3s ease 0.1s 1 normal both running donate_effcet;
+ animation: slide-in .3s ease 0s 1 normal none running
}
@-webkit-keyframes scroll-down-effect {
@@ -9419,6 +9419,16 @@ span.recent-post-top-text {
}
}
+@media screen and (min-width: 1200px) {
+ #category #recent-posts .recent-post-item,#tag #recent-posts .recent-post-item {
+ animation:slide-in .6s .4s backwards
+ }
+
+ #category-bar {
+ animation: slide-in .6s .3s backwards
+ }
+}
+
#recent-posts {
position: relative
}