alist/conf/const.go
2021-10-30 00:35:29 +08:00

11 lines
82 B
Go

package conf
const (
UNKNOWN = iota
FOLDER
OFFICE
VIDEO
AUDIO
TEXT
IMAGE
)