fix: 后台设置项名称

This commit is contained in:
lan
2024-01-16 17:14:12 +08:00
parent 873eac1aa3
commit 22b2a96d83
19 changed files with 7 additions and 384 deletions
+2
View File
@@ -49,6 +49,8 @@ export default {
name: 'Website Name',
description: 'Website Description',
keywords: 'Keywords',
uploadlimit:'Upload Limit',
errorlimit:'Error Limit',
background: 'Background Image',
admin_token: 'Admin Password',
uploadSize: 'File Size',
+2
View File
@@ -48,6 +48,8 @@ export default {
settings: {
name: '网站名称',
description: '网站描述',
uploadlimit: '上传限制',
errorlimit: '错误限制',
keywords: '关键词',
background: '背景图片',
admin_token: '管理密码',