Skip to content

Commit

Permalink
Merge pull request #307 from kooWZ/bugfix
Browse files Browse the repository at this point in the history
update exercise categories in pe feature
  • Loading branch information
w568w authored Oct 23, 2023
2 parents ea495ee + c64a867 commit 60ea561
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 60ea561

Please sign in to comment.