修复已知问题

This commit is contained in:
bobobobo
2026-01-22 01:23:57 +08:00
parent 2b26bfed69
commit 5f2fab9335
18 changed files with 414 additions and 61 deletions

View File

@@ -67,7 +67,7 @@
<RedEnvelope />
<!-- 直播按钮 -->
<!-- #ifdef APP-PLUS -->
<LiveStream
v-if="

View File

@@ -7,6 +7,10 @@
:selectedConversationDomRect="currentConversationDomRect"
@closeConversationActionMenu="closeConversationActionMenu"
/>
<cb-empty
v-if="conversationList.length === 0"
name="您还没有好友"
></cb-empty>
<div
v-for="(conversation, index) in conversationList"
:id="`convlistitem-${index}`"