更新 frontend/index.html

This commit is contained in:
LiJiLong 2026-01-28 07:21:20 +00:00
parent 441178b566
commit 096cf988c8

View File

@ -8,6 +8,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script type="module" src="/src/main.tsx"></script> <script type="module" src="./src/main.tsx"></script>
</body> </body>
</html> </html>