ASW-1 feat: ASW gui 项目初始化

This commit is contained in:
zyh
2024-06-27 17:12:25 +08:00
parent 9d88f421cd
commit 28b7256483
33 changed files with 4389 additions and 83 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!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" />
<title>AppSketch</title>
<link rel="stylesheet" href="./index.css"/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>