调整 ai模块

This commit is contained in:
2025-10-14 15:19:49 +08:00
parent 077fb92772
commit 22fc268fcb
14 changed files with 188 additions and 92 deletions

View File

@@ -88,6 +88,7 @@ public class FileController {
response.setStatus(HttpStatus.NOT_FOUND.value());
return;
}
response.setContentLength(content.length);
writeAttachment(response, path, content);
}