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 @@