+ This Tool queries and parses the latest timetable data every minute. The + correctness of the data can in no way be guaranteed, so please check the + data against the official plan if something seems wrong! Due to the format + of the plan files, it it sometimes not easily possible to extract the + correct data, so the plan displayed here may not be correct. +
+ +Version: {{ gitHash }}
@@ -59,4 +73,8 @@ select { display: block; margin: 15px 0; } + +.gray { + opacity: 0.5; +} diff --git a/vite.config.js b/vite.config.js index ef84616..043ed13 100644 --- a/vite.config.js +++ b/vite.config.js @@ -3,11 +3,13 @@ import { fileURLToPath, URL } from "url"; import { defineConfig } from "vite"; import vue from "@vitejs/plugin-vue"; import { VitePWA } from "vite-plugin-pwa"; +import GitRevision from "vite-plugin-git-revision"; // https://vitejs.dev/config/ export default defineConfig({ plugins: [ vue(), + GitRevision(), VitePWA({ registerType: "autoUpdate", manifest: {