Update body_scales.py

This commit is contained in:
5high 2021-01-08 12:18:29 +08:00 committed by GitHub
parent 2bdcc1b5ca
commit 10455c3640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,5 +151,5 @@ class bodyScales:
# Return body type scale # Return body type scale
def getBodyTypeScale(self): def getBodyTypeScale(self):
return ['obese', 'overweight', 'thick-set', 'lack-exerscise', 'balanced', 'balanced-muscular', 'skinny', 'balanced-skinny', 'skinny-muscular'] return ['肥胖型', '超重型', '壮实型', '缺乏锻炼型', '平衡型', '平衡肌肉型', '偏瘦型', '平衡瘦型', '瘦肌肉型']