fix
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 21s
Docker Build & Deploy / Deploy to Production (push) Successful in 8s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 21s
Docker Build & Deploy / Deploy to Production (push) Successful in 8s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<!-- iOS Safari -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||||
<meta name="apple-mobile-web-app-title" content="账单管理">
|
||||
<link rel="apple-touch-icon" href="/icons/icon-152x152.svg">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/icons/icon-72x72.svg">
|
||||
@@ -24,10 +24,11 @@
|
||||
|
||||
<!-- Android Chrome -->
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="theme-color" content="#1989fa">
|
||||
<meta name="theme-color" content="#FFFFFF" media="(prefers-color-scheme: light)">
|
||||
<meta name="theme-color" content="#09090B" media="(prefers-color-scheme: dark)">
|
||||
|
||||
<!-- Microsoft -->
|
||||
<meta name="msapplication-TileColor" content="#1989fa">
|
||||
<meta name="msapplication-TileColor" content="#FFFFFF">
|
||||
<meta name="msapplication-TileImage" content="/icons/icon-144x144.png">
|
||||
|
||||
<meta name="description" content="个人账单管理与邮件解析系统">
|
||||
|
||||
Reference in New Issue
Block a user