|
|
@@ -296,7 +296,7 @@ const ProfilePage: React.FC = () => {
|
|
|
</View>
|
|
|
|
|
|
{/* 退出登录按钮 */}
|
|
|
- <View className="m-[24rpx_32rpx]">
|
|
|
+ {/* <View className="m-[24rpx_32rpx]">
|
|
|
<View className="bg-white rounded-[20rpx] shadow-[0_4rpx_20rpx_rgba(0,0,0,0.08)] border border-[#E5E5EA] overflow-hidden">
|
|
|
<View
|
|
|
className="flex items-center justify-center p-[28rpx_32rpx] active:bg-[#F8F9FA] transition-colors duration-300"
|
|
|
@@ -306,7 +306,7 @@ const ProfilePage: React.FC = () => {
|
|
|
<Text className="text-[30rpx] font-bold text-red-500">退出登录</Text>
|
|
|
</View>
|
|
|
</View>
|
|
|
- </View>
|
|
|
+ </View> */}
|
|
|
|
|
|
{/* 版本信息 */}
|
|
|
<View className="text-center py-[32rpx]">
|