优化页面

This commit is contained in:
pengxiaolong
2025-06-17 22:04:18 +08:00
parent 8ec7365e7c
commit e464d99af5
86 changed files with 627 additions and 178 deletions

View File

@@ -272,6 +272,7 @@ function onCurrentConversationUpdated(conversation: IConversationModel) {
function onConversationListUpdated(list: IConversationModel[]) {
conversationList.value = list;
console.log('conversationList', list);
}
function onCurrentConversationIDUpdated(id: string) {