From a997fe1a1d01eeb6fc8e3bb9e60634def8b12f6b Mon Sep 17 00:00:00 2001 From: JoeanAmier Date: Thu, 7 Mar 2024 23:25:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=94=AF=E6=8C=81=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E8=A1=8C=E4=B8=8B=E8=BD=BD=E4=BD=9C=E5=93=81=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 31 +++-- main.py | 16 ++- requirements.txt | 1 + source/CLI/__init__.py | 3 + source/CLI/help.py | 7 + source/CLI/main.py | 121 ++++++++++++++++++ source/TUI/index.py | 3 +- source/__init__.py | 3 +- source/application/app.py | 31 ++++- source/application/download.py | 8 +- source/module/recorder.py | 6 +- source/module/static.py | 4 +- ...\345\274\217\346\210\252\345\233\2761.png" | Bin 0 -> 164383 bytes ...\345\274\217\346\210\252\345\233\2762.png" | Bin 0 -> 217296 bytes 14 files changed, 200 insertions(+), 34 deletions(-) create mode 100644 source/CLI/help.py create mode 100644 source/CLI/main.py create mode 100644 "static/screenshot/\345\221\275\344\273\244\350\241\214\346\250\241\345\274\217\346\210\252\345\233\2761.png" create mode 100644 "static/screenshot/\345\221\275\344\273\244\350\241\214\346\250\241\345\274\217\346\210\252\345\233\2762.png" diff --git a/README.md b/README.md index 6f61cfc..f86e4ee 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@
  • ✅ 作品文件储存至单独文件夹
  • ✅ 后台监听剪贴板下载作品
  • ✅ 记录已下载作品 ID
  • +
  • ✅ 支持命令行下载作品文件
  • ☑️ 支持 API 调用功能
  • -
  • ☑️ 支持命令行参数下载作品文件