fix: 资产信息ui
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 24m28s

This commit is contained in:
luo
2026-08-21 16:56:34 +08:00
parent 4d023e7666
commit d8191f03a0
16 changed files with 661 additions and 135 deletions

View File

@@ -76,7 +76,7 @@
}
const getEntrySignature = (html: string) => {
const matches = html.match(/(?:src|href)="[^"]*\/assets\/[^""]+\.(?:js|css)"/g)
const matches = html.match(/(?:src|href)="[^"]*\/assets\/[^"]+\.(?:js|css)"/g)
return matches?.sort().join('|') || ''
}
@@ -106,7 +106,6 @@
[
navigator.userAgent,
navigator.language,
navigator.platform,
Intl.DateTimeFormat().resolvedOptions().timeZone,
`${screen.width}x${screen.height}x${screen.colorDepth}`
].join('|')