修复EXIF

This commit is contained in:
nxxy335top
2026-05-18 20:35:58 +08:00
parent a0c64736eb
commit 0021045c5f
19 changed files with 315 additions and 911 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import Layout from "../layouts/Layout.astro";
th:text="${category.spec.displayName}"
></h1>
<span class="wi-page-accent"></span>
<p class="wi-category__subtitle" th:text="${theme.config?.home?.home_label_post_count ?: '共 {total} 篇文章}'.replace('{total}', posts.total)}"></p>
<p class="wi-category__subtitle" th:text="|共 ${posts.total} 篇文章|"></p>
<p
th:if="${not #strings.isEmpty(category.spec.description)}"
class="wi-category__description"