feat: customize ignore paths of indexes
This commit is contained in:
@ -1,12 +1,13 @@
|
||||
package model
|
||||
|
||||
const (
|
||||
SITE = iota
|
||||
SINGLE = iota
|
||||
SITE
|
||||
STYLE
|
||||
PREVIEW
|
||||
GLOBAL
|
||||
SINGLE
|
||||
ARIA2
|
||||
INDEX
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user