1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 20:37:42 +00:00

fix image file preview (#6917)

This commit is contained in:
Michael An
2024-10-17 14:37:54 +08:00
committed by GitHub
parent 0483d79c81
commit b9a3f9ce9f

View File

@@ -106,6 +106,10 @@ export const Utils = {
'bmp': 'pic.png', 'bmp': 'pic.png',
'ico': 'pic.png', 'ico': 'pic.png',
'heic': 'pic.png', 'heic': 'pic.png',
'tif': 'pic.png',
'tiff': 'pic.png',
'webp': 'pic.png',
'jfif': 'pic.png',
// photoshop file // photoshop file
'psd': 'psd.png', 'psd': 'psd.png',