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:34:55 -08:00
parent 2b5b80d299
commit f143be9925
1 changed files with 3 additions and 3 deletions

View File

@ -3387,7 +3387,7 @@ class _ProfilePageState extends ConsumerState<ProfilePage> {
);
}
///
///
Widget _buildMyTeamTree() {
//
//
@ -3410,7 +3410,7 @@ class _ProfilePageState extends ConsumerState<ProfilePage> {
const Padding(
padding: EdgeInsets.only(top: 8),
child: Text(
'我的团队',
'我的同僚',
style: TextStyle(
fontSize: 16,
fontFamily: 'Inter',
@ -3437,7 +3437,7 @@ class _ProfilePageState extends ConsumerState<ProfilePage> {
child: Padding(
padding: EdgeInsets.all(20),
child: Text(
'暂无团队成员',
'暂无同僚',
style: TextStyle(
fontSize: 14,
fontFamily: 'Inter',