Files
SaveAny-Bot/pkg/rule/consts.go
2025-08-23 16:14:12 +08:00

7 lines
143 B
Go

package rule
const (
RuleStorNameChosen = "CHOSEN"
RuleDirPathNewForAlbum = "NEW-FOR-ALBUM" // create a new directory for album files
)