From c84516b2227a1890e6df4ebe9830862516d51a52 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 27 Dec 2025 09:38:59 -0800 Subject: [PATCH] =?UTF-8?q?refactor(mobile-app):=20=E4=BF=AE=E6=94=B9"?= =?UTF-8?q?=E6=88=91=E7=9A=84"=E9=A1=B5=E9=9D=A2=E6=96=87=E6=A1=88?= 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 cd0541e7..0567c399 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 @@ -3257,7 +3257,7 @@ class _ProfilePageState extends ConsumerState { child: Column( children: [ const Text( - '个人种植树', + '本人种植树', style: TextStyle( fontSize: 12, fontFamily: 'Inter', @@ -3371,7 +3371,7 @@ class _ProfilePageState extends ConsumerState { ), ), Text( - '个人/团队: ${referral['personal']} / ${referral['team']}', + '本人/同僚: ${referral['personal']} / ${referral['team']}', style: const TextStyle( fontSize: 14, fontFamily: 'Inter',