feat: 支持以发布时间作为文件修改时间

1. 新增 write_mtime 配置参数
2. 更新项目英语翻译
This commit is contained in:
2025-04-20 18:15:22 +08:00
parent d972420ab3
commit 936b4f9075
20 changed files with 882 additions and 586 deletions

View File

@@ -2,7 +2,7 @@ from pathlib import Path
VERSION_MAJOR = 2
VERSION_MINOR = 5
VERSION_BETA = True
VERSION_BETA = False
__VERSION__ = f"{VERSION_MAJOR}.{VERSION_MINOR}.{'beta' if VERSION_BETA else 'stable'}"
ROOT = Path(__file__).resolve().parent.parent.parent
PROJECT = f"XHS-Downloader V{VERSION_MAJOR}.{VERSION_MINOR} {