feat(mods): configure ranked mods by file (#49)

This commit is contained in:
MingxuanGame
2025-09-30 20:47:04 +08:00
committed by GitHub
parent 017b058e63
commit 860ebe9fa9
10 changed files with 259 additions and 85 deletions

View File

@@ -3,4 +3,5 @@ from __future__ import annotations
from pathlib import Path
STATIC_DIR = Path(__file__).parent.parent / "static"
CONFIG_DIR = Path(__file__).parent.parent / "config"
ACHIEVEMENTS_DIR = Path(__file__).parent / "achievements"