feat: 更新 PWA 配置,调整主题颜色和背景颜色,设置启动 URL
This commit is contained in:
@@ -20,9 +20,10 @@ export default defineConfig({
|
|||||||
name: '账单',
|
name: '账单',
|
||||||
short_name: '账单',
|
short_name: '账单',
|
||||||
description: '个人账单管理与邮件解析',
|
description: '个人账单管理与邮件解析',
|
||||||
theme_color: '#1989fa',
|
start_url: '/',
|
||||||
background_color: '#ffffff',
|
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
|
background_color: '#ffffff',
|
||||||
|
theme_color: '#1989fa',
|
||||||
orientation: 'portrait-primary',
|
orientation: 'portrait-primary',
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user