From 81848ab97429b13cf4877c1ef1b1974c440a8ed2 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Tue, 2 Sep 2025 17:23:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 76 ++++++------ components/customTabbar.vue | 8 +- pages/NEUIKit/components/Appellation.vue | 3 +- .../conversation-list/conversation-item.vue | 15 +-- .../pages/Conversation/conversation-list/index.vue | 9 +- pages/NEUIKit/utils/msg.ts | 5 +- pages/workBench/index.vue | 2 +- root/NEUIKit/components/quickReply.vue | 133 +++++++++++++++++++++ root/NEUIKit/pages/Chat/index.vue | 34 ++++-- root/NEUIKit/pages/Chat/message/message-input.vue | 62 ++++++++-- root/NEUIKit/pages/Chat/message/message-item.vue | 69 +++++++---- root/NEUIKit/utils/api.js | 2 + root/person/todayData.vue | 2 +- static/css/base.scss | 2 +- 14 files changed, 317 insertions(+), 105 deletions(-) create mode 100644 root/NEUIKit/components/quickReply.vue diff --git a/App.vue b/App.vue index 3aa85f6..9348e3a 100644 --- a/App.vue +++ b/App.vue @@ -1,7 +1,7 @@ + + diff --git a/root/NEUIKit/pages/Chat/index.vue b/root/NEUIKit/pages/Chat/index.vue index 8181a6b..4d3f761 100644 --- a/root/NEUIKit/pages/Chat/index.vue +++ b/root/NEUIKit/pages/Chat/index.vue @@ -33,19 +33,27 @@
+
+
- @@ -54,6 +62,7 @@