This commit is contained in:
zzz
2025-07-01 13:03:30 +08:00
parent 47a3fc3210
commit f239c48158
19 changed files with 471 additions and 309 deletions

View File

@@ -420,7 +420,7 @@ body:not(.is-mobile) .theme-light {
/* 当有弹窗弹出时,模糊背景 */
body:has(.modal-container) .app-container {
filter: blur(12px);
filter: blur(30px) saturate(1.5);
}
.modal-container.mod-dim .modal,