From a0582d02b9f393ba94551d61ce6e5ffacf77760a Mon Sep 17 00:00:00 2001 From: d1y Date: Tue, 30 Jan 2024 17:58:56 +0800 Subject: [PATCH] Make avif/heif/webp files to use image icon (#7063) The Wikipedia Link: - https://en.wikipedia.org/wiki/AVIF - https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format - https://en.wikipedia.org/wiki/WebP Release Notes: - Made avif/heif/webp files to use an image icon --- assets/icons/file_icons/file_types.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index cbfc654b9da5ea3a9c6044e4fc607fe6263c4f4f..a77f187a28ca80d81d2d2cff34d02e26abaa7218 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -2,6 +2,7 @@ "suffixes": { "aac": "audio", "accdb": "storage", + "avif": "image", "bak": "backup", "bash": "terminal", "bash_aliases": "terminal", @@ -43,6 +44,7 @@ "handlebars": "code", "hbs": "template", "heex": "elixir", + "heif": "image", "htm": "template", "html": "template", "hs": "haskell", @@ -102,6 +104,7 @@ "txt": "document", "vue": "vue", "wav": "audio", + "webp": "image", "webm": "video", "xls": "document", "xlsx": "document",