feat: 在验证码组件中添加错误状态显示,提升用户反馈体验

This commit is contained in:
2025-09-10 21:21:51 +08:00
parent d69bf6c968
commit c17100ed3c
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@
},
"Captcha": {
"doing": "正在检测你是不是机器人...",
"error": "验证失败,请重试。",
"success": "恭喜,你是人类!"
},
"Comment": {