fix(ui): localize SuperSam name and normalize order headings

This commit is contained in:
root 2026-08-06 11:11:56 +00:00
parent 9e4ce20c96
commit 9be5f81ffe
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
const isLocalhost = self.location.hostname === "localhost" || self.location.hostname === "127.0.0.1"; const isLocalhost = self.location.hostname === "localhost" || self.location.hostname === "127.0.0.1";
if (!isLocalhost) { if (!isLocalhost) {
const STATIC_CACHE = "construction-delivery-static-v91"; const STATIC_CACHE = "construction-delivery-static-v92";
const RUNTIME_CACHE = "construction-delivery-runtime-v91"; const RUNTIME_CACHE = "construction-delivery-runtime-v92";
const APP_SHELL_URLS = ["/", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"]; const APP_SHELL_URLS = ["/", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"];
self.addEventListener("install", (event) => { self.addEventListener("install", (event) => {