feat: 基础 SignalR 服务器支持

This commit is contained in:
MingxuanGame
2025-07-24 18:45:08 +08:00
committed by GitHub
parent 6ed5a2d347
commit 1655bb9f53
28 changed files with 1394 additions and 644 deletions

View File

@@ -3,7 +3,7 @@ from __future__ import annotations
from datetime import datetime
from app.database import User as DBUser
from app.models import (
from app.models.user import (
Country,
Cover,
DailyChallengeStats,
@@ -598,3 +598,5 @@ class MockLazerTournamentBanner:
MockLazerTournamentBanner(1, "https://example.com/banner1.jpg", True),
MockLazerTournamentBanner(2, "https://example.com/banner2.jpg", False),
]