first commit

This commit is contained in:
2025-01-09 18:30:49 +08:00
commit ead83056ff
99 changed files with 27286 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dialog 模块</title>
</head>
<body>
<h2>Dialog 模块</h2>
<button id="btn">显示对话框</button>
<br><br>
<button id="btnErr">显示错误对话框</button>
<script src="index.js"></script>
</body>
</html>