mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 19:03:29 +08:00
- 为SendCommandCoroutineWithErrorHandler方法的onError参数添加默认值null - 新增CoroutineComposeExtensions扩展类,提供Then方法实现协程顺序组合 - 优化CancelWith扩展方法,改进节点存活检查逻辑 - 使用LINQ All方法简化节点存活状态检查代码 - 添加完整的XML文档注释支持