From c7a64075a7bad00c687e6936b73fa18d1989aef9 Mon Sep 17 00:00:00 2001 From: "xie.bx" Date: Tue, 29 Nov 2022 19:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E5=90=8D=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-ui/src/components/chat/ChatMessageItem.vue | 364 ++++++++++++++++++ .../src/components/chat/ChatVideoAcceptor.vue | 131 +++++++ 2 files changed, 495 insertions(+) create mode 100644 im-ui/src/components/chat/ChatMessageItem.vue create mode 100644 im-ui/src/components/chat/ChatVideoAcceptor.vue diff --git a/im-ui/src/components/chat/ChatMessageItem.vue b/im-ui/src/components/chat/ChatMessageItem.vue new file mode 100644 index 0000000..eb4cdc1 --- /dev/null +++ b/im-ui/src/components/chat/ChatMessageItem.vue @@ -0,0 +1,364 @@ + + + + + diff --git a/im-ui/src/components/chat/ChatVideoAcceptor.vue b/im-ui/src/components/chat/ChatVideoAcceptor.vue new file mode 100644 index 0000000..77c97e3 --- /dev/null +++ b/im-ui/src/components/chat/ChatVideoAcceptor.vue @@ -0,0 +1,131 @@ + + + + +