alist/conf/const.go
2021-10-26 22:28:37 +08:00

10 lines
75 B
Go

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