diff --git a/client/ui/App.tsx b/client/ui/App.tsx index e430efb..1f1ebb0 100644 --- a/client/ui/App.tsx +++ b/client/ui/App.tsx @@ -127,7 +127,7 @@ export default function App() { - + @@ -148,7 +148,7 @@ export default function App() { setRecentsList={setRecentsList} /> } { - // 联系人列表 + // 對話列表 - 選擇聯絡人以開始對話... + 選擇以開始對話... } { diff --git a/client/ui/AppMobile.tsx b/client/ui/AppMobile.tsx index 85d193c..8820ccb 100644 --- a/client/ui/AppMobile.tsx +++ b/client/ui/AppMobile.tsx @@ -149,7 +149,7 @@ export default function AppMobile() { { ({ Recents: "最近對話", - Contacts: "聯絡人" + Contacts: "對話" })[navigationItemSelected] }
} { - // 联系人列表 + // 對話列表 最近 - 聯絡人 + 對話
) diff --git a/client/ui/main/ContactsList.tsx b/client/ui/main/ContactsList.tsx index 4f90795..a7f5664 100644 --- a/client/ui/main/ContactsList.tsx +++ b/client/ui/main/ContactsList.tsx @@ -34,7 +34,7 @@ export default function ContactsList({ token: data.access_token, }) if (re.code != 200) - return checkApiSuccessOrSncakbar(re, "获取联络人列表失败") + return checkApiSuccessOrSncakbar(re, "获取對話列表失败") setContactsList(re.data!.contacts_list as Chat[]) }) @@ -55,7 +55,7 @@ export default function ContactsList({ width: '100%', marginTop: '13px', marginBottom: '15px', - }} icon="person_add">添加聯絡人 + }} icon="person_add">添加對話 {/*