enhance: add newest A100 data

This commit is contained in:
mokurin000
2025-08-23 00:11:49 +08:00
parent f1886a9302
commit c45e12d1bb
2 changed files with 1373 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ def makeMusicDBJson():
A000_DIR = Path(
"C:/MaimaiDX/SDEZ-1.56-B/Standard/Package/Sinmai_Data/StreamingAssets/A000"
)
OPTION_DIR = Path("C:/MaimaiDX/SDGA-1.50-G/NoMovieData/StreamingAssets")
OPTION_DIR = Path("C:/MaimaiDX/SDGA-1.55/StreamingAssets")
music_db: list[dict[str, str | int | list[dict[str, str | int]]]] = []
DEST_PATH = Path("./musicDB.json")