From e0e000b64f5ff1ed3685cfdce05adf65bf10c4c4 Mon Sep 17 00:00:00 2001 From: richarjiang Date: Tue, 12 Aug 2025 22:57:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=E4=B8=AD=E7=9A=84=E5=87=8F?= =?UTF-8?q?=E8=84=82=E8=AE=A1=E5=88=92=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在个人信息页面中移除减脂计划的文本显示 - 更新样式,删除相关的样式定义 --- app/(tabs)/personal.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/(tabs)/personal.tsx b/app/(tabs)/personal.tsx index e3d5808..ce76590 100644 --- a/app/(tabs)/personal.tsx +++ b/app/(tabs)/personal.tsx @@ -134,7 +134,6 @@ export default function PersonalScreen() { {/* 用户信息 */} {profile.fullName || '未设置姓名'} - 减脂计划 {/* 编辑按钮 */} @@ -382,10 +381,6 @@ const styles = StyleSheet.create({ color: '#000', marginBottom: 4, }, - userProgram: { - fontSize: 14, - color: '#888', - }, // 统计信息区域 statsContainer: {