feat: frontend url setting

This commit is contained in:
Tristan Yang
2023-01-13 21:07:26 +08:00
parent cebe2f1414
commit 6ecffe557b
12 changed files with 135 additions and 94 deletions
+4
View File
@@ -58,6 +58,10 @@
"enable": "Enable",
"disable": "Disabled"
},
"url": {
"title": "Update Frontend URL",
"desc": "Update the frontend url"
},
"lang": {
"title": "Language",
"desc": "Setting the language",
+2 -1
View File
@@ -33,6 +33,7 @@
"set_name": "Set Name",
"admin_account": "Admin Account",
"who_sign_up": "Who Can Sign Up",
"invites": "Invites"
"invites": "Invites",
"update_domain_tip": "Incorrect link domain?Please update it here:"
}
}
+5 -4
View File
@@ -55,12 +55,13 @@
"enable": "开启",
"disable": "禁用"
},
"url": {
"title": "更新前端网址",
"desc": "更新当前的前端网址"
},
"lang": {
"title": "语言",
"desc": "设置界面语言",
"en": "英文",
"zh": "中文",
"jp": "日文"
"desc": "设置界面语言"
}
},
"license": {
+2 -1
View File
@@ -33,6 +33,7 @@
"set_name": "设置名称",
"admin_account": "管理员账号",
"who_sign_up": "注册权限",
"invites": "邀请"
"invites": "邀请",
"update_domain_tip": "链接域名有问题?可在此更新设置:"
}
}