From 46431afb3cf4892f18059b4c467bf114f4d2b219 Mon Sep 17 00:00:00 2001 From: sendevia Date: Fri, 5 Dec 2025 23:48:45 +0800 Subject: [PATCH] feat(ImageViewer): improve accessibility and touch interactions --- .vitepress/theme/components/ImageViewer.vue | 77 ++++++++----------- .../theme/styles/components/ImageViewer.scss | 2 +- 2 files changed, 34 insertions(+), 45 deletions(-) diff --git a/.vitepress/theme/components/ImageViewer.vue b/.vitepress/theme/components/ImageViewer.vue index 4361007..c0063d5 100644 --- a/.vitepress/theme/components/ImageViewer.vue +++ b/.vitepress/theme/components/ImageViewer.vue @@ -1,5 +1,7 @@