GirlList缓存池

This commit is contained in:
2025-09-15 11:46:55 +08:00
parent 413ac5ccf6
commit bef2efc7e3
3 changed files with 117 additions and 23 deletions
@@ -83,23 +83,7 @@ export class NavigationManager {
* 初始化事件监听
*/
private initEventListeners(): void {
// 监听导航面板切换事件
li_EventManager.I.addInnerEL(
InnerMsgCode.Navigation_PanelSwitch,
this.onNavigationEvent,
this
);
}
/**
* 处理导航事件
*/
private onNavigationEvent(panelType: PanelType): void {
console.log(
"[NavigationManager] Received navigation event for:",
panelType
);
this.switchToPanel(panelType);
//
}
/**