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: 'Verification passed',
|
||||
loginSuccess: 'Login successfully',
|
||||
welcomeBack: 'Welcome back, {username} !',
|
||||
checkCode: 'Please check the verification code'
|
||||
checkCode: 'Please check the verification code',
|
||||
emailPlaceholder:'Please enter the email'
|
||||
},
|
||||
pwdLogin: {
|
||||
title: 'Password Login',
|
||||
@@ -203,7 +204,26 @@ const local: App.I18n.Schema = {
|
||||
title: 'Register',
|
||||
agreement: 'I have read and agree to',
|
||||
protocol: '《User Agreement》',
|
||||
policy: '《Privacy Policy》'
|
||||
policy: '《Privacy Policy》',
|
||||
agreeTermsFirst: 'Please agree to the User Agreement and Privacy Policy first',
|
||||
agreeTerms: 'I have read and agree to the User Agreement and Privacy Policy',
|
||||
code:'Code',
|
||||
password:'Password',
|
||||
confirmPassword:'ConfirmPassword',
|
||||
basicInfo: 'BasicInfo',
|
||||
terms: 'Terms',
|
||||
security: 'Security',
|
||||
username: 'User Name',
|
||||
fullName: 'Full Name',
|
||||
age: 'Age',
|
||||
gender: 'Gender',
|
||||
male: 'Male',
|
||||
female: 'Female',
|
||||
phone: 'Phone',
|
||||
email: 'Email',
|
||||
address: 'Address',
|
||||
next: 'Next',
|
||||
prev: 'Prev',
|
||||
},
|
||||
resetPwd: {
|
||||
title: 'Reset Password'
|
||||
@@ -212,6 +232,7 @@ const local: App.I18n.Schema = {
|
||||
title: 'Bind WeChat'
|
||||
}
|
||||
},
|
||||
|
||||
about: {
|
||||
title: 'About',
|
||||
introduction: `Soybean Admin is an elegant and powerful admin template, based on the latest front-end technology stack, including Vue3, Vite5, TypeScript, Pinia and UnoCSS. It has built-in rich theme configuration and components, strict code specifications, and an automated file routing system. In addition, it also uses the online mock data solution based on ApiFox. Soybean Admin provides you with a one-stop admin solution, no additional configuration, and out of the box. It is also a best practice for learning cutting-edge technologies quickly.`,
|
||||
|
||||
Reference in New Issue
Block a user