feat(score): store replay to storage service

This commit is contained in:
MingxuanGame
2025-08-12 03:58:30 +00:00
parent cf3a6bbd21
commit ac54603acb
3 changed files with 27 additions and 17 deletions

View File

@@ -3,6 +3,3 @@ from __future__ import annotations
from pathlib import Path
STATIC_DIR = Path(__file__).parent.parent / "static"
REPLAY_DIR = Path(__file__).parent.parent / "replays"
REPLAY_DIR.mkdir(exist_ok=True)