diff --git a/index.html b/index.html index dde16aa..193ae12 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,37 @@ - + - Vite + Vue + TS + + Rozkładownik TD2 - SRJP + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..60430c1 Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/favicon-96x96.png b/public/favicon-96x96.png new file mode 100644 index 0000000..53fae82 Binary files /dev/null and b/public/favicon-96x96.png differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..cd772e2 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..b05c553 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..748ba1c --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "Rozkładownik TD2", + "short_name": "SRJP", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#151414", + "display": "standalone" +} \ No newline at end of file diff --git a/public/web-app-manifest-192x192.png b/public/web-app-manifest-192x192.png new file mode 100644 index 0000000..7a7a402 Binary files /dev/null and b/public/web-app-manifest-192x192.png differ diff --git a/public/web-app-manifest-512x512.png b/public/web-app-manifest-512x512.png new file mode 100644 index 0000000..c5ae331 Binary files /dev/null and b/public/web-app-manifest-512x512.png differ diff --git a/src/App.vue b/src/App.vue index 2dea59f..c521d0c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -237,6 +237,14 @@ const routeCorrections: Record; departureTracks: { 'Sn-ZG': 1, }, + }, + 'Włoszczowa Północ': { + departureSpeed: { + 'it19': 100, + }, + departureTracks: { + 'it19': 1, + }, } };