perf: 懒加载表现优化

- 优化路由首进页面过渡策略,减少遮罩阻塞感

- 为菜单导航增加组件预取,降低首次点击等待

- 缩短页面 loading 遮罩过渡时长
This commit is contained in:
2026-02-24 16:45:14 +08:00
parent a9060ed2b9
commit 306b08d55a
5 changed files with 191 additions and 19 deletions

View File

@@ -63,7 +63,7 @@ function onTransitionEnd() {
<div
:class="
cn(
'flex-center z-100 bg-overlay-content absolute left-0 top-0 size-full backdrop-blur-sm transition-all duration-500',
'flex-center z-100 bg-overlay-content absolute left-0 top-0 size-full backdrop-blur-sm transition-opacity duration-200',
{
'invisible opacity-0': !showSpinner,
},