H5的<TUICallKit></TUICallKit>注释状态
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
## 1.1.3(2025-12-26)
|
||||
- 修复安卓包名冲突问题
|
||||
## 1.1.2(2025-12-16)
|
||||
- 修复缺少依赖引起的编译问题
|
||||
-修复安卓包名冲突问题
|
||||
## 1.1.1(2025-12-16)
|
||||
- 修复与第三方插件同时使用时的编译报错
|
||||
## 1.1.0(2025-12-05)
|
||||
|
||||
@@ -21,13 +21,9 @@
|
||||
<text class="message-role">主播</text>
|
||||
</view>
|
||||
<view class="nickname-content-wrapper">
|
||||
<text v-if="message?.businessID === LIVE_BUSINESS.ADMIN" class="chat-nickname"
|
||||
numberOfLines="1">游客:</text>
|
||||
<text v-else class="chat-nickname"
|
||||
<text class="chat-nickname"
|
||||
numberOfLines="1">{{ message?.sender?.userName || message?.sender?.userID }}:</text>
|
||||
<text v-if="message?.businessID === LIVE_BUSINESS.SIGN" class="chat-content">{{ JSON.parse(message?.data).title }}</text>
|
||||
<text v-else-if="message?.businessID === LIVE_BUSINESS.ADMIN" class="chat-content">1</text>
|
||||
<text v-else class="chat-content">{{ message?.textContent || '' }}</text>
|
||||
<text class="chat-content">{{ message?.textContent || '' }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -57,7 +53,6 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { LIVE_BUSINESS } from '@/constants/live-keys'
|
||||
import { ref, watch, computed, onMounted, onUnmounted } from 'vue';
|
||||
import { useBarrageState } from "@/uni_modules/tuikit-atomic-x/state/BarrageState";
|
||||
import { useGiftState } from "@/uni_modules/tuikit-atomic-x/state/GiftState";
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"com.tencent.liteav:LiteAVSDK_Professional:12.7+",
|
||||
"com.tencent.imsdk:imsdk-plus:8.7.+",
|
||||
"com.tencent.liteav.tuikit:tuicore:8.7.+",
|
||||
"io.trtc.uikit:rtc_room_engine:3.5+",
|
||||
"io.trtc.uikit:common:3.3.+"
|
||||
]
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user