feat: optional allow be mounted (close #4218)

This commit is contained in:
Andy Hsu
2023-04-27 16:33:01 +08:00
parent 51cadd2d49
commit cf8ab29a17
4 changed files with 33 additions and 1 deletions

View File

@ -14,6 +14,7 @@ const (
SiteTitle = "site_title"
Announcement = "announcement"
AllowIndexed = "allow_indexed"
AllowMounted = "allow_mounted"
Logo = "logo"
Favicon = "favicon"