发布 1.9 版本

This commit is contained in:
JoeanAmier
2024-03-15 22:21:03 +08:00
parent a997fe1a1d
commit f607be0aaf
47 changed files with 1045 additions and 589 deletions

View File

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