✨ settings
This commit is contained in:
@ -7,4 +7,5 @@ const (
|
||||
VIDEO
|
||||
AUDIO
|
||||
TEXT
|
||||
IMAGE
|
||||
)
|
@ -23,4 +23,5 @@ var (
|
||||
OfficeTypes = []string{"doc", "docx", "xls", "xlsx", "ppt", "pptx", "pdf"}
|
||||
VideoTypes = []string{"mp4", "mkv", "avi", "mov", "rmvb"}
|
||||
AudioTypes = []string{"mp3", "flac"}
|
||||
ImageTypes = []string{"jpg","jpeg","png","gif","bmp","svg"}
|
||||
)
|
||||
|
Reference in New Issue
Block a user