🐛 Fix compability issue on web platform

This commit is contained in:
2025-05-16 22:48:23 +08:00
parent a9da4b4f4f
commit 1e10ca626b
26 changed files with 989 additions and 251 deletions

View File

@ -33,6 +33,7 @@
<link rel="manifest" href="manifest.json">
</head>
<body>
<script src="https://unpkg.com/sweetalert@2.1.2/dist/sweetalert.min.js" async></script>
<script src="flutter_bootstrap.js" async></script>
<script>
document.oncontextmenu = (evt) => evt.preventDefault();