Skip to content

Commit

Permalink
deploy: f998d6f
Browse files Browse the repository at this point in the history
  • Loading branch information
Arenukvern committed Mar 3, 2024
1 parent a22141c commit 4b52bb5
Show file tree
Hide file tree
Showing 5 changed files with 9,735 additions and 9,719 deletions.
16 changes: 16 additions & 0 deletions assets/packages/core/assets/json/updates_notifications.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
[
{
"id": "5",
"message": {
"ru": "- feat(🗂️): новая опция группировки проектов в папки (экспериментальная)\n- feat(💾): множество вариантов резервного копирования и восстановления данных (экспериментальная)\nfix: обновление проекта просто кликнув по нему",
"en": "- feat(🗂️): new option to group projects into folders (experimental)\n- feat(💾): many options to backup and restore data (experimental)\n - fix: update project just for clicking to it",
"it": "- feat(🗂️): nuova opzione per raggruppare i progetti in cartelle (sperimentale)\n- feat(💾): molte opzioni per eseguire il backup e ripristinare i dati (sperimentale)\nfix: aggiornare il progetto semplicemente cliccandoci sopra",
"ga": ""
},
"title": {
"ru": "🪄 Scourgify update!:)",
"en": "🪄 Scourgify update!:)",
"it": "🪄 Scourgify update!:)",
"ga": "🪄 Scourgify update!:)"
},
"created": "2024-03-01"
},
{
"id": "4",
"message": {
Expand Down
10 changes: 5 additions & 5 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "d8ca03d5289af2af0dd09577e01f1d46",
"index.html": "81ca30640e8301e3a9b613ef472287e4",
"/": "81ca30640e8301e3a9b613ef472287e4",
const RESOURCES = {"version.json": "869a164a8da7dca7efda00a4b699e92b",
"index.html": "1a646464ebde26c130242d105d979511",
"/": "1a646464ebde26c130242d105d979511",
"styles.css": "497f12b5497194cb6c80ac7d75c62305",
"main.dart.js": "61e7475ec00d2245c1f877be9639431f",
"main.dart.js": "82751117b813fbedc880a80367280c9f",
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
"favicon.png": "479d556fb2eb36f25a63441f0e18ab75",
"icons/icon-16.png": "16e424e171d2abe7aaa2a68f2c66740c",
Expand All @@ -29,7 +29,7 @@ const RESOURCES = {"version.json": "d8ca03d5289af2af0dd09577e01f1d46",
"assets/packages/wiredash/lib/assets/fonts/Inter-SemiBold.ttf": "3e87064b7567bef4ecd2ba977ce028bc",
"assets/packages/wiredash/assets/images/logo_white.png": "d51118529c8b6f919c485cd81e9a840e",
"assets/packages/core/assets/json/special_emoji.json": "a47c59e387c2b94c9aec41940ee7690a",
"assets/packages/core/assets/json/updates_notifications.json": "db150810477c11ce4534081ca8455fb9",
"assets/packages/core/assets/json/updates_notifications.json": "5c244e3a9ae09d1e447d3715d25dcf87",
"assets/packages/core/assets/json/emojis.json": "a987d3ce87eab5842b16a709c55b8452",
"assets/packages/core/assets/icons/vk_logo_white.svg": "0bfffef24e3efdcdaa72ed74291446e4",
"assets/packages/core/assets/icons/instagram_logo_black.png": "0e84d5926187e7a3b785febd3a55bf1d",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<link rel="stylesheet" type="text/css" href="./styles.css" />
<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "74740092";
const serviceWorkerVersion = "1885627988";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit 4b52bb5

Please sign in to comment.