feat(detailedReport): 新增躯干四肢脂肪与肌肉进阶成分网格卡片
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
1f5cc2c743
commit
090b33d0b3
@@ -292,6 +292,138 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 躯干/四肢脂肪 -->
|
||||
<view class="metricCard">
|
||||
<view class="metricCardTitle">
|
||||
<view class="metricCardBar"></view>
|
||||
<view class="metricCardTitleText">躯干/四肢脂肪</view>
|
||||
</view>
|
||||
<view class="bodyPartsList">
|
||||
<view class="bodyPartsRow">
|
||||
<view class="bodyPartCell">
|
||||
<view class="bodyPartLabel">左臂</view>
|
||||
<view class="bodyPartValue">
|
||||
<view class="bodyPartNum">2.3</view>
|
||||
<view class="bodyPartUnit">kg</view>
|
||||
<view class="bodyPartSep">丨</view>
|
||||
<view class="bodyPartNum">80.9</view>
|
||||
<view class="bodyPartUnit">%</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="bodyPartCell">
|
||||
<view class="bodyPartLabel">右臂</view>
|
||||
<view class="bodyPartValue">
|
||||
<view class="bodyPartNum">2.3</view>
|
||||
<view class="bodyPartUnit">kg</view>
|
||||
<view class="bodyPartSep">丨</view>
|
||||
<view class="bodyPartNum">80.9</view>
|
||||
<view class="bodyPartUnit">%</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="bodyPartsRow">
|
||||
<view class="bodyPartCell">
|
||||
<view class="bodyPartLabel">左腿</view>
|
||||
<view class="bodyPartValue">
|
||||
<view class="bodyPartNum">6.3</view>
|
||||
<view class="bodyPartUnit">kg</view>
|
||||
<view class="bodyPartSep">丨</view>
|
||||
<view class="bodyPartNum">100</view>
|
||||
<view class="bodyPartUnit">%</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="bodyPartCell">
|
||||
<view class="bodyPartLabel">右腿</view>
|
||||
<view class="bodyPartValue">
|
||||
<view class="bodyPartNum">6.3</view>
|
||||
<view class="bodyPartUnit">kg</view>
|
||||
<view class="bodyPartSep">丨</view>
|
||||
<view class="bodyPartNum">100</view>
|
||||
<view class="bodyPartUnit">%</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="bodyPartsRow">
|
||||
<view class="bodyPartCell">
|
||||
<view class="bodyPartLabel">躯干</view>
|
||||
<view class="bodyPartValue">
|
||||
<view class="bodyPartNum">18.4</view>
|
||||
<view class="bodyPartUnit">kg</view>
|
||||
<view class="bodyPartSep">丨</view>
|
||||
<view class="bodyPartNum">97.8</view>
|
||||
<view class="bodyPartUnit">%</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 躯干/四肢肌肉 -->
|
||||
<view class="metricCard">
|
||||
<view class="metricCardTitle">
|
||||
<view class="metricCardBar"></view>
|
||||
<view class="metricCardTitleText">躯干/四肢肌肉</view>
|
||||
</view>
|
||||
<view class="bodyPartsList">
|
||||
<view class="bodyPartsRow">
|
||||
<view class="bodyPartCell">
|
||||
<view class="bodyPartLabel">左臂</view>
|
||||
<view class="bodyPartValue">
|
||||
<view class="bodyPartNum">2.3</view>
|
||||
<view class="bodyPartUnit">kg</view>
|
||||
<view class="bodyPartSep">丨</view>
|
||||
<view class="bodyPartNum">80.9</view>
|
||||
<view class="bodyPartUnit">%</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="bodyPartCell">
|
||||
<view class="bodyPartLabel">右臂</view>
|
||||
<view class="bodyPartValue">
|
||||
<view class="bodyPartNum">2.3</view>
|
||||
<view class="bodyPartUnit">kg</view>
|
||||
<view class="bodyPartSep">丨</view>
|
||||
<view class="bodyPartNum">80.9</view>
|
||||
<view class="bodyPartUnit">%</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="bodyPartsRow">
|
||||
<view class="bodyPartCell">
|
||||
<view class="bodyPartLabel">左腿</view>
|
||||
<view class="bodyPartValue">
|
||||
<view class="bodyPartNum">6.3</view>
|
||||
<view class="bodyPartUnit">kg</view>
|
||||
<view class="bodyPartSep">丨</view>
|
||||
<view class="bodyPartNum">100</view>
|
||||
<view class="bodyPartUnit">%</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="bodyPartCell">
|
||||
<view class="bodyPartLabel">右腿</view>
|
||||
<view class="bodyPartValue">
|
||||
<view class="bodyPartNum">6.3</view>
|
||||
<view class="bodyPartUnit">kg</view>
|
||||
<view class="bodyPartSep">丨</view>
|
||||
<view class="bodyPartNum">100</view>
|
||||
<view class="bodyPartUnit">%</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="bodyPartsRow">
|
||||
<view class="bodyPartCell">
|
||||
<view class="bodyPartLabel">躯干</view>
|
||||
<view class="bodyPartValue">
|
||||
<view class="bodyPartNum">18.4</view>
|
||||
<view class="bodyPartUnit">kg</view>
|
||||
<view class="bodyPartSep">丨</view>
|
||||
<view class="bodyPartNum">97.8</view>
|
||||
<view class="bodyPartUnit">%</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
|
||||
Reference in New Issue
Block a user