Added played history feature

This commit is contained in:
Choco
2024-02-21 21:15:21 +08:00
parent f2da4311f5
commit 8915415c4b
4 changed files with 37 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ import requests, zipfile, os, shutil, argparse
from io import BytesIO
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
__version__ = "v2.6.8b3"
__version__ = "v2.6.8b4"
GITHUB_API_URL = "https://api.github.com/repos/ChocoMeow/Vocard/releases/latest"
VOCARD_URL = "https://github.com/ChocoMeow/Vocard/archive/"