This commit is contained in:
2025-09-17 16:12:54 +08:00
parent 586ea3848d
commit be1389df98
16 changed files with 621 additions and 178 deletions
-3
View File
@@ -229,9 +229,6 @@ export class ChatModel {
roleData.dialogs.push(dialog);
this.updateLastActiveTime(targetRoleId);
console.log(
`ChatModel: Dialog added for role ${targetRoleId} (isPlayer: ${isPlayer}, content length: ${content.length})`
);
}
/**