fix chatmodel

This commit is contained in:
2025-09-10 16:43:46 +08:00
parent e4ee688dc8
commit 07bd9923fc
8 changed files with 244 additions and 503 deletions
@@ -82,6 +82,7 @@ export class NavigationManager {
* ```
*/
public navigateToChatWithTransition(
categoryId: string,
roleId: number,
currentPanel?: any
): void {
@@ -99,6 +100,7 @@ export class NavigationManager {
ViewManager.I.openBundlesView(
"ChatPanel",
{
categoryId: categoryId,
roleId: roleId,
withSlideTransition: true,
},