feat(dashboard-frontend): 新增 dashboard 前端目录与构建产物
- 引入 dashboard-frontend/dist 静态资源占位(Vite 产物:assets + favicon + index.html + mockServiceWorker.js) - .gitignore 排除 dashboard-frontend/node_modules 及日志,避免误入库(~304MB) - src 暂留占位待后续接入 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
14
dashboard-frontend/dist/index.html
vendored
Normal file
14
dashboard-frontend/dist/index.html
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>dashboard-frontend</title>
|
||||
<script type="module" crossorigin src="/assets/index-CApl8iiU.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CCwqfhCF.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user