From e217abb5d285863d50600bfa0e3e8609e3c9933f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Thu, 25 Dec 2025 16:05:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0manifest.json=E4=BB=A5?= =?UTF-8?q?=E6=94=AF=E6=8C=81minimal-ui=E6=98=BE=E7=A4=BA=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=EF=BC=9B=E5=9C=A8App.vue=E4=B8=AD=E4=B8=BAvan-tabbar?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=89=E5=85=A8=E5=8C=BA=E5=9F=9F=E9=80=82?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/public/manifest.json | 2 +- Web/src/App.vue | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Web/public/manifest.json b/Web/public/manifest.json index cab70d3..9db8a77 100644 --- a/Web/public/manifest.json +++ b/Web/public/manifest.json @@ -3,7 +3,7 @@ "short_name": "账单管理", "description": "个人账单管理与邮件解析系统", "start_url": "/", - "display": "standalone", + "display": "minimal-ui", "background_color": "#ffffff", "theme_color": "#1989fa", "orientation": "portrait-primary", diff --git a/Web/src/App.vue b/Web/src/App.vue index fc31336..c58a3d5 100644 --- a/Web/src/App.vue +++ b/Web/src/App.vue @@ -1,7 +1,7 @@