mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-05-10 17:52:44 +08:00
7 lines
143 B
Go
7 lines
143 B
Go
package rule
|
|
|
|
const (
|
|
RuleStorNameChosen = "CHOSEN"
|
|
RuleDirPathNewForAlbum = "NEW-FOR-ALBUM" // create a new directory for album files
|
|
)
|