fix: 页面 HTML 加载加 ?t= 缓存破坏 + app.js 版本号 0704→0705

This commit is contained in:
qinglong
2026-06-13 18:49:49 +08:00
parent 9c1a1d40e4
commit 6e0ed23012
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -76,6 +76,6 @@
<script src="./static/js/chart.js?v=0603"></script>
<!-- 🟢 2. 再加载主逻辑 -->
<script src="./static/js/app.js?v=0704"></script>
<script src="./static/js/app.js?v=0705"></script>
</body>
</html>