feat: 自定义批量下载目录 - #182
Open
kyv001 wants to merge 2 commits into
Open
Conversation
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.
改动类型
是否包含破坏性变更
改动说明
提供“下载到自定义目录”功能,直接选择目录并批量下载,无需改动设置。
为了提供相关功能,把自定义目录纳入了持久化数据库的下载任务表中,因此进行了数据库升级和迁移。
关联
Depends on: #181
Inspired by: #95
测试情况
进入任意线上专辑,进入批量编辑模式,可以看到“下载到自定义目录”,点击后弹出系统文件夹选择框,选择后确认即开始下载到该文件夹。
截图 / 录屏
2026-08-20.01-28-22.mp4
自查清单
pnpm format,并确认pnpm typecheck、pnpm lint通过pnpm build:native验证;未手写native/*/index.d.ts(未涉及原生模块)dev分支提交(因为含有依赖关系,因此直接向上一个PR的分支提交)