feat: 新增后台控制前台是否显示admin、新增robots.txt

This commit is contained in:
lan
2024-07-07 15:54:01 +08:00
parent e421ab93bc
commit 3edc8c959d
26 changed files with 67 additions and 19 deletions
+2
View File
@@ -46,6 +46,8 @@ DEFAULT_CONFIG = {
'errorMinute': 1,
'errorCount': 1,
'port': 12345,
'showAdminAddr': 0,
'robotsText': 'User-agent: *\nDisallow: /',
}