update 音效 - 主题图

This commit is contained in:
2025-09-11 18:49:27 +08:00
parent 0f9690b0e1
commit 49f4d21c56
27 changed files with 1130 additions and 983 deletions
@@ -101,25 +101,15 @@ export class NavigationManager {
return;
}
const extendedNavigationData = {
...navigationData,
withTransition: true,
transitionType: transitionConfig.incomingTransition,
};
ViewManager.I.openBundlesView(
targetPanel,
extendedNavigationData,
(targetNode) => {
this._executeTransition(
targetNode,
currentPanel,
transitionConfig,
duration,
onComplete
);
}
);
ViewManager.I.openBundlesView(targetPanel, navigationData, (targetNode) => {
this._executeTransition(
targetNode,
currentPanel,
transitionConfig,
duration,
onComplete
);
});
}
/**
@@ -274,7 +264,7 @@ export class NavigationManager {
};
this.navigateWithTransition(
"GirlListPanel",
navigationData,
themeId,
transitionConfig,
currentPanel,
() => {
@@ -370,7 +360,6 @@ export class NavigationManager {
const navigationData = {
categoryId: categoryId,
roleId: roleId,
withSlideTransition: true,
};
const transitionConfig: PageTransitionConfig = {