chore: 将前端构建产物纳入版本管理,免Node.js即可运行

This commit is contained in:
tian 2026-06-10 10:17:24 +08:00
parent 35567e9783
commit 900f7cf01f
7 changed files with 151 additions and 1 deletions

1
.gitignore vendored
View File

@ -65,7 +65,6 @@ pnpm-debug.log*
*.sln
*.sw?
/frontend/node_modules
/frontend/dist
/release/
*.zip

View File

@ -0,0 +1 @@
.model-page[data-v-e4c34bb7]{padding:20px}.model-page .model-card .header-content[data-v-e4c34bb7]{display:flex;justify-content:space-between;align-items:center}.model-page .model-card .header-content h2[data-v-e4c34bb7]{margin:0}.model-page .el-table[data-v-e4c34bb7]{margin-top:20px}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

130
frontend/dist/assets/index-Bh8QJqs0.js vendored Normal file

File diff suppressed because one or more lines are too long

BIN
frontend/dist/favicon.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

18
frontend/dist/index.html vendored Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<title>装备成本估算系统</title>
<script type="module" crossorigin src="/assets/index-Bh8QJqs0.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B09nwhwe.css">
</head>
<body>
<noscript>
<strong>装备成本估算系统需要启用 JavaScript 才能运行。</strong>
</noscript>
<div id="app"></div>
</body>
</html>