test: test demo

This commit is contained in:
2024-12-25 20:14:50 +08:00
parent b4e4b55e1a
commit 0fd19803f8
4 changed files with 56 additions and 3 deletions

View File

@@ -8,6 +8,8 @@
<body>
<!-- Your content goes here -->
<script type="module" src="src/index.ts"></script>
<!-- <script type="module" src="src/index.ts"></script> -->
<!-- 测试io -->
<script type="module" src="src/test2.ts"></script>
</body>
</html>