This commit is contained in:
zhutao
2025-12-12 18:00:15 +08:00
commit 05f2882e93
28 changed files with 5662 additions and 0 deletions

19
index.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>效灵AI</title>
</head>
<body>
<div id="root"></div>
<script src="/src/main.tsx" type="module"></script>
<!--<script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.15.1/vconsole.min.js"></script>-->
<!--<script>-->
<!-- new VConsole();-->
<!--</script>-->
</body>
</html>