refactor(frontend): 暂时隐藏"我的"页面中的"团队与收益"栏目
- 注释掉 _buildTeamEarningsSection 调用 - 保留代码方便后续恢复 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f7cfb4ef8c
commit
7fb77bcc7e
|
|
@ -69,10 +69,9 @@ class ProfilePage extends ConsumerWidget {
|
|||
|
||||
const SizedBox(height: 16),
|
||||
|
||||
// 团队与收益
|
||||
_buildTeamEarningsSection(context, colorScheme),
|
||||
|
||||
const SizedBox(height: 16),
|
||||
// 团队与收益(暂时隐藏,需要时取消注释)
|
||||
// _buildTeamEarningsSection(context, colorScheme),
|
||||
// const SizedBox(height: 16),
|
||||
|
||||
// 其他设置
|
||||
_buildOtherSettings(context, ref, colorScheme),
|
||||
|
|
|
|||
Loading…
Reference in New Issue