From 3071aa0ab6f5b7166627a0e860b6ad0f23e38a95 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Wed, 17 Apr 2024 14:06:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=89=E4=B8=AA=E5=B8=B8?= =?UTF-8?q?=E7=94=A8=E6=96=87=E4=BB=B6=E6=89=A9=E5=B1=95=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/utils/common_files.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/utils/common_files.go b/internal/utils/common_files.go index 6fc2dc2..70b6313 100644 --- a/internal/utils/common_files.go +++ b/internal/utils/common_files.go @@ -22,6 +22,9 @@ var commonFileExtensionsMap = map[string]zero.Zero{ ".fnt": zero.New(), ".svg": zero.New(), ".map": zero.New(), + ".avif": zero.New(), + ".bmp": zero.New(), + ".cur": zero.New(), } // IsCommonFileExtension 判断是否为常用文件扩展名