Files
xiaoling_front/index.html
zhutao 05f2882e93 1
2025-12-12 18:00:15 +08:00

19 lines
438 B
HTML

<!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>