build: update frontend static asset hash filenames

update the script and stylesheet asset paths in index.html to match newly built static files
This commit is contained in:
SunYF
2026-09-01 09:50:25 +08:00
parent 31f3d94be1
commit ea6d55b7e6
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>工位终端</title>
<script type="module" crossorigin src="/assets/index-CpYENLUl.js"></script>
<script type="module" crossorigin src="/assets/index-PF1EWCik.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Dz4RGjfJ.css">
</head>
<body>