From 18f92134d8466712e2374c4f5a36af996f995d64 Mon Sep 17 00:00:00 2001 From: JoeanAmier Date: Mon, 19 Feb 2024 22:09:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=201.8=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 99 ++++++++++++++----------- main.py | 11 +-- requirements.txt | 2 +- source/TUI/about.py | 45 +++++++++++ source/TUI/app.py | 27 ++++++- source/TUI/index.py | 19 ++--- source/TUI/monitor.py | 2 +- source/TUI/record.py | 46 ++++++++++++ source/application/app.py | 17 ++++- source/application/download.py | 6 +- source/module/__init__.py | 4 +- source/module/recorder.py | 47 +++++++++++- source/module/static.py | 2 +- source/translator/chinese.py | 11 ++- source/translator/english.py | 11 +++ static/XHS-Downloader.tcss | 13 +++- static/screenshot/程序运行截图CN1.png | Bin 152586 -> 152596 bytes static/screenshot/程序运行截图CN2.png | Bin 78358 -> 81132 bytes static/screenshot/程序运行截图CN3.png | Bin 111927 -> 136084 bytes static/screenshot/程序运行截图EN1.png | Bin 138688 -> 138982 bytes static/screenshot/程序运行截图EN2.png | Bin 81593 -> 84360 bytes static/screenshot/程序运行截图EN3.png | Bin 119450 -> 97636 bytes static/screenshot/获取Cookie示意图.png | Bin 13960 -> 76565 bytes 23 files changed, 284 insertions(+), 78 deletions(-) create mode 100644 source/TUI/about.py create mode 100644 source/TUI/record.py diff --git a/README.md b/README.md index e047c7d..6f61cfc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@
  • ✅ 持久化储存作品信息至文件
  • ✅ 作品文件储存至单独文件夹
  • ✅ 后台监听剪贴板下载作品
  • +
  • ✅ 记录已下载作品 ID
  • ☑️ 支持 API 调用功能
  • +
  • ☑️ 支持命令行参数下载作品文件
  • 📸 程序截图

    🎥 点击图片观看演示视频

    - +
    - +
    - +

    🔗 支持链接