收藏功能&排行榜功能

This commit is contained in:
2025-10-27 17:33:09 +08:00
parent 3cff8f8f28
commit 441d823341
50 changed files with 3809 additions and 4489 deletions
@@ -162,6 +162,14 @@ export class PersonalPanel extends li_BaseView {
}
private openFavorites() {
TipsPanel.show(LanguageUtils.getText("rankpanel.comingsoon"));
NavigationManager.Instance.openSubPanel(
"GirlCollectionPanel",
this.node,
null,
{
openAnimation: PageTransitionType.SLIDE_LEFT,
closeAnimation: PageTransitionType.SLIDE_RIGHT,
}
);
}
}