fix(mobile-app): 简化退出登录提示文案

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-27 10:35:50 -08:00
parent 4e4d9f43f6
commit 3d68d1f6f6
1 changed files with 1 additions and 1 deletions

View File

@ -4228,7 +4228,7 @@ class _ProfilePageState extends ConsumerState<ProfilePage> {
context: context,
builder: (context) => AlertDialog(
title: const Text('退出登录'),
content: const Text('确定要退出当前账号吗?\n\n退出后账号数据会保留在本地,可在账号切换页面重新登录。'),
content: const Text('确定要退出当前账号吗?'),
actions: [
TextButton(
onPressed: () => Navigator.of(context).pop(),