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:
parent
f143be9925
commit
c84516b222
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue