mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-17 21:01:38 +08:00
fix: 添加 .app-icon 类以支持多种背景图像格式
This commit is contained in:
@@ -444,4 +444,10 @@ section {
|
|||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-icon {
|
||||||
|
background-image: var(--s-avif);
|
||||||
|
background-image: var(--s-webp);
|
||||||
|
background-image: var(--s-png);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user