提交变更

This commit is contained in:
root 2026-02-09 08:54:51 +08:00
parent 5ed553b2a0
commit 1321f557d2
2 changed files with 8 additions and 7 deletions

View File

@ -55,7 +55,7 @@ imu_use_mock = False
imu_ble_name = WT901BLE67 imu_ble_name = WT901BLE67
imu_mac_address = FA:E8:88:06:FE:F3 imu_mac_address = FA:E8:88:06:FE:F3
pressure_enable = True pressure_enable = True
pressure_use_mock = False pressure_use_mock = True
pressure_port = COM3 pressure_port = COM3
pressure_baudrate = 115200 pressure_baudrate = 115200

View File

@ -239,16 +239,17 @@
<div style="width:100%;height: 50px;"></div> <div style="width:100%;height: 50px;"></div>
<div class="body-footbottom-leftbottom"> <div class="body-footbottom-leftbottom">
<div class="body-footbottom-leftbox"> <div class="body-footbottom-leftbox">
<span class="currencytext1">右前足</span> <span class="currencytext2">
<span class="currencytext2">
{{ footPressure.right_front }}% {{ footPressure.right_front }}%
</span> </span>
<span class="currencytext1">右前足</span>
</div> </div>
<div class="body-footbottom-leftbox"> <div class="body-footbottom-leftbox">
<span class="currencytext1">右后足</span> <span class="currencytext2">
<span class="currencytext2">
{{ footPressure.right_rear }}% {{ footPressure.right_rear }}%
</span> </span>
<span class="currencytext1">右后足</span>
</div> </div>
<!-- <div class="body-footbottom-leftbox"> <!-- <div class="body-footbottom-leftbox">
<span class="currencytext1">右足总压力</span> <span class="currencytext1">右足总压力</span>
@ -267,10 +268,10 @@
</span> </span>
</div> </div>
<div class="body-footbottom-leftbox" style="width:calc(22% + 2px);margin-left: 20px"> <div class="body-footbottom-leftbox" style="width:calc(22% + 2px);margin-left: 20px">
<span class="currencytext1">右足总压力</span> <span class="currencytext2">
<span class="currencytext2">
{{ footPressure.right_total}}% {{ footPressure.right_total}}%
</span> </span>
<span class="currencytext1">右足总压力</span>
</div> </div>
</div> </div>