Skip to content

Commit fb9cc90

Browse files
committed
docs: update README
1 parent 2340181 commit fb9cc90

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ Go binding for [MaaFramework](https://github.com/MaaXYZ/MaaFramework), a cross-p
3939
4040
## ✨ Features
4141

42-
- **ADB Controller** - Android device automation via ADB
43-
- **Win32 Controller** - Windows desktop application automation
44-
- **PlayCover Controller** - Control iOS apps via PlayCover on macOS
42+
- **Cross-platform Controllers** - ADB, Win32, WlRoots, macOS, PlayCover, and Android native control backends
43+
- **Recording and Replay** - Capture controller operations to JSONL and replay them for debugging and regression testing
4544
- **Virtual Gamepad Controller** - Gamepad automation via ViGEm (Windows only)
46-
- **Image Recognition** - Template matching, OCR, feature detection and more
47-
- **Custom Recognition** - Implement custom image recognition algorithms
48-
- **Custom Actions** - Define your own automation logic
49-
- **Agent Support** - Mount custom recognition and actions from external processes
50-
- **Pipeline-based** - Declarative task flow with JSON configuration
45+
- **Toolkit Utilities** - Discover ADB devices and desktop windows, and manage macOS automation permissions
46+
- **Image Recognition** - Template matching, OCR, feature detection, and more
47+
- **Custom Extensions** - Implement custom recognitions, actions, and controllers in pure Go
48+
- **Agent Support** - Mount custom recognition and action logic from external processes
49+
- **Async Jobs and Events** - Poll job status, inspect task details, and subscribe to resource, controller, and tasker events
50+
- **Pipeline and Runtime APIs** - Declarative JSON task flows with runtime task, recognition, and action orchestration
5151

5252
## 📦 Installation
5353

@@ -170,7 +170,7 @@ For more examples, see the [examples](examples) directory:
170170
- [MaaFramework Quick Start](https://github.com/MaaXYZ/MaaFramework/blob/main/docs/en_us/1.1-QuickStarted.md)
171171
- [Pipeline Protocol](https://github.com/MaaXYZ/MaaFramework/blob/main/docs/en_us/3.1-PipelineProtocol.md)
172172
- [Integration Guide](https://github.com/MaaXYZ/MaaFramework/blob/main/docs/en_us/2.1-Integration.md)
173-
- [Go Package Documentation](https://pkg.go.dev/github.com/MaaXYZ/maa-framework-go/v3)
173+
- [Go Package Documentation](https://pkg.go.dev/github.com/MaaXYZ/maa-framework-go/v4)
174174

175175
## 🤝 Contributing
176176

README_zh.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
4040
## ✨ 特性
4141

42-
- **ADB 控制器** - 通过 ADB 实现 Android 设备自动化
43-
- **Win32 控制器** - Windows 桌面应用自动化
44-
- **PlayCover 控制器** - 在 macOS 上控制通过 PlayCover 运行的 iOS 应用
45-
- **虚拟手柄控制器** - 通过 ViGEm 模拟手柄输入(仅 Windows)
46-
- **图像识别** - 模板匹配、OCR、特征检测等
47-
- **自定义识别** - 实现自定义图像识别算法
48-
- **自定义动作** - 定义你自己的自动化逻辑
49-
- **Agent 支持** - 支持从外部进程挂载自定义识别和动作
50-
- **流水线驱动** - 基于 JSON 配置的声明式任务流
42+
- **跨平台控制器** - 提供 ADB、Win32、WlRoots、macOS、PlayCover 与 Android Native 等控制后端
43+
- **录制与回放** - 支持将控制器操作记录为 JSONL,并用于调试与回归复现
44+
- **虚拟手柄控制器** - 通过 ViGEm 实现 Windows 手柄自动化
45+
- **Toolkit 工具能力** - 支持发现 ADB 设备和桌面窗口,并管理 macOS 自动化权限
46+
- **图像识别** - 支持模板匹配、OCR、特征检测等识别能力
47+
- **自定义扩展** - 以纯 Go 实现自定义识别、自定义动作和自定义控制器
48+
- **Agent 支持** - 支持从外部进程挂载自定义识别与动作逻辑
49+
- **异步任务与事件** - 支持 Job 状态轮询、详情查询以及 Resource、Controller、Tasker 事件订阅
50+
- **流水线与运行时编排** - 基于 JSON 的声明式任务流,并支持在 Context 中动态执行任务、识别和动作
5151

5252
## 📦 安装
5353

@@ -171,7 +171,7 @@ func main() {
171171
- [MaaFramework 快速开始](https://github.com/MaaXYZ/MaaFramework/blob/main/docs/zh_cn/1.1-%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B.md)
172172
- [任务流水线协议](https://github.com/MaaXYZ/MaaFramework/blob/main/docs/zh_cn/3.1-%E4%BB%BB%E5%8A%A1%E6%B5%81%E6%B0%B4%E7%BA%BF%E5%8D%8F%E8%AE%AE.md)
173173
- [集成文档](https://github.com/MaaXYZ/MaaFramework/blob/main/docs/zh_cn/2.1-%E9%9B%86%E6%88%90%E6%96%87%E6%A1%A3.md)
174-
- [Go 包文档](https://pkg.go.dev/github.com/MaaXYZ/maa-framework-go/v3)
174+
- [Go 包文档](https://pkg.go.dev/github.com/MaaXYZ/maa-framework-go/v4)
175175

176176
## 🤝 贡献
177177

0 commit comments

Comments
 (0)