Skip to content

Commit

Permalink
Testing push with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutmydreams committed Oct 27, 2023
1 parent 490739c commit 1668ac5
Show file tree
Hide file tree
Showing 5 changed files with 11,537 additions and 11,499 deletions.
26 changes: 26 additions & 0 deletions assets/NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -6274,6 +6274,31 @@ 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.
--------------------------------------------------------------------------------
easy_refresh

MIT License

Copyright (c) 2018 xuelongqy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
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.

--------------------------------------------------------------------------------
engine

Expand Down Expand Up @@ -31613,6 +31638,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

--------------------------------------------------------------------------------
path_drawing
path_parsing

Copyright (c) 2018 Dan Field
Expand Down
Binary file modified assets/assets/fonts/iconfonts.ttf
Binary file not shown.
10 changes: 5 additions & 5 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"main.dart.js": "226a5f2720a99659f1b9d78bd04784bf",
const RESOURCES = {"main.dart.js": "c453e693dc3bf2bf85ad541cf141b89c",
"vercel.json": "b86674833d99981d58ca921aeb97b92a",
"assets/AssetManifest.json": "06d1d1c49fd94e679b5c3b3abf1f0e32",
"assets/assets/fonts/k3kXo84MPvpLmixcA63oeALhL4iJ-Q7m8w.otf": "e3ae561f7b8052d9aa9f2b0b09c33ea1",
"assets/assets/fonts/sans_bold.ttf": "dba0c688b8d5ee09a1e214aebd5d25e4",
"assets/assets/fonts/iconfonts.ttf": "384c2de4b8273a41b91b24e38d45dd34",
"assets/assets/fonts/iconfonts.ttf": "7541fef4b108a0fb56d1977edabd33e2",
"assets/AssetManifest.bin": "900560d76c3473ac03a8fa556306a6ae",
"assets/fonts/MaterialIcons-Regular.otf": "bd12c14c81de08da96fbbcf160e09aa7",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "57d849d738900cfd590e9adc7e208250",
"assets/FontManifest.json": "70f045f85ab92775e19b577aadc91cd1",
"assets/NOTICES": "e9d72cf732f70cc1bf53a33aad140d08",
"assets/NOTICES": "51bd9fde6a3ececd58a6f137a29be595",
"assets/shaders/ink_sparkle.frag": "f8b80e740d33eb157090be4e995febdf",
"manifest.json": "b821ad466feece003cce6da9f796e5f5",
".github/workflows/main.yml": "ce233e92b5875918d859e9c9d9b9ffc7",
"index.html": "ce28e23f824304a61a62252431bd24cd",
"/": "ce28e23f824304a61a62252431bd24cd",
"index.html": "aa989a418699470c252c2074ab9bd47d",
"/": "aa989a418699470c252c2074ab9bd47d",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
Expand Down
2 changes: 1 addition & 1 deletion 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.
var serviceWorkerVersion = "723326744";
var serviceWorkerVersion = "692996412";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit 1668ac5

Please sign in to comment.