auto-save 2026-05-11 15:58 (~4)

This commit is contained in:
2026-05-11 15:58:12 +08:00
parent 696ad8ddf6
commit 8f80417462
4 changed files with 19 additions and 18 deletions

View File

@@ -11,7 +11,7 @@
<link rel="icon" type="image/svg+xml" href="./icon.svg">
<link rel="apple-touch-icon" href="./icon.svg">
<title>爱马仕 · AI</title>
<link rel="stylesheet" href="./styles.css?v=20260511-settings-v28">
<link rel="stylesheet" href="./styles.css?v=20260511-settings-v29">
</head>
<body>
@@ -1408,6 +1408,6 @@ git push # Gitea kangwan/hermes-glass-ui-personal
</main>
</div>
<script src="./app.js?v=20260511-settings-v28"></script>
<script src="./app.js?v=20260511-settings-v29"></script>
</body>
</html>

View File

@@ -1,11 +1,11 @@
// 爱马仕 Hermes · 轻量 Service Worker
// 静态壳走 network-first拿不到再回退缓存API 直通
const CACHE = "hermes-ui-v28";
const CACHE = "hermes-ui-v29";
const ASSETS = [
"./",
"./index.html",
"./styles.css?v=20260511-settings-v28",
"./app.js?v=20260511-settings-v28",
"./styles.css?v=20260511-settings-v29",
"./app.js?v=20260511-settings-v29",
"./manifest.webmanifest",
"./icon.svg",
];