From b39c1cad919e1871597a197ef6ef321f123275b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Wed, 7 Jan 2026 15:47:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20PWA=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E8=B0=83=E6=95=B4=E4=B8=BB=E9=A2=98=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E5=92=8C=E8=83=8C=E6=99=AF=E9=A2=9C=E8=89=B2=EF=BC=8C?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=90=AF=E5=8A=A8=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/vite.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Web/vite.config.js b/Web/vite.config.js index 83727e6..471912f 100644 --- a/Web/vite.config.js +++ b/Web/vite.config.js @@ -20,9 +20,10 @@ export default defineConfig({ name: '账单', short_name: '账单', description: '个人账单管理与邮件解析', - theme_color: '#1989fa', - background_color: '#ffffff', + start_url: '/', display: 'standalone', + background_color: '#ffffff', + theme_color: '#1989fa', orientation: 'portrait-primary', icons: [ {