页面优化

This commit is contained in:
2025-09-18 15:42:15 +08:00
parent c817b1df0a
commit 5de9271541
67 changed files with 1889 additions and 1321 deletions
@@ -118,7 +118,7 @@ export class NavigationManager {
* 统一的面板切换方法
* @param panelType 目标面板类型
*/
public switchToPanel(panelType: PanelType, force: boolean = false): void {
public switchToPanel(panelType: PanelType, force: boolean = false): Node {
if (this.currentActivePanelType === panelType && !force) {
if (panelType === PanelType.THEME) {
this.girlListPanel?.hide();