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:
parent
ef7169f433
commit
00996bf160
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue