fix(map): fingerprint static assets on release

This commit is contained in:
lingniu
2026-08-11 18:59:22 +08:00
parent d4593c44cd
commit d1ba129e99
3 changed files with 37 additions and 2 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css?v=20260812113000">
<link rel="stylesheet" href="styles.css?v=__ASSET_VERSION__">
<!-- 高德地图 (AutoNavi AMap) Web JS API v2.0 Configuration -->
<script type="text/javascript">
@@ -257,6 +257,6 @@
<!-- 生产发布包不携带 node_modules;固定版本的 CDN 让中文地点保持拼音/首字母搜索能力。 -->
<script src="https://cdn.jsdelivr.net/npm/pinyin-pro@3.28.2/dist/index.js" crossorigin="anonymous"></script>
<script src="app.js?v=20260812113000"></script>
<script src="app.js?v=__ASSET_VERSION__"></script>
</body>
</html>