From 6fb18c6ef2ad6bdfa9719fea64c5303d1ac5fbd7 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 16 Dec 2025 07:50:53 -0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20"=E5=BE=85=E9=A2=86=E5=8F=96=20(?= =?UTF-8?q?=E7=AE=97=E5=8A=9B)"=E6=94=B9=E4=B8=BA"=E5=BE=85=E9=A2=86?= =?UTF-8?q?=E5=8F=96=20(=E8=B4=A1=E7=8C=AE=E5=80=BC)"?= 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 414ad6b8..19035953 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 @@ -877,7 +877,7 @@ class _ProfilePageState extends ConsumerState { builder: (dialogContext) => AlertDialog( title: const Text('确认领取'), content: Text( - '确定领取全部收益吗?\n绿积分: ${_formatNumber(_pendingUsdt)}\n算力: ${_formatNumber(_pendingPower)}', + '确定领取全部收益吗?\n绿积分: ${_formatNumber(_pendingUsdt)}\n贡献值: ${_formatNumber(_pendingPower)}', ), actions: [ TextButton( @@ -1789,7 +1789,7 @@ class _ProfilePageState extends ConsumerState { crossAxisAlignment: CrossAxisAlignment.start, children: [ const Text( - '待领取 (算力)', + '待领取 (贡献值)', style: TextStyle( fontSize: 12, fontFamily: 'Inter',