This commit is contained in:
2024-10-18 02:26:14 +08:00
commit 8e7277022b
9 changed files with 136 additions and 0 deletions

14
apps/store/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script type="module" src="./deploy/me.js"></script>
</body>
</html>