From cddf6867de2ce83bdefea9d70e3296acf760085c Mon Sep 17 00:00:00 2001 From: celebrateyang Date: Mon, 2 Jun 2025 22:29:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9pwa=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/manifest.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/web/static/manifest.json b/web/static/manifest.json index 6c89b9e0..bd9c34be 100644 --- a/web/static/manifest.json +++ b/web/static/manifest.json @@ -69,9 +69,8 @@ "params": { "text": "u", "url": "u" - } - }, - "theme_color": "#000000", - "background_color": "#000000", + } }, + "theme_color": "#82b52d", + "background_color": "#82b52d", "display": "standalone" }