fix:修改图标和其他

This commit is contained in:
2026-03-07 02:02:22 +07:00
parent d874620a83
commit 67495ea864
653 changed files with 78983 additions and 816 deletions

View File

@@ -0,0 +1,58 @@
{
"name": "RCUniCall",
"id": "RongCloud-Call",
"version": "5.30.0",
"description": "Rongcloud call lib sdk for uni",
"_dp_type": "nativeplugin",
"_dp_nativeplugin": {
"android": {
"plugins": [
{
"type": "module",
"name": "RongCloud-Call-RCUniCall",
"class": "cn.rongcloud.call.uni.RCUniCallModule"
},
{
"type": "component",
"name": "RongCloud-Call-RCUniCallView",
"class": "cn.rongcloud.call.uni.RCUniCallComponent"
}
],
"integrateType": "aar",
"compileOptions": {
"sourceCompatibility": "1.8",
"targetCompatibility": "1.8"
},
"dependencies": [
"cn.rongcloud.sdk:call_lib:5.30.0"
],
"useAndroidX": true
},
"ios": {
"plugins": [
{
"type": "module",
"name": "RongCloud-Call-RCUniCall",
"class": "RCUniCall"
},
{
"type": "component",
"name": "RongCloud-Call-RCUniCallView",
"class": "RCUniCallView"
}
],
"frameworks": [
"RongRTCLib.xcframework",
"RongCallLib.xcframework",
"RongCallWrapper.xcframework"
],
"embedFrameworks": [
"RongRTCLib.xcframework",
"RongCallLib.xcframework",
"RongCallWrapper.xcframework"
],
"integrateType": "framework",
"deploymentTarget": "9.0"
}
}
}