From adf0c84a8e19b9d497d94daee068f698bfcc9f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Thu, 25 Dec 2025 16:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/public/manifest.json | 6 +++--- Web/src/App.vue | 5 ++++- Web/src/assets/base.css | 7 +++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Web/public/manifest.json b/Web/public/manifest.json index 9db8a77..5e1c8ea 100644 --- a/Web/public/manifest.json +++ b/Web/public/manifest.json @@ -1,7 +1,7 @@ { - "name": "账单管理系统", - "short_name": "账单管理", - "description": "个人账单管理与邮件解析系统", + "name": "账单", + "short_name": "账单", + "description": "个人账单管理与邮件解析", "start_url": "/", "display": "minimal-ui", "background_color": "#ffffff", diff --git a/Web/src/App.vue b/Web/src/App.vue index 7fefb00..92a5614 100644 --- a/Web/src/App.vue +++ b/Web/src/App.vue @@ -1,5 +1,8 @@