![]()
+ th:alt="${equipment.spec.displayName}"
+ th:src="${isLazyload ? loadingImg : equipment.spec.url}"
+ th:data-lazy-src="${ isLazyload ? equipment.spec.url : ''}">
- [[${equipment.name}]]
+ th:onclick="rm.rightmenuCopyText([[${equipment.spec.displayName}]]);btf.snackbarShow('已复制装备名称');">
+ [[${equipment.spec.displayName}]]
-
[[${equipment.model}]]
+
[[${#annotations.get(equipment, 'model')}]]
- [[${equipment.description}]]
+ [[${equipment.spec.description}]]
diff --git a/templates/error/404.html b/templates/error/404.html
index d4c32ea4..a5f50e03 100644
--- a/templates/error/404.html
+++ b/templates/error/404.html
@@ -1,5 +1,5 @@
-
diff --git a/templates/error/500.html b/templates/error/500.html
index 23a64196..4c91681d 100644
--- a/templates/error/500.html
+++ b/templates/error/500.html
@@ -1,5 +1,5 @@
-
diff --git a/templates/index.html b/templates/index.html
index 451160e1..ff1b5d33 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -5,7 +5,7 @@
diff --git a/templates/modules/widgets/aside/comments.html b/templates/modules/widgets/aside/comments.html
index 6b72aeee..592ee767 100644
--- a/templates/modules/widgets/aside/comments.html
+++ b/templates/modules/widgets/aside/comments.html
@@ -13,7 +13,7 @@
th:with="newcommentnumber = ${#conversions.convert(theme.config.sidebar.newcomment.newcommentnumber, 'java.lang.Integer') >= 0 ? theme.config.sidebar.newcommentnumber : 5}">