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