详细的勘误内容:  建议在 const paths = collectPaths(type, fiber); 下方插入类似如下代码: ```javascript const pathsCapture = collectPaths(type + 'CAPTURE', fiber); triggerEventFlow(pathsCapture, type + "CAPTURE", se); ``` 如此就能注册类似ONCLICKCAPTURE的事件回调了
详细的勘误内容:

建议在 const paths = collectPaths(type, fiber); 下方插入类似如下代码:
如此就能注册类似ONCLICKCAPTURE的事件回调了