refactor(mobile-app): 修改"我的"页面文案

- "个人种植树" → "本人种植树"
- 引荐列表中 "个人/团队" → "本人/同僚"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-27 09:38:59 -08:00
parent f143be9925
commit c84516b222
1 changed files with 2 additions and 2 deletions

View File

@ -3257,7 +3257,7 @@ class _ProfilePageState extends ConsumerState<ProfilePage> {
child: Column(
children: [
const Text(
'人种植树',
'人种植树',
style: TextStyle(
fontSize: 12,
fontFamily: 'Inter',
@ -3371,7 +3371,7 @@ class _ProfilePageState extends ConsumerState<ProfilePage> {
),
),
Text(
'个人/团队: ${referral['personal']} / ${referral['team']}',
'本人/同僚: ${referral['personal']} / ${referral['team']}',
style: const TextStyle(
fontSize: 14,
fontFamily: 'Inter',