更新NFLmusicv4.0.0版本

This commit is contained in:
2025-01-23 18:17:51 +08:00
parent 9b3f1d1654
commit 6af9abc03e
9 changed files with 53 additions and 423 deletions

5
tools/form_json.py Normal file
View File

@ -0,0 +1,5 @@
import json
with open("../NFLmusic.json", "r") as f:
json.loads(f.read())