deploy: 9981826f7b
This commit is contained in:
parent
ff9f96220d
commit
09835962da
9 changed files with 100054 additions and 100329 deletions
|
|
@ -1 +1 @@
|
|||
09e960aae51c62130fa9406e57de590c
|
||||
137d0b519150b0119d451cb789c0d29c
|
||||
|
|
@ -5,8 +5,8 @@ const CACHE_NAME = 'flutter-app-cache';
|
|||
|
||||
const RESOURCES = {"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
|
||||
"manifest.json": "cc4b6aa791018840b65fd0b0e325b201",
|
||||
"index.html": "9358bf2463de77f0465a04e487d6a325",
|
||||
"/": "9358bf2463de77f0465a04e487d6a325",
|
||||
"index.html": "dc6632736cea20c1d22d3b2a56a32761",
|
||||
"/": "dc6632736cea20c1d22d3b2a56a32761",
|
||||
"assets/AssetManifest.bin": "71fffe5803c1ec9fe72d08e6d1453757",
|
||||
"assets/fonts/NotoEmoji/NotoColorEmoji.ttf": "ed84f46d3d5564a08541cd64bddd495c",
|
||||
"assets/fonts/Roboto/Roboto-Bold.ttf": "b8e42971dec8d49207a8c8e2b919a6ac",
|
||||
|
|
|
|||
|
|
@ -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="/nightly/">
|
||||
<base href="/web/">
|
||||
|
||||
<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 = "1669364961";
|
||||
const serviceWorkerVersion = "2887928085";
|
||||
</script>
|
||||
<!-- This script adds the flutter initialization JS code -->
|
||||
<script src="flutter.js" defer></script>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
7c75474ef579b1b0a28e4e96ea41a7db
|
||||
137d0b519150b0119d451cb789c0d29c
|
||||
|
|
@ -5,8 +5,8 @@ const CACHE_NAME = 'flutter-app-cache';
|
|||
|
||||
const RESOURCES = {"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
|
||||
"manifest.json": "cc4b6aa791018840b65fd0b0e325b201",
|
||||
"index.html": "9c9a364a86c6d1ed647effbfb7205462",
|
||||
"/": "9c9a364a86c6d1ed647effbfb7205462",
|
||||
"index.html": "dc6632736cea20c1d22d3b2a56a32761",
|
||||
"/": "dc6632736cea20c1d22d3b2a56a32761",
|
||||
"assets/AssetManifest.bin": "71fffe5803c1ec9fe72d08e6d1453757",
|
||||
"assets/fonts/NotoEmoji/NotoColorEmoji.ttf": "ed84f46d3d5564a08541cd64bddd495c",
|
||||
"assets/fonts/Roboto/Roboto-Bold.ttf": "b8e42971dec8d49207a8c8e2b919a6ac",
|
||||
|
|
@ -68,9 +68,9 @@ const RESOURCES = {"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
|
|||
"splash/img/light-4x.png": "e0346148103c17a87682a35525499afe",
|
||||
"splash/style.css": "52986a9e1d69ad779d02334a06b33a81",
|
||||
"favicon.png": "a409751f0ecf6dee76fb350d7402f9be",
|
||||
"main.dart.js": "22d8427726b997ee6e60fdcc8e5a2131",
|
||||
"main.dart.js": "9b5e84decea0b5586905ee656905b0c0",
|
||||
"auth.html": "88530dca48290678d3ce28a34fc66cbd",
|
||||
"version.json": "0f0053d286f045bd7102b860fc4b427f",
|
||||
"version.json": "6c5c55c463f09c413cff7d146aa529f2",
|
||||
"canvaskit/canvaskit.wasm": "73584c1a3367e3eaf757647a8f5c5989",
|
||||
"canvaskit/skwasm.js": "87063acf45c5e1ab9565dcf06b0c18b8",
|
||||
"canvaskit/skwasm.wasm": "2fc47c0a0c3c7af8542b601634fe9674",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
<script>
|
||||
// The value below is injected by flutter build, do not touch.
|
||||
const serviceWorkerVersion = "1298739722";
|
||||
const serviceWorkerVersion = "2887928085";
|
||||
</script>
|
||||
<!-- This script adds the flutter initialization JS code -->
|
||||
<script src="flutter.js" defer></script>
|
||||
|
|
|
|||
200347
web/main.dart.js
200347
web/main.dart.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1 +1 @@
|
|||
{"app_name":"fluffychat","version":"1.17.0","build_number":"3524","package_name":"fluffychat"}
|
||||
{"app_name":"fluffychat","version":"1.17.1","build_number":"3525","package_name":"fluffychat"}
|
||||
Loading…
Add table
Reference in a new issue