feat: 更新 PWA 配置,调整主题颜色和背景颜色,设置启动 URL
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user