From f143be9925a2b0c1ec1bc33370b823711d92fa7a Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 27 Dec 2025 09:34:55 -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=E5=9B=A2=E9=98=9F"=E6=96=87=E6=A1=88?= =?UTF-8?q?=E4=B8=BA"=E6=88=91=E7=9A=84=E5=90=8C=E5=83=9A"?= 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 --- .../features/profile/presentation/pages/profile_page.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 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 703b426e..cd0541e7 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 @@ -3387,7 +3387,7 @@ class _ProfilePageState extends ConsumerState { ); } - /// 构建我的团队树 + /// 构建我的同僚树 Widget _buildMyTeamTree() { // 创建或更新根节点(缓存以保持展开状态) // 只有在数据变化时才创建新的根节点 @@ -3410,7 +3410,7 @@ class _ProfilePageState extends ConsumerState { const Padding( padding: EdgeInsets.only(top: 8), child: Text( - '我的团队', + '我的同僚', style: TextStyle( fontSize: 16, fontFamily: 'Inter', @@ -3437,7 +3437,7 @@ class _ProfilePageState extends ConsumerState { child: Padding( padding: EdgeInsets.all(20), child: Text( - '暂无团队成员', + '暂无同僚', style: TextStyle( fontSize: 14, fontFamily: 'Inter',