23 lines
786 B
HTML
23 lines
786 B
HTML
<!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: Load external tool via runtime injection to avoid Vite resolving at build time -->
|
|
<script>
|
|
(function() {
|
|
var s = document.createElement('script');
|
|
s.type = 'module';
|
|
s.src = '/devv-app.js';
|
|
document.head.appendChild(s);
|
|
})();
|
|
</script>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|