Files
agent-desktop/console
Pine 0132cbfd04 fix: 前端 window.open 守卫从源头阻止 Tauri 新窗口/系统浏览器双开
- 新增 windowOpenGuard.ts:覆盖 window.open,外部 HTTP(S) 链接统一走
  openExternalLink(应用内容器 WebPage 沙箱),同源/相对/mailto/tel 放行
- App 启动时 installWindowOpenGuard() + 预加载黑白名单规则
- 回退 Rust 端 unstable feature / on_new_window 方案(API 被 unstable 门控,
  编译路径复杂;前端守卫更可靠且无需重新打包 Tauri)
- 配合 interceptBlankLinkClicks(<a> 点击 capture preventDefault)形成完整接管
2026-09-07 22:57:21 +08:00
..