修改已知问题

This commit is contained in:
chenxudong 2025-04-22 11:31:02 +08:00
parent 1fec7792ff
commit 16a256ced8
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class ElePropertyConfig {
private String allowUploadFileTypes; private String allowUploadFileTypes;
public List<String> getAiAllowUploadFileTypes() { public List<String> getAiAllowUploadFileTypes() {
return List.of(allowUploadFileTypes.split(",")); return List.of(allowUploadFileTypes.replace(" ", "").split(","));
} }
public String getEleTmpPath() { public String getEleTmpPath() {