From 434dfc8e3b974dac1945b6af027cf45f434273bd Mon Sep 17 00:00:00 2001 From: limil Date: Sun, 3 Nov 2024 21:32:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a854c41..6234ad4 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ Todo: - [x] 自动刷新文件系统缓存 - [x] 分析以下方法的返回值:offline_file_info、offline_list - [x] 持久化数据 -- [ ] 实现本地下载队列(多文件,文件夹) +- [x] 实现本地下载队列(多文件,文件夹) - [x] 实现任务暂停、继续、恢复 - [ ] 接口分离,前后端分离 - [ ] 添加测试用例 From 7a9383b5502d177021a0de4f0a6aa8d501648b11 Mon Sep 17 00:00:00 2001 From: limil Date: Sat, 12 Apr 2025 19:19:21 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0requirements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index c130f94..d9dcefc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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