admin-vben/apps/web-ele
YunaiV 0a76bed471 fix(im): 清理 RTC 媒体元素卸载时的 srcObject
- 对齐 Vue3 管理后台 63dfc5e 的 RTC 媒体元素处理
- useMediaStreamElement 改为 callback ref 闭包保存当前元素
- 组件卸载或 ref 置空时清理旧 video/audio 元素的 srcObject,避免流关闭后画面残留
- 同步适配 web-antd、web-ele、web-antdv-next

验证:
- pnpm -F @vben/web-antd run typecheck
- pnpm -F @vben/web-ele run typecheck
- web-antdv-next 仍为既有 55 个类型错误,无 RTC 新增错误
2026-06-21 07:55:13 -07:00
..
public fix: lint 2026-03-14 12:16:31 +08:00
src fix(im): 清理 RTC 媒体元素卸载时的 srcObject 2026-06-21 07:55:13 -07:00
.env feat(iot): 优化 iot 的代码风格(迁移 constants.ts)地址 2026-05-20 23:11:02 +08:00
.env.analyze feat: element-plus app (#32) 2024-07-31 21:22:43 +08:00
.env.development fix: gitignore 2025-11-20 16:46:04 +08:00
.env.production feat:【antd/ele】生产环境下,默认开启 CAPTCHA 验证码,保证安全性 2026-01-03 19:20:25 +08:00
index.html Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2026-04-13 16:45:32 +08:00
package.json feat(im):初始化 ele 的 im 迁移 2026-06-18 16:09:40 -07:00
tsconfig.json Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into vite8 2026-03-14 11:34:06 +08:00
tsconfig.node.json feat: tsgolint 2026-03-13 23:13:10 +08:00
vite.config.ts Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into vite8 2026-03-14 11:34:06 +08:00