feat: 更新 PWA 配置,调整主题颜色和背景颜色,设置启动 URL
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 18s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s

This commit is contained in:
孙诚
2026-01-07 15:47:36 +08:00
parent 3d1511990a
commit b39c1cad91

View File

@@ -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: [
{