From 47cd20c72c200689c9b65ebc35cf4b6f20f592ed Mon Sep 17 00:00:00 2001 From: Julian Freeman Date: Sun, 22 Mar 2026 19:42:40 -0400 Subject: [PATCH] fix ui --- src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index e084dea..b9a099a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -495,10 +495,10 @@ const handleExport = async () => {
- {{ String((h - 1 + 3) % 24).padStart(2, '0') }}:00 + {{ String((h - 1 + 3) % 24).padStart(2, '0') }}:00
-
+
{{ hoveredTime }}
@@ -514,7 +514,7 @@ const handleExport = async () => {
-
{{ selectedImage.time }}{{ lockedImage?.path === selectedImage.path ? '已定格' : '预览中' }}
+
{{ selectedImage.time }}{{ lockedImage?.path === selectedImage.path ? '已定格' : '预览中' }}
未选中活动