🐛 Fix notification services

This commit is contained in:
2024-09-15 17:19:55 +08:00
parent aeaade9590
commit 204df3306e
28 changed files with 25 additions and 4 deletions

View File

@ -35,6 +35,8 @@
<link rel="manifest" href="manifest.json">
<style id="splash-screen-style">
html {
height: 100%
@ -106,6 +108,7 @@
document.body.style.background = "transparent";
}
</script>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
</head>
<body>
@ -115,6 +118,7 @@
<img class="center" aria-hidden="true" src="splash/img/light-1x.png" alt="">
</picture>
<script src="flutter_bootstrap.js" async=""></script>