fix: 修改密码登录页面文案

- 标题从恢复账号改为手机号+密码登录(更准确)
- 副标题从使用手机号和密码登录改为输入您的手机号和密码(更简洁)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-20 22:53:16 -08:00
parent ef7169f433
commit 00996bf160
1 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ class _PhoneLoginPageState extends ConsumerState<PhoneLoginPage> {
SizedBox(height: 40.h),
//
Text(
'恢复账号',
'手机号+密码登录',
style: TextStyle(
fontSize: 32.sp,
fontWeight: FontWeight.bold,
@ -163,7 +163,7 @@ class _PhoneLoginPageState extends ConsumerState<PhoneLoginPage> {
),
SizedBox(height: 8.h),
Text(
'使用手机号和密码登录',
'输入您的手机号和密码',
style: TextStyle(
fontSize: 16.sp,
color: Colors.white.withOpacity(0.6),