mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 06:34:40 +00:00
desc_support_heic (#7065)
Co-authored-by: zheng.shen <zheng.shen@seafile.com>
This commit is contained in:
@@ -132,7 +132,7 @@ EMPTY_SHA1 = '0000000000000000000000000000000000000000'
|
|||||||
MAX_INT = 2147483647
|
MAX_INT = 2147483647
|
||||||
|
|
||||||
PREVIEW_FILEEXT = {
|
PREVIEW_FILEEXT = {
|
||||||
IMAGE: ('gif', 'jpeg', 'jpg', 'png', 'ico', 'bmp', 'tif', 'tiff', 'psd', 'webp', 'jfif'),
|
IMAGE: ('gif', 'jpeg', 'jpg', 'png', 'heic', 'ico', 'bmp', 'tif', 'tiff', 'psd', 'webp', 'jfif'),
|
||||||
DOCUMENT: ('doc', 'docx', 'docxf', 'oform', 'ppt', 'pptx', 'odt', 'fodt', 'odp', 'fodp', 'odg'),
|
DOCUMENT: ('doc', 'docx', 'docxf', 'oform', 'ppt', 'pptx', 'odt', 'fodt', 'odp', 'fodp', 'odg'),
|
||||||
SPREADSHEET: ('xls', 'xlsx', 'ods', 'fods'),
|
SPREADSHEET: ('xls', 'xlsx', 'ods', 'fods'),
|
||||||
SVG: ('svg',),
|
SVG: ('svg',),
|
||||||
|
Reference in New Issue
Block a user