This commit is contained in:
krille-chan 2024-09-22 18:11:55 +00:00
parent 5543dab674
commit ffe20e95d4
6 changed files with 55067 additions and 55072 deletions

View file

@ -7901,6 +7901,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
device_info_plus
device_info_plus_platform_interface
package_info_plus
package_info_plus_platform_interface
share_plus_platform_interface
Copyright 2017 The Chromium Authors. All rights reserved.
@ -37586,38 +37587,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
package_info_plus_platform_interface
// Copyright 2017 The Chromium Authors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
path_parsing
Copyright (c) 2018 Dan Field

View file

@ -11,6 +11,6 @@ _flutter.buildConfig = {"engineRevision":"36335019a8eab588c3c2ea783c618d90505be2
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "4194547899"
serviceWorkerVersion: "3411155949"
}
});

View file

@ -22,7 +22,7 @@ const RESOURCES = {"assets/AssetManifest.json": "00db64060cc2f780d2f934bb7c3fe01
"assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce",
"assets/AssetManifest.bin": "e0a43362a0330fba25a72cc86cfdccab",
"assets/FontManifest.json": "6a590c591cb18c7ac3b63b1fcaa45b57",
"assets/NOTICES": "9ba3df82d8e7271ab6520bbd55262086",
"assets/NOTICES": "965c93197048bce8796ecb1be06fb78e",
"assets/fonts/Roboto/Roboto-Italic.ttf": "cebd892d1acfcc455f5e52d4104f2719",
"assets/fonts/Roboto/Roboto-Bold.ttf": "b8e42971dec8d49207a8c8e2b919a6ac",
"assets/fonts/Roboto/RobotoMono-Regular.ttf": "7e173cf37bb8221ac504ceab2acfb195",
@ -65,15 +65,15 @@ const RESOURCES = {"assets/AssetManifest.json": "00db64060cc2f780d2f934bb7c3fe01
"canvaskit/chromium/canvaskit.js": "671c6b4f8fcc199dcc551c7bb125f239",
"canvaskit/chromium/canvaskit.wasm": "b1ac05b29c127d86df4bcfbf50dd902a",
"canvaskit/skwasm.js.symbols": "262f4827a1317abb59d71d6c587a93e2",
"main.dart.js": "d13b770c23c160d6f125d24e9f8c2561",
"main.dart.js": "756349b944d3b2cd4aad2bd4174e51fb",
"icons/Icon-512.png": "f57dad4f6efa0339b50d5c65f36dc03c",
"icons/Icon-192.png": "839e87c4f6800df757bb28180f8e2949",
"auth.html": "88530dca48290678d3ce28a34fc66cbd",
"flutter_bootstrap.js": "4a82a18cccc78415db34abd1ed2ec927",
"flutter_bootstrap.js": "ca95d134f71559d570cf3abff70e7f2c",
"favicon.png": "a409751f0ecf6dee76fb350d7402f9be",
"flutter.js": "f393d3c16b631f36852323de8e583132",
"index.html": "b1b20b158d2208a9441611e2e03ccf8b",
"/": "b1b20b158d2208a9441611e2e03ccf8b",
"index.html": "14d663d5688f0e5b09a878a6e0e4e876",
"/": "14d663d5688f0e5b09a878a6e0e4e876",
"version.json": "8de5909270a83075fc8cc02271e7a17f",
"manifest.json": "cc4b6aa791018840b65fd0b0e325b201",
"splash/style.css": "52986a9e1d69ad779d02334a06b33a81",

View file

@ -36,7 +36,7 @@
<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "4194547899";
const serviceWorkerVersion = "3411155949";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long