feat(copy): add skip existing files option to copy dialog#309
Open
okatu-loli wants to merge 1 commit into
Open
feat(copy): add skip existing files option to copy dialog#309okatu-loli wants to merge 1 commit into
okatu-loli wants to merge 1 commit into
Conversation
Pairs with backend skip_existing support on /fs/copy so interrupted copies can be resumed without re-transferring completed files.
✅ Deploy Preview for alist-web ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Ref AlistGo/alist#9555,配套后端 PR:AlistGo/alist#9557
复制对话框在「覆盖已有文件」旁新增「跳过已存在文件」复选框:
skip_existing: true,后端跳过目标已存在的同名同大小文件,实现中断后续传;home.conflict_policy.skip_existing,无需新增文案;vite build通过。