style: 极速中枢 display name in WebUI

This commit is contained in:
2026-07-26 20:25:59 +08:00
parent 3db849b681
commit e7e93d9664
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ async def lifespan(app: FastAPI):
warnings.filterwarnings("ignore", message=".*ping timeout.*")
logger.info("=" * 50)
logger.info(" TurboSu - Racing Telemetry Dashboard")
logger.info(" TurboSu - 极速中枢")
logger.info("=" * 50)
cfg = get_config()
logger.info("Server config: %s:%d", cfg.get("server_host", "0.0.0.0"), cfg.get("server_port", 9527))