4cc8f772e5576268e4a452616c76e46b629de9b6
Windows 上从托盘菜单退出会崩:windowManager.destroy() 在 Win32 托盘回调里触发 DestroyWindow/WM_CLOSE 回调链(并回调 onWindowClose → await isPreventClose), 异常穿过内核回调边界 → STATUS_FATAL_USER_CALLBACK_EXCEPTION(0xC000041D), flutter_windows.dll 处崩溃。WER 崩溃签名跨版本一致(自 1.0.0 起),非业务代码引入。 内核已在 onBeforeQuit 停掉、隧道已拆,改为先 trayManager.destroy() 摘图标, 再 exit(0) 干净退出进程,绕开原生窗口销毁回调链。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pangolin
面向中国大陆用户的终端 VPN(科学上网)项目。
- 设计方案:
docs/技术方案.md - 实施计划:
plan/ - 部署(Phase 0,容器化 + CI/CD):
deploy/
Phase 0 现状
数据面两条线,容器化、经 Gitea Actions 自动部署到节点,与现网服务隔离:
- Xray VLESS + REALITY(主线,经宿主 nginx SNI 分流)
- sing-box Hysteria2(晚高峰加速线,UDP 443)
部署细节见 deploy/README.md。
Description
Releases
22
client 1.1.1
Latest
Languages
Go
36%
Dart
21.3%
JavaScript
13%
HTML
12.8%
Shell
4.4%
Other
12.3%