feat: add robots.txt setting (close #4303)

This commit is contained in:
Andy Hsu
2023-05-12 16:50:48 +08:00
parent ddc19ab699
commit 5be79eb26e
4 changed files with 9 additions and 2 deletions

View File

@ -15,6 +15,7 @@ const (
Announcement = "announcement"
AllowIndexed = "allow_indexed"
AllowMounted = "allow_mounted"
RobotsTxt = "robots_txt"
Logo = "logo"
Favicon = "favicon"