From 7ff71571157538b0fffd46d26b84d9daaa59e0ca Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 20 Jan 2026 04:44:16 -0800 Subject: [PATCH] =?UTF-8?q?refactor(ui):=20=E9=9A=90=E8=97=8F"=E6=88=91?= =?UTF-8?q?=E7=9A=84"=E9=A1=B5=E9=9D=A2=E4=B8=AD=E7=9A=84"=E5=90=8C?= =?UTF-8?q?=E4=BC=B4=E4=B8=8E=E6=94=B6=E7=9B=8A"=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- .../lib/presentation/pages/profile/profile_page.dart | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart b/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart index 58158141..bafdc352 100644 --- a/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart +++ b/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart @@ -94,10 +94,9 @@ class ProfilePage extends ConsumerWidget { const SizedBox(height: 16), - // 团队与收益 - _buildTeamEarningsSection(context), - - const SizedBox(height: 16), + // 同伴与收益 - 暂时隐藏 + // _buildTeamEarningsSection(context), + // const SizedBox(height: 16), // 其他设置 _buildOtherSettings(context, ref),