关闭流光效果

This commit is contained in:
2025-11-28 13:31:21 +08:00
parent dd41072fc9
commit 626351d33c

View File

@@ -444,11 +444,11 @@ const handleSelect = (mode: GenerationMode) => {
}
.mode-card:hover::before {
opacity: 1;
animation:
/*opacity: 1;
!*animation:
rotate-glow 2.5s linear infinite,
pulse-glow 4s ease-in-out infinite;
/* 悬停时才应用渐变和滤镜 */
pulse-glow 4s ease-in-out infinite;*!
!* 悬停时才应用渐变和滤镜 *!
background:
radial-gradient(circle at 30% 30%, rgba(255,255,255,0.8) 0%, transparent 50%),
radial-gradient(circle at 70% 70%, rgba(255,255,255,0.6) 0%, transparent 50%),
@@ -461,7 +461,7 @@ const handleSelect = (mode: GenerationMode) => {
var(--color-start, #6366f1) 80%,
var(--color-start, #6366f1) 100%
);
filter: blur(12px) brightness(1.3);
filter: blur(12px) brightness(1.3);*/
}
/* 颜色定义 */