| 123456789101112131415 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>初中化学 AI 数字人辅助教学系统</title>
- <!-- Live2D Cubism Core,全局提供 Live2DCubismCore 给 Framework 使用 -->
- <script src="/live2d/core/live2dcubismcore.min.js"></script>
- </head>
- <body>
- <div id="root"></div>
- <script type="module" src="/src/main.jsx"></script>
- </body>
- </html>
|