This commit is contained in:
krille-chan 2025-08-17 12:46:01 +00:00
parent 5fd8b891b6
commit 9e11d0d90a
6 changed files with 11 additions and 43 deletions

View file

@ -1 +1 @@
a9ea3500d7a4b951d025884bd481c2a5
593a9ca3a3f9ce450652cc3131bfdd4d

View file

@ -263,38 +263,6 @@ 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.
--------------------------------------------------------------------------------
_macros
macros
Copyright 2024, the Dart project authors.
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 LLC 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.
--------------------------------------------------------------------------------
aFileChooser

View file

@ -39,6 +39,6 @@ _flutter.buildConfig = {"engineRevision":"ef0cd000916d64fa0c5d09cc809fa7ad244a57
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "4153322146"
serviceWorkerVersion: "167142107"
}
});

View file

@ -18,7 +18,7 @@ const RESOURCES = {"splash/style.css": "740c493f9c5dfc859ca07663691b24fb",
"main.dart.js_289.part.js": "b7aea995b1331a478585621a6b385e7f",
"main.dart.js_320.part.js": "564842e5c1206c791b01fd3eac1608b4",
"main.dart.js_246.part.js": "49e7bf1c4be80ac5f2ad4f9dc69459aa",
"flutter_bootstrap.js": "6a7728147702fee6f5cd04ec340ca077",
"flutter_bootstrap.js": "3b615c24c1979d28a9c4574cf78e1866",
"main.dart.js_211.part.js": "73b609b61e82f3c352e5a3da721d4af9",
"main.dart.js_274.part.js": "58d0600cde6cd7d9df6bb0ef5d7a3d36",
"main.dart.js_275.part.js": "2fff749dac186405b13459ba46230ac5",
@ -79,8 +79,8 @@ const RESOURCES = {"splash/style.css": "740c493f9c5dfc859ca07663691b24fb",
"main.dart.js_300.part.js": "bbab61b57ba2e6c78193c67b075ab437",
"main.dart.js_222.part.js": "dc9a5adcd338b49a7ce561f9acb668ad",
"main.dart.js_324.part.js": "81f363b474964973b93a6e1a5eb4d0de",
"index.html": "81b50d236fa38c2e04d7b5f5de6cb699",
"/": "81b50d236fa38c2e04d7b5f5de6cb699",
"index.html": "2cc09b098e8d00ac549d40d1ce151120",
"/": "2cc09b098e8d00ac549d40d1ce151120",
"main.dart.js_264.part.js": "15146a5ec2f4f0f6e14fe406e49ace01",
"main.dart.js_319.part.js": "6bd52ba2f4d3e170acd07d5ba1ec7e1e",
"main.dart.js_317.part.js": "76e7d1f72ed2cb6749509df48d69cc63",
@ -92,7 +92,7 @@ const RESOURCES = {"splash/style.css": "740c493f9c5dfc859ca07663691b24fb",
"assets/packages/handy_window/assets/handy-window.css": "0434ee701235cf1c72458fd4ce022a64",
"assets/packages/handy_window/assets/handy-window-dark.css": "45fb3160206a5f74c0a9f1763c00c372",
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
"assets/NOTICES": "a3f123b040698ff8aa5ead1d8d3815c0",
"assets/NOTICES": "9091b0748a4463eef59c8e796100439e",
"assets/AssetManifest.json": "9d3e0b7f3bbe087b376d96f5ac5beb1a",
"assets/AssetManifest.bin": "55ff796597c26a7b5d746d2ec3d67f23",
"assets/AssetManifest.bin.json": "6903af015855cc6fe860ba6a9b1603fa",

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="/web/">
<base href="/nightly/">
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
@ -82,7 +82,7 @@ _flutter.buildConfig = {"engineRevision":"ef0cd000916d64fa0c5d09cc809fa7ad244a57
_flutter.loader.load({
serviceWorker: {
serviceWorkerVersion: "4153322146",
serviceWorkerVersion: "167142107",
},
onEntrypointLoaded: function (engineInitializer) {
engineInitializer.initializeEngine({ useColorEmoji: true }).then(function (appRunner) {

File diff suppressed because one or more lines are too long