chore: update index.html and package-lock.json

This commit is contained in:
2025-03-26 01:28:57 +08:00
parent 361af96ba0
commit f752449dc4
2 changed files with 135 additions and 33 deletions

View File

@ -56,15 +56,6 @@
</div>
</div>
</div>
<!-- 性能监控脚本 (仅开发环境) -->
<script type="module">
if (import.meta.env.DEV) {
import('vite-plugin-pwa/client').then(({ registerSW }) => {
registerSW({ immediate: true })
})
}
</script>
<!-- 主应用脚本 -->
<script type="module" src="/src/main.js"></script>