创建项目

This commit is contained in:
2022-10-03 12:49:29 +08:00
parent 0c933252fc
commit dac9b5ab3d
40 changed files with 1938 additions and 34 deletions

14
frontend/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>mc-client-updater</title>
<link href="./src/style.css" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script src="./src/main.ts" type="module"></script>
</body>
</html>