serve 品牌名改为「A股工作台」

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-06 12:08:53 +08:00
parent 580743853a
commit e843d7556d
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
"""TickFlow Stock Panel backend."""
"""A股工作台 backend."""
import sys
+2 -2
View File
@@ -29,7 +29,7 @@ logger = logging.getLogger(__name__)
@asynccontextmanager
async def lifespan(app: FastAPI):
logger.info(
"TickFlow Stock Panel v%s starting (mode=%s)",
"A股工作台 v%s starting (mode=%s)",
__version__, tf_client.current_mode(),
)
@@ -96,7 +96,7 @@ async def lifespan(app: FastAPI):
app = FastAPI(
title="TickFlow Stock Panel",
title="A股工作台",
version=__version__,
description="A 股选股 + 回测面板 — TickFlow 适配",
lifespan=lifespan,