feat: search contact by nickname/id/username

This commit is contained in:
CrescentLeaf
2025-09-20 17:29:12 +08:00
parent fc3df592bc
commit c82d718fa7
4 changed files with 32 additions and 7 deletions

View File

@@ -152,10 +152,11 @@ export default function App() {
// 最近聊天
<RecentsList
openChatFragment={(id) => {
setCurrentChatId(id)
setIsShowChatFragment(true)
}}
display={navigationItemSelected == "Recents"}
currentChatId={currentChatId}
recentsList={recentsList}
setRecentsList={setRecentsList} />
}