Skip to content

Commit

Permalink
Fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
r2b89 committed Nov 17, 2023
1 parent e3274f1 commit 3bddcac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"index.html": "00bb6fb65a46e7bee19d22398483628b",
"/": "00bb6fb65a46e7bee19d22398483628b",
const RESOURCES = {"index.html": "f5a60c40dfaeb5f2812dea834e7c94b0",
"/": "f5a60c40dfaeb5f2812dea834e7c94b0",
"version.json": "dbc8055b74f55006bb78bdfad40cc673",
"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
"manifest.json": "d4b85084e5c5c0d775d881f400a12d30",
"manifest.json": "98a89c5833a50d24ed79ec7b23a3a53d",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "89ed8f4e49bcdfc0b5bfc9b24591e347",
"assets/packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf": "b72c617acdf2227c8b1413215f620711",
Expand Down
5 changes: 2 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,15 @@
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>

<title>gotalk</title>
<title>GotalkInterpreter</title>
<link rel="manifest" href="manifest.json">

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "116412125";
const serviceWorkerVersion = "1703752159";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
<script src="asserts/wasm_exec.js"></script>
</head>
<body>
<script>
Expand Down
6 changes: 3 additions & 3 deletions docs/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "gotalk",
"short_name": "gotalk",
"name": "GotalkInterpreter",
"short_name": "GotalkInterpreter",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A new Flutter project.",
"description": "GotalkInterpreter site.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
Expand Down

0 comments on commit 3bddcac

Please sign in to comment.