This commit is contained in:
krille-chan 2023-12-24 09:03:10 +00:00
parent d179d9de44
commit 30a8f2d474
3 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
2fd21a31c38eb1bc21bafe41142622f5
f02808c6923e090934dc066b0b10c87d

View file

@ -5,8 +5,8 @@ const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"manifest.json": "cc4b6aa791018840b65fd0b0e325b201",
"index.html": "3745d0064f3eb977c08cbcd5c4218f58",
"/": "3745d0064f3eb977c08cbcd5c4218f58",
"index.html": "fa67244686d59e1367a15a86e00b763d",
"/": "fa67244686d59e1367a15a86e00b763d",
"assets/AssetManifest.bin": "7deace30ec5096ee9644e4f212355864",
"assets/fonts/NotoEmoji/NotoColorEmoji.ttf": "ed84f46d3d5564a08541cd64bddd495c",
"assets/fonts/Roboto/Roboto-Bold.ttf": "b8e42971dec8d49207a8c8e2b919a6ac",

View file

@ -15,7 +15,7 @@
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base href="/">
<base href="/nightly/">
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
@ -36,7 +36,7 @@
<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "1022932054";
const serviceWorkerVersion = "761988081";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>