mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-05 00:34:01 +08:00
增加三个常用文件扩展名
This commit is contained in:
@@ -22,6 +22,9 @@ var commonFileExtensionsMap = map[string]zero.Zero{
|
|||||||
".fnt": zero.New(),
|
".fnt": zero.New(),
|
||||||
".svg": zero.New(),
|
".svg": zero.New(),
|
||||||
".map": zero.New(),
|
".map": zero.New(),
|
||||||
|
".avif": zero.New(),
|
||||||
|
".bmp": zero.New(),
|
||||||
|
".cur": zero.New(),
|
||||||
}
|
}
|
||||||
|
|
||||||
// IsCommonFileExtension 判断是否为常用文件扩展名
|
// IsCommonFileExtension 判断是否为常用文件扩展名
|
||||||
|
|||||||
Reference in New Issue
Block a user