fix(docs): 修复 hierarchy.md 中的死链接

将不存在的 ./transform.md 链接替换为 ./component.md
This commit is contained in:
yhh
2025-12-01 23:35:35 +08:00
parent b9aaf894d7
commit 15d5d37e50

View File

@@ -434,4 +434,4 @@ const found = hierarchySystem.findChild(parent, "Child");
- 了解 [实体类](./entity.md) 的其他功能
- 了解 [场景管理](./scene.md) 如何组织实体和系统
- 探索 [变换系统](./transform.md) 实现空间层级变换
- 了解 [组件系统](./component.md) 如何定义和使用组件