Perf(custom): reduce init time of gallery page and upload page form 100ms to 6ms

This commit is contained in:
Kuingsmile
2026-01-15 12:46:26 +08:00
parent ffcb779347
commit 3775e1ff1a
11 changed files with 131 additions and 33 deletions

View File

@@ -1507,8 +1507,12 @@ input:checked + .switch-slider::before {
letter-spacing: 0.02em;
}
.advancedAnimation {
backdrop-filter: blur(5px) saturate(180%);
background: rgb(255 255 255 / 20%);
border: 1px solid rgb(255 255 255 / 30%);
box-shadow: 0 8px 32px rgb(0 0 0 / 10%);
}
.placeholder-item:hover {
background: rgb(var(--color-accent-rgb), 0.08);