Dream-MachineProcurementList/index.html

17 lines
686 B
HTML
Raw Normal View History

2025-08-21 11:07:54 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Dream-Machine 采购清单 - 网络设备采购管理工具" />
<title>Dream-Machine 采购清单</title>
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: Never remove the following script reference, otherwise advanced features like element editing will not work -->
<script src="https://static.devv.ai/devv-app.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>