mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 23:20:25 +08:00
增加三个常用文件扩展名
This commit is contained in:
@@ -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 判断是否为常用文件扩展名
|
||||
|
||||
Reference in New Issue
Block a user