功能更新
This commit is contained in:
@@ -21,7 +21,7 @@ async def lifespan(app: FastAPI):
|
||||
|
||||
app = FastAPI(
|
||||
title="Stock Backtest",
|
||||
description="历史回测 + 回放式模拟平台(A 股为主,不做实盘)",
|
||||
description="股票研究平台:全市场数据 + 智能选股 + 事件回测(A 股为主,不做实盘)",
|
||||
version="0.1.0",
|
||||
lifespan=lifespan,
|
||||
docs_url="/docs" if settings.expose_api_docs else None,
|
||||
|
||||
Reference in New Issue
Block a user