From 61813b706edc469e2f9e5a912651d74156a29888 Mon Sep 17 00:00:00 2001 From: nalkalin <601139931@qq.com> Date: Sat, 4 Oct 2025 16:05:39 +0800 Subject: [PATCH 1/2] fix: qr animation transition --- source/css/common/animated.styl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/css/common/animated.styl b/source/css/common/animated.styl index 4ccfe1ff..66d71209 100755 --- a/source/css/common/animated.styl +++ b/source/css/common/animated.styl @@ -1,8 +1,8 @@ transition-g() - transition-property color, background, box-shadow, border-color - transition-delay 0s, 0s, 0s, 0s - transition-duration 0.2s, 0.2s, 0.2s, 0.2s - transition-timing-function ease, ease, ease, ease + transition-property color, background, box-shadow, border-color, opacity, translate, visibility + transition-delay 0s, 0s, 0s, 0s, 0s, 0s, 0s + transition-duration 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s + transition-timing-function ease, ease, ease, ease, ease, ease, ease transition-t(property, delay, duration, function) $temp-property = 'color, background, box-shadow, border-color' From fe6e07321ddbe168dd020f7c39a549fbaac1af8d Mon Sep 17 00:00:00 2001 From: nalkalin <601139931@qq.com> Date: Sat, 4 Oct 2025 16:25:15 +0800 Subject: [PATCH 2/2] fix: Add toggleQR for mobile dev in Tailwind CSS v4 --- layout/pages/home/home-banner.ejs | 50 +++++++++++++++++++++++++------ 1 file changed, 41 insertions(+), 9 deletions(-) diff --git a/layout/pages/home/home-banner.ejs b/layout/pages/home/home-banner.ejs index b0271d1f..eb13ab97 100755 --- a/layout/pages/home/home-banner.ejs +++ b/layout/pages/home/home-banner.ejs @@ -106,30 +106,30 @@ <% for (const key in qrs) { %> <% if(qrs[key]) { %> <% if(key.includes("fa-")) { %> - - + -