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 @@