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
44 lines
2.0 KiB
HTML
44 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<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, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover, user-scalable=no">
|
|
|
|
<!-- 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="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">
|
|
<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="#FFFFFF" media="(prefers-color-scheme: light)">
|
|
<meta name="theme-color" content="#09090B" media="(prefers-color-scheme: dark)">
|
|
|
|
<!-- Microsoft -->
|
|
<meta name="msapplication-TileColor" content="#FFFFFF">
|
|
<meta name="msapplication-TileImage" content="/icons/icon-144x144.png">
|
|
|
|
<meta name="description" content="个人账单管理与邮件解析系统">
|
|
<meta name="keywords" content="账单管理,邮件解析,财务管理">
|
|
|
|
<title>账单管理</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|