From d095f484ab3f60f82ebb395d09e598fb3d400c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E7=BE=8E=E6=9B=A6?= <15296472+yang-meixi@user.noreply.gitee.com> Date: Sun, 19 Oct 2025 15:58:57 +0800 Subject: [PATCH 1/4] feat(chat): add OC status bar and delayed AI reply placeholder --- .../src/components/ChatWindow.vue | 116 +++++++++++++++++- src/oc-community-frontend/src/router/index.js | 7 ++ .../src/views/OCProfilePage.vue | 108 ++++++++++++++++ 3 files changed, 229 insertions(+), 2 deletions(-) create mode 100644 src/oc-community-frontend/src/views/OCProfilePage.vue diff --git a/src/oc-community-frontend/src/components/ChatWindow.vue b/src/oc-community-frontend/src/components/ChatWindow.vue index 3aefd08..e010b96 100644 --- a/src/oc-community-frontend/src/components/ChatWindow.vue +++ b/src/oc-community-frontend/src/components/ChatWindow.vue @@ -3,7 +3,10 @@
{{ activeContact?.name || '选择联系人' }}
-
{{ activeContact.status || '在线' }}
+
+ + {{ statusText }} +
资料 @@ -36,7 +39,7 @@ + + \ No newline at end of file From 4c432aca49a05c72672ebb0c845b6cfc1ed6799b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E7=BE=8E=E6=9B=A6?= <15296472+yang-meixi@user.noreply.gitee.com> Date: Sun, 19 Oct 2025 18:06:56 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=98=BE=E7=A4=BAoc=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/PhoneWidget.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/oc-community-frontend/src/components/PhoneWidget.vue b/src/oc-community-frontend/src/components/PhoneWidget.vue index d22105d..ed319c2 100644 --- a/src/oc-community-frontend/src/components/PhoneWidget.vue +++ b/src/oc-community-frontend/src/components/PhoneWidget.vue @@ -53,6 +53,11 @@ + + @@ -156,12 +161,6 @@ watch(activeContactId, id => { }) - - -