From e7e93d966492c899986cce0af9c37001de2189e7 Mon Sep 17 00:00:00 2001 From: AskaEth Date: Sun, 26 Jul 2026 20:25:59 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9E=81=E9=80=9F=E4=B8=AD=E6=9E=A2?= =?UTF-8?q?=20display=20name=20in=20WebUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- static/js/pages/settings.js | 2 +- templates/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 221fe69..daff4f5 100644 --- a/app.py +++ b/app.py @@ -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)) diff --git a/static/js/pages/settings.js b/static/js/pages/settings.js index 6e945ab..6096e2e 100644 --- a/static/js/pages/settings.js +++ b/static/js/pages/settings.js @@ -264,7 +264,7 @@ const PageSettings = { '

系统

重启 TurboSu
重新加载所有代码和配置
' + - '

关于

TurboSu
赛车遥测仪表盘 · Yei.J. (AskaEth)
https://git.yeij.top/AskaEth/TurboSu
' + + '

关于

TurboSu
赛车遥测仪表盘 · 极速中枢 · Yei.J. (AskaEth)
https://git.yeij.top/AskaEth/TurboSu
' + ''; } diff --git a/templates/index.html b/templates/index.html index d86e78d..41fa493 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ - TurboSu - 赛车遥测仪表盘 + TurboSu - 极速中枢