From 3d68d1f6f6d455a97bc2df2ec8064f1e905c97a5 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 27 Dec 2025 10:35:50 -0800 Subject: [PATCH] =?UTF-8?q?fix(mobile-app):=20=E7=AE=80=E5=8C=96=E9=80=80?= =?UTF-8?q?=E5=87=BA=E7=99=BB=E5=BD=95=E6=8F=90=E7=A4=BA=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../lib/features/profile/presentation/pages/profile_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart b/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart index 0567c399..3b8b27f8 100644 --- a/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart +++ b/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart @@ -4228,7 +4228,7 @@ class _ProfilePageState extends ConsumerState { context: context, builder: (context) => AlertDialog( title: const Text('退出登录'), - content: const Text('确定要退出当前账号吗?\n\n退出后账号数据会保留在本地,可在账号切换页面重新登录。'), + content: const Text('确定要退出当前账号吗?'), actions: [ TextButton( onPressed: () => Navigator.of(context).pop(),