后端管理模块部署

This commit is contained in:
2025-10-30 16:55:22 +08:00
parent 093d07ab76
commit 8f2133f3af
16 changed files with 649 additions and 52 deletions
@@ -1181,7 +1181,7 @@ const handleTestRequest = async () => {
}
// 检查是否为流式请求
const isStreamRequest = body.stream === true
const isStreamRequest = (body as any).stream === true
if (isStreamRequest) {
// 处理流式请求