fix:登录界面框架修改
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const local: App.I18n.Schema = {
|
||||
const local:any = {
|
||||
system: {
|
||||
title: 'Vue-AntD-Web'
|
||||
},
|
||||
@@ -179,7 +179,8 @@ const local: App.I18n.Schema = {
|
||||
validateSuccess: '验证成功',
|
||||
loginSuccess: '登录成功',
|
||||
welcomeBack: '欢迎回来,{username} !',
|
||||
checkCode: '请输入验证码'
|
||||
checkCode: '请输入验证码',
|
||||
emailPlaceholder:'请输入邮箱'
|
||||
},
|
||||
pwdLogin: {
|
||||
title: '密码登录',
|
||||
@@ -203,7 +204,26 @@ const local: App.I18n.Schema = {
|
||||
title: '注册账号',
|
||||
agreement: '我已经仔细阅读并接受',
|
||||
protocol: '《用户协议》',
|
||||
policy: '《隐私权政策》'
|
||||
policy: '《隐私权政策》',
|
||||
agreeTermsFirst: '请先同意用户协议和隐私政策',
|
||||
agreeTerms: '我已阅读并同意用户协议和隐私政策',
|
||||
code:'验证码',
|
||||
password:'密码',
|
||||
confirmPassword:'再次输入密码',
|
||||
basicInfo: '基本信息',
|
||||
terms: '协议条款',
|
||||
security: '安全信息',
|
||||
username: '用户名',
|
||||
fullName: '姓名',
|
||||
age: '年龄',
|
||||
gender: '性别',
|
||||
male: '男',
|
||||
female: '女',
|
||||
phone: '电话',
|
||||
email: '邮箱',
|
||||
address: '地址',
|
||||
next: '下一步',
|
||||
prev: '上一步',
|
||||
},
|
||||
resetPwd: {
|
||||
title: '重置密码'
|
||||
@@ -212,6 +232,7 @@ const local: App.I18n.Schema = {
|
||||
title: '绑定微信'
|
||||
}
|
||||
},
|
||||
|
||||
about: {
|
||||
title: '关于',
|
||||
introduction: `Soybean Admin 是一个优雅且功能强大的后台管理模板,基于最新的前端技术栈,包括 Vue3, Vite5, TypeScript, Pinia 和 UnoCSS。它内置了丰富的主题配置和组件,代码规范严谨,实现了自动化的文件路由系统。此外,它还采用了基于 ApiFox 的在线Mock数据方案。Soybean Admin 为您提供了一站式的后台管理解决方案,无需额外配置,开箱即用。同样是一个快速学习前沿技术的最佳实践。`,
|
||||
|
||||
Reference in New Issue
Block a user