From 08b029d0c084c4fd44b7cc58a137730b1a09ba5f Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 13 Nov 2025 13:55:27 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/manifest.json |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/manifest.json b/src/manifest.json
index 4788f55..ebb9e26 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -67,6 +67,22 @@
                     "xxxhdpi" : "src/static/images/app-logo.png"
                 }
             }
+        },
+        "nativePlugins" : {
+            "TencentCloud-TUICallKit" : {
+                "__plugin_info__" : {
+                    "name" : "【官方】腾讯云音视频通话插件TencentCloud-TUICallKit",
+                    "description" : "TUICallKit 是腾讯云官方推出的音视频通话插件,支持 1v1 通话和群组通话,并提供“类微信\"的 UI 交互,开发者仅需三个 API 就可实现。",
+                    "platforms" : "Android,iOS",
+                    "url" : "https://ext.dcloud.net.cn/plugin?id=9035",
+                    "android_package_name" : "uni.app.UNI0981D7F",
+                    "ios_bundle_id" : "uni.app.UNI0981D7F",
+                    "isCloud" : true,
+                    "bought" : 1,
+                    "pid" : "9035",
+                    "parameters" : {}
+                }
+            }
         }
     },
     /* 快应用特有相关 */

--
Gitblit v1.9.3