v2.1.5: 密钥状态显示优化 + 版本号统一
- 密钥无到期时间/积分数据时显示"待验证"而非"已激活" - 后端验证完成后自动更新为真实状态 - 版本号统一更新到2.1.5(provider/client/main) - 添加.vscodeignore排除大文件 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -37,7 +37,7 @@ async def lifespan(app: FastAPI):
|
||||
app = FastAPI(
|
||||
title="蜂鸟Pro 管理后台",
|
||||
description="蜂鸟Pro 账号管理系统 API v2.1",
|
||||
version="2.1.0",
|
||||
version="2.1.5",
|
||||
lifespan=lifespan
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user