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
+6 -1
View File
@@ -1,6 +1,6 @@
export default {
send: {
disclaimers:'页面说明',
disclaimers:'系统说明',
prompt1: '将文字、文件拖、粘贴到此处,或 ',
prompt2: '天数<7或限制次数(24h后删除)',
prompt3: '请输入您要寄出的文本,支持MarkDown格式',
@@ -68,6 +68,11 @@ export default {
close: '关闭游客上传',
note: '关闭之后需要登录后台方可上传',
},
showAdmin:{
open: '开启',
close: '关闭',
note: '是否在页面底部显示后台入口',
},
file_storage: {
title: '存储引擎',
local: '本地存储',