mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 14:49:09 +00:00
change zip file icon (#6637)
This commit is contained in:
@@ -107,6 +107,11 @@ export const Utils = {
|
||||
'ico': 'pic.png',
|
||||
'psd': 'psd.png',
|
||||
|
||||
// zip file
|
||||
'zip': 'zip.png',
|
||||
'rar': 'zip.png',
|
||||
'tar': 'zip.png',
|
||||
|
||||
// style file
|
||||
'css': 'css.png',
|
||||
|
||||
|
BIN
media/img/file/256/zip.png
Normal file
BIN
media/img/file/256/zip.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
@@ -105,6 +105,11 @@ FILEEXT_ICON_MAP = {
|
||||
'ico': 'pic.png',
|
||||
'psd': 'psd.png',
|
||||
|
||||
# zip file
|
||||
'zip': 'zip.png',
|
||||
'rar': 'zip.png',
|
||||
'tar': 'zip.png',
|
||||
|
||||
# style file
|
||||
'css': 'css.png',
|
||||
|
||||
|
Reference in New Issue
Block a user