mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-26 18:51:03 +00:00
HEIC file use picture icon in metadata table view (#6890)
This commit is contained in:
parent
ade4361eb0
commit
cd73c5d17a
@ -105,6 +105,9 @@ export const Utils = {
|
|||||||
'gif': 'pic.png',
|
'gif': 'pic.png',
|
||||||
'bmp': 'pic.png',
|
'bmp': 'pic.png',
|
||||||
'ico': 'pic.png',
|
'ico': 'pic.png',
|
||||||
|
'heic': 'pic.png',
|
||||||
|
|
||||||
|
// photoshop file
|
||||||
'psd': 'psd.png',
|
'psd': 'psd.png',
|
||||||
|
|
||||||
// zip file
|
// zip file
|
||||||
|
Loading…
Reference in New Issue
Block a user