feat: 新增后台控制前台是否显示admin、新增robots.txt
This commit is contained in:
@@ -61,6 +61,13 @@ export default {
|
||||
admin_token: '管理密码',
|
||||
uploadSize: '文件大小',
|
||||
expireStyle: '过期方式',
|
||||
showAdminAddr: '显示后台',
|
||||
showAdmin:{
|
||||
open: '开启',
|
||||
close: '关闭',
|
||||
note: '是否在页面底部显示后台入口',
|
||||
},
|
||||
robotsText: 'robots.txt',
|
||||
uploadSizeNote: '最大文件大小,单位:(Bytes),1mb=1 * 1024 * 1024',
|
||||
openUpload: {
|
||||
title: '开启上传',
|
||||
|
||||
Reference in New Issue
Block a user