This commit is contained in:
Your Name
2026-03-11 09:49:47 +08:00
parent 02ae537b4c
commit 38ad60f4bb
290 changed files with 36917 additions and 123 deletions
+47 -7
View File
@@ -11,6 +11,7 @@
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@highlightjs/vue-plugin": "^2.1.0",
"@tencentcloud/call-uikit-vue": "^4.0.12",
"@tencentcloud/chat-uikit-vue3": "^4.5.4",
"@trtc/calls-uikit-vue": "^4.4.6",
"@vue/shared": "^3.5.13",
@@ -3307,12 +3308,54 @@
"vue": "^2.7.0 || ^3.0.0"
}
},
"node_modules/@tencentcloud/call-engine-js": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/@tencentcloud/call-engine-js/-/call-engine-js-3.3.4.tgz",
"integrity": "sha512-TG8XGWcSNrOzZ7mtFeA64Wpjqocy0JyvkT/o3Md+iVKiNIfescn94ISMG4o8Why7wqGwgmlmkr12f3EJUMW+VA==",
"license": "ISC",
"dependencies": {
"@tencentcloud/chat": "^3.5.2",
"core-js": "^3.8.3",
"eventemitter3": "^4.0.7",
"rtc-detect": "^0.0.5",
"trtc-cloud-js-sdk": "2.10.8",
"tuikit-logger": "latest"
}
},
"node_modules/@tencentcloud/call-engine-js/node_modules/trtc-cloud-js-sdk": {
"version": "2.10.8",
"resolved": "https://registry.npmjs.org/trtc-cloud-js-sdk/-/trtc-cloud-js-sdk-2.10.8.tgz",
"integrity": "sha512-uYF0u40Cg3ZjPql+AAxyCqcHRbobwZ+rsTXj+pIY4/aUrv07h9Rf/LbEt/BQ04E8FTy6hOS8vZIclQ7qWrjs9A==",
"license": "ISC",
"dependencies": {
"trtc-sdk-v5": "5.15.0-beta.25"
}
},
"node_modules/@tencentcloud/call-engine-js/node_modules/trtc-sdk-v5": {
"version": "5.15.0-beta.25",
"resolved": "https://registry.npmjs.org/trtc-sdk-v5/-/trtc-sdk-v5-5.15.0-beta.25.tgz",
"integrity": "sha512-bpVa+PTrEnbvhszDIvf7gozlFIkhmR3n9sVMKO9yFPidtUd6ueAca38mjKbhcfrDlP4WKVD7SEIwPWis1JqFVQ==",
"license": "ISC",
"dependencies": {
"webrtc-adapter": "^8.2.3"
}
},
"node_modules/@tencentcloud/call-uikit-vue": {
"version": "4.0.12",
"resolved": "https://registry.npmjs.org/@tencentcloud/call-uikit-vue/-/call-uikit-vue-4.0.12.tgz",
"integrity": "sha512-cKkYmDVAV2uXp0naelEcXLx0j5RIC0kvZ/4L6g95GXwQX2gsNaMCVEYX4GsFobz+qB3J1WBhuZVAxtAILnv8vw==",
"license": "ISC",
"dependencies": {
"@tencentcloud/call-engine-js": "~3.3.0",
"@tencentcloud/chat": "^3.5.2",
"@tencentcloud/tui-core": "latest"
}
},
"node_modules/@tencentcloud/chat": {
"version": "3.6.6",
"resolved": "https://registry.npmjs.org/@tencentcloud/chat/-/chat-3.6.6.tgz",
"integrity": "sha512-PYPGUoZHw3GjDgM0N72qr0K/Wjp28HAoGaND077sbUQEwYFaMjZ1tuBQZugFG6v8OS8Ihx71yqNshR3xDHvYaA==",
"license": "ISC",
"peer": true
"license": "ISC"
},
"node_modules/@tencentcloud/chat-uikit-engine": {
"version": "2.5.8",
@@ -3355,7 +3398,6 @@
"resolved": "https://registry.npmjs.org/@tencentcloud/tui-core/-/tui-core-2.5.1.tgz",
"integrity": "sha512-aXZG0INkV9WvFUHgmVQRibCs10r2u/oVb8qAEjW3maytBiLWOJQiK7dzshK9fnfadJAWQ027cpR8lCKz5r5Tlw==",
"license": "ISC",
"peer": true,
"dependencies": {
"@tencentcloud/chat": "latest",
"tim-profanity-filter-plugin": "latest",
@@ -12635,15 +12677,13 @@
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/tim-profanity-filter-plugin/-/tim-profanity-filter-plugin-1.1.0.tgz",
"integrity": "sha512-+49p+n5LJs18rSPBvJFyq/m6ib8wiXvPEx2/Sz3M7hhDXAz69WuZ8cB/painNrN0MKAETf6G5cWa6xtVZfAK7A==",
"license": "ISC",
"peer": true
"license": "ISC"
},
"node_modules/tim-upload-plugin": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/tim-upload-plugin/-/tim-upload-plugin-1.4.3.tgz",
"integrity": "sha512-3ZmbA36dr3eG9YGDon9MLBUtbNawYWkL+TBa+VS0Uviguc7PlVSOIVRG2C4irXX16slDT2Kj+HAZapp+Xqp2xg==",
"license": "ISC",
"peer": true
"license": "ISC"
},
"node_modules/tiny-emitter": {
"version": "2.1.0",