chore: update pwa image

This commit is contained in:
YunYouJun
2022-04-16 23:26:30 +08:00
parent 95dbbf34d1
commit fc11ec216a
3 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#00aba9">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="好的,今天我们来做菜!">
<title>隔离食用手册</title>
<script>
(function() {
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
@@ -18,6 +20,10 @@
</script>
</head>
<body class="font-sans">
<!-- for img preview -->
<div style="display: none;">
<img src="/pwa-512x512.png" />
</div>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB