fix(desktop): 识别浮层浮在全屏 App 之上(FullScreenAuxiliary)
ci / server (push) Failing after 11s
ci / design-system (push) Failing after 11s

仅 alwaysOnTop 时,全屏终端/浏览器独占 Space,浮层不显示。启动时给浮层 NSWindow 追加 CanJoinAllSpaces|Stationary|FullScreenAuxiliary 集合行为(objc2 直设,主线程),使其作为辅助窗叠加到全屏 Space 上。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-07-11 22:57:00 +08:00
parent ccce39a83a
commit 4b50ff2ce6
4 changed files with 35 additions and 0 deletions
+1
View File
@@ -954,6 +954,7 @@ dependencies = [
"env_logger",
"futures-util",
"log",
"objc2 0.5.2",
"parking_lot",
"reqwest 0.12.28",
"serde",