tri-fix (#49)
* fix: response display to show medium size on even the content isn't big enough * fix: don't show download button when there isn't submission files * feat: additional default support file for image renderer
This commit is contained in:
@@ -7,6 +7,11 @@ export const FileTypes = StrictDict({
|
||||
png: 'png',
|
||||
bmp: 'bmp',
|
||||
txt: 'txt',
|
||||
gif: 'gif',
|
||||
jfif: 'jfif',
|
||||
pjpeg: 'pjpeg',
|
||||
pjp: 'pjp',
|
||||
svg: 'svg',
|
||||
});
|
||||
|
||||
export default FileTypes;
|
||||
|
||||
Reference in New Issue
Block a user