From 42a28efe7483a29521fbf3308802df7cd9042ae2 Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 14 Jan 2026 19:28:31 -0800 Subject: [PATCH] fix(mining-app): remove operator account note from expiration card MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the "运营账号贡献值永不失效" note from the contribution expiration countdown card. Co-Authored-By: Claude Opus 4.5 --- .../pages/contribution/contribution_page.dart | 13 ------------- 1 file changed, 13 deletions(-) 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 e814f8f8..345c5e52 100644 --- a/frontend/mining-app/lib/presentation/pages/contribution/contribution_page.dart +++ b/frontend/mining-app/lib/presentation/pages/contribution/contribution_page.dart @@ -666,19 +666,6 @@ class ContributionPage extends ConsumerWidget { '有效期 $validityDays 天', style: const TextStyle(fontSize: 12, color: _orange, fontWeight: FontWeight.w500), ), - const SizedBox(height: 8), - // 提示 - Container( - padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 4), - decoration: BoxDecoration( - color: _bgGray, - borderRadius: BorderRadius.circular(4), - ), - child: const Text( - '* 运营账号贡献值永不失效', - style: TextStyle(fontSize: 10, color: _orange), - ), - ), ], ), );