From f2abedd88eb46ddbf171d367718541d2b2408ffe Mon Sep 17 00:00:00 2001
From: wangyifeng <812766448@qq.com>
Date: Tue, 11 Mar 2025 13:58:25 +0800
Subject: [PATCH 1/5] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BC=9A=E8=AF=9D?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=E6=8C=81=E4=B9=85=E5=8C=96=E5=90=8E=EF=BC=8C?=
=?UTF-8?q?=E8=81=8A=E5=A4=A9=E9=A1=B5=E9=9D=A2=E5=8D=A1=E6=AD=BB=E7=9A=84?=
=?UTF-8?q?=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/store/modules/dialogueList.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/store/modules/dialogueList.js b/src/store/modules/dialogueList.js
index a9a8c84..adda583 100644
--- a/src/store/modules/dialogueList.js
+++ b/src/store/modules/dialogueList.js
@@ -7,7 +7,7 @@ import { createGlobalState, useStorage } from '@vueuse/core'
import { uniStorage } from '@/utils/uniStorage.js'
export const useDialogueListStore = createGlobalState(() => {
- const dialogueList = useStorage('dialogueList', [], uniStorage)
+ const dialogueList = ref([])
const zpagingRef = ref()
const virtualList = ref([])
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 2/5] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=81=8A=E5=A4=A9?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=80=89=E6=8B=A9=E6=8F=90=E9=86=92=E7=9A=84?=
=?UTF-8?q?=E4=BA=BA=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]
}}
+