PWA支持
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 14s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s

This commit is contained in:
孙诚
2025-12-25 14:15:43 +08:00
parent b14efd8d16
commit a9dfcdaa5c
19 changed files with 485 additions and 5 deletions

View File

@@ -1,15 +1,37 @@
<!DOCTYPE html>
<html lang="">
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover, user-scalable=no">
<!-- PWA - 让应用在添加到主屏幕后以全屏模式运行 -->
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json">
<!-- 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-title" content="账单管理">
<link rel="apple-touch-icon" href="/icons/icon-152x152.svg">
<link rel="apple-touch-icon" sizes="72x72" href="/icons/icon-72x72.svg">
<link rel="apple-touch-icon" sizes="96x96" href="/icons/icon-96x96.svg">
<link rel="apple-touch-icon" sizes="128x128" href="/icons/icon-128x128.svg">
<link rel="apple-touch-icon" sizes="144x144" href="/icons/icon-144x144.svg">
<link rel="apple-touch-icon" sizes="152x152" href="/icons/icon-152x152.svg">
<link rel="apple-touch-icon" sizes="192x192" href="/icons/icon-192x192.svg">
<link rel="apple-touch-icon" sizes="384x384" href="/icons/icon-384x384.svg">
<link rel="apple-touch-icon" sizes="512x512" href="/icons/icon-512x512.svg">
<!-- Android Chrome -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#1989fa">
<!-- Microsoft -->
<meta name="msapplication-TileColor" content="#1989fa">
<meta name="msapplication-TileImage" content="/icons/icon-144x144.png">
<meta name="description" content="个人账单管理与邮件解析系统">
<meta name="keywords" content="账单管理,邮件解析,财务管理">
<title>账单管理</title>
</head>