From 9807721a3d9cf299e08cef721524c1f21cb3d860 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 11 Nov 2025 16:46:46 +0800
Subject: [PATCH] feat: 腾讯语音接入

---
 src/components/WebViewPlus.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/WebViewPlus.vue b/src/components/WebViewPlus.vue
index 1d54046..c53d4b7 100644
--- a/src/components/WebViewPlus.vue
+++ b/src/components/WebViewPlus.vue
@@ -1,8 +1,10 @@
 <template>
   <web-view :src="src" @message="viewMessage" :allow="allow"/>
+  <TUICallKit/>
 </template>
 
 <script setup>
+import {TUICallKit} from "@trtc/calls-uikit-vue";
 
 const allow = "accelerometer;ambient-light-sensor;autoplay;battery;camera;clipboard-read;clipboard-write;cross-origin-isolated;display-capture;document-domain;encrypted-media;execution-while-not-rendered;execution-while-out-of-viewport;fullscreen;gamepad;geolocation;gyroscope;hid;idle-detection;local-fonts;magnetometer;microphone;midi;payment;picture-in-picture;publickey-credentials-get;screen-wake-lock;serial;speaker-selection;storage-access;sync-xhr;usb;web-share;xr-spatial-tracking"
 const src = defineModel("src");

--
Gitblit v1.9.3