This commit is contained in:
bobobobo
2026-02-03 20:39:02 +08:00
parent ae36c4cf10
commit df7c6ad3fc
7 changed files with 395 additions and 483 deletions

View File

@@ -10,6 +10,10 @@
"customPlaygroundType" : "local",
"playground" : "custom",
"type" : "uni-app:app-android"
},
{
"openVueDevtools" : true,
"type" : "uni-app:miniProgram"
}
]
}

View File

@@ -110,22 +110,7 @@
}
}
},
"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" : "",
"ios_bundle_id" : "",
"isCloud" : true,
"bought" : 1,
"pid" : "9035",
"parameters" : {}
}
}
}
"nativePlugins" : {}
},
"h5" : {
"optimization" : {

848
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,12 +11,12 @@
"license": "ISC",
"dependencies": {
"@tencentcloud/chat-uikit-engine-lite": "^1.0.4",
"@tencentcloud/chat-uikit-uniapp": "^3.1.0",
"@tencentcloud/chat-uikit-uniapp": "^3.2.0",
"@tencentcloud/tui-core-lite": "1.0.0",
"@tencentcloud/tuiroom-engine-js": "^3.6.2",
"@tencentcloud/uikit-base-component-vue3": "^1.3.5",
"@tencentcloud/universal-api": "^2.4.0",
"dayjs": "^1.11.10",
"@tencentcloud/uikit-base-component-vue3": "^1.3.5",
"tuikit-atomicx-vue3": "^5.2.0"
}
}

View File

@@ -1,5 +1,7 @@
## 1.1.32025-12-26
-修复安卓包名冲突问题
- 修复安卓包名冲突问题
## 1.1.22025-12-16
- 修复缺少依赖引起的编译问题
## 1.1.12025-12-16
- 修复与第三方插件同时使用时的编译报错
## 1.1.02025-12-05

View File

@@ -9,7 +9,6 @@
"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.+"
]
}