feat: KVM虚拟化管理平台初始版本

此提交包含在:
admin
2026-04-30 15:51:48 +08:00
當前提交 fac8ab7470
共有 42 個檔案被更改,包括 5621 行新增0 行删除
+13
查看文件
@@ -0,0 +1,13 @@
<!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>frontend</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>