优化: 移除prod白屏临时诊断桩(main.ts/index.html)
This commit is contained in:
@@ -7,10 +7,6 @@
|
||||
<title>DevFlow</title>
|
||||
</head>
|
||||
<body style="background:#0c0e1a">
|
||||
<script>
|
||||
// 启动计时基准:webview 解析 index.html 的时刻
|
||||
window.__APP_T0 = performance.now();
|
||||
</script>
|
||||
<script>
|
||||
// 在渲染前设置主题,防止白屏闪烁
|
||||
var t = localStorage.getItem('df-theme') || 'dark';
|
||||
|
||||
Reference in New Issue
Block a user