fix(docs): 修复行为树文档中的死链接

This commit is contained in:
YHH
2025-10-28 11:54:39 +08:00
parent b410e2de47
commit 4e81fc7eba
3 changed files with 4 additions and 10 deletions

View File

@@ -591,6 +591,5 @@ const fsm = BehaviorTreeBuilder.create(scene, 'StateMachine')
## 下一步
- 查看[自定义节点](./custom-nodes.md)学习如何创建自定义行为节点
- 查看[自定义动作](./custom-actions.md)学习如何创建自定义行为节点
- 阅读[最佳实践](./best-practices.md)了解行为树设计技巧
- 查看[节点参考](./node-reference.md)了解所有内置节点