修复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
+2 -2
View File
@@ -72,8 +72,8 @@ const { pageTitle, contentClass, wide, home } = Astro.props;
</main>
<Footer />
<MobileMenu />
<ScrollReveal client:load />
<CursorGlow th:if="${theme.config?.animation?.animation_cursor_glow}" client:load />
<ScrollReveal client:visible />
<CursorGlow th:if="${theme.config?.animation?.animation_cursor_glow}" client:idle />
</body>
</html>