auto-save 2026-05-11 15:58 (~4)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user