From 881d40477ef64aaafbe43eaf34b2679fa3846a5b Mon Sep 17 00:00:00 2001 From: mee19mc <85102106+mee19mc@users.noreply.github.com> Date: Wed, 6 Aug 2025 21:13:53 +0800 Subject: [PATCH] Update gametop.py --- modules/gitadora/gametop.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/gitadora/gametop.py b/modules/gitadora/gametop.py index 2628040..79eede2 100644 --- a/modules/gitadora/gametop.py +++ b/modules/gitadora/gametop.py @@ -9,7 +9,7 @@ from core_database import get_db router = APIRouter(prefix="/local", tags=["local"]) -router.model_whitelist = ["M32"] +router.model_whitelist = ["M32", "L33", "L32", "K33", "K32", "J33", "J32"] def get_profile(cid): @@ -32,6 +32,10 @@ async def gitadora_gametop_get(ver: str, request: Request): g = "guitarfreaks" elif spec == "B": g = "drummania" + elif spec == "C": + g = "guitarfreaksdelta" + elif spec == "D": + g = "drummaniadelta" data = request_info["root"][0].find("player") no = int(data.attrib["no"])