![]()
+ th:src="${isLazyload ? loadingImg : equipment.spec.cover}"
+ th:data-lazy-src="${ isLazyload ? equipment.spec.cover : ''}">
[[${equipment.spec.displayName}]]
-
[[${#annotations.get(equipment, 'model')}]]
+
[[${equipment.spec.specification}]]
[[${equipment.spec.description}]]
diff --git a/theme.yaml b/theme.yaml
index af69ad9..5707d73 100644
--- a/theme.yaml
+++ b/theme.yaml
@@ -52,8 +52,8 @@ spec:
issues: https://gitee.com/uptoz/halo-theme-hao/issues
settingName: "theme-hao-setting"
configMapName: "theme-hao-configMap"
- version: "1.0.4-ce"
- require: ">=2.20.0"
+ version: "1.0.5-ce"
+ requires: ">=2.21.0"
license:
- name: "CC BY-SA 4.0"
url: "https://gitee.com/uptoz/halo-theme-hao/blob/main/LICENSE"