fix: 修正 index.html 引用路径,移动配置文件到根目录
continuous-integration/drone/push Build is failing

This commit is contained in:
Agent
2026-03-23 15:18:28 +00:00
parent b9823b01e5
commit 989e18fab8
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script type="module" src="/main.js"></script> <script type="module" src="/src/main.js"></script>
</body> </body>
</html> </html>
View File
View File