2025-08-19 14:56:38 +08:00
|
|
|
<!DOCTYPE html>
|
2025-09-24 16:43:10 +08:00
|
|
|
<html lang="zh-CN">
|
2025-08-19 14:56:38 +08:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<link rel="icon" href="/favicon.ico">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2025-09-24 16:43:10 +08:00
|
|
|
<title>Vue 桌面系统</title>
|
2025-08-19 14:56:38 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|