From ae2a447fa4ef186781b55fb1f05a04edd3a67d8f Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Tue, 11 Mar 2025 19:56:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=81=8A=E5=A4=A9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=80=89=E6=8B=A9=E6=8F=90=E9=86=92=E7=9A=84=E4=BA=BA?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/dialog/index.vue | 156 +++++++++++++++++- .../image/chatList/mention_select_hide_bg.png | Bin 0 -> 752 bytes .../chatList/mention_select_hide_icon.png | Bin 0 -> 208 bytes src/uni_modules/tmui/locale/zh-Hans.json | 2 +- 4 files changed, 152 insertions(+), 6 deletions(-) create mode 100644 src/static/image/chatList/mention_select_hide_bg.png create mode 100644 src/static/image/chatList/mention_select_hide_icon.png diff --git a/src/pages/dialog/index.vue b/src/pages/dialog/index.vue index aebfa4a..23f340e 100644 --- a/src/pages/dialog/index.vue +++ b/src/pages/dialog/index.vue @@ -212,15 +212,13 @@ }} {{ state?.quoteInfo?.nickname + ':' + - '[' + - $t('msg.type') + - ']' + ChatMsgTypeMapping[state?.quoteInfo?.msg_type] }} + + + + + + + + + {{ $t('cancel') }} + + + + {{ $t('chat.mention.select') }} + + + + + {{ $t('button.multiple.choice') }} + + + + + {{ $t('button.text.done') }} + + + + +