From 494a00f5ec855822b59ee0f98365e58d30f4c1c0 Mon Sep 17 00:00:00 2001 From: jiwangyihao Date: Sun, 1 Jun 2025 01:53:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20.app-icon=20?= =?UTF-8?q?=E7=B1=BB=E4=BB=A5=E6=94=AF=E6=8C=81=E5=A4=9A=E7=A7=8D=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E5=9B=BE=E5=83=8F=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/index.vue b/pages/index.vue index 456f3ad..207f345 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -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); +}