Skip to content

Commit

Permalink
fix: update exercise categories in pe feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kooWZ committed Oct 22, 2023
1 parent ea495ee commit c64a867
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/feature/pe_feature.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ class PEFeature extends Feature {
case '晚锻炼':
exerciseCategory[2] += element.times!;
break;
case '夜跑':
exerciseCategory[1] += element.times!;
break;
case '仰卧起坐':
exerciseCategory[1] += element.times!;
break;
Expand Down

0 comments on commit c64a867

Please sign in to comment.