From d50341711e51451185a6581ad47bb67caf265cde Mon Sep 17 00:00:00 2001 From: shengchanzhe <179998674@qq.com> Date: Sat, 14 Oct 2023 12:00:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/animation/playing.vue | 57 +++++++++ src/views/chat/components/Message/index.vue | 121 ++++++++++++-------- src/views/chat/index.vue | 41 +++---- 3 files changed, 149 insertions(+), 70 deletions(-) create mode 100644 src/components/animation/playing.vue diff --git a/src/components/animation/playing.vue b/src/components/animation/playing.vue new file mode 100644 index 0000000..493e93a --- /dev/null +++ b/src/components/animation/playing.vue @@ -0,0 +1,57 @@ + + + diff --git a/src/views/chat/components/Message/index.vue b/src/views/chat/components/Message/index.vue index 7187d68..efc6793 100644 --- a/src/views/chat/components/Message/index.vue +++ b/src/views/chat/components/Message/index.vue @@ -1,6 +1,7 @@