build(bitable): rebuild frontend index.html for JS hash alignment
Test / backend-test (pull_request) Has been cancelled Details
Test / frontend-unit (pull_request) Has been cancelled Details
Test / api-e2e (pull_request) Has been cancelled Details
Test / frontend-e2e (pull_request) Has been cancelled Details

Rebuild index.html after U1-U6 frontend changes. JS bundle hash updated
(index-CHtvprqX.js -> index-agwA6wam.js) to match new build output.
CI runs unit/e2e only and does not rebuild static assets, so the committed
hash must match the bundled JS.
This commit is contained in:
chiguyong 2026-07-04 00:39:24 +08:00
parent 0f4a418408
commit 3fdd29d152
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fischer AgentKit</title>
<script type="module" crossorigin src="/assets/index-CHtvprqX.js"></script>
<script type="module" crossorigin src="/assets/index-agwA6wam.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Ls4ZdRZM.css">
</head>
<body>