From b8756fc09aa5350f4ace22df105013acdfbb2ad1 Mon Sep 17 00:00:00 2001 From: AdingApkgg Date: Sat, 27 Dec 2025 00:13:16 +0800 Subject: [PATCH] Enhance App.vue and ImageViewer.vue for improved styling and animation handling - Added a custom variant for dark mode in App.vue to support Tailwind v4 features. - Simplified the onEnter function in ImageViewer.vue by removing the done parameter, allowing Vue to manage CSS animation completion automatically. --- src/App.vue | 3 +++ src/components/ImageViewer.vue | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 08d0c7e..d01c998 100644 --- a/src/App.vue +++ b/src/App.vue @@ -555,6 +555,9 @@ function saveSettings(customApi: string, newCustomCSS: string) {