Skip to content

Commit

Permalink
Merge pull request #10 from arceusVen1/feat-header-2-parsing
Browse files Browse the repository at this point in the history
Feat header 2 parsing
  • Loading branch information
arceusVen1 committed Feb 24, 2024
2 parents 703e811 + e222f0f commit a6ec727
Show file tree
Hide file tree
Showing 5 changed files with 40,706 additions and 41,505 deletions.
6 changes: 3 additions & 3 deletions docs/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "7c5035eab4a479d3fa9551a1be230010",
"index.html": "d1ca848c5cea2e93ba7562b343802348",
"/": "d1ca848c5cea2e93ba7562b343802348",
"main.dart.js": "164e91a1bcdc9a868d19ed03fb003ce1",
"index.html": "7795cfb9e06f951b092a7b2f862e8633",
"/": "7795cfb9e06f951b092a7b2f862e8633",
"main.dart.js": "1212180788e8991072f753b8f100b740",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "241187113";
const serviceWorkerVersion = "1263270787";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit a6ec727

Please sign in to comment.