feat(frontend): Add Progressive Web App (PWA) support. Includes a service worker for offline capabilities, a web manifest, and icons for a native-like, installable app experience

This commit is contained in:
2025-07-28 19:46:46 +08:00
parent 59d0ae2a88
commit d85b531e24
8 changed files with 74 additions and 3 deletions

View File

@@ -5,6 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>logo.svg" type="image/svg+xml">
<link rel="manifest" href="<%= BASE_URL %>manifest.json">
<meta name="theme-color" content="#000000">
<link rel="apple-touch-icon" href="<%= BASE_URL %>img/icons/apple-touch-icon.png">
<title>临时邮件</title>
</head>
<body>