个人信息页入版

This commit is contained in:
2025-09-16 11:58:15 +08:00
parent 5a5014b024
commit aa5b95f833
109 changed files with 11137 additions and 12534 deletions
@@ -62,7 +62,7 @@ export class NavigationPanel extends li_BaseView {
);
GButton.BandClick(
this.settingBtn.node,
() => NavigationManager.Instance.switchToPanel(PanelType.SETTING),
() => NavigationManager.Instance.switchToPanel(PanelType.PERSONAL),
this
);
}
@@ -95,7 +95,7 @@ export class NavigationPanel extends li_BaseView {
this.currentActivePanel === PanelType.GIRL_DETAIL
);
this.chatBtn.setFocus(this.currentActivePanel === PanelType.CHAT);
this.settingBtn.setFocus(this.currentActivePanel === PanelType.SETTING);
this.settingBtn.setFocus(this.currentActivePanel === PanelType.PERSONAL);
}
private initializeFirstPanel() {