This commit is contained in:
2025-11-08 23:12:43 +08:00
commit 49ba397274
34 changed files with 1737 additions and 0 deletions

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Web Components Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<app-element></app-element>
<ai-show-demo></ai-show-demo>
<script type="module" src="src/index.ts"></script>
</body>
</html>