Merge pull request #1 from LxFee/dev

Dev
This commit is contained in:
limil 2025-04-13 03:19:58 +08:00 committed by GitHub
commit a78043c608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Todo:
- [x] 自动刷新文件系统缓存
- [x] 分析以下方法的返回值offline_file_info、offline_list
- [x] 持久化数据
- [ ] 实现本地下载队列(多文件,文件夹)
- [x] 实现本地下载队列(多文件,文件夹)
- [x] 实现任务暂停、继续、恢复
- [ ] 接口分离,前后端分离
- [ ] 添加测试用例

View File

@ -1,4 +1,5 @@
anyio==4.6.2.post1
attrs==25.3.0
certifi==2024.8.30
cmd2==2.4.3
colorama==0.4.6
@ -11,5 +12,7 @@ nest-asyncio==1.6.0
PikPakAPI==0.1.10
pyperclip==1.9.0
pyreadline3==3.5.4
shortuuid==1.0.13
sniffio==1.3.1
tabulate==0.9.0
wcwidth==0.2.13