diff --git a/templates/modules/layouts/layout.html b/templates/modules/layouts/layout.html
index 4ce2615d..a1f3b8a8 100644
--- a/templates/modules/layouts/layout.html
+++ b/templates/modules/layouts/layout.html
@@ -98,7 +98,7 @@
coverColor();
}
- if ([[${theme.config.other.loadingBox} and not ${#strings.isEmpty(theme.config.other.loadingBoxImg)}]]) {
+ if ([[${theme.config.other.loadingBox}]]) {
// 移除加载动画
removeLoading();
}
diff --git a/templates/modules/loading-box.html b/templates/modules/loading-box.html
index 27c8332e..9a1b5cbc 100644
--- a/templates/modules/loading-box.html
+++ b/templates/modules/loading-box.html
@@ -5,6 +5,47 @@
+
+
+
+
diff --git a/templates/modules/widgets/top-group.html b/templates/modules/widgets/top-group.html
index ad736176..ff636b96 100644
--- a/templates/modules/widgets/top-group.html
+++ b/templates/modules/widgets/top-group.html
@@ -44,11 +44,10 @@
-