-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(image-preview): 增加索引字段,用于预览内容排序 #2519
Conversation
Walkthrough此次更新增强了 Changes
Poem
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? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2519 +/- ##
=======================================
Coverage 83.17% 83.17%
=======================================
Files 217 217
Lines 17795 17799 +4
Branches 2567 2570 +3
=======================================
+ Hits 14801 14805 +4
Misses 2989 2989
Partials 5 5 ☔ View full report in Codecov by Sentry. |
🤔 这个变动的性质是?
🔗 相关 Issue
#2518
💡 需求背景和解决方案
☑️ 请求合并前的自查清单
Summary by CodeRabbit
新功能
index
属性,增强了媒体项的跟踪和排序能力。ImageOption
和VideoOption
接口,提高了图像和视频数据的类型安全和可维护性。文档
ImagePreview
组件的文档,反映了images
属性类型的变化,允许可选的index
属性。