.1502411993651747:8a4b69a19275365ea94d519233a24f3d_69f56e3fdc48703ced6ce1b8.69f56e55dc48703ced6ce1ba.69f56e55dc159678e02de3d6:Trae CN.T(2026/5/2 11:24:05)#4
Open
lovely90133 wants to merge 2 commits into
Conversation
新增重复文件扫描对话框,支持选择目录扫描重复文件 - 先按文件大小分组,再对可能重复的文件计算hash - 扫描过程中显示进度,支持中途取消 - 结果页展示重复文件分组、文件路径、大小和hash - 支持多平台(win32/darwin/linux)
重构文件查找和重复文件扫描功能,使用异步IPC通信 添加进度显示和取消操作支持 优化文件夹加载和文件搜索性能
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.
feat(文件操作): 实现异步文件扫描和搜索功能
重构文件查找和重复文件扫描功能,使用异步IPC通信
添加进度显示和取消操作支持
优化文件夹加载和文件搜索性能