feat: Claude Code 原生 Windows 通知(C# / .NET 10 + Avalonia 12)

为 Claude Code 提供原生 Windows toast 通知:点击跳回原窗口、切回 Windows
Terminal 标签、跨虚拟桌面、调用方图标、非阻塞投递;NativeAOT 单文件分发。
This commit is contained in:
2026-06-22 18:05:15 +08:00
Unverified
commit 5ce2c8a982
53 changed files with 3889 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# 批处理脚本必须用 CRLF,否则 cmd 解析会出错
*.bat text eol=crlf
*.cmd text eol=crlf
# shell 脚本必须用 LF
*.sh text eol=lf