We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e15974 commit f10d179Copy full SHA for f10d179
1 file changed
TODO.md
@@ -4,11 +4,11 @@
4
5
## Packages
6
7
-- [ ] `url-handler-napi` — URL 处理 NAPI 模块
8
-- [ ] `modifiers-napi` — 修饰键检测 NAPI 模块
9
-- [ ] `audio-capture-napi` — 音频捕获 NAPI 模块
10
-- [ ] `color-diff-napi` — 颜色差异计算 NAPI 模块
11
-- [ ] `image-processor-napi` — 图像处理 NAPI 模块
+- [x] `url-handler-napi` — URL 处理 NAPI 模块 (签名修正,保持 null fallback)
+- [x] `modifiers-napi` — 修饰键检测 NAPI 模块 (Bun FFI + Carbon)
+- [x] `audio-capture-napi` — 音频捕获 NAPI 模块 (SoX/arecord)
+- [x] `color-diff-napi` — 颜色差异计算 NAPI 模块 (纯 TS 实现)
+- [x] `image-processor-napi` — 图像处理 NAPI 模块 (sharp + osascript 剪贴板)
12
13
<!-- - [ ] `@ant/computer-use-swift` — Computer Use Swift 原生模块
14
- [ ] `@ant/computer-use-mcp` — Computer Use MCP 服务
0 commit comments