We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f77ea commit 58f1bd4Copy full SHA for 58f1bd4
2 files changed
.gitignore
@@ -6,4 +6,5 @@ coverage
6
*.log
7
.idea
8
.vscode
9
-*.suo
+*.suo
10
+*.lock
TODO.md
@@ -0,0 +1,16 @@
1
+# TODO
2
+
3
+尽可能实现下面的包, 使得与主包的关系完全吻合
4
5
+## Packages
+- [ ] `url-handler-napi` — URL 处理 NAPI 模块
+- [ ] `modifiers-napi` — 修饰键检测 NAPI 模块
+- [ ] `audio-capture-napi` — 音频捕获 NAPI 模块
+- [ ] `color-diff-napi` — 颜色差异计算 NAPI 模块
11
+- [ ] `image-processor-napi` — 图像处理 NAPI 模块
12
13
+<!-- - [ ] `@ant/computer-use-swift` — Computer Use Swift 原生模块
14
+- [ ] `@ant/computer-use-mcp` — Computer Use MCP 服务
15
+- [ ] `@ant/computer-use-input` — Computer Use 输入模块
16
+- [ ] `@ant/claude-for-chrome-mcp` — Chrome MCP 扩展 -->
0 commit comments