From 9e6e09992715a256aa1cbff0f26ae292bfe8763a Mon Sep 17 00:00:00 2001
From: "1152958806@qq.com" <1152958806@qq.com>
Date: Mon, 13 Nov 2023 21:51:51 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E5=88=86=E6=96=87?=
=?UTF-8?q?=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
templates/assets/zhheo/zhheoblog.css | 10 ++++++++++
templates/modules/category-filter.html | 4 ----
templates/modules/layouts/layout.html | 4 ++--
templates/modules/{ => widgets}/right-menu.html | 0
templates/modules/{common => widgets}/rightside.html | 0
5 files changed, 12 insertions(+), 6 deletions(-)
delete mode 100644 templates/modules/category-filter.html
rename templates/modules/{ => widgets}/right-menu.html (100%)
rename templates/modules/{common => widgets}/rightside.html (100%)
diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css
index 194d8cdc..19437bae 100644
--- a/templates/assets/zhheo/zhheoblog.css
+++ b/templates/assets/zhheo/zhheoblog.css
@@ -721,6 +721,16 @@ template {
}
}
+@keyframes heo-spin {
+ 0% {
+ transform: rotate(0)
+ }
+
+ 100% {
+ transform: rotate(360deg)
+ }
+}
+
:root {
--global-font-size: 16px;
--global-bg: #fff;
diff --git a/templates/modules/category-filter.html b/templates/modules/category-filter.html
deleted file mode 100644
index 08e4d6de..00000000
--- a/templates/modules/category-filter.html
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/templates/modules/layouts/layout.html b/templates/modules/layouts/layout.html
index 6099c957..6992d01d 100644
--- a/templates/modules/layouts/layout.html
+++ b/templates/modules/layouts/layout.html
@@ -49,10 +49,10 @@
-