style: 表单页面移动端

This commit is contained in:
2026-03-24 11:12:49 +08:00
parent 982b7308e8
commit 341cbf7eb1
8 changed files with 676 additions and 230 deletions

View File

@@ -220,6 +220,12 @@ export default {
checkYourEmail: 'Check your email',
enterSixDigitCode: 'Enter the 6-digit code sent to',
verify: 'Verify',
verifyCode: 'Verify Code',
verifyPlaceholder: 'enter 6-digital code',
stepTabVerify: 'Verify',
stepTabProfile: 'Profile',
stepTabDesign: 'Design Material',
stepTabTerms: 'Terms',
resendCode: 'Resend',
resendCodeIn: 'Resend Code in',
// 验证消息
@@ -251,6 +257,9 @@ export default {
uploadVideoOnly: 'Please upload a MP4 file only.',
fileSizeExceeds: 'File size exceeds {sizeLimit} limit. Please upload a smaller file.',
videoDurationExceeds: 'Video duration exceeds 60 seconds limit. Please upload a shorter video.',
uploadFailed: 'Upload failed'
uploadFailed: 'Upload failed',
nextStep: 'Next Step',
stepTips: 'Please complete this form in one sitting.',
backToIntroduction: 'Back to Introduction'
}
}