Skip to content
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

增加对解压文件时文件冲突的冲突支持 #24

Open
Shomnipotence opened this issue Oct 13, 2023 · 0 comments
Open

增加对解压文件时文件冲突的冲突支持 #24

Shomnipotence opened this issue Oct 13, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Shomnipotence
Copy link
Contributor

Shomnipotence commented Oct 13, 2023

image

  1. 当文件冲突时,优先写入非冲突文件,尽快完成进度。
  2. 当已经写入非冲突文件后,且磁盘空间不允许的情况下,跳转至第四步。
  3. 当已经写入非冲突文件后,且磁盘空间允许的情况下,将冲突文件批量重命名后写入,并等待用户决定。
  4. 根据用户决定,批量删除用户不保留的文件。

或者提前获取潜在冲突列表,然后直接弹出警告

这样可以使得尽可能充分利用磁盘空间和时间尽快完成解压,避免因为文件冲突等待用户决策而暂停进度。

@Shomnipotence Shomnipotence added the enhancement New feature or request label Oct 13, 2023
@Shomnipotence Shomnipotence added this to the 1 milestone Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant