@@ -16,17 +16,27 @@ description: MaaNTE Pipeline JSON 编写指南。基于 MaaFramework Pipeline
1616
1717```
1818assets/resource/base/pipeline/
19- ├── Common/ # 通用可复用节点(按钮、场景跳转等)
20- ├── Fish/ # 钓鱼任务流水线
21- ├── Furniture/ # 家具收取流水线
22- ├── Interface/ # 场景管理器接口节点
23- ├── Rhythm/ # 节奏任务流水线
24- ├── SceneManager/ # 场景管理内部节点
25- ├── SoundDodge/ # 闪避反击流水线
26- ├── Tetris/ # 俄罗斯方块流水线
27- ├── MakeCoffee.json # 冲咖啡任务
28- ├── ClaimRewards.json # 领取奖励
29- ├── WithdrawMoney.json # 补货取钱
19+ ├── Common/ # 通用可复用节点(按钮、场景跳转等)
20+ ├── DatasetCollection/ # 自动驾驶数据集采集
21+ ├── Fish/ # 钓鱼任务流水线
22+ ├── Furniture/ # 家具收取流水线
23+ ├── Interface/ # 场景管理器接口节点
24+ ├── Movement/ # 移动测试
25+ ├── PinkPawHeist/ # 粉爪大劫案核心模块
26+ ├── Rhythm/ # 节奏任务流水线
27+ ├── SceneManager/ # 场景管理内部节点
28+ ├── SoundDodge/ # 闪避反击流水线
29+ ├── Tetris/ # 俄罗斯方块流水线
30+ ├── WithdrawMoney/ # 补货取钱子模块
31+ ├── realtime_assist/ # 实时辅助子模块
32+ ├── AutoFScroll.json # 自动滚屏
33+ ├── auto_piano.json # 自动钢琴
34+ ├── ClaimRewards.json # 领取奖励
35+ ├── FountainCheckin.json # 喷泉签到
36+ ├── MakeCoffee.json # 冲咖啡任务
37+ ├── PinkPawHeist.json # 粉爪大劫案入口
38+ ├── realtime_assist.json # 实时辅助入口
39+ ├── TestMovement.json # 移动测试
3040└── ...
3141```
3242
@@ -275,4 +285,4 @@ PrintT(context, "tetris.task_done")
275285
276286- Pipeline 协议完整规范:[ MaaFramework PipelineProtocol] ( https://github.com/MaaXYZ/MaaFramework/blob/main/docs/en_us/3.1-PipelineProtocol.md )
277287- Python 自定义动作开发:` agent/custom/action/ ` 目录下的实现
278- - 节点测试:` docs/zh_cn/developers/node-testing.md `
288+ - 节点测试:` docs/zh_cn/develop/ `
0 commit comments