From c1d30b0a655704b98e78c3cca818b3d0fd4d2910 Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 10 Dec 2025 17:49:19 -0800 Subject: [PATCH] fix(mobile): correct community benefit description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed from "有资格获得 3% 的社区福利" to "每新增认种 1 棵可获得 80 USDT" which accurately reflects the actual community benefit rule. 🤖 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 9ef43669..58ba5244 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 @@ -1886,7 +1886,7 @@ class _ProfilePageState extends ConsumerState { Expanded( child: Text( _communityBenefitActive - ? '有资格获得 3% 的社区福利' + ? '每新增认种 1 棵可获得 80 USDT' : '需团队认种达到 $_communityInitialTarget 棵激活', style: TextStyle( fontSize: 14,