fix: 优化页面恢复渲染并统一导航壳配色

- 延迟页面恢复后的版本检查,并移除常驻大面积背景模糊

- 统一侧栏、顶部工具栏和标签栏的导航壳背景色
This commit is contained in:
2026-07-22 19:47:25 +08:00
parent 53fb63802b
commit 5a3d4788da
9 changed files with 50 additions and 19 deletions

View File

@@ -131,7 +131,7 @@ const contentStyle = computed((): CSSProperties => {
inset 0 1px 0 hsl(var(--glass-border) / 72%),
0 24px 54px -42px hsl(var(--primary) / 22%),
0 18px 42px -34px hsl(var(--foreground) / 10%);
backdrop-filter: blur(calc(var(--glass-blur) * 0.7)) saturate(145%);
backdrop-filter: var(--persistent-surface-backdrop-filter);
}
.list-page-shell.is-subtle .list-page-shell__content {