From 8e15c8126fb2028912f40fa32ba10443abbdd1e9 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Thu, 25 Sep 2025 13:02:37 +0800 Subject: [PATCH] =?UTF-8?q?chore(wip):=20=E8=81=AF=E7=B5=A1=E4=BA=BA=20->?= =?UTF-8?q?=20=E5=B0=8D=E8=A9=B1=20*=20=E9=80=99=E6=98=AF=E8=A8=AD?= =?UTF-8?q?=E8=A8=88=E6=99=82=E7=95=99=E4=B8=8B=E7=9A=84=E5=95=8F=E9=A1=8C?= =?UTF-8?q?,=20=E7=8F=BE=E5=9C=A8=E9=80=90=E6=AD=A5=E6=94=B9=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/App.tsx | 6 +++--- client/ui/AppMobile.tsx | 6 +++--- client/ui/main/ContactsList.tsx | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) 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">添加對話 {/*