diff --git a/openless-all/app/src/App.tsx b/openless-all/app/src/App.tsx index b1baac39..d047bf72 100644 --- a/openless-all/app/src/App.tsx +++ b/openless-all/app/src/App.tsx @@ -147,18 +147,38 @@ function isWindowHotkeyCandidate(event: KeyboardEvent): boolean { } function StartupShell() { + // 用透明背景:main window 是 transparent + macOSPrivateApi(NSVisualEffectView 磨砂)。 + // 之前用 linear-gradient(rgba(245,245,247,0.96)...) 会盖过 macOS vibrancy,启动时 + // 长时间在 'checking' phase(凭据迁移 / 权限 probe 慢)会让窗口看起来「左侧白屏 + + // 右侧磨砂」割裂。现在背景全透明,让磨砂统一展开,提示文字 + icon 用一个轻量 + // pill 卡片承载,跟 capsule 视觉一致。 return (