Closed irisSong closed 1 week ago
本次更改主要涉及多个文件,主要是对视频组件的修改和样式调整。在 index.tsx
文件中,移除了对 Video
组件的导入,并相应更新了控制台日志。在 config.json
文件中,Video
组件的版本从 3.0.0
更改为 2.0.0
。多个 Demo
组件更新了状态管理,添加了状态设置函数,并简化了样式定义,确保一致性和可维护性。视频组件的属性接口也进行了更新,以增强清晰度。
文件路径 | 更改摘要 |
---|---|
packages/nutui-taro-demo/src/pages/index/index.tsx |
移除了对 Video 组件的导入,并更新了控制台日志。 |
src/config.json |
更新了 Video 组件的版本,从 3.0.0 改为 2.0.0 。 |
src/packages/video/demo.taro.tsx |
更新了 ScrollView 组件的 className 属性,添加了 full 类。 |
src/packages/video/demos/taro/demo1.tsx |
更新了 useState 钩子,添加了 setSource ,并修改了 Cell 组件的样式和 Video 组件的高度样式。 |
src/packages/video/demos/taro/demo2.tsx |
更新了 useState 钩子,添加了 setSource ,并修改了 Cell 组件的样式和 Video 组件的高度样式。 |
src/packages/video/demos/taro/demo3.tsx |
更新了 useState 钩子,添加了 setSource ,并修改了 Cell 组件的样式和 Video 组件的高度样式。 |
src/packages/video/demos/taro/demo4.tsx |
更新了 useState 钩子,添加了 setSource ,并修改了 Video 组件的高度样式。 |
src/packages/video/demos/taro/demo5.tsx |
更新了 useState 钩子,添加了 setSource ,并修改了 Video 组件的高度样式。 |
src/packages/video/demos/taro/demo6.tsx |
更新了 useState 钩子,添加了 setSource ,并修改了 Video 组件的高度样式。 |
src/packages/video/demos/taro/demo7.tsx |
将状态变量 source 重命名为 source1 ,并更新了相应的状态设置函数,修改了样式属性。 |
src/packages/video/video.taro.tsx |
更新了 VideoProps 接口,添加了 source 和 options 属性,简化了属性合并逻辑。 |
Video
组件相关的组件,直接关联到主PR的修改。ActionSheet
组件,可能间接与主PR中涉及的 Index
组件的UI更改相关。InfiniteLoading
组件的修改可能与主PR中 Index
组件的整体结构和功能相关。Video
组件的跨平台兼容性,直接与主PR中对 Video
组件的导入和使用相关。size/XS
兔子欢快跳跃,代码更新真精彩,
视频组件简化,样式更整齐。
状态管理升级,未来可期,
让我们一起庆祝,代码如春风吹拂。
🐰✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.98%. Comparing base (
dffe1ac
) to head (2cfe6bc
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🤔 这个变动的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
☑️ 请求合并前的自查清单
⚠️ 请自检并全部勾选全部选项。⚠️
Summary by CodeRabbit
新功能
样式改进
状态管理