build: update Flutter web build - service worker version

This commit is contained in:
2026-03-24 18:28:56 +08:00
parent 833f25d092
commit b697e5123c

View File

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