优化: 移除prod白屏临时诊断桩(main.ts/index.html)

This commit is contained in:
2026-06-16 21:07:13 +08:00
parent 2069f79198
commit 35b8eac46b
2 changed files with 0 additions and 8 deletions

View File

@@ -6,7 +6,3 @@ import "./styles/global.css";
import "./styles/ai-md.css";
createApp(App).use(router).use(i18n).mount("#app");
// 启动计时:从 index.html 解析到 Vue 挂载完成
const t0 = (window as any).__APP_T0 ?? 0;
console.log(`[启动] Vue mount 完成: ${(performance.now() - t0).toFixed(0)}ms`);