mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-18 01:37:28 +00:00
Add workflow bpmn file preview support (#441)
This commit is contained in:
@@ -28,6 +28,7 @@ public interface FilePreview {
|
||||
String EXEL_FILE_PREVIEW_PAGE = "html";
|
||||
String XML_FILE_PREVIEW_PAGE = "xml";
|
||||
String MARKDOWN_FILE_PREVIEW_PAGE = "markdown";
|
||||
String BPMN_FILE_PREVIEW_PAGE = "bpmn";
|
||||
String NOT_SUPPORTED_FILE_PAGE = "fileNotSupported";
|
||||
|
||||
String filePreviewHandle(String url, Model model, FileAttribute fileAttribute);
|
||||
|
||||
Reference in New Issue
Block a user