From ae4cce8abf63248ccf458002af4ee9e0198245e1 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 17 May 2024 10:41:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=88=B0=E6=A1=8C=E9=9D=A2?= =?UTF-8?q?=E6=97=B6=E6=94=AF=E6=8C=81=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 919379fe..2561ad91 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,6 +2,7 @@ "name": "MoviePilot", "short_name": "MoviePilot", "start_url": "./", + "display": "minimal-ui", "icons": [ { "src": "./android-chrome-192x192.png", @@ -30,7 +31,6 @@ ], "theme_color": "#28243D", "background_color": "#28243D", - "display": "standalone", "shortcuts": [ { "name": "推荐", @@ -77,4 +77,4 @@ ] } ] -} \ No newline at end of file +}