feat(login): add password visibility toggle and confirm password field

This commit is contained in:
2025-11-18 11:15:09 +08:00
parent fd640631fc
commit fc0b7b2cc9
4 changed files with 77 additions and 4 deletions

View File

@@ -240,6 +240,7 @@ export default {
registerDescription: '很高兴您加入!',
emailLabel: '邮箱',
emailPlaceholder: '请输入邮箱地址',
emailInvalid: '无效的邮箱地址',
passwordLabel: '密码',
passwordPlaceholder: '请输入密码',
rememberMe: '记住我',