视频标签搜索与随机排序功能增强#838
Merged
zanllp merged 2 commits intoAug 23, 2025
Merged
Conversation
- Added video tag support for enhanced media file handling: * Video files can now use tag-based search functionality * Added support for reading video generation info from txt files * Enhanced EXIF data handling for video media types - Implemented random sort feature for image grid: * Added random sort toggle button with visual indicators (🎲/📅) * Supports both random and date-based sorting modes * Optimized pagination for random sorting with offset-based cursors - Complete internationalization support: * Added translations for random sort and date sort in all languages * Supported languages: zh-hans, en, de, zh-hant * Improved UI consistency across language variants - Backend improvements: * Enhanced database queries to support random sorting * Added random_sort parameter to API endpoints * Improved error handling for video file processing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Owner
|
没什么大问题,调整了下ui |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
大佬请阅 ,这次基于最新的代码提交的,并且合并成了一次提交
视频标签搜索与随机排序功能增强