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

This commit is contained in:
lan
2024-07-07 15:54:01 +08:00
parent 9b3939d158
commit 4b55d9a595
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: /',
}