@@ -114,7 +114,7 @@ func InitialSettings() []model.SettingItem {
114
114
{Key : conf .TextTypes , Value : "txt,htm,html,xml,java,properties,sql,js,md,json,conf,ini,vue,php,py,bat,gitignore,yml,go,sh,c,cpp,h,hpp,tsx,vtt,srt,ass,rs,lrc" , Type : conf .TypeText , Group : model .PREVIEW , Flag : model .PRIVATE },
115
115
{Key : conf .AudioTypes , Value : "mp3,flac,ogg,m4a,wav,opus,wma" , Type : conf .TypeText , Group : model .PREVIEW , Flag : model .PRIVATE },
116
116
{Key : conf .VideoTypes , Value : "mp4,mkv,avi,mov,rmvb,webm,flv,m3u8" , Type : conf .TypeText , Group : model .PREVIEW , Flag : model .PRIVATE },
117
- {Key : conf .ImageTypes , Value : "jpg,tiff,jpeg,png,gif,bmp,svg,ico,swf,webp" , Type : conf .TypeText , Group : model .PREVIEW , Flag : model .PRIVATE },
117
+ {Key : conf .ImageTypes , Value : "jpg,tiff,jpeg,png,gif,bmp,svg,ico,swf,webp,avif " , Type : conf .TypeText , Group : model .PREVIEW , Flag : model .PRIVATE },
118
118
//{Key: conf.OfficeTypes, Value: "doc,docx,xls,xlsx,ppt,pptx", Type: conf.TypeText, Group: model.PREVIEW, Flag: model.PRIVATE},
119
119
{Key : conf .ProxyTypes , Value : "m3u8,url" , Type : conf .TypeText , Group : model .PREVIEW , Flag : model .PRIVATE },
120
120
{Key : conf .ProxyIgnoreHeaders , Value : "authorization,referer" , Type : conf .TypeText , Group : model .PREVIEW , Flag : model .PRIVATE },
0 commit comments