Files
agent-desktop/console/src-tauri/capabilities
Pine 2290c103db fix: 白屏崩溃 + shell.open 权限
1. WebViewOverlayHost 内 WebPage 是 lazy 组件,脱离 Suspense 边界渲染
   → React 抛错整树卸载(纯背景无内容)。包 Suspense fallback=null。
2. Rust 端 app.shell().open 缺 shell:allow-open 权限
   → invoke open_external_link 被拒(shell.open not allowed)。补权限。
2026-09-07 22:05:19 +08:00
..