feat(app): 发布 2.7 版本

This commit is contained in:
Quan
2026-02-09 14:35:42 +08:00
parent 6ae8f8c510
commit afaf2fb459
20 changed files with 192 additions and 224 deletions

View File

@@ -2,7 +2,7 @@ from pathlib import Path
VERSION_MAJOR = 2
VERSION_MINOR = 7
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.joinpath("Volume")
ROOT.mkdir(exist_ok=True)