mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
- 在IUiPageBehavior接口中添加Layer和IsReentrant属性 - 将IUiRouter的Show方法返回类型从void改为UiHandle - 修改Hide、Resume、GetFromLayer等方法参数从uiKey改为UiHandle - 新增UiHandle结构体用于唯一标识和管理UI实例 - 在CanvasItemUiPageBehavior中实现Layer和IsReentrant属性