新增支持命令行下载作品文件

This commit is contained in:
JoeanAmier
2024-03-07 23:25:32 +08:00
parent 18f92134d8
commit a997fe1a1d
14 changed files with 200 additions and 34 deletions

View File

@@ -22,8 +22,8 @@ __all__ = [
]
VERSION_MAJOR = 1
VERSION_MINOR = 8
VERSION_BETA = False
VERSION_MINOR = 9
VERSION_BETA = True
ROOT = Path(__file__).resolve().parent.parent.parent
PROJECT = f"XHS-Downloader V{VERSION_MAJOR}.{
VERSION_MINOR}{" Beta" if VERSION_BETA else ""}"