refactor(components): 重构 VideoPlayer 组件
- 使用 createPortal将控制栏渲染到 document.body- 隐藏视频默认控件 - 更新 react-dom 依赖版本
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
"pubsub-js": "^1.9.4",
|
||||
"react": "18.2.0",
|
||||
"react-countup": "^6.5.3",
|
||||
"react-dom": "18.2.0",
|
||||
"react-dom": "^19.1.1",
|
||||
"react-i18next": "^14.1.0",
|
||||
"react-icons": "^5.2.1",
|
||||
"react-markdown": "8.0.0",
|
||||
|
||||
Reference in New Issue
Block a user