This commit is contained in:
2026-03-23 11:54:01 +08:00
parent 6d9ea39e2b
commit 6ccb29556e
2 changed files with 9 additions and 7 deletions

View File

@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"e4b8dca3f1b4ede4c30371002441c88c12187e
_flutter.loader.load({ _flutter.loader.load({
serviceWorkerSettings: { serviceWorkerSettings: {
serviceWorkerVersion: "2391309297" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */ serviceWorkerVersion: "2236777881" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
} }
}); });

View File

@@ -31,12 +31,6 @@
<title>flutter_monisuo</title> <title>flutter_monisuo</title>
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
<!-- vConsole 调试控制台 -->
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script>
new VConsole();
</script>
</head> </head>
<body> <body>
<!-- <!--
@@ -48,5 +42,13 @@
* https://docs.flutter.dev/platform-integration/web/initialization * https://docs.flutter.dev/platform-integration/web/initialization
--> -->
<script src="flutter_bootstrap.js" async></script> <script src="flutter_bootstrap.js" async></script>
<!-- vConsole 调试控制台 -->
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script>
window.addEventListener('load', function() {
new VConsole();
});
</script>
</body> </body>
</html> </html>