fix: 添加 .app-icon 类以支持多种背景图像格式

This commit is contained in:
2025-06-01 01:53:49 +08:00
parent 5df80045fd
commit 494a00f5ec

View File

@@ -444,4 +444,10 @@ section {
transform: rotate(180deg);
}
}
.app-icon {
background-image: var(--s-avif);
background-image: var(--s-webp);
background-image: var(--s-png);
}
</style>