Merge remote-tracking branch 'origin/feature/REQ-3540' into feature/REQ-3540

This commit is contained in:
xudawei 2025-04-01 13:45:55 +08:00
commit f0335657ba

View File

@ -17,7 +17,7 @@ public enum FileFormat {
EXCEL(true, "Excel", "xlsx"),
WORD(true, "Word", "docx"),
PDF(false, "PDF", "pdf"),
PPT(false, "PPT", "pptx");
PPT(true, "PPT", "pptx");
private final boolean creatable;
private final String readableName;