fix(cache): 给 shell.js/restraint.css 加 ?v=时间戳 强制绕过浏览器旧缓存

This commit is contained in:
UI 设计
2026-05-21 16:44:10 +08:00
parent 704ef9a954
commit 868ba69ea4
18 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>账户 · 流·Studio</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/restraint.css">
<link rel="stylesheet" href="assets/restraint.css?v=202605211643">
<style>
.acc-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 24px; align-items: start; }
.balance-banner {
@@ -164,7 +164,7 @@
</div>
</div>
<script src="assets/shell.js"></script>
<script src="assets/shell.js?v=202605211643"></script>
<script>Shell.render({ active: 'account', crumbs: [{ label: '工作台', href: 'index.html' }, { label: '账户' }] });</script>
</body>
</html>