From 71a9961f94f19438a7141748b9960daa107802d4 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 19 Jan 2026 04:52:38 -0800 Subject: [PATCH] refactor(frontend): update UI text labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change contribution page subtitle to '股行用户引荐' - Change receive shares page text from '手机号' to '账号' Co-Authored-By: Claude Opus 4.5 --- .../lib/presentation/pages/asset/receive_shares_page.dart | 2 +- .../lib/presentation/pages/contribution/contribution_page.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/mining-app/lib/presentation/pages/asset/receive_shares_page.dart b/frontend/mining-app/lib/presentation/pages/asset/receive_shares_page.dart index c4cf3848..a28f2ed1 100644 --- a/frontend/mining-app/lib/presentation/pages/asset/receive_shares_page.dart +++ b/frontend/mining-app/lib/presentation/pages/asset/receive_shares_page.dart @@ -199,7 +199,7 @@ class ReceiveSharesPage extends ConsumerWidget { child: Column( children: [ const Text( - '或告诉对方您的手机号', + '或告诉对方您的账号', style: TextStyle( fontSize: 14, color: _grayText, diff --git a/frontend/mining-app/lib/presentation/pages/contribution/contribution_page.dart b/frontend/mining-app/lib/presentation/pages/contribution/contribution_page.dart index ab31bd1d..31d9b1d6 100644 --- a/frontend/mining-app/lib/presentation/pages/contribution/contribution_page.dart +++ b/frontend/mining-app/lib/presentation/pages/contribution/contribution_page.dart @@ -425,7 +425,7 @@ class ContributionPage extends ConsumerWidget { icon: Icons.groups_outlined, iconColor: Colors.blue, title: '团队下贡献值', - subtitle: '引荐及间推用户参与产生的贡献值', + subtitle: '股行用户引荐', amount: contribution?.teamLevelContribution ?? '0', hideAmounts: hideAmounts, ),