From effd34cd0a377854a2e7ccd7df17e6aa0c21b55d Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 16 Dec 2025 16:40:54 -0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20"=E5=B7=B2=E8=BF=87=E6=9C=9F=20(?= =?UTF-8?q?=E7=AE=97=E5=8A=9B)"=E6=94=B9=E4=B8=BA"=E5=B7=B2=E8=BF=87?= =?UTF-8?q?=E6=9C=9F=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 | 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 19035953..39181cd3 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 @@ -2185,7 +2185,7 @@ class _ProfilePageState extends ConsumerState { crossAxisAlignment: CrossAxisAlignment.start, children: [ const Text( - '已过期 (算力)', + '已过期 (贡献值)', style: TextStyle( fontSize: 14, fontFamily: 'Inter',